@charset "UTF-8";
.sp {
  display: none !important;
}

header,
footer,
main,
nav,
article,
aside,
section {
  display: block;
}

html {
  font-family: YuGothic, "Yu Gothic", "游ゴシック", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans";
  font-weight: 500;
  font-feature-settings: "palt";
}

.flex {
  display: flex;
}

.flex_around {
  justify-content: space-around;
}

.flex_between {
  justify-content: space-between;
}

.flex_wrap {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}

.flex_center {
  align-items: center;
}

.bold {
  font-weight: bold;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  display: block;
}

#bg {
  background-color: #f0fcfd;
}

#wrapper {
  margin: 0 auto;
  max-width: 750px;
}

a {
  transition: 1.5s;
}

a:hover {
  opacity: 0.7;
}

.cv {
  background: url(../images/cv01_img01.jpg) no-repeat center/cover;
  height: 1488px;
  font-family: YuGothic, "Yu Gothic", "游ゴシック", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif !important;
  position: relative;
}
.cv .coupon_btn {
  position: absolute;
  width: 750px;
  margin: 0 auto;
  top: 213px !important;
  left: 0;
  right: 0;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #101f2a;
  font-weight: 500;
}
.cv button {
  border: none;
  outline: none;
  font: inherit;
  color: inherit;
  background: none;
}
.cv button .cv01_coupon {
  width: 730px;
  margin: 0 auto;
}
.cv .coupon_btn-txt {
  position: absolute;
  z-index: 3;
  top: 428px;
  right: 105px;
  font-size: 32px;
}
.cv .modal-btn {
  position: absolute;
  display: block;
  margin: 0 auto;
  left: 29px;
  right: 0;
  bottom: 390px;
  margin-left: 52px;
  font-size: 20px;
}
.cv .cv_btn {
  position: absolute;
  width: 750px;
  left: 0;
  right: 0;
  bottom: 164px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .sp {
    display: block !important;
  }
  .pc {
    display: none;
  }
  img {
    width: 100%;
  }
  #bg {
    background: none;
  }
  #wrapper {
    box-shadow: none;
  }
  .cv {
    height: 198.4vw;
  }
  .cv .coupon_btn {
    width: 100vw;
    top: 28.4vw !important;
  }
  .cv button .cv01_coupon {
    width: 97.333vw;
  }
  .cv .coupon_btn-txt {
    top: 57.06vw;
    right: 14vw;
    font-size: 4.267vw;
  }
  .cv .modal-btn {
    left: 3.867vw;
    bottom: 52vw;
    margin-left: 6.933vw;
    font-size: 2.667vw;
  }
  .cv .cv_btn {
    width: 100vw;
    bottom: 21.867vw;
  }
}
.modal-wrapper {
  z-index: 999;
  position: fixed;
  width: 100%;
  max-width: 750px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 5vw 1.333vw;
  text-align: center;
  margin: 0 auto;
}

.modal-wrapper:not(:target) {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}

.modal-wrapper:target {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.4s, visibility 0.4s;
  background-color: rgba(63, 79, 95, 0.5);
}

.modal-wrapper::after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  vertical-align: middle;
  content: "";
}

.modal-wrapper .modal-window {
  box-sizing: border-box;
  display: inline-block;
  z-index: 20;
  position: relative;
  width: 100%;
  max-width: 750px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  vertical-align: middle;
}

.modal-wrapper .modal-window .modal-content {
  max-height: 80vh;
  overflow-y: auto;
  text-align: left;
}

.modal-overlay {
  z-index: 10;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(63, 79, 95, 0.5);
}

.modal-wrapper .modal-close {
  z-index: 20;
  position: absolute;
  top: -45px;
  right: 30px;
  width: 24px;
  height: 24px;
  color: #ffffff !important;
  font-size: 40px;
  text-align: center;
  text-decoration: none;
  text-indent: 0;
}

.modal-btn,
.modal-wrapper a {
  font-size: 20px;
  font-weight: 500;
  display: inline-block;
  color: #48a8db;
  margin: 12px auto 0 66px;
  letter-spacing: 0.02em;
}

.modal-btn:hover {
  opacity: 0.7;
}

.modal-wrapper .voice-table td {
  text-align: left;
}

.modal-wrapper .modal-window {
  padding: 20px;
}

