@charset "UTF-8";

* {
  box-sizing: border-box;
}

html {
  font-size: 7px;
  scroll-behavior: smooth;
}

@media (max-width: 767px) {
  html {
    font-size: 10px;
  }
}

body main{
  font-size: 1.6rem;
  font-weight: 500;
  color: #222222;
  font-family: "heisei-kaku-gothic-std", sans-serif;
  font-style: normal;
  overflow-x: hidden;
  width: 100%;
}

@media (max-width: 767px) {
  body main{
    font-size: 2.6rem;
    line-height: 2;
  }
}

main {
  /*margin-top: 70px;*/
}

@media (max-width: 767px) {
  main {
    /*margin-top: 84px;*/
  }
}

li {
  list-style: none;
}

a {
  color: #333333;
  text-decoration: none;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

em {
  font-style: normal;
}

@media (max-width: 767px) {
  .pc-only {
    display: none;
  }
}

@media (min-width: 768px) {
  .sp-only {
    display: none;
  }
}

.flex {
  display: flex;
}

@media (max-width: 767px) {
  .flex {
    flex-direction: column;
  }
}

/* コンテンツ幅 */
.content_width {
  max-width: 103.5rem;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .content_width {
    width: 100%;
  }
}

/* 黄色マーカー */
.marker-y {
  background: linear-gradient(transparent 52%, #FFF000 0);
}

/* セクションタイトル */
.section_title {
  font-size: 4rem;
  text-align: center;
  font-weight: 700;
}

@media (max-width: 767px) {
  .section_title {
    font-size: 2rem;
  }
}

/* 下線タイトル */
.underline {
  position: relative;
  padding-bottom: 4.8rem;
}

@media (max-width: 767px) {
  .underline {
    padding-bottom: 2rem;
  }
}

.underline:after {
  position: absolute;
  content: "";
  background: #222222;
  height: 7px;
  border-radius: 10px;
  width: 9.2rem;
  left: 50%;
  right: 50%;
  transform: translateY(-50%) translateX(-50%);
  bottom: 0;
}

@media (max-width: 767px) {
  .underline:after {
    height: 3px;
    width: 5.4rem;
  }
}

/* セクションテキスト */
.section_text {
  font-size: 3rem;
  text-align: center;
  line-height: 2;
}

@media (max-width: 767px) {
  .section_text {
    font-size: 1.6rem;
  }
}

/* セクション※ */
.small-attention {
  display: block;
  text-align: center;
  font-size: 1.8rem;
  margin-top: 3.7rem;
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .small-attention {
    font-size: 1rem;
    margin-top: 1rem;
  }
}

.red {
  color: #FF3030;
}

/* プラン */
.plan_label {
  color: #fff;
  font-weight: 900;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.simple {
  background: #01C8E8;
}
.wide {
  background: #00627B;
}

/* セレクトボックス */
.selectbox {
  display: inline-flex;
  align-items: center;
  position: relative;
}

@media (min-width: 768px) {
  .selectbox {
    max-width: 76.9rem;
    width: 100%;
  }
}

.selectbox::after {
  position: absolute;
  right: 15px;
  width: 16px;
  height: 15px;
  background-color: #909090;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  pointer-events: none;
}

.selectbox select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 5.5rem;
  padding: 0.4em calc(0.8em + 30px) 0.4em 0.8em;
  border: 1px solid #989898;
  border-radius: 10px;
  background-color: #fff;
  color: #707070;
  font-size: 1em;
  cursor: pointer;
  max-width: 76.9rem;
  width: 100%;
}

@media (max-width: 767px) {
  .selectbox select {
    height: 4.5rem;
    font-size: 1.6rem;
  }
}

.pc {
  display: none;
}
@media (min-width: 768px) {
  .pc {
    display: block;
  }
}

/* ヘッダー */

.c-header {
  align-items: center;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  left: 0;
  padding: 11px 19px;
  /*position: fixed;
  top: 0;*/
  width: 100%;
  z-index: 500;
  line-height: 24px;}
  @media print, screen and (max-width: 768px) {
    .c-header {
      display: block;
      padding: 11px 16px; } }
  .c-header-logo {
    width: 164px; }
  .c-header-right {
    align-items: flex-end;
    align-items: center;
    display: flex;
    width: 100%; }
    .c-header-right .c-sidebar {
      margin-left: 30px; }
      @media print, screen and (max-width: 768px) {
        .c-header-right .c-sidebar {
          margin-left: auto; } }
    .c-header-right .c-btn {
      max-width: none;
      width: auto; }
  .c-header .c-target-date {
    /*margin-left: auto;*/ }
    @media print, screen and (max-width: 768px) {
      .c-header .c-target-date {
        font-size: 10px;
        line-height: 14px;
        padding-right: 10px;} }
  .c-header-radio {
    margin: 32px 0 46px;
    position: relative; }
    .c-header-radio::after {
      background: linear-gradient(to top right, rgba(0, 0, 0, 0) 50%, #0000008a 50.5%) no-repeat 0 0/50% 100%, linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #0000008a 50.5%) no-repeat 100% 100%/50% 100%;
      content: "";
      height: 8px;
      left: 50%;
      position: absolute;
      top: 107%;
      transform: translate(-50%, 0);
      width: 12px; }
    .c-header-radio label:not(:last-child) {
      margin-bottom: 16px; }
  .c-header-notice{
    font-size: 14px;}
    .c-header-notice-message {
      margin-top: 10px;
      margin-bottom: 10px;}
      .c-header-notice-message span{
        display: block;
        color: red;
        font-size: 16px;}
  .c-header-check {
    display: flex;
    align-items: center; }
    .c-header-check input{
      appearance: auto;
      margin-right: 5px;}
  .c-header-submit .c-btn:first-child {
    margin-bottom: 16px; }
  .c-header-submit .c-btn-secandary {
    background: #BDBDBD; }
    .c-header-submit .c-btn-secandary.is-active {
      background: #2697AC; }
  .c-header-submit .c-btn-tertiary {
    border: 1px solid #BDBDBD;
    color: #BDBDBD; }
    .c-header-submit .c-btn-tertiary.is-active {
      border: 1px solid #2697AC;
      background: #c2eaf2;
      color: #000; }
   .c-header-submit a{
     text-decoration-line:none;
  }
.c-sidebar-contents, .c-sidebar-overlay {
  transition: all 0.3s;
  visibility: hidden; }

.c-sidebar-overlay {
  background-color: rgba(0, 0, 0, 0.45);
  height: 100vh;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 800; }

.c-sidebar-contents {
  background-color: #fff;
  font-size: 14px;
  height: 100vh;
  max-width: 360px;
  padding: 16px 24px;
  position: fixed;
  right: -100%;
  top: 50%;
  transform: translate(0, -50%);
  width: 100%;
  z-index: 900;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;  }
  @media print, screen and (max-width: 768px) {
    .c-sidebar-contents {
      max-width: 100%; } }
  .c-sidebar-contents p {
    font-size: 16px; }

.c-sidebar.is-active .c-sidebar-contents,
.c-sidebar.is-active .c-sidebar-overlay {
  transition: all 0.3s;
  visibility: visible; }

.c-sidebar.is-active .c-sidebar-contents {
  right: 0; }

.c-sidebar.is-active .c-sidebar-overlay {
  opacity: 1; }

.c-sidebar-close-btn {
  height: 22px;
  margin-bottom: 16px;
  position: relative;
  width: 22px; }
  .c-sidebar-close-btn::before, .c-sidebar-close-btn::after {
    background-color: #000;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    top: 8px;
    width: 100%; }
  .c-sidebar-close-btn::after {
    transform: rotate(45deg); }
  .c-sidebar-close-btn::before {
    transform: rotate(-45deg); }

.c-sidebar-contents .checker span {
  display: block;
  margin-top: 25px;
}

.c-sidebar-contents .checker input{
  overflow: hidden;
  border-radius: 15px;
  border: 1px solid #d8d8d8;
  height: 44px;
  padding-left: 15px;
  width: 95%;
}

.c-sidebar-contents .checker input::placeholder{
  color: #bbb
}

.c-sidebar-contents .checker button  {
  color: #fff;
  display: block;
  min-width: 140px;
  outline: none;
  padding: 5px 32px;
  text-align: center;
  background: linear-gradient(to right bottom, #00d054, #007630);
  border: solid 4px #fff;
  border-radius: 100px;
  font-size: 18px;
  box-shadow: 10px 10px 10px rgb(0 0 0 / 30%);
  text-decoration: none;
  margin: 20px auto;
}

.c-sidebar-contents .checker .error{
  color: red;
  margin-top: 20px;
  text-align: center;
}

.c-sidebar-contents .check-result {
  display: none;
}

.c-sidebar-contents .check-result.ok .head {
  text-align: center;
}

.c-sidebar-contents .check-result.ok .head span{
  font-size: 24px;
  font-weight: bold;
  background: -webkit-linear-gradient(0deg, #00D7FF, #BC68FF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  padding-top: 6px;
}

.c-sidebar-contents .check-result.ok .head span::after{
  content: "";
  display: block;
  height: 2px;
  background: linear-gradient(0deg, #00D7FF, #BC68FF);
}

.c-sidebar-contents .check-result.ng .head {
  text-align: center;
}

.c-sidebar-contents .check-result.ng .head span{
  background-image: linear-gradient(180deg,transparent 30%,#fff134 0);
  background-position: -100% 0.5em;
  background-repeat: repeat-x;
  background-size: 200% 1em;
  font-size: 22px;
  font-weight: 700;
}

.c-target-date {
  color: #212121;
  font-size: 16px; }
  @media print, screen and (max-width: 768px) {
    .c-target-date {
      font-size: 14px; } }
  .c-target-date-date {
    color: #747474;
    display: block;
    font-size: 14px; }
    @media print, screen and (max-width: 768px) {
      .c-target-date-date {
        font-size: 12px; } }
  .c-target-date-line {
    background-image: linear-gradient(to right, transparent 50%, #fff134 50%);
    background-position: -100% .5em;
    background-repeat: repeat-x;
    background-size: 200% 1em;
    font-weight: bold;
    padding: 0 2px; }
.c-btn {
  background: linear-gradient(to right bottom, #2697AC, #6E4093);
  border: none;
  border-radius: 4px;
  color: #FFF;
  display: block;
  font-size: 16px;
  max-width: 96px;
  outline: none;
  padding: 7px 45px;
  text-align: center;
  width: 100%; 
  min-width: 140px;}
/*.c-btn:hover{
	background: linear-gradient(to right bottom, #23d983, #0a4ed2);
}*/
  @media print, screen and (max-width: 768px) {
    .c-btn {
      padding: 7px;
    }
  }
  .c-btn.c-btn-secandary {
    display: block;
    font-size: 16px;
    margin: 0;
    max-width: 100%;
    padding: 10px;
    width: 100%; }
  .c-btn.c-btn-tertiary {
    background: #fff;
    display: block;
    font-size: 16px;
    margin: 0;
    max-width: 100%;
    padding: 10px;
    width: 100%; }
.c-radio {
  display: none; }

.c-btn.advertise-model-btn {
  display: none;
  text-decoration: none;}

.c-radio-label {
  border: 1px solid #979797;
  border-radius: 4px;
  box-sizing: border-box;
  color: #333;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  padding: 14px 43px;
  position: relative;
  width: 100%; }
  @media print, screen and (max-width: 768px) {
    .c-radio-label {
      padding: 22px 43px; } }

.c-radio-label::before {
  background: #fff;
  border: 1px solid #979797;
  border-radius: 50%;
  content: '';
  display: block;
  height: 16px;
  left: 13px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  width: 16px; }

.c-radio-label::after {
  background: #2697AC;
  border-radius: 50%;
  content: '';
  display: block;
  height: 10px;
  left: 16px;
  margin-top: -4px;
  opacity: 0;
  position: absolute;
  top: 49%;
  width: 10px; }

.c-radio:checked + .c-radio-label {
  border: 2px solid #2697AC; }
  .c-radio:checked + .c-radio-label::before {
    border-color: #2697AC; }
  .c-radio:checked + .c-radio-label::after {
    opacity: 1; }

@media print, screen and (max-width: 768px) {
  p.js-sidebar-close.c-sidebar-close-btn {
  margin-top: 22px; } }

/*
.header {
  padding: 1.6rem 3.5rem 2rem 6rem;
}

@media (max-width: 767px) {
  .header {
    padding: 1.6rem 1.5rem 1rem;
  }
}

.header .header_flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .header .header_logo {
    display: flex;
  }
}

.header .header_logo img {
  max-width: 24.2rem;
  width: 100%;
}

@media (max-width: 767px) {
  .header .header_logo img {
    max-width: 12.4rem;
  }
}

.header .header_cta {
  display: flex;
}

@media (max-width: 767px) {
  .header .header_cta {
    max-width: 9rem;
    width: 100%;
  }
}

.header .header_cta p {
  margin-right: 2.6vw;
  font-size: 1.04vw;
  line-height: 1.5;
}

.header .header_cta .marker-y {
  font-weight: 700;
}

.header .sonpo {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 2.5rem;
}

@media (max-width: 767px) {
  .header .sonpo {
    justify-content: flex-start;
    margin-top: 0.5rem;
  }
}

.header .sonpo p {
  font-size: 1.8rem;
  font-weight: 500;
  color: #A2A2A2;
  margin-right: 1.3rem;
}

@media (max-width: 767px) {
  .header .sonpo p {
    font-size: 1rem;
  }
}

.header .sonpo img {
  width: 100%;
  max-width: 16.4rem;
}

@media (max-width: 767px) {
  .header .sonpo img {
    max-width: 6.6rem;
  }
}

*/

/* CTAボタン */
.cta_button {
  background: linear-gradient(#2697ac 0%, #6e4093 100%);
  color: #fff;
  font-size: 1.04vw;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 9.27vw;
  height: 4.5rem;
  border-radius: 8px;
  transition: 0.3s;
}

@media (max-width: 767px) {
  .cta_button {
    width: 100%;
    max-width: 9rem;
    height: 3rem;
    border-radius: 4px;
    font-size: 1.2rem;
  }
}

/* メインビジュアル */
.mv {
  position: relative;
}

.mv .mv_photo img {
  width: 100%;
}

.mv .example_img {
  position: absolute;
  z-index: 1;
  bottom: 4.06%;
  right: 8.7%;
  width: 21.98%;
}
@media (max-width: 767px) {
  .mv .example_img {
    width: 41.98%;
  }
}

/* プラン */
.plan {
  padding: 2rem 2rem 2rem;
  position: relative;
}

@media (max-width: 767px) {
  .plan {
    padding: 2rem 1rem;
  }
}

.plan .plan_text-top {
  margin: 0 auto 0rem;
  max-width: 72.5rem;
}

@media (max-width: 767px) {
  .plan .plan_text-top {
    display: flex;
    justify-content: center;
    gap: 1rem;
	margin: 0 auto 5rem;
  }

  .plan .plan_text-top .two-plan{
    position: absolute;
    left:50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    bottom: 1rem;
  }
}

.plan .plan_text-top p {
  font-weight: 700;
  font-size: 3rem;
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  .plan .plan_text-top p {
    font-size: 1.8rem;
    flex-direction: column;
  }
}

.plan .plan_text-top p:nth-of-type(1) {
  padding-left: 3rem;
  margin-bottom: 1.5rem;
}

@media (max-width: 767px) {
  .plan .plan_text-top p:nth-of-type(1) {
    padding-left: 0;
  }
}

.plan .plan_text-top .plan_label {
  width: 28.9rem;
  height: 6.6rem;
}

@media (max-width: 767px) {
  .plan .plan_text-top .plan_label {
    width: 15.7rem;
    height: 3.5rem;
    padding-top: 0.5rem;
  }
}

.plan .plan_text-top .simple {
  margin: 0 0 0 3.5rem;
}

@media (max-width: 767px) {
  .plan .plan_text-top .simple {
    margin: 0;
  }
}

.plan .plan_text-top .wide {
  margin: 0 1.5rem 0 3.5rem;
}

@media (max-width: 767px) {
  .plan .plan_text-top .wide {
    margin: 0;
  }
}

.plan .red {
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  margin: 2rem auto 3.7rem;
}

@media (max-width: 767px) {
  .plan .red {
    font-size: 1.2rem;
  }
}

.plan .plan_estimate {
  border-radius: 15px;
  background: #fff;
  box-shadow: 0px 0px 20px rgba(0, 188, 188, 0.36);
  padding: 3.2rem 2.2rem 4.8rem 4.3rem;
  text-align: center;
}

@media (max-width: 767px) {
  .plan .plan_estimate {
    padding: 2rem 0.5rem 2.5rem;
  }
}

.plan .plan_estimate p {
  font-size: 1.8rem;
  letter-spacing: -0.04em;
}

@media (max-width: 767px) {
  .plan .plan_estimate p {
    font-size: 1.4rem;
  }
}

.plan .plan_estimate .small {
  font-size: 1.6rem;
  margin: 2.4rem auto 4rem;
  letter-spacing: -0.025em;
}

@media (max-width: 767px) {
  .plan .plan_estimate .small {
    font-size: 1.2rem;
    margin: 1.4rem auto 2rem;
  }
}

.plan .estimate_result {
  margin-top: 4rem;
}

@media (max-width: 767px) {
  .plan .estimate_result {
    margin-top: 3rem;
  }
}

.plan .estimate_result .result_title {
  font-size: 2.4rem;
  font-weight: 900;
}

@media (max-width: 767px) {
  .plan .estimate_result .result_title {
    font-size: 1.8rem;
  }
}

.plan .estimate_result .flex {
  justify-content: center;
  gap: 2.7rem;
  margin-top: 3.1rem;
}

@media (max-width: 767px) {
  .plan .estimate_result .flex {
    flex-direction: row;
    margin-top: 1.1rem;
  }
}

@media (max-width: 767px) {
  .plan .estimate_result .flex .plan_wrapper {
    line-height: 1.8;
  }
}

.plan .estimate_result .flex .plan_wrapper .plan_label {
  margin-bottom: 3.1rem;
  width: 16rem;
  height: 3.8rem;
  font-size: 1.8rem;
}

@media (max-width: 767px) {
  .plan .estimate_result .flex .plan_wrapper .plan_label {
    font-size: 1.4rem;
    width: 14rem;
    height: 3.1rem;
    margin-bottom: 0;
    padding-top: 0.5rem;
  }
}

.plan .estimate_result .flex .plan_wrapper .price {
  width: 100%;
  max-width: 10rem;
  line-height: 1;
}

@media (max-width: 767px) {
  .plan .estimate_result .flex .plan_wrapper .price {
    max-width: 8rem;
  }
}

.plan .estimate_result .flex .plan_wrapper .plan_label_num {
  font-weight: 900;
  font-size: 4.5rem;
  margin-left: 1.9rem;
  position: relative;
  top: 3px;
  display: inline-block;
  background: linear-gradient(135deg, #4FACFE 0%, #00F2FE 100%);
  background: -webkit-linear-gradient(-45deg, #4FACFE 0%, #00F2FE 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (max-width: 767px) {
  .plan .estimate_result .flex .plan_wrapper .plan_label_num {
    font-size: 3.5rem;
    vertical-align: bottom;
    line-height: 1;
    margin-left: 0;
  }
}

.plan .estimate_result .flex .plan_wrapper .yen {
  font-weight: 900;
  font-size: 2.4rem;
  margin-left: 1rem;
}

@media (max-width: 767px) {
  .plan .estimate_result .flex .plan_wrapper .yen {
    font-size: 1.6rem;
    vertical-align: bottom;
    line-height: 1;
    margin-left: 0;
  }
}

.plan .plan_text-bottom {
  text-align: center;
  margin-top: 7.2rem;
  font-size: 2rem;
}

@media (max-width: 767px) {
  .plan .plan_text-bottom {
    font-size: 1.6rem;
    margin-top: 4.2rem;
  }
}

.plan .plan_text-bottom small {
  font-size: 1.5rem;
  display: block;
  margin-top: 2rem;
}

@media (max-width: 767px) {
  .plan .plan_text-bottom small {
    font-size: 1.2rem;
    margin-top: 1rem;
  }
}

.plan .plan_text-bottom .marker-y {
  margin: 6.3rem auto 4.3rem;
  font-size: 4rem;
  display: inline-block;
}

.worries {
  background: #DBFEFB;
  padding: 7.7rem 2rem 15rem;
  position: relative;
}

@media (max-width: 767px) {
  .worries {
    padding: 3.6rem 1rem 7rem;
  }
}

.worries::before {
  content: "";
  width: 100%;
  height: 14rem;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-clip-path: polygon(0% 0%, 0% 100%, 50% 100%);
  clip-path: polygon(0% 0%, 0% 100%, 50% 100%);
}

@media (max-width: 767px) {
  .worries::before {
    height: 5.3rem;
  }
}

.worries::after {
  content: "";
  width: 100%;
  height: 14rem;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-clip-path: polygon(50% 100%, 100% 0%, 100% 100%);
  clip-path: polygon(50% 100%, 100% 0%, 100% 100%);
}

@media (max-width: 767px) {
  .worries::after {
    height: 5.3rem;
  }
}

.worries .section_title {
  margin-bottom: 2.8rem;
}

@media (max-width: 767px) {
  .worries .section_title {
    font-size: 2.5rem;
    margin-bottom: 1rem;
  }
}

@media (max-width: 767px) {
  .worries .section_text .marker-y {
    background: none;
  }
}

.worries .worries_list {
  margin-top: 8rem;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .worries .worries_list {
    margin-top: 4rem;
  }
}

.worries .worries_list li {
  background: #fff;
  max-width: 45.89%;
  width: 100%;
  border-radius: 1.6rem;
  padding: 3.9rem 3.9rem 16.5rem 3rem;
  margin-right: 8.21%;
  margin-bottom: 5.8rem;
  position: relative;
}

@media (max-width: 767px) {
  .worries .worries_list li {
    padding: 1.5rem;
    max-width: 77%;
    margin: 0 0 1rem auto;
  }
}

.worries .worries_list li p {
  font-size: 2rem;
  line-height: 2.2;
}

@media (max-width: 767px) {
  .worries .worries_list li p {
    font-size: 1.3rem;
  }
}

.worries .worries_list li::after {
  position: absolute;
  content: "";
  background-size: contain;
  bottom: 0;
  right: 0;
}

@media (max-width: 767px) {
  .worries .worries_list li::after {
    left: -31%;
    top: 50%;
    bottom: 50%;
    transform: translateY(-50%);
  }
}

.worries .worries_list li:nth-child(2n) {
  margin-right: 0;
}

@media (max-width: 767px) {
  .worries .worries_list li:nth-child(2n) {
    margin: 0 auto 1rem 0;
  }
}

@media (max-width: 767px) {
  .worries .worries_list li:nth-child(2n)::after {
    right: -31%;
    left: inherit;
  }
}

.worries .worries_list li:nth-child(1)::after {
  background-image: url(../images/worries-1.png);
  width: 17.5rem;
  height: 18.1rem;
}

@media (max-width: 767px) {
  .worries .worries_list li:nth-child(1)::after {
    background-image: url(../images/sp-worries-1.png);
    width: 7.9rem;
    height: 7.9rem;
  }
}

.worries .worries_list li:nth-child(2)::after {
  background-image: url(../images/worries-2.png);
  width: 19.5rem;
  height: 18.1rem;
}

@media (max-width: 767px) {
  .worries .worries_list li:nth-child(2)::after {
    background-image: url(../images/sp-worries-2.png);
    width: 7.9rem;
    height: 7.9rem;
  }
}

.worries .worries_list li:nth-child(3)::after {
  background-image: url(../images/worries-3.png);
  width: 18.9rem;
  height: 19.4rem;
}

@media (max-width: 767px) {
  .worries .worries_list li:nth-child(3)::after {
    background-image: url(../images/sp-worries-3.png);
    width: 7.9rem;
    height: 7.9rem;
  }
}

.worries .worries_list li:nth-child(4)::after {
  background-image: url(../images/worries-4.png);
  width: 20.7rem;
  height: 19.4rem;
}

@media (max-width: 767px) {
  .worries .worries_list li:nth-child(4)::after {
    background-image: url(../images/sp-worries-4.png);
    width: 7.9rem;
    height: 7.9rem;
  }
}

.worries .bottom_text_wrapper {
  margin-top: 2.2rem;
  text-align: center;
}

@media (max-width: 767px) {
  .worries .bottom_text_wrapper .section_text {
    font-size: 1.4rem;
  }
}

.worries .bottom_text_wrapper .marker_wrapper {
  margin: 6.3rem auto 4.3rem;
}

@media (max-width: 767px) {
  .worries .bottom_text_wrapper .marker_wrapper {
    line-height: 1.2;
    margin: 2rem auto;
  }
}

.worries .bottom_text_wrapper .marker-y {
  font-size: 4rem;
}

@media (max-width: 767px) {
  .worries .bottom_text_wrapper .marker-y {
    font-size: 1.6rem;
  }
}

.feature {
  margin-top: 18.1rem;
}

@media (max-width: 767px) {
  .feature {
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .feature .section_title {
    padding: 0 2rem;
  }
}

.feature .section_title img {
  width: 78.9rem;
}

@media (max-width: 767px) {
  .feature .section_title img {
    width: 26.2rem;
  }
}

.feature .feature_title {
  font-size: 4.1rem;
  font-weight: 700;
  align-items: flex-end;
  justify-content: center;
  line-height: 1.4;
  padding-top: 5.8rem;
}

@media (max-width: 767px) {
  .feature .feature_title {
    font-size: 2rem;
    flex-direction: row;
    align-items: flex-start;
  }
}

.feature .feature_title img {
  margin-right: 6.6rem;
}

@media (max-width: 767px) {
  .feature .feature_title img {
    margin-right: 1.2rem;
  }
}

.feature .feature_title small {
  font-size: 1.8rem;
  font-weight: 700;
}

@media (max-width: 767px) {
  .feature .feature_title small {
    font-size: 1rem;
  }
}

.feature .section_text {
  margin-top: 7.1rem;
}

@media (max-width: 767px) {
  .feature .section_text {
    font-size: 1.4rem;
    margin-top: 2rem;
  }
}

.feature .section_text small {
  font-size: 1.8rem;
}

@media (max-width: 767px) {
  .feature .section_text small {
    font-size: 1rem;
  }
}

.feature .feature-1 {
  max-width: 107rem;
  margin: 0 auto 17rem;
  padding: 0 2rem;
}

@media (max-width: 767px) {
  .feature .feature-1 {
    margin-bottom: 6rem;
    padding: 0 0.5rem;
  }
}

@media (max-width: 767px) {
  .feature .feature-1 .feature_title img {
    width: 1.2rem;
  }
}

.feature .feature-1 .point-1_img {
  margin-top: 9rem;
}

@media (max-width: 767px) {
  .feature .feature-1 .point-1_img {
    margin-top: 2rem;
  }
}

.feature .feature-2 {
  background: #FEFDDF;
  padding: 0 2rem 21.7rem;
  position: relative;
}

@media (max-width: 767px) {
  .feature .feature-2 {
    padding: 0 1rem 13rem;
  }
}

.feature .feature-2::before {
  content: "";
  width: 100%;
  height: 19rem;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-clip-path: polygon(0% 0%, 0% 100%, 50% 100%);
  clip-path: polygon(0% 0%, 0% 100%, 50% 100%);
}

@media (max-width: 767px) {
  .feature .feature-2::before {
    height: 7.3rem;
  }
}

.feature .feature-2::after {
  content: "";
  width: 100%;
  height: 19rem;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-clip-path: polygon(50% 100%, 100% 0%, 100% 100%);
  clip-path: polygon(50% 100%, 100% 0%, 100% 100%);
}

@media (max-width: 767px) {
  .feature .feature-2::after {
    height: 7.3rem;
  }
}

@media (max-width: 767px) {
  .feature .feature-2 .feature_title img {
    width: 2.7rem;
  }
}

.feature .feature-2 .feature_item_list {
  max-width: 115rem;
  margin: 11.2rem auto 0;
}

@media (max-width: 767px) {
  .feature .feature-2 .feature_item_list {
    margin-top: 3.4rem;
  }
}

.feature .feature-2 .feature_item_list li {
  width: 100%;
  height: 20rem;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  align-items: center;
  margin-bottom: 7rem;
}

@media (min-width: 768px) {
  .feature .feature-2 .feature_item_list li {
    padding: 1rem;
  }
}

@media (max-width: 767px) {
  .feature .feature-2 .feature_item_list li {
    border-radius: 2rem;
    height: auto;
    flex-direction: row;
    margin-bottom: 2rem;
    position: relative;
    z-index: 1;
  }
}

.feature .feature-2 .feature_item_list li p {
  font-size: 3.2rem;
  line-height: 1.5625;
  width: 63%;
  margin-left: 5%;
  letter-spacing: 0.01em;
  font-feature-settings: "palt";
}

@media (max-width: 767px) {
  .feature .feature-2 .feature_item_list li p {
    font-size: 1.4rem;
  }
}

.feature .feature-2 .feature_item_list li:nth-child(1) {
  padding: 3.9rem 1rem 2.8rem 6rem;
}

@media (max-width: 767px) {
  .feature .feature-2 .feature_item_list li:nth-child(1) {
    padding: 2rem 0 2rem 2rem;
  }
}

.feature .feature-2 .feature_item_list li:nth-child(1) img {
  max-width: 30.9rem;
  width: 100%;
}

@media (max-width: 767px) {
  .feature .feature-2 .feature_item_list li:nth-child(1) img {
    max-width: 9.2rem;
  }
}

.feature .feature-2 .feature_item_list li:nth-child(2) {
  padding-left: 2.8rem;
}

@media (max-width: 767px) {
  .feature .feature-2 .feature_item_list li:nth-child(2) {
    padding: 2rem 0 2rem 2rem;
  }
}

.feature .feature-2 .feature_item_list li:nth-child(2) img {
  max-width: 35.4rem;
  width: 100%;
}

@media (max-width: 767px) {
  .feature .feature-2 .feature_item_list li:nth-child(2) img {
    max-width: 8.7rem;
  }
}

.feature .feature-2 .feature_item_list li:nth-child(3) {
  padding-left: 5.6rem;
}

@media (max-width: 767px) {
  .feature .feature-2 .feature_item_list li:nth-child(3) {
    padding: 2rem 0 2rem 2rem;
  }
}

.feature .feature-2 .feature_item_list li:nth-child(3) p {
  margin-left: 10%;
}

.feature .feature-2 .feature_item_list li:nth-child(3) img {
  max-width: 27.4rem;
  width: 100%;
}

@media (max-width: 767px) {
  .feature .feature-2 .feature_item_list li:nth-child(3) img {
    max-width: 9.6rem;
  }
}

.feature .feature-2 .feature_item_list li:last-child {
  margin-bottom: 0;
}

.feature .feature-3 {
  margin-top: 12.8rem;
  padding-bottom: 3.4rem;
}

@media (max-width: 767px) {
  .feature .feature-3 {
    margin-top: 5rem;
    padding-bottom: 0;
  }
}

.feature .feature-3 .feature_title {
  padding: 0 2rem;
}

@media (max-width: 767px) {
  .feature .feature-3 .feature_title {
    text-align: center;
    padding: 0;
  }
}

@media (max-width: 767px) {
  .feature .feature-3 .feature_title img {
    width: 2.7rem;
  }
}

.feature .feature-3 .section_text {
  margin-bottom: 4.3rem;
}

@media (max-width: 767px) {
  .feature .feature-3 .section_text {
    margin-bottom: 8.4rem;
  }
}

.feature .feature-3 .bg-gray {
  background: #F5F5F5;
  position: relative;
  padding-bottom: 4rem;
}

.feature .feature-3 .bg-gray::before {
  border-color: transparent #fff transparent transparent;
  border-style: solid;
  border-width: 32.2rem 100vw 0 0;
  top: 0;
  left: 0;
  content: "";
  height: 0;
  position: absolute;
  transform: rotate(180deg);
}

@media (max-width: 767px) {
  .feature .feature-3 .bg-gray::before {
    border-width: 35.2rem 100vw 0 0;
  }
}

.feature .feature-3 .bg-gray::after {
  border-color: transparent #fff transparent transparent;
  border-style: solid;
  border-width: 32.2rem 100vw 0 0;
  bottom: 0;
  left: 0;
  content: "";
  height: 0;
  position: absolute;
}

@media (max-width: 767px) {
  .feature .feature-3 .bg-gray::after {
    border-width: 35.2rem 100vw 0 0;
  }
}

.feature .feature-3 .step_wrapper {
  max-width: 136rem;
  margin: 0 auto 15.7rem;
  position: relative;
  z-index: 1;
  padding: 0 2rem;
}

@media (min-width: 768px) {
  .feature .feature-3 .step_wrapper {
    padding-top: 6rem;
  }
}

.feature .feature-3 .step_wrapper .step_title {
  font-size: 4.1rem;
  text-align: center;
}

@media (max-width: 767px) {
  .feature .feature-3 .step_wrapper .step_title {
    font-size: 2.2rem;
  }
}

.feature .feature-3 .step_wrapper .step_list {
  margin-top: 3.4rem;
  align-items: flex-start;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .feature .feature-3 .step_wrapper .step_list {
    margin-top: 6.7rem;
    padding: 0 2rem;
    align-items: center;
  }
}

.feature .feature-3 .step_wrapper .step_list li {
  max-width: 37.8rem;
  width: 100%;
  margin-right: 8.68%;
}

@media (max-width: 767px) {
  .feature .feature-3 .step_wrapper .step_list li {
    margin-bottom: 6rem;
    margin-right: 0;
  }
}

.feature .feature-3 .step_wrapper .step_list li p {
  margin-top: 2.5rem;
  font-size: 2rem;
  line-height: 1.25;
}

@media (max-width: 767px) {
  .feature .feature-3 .step_wrapper .step_list li p {
    font-size: 1.8rem;
    margin-top: 1.8rem;
  }
}

.feature .feature-3 .step_wrapper .step_list li:nth-child(3n) {
  margin-right: 0;
}

@media (max-width: 767px) {
  .feature .feature-3 .step_wrapper .step_list li:last-child {
    margin-bottom: 0;
  }
}

.support {
  padding: 9.8rem 2rem 0;
}

@media (max-width: 767px) {
  .support {
    padding: 3.6rem 1rem;
  }
}

.support .section_title img {
  width: 86.2rem;
}

@media (max-width: 767px) {
  .support .section_title img {
    width: 27.6rem;
  }
}

.support .support_list {
  max-width: 165.4rem;
  margin: 7rem auto 0;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .support .support_list {
    margin-top: 3rem;
    border-radius: 17px;
    background: #fff;
    box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.16);
    max-width: 100%;
    padding: 2.4rem 0 0 2.4rem;
  }
}

.support .support_list li {
  width: 32.43%;
  height: 15.3rem;
  padding: 4.6rem 0 4.6rem 2rem;
  border: solid 3px #333333;
  align-items: center;
  justify-content: left;
  margin-right: 1.21%;
  margin-bottom: 2.4rem;
}

@media (max-width: 767px) {
  .support .support_list li {
    border: none;
    width: 100%;
    flex-direction: row;
    padding: 0;
    height: auto;
    justify-content: flex-start;
  }
}

.support .support_list li img {
  width: 10.97%;
  margin-right: 1.1rem;
}

@media (max-width: 767px) {
  .support .support_list li img {
    width: 3.3rem;
  }
}

.support .support_list li p {
  font-size: 3rem;
  line-height: 3.5rem;
}

@media (max-width: 767px) {
  .support .support_list li p {
    font-size: 1.4rem;
  }
}

.support .support_list li p small {
  display: block;
  font-size: 1.4rem;
}

@media (max-width: 767px) {
  .support .support_list li p small {
    font-size: 1rem;
  }
}

.support .support_list li:nth-child(3n) {
  margin-right: 0;
}

.support .bottom_text_wrapper {
  margin: 4.6rem auto 9.8rem;
}

@media (max-width: 767px) {
  .support .bottom_text_wrapper {
    margin-bottom: 4.6rem;
  }
}

.support .bottom_text_wrapper .small-attention {
  margin: 2rem auto 3rem;
}

@media (max-width: 767px) {
  .support .bottom_text_wrapper .small-attention {
    margin-top: 1rem;
  }
}

@media (max-width: 767px) {
  .support .bottom_text_wrapper .large {
    font-size: 2.2rem;
  }
}

.support .bottom_text_wrapper .sp-small {
  font-size: 1rem;
}

.support .bottom_text_wrapper .marker_wrapper {
  text-align: center;
  margin: 3.3rem auto 0;
}

@media (max-width: 767px) {
  .support .bottom_text_wrapper .marker_wrapper {
    margin-top: 2rem;
    line-height: 1.6;
  }
}

.support .bottom_text_wrapper .marker-y {
  font-size: 4rem;
  line-height: 1.3;
}

@media (max-width: 767px) {
  .support .bottom_text_wrapper .marker-y {
    font-size: 2.4rem;
  }
}

.support .travel_illust {
  max-width: 106.3rem;
  width: 100%;
  margin: 0 auto;
  display: block;
}

/* 商品概要 */
.about {
  padding: 0 2rem;
}

@media (max-width: 767px) {
  .about {
    padding: 0 1rem;
  }
}

.about .about_text {
  font-size: 2rem;
  line-height: 2.2;
  text-align: center;
  margin-top: 5rem;
}

@media (max-width: 767px) {
  .about .about_text {
    font-size: 1.4rem;
  }
}

.about .about_item_wrapper {
  max-width: 126.8rem;
  margin: 5rem auto 0;
}

.about .about_item {
  margin-top: 5rem;
}

.about .about_item .about_title {
  background: #2697AC;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 500;
  display: inline-block;
  padding: 1.4rem;
  line-height: 1;
  text-align: center;
}

@media (min-width: 768px) {
  .about .about_item .about_title {
    min-width: 28rem;
  }
}

@media (max-width: 767px) {
  .about .about_item .about_title {
    font-size: 1.8rem;
    width: 79%;
    margin: 0 auto;
    display: block;
    padding: 1.3rem 0 0.9rem;
  }
}

.about .about_item .about_item_text {
  font-size: 2rem;
  line-height: 1.75;
  margin-top: 3.2rem;
}

@media (max-width: 767px) {
  .about .about_item .about_item_text {
    font-size: 1.4rem;
    margin-top: 2.2rem;
  }
}

.about .about_table {
  margin-top: 3.6rem;
  border-collapse: separate;
  border-spacing: 0 6.5px;
}

@media (max-width: 767px) {
  .about .about_table {
    margin-top: 7.6rem;
  }
}

@media (max-width: 767px) {
  .about .about_table .no-item {
    display: none;
  }
}

.about .about_table .head-reason {
  color: #707070;
  background: #E9F5F7;
  font-size: 2rem;
  text-align: center;
  padding: 0.7rem 0;
  font-weight: 500;
}

@media (max-width: 767px) {
  .about .about_table .head-reason {
    margin-bottom: 0.5rem;
    font-size: 1.8rem;
    padding: 0;
  }
}

.about .about_table .things {
  color: #707070;
  background: #E9F5F7;
  border-bottom: solid 1px #707070;
  padding: 1.2rem 2.2rem 0.8rem 3.3rem;
  position: relative;
}

@media (max-width: 767px) {
  .about .about_table .things {
    padding: 1rem 1rem;
    border-top: solid 1px #707070;
    border-bottom: none;
  }
}

.about .about_table .things::after {
  position: absolute;
  content: "";
  background: #fff;
  width: 100%;
  height: 6.5px;
  bottom: 0;
  left: 0;
}

@media (max-width: 767px) {
  .about .about_table .things::after {
    top: 0;
    height: 4px;
  }
}

.about .about_table .things p {
  text-align: left;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.3;
}

@media (max-width: 767px) {
  .about .about_table .things p {
    font-size: 1.8rem;
  }
}

.about .about_table .things .reason-1 {
  margin-bottom: 3.5rem;
}

@media (max-width: 767px) {
  .about .about_table .things .reason-1 {
    margin-bottom: 0.5rem;
  }
}

.about .about_table .things .label_wrapper {
  display: flex;
  gap: 1.6rem;
  align-items: center;
  margin-top: 1.2rem;
}

@media (max-width: 767px) {
  .about .about_table .things .label_wrapper {
    margin-top: 0;
  }
}

.about .about_table .things .label_wrapper .plan_label {
  font-size: 1.8rem;
  height: 3.8rem;
}

@media (max-width: 767px) {
  .about .about_table .things .label_wrapper .plan_label {
    font-size: 1.2rem;
    height: 2.4rem;
  }
}

.about .about_table .things .label_wrapper .simple {
  width: 15.8rem;
}

@media (max-width: 767px) {
  .about .about_table .things .label_wrapper .simple {
    width: 11.7rem;
  }
}

.about .about_table .things .label_wrapper .wide {
  width: 14.7rem;
}

@media (max-width: 767px) {
  .about .about_table .things .label_wrapper .wide {
    width: 11.7rem;
  }
}

.about .about_table td {
  padding: 2.2rem 7.4rem 1.1rem 10.4rem;
  border-bottom: solid 1px #707070;
}

@media (max-width: 767px) {
  .about .about_table td {
    padding: 1.5rem 0 1.5rem 2rem;
  }
}

.about .about_table td .reason_list li {
  font-size: 2rem;
  margin-bottom: 2rem;
  list-style-type: disc;
  padding-left: 3rem;
}

@media (max-width: 767px) {
  .about .about_table td .reason_list li {
    font-size: 1.4rem;
    padding-left: 0.5rem;
    margin-bottom: 0.8rem;
  }
}

@media (max-width: 767px) {
  .about .about_table tr {
    display: flex;
    flex-direction: column;
  }
}

.about .about_table tr:last-of-type .things,
.about .about_table tr:last-of-type td {
  border: none;
}

.about .table-attention {
  font-size: 2rem;
  margin-top: 3.2rem;
  line-height: 2.2;
  display: block;
}

@media (max-width: 767px) {
  .about .table-attention {
    font-size: 1.4rem;
    margin-top: 0;
  }
}

.about .about_box {
  max-width: 135rem;
  margin: 13.7rem auto 0;
  background: linear-gradient(#00d7ff 0%, #bc68ff 100%);
  padding: 2.3rem;
}

@media (max-width: 767px) {
  .about .about_box {
    margin-top: 10rem;
    padding: 0.8rem;
  }
}

.about .about_box .bg-white {
  background: #fff;
  padding: 7.7rem 7.9rem 8.6rem;
}

@media (max-width: 767px) {
  .about .about_box .bg-white {
    padding: 4rem 1rem;
  }
}

.about .about_box .bg-white .about_box_title {
  font-size: 4rem;
  font-weight: 700;
  text-align: center;
  line-height: 2.2;
}

@media (max-width: 767px) {
  .about .about_box .bg-white .about_box_title {
    font-size: 1.4rem;
  }
}

.about .about_box .bg-white .check_list_wrapper {
  border-radius: 32px;
  background: #fff;
  border: 1px solid #707070;
  box-shadow: 6px 6px 0px #000;
  margin-top: 6.7rem;
  padding: 6.3rem 0 6.3rem 0;
}

@media (max-width: 767px) {
  .about .about_box .bg-white .check_list_wrapper {
    margin-top: 3.5rem;
    padding: 1.8rem 2rem 1.8rem 2rem;
  }
}

.about .about_box .bg-white .check_list {
  width: 74%;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .about .about_box .bg-white .check_list {
    width: 100%;
  }
}

.about .about_box .bg-white .check_list li {
  font-size: 2.4rem;
  margin-bottom: 1.7rem;
  display: flex;
  align-items: flex-start;
}

@media (max-width: 767px) {
  .about .about_box .bg-white .check_list li {
    font-size: 1.4rem;
  }
}

.about .about_box .bg-white .check_list li:last-child {
  margin-bottom: 0;
}

.about .about_box .bg-white .check_list li img {
  width: 3.5rem;
  margin-right: 1.9rem;
}

@media (max-width: 767px) {
  .about .about_box .bg-white .check_list li img {
    width: 2rem;
    margin-right: 1rem;
    padding-top: 0.6rem;
  }
}

.about .about_box .bg-white .section_text {
  margin-top: 7rem;
}

@media (max-width: 767px) {
  .about .about_box .bg-white .section_text {
    margin-top: 5rem;
    font-size: 1.4rem;
  }
}

@media (min-width: 768px) {
  .about .about_box .bg-white .section_text .logo-cansel {
    display: none;
  }
}

@media (max-width: 767px) {
  .about .about_box .bg-white .section_text .logo-cansel {
    width: 21.7rem;
    vertical-align: top;
  }
}

.about .about_box .attention_box {
  border: 3px solid #f77;
  border-radius: 32px;
  text-align: center;
  padding: 4rem;
  margin-top: 4.4rem;
}

@media (max-width: 767px) {
  .about .about_box .attention_box {
    padding: 1.2rem 0.5rem 2rem;
    margin-top: 4rem;
    letter-spacing: 0.01em;
    font-feature-settings: "palt";
  }
}

.about .about_box .attention_box .attention_title {
  font-size: 3.6rem;
}

@media (max-width: 767px) {
  .about .about_box .attention_box .attention_title {
    font-size: 1.6rem;
  }
}

.about .about_box .attention_box .attention_title img {
  width: 5.3rem;
  margin-right: 1.8rem;
}

@media (max-width: 767px) {
  .about .about_box .attention_box .attention_title img {
    width: 2rem;
    vertical-align: middle;
  }
}

.about .about_box .attention_box .red {
  color: #FF3636;
  font-size: 3.4rem;
  line-height: 2.2058823529;
  margin-top: 4rem;
}

@media (max-width: 767px) {
  .about .about_box .attention_box .red {
    font-size: 1.3rem;
    margin-top: 1rem;
  }
}

.about .about_box .attention_box .attention_text {
  font-size: 3rem;
  margin-top: 4rem;
}

@media (max-width: 767px) {
  .about .about_box .attention_box .attention_text {
    font-size: 1.3rem;
    margin-top: 1rem;
  }
}

.about .about_box .attention_box .attention_text small {
  font-size: 2rem;
}

@media (max-width: 767px) {
  .about .about_box .attention_box .attention_text small {
    font-size: 1rem;
  }
}

.actual {
  text-align: center;
  padding: 15.9rem 2rem 11.6rem;
  background: #FEFDDF;
  position: relative;
  margin-top: 13.6rem;
}

@media (max-width: 767px) {
  .actual {
    margin-top: 1rem;
    padding: 4.5rem 0 4.5rem;
  }
}

.actual::before {
  border-color: transparent #fff transparent transparent;
  border-style: solid;
  border-width: 16rem 100vw 0 0;
  top: 0;
  left: 0;
  content: "";
  height: 0;
  position: absolute;
  transform: rotate(180deg);
}

@media (max-width: 767px) {
  .actual::before {
    border-width: 3.5rem 100vw 0 0;
  }
}

.actual::after {
  border-color: transparent #fff transparent transparent;
  border-style: solid;
  border-width: 16rem 100vw 0 0;
  bottom: 0;
  left: 0;
  content: "";
  height: 0;
  position: absolute;
}

@media (max-width: 767px) {
  .actual::after {
    border-width: 3.5rem 100vw 0 0;
  }
}

.actual .actual_img {
  max-width: 104.7rem;
  width: 100%;
  margin-top: 6.2rem;
}

@media (max-width: 767px) {
  .actual .actual_img {
    margin-top: 1.2rem;
    max-width: 78%;
  }
}

/* よくあるご質問 */
.faq {
  margin-top: 13rem;
  position: relative;
  padding-bottom: 6.5rem;
}

@media (max-width: 767px) {
  .faq {
    padding: 0 1rem;
    margin-top: 5rem;
  }
}

.faq .faq_width {
  max-width: 122rem;
  margin: 0 auto;
  padding: 0 2rem;
}

@media (max-width: 767px) {
  .faq .faq_width {
    width: 100%;
    padding: 0;
  }
}

.faq .faq_width .section_title {
  font-size: 3.8rem;
  font-weight: 700;
  margin-bottom: 7.7rem;
}

@media (max-width: 767px) {
  .faq .faq_width .section_title {
    font-size: 2.4rem;
    margin-bottom: 2.7rem;
  }
}

.faq .faq_width .faq_wrapper {
  padding: 2.5rem 0;
  background: #fff;
  border: 1px solid #707070;
  box-shadow: 0px 4px 1px rgba(0, 229, 255, 0.4);
  border-radius: 19px;
  margin-bottom: 3.6rem;
}

@media (max-width: 767px) {
  .faq .faq_width .faq_wrapper {
    padding: 1.3rem 0;
    border-radius: 9px;
    margin-bottom: 1.6rem;
  }
}

.faq .faq_width .faq_wrapper .question {
  display: flex;
  align-items: center;
  position: relative;
  transition: 0.3s;
  cursor: pointer;
  padding-left: 2.4rem;
}

@media (max-width: 767px) {
  .faq .faq_width .faq_wrapper .question {
    align-items: flex-start;
  }
}

.faq .faq_width .faq_wrapper .question:before {
  content: "";
  position: absolute;
  width: 11px;
  height: 2px;
  background: #707070;
  right: 5.9rem;
  bottom: 50%;
  top: 50%;
  transform: rotate(40deg);
}

@media (max-width: 767px) {
  .faq .faq_width .faq_wrapper .question:before {
    width: 10px;
    height: 1px;
    right: 2.5rem;
  }
}

.faq .faq_width .faq_wrapper .question:after {
  content: "";
  position: absolute;
  width: 11px;
  height: 2px;
  background: #707070;
  right: 5.1rem;
  bottom: 50%;
  top: 50%;
  transform: rotate(-40deg);
}

@media (max-width: 767px) {
  .faq .faq_width .faq_wrapper .question:after {
    width: 10px;
    height: 1px;
    right: 1.7rem;
  }
}

.faq .faq_width .faq_wrapper .question .icon_q {
  width: 2.7rem;
}

@media (max-width: 767px) {
  .faq .faq_width .faq_wrapper .question .icon_q {
    width: 1.3rem;
    padding-top: 0.7rem;
  }
}

.faq .faq_width .faq_wrapper .question .question_title {
  font-size: 2.3rem;
  font-weight: 700;
  margin-left: 1.5rem;
  font-weight: 500;
  padding-right: 5rem;
  font-feature-settings: "palt";
  letter-spacing: 0.01em;
}

@media (max-width: 767px) {
  .faq .faq_width .faq_wrapper .question .question_title {
    font-size: 1.4rem;
    padding-right: 4rem;
  }
}

.faq .faq_width .faq_wrapper .question.open:before {
  transform: rotate(140deg);
}

.faq .faq_width .faq_wrapper .question.open:after {
  transform: rotate(-140deg);
}

.faq .faq_width .faq_wrapper .answer {
  display: none;
  padding-top: 1.8rem;
}

.faq .faq_width .faq_wrapper .answer .answer_flex {
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  .faq .faq_width .faq_wrapper .answer .answer_flex {
    align-items: flex-start;
  }
}

.faq .faq_width .faq_wrapper .answer .icon_a {
  width: 8rem;
}

@media (max-width: 767px) {
  .faq .faq_width .faq_wrapper .answer .icon_a {
    width: 7.7rem;
  }
}

.faq .faq_width .faq_wrapper .answer p {
  font-size: 2.3rem;
  line-height: 2;
  padding: 1rem 3rem;
}

@media (max-width: 767px) {
  .faq .faq_width .faq_wrapper .answer p {
    font-size: 1.4rem;
    padding: 0rem 2rem;
  }
}

.faq .faq_link {
  text-align: center;
  font-size: 2rem;
  margin-top: 9.5rem;
}

@media (max-width: 767px) {
  .faq .faq_link {
    font-size: 1.2rem;
    margin-top: 4rem;
  }
}

.faq .faq_link a {
  text-decoration: underline;
}

.faq .faq_number {
  font-size: 1.8rem;
  text-align: right;
  margin-top: 15.7rem;
  padding-right: 10.7rem;
}

@media (max-width: 767px) {
  .faq .faq_number {
    font-size: 1rem;
    padding-right: 0;
    margin-top: 5.7rem;
    margin-bottom: 1rem;
  }
}

.faq .agency_wrapper {
  font-size: 2rem;
  margin-bottom: 4rem;
  padding-top: 8rem;
  max-width: 122rem;
  margin: 0 auto;
}

.faq .agency_wrapper div{
  margin-bottom: 3rem;
}

@media (max-width: 767px) {
  .faq .agency_wrapper {
    font-size: 1.2rem;
    padding-top: 3rem;
  }
}

.footer {
  background: #191919;
  padding: 5.4rem 0;
  text-align: center;
}

@media (max-width: 767px) {
  .footer {
    padding: 1rem 0;
    display: flex;
    justify-content: center;
  }
}

.footer .footer_logo {
  max-width: 31.2rem;
  width: 100%;
}

@media (max-width: 767px) {
  .footer .footer_logo {
    max-width: 10.1rem;
  }
}

/***上書き分****/
footer .footer-tour-menu{
    box-sizing: content-box;
}
.fixed {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
    box-sizing: border-box;
}
.bread-nav{
	font-size: 12px;
	font-weight: normal;
	font-family: initial;
}
.d-header-logo {
    width: 264px;
}
.c-btn{
	cursor: pointer;
}
.d-btn{
	background: linear-gradient(#bebebe 0%, #8e8e8e 100%);
    border: none;
    border-radius: 4px;
    color: #FFF;
    display: block;
    font-size: 16px;
    max-width: 96px;
    outline: none;
    padding: 7px 40px;
    text-align: center;
    width: 100%;
    min-width: 240px;
	cursor: pointer;
}
.d-btn:hover{
	background: linear-gradient(to right bottom, #c8077c, #810550);
}
.d-btn span{
	font-size: 70%;
}
@media (max-width: 767px) {
	.d-header-logo {
		margin-top: 10px;
		margin-left: auto;
	}
	.d-btn{
		font-size: 14px;
		min-width: 264px;
	}
}
.group_note {
    text-align: center;
    padding: 3vw;
    font-size: 10px;
}
.my_footer{
	background: #191919;
    padding: 5.4rem 0;
    text-align: center;
}
.my_footer .footer_logo {
    max-width: 31.2rem;
    width: 80%;
}