@charset "UTF-8";
/* arguments inittial */
/* font style */
/* site style */
/* [ opacity ]
-------------------------------------------------*/
/* [ display style ]
-------------------------------------------------*/
/* [ background-image ]
-------------------------------------------------*/
/* [ writing-mode ]
-------------------------------------------------*/
/* [ illustrator & photoshop letter spacing ]
-------------------------------------------------*/
/* [ easy breakpoint ]
-------------------------------------------------*/
/* [ easy transform ]
-------------------------------------------------*/
/*-----------------------------------------------------------
clearfix
------------------------------------------------------------*/
.clearfix:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  line-height: 0;
}

.clearfix {
  display: inline-block;
}

/* exlude MacIE5 \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* end MacIE5 */
/*-----------------------------------------------------------
reset
------------------------------------------------------------*/
p {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

input,
textarea {
  margin: 0;
  font-size: 100%;
  resize: none;
}

input[type="text"],
input[type="date"],
input[type="email"],
input[type="number"],
input[type="url"] {
  word-break: normal;
  white-space: nowrap;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}

dl,
dt,
dd,
th,
td {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  /*font-size: 100%;*/
  font-weight: normal;
  margin: 0;
  padding: 0;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
dialog {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

img {
  margin: 0;
  padding: 0;
  vertical-align: middle;
  border: 0;
  max-width: 100%;
  height: auto;
}

table img {
  margin: 0;
  padding: 0;
  vertical-align: middle;
  border: 0;
}

article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*:focus {
  outline: none !important;
}

label,
select,
button {
  cursor: pointer;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  select::-ms-expand {
    display: none;
  }
}

@media screen\0 {
  select::-ms-expand {
    display: none;
  }
}

/*-----------------------------------------------------------
Link
------------------------------------------------------------*/
a {
  outline: none;
  transition: 0.3s;
}

@media (min-width: 768px) {
  a:hover {
    text-decoration: none;
    color: #aaa;
    opacity: 0.5;
  }
}

a:link,
a:visited,
a:active {
  color: #000;
  text-decoration: none;
}

/*-----------------------------------------------------------
FONT family
------------------------------------------------------------*/
.ffN {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "メイリオ", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.ffM {
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
}

.ffYG {
  font-family: "游ゴシック体", "游ゴシック", "YuGothic", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}

.ffYM {
  font-family: "游明朝体", "游明朝", "YuMincho", "Yu Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/*-----------------------------------------------------------
PAGE BOOT
------------------------------------------------------------*/
/* WordPress */
.wp-pagenavi {
  clear: both;
  text-align: center;
  font-family: Arial;
  font-size: 14px;
}

.wp-pagenavi span,
.wp-pagenavi a {
  line-height: 30px;
  display: inline-block;
  margin: 0 4px;
  color: #666;
  text-align: center;
}

.wp-pagenavi a,
.wp-pagenavi span.current {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  width: 30px;
  height: 30px;
  background: #ededed;
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
  background: #1489c3;
  color: #fff;
}

.wp-pagenavi .pages {
  margin-right: 15px;
}

/*-----------------------------------------------------------
Body
-------------------------------------------------------------*/
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  color: #000;
  width: 100%;
  height: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0;
  padding: 0;
  line-height: 1.6;
  letter-spacing: 0;
  overflow: visible;
  word-break: break-word;
}

body.opened {
  position: fixed;
  overflow: hidden;
}

body::before {
  content: "";
  position: fixed;
  background: url("../img/common/main_bg.jpg") center/cover repeat-y;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

@media (max-width: 767px) {
  body::before {
    background-image: url("../img/common/main_bg_sp.jpg");
  }
}

/*-----------------------------------------------------------
Container
------------------------------------------------------------*/
.container {
  max-width: 1170px;
  margin: 0 auto;
}

.container--img {
  z-index: 10;
  position: relative;
}

.container--img .container__top {
  position: absolute;
  background: url("../img/common/img_bg_top.png") center/1170px 40px no-repeat;
  width: 100%;
  height: 40px;
  top: 0;
  left: 0;
  z-index: -1;
}

@media only screen and (min-width: 768px) and (max-width: 1455px) {
  .container--img .container__top {
    background-size: 80.4123vw 2.7491vw;
    height: 2.7491vw;
  }
}

@media (max-width: 767px) {
  .container--img .container__top {
    background: url("../img/common/img_bg_top_sp.png") center/343px 30px no-repeat;
    height: 30px;
  }
}

@media (max-width: 374px) {
  .container--img .container__top {
    background-size: 91.46666vw 8vw;
    height: 8vw;
  }
}

.container--img .container__mid {
  position: absolute;
  background: url("../img/common/img_bg_mid.png") center top/1170px 540px repeat-y;
  width: 100%;
  height: calc(100% - 60px);
  top: 30px;
  left: 0;
  z-index: -2;
}

@media only screen and (min-width: 768px) and (max-width: 1455px) {
  .container--img .container__mid {
    background-size: 80.4123vw 37.1134vw;
    height: calc(100% - 4.1237vw);
    top: 2.06185vw;
  }
}

@media (max-width: 767px) {
  .container--img .container__mid {
    background: url("../img/common/img_bg_mid_sp.png") center top/343px 829px repeat-y;
    height: calc(100% - 60px);
    top: 30px;
  }
}

@media (max-width: 374px) {
  .container--img .container__mid {
    background-size: 91.46666vw 221.06666vw;
    height: calc(100% - 16vw);
    top: 8vw;
  }
}

.container--img .container__bot {
  position: absolute;
  background: url("../img/common/img_bg_bot.png") center bottom/1170px 40px no-repeat;
  width: 100%;
  height: 40px;
  bottom: 0;
  left: 0;
  z-index: -1;
}

@media only screen and (min-width: 768px) and (max-width: 1455px) {
  .container--img .container__bot {
    background-size: 80.4123vw 2.7491vw;
    height: 2.7491vw;
  }
}

@media (max-width: 767px) {
  .container--img .container__bot {
    background: url("../img/common/img_bg_bot_sp.png") center/343px 30px no-repeat;
    height: 30px;
  }
}

@media (max-width: 374px) {
  .container--img .container__bot {
    background-size: 91.46666vw 8vw;
    height: 8vw;
  }
}

/*-----------------------------------------------------------
common
------------------------------------------------------------*/
@media only screen and (min-width: 768px) {
  .sp,
  .SP {
    display: none !important;
  }
}

@media only screen and (max-width: 767px) {
  .pc,
  .PC {
    display: none !important;
  }
}

/*-----------------------------------------------------------
Some stuff from bootstrap
------------------------------------------------------------*/
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -ms-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: "height, visibility";
  -moz-transition-property: "height, visibility";
  -ms-transition-property: "height, visibility";
  -o-transition-property: "height, visibility";
  transition-property: "height, visibility";
  -webkit-transition-duration: 0.35s;
  -moz-transition-duration: 0.35s;
  -ms-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -ms-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal .close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.modal .close:hover, .modal .close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -moz-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: transform 0.3s ease-out;
  -moz-transition: transform 0.3s ease-out;
  -ms-transition: transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  -ms-background-clip: padding-box;
  -o-background-clip: padding-box;
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.42857143;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    -ms-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

.c-ttl {
  width: 100%;
  max-width: 1034px;
  margin: 0 auto;
  text-align: center;
}

@media only screen and (min-width: 768px) and (max-width: 1455px) {
  .c-ttl {
    max-width: 71.0652vw;
  }
}

.c-ttl--function h2::before {
  bottom: 0;
  left: 0;
}

@media (max-width: 767px) {
  .c-ttl--function h2::before {
    bottom: 42px;
    left: 5px;
  }
}

@media (max-width: 374px) {
  .c-ttl--function h2::before {
    bottom: 11.2vw;
    left: 1.3333vw;
  }
}

.c-ttl--function h2::after {
  bottom: 0;
  right: 0;
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
}

@media (max-width: 767px) {
  .c-ttl--function h2::after {
    bottom: 42px;
    right: 5px;
  }
}

@media (max-width: 374px) {
  .c-ttl--function h2::after {
    bottom: 11.2vw;
    right: 1.3333vw;
  }
}

.c-ttl--function h2 img {
  width: 100%;
  max-width: 236px;
}

@media only screen and (min-width: 768px) and (max-width: 1455px) {
  .c-ttl--function h2 img {
    max-width: 16.2199vw;
  }
}

@media (max-width: 767px) {
  .c-ttl--function h2 img {
    max-width: 161px;
  }
}

@media (max-width: 374px) {
  .c-ttl--function h2 img {
    max-width: 42.9333vw;
  }
}

.c-ttl--faq h2::before {
  bottom: -26px;
  left: 0;
}

@media only screen and (min-width: 768px) and (max-width: 1455px) {
  .c-ttl--faq h2::before {
    bottom: -1.7869vw;
  }
}

@media (max-width: 767px) {
  .c-ttl--faq h2::before {
    bottom: 48px;
    left: 5px;
  }
}

@media (max-width: 374px) {
  .c-ttl--faq h2::before {
    bottom: 12.8vw;
    left: 1.3333vw;
  }
}

.c-ttl--faq h2::after {
  bottom: -26px;
  right: 0;
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
}

@media only screen and (min-width: 768px) and (max-width: 1455px) {
  .c-ttl--faq h2::after {
    bottom: -1.7869vw;
  }
}

@media (max-width: 767px) {
  .c-ttl--faq h2::after {
    bottom: 48px;
    right: 5px;
  }
}

@media (max-width: 374px) {
  .c-ttl--faq h2::after {
    bottom: 12.8vw;
    right: 1.3333vw;
  }
}

.c-ttl--faq h2 img {
  width: 100%;
  max-width: 76px;
}

@media only screen and (min-width: 768px) and (max-width: 1455px) {
  .c-ttl--faq h2 img {
    max-width: 5.2233vw;
  }
}

@media (max-width: 767px) {
  .c-ttl--faq h2 img {
    max-width: 49px;
  }
}

@media (max-width: 374px) {
  .c-ttl--faq h2 img {
    max-width: 13.0666vw;
  }
}

.c-ttl h2 {
  background: url("../img/common/ico_shine.png") center top/133px 67px no-repeat;
  padding-top: 92px;
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 1455px) {
  .c-ttl h2 {
    background-size: 9.14089vw 4.60481vw;
    padding-top: 6.32302vw;
  }
}

@media (max-width: 767px) {
  .c-ttl h2 {
    background: url("../img/common/ico_shine_sp.png") center top/57px 29px no-repeat;
    padding-top: 48px;
  }
}

@media (max-width: 374px) {
  .c-ttl h2 {
    background-size: 15.2vw 7.73333vw;
    padding-top: 12.8vw;
  }
}

.c-ttl h2::before, .c-ttl h2::after {
  content: "";
  position: absolute;
  background: url("../img/common/img_house.png") center/cover no-repeat;
  width: 298px;
  height: 153px;
}

@media only screen and (min-width: 768px) and (max-width: 1455px) {
  .c-ttl h2::before, .c-ttl h2::after {
    width: 20.48109vw;
    height: 10.5154vw;
  }
}

@media (max-width: 767px) {
  .c-ttl h2::before, .c-ttl h2::after {
    width: 98px;
    height: 50px;
  }
}

@media (max-width: 374px) {
  .c-ttl h2::before, .c-ttl h2::after {
    width: 26.13333vw;
    height: 13.3333vw;
  }
}

.c-ttl span {
  color: #ff281d;
  display: block;
  font-size: 20px;
  font-weight: bold;
  padding-top: 12px;
  letter-spacing: 0.07em;
}

@media only screen and (min-width: 768px) and (max-width: 1455px) {
  .c-ttl span {
    font-size: 1.37457vw;
    padding-top: 0.8247vw;
  }
}

@media (max-width: 767px) {
  .c-ttl span {
    font-size: 14px;
    padding-top: 8px;
  }
}

@media (max-width: 374px) {
  .c-ttl span {
    font-size: 3.7333vw;
    padding-top: 2.13333vw;
  }
}

.c-popup {
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  opacity: 0;
  padding: 0 16px;
  pointer-events: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

@media only screen and (min-width: 768px) and (max-width: 1455px) {
  .c-popup {
    padding: 0 1.09965vw;
  }
}

@media (max-width: 767px) {
  .c-popup {
    padding: 0 4.10256vw;
  }
}

.c-popup.opened {
  opacity: 1;
  pointer-events: auto;
}

.c-popup__container {
  width: 100%;
  max-width: 1170px;
  height: calc(100% - 100px);
}

@media only screen and (min-width: 768px) and (max-width: 1455px) {
  .c-popup__container {
    max-width: 80.41237vw;
  }
}

@media (max-width: 767px) {
  .c-popup__container {
    height: calc(100% - 38px);
  }
}

.c-popup__container .close {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 10px;
}

.c-popup__container .close button {
  background: #fff;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  position: relative;
}

.c-popup__container .close button::before, .c-popup__container .close button::after {
  content: "";
  position: absolute;
  background: #000;
  width: 2px;
  height: 16px;
  top: 50%;
  left: 50%;
}

.c-popup__container .close button::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -moz-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  -o-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.c-popup__container .close button::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -moz-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  -o-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.c-popup__container .paper {
  height: calc(100% - 50px);
  padding: 60px 14px 60px 60px;
  position: relative;
  z-index: 10;
}

@media only screen and (min-width: 768px) and (max-width: 1455px) {
  .c-popup__container .paper {
    padding: 4.12371vw 0.75601vw 4.12371vw 4.12371vw;
  }
}

@media (max-width: 767px) {
  .c-popup__container .paper {
    padding: 30px 8px 30px 18px;
  }
}

.c-popup__container .paper__top, .c-popup__container .paper__bot {
  position: absolute;
  background-size: 1170px 40px;
  background-repeat: no-repeat;
  width: 100%;
  height: 40px;
  left: 0;
  z-index: -1;
}

@media only screen and (min-width: 768px) and (max-width: 1455px) {
  .c-popup__container .paper__top, .c-popup__container .paper__bot {
    background-size: 80.4123vw 2.74914vw;
    height: 2.74914vw;
  }
}

@media (max-width: 767px) {
  .c-popup__container .paper__top, .c-popup__container .paper__bot {
    background-size: 91.2vw 10.66666vw;
    height: 10.66666vw;
  }
}

.c-popup__container .paper__top {
  background-image: url("../img/popup/img_popup_top.png");
  background-position: center top;
  top: 0;
}

@media (max-width: 767px) {
  .c-popup__container .paper__top {
    background-image: url("../img/popup/img_popup_top_sp.png");
  }
}

.c-popup__container .paper__bot {
  background-image: url("../img/popup/img_popup_bot.png");
  background-position: center bottom;
  bottom: 0;
}

@media (max-width: 767px) {
  .c-popup__container .paper__bot {
    background-image: url("../img/popup/img_popup_bot_sp.png");
  }
}

.c-popup__container .paper__mid {
  position: absolute;
  background: url("../img/popup/img_popup_mid.png") center top/1170px 690px repeat-y;
  width: 100%;
  height: calc(100% - 60px);
  top: 30px;
  left: 0;
  z-index: -1;
}

@media only screen and (min-width: 768px) and (max-width: 1455px) {
  .c-popup__container .paper__mid {
    background-size: 80.41237vw 47.42268vw;
    height: calc(100% - 4.1237vw);
    top: 2.06185vw;
  }
}

@media (max-width: 767px) {
  .c-popup__container .paper__mid {
    background-image: url("../img/popup/img_popup_mid_sp.png");
    background-size: 91.2vw 135.2vw;
    height: calc(100% - 16vw);
    top: 8vw;
  }
}

.c-popup__container .paper h2 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-left: 22px;
  line-height: 29px;
  letter-spacing: 0.07em;
  position: relative;
}

@media (max-width: 767px) {
  .c-popup__container .paper h2 {
    margin-bottom: 15px;
  }
}

.c-popup__container .paper h2::before {
  content: "";
  position: absolute;
  background: linear-gradient(to bottom, #ff281d 50%, #00aad7 50%);
  width: 6px;
  height: 30px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.c-popup__container .paper .content {
  height: calc(100% - 49px);
  position: relative;
  padding-right: 30px;
  overflow: auto;
}

@media (max-width: 767px) {
  .c-popup__container .paper .content {
    padding-right: 10px;
  }
}

.c-popup__container .paper .content::-webkit-scrollbar {
  width: 8px;
}

.c-popup__container .paper .content::-webkit-scrollbar-track {
  background: #d8d8d8;
}

.c-popup__container .paper .content::-webkit-scrollbar-thumb {
  background-color: #b9b9b9;
  width: 6px;
}

.c-popup__container .paper .content p {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.07em;
}

#header {
  width: 100%;
  padding: 24px 70px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}

@media (max-width: 767px) {
  #header {
    padding: 16px;
  }
}

@media (max-width: 374px) {
  #header {
    padding: 4.2666vw;
  }
}

#header .container {
  background: #fff;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.12);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: unset;
  height: 64px;
  padding: 0 40px;
}

@media (max-width: 767px) {
  #header .container {
    padding: 0 16px;
  }
}

@media (max-width: 374px) {
  #header .container {
    padding: 0 4.2666vw;
  }
}

#header .container .logo {
  margin-bottom: 6px;
}