.modal-content_ttl {
  font-size: 20px;
  text-align: center;
  line-height: 1.6;
}
.modal-content_ttl-t {
  font-size: 16px;
}
.modal-content .border-top {
  border-top: #cfcfcf solid 1px;
  padding-top: 40px;
}
.modal-content_img {
  width: 100%;
  max-width: 226px;
  margin: 0 auto;
}
.modal-content_explain-ttl {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}
.modal-content_explain-note {
  font-size: 14px;
}
.modal-content_explain-note-wrap {
  margin-bottom: 20px;
}
.modal-content_explain-note-wrap-ttl {
  font-weight: 700;
  margin-bottom: 16px;
}
.modal-content_explain-note-wrap-txt {
  line-height: 1.6;
  letter-spacing: 0.02em;
  color: rgba(0, 0, 0, 0.8);
  margin-bottom: 5px;
  font-weight: 500;
}
.modal-content_explain-note-wrap-txt-note {
  display: block;
  font-size: 10px;
  color: rgba(0, 0, 0, 0.6);
}
.modal-content_des {
  margin: 20px 0 40px;
  padding: 16px 24px;
  background-color: #ecfaff;
  box-sizing: border-box;
  border-top: #13c4ce solid 5px;
  border-radius: 3px;
}
.modal-content_des-ttl {
  color: #03afb9;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}
.modal-content_des dl {
  color: rgba(0, 0, 0, 0.7);
  line-height: 1.6;
}
.modal-content_des dl dt {
  font-size: 12px;
}
.modal-content_des dl dt:nth-of-type(n+2) {
  padding-top: 12px;
}
.modal-content_des dl dd {
  font-size: 10px;
}

@media screen and (max-width: 768px) {
  .modal-wrapper {
    z-index: 999;
    position: fixed;
    width: 100%;
    max-width: 100vw;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 5vw 1.333vw;
    text-align: center;
    margin: 0 auto;
  }
  .modal-wrapper:not(:target) {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
  }
  .modal-wrapper:target {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.4s, visibility 0.4s;
    background-color: rgba(63, 79, 95, 0.5);
  }
  .modal-wrapper::after {
    display: inline-block;
    height: 100%;
    margin-left: -0.05em;
    vertical-align: middle;
    content: "";
  }
  .modal-wrapper .modal-window {
    width: 100%;
    max-width: 100vw;
    border-radius: 1.333vw;
    box-shadow: 0 0 4vw rgba(0, 0, 0, 0.6);
  }
  .modal-wrapper .modal-close {
    z-index: 20;
    position: absolute;
    top: -8vw;
    right: 4vw;
    width: 3.2vw;
    height: 3.2vw;
    color: #ffffff !important;
    font-size: 5.333vw;
    text-align: center;
    text-decoration: none;
    text-indent: 0;
  }
  .modal-btn,
  .modal-wrapper a {
    font-size: 2.667vw;
    font-weight: 500;
    display: inline-block;
    color: #48a8db;
    margin: 1.6vw auto 0 8.8vw;
    letter-spacing: 0.02em;
  }
  .modal-btn:hover {
    opacity: 0.7;
  }
  .modal-wrapper .voice-table td {
    text-align: left;
  }
  .modal-wrapper .modal-window {
    padding: 2.667vw;
  }
  .modal-content_ttl {
    font-size: 2.667vw;
    text-align: center;
    line-height: 1.6;
  }
  .modal-content_ttl-t {
    font-size: 2.133vw;
  }
  .modal-content .border-top {
    border-top: #cfcfcf solid 1px;
    padding-top: 5.333vw;
  }
  .modal-content_img {
    width: 100%;
    max-width: 30.133vw;
    margin: 0 auto;
  }
  .modal-content_explain-ttl {
    font-size: 2.133vw;
    font-weight: 700;
    letter-spacing: 0.05em;
    margin-bottom: 2.667vw;
  }
  .modal-content_explain-note {
    font-size: 1.867vw;
  }
  .modal-content_explain-note-wrap {
    margin-bottom: 2.667vw;
  }
  .modal-content_explain-note-wrap-ttl {
    font-weight: 700;
    margin-bottom: 2.133vw;
  }
  .modal-content_explain-note-wrap-txt {
    line-height: 1.6;
    letter-spacing: 0.02em;
    color: rgba(0, 0, 0, 0.8);
    margin-bottom: 0.667vw;
    font-weight: 500;
  }
  .modal-content_explain-note-wrap-txt-note {
    display: block;
    font-size: 1.333vw;
    color: rgba(0, 0, 0, 0.6);
  }
  .modal-content_des {
    margin: 2.667vw 0 5.333vw;
    padding: 2.133vw 3.2vw;
    background-color: #ecfaff;
    box-sizing: border-box;
    border-top: #13c4ce solid 5px;
    border-radius: 0.4vw;
  }
  .modal-content_des-ttl {
    color: #03afb9;
    font-size: 1.867vw;
    font-weight: 700;
    letter-spacing: 0.05em;
    margin-bottom: 2.667vw;
  }
  .modal-content_des dl {
    color: rgba(0, 0, 0, 0.7);
    line-height: 1.6;
  }
  .modal-content_des dl dt {
    font-size: 1.6vw;
  }
  .modal-content_des dl dt:nth-of-type(n+2) {
    padding-top: 1.6vw;
  }
  .modal-content_des dl dd {
    font-size: 1.333vw;
  }
}
.cv_tab {
  padding: 60px 0 0;
  background: url(../images/cv02_bg.png) no-repeat top/cover;
}

.tab_container {
  padding-bottom: 1em;
  width: 670px;
  margin: 0 auto;
}

.tab_item {
  width: calc(33.3333333333% - 4.5px);
  padding: 10px 0;
  background-color: #d2d3d5;
  text-align: center;
  font-size: 28px;
  color: #101e29;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
  line-height: 1.28;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.tab_item:nth-of-type(1) {
  margin-right: 5.6px;
}

.tab_item:nth-of-type(2) {
  margin-right: 5.6px;
}

.tab_item:nth-of-type(3) {
  margin-left: 0.45px;
}

input[name=tab_item] {
  display: none;
}

.tab_content {
  display: none;
  clear: both;
  overflow: hidden;
  background: #fff;
}

#tab1:checked ~ #tab1_content,
#tab2:checked ~ #tab2_content,
#tab3:checked ~ #tab3_content {
  display: block;
}

.tab_container input:checked + .tab_item {
  background-color: #f4a817;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .cv_tab {
    padding: 8vw 0 0;
  }
  .tab_container {
    padding-bottom: 1em;
    width: 89.333vw;
  }
  .tab_item {
    width: calc(33.3333333333% - 0.6vw);
    padding: 1.333vw 0;
    font-size: 3.733vw;
    border-top-left-radius: 1.333vw;
    border-top-right-radius: 1.333vw;
  }
  .tab_item:nth-of-type(1) {
    margin-right: 0.747vw;
  }
  .tab_item:nth-of-type(2) {
    margin-right: 0.747vw;
  }
  .tab_item:nth-of-type(3) {
    margin-left: 0.06vw;
  }
}
#cnt03 .cnt03_img02 {
  position: relative;
}
#cnt03 .cnt03_img02 .cv03_cv_btn {
  position: absolute;
  width: 624px;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 194px;
}

#cnt07 .cnt07_img04 {
  position: relative;
}
#cnt07 .cnt07_img04 .cv03_cv_btn {
  position: absolute;
  width: 624px;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 194px;
}

@media screen and (max-width: 768px) {
  #cnt03 .cnt03_img02 .cv03_cv_btn {
    width: 83.2vw;
    bottom: 25.867vw;
  }
  #cnt07 .cnt07_img04 .cv03_cv_btn {
    width: 83.2vw;
    bottom: 25.867vw;
  }
}
.qa {
  padding-bottom: 80px;
  background: url(../images/qa_bg.jpg) no-repeat top/cover;
  /* Safari対応デフォルトの三角形アイコン非表示 */
  /* アイコンの三角矢印 */
  /* アコーディオン表示の際に回転する */
}
.qa details {
  width: 710px;
  margin: 0 auto 40px;
}
.qa summary {
  font-weight: bold;
  cursor: pointer;
  list-style: none;
  position: relative;
  transition: transform 0.5s;
}
.qa details summary::-webkit-details-marker {
  display: none;
}
.qa .icon {
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  width: 24px;
  margin-left: 6px;
  flex-shrink: 0;
  transform-origin: center 43%;
  transition: transform 0.5s;
}
.qa .icon::before,
.qa .icon::after {
  content: "";
  position: absolute;
  display: block;
  width: 15px;
  height: 3px;
  background-color: #ffffff;
}
.qa .icon::before {
  left: 0;
  transform: rotate(45deg);
}
.qa .icon::after {
  right: 0;
  transform: rotate(-45deg);
}
.qa details[open] .icon {
  transform: rotate(180deg);
}

@media screen and (max-width: 768px) {
  .qa {
    padding-bottom: 10.667vw;
    /* アイコンの三角矢印 */
  }
  .qa details {
    width: 94.667vw;
    margin: 0 auto 5.333vw;
  }
  .qa summary {
    cursor: pointer;
  }
  .qa .icon {
    right: 2.667vw;
    top: 50%;
    width: 3.2vw;
    margin-left: 0.8vw;
    transform-origin: center 43%;
  }
  .qa .icon::before,
  .qa .icon::after {
    width: 2vw;
    height: 0.4vw;
  }
}
/* --------------------------
  faq-notes 流用
-------------------------- */
.inner {
  width: 89.74%;
  max-width: 700px;
  margin: 0 auto;
}