@media (max-width: 767px) {
  #header .container .logo {
    margin-bottom: 8px;
  }
}

@media (max-width: 374px) {
  #header .container .logo {
    margin-bottom: 2.1333vw;
  }
}

#header .container .logo img {
  width: 100%;
  max-width: 172px;
}

@media (max-width: 767px) {
  #header .container .logo img {
    max-width: 150px;
  }
}

@media (max-width: 374px) {
  #header .container .logo img {
    max-width: 40vw;
  }
}

#header .container .social {
  display: flex;
}

#header .container .social li:nth-child(1) a img {
  max-width: 32px;
}

@media (max-width: 374px) {
  #header .container .social li:nth-child(1) a img {
    max-width: 8.5333vw;
  }
}

#header .container .social li:nth-child(2) {
  margin: 0 13px 0 14px;
}

@media (max-width: 374px) {
  #header .container .social li:nth-child(2) {
    margin: 0 3.4666vw 0 3.7333vw;
  }
}

#header .container .social li:nth-child(2) a img {
  max-width: 30px;
}

@media (max-width: 374px) {
  #header .container .social li:nth-child(2) a img {
    max-width: 8vw;
  }
}

#header .container .social li:nth-child(3) a img {
  max-width: 32px;
}

@media (max-width: 374px) {
  #header .container .social li:nth-child(3) a img {
    max-width: 8.5333vw;
  }
}

#header .container .social li img {
  width: 100%;
}