.faq-notes-list {
  background: #e2e2e2;
  padding-top: 80px;
  padding-bottom: 80px;
  margin-top: 64px;
}

.faq-notes-box {
  font-size: 28px;
  line-height: 1.44;
  color: #485774;
}

.faq-notes-box + .faq-notes-box {
  margin-top: 1.1lh;
}

.faq-notes-box dt {
  font-weight: 700;
}

.faq-notes-box dd {
  font-weight: 500;
}

.faq-notes-box .img-box:first-of-type {
  margin-top: 1em;
}

.faq-notes-box .img-box:nth-last-child(2) {
  margin-bottom: 0.9em;
}

/* --------------------------
  notes 流用
-------------------------- */
.notes {
  background: #ffffff;
  padding-top: 128px;
  padding-bottom: 80px;
  color: #485774;
  line-height: 1.6;
  font-family: "Noto Sans JP", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
}

.notes-area + .notes-area {
  margin-top: 7em;
}

.notes .ttl,
.notes .lead,
.notes .ttl-line {
  letter-spacing: 0.05em;
}

.notes .ttl,
.notes .lead {
  font-weight: 900;
}

.notes .lead,
.notes .ttl-line {
  font-size: 28px;
}

.notes .ttl {
  font-size: 60px;
  text-align: center;
  font-weight: 900;
  margin-bottom: 0.8em;
}

.notes .lead {
  font-size: 28px;
  margin-bottom: 3.3em;
  text-align: center;
}

.notes .ttl-line {
  font-size: 28px;
  font-weight: 700;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 0.3em;
  align-items: center;
  margin-bottom: 0.6em;
}

.notes .ttl-line::after {
  content: "";
  width: 100%;
  height: 0.1em;
  background-color: #485774;
}

.notes-box + .notes-box {
  margin-top: 3lh;
}

.notes-box .box-ttl {
  font-size: 34px;
  font-weight: 900;
  letter-spacing: 0.05em;
  margin-bottom: 0.5em;
}

.notes-box dt {
  font-size: 28px;
  font-weight: 700;
}

.notes-box dd,
.notes-box p {
  font-size: 28px;
  font-weight: 500;
  letter-spacing: -0.01em;
}

.notes-list-box + .notes-list-box {
  margin-top: 1lh;
}

@media screen and (max-width: 768px) {
  /* --------------------------
    faq-notes 流用
  -------------------------- */
  .inner {
    width: 89.74%;
    max-width: 93.333vw;
  }
  .faq-notes-list {
    padding-top: 10.667vw;
    padding-bottom: 10.667vw;
    margin-top: 8.533vw;
  }
  .faq-notes-box {
    font-size: 3.733vw;
  }
  /* --------------------------
    notes 流用
  -------------------------- */
  .notes {
    padding-top: 17.067vw;
    padding-bottom: 10.667vw;
  }
  .notes .lead,
  .notes .ttl-line {
    font-size: 3.733vw;
  }
  .notes .ttl {
    font-size: 8vw;
    font-weight: 900;
  }
  .notes .lead {
    font-size: 3.733vw;
    margin-bottom: 3.3em;
  }
  .notes .ttl-line {
    font-size: 3.733vw;
    margin-bottom: 0.6em;
  }
  .notes .ttl-line::after {
    content: "";
    width: 100%;
    height: 0.1em;
    background-color: #485774;
  }
  .notes-box + .notes-box {
    margin-top: 3lh;
  }
  .notes-box .box-ttl {
    font-size: 4.533vw;
  }
  .notes-box dt {
    font-size: 3.733vw;
  }
  .notes-box dd,
  .notes-box p {
    font-size: 3.733vw;
  }
}
.ft {
  background: #ffffff;
  padding: 0 0 60px;
  font-family: "Noto Sans JP", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
}
.ft ul {
  text-align: center;
}
.ft ul li a {
  font-size: 24px;
  display: inline-block;
  color: #6bb4df;
  border-bottom: #6bb4df solid 1px;
  padding-bottom: 2px;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .ft {
    padding: 0 0 8vw;
  }
  .ft ul li a {
    font-size: 3.2vw;
    padding-bottom: 0.267vw;
    margin-bottom: 2.667vw;
  }
}
/*# sourceMappingURL=style.css.map */