/* ========= modern-reset.css ========= */

/* 1. ボックスサイズを border-box に統一 */
*, *::before, *::after {
    box-sizing: border-box;
  }
  
  /* 2. マージン・パディングを初期化 */
  body, h1, h2, h3, h4, h5, h6, p, figure, blockquote, dl, dd {
    margin: 0;
    padding: 0;
  }
  
  /* 3. リストのスタイル除去 */
  ul[role='list'], ol[role='list'], ul, ol {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  /* 4. HTML5のセクション要素のデフォルト修正 */
  main, nav, header, footer, article, aside, section, figure {
    display: block;
  }
  
  /* 5. 画像やメディアを扱いやすく */
  img, picture, video, canvas, svg {
    display: block;
    max-width: 100%;
    height: auto;
  }
  
  /* 6. フォーム要素のフォント継承 */
  input, button, textarea, select {
    font: inherit;
  }
  
  /* 7. アンカーの装飾除去（必要なら） */
  a {
    text-decoration: none;
    color: inherit;
  }
  
  /* 8. 強制 line-height & スクロール改善 */
  body {
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: system-ui, sans-serif;
    background-color: #fff;
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
  }
  
  /* 9. テーブルの初期化 */
  table {
    border-collapse: collapse;
    border-spacing: 0;
  }
  
  /* 10. 隠し要素 */
  [hidden] {
    display: none !important;
  }


  
  
  :root {
    --font1: 'Noto Sans JP', sans-serif;
    --font2: "din-2014", sans-serif;
    --color1: #ECEEF2;
    --tit_bg: #18276E;
    --color3: #BBC3D4;
    --color4: #FFFF00;
    --color5: #CD4630;
    --color6: #152360;
  }

  .font1 {
    font-family: 'Noto Sans JP', sans-serif;
  }
  
  .font2 {
    font-family: "din-2014", sans-serif;
  }

  .fwb {
    font-weight: bold;
  }
  
  .bg_color1 {
    background-color: #ECEEF2;
  }
  
  .bg_tit {
    background-color: #18276E;
  }
  
  .bg_color3 {
    background-color: #BBC3D4;
  }
  
  .bg_color4 {
    background-color: #FFFF00;
  }
  
  .bg_color5 {
    background-color: #CD4630;
  }
  
  .bg_color6 {
    background-color: #152360;
  }
  
  .text_color1 {
    color: #ECEEF2;
  }
  
  .text_tit {
    color: #18276E;
  }
  
  .text_color3 {
    color: #BBC3D4;
  }
  
  .text_color4 {
    color: #FFFF00;
  }
  
  .text_color5 {
    color: #CD4630;
  }
  
  .text_color6 {
    color: #152360;
  }

  .text_color7 {
    color: #6580A8;
  }

  .text_color8 {
    color: #C2AE25;
  }


  .fs12 { font-size: 12px; }
  .fs15 { font-size: 15px; }
  .fs16 { font-size: 16px; }
  .fs17 { font-size: 17px; }
  .fs19 { font-size: 19px; }
  .fs20 { font-size: 20px; }
  .fs22 { font-size: 22px; }
  .fs23 { font-size: 23px; }
  .fs25 { font-size: 25px; }
  .fs26 { font-size: 26px; }
  .fs28 { font-size: 28px; }
  .fs30 { font-size: 30px; }
  .fs33 { font-size: 33px; }
  .fs35 { font-size: 35px; }
  .fs36 { font-size: 36px; }
  .fs38 { font-size: 38px; }
  .fs50 { font-size: 50px; }
  .fs52 { font-size: 52px; }
  .fs59 { font-size: 59px; }
  .fs76 { font-size: 76px; }
  .fs80 { font-size: 80px; }



  .inner {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
  }


h2 {
  background-color: #18276E;
  color: #fff;
  font-size: 52px;
  padding: 65px 0;
  text-align: center;
}

.fv_sp{
  display: none;
}

.fv {
  background-color: #6580A8;
  padding-top: 100px;
  margin-top: -24px;
}

.fv_inner {
  display: flex;
  justify-content: center;
}

.fv_rig img {
  width: 810px;
}

.fv_lef img {
  width: 660px;
}

.fv_rig p {
  margin-bottom: 40px;
  color: #fff;
  font-family: "Shippori Mincho", serif;
}

.fv_rig p span {
  border: solid 1px #fff;
  padding: 0px 45px;
  border-radius: 60px;
  margin-right: 20px;
  /* display: block; */
}

.cta {
  padding: 95px 0;
  background-image: url(../img/cta_bg.png);
  background-size: cover;
}

.cta p {
  text-align: center;
}


.cta_block {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

.cta_block a {
  width: 530px;
}

.cheapest {
  padding-top: 95px;
  background-image: url(../img/cta_bg.png);
  background-size: cover;
}

.cta .fs30 {
  font-weight: 600;
}

.campaign {
  background-color: #ECEEF2;
  padding: 45px 0 45px;
  
}

.campaign_block {
  background-color: #fff;
}

.campaign h3 {
  text-align: center;
}

.plan {
  padding-bottom: 60px;
}

.plan h2 {
  text-align: center;
  font-size: 35px;
  padding-bottom: 180px;
}

.plan_block {
  margin-top: -110px;
}

.plan_box {
  border: solid 1.5px #18276E;
  border-radius: 8px;
  padding: 15px;
  margin-bottom: 35px;
  background-color: #fff;
  box-shadow: 0px 8px 0px #BBC3D4;
}

.plan_box_up {
  display: flex;
  justify-content: space-between;
  padding-bottom: 15px;
  align-items: end;
}

.plan_box_lef img {
  width: 322px;
}

.plan_box_rig_mini img {
  width: 690px;
}

.plan_box_down_tit {
  color: #ffff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  border-radius: 20px;
  font-weight: bold;
}

.toggle-icon {
  position: relative;
  width: 24px;
  height: 24px;
  cursor: pointer;
  margin-left: 10px;
  background-color: #fff;
  border-radius: 50%;
  padding: 3px;
}

.toggle-icon .bar {
  background-color: #18276E;
}

.bar {
  position: absolute;
  top: 50%;
  left: 3px;
  width: 70%;
  height: 2px;
  background: #fff;
  transition: transform 0.3s ease;
  border-radius: 10px;
}

.bar1 {
  transform: translateY(-50%) rotate(0deg);
}

.bar2 {
  transform: translateY(-50%) rotate(90deg);
}

.plan_box_down.open .bar1 {
  transform: translateY(-50%) rotate(0deg);
}

.plan_box_down.open .bar2 {
  transform: translateY(-50%) rotate(0deg); /* 縦線が横線に重なりマイナスに */
}

.plan_box_down_content {
  background-color: #DDE0E6;
  padding-bottom: 25px;
}

.plan_box_down_content_img {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  padding: 25px 0 25px;
}

.plan_box_down_content_img img {
  width: 83px;
}

.close-btn {
  display: block;
  background-color: #6C85A0;
  width: 193px;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  border-radius: 12px;
}

.plan_box_rig_tit {
  text-align: center;
  font-family: "dnp-shuei-mincho-pr6n", sans-serif;
}

.plan_box_rig {
  padding-right: 20px;
}

.plan_box_rig_txt {
  text-align: center;
  border-radius: 18px;
  background-color: #BBC3D4;
  padding: 5px;
  margin-bottom: 15px;
  font-weight: bold;
}

/* エリアから探す */
.area-list {
  font-family: sans-serif;
}

.area-group {
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
}

.area-group p {
  width: 150px;
  border-right: solid 1px #000;
  font-size: 20px;
}

.area-group ul {
  width: calc(100% - 150px);
  padding-left: 40px;
}

.area-group h2 {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 16px;
  border-left: 4px solid #333;
  padding-left: 10px;
}

.area-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  gap: 10px 20px;
  list-style: none;
  padding: 0;
}

.area-grid li {
  padding-bottom: 4px;
  cursor: pointer;
}

.area-grid li a {
  text-decoration: underline;
  text-underline-offset: 2px; /* 少し離したい場合 */
  color: inherit; /* リンクの色をliと揃える場合 */
  font-size: 20px;
}

.search_block form input::placeholder {
  font-size: 28px;
}

.search_block form input::-webkit-input-placeholder {
  font-size: 28px;
}

.search_block form input:-ms-input-placeholder {
  font-size: 28px;
}

.search_block form input::-ms-input-placeholder {
  font-size: 28px;
}


.search_tit {
  background-color: #fff;
  max-width: 1100px;
  margin: 0 auto;
  padding-left: 130px;
  position: relative;
  height: 115px;
  margin-top: 25px;
}

.search_tit p {
  text-align: left;
  line-height: 1;
}

.search{
  background-color: #F1F1F1;
}

.search_tit img {
  position: absolute;
  bottom: 0;
  right: 130px;
  width: 107px;
}

.search_block > p {
  text-align: center;
}

.search_block form {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
  margin-top: 40px;
}

.search_block form input {
  width: 88%;
  height: 70px;
  border: none;
  padding-left: 25px;
}

.search_block form button {
  width: 10%;
  height: 70px;
  background-color: #18276E;
  color: #fff;
  font-weight: bold;
  font-size: 27px;
}

.search .inner {
  padding: 50px 0;
}

.serch_area_tit {
  color: #fff;
  padding: 10px 0;
  margin-bottom: 25px;
}

.search .serch_tokyo {
  text-align: left;
  margin-bottom: 25px;
  font-weight: bold;
}

.cm {
  padding-bottom: 70px;
  background-color: #ECEEF2;
}

.cm h2 {
  background-color: transparent;
  padding-top: 0;
}

.cm h2  {
  position: relative;
  display: block;
}

.cm h2::after {
  content: "";
  display: block;
  width: 50px; /* 下線の長さ */
  height: 3px; /* 下線の太さ */
  background-color: #132b71; /* 下線の色 */
  margin: 25px auto 0; /* 上にスペース、中央揃え */
}

.cm iframe {
  width: 600px;
  height: 350px;
  margin: 0 auto;
  display: block;
}

.important {
  padding-top: 120px;
  background-color: #758BB7;
}

.important p {
  text-align: center;
  color: #fff;
}

.regret {
  margin-bottom: 20px;
}

.reason h2 {
  padding-bottom: 50px;
}

.reason_tit {
  background-color: #fff;
  border-radius: 36px;
  width: 500px;
  margin: 0 auto;
  color: #18276E;
}

.reason_tit2 span {
  font-size: 76px;
}

.reason .reason_wrap {
  padding: 85px 0;
  background-color: #F0F0F0;
}

.reason_block {
  display: flex;
  justify-content: space-between;
}

.reason_block img {
  width: 350px;
}

.voice .inner {
  max-width: 1150px;
}

.voice_wrap {
  background-color: #F0F0F0;
  padding: 85px 0;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "";
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "";
}

.voice_wrap .voice-slider {
  padding: 0 20px;
  padding-bottom: 50px;
}


.message {
  background-color: #758BB7;
  padding: 80px 0;
}

.message_block {
  background-color: #fff;
  border-radius: 20px;
  padding: 45px 55px 20px;
}

.message_block p {
  margin-bottom: 30px;
  font-weight: 500;
}

.message .message_txt {
  margin-bottom: 10px;
  color: #6580A8;
}

.message_block h3 {
  margin-bottom: 30px;
  color :#152360;
  letter-spacing: 1.5px;
}

.message_block {
  position: relative;
}

.message_img {
  position: absolute;
  right: -70px;
  bottom: -80px;
  width: 350px;
}



.faq {
  background-color: #F0F0F0;
  padding-bottom: 80px;
  padding-top: 15px;
}

.faq h2 {
  color: #18276E;
  position: relative;
}

.faq h2::after {
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  background-color: #132b71;
  margin: 25px auto 0;
}

.faq h2 {
  background-color: transparent;
}

/* よくある質問アコーディオン */
.faq-item {
  border-bottom: 1px solid #ccc;
  padding: 20px 0;
}

.faq-item:last-child {
  border-bottom: none;
}

.faq-question {
  width: 100%;
  background: none;
  border: none;
  text-align: left;
  font-size: 18px;
  font-weight: bold;
  color: #1a1a66;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  letter-spacing: 1.5px;
}

.faq-question .icon {
  font-size: 24px;
  color: #000;
  transition: transform 0.3s ease;
}

.faq-answer {
  display: none;
  padding: 15px 0 0;
  font-size: 16px;
  color: #333;
}

.faq-answer .a-label {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 8px;
  color: #444;
  margin-right: 20px;
}

.faq-item.open .faq-answer {
  display: block;
}

.faq-item.open .icon {
  content: "－";
  transform: rotate(180deg);
}

.faq-item.open .faq-answer {
  display: flex;
  padding-left: 50px;
}

.faq_ocntent {
  margin-top: 15px;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 1.5px;
}

.faq-answer .a-label .fs50 {
  font-weight: 500;
}

.footer {
  background-color: #1e267e;
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  padding: 60px 20px 20px;
}

.faq-question .fs28 .fs50 {
  font-weight: 500;
}

.footer-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.footer-main {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: space-between;
}

.footer-logo-block {
  max-width: 300px;
}

.footer-logo {
  font-size: 32px;
  margin-bottom: 10px;
}

.footer-tel {
  font-size: 24px;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 42px;
  font-family: "din-2014", sans-serif;
}

.footer-tel img {
  width: 35px;
}

.footer-desc {
  margin-top: 10px;
  font-size: 14px;
}

.footer-buttons {
  margin-top: 20px;
  display: flex;
  gap: 10px;
}

main {
  position: relative;
}

.side_cta {
  position: fixed; /* ← ここを fixed に変更 */
  right: 0;
  top: 10.25vw;
  z-index: 9999; /* 他の要素より前面に出すため */
}

.side_cta a {
  width: 4.625vw;
  display: block;
  margin-bottom: 1.042vw;
}

.side_cta a img {
  width: 100%;
}

.cta .inner .fs30 .text_tit  {
  background-image: url(../img/cta_wave.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: contain;
    display: inline-block;
}

.btn-white {
  background: #fff;
  color: #1e267e;
  padding: 8px 16px;
  border-radius: 20px;
  font-weight: bold;
  text-decoration: none;
}

.btn-red {
  background: #e50012;
  color: #fff;
  padding: 8px 16px;
  border-radius: 20px;
  font-weight: bold;
  text-decoration: none;
}

.footer-links {
  display: flex;
  justify-content: end;
  flex: 1;
  gap: 40px;
}

.footer-column h4 {
  font-weight: bold;
  margin-bottom: 10px;
}

.footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-column ul li {
  margin-bottom: 6px;
}

.footer-column ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}

.footer-column {
  width: 150px;
}

.about-text {
color: #fff;
  padding: 10px;
  font-size: 13px;
  line-height: 1.6;
}

.footer-bottom {
  margin-top: 30px;
  padding-top: 20px;
  text-align: center;
}

.footer-meta {
  display: flex;
  justify-content: center;
  gap: 30px;
  list-style: none;
  margin-bottom: 10px;
  padding: 0;
}

.footer-column_last {
  width: 400px;
}
@media screen and (max-width: 1000px) {
  .footer-column{
    width: 90px;
  }
  .footer-column_last {
    width: 300px;
  }
}

.footer-meta li a {
  color: #fff;
  text-decoration: none;
  font-size: 13px;
}

.copyright {
  font-size: 12px;
  color: #ccc;
}

.footer-bottom {
  display: flex;
  justify-content: center;
  align-items: center;
}

.copyright {
  margin-left: 20px;
}

.important p {
  font-weight: bold;
}

.wavy-highlight {
  background-image: url("../img/under-wave.png"); /* 波線画像のパス */
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: contain; /* 高さ調整は画像に合わせて */
  display: inline-block;
}

.plan_box_content {
  padding-top: 25px;
  padding-left: 40px;
}

.plan_box_content  span {
  color: #152360;
    margin-top: 20px;
    font-weight: bold;
    font-size: 20px;
    border-left: solid 5px #152360;
    padding-left: 20px;
}

.cta_block a {
  display: inline-block; /* transformが効くように */
  box-shadow: 0 5px 1px rgba(0, 0, 0, 0.3);
  transition: all 0.2s ease;
}

.cta_block a:hover {
  box-shadow: none;
  transform: translateY(3px); /* 3px下に移動 */
}

@media screen and (min-width: 1301px) {
  .fv {
    background-color: #6580A8;
    padding-top: 5.208vw;
  }
  
  .fv_inner {
    display: flex;
    justify-content: center;
  }
  
  .fv_rig img {
    width: 42.188vw;
  }
  
  .fv_lef img {
    width: 34.375vw;
  }
  
  .fv_rig p {
    margin-bottom: 2.083vw;
    color: #fff;
    font-size: 2.708vw;
  }
  
  .fv_rig p span {
    border: solid 1px #fff;
    padding: 0px 2.344vw;
    border-radius: 3.125vw;
    margin-right: 1.042vw;
    /* display: block; */
  }
}

@media screen and (max-width: 1300px) { 
  .fs12 { font-size: 0.923vw; }
  .fs15 { font-size: 1.154vw; }
  .fs16 { font-size: 1.231vw; }
  .fs17 { font-size: 1.308vw; }
  .fs19 { font-size: 1.462vw; }
  .fs20 { font-size: 1.538vw; }
  .fs22 { font-size: 1.692vw; }
  .fs23 { font-size: 1.769vw; }
  .fs25 { font-size: 1.923vw; }
  .fs26 { font-size: 2vw; }
  .fs28 { font-size: 2.154vw; }
  .fs30 { font-size: 2.308vw; }
  .fs33 { font-size: 2.538vw; }
  .fs35 { font-size: 2.692vw; }
  .fs36 { font-size: 2.769vw; }
  .fs38 { font-size: 2.923vw; }
  .fs50 { font-size: 3.846vw; }
  .fs52 { font-size: 4vw; }
  .fs59 { font-size: 4.538vw; }
  .fs76 { font-size: 5.846vw; }
  .fs80 { font-size: 6.154vw; }



  .inner {
    max-width: 84.615vw;
    width: 100%;
    margin: 0 auto;
  }


h2 {
  background-color: #18276E;
  color: #fff;
  font-size: 4vw;
  padding: 5vw 0;
  text-align: center;
}



.fv {
  background-color: #6580A8;
  padding-top: 7.692vw;
}

.fv_inner {
  display: flex;
  justify-content: center;
}

.fv_rig img {
  width: 43.308vw;
}

.fv_lef img {
  width: 34.769vw;
}

.fv_rig p {
  margin-bottom: 3.077vw;
  color: #fff;
}

.fv_rig .fs52 {
  font-size: 3vw;
}

.fv_rig p span {
  border: solid 1px #fff;
  padding: 0px 3.462vw;
  border-radius: 4.615vw;
  margin-right: 1.538vw;
  /* display: block; */
}

.cta {
  padding: 7.308vw 0;
}

.cta p {
  text-align: center;
}


.cta_block {
  display: flex;
  justify-content: space-between;
  margin-top: 2.308vw;
}

.cta_block a {
  width: 40.769vw;
}

.cheapest {
  padding-top: 7.308vw;
}

.campaign {
  background-color: #ECEEF2;
  padding: 3.462vw 0 10.769vw;
}

.campaign_block {
  background-color: #fff;
}

.campaign h3 {
  text-align: center;
}

.plan h2 {
  text-align: center;
  font-size: 2.692vw;
  padding-bottom: 13.846vw;
}

.plan_block {
  margin-top: -8.462vw;
}

.plan_box {
  border: solid 1.5px #18276E;
  padding: 1.154vw;
  margin-bottom: 2.692vw;
  background-color: #fff;
}

.plan_box_up {
  display: flex;
  justify-content: space-between;
  padding-bottom: 1.154vw;
}

.plan_box_lef img {
  width: 24.769vw;
}

.plan_box_rig_mini img {
  width: 53.077vw;
}

.plan_box_down_tit {
  color: #ffff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.385vw;
}

.toggle-icon {
  position: relative;
  width: 1.846vw;
  height: 1.846vw;
  cursor: pointer;
  margin-left: 0.769vw;
  background-color: #fff;
  border-radius: 50%;
  padding: 0.231vw;
}

.toggle-icon .bar {
  background-color: #18276E;
}

.bar {
  position: absolute;
  top: 50%;
  left: 3px;
  width: 70%;
  height: 2px;
  background: #fff;
  transition: transform 0.3s ease;
  border-radius: 10px;
}

.bar1 {
  transform: translateY(-50%) rotate(0deg);
}

.bar2 {
  transform: translateY(-50%) rotate(90deg);
}

.plan_box_down.open .bar1 {
  transform: translateY(-50%) rotate(0deg);
}

.plan_box_down.open .bar2 {
  transform: translateY(-50%) rotate(0deg); /* 縦線が横線に重なりマイナスに */
}

.plan_box_down_content {
  background-color: #DDE0E6;
  padding-bottom: 1.885vw;
}

.plan_box_down_content_img {
  display: flex;
  justify-content: center;
  gap: 0.769vw;
  padding: 16px 0 10px;
}

.plan_box_down_content_img img {
  width: 6.385vw;
}

.close-btn {
  display: block;
  background-color: #6C85A0;
  width: 14.846vw;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  border-radius: 0.923vw;
}

.plan_box_rig_tit {
  text-align: center;
}

.plan_box_rig {
  padding-right: 1.538vw;
}

.plan_box_rig_txt {
  text-align: center;
  border-radius: 1.385vw;
  background-color: #BBC3D4;
  padding: 0.385vw;
  margin-bottom: 1.154vw;
}

/* エリアから探す */
.area-list {
  font-family: sans-serif;
}

.area-group {
  margin-bottom: 3.077vw;
  display: flex;
  justify-content: center;
}

.area-group p {
  width: 11.538vw;
  border-right: solid 1px #000;
}

.area-group ul {
  width: calc(100% - 11.538vw);
  /* padding-left: 3.077vw; */
}

.area-group h2 {
  font-weight: bold;
  font-size: 1.385vw;
  margin-bottom: 1.231vw;
  border-left: 4px solid #333;
  padding-left: 0.769vw;
}

.area-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  gap: 0.769vw 1.538vw;
  list-style: none;
  padding: 0;
}

.area-grid li {
  padding-bottom: 0.308vw;
  cursor: pointer;
}

.area-grid li a {
  text-decoration: underline;
  text-underline-offset: 0.154vw; /* 少し離したい場合 */
  color: inherit; /* リンクの色をliと揃える場合 */
  font-size: 0.923vw;
}


.search_tit {
  background-color: #fff;
  max-width: 84.615vw;
  margin: 0 auto;
  padding-left: 10vw;
  position: relative;

  margin-top: 1.923vw;
}

.search_tit p {
  text-align: left;
}

.search_tit img {
  position: absolute;
  bottom: 0;
  right: 10vw;
  width: 8.231vw;
}

.search_block > p {
  text-align: center;
}

.search .inner {
  padding: 3.846vw 0;
}

.serch_area_tit {
  color: #fff;
  padding: 0.769vw 0;
  margin-bottom: 1.923vw;
}

.search .serch_tokyo {
  text-align: left;
  margin-bottom: 1.923vw;
}

.cm {
  padding-bottom: 5.385vw;
  background-color: #ECEEF2;
}

.cm h2 {
  background-color: transparent;
  padding-top: 0;
}

.cm iframe {
  width: 46.154vw;
  height: 26.923vw;
  margin: 0 auto;
  display: block;
}

.important {
  padding-top: 9.231vw;
}

.important p {
  text-align: center;
  color: #fff;
}

.regret {
  margin-bottom: 1.538vw;
}

.reason h2 {
  padding-bottom: 3.846vw;
}

.reason_tit {
  background-color: #fff;
  width: 38.462vw;
  margin: 0 auto;
  color: #18276E;
}

.reason_tit2 span {
  font-size: 5.846vw;
}

.reason .reason_wrap {
  padding: 6.538vw 0;
  background-color: #F0F0F0;
}

.reason_block {
  display: flex;
  justify-content: space-between;
}

.reason_block img {
  width: 26.923vw;
}


.voice_wrap {
  background-color: #F0F0F0;
  padding: 6.538vw 0;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "";
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "";
}

.voice_wrap .voice-slider {
  padding: 0 1.538vw;
  padding-bottom: 3.846vw;
}


.message {
  background-color: #BBC3D4;
  padding: 6.154vw 0;
}

.message_block {
  background-color: #fff;
  border-radius: 1.538vw;
  padding: 3.462vw 4.231vw 1.538vw;
}

.message_block p {
  margin-bottom: 2.308vw;
}

.message .message_txt {
  margin-bottom: 0.769vw;
  color: #6580A8;
}

.message_block h3 {
  margin-bottom: 2.308vw;
}

.message_block {
  position: relative;
}

.message_img {
  position: absolute;
  right: -5.385vw;
  bottom: -6.154vw;
  width: 26.923vw;
}



.faq {
  background-color: #F0F0F0;
  padding-bottom: 6.154vw;
}

.faq h2 {
  color: #18276E;
}

.faq h2 {
  background-color: transparent;
}

/* よくある質問アコーディオン */
.faq-item {
  border-bottom: 1px solid #ccc;
  padding: 1.538vw 0;
}

.faq-item:last-child {
  border-bottom: none;
}

.faq-question {
  width: 100%;
  background: none;
  border: none;
  text-align: left;
  font-size: 1.385vw;
  font-weight: bold;
  color: #1a1a66;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.faq-question .icon {
  font-size: 1.846vw;
  color: #000;
  transition: transform 0.3s ease;
}

.faq-answer {
  display: none;
  padding: 1.154vw 0 0;
  font-size: 1.231vw;
  color: #333;
}

.faq-answer .a-label {
  font-size: 1.846vw;
  font-weight: bold;
  margin-bottom: 0.615vw;
  color: #444;
  margin-right: 1.538vw;
}

.faq-item.open .faq-answer {
  display: block;
}

.faq-item.open .icon {
  content: "－";
  transform: rotate(180deg);
}

.faq-item.open .faq-answer {
  display: flex;
  padding-left: 3.846vw;
}

.faq_ocntent {
  margin-top: 1.154vw;
  font-size: 1.231vw;
}

.footer {
  background-color: #1e267e;
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  padding: 3.077vw 1.538vw 1.538vw;
}

.footer-inner {
  max-width: 92.308vw;
  margin: 0 auto;
}

.footer-main {
  display: flex;
  flex-wrap: wrap;
  gap: 3.077vw;
  justify-content: space-between;
}

.footer-logo-block {
  max-width: 23.077vw;
}

.footer-logo {
  font-size: 2.462vw;
  margin-bottom: 0.769vw;
}

.footer-tel {
  font-size: 1.846vw;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 0.615vw;
}

.footer-desc {
  margin-top: 0.769vw;
  font-size: 1.077vw;
}

.footer-buttons {
  margin-top: 1.538vw;
  display: flex;
  gap: 0.769vw;
}

.btn-white {
  background: #fff;
  color: #1e267e;
  padding: 0.615vw 1.231vw;
  border-radius: 1.538vw;
  font-weight: bold;
  text-decoration: none;
  font-size: 1.8vw;
}

.btn-red {
  background: #e50012;
  color: #fff;
  padding: 0.615vw 1.231vw;
  border-radius: 1.538vw;
  font-weight: bold;
  text-decoration: none;
  font-size: 1.8vw;
}

.footer-links {
  display: flex;
  flex: 1;
  gap: 1.077vw;
}

.footer-column h4 {
  font-weight: bold;
  margin-bottom: 0.769vw;
}

.footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-column ul li {
  margin-bottom: 0.462vw;
}

.footer-column ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 1.077vw;
}

.footer-bottom {
  margin-top: 2.308vw;
  padding-top: 1.538vw;
  text-align: center;
}

.footer-meta {
  display: flex;
  justify-content: center;
  gap: 2.308vw;
  list-style: none;
  margin-bottom: 0.769vw;
  padding: 0;
}

.footer-meta li a {
  color: #fff;
  text-decoration: none;
  font-size: 1vw;
}

.copyright {
  font-size: 0.923vw;
  color: #ccc;
}
}

.display_sp {
  display: none;
}

.cm .inner span {
  font-family: "din-2014", sans-serif;
}

@media screen and (max-width: 768px) { 
  .area-grid li {
    margin-bottom: 25px;
    margin-left: 10px;
  }
  .inner {
    width: 86%;
  }
  .display_pc {
    display: none;
  }
  .display_sp {
    display: block;
    max-width: 100%;
    height: auto; 
    display: block;
  }
  .cta_block {
    display: block;
  }
  .area-group {
    display: block;
    margin: 0 auto;
  }
  .area-group p {
    width: auto;
    border-right: none;
    border-bottom: solid 1px #000;
  }
  .area-group ul {
    width: 100%;
  }
 
  .area-grid {
    grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
  }
  .cm {
    padding-bottom: 0;
  }
  .cm .inner {
    width: 100%;
  }
  .cm .inner {
    max-width: 100%;
    width: 100%;
  }
  .cm iframe {
    width: 100%;
    height: 58.667vw;
  }
  .fs30 {
    font-size: 4.267vw;
  }
  .fs36 {
    font-size: 4.8vw;
  }
  .cta_block a {
    width: 100%;
    display: block;
    margin-bottom: 4vw;
  }
  .cta_block a:last-child {
    margin-bottom: 0;
  }
  .campaign {
    padding-top: 6.667vw;
    padding-bottom: 6.667vw;
  }
  .plan_block {
    margin-top: 6.667vw;
  }
  .plan_box_up {
    display: block;
  }
  .plan_box_lef img {
    width: 100%;
  }
  .plan_box_rig_txt {
    border-radius: 0;
    width: 100%;
  }
  .plan_box_rig {
    padding-right: 0;
  }
  .plan_box_rig_mini img {
    width: 100%;
  }
  .search_tit {
    height: auto;
  }
  .area-grid li a {
    font-size: 3.923vw;
  }



  /* プランアコーディオン */
  .accordion {
    width: 100%;
    font-family: sans-serif;
  }
  .accordion-title {
    width: 100%;
    background: #f8f8f8;
    padding: 5.333vw;
    border: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 4.8vw;
    cursor: pointer;
    border-bottom: 1px solid #ccc;
  }
  .accordion-title .number {
    background: #f4e3a0;
    padding: 2.133vw 3.2vw;
    font-weight: bold;
    margin-right: 2.667vw;
  }
  .accordion-title .blue {
    color: #1a1a66;
  }
  .accordion-content {
    display: none;
    padding: 4vw;
    background-color: #fff;
    border-bottom: 1px solid #ccc;
  }
  .accordion-item.open .accordion-content {
    display: block;
  }
  .accordion-item.open .icon {
    transform: rotate(45deg);
  }
  .icon {
    font-size: 6.4vw;
    transition: transform 0.3s ease;
    color: #000;
  }
  .accordion-title img {
    width: 18.667vw;
  }
  .heading {
    text-align: left;
    line-height: 1;
  }
  .accordion-item span.font2 {
    font-size: 9.333vw;
    font-weight: 500;
  }
  .accordion-content {
    position: relative;
  }
  .accordion-content p {
    font-size: 4vw;
    line-height: 2;
  }
  .accordion-content .fs12 {
    font-size: 3.2vw;
  }
  .accordion-content .accordion_content_img1 {
    width: 43.2vw;
    position: absolute;
  }
  .accordion_content_img1 {
    right: 0;
    top: 5.333vw;
  }
  .accordion-content {
    padding: 4vw 0;
  }
  .accordion-title {
    background-color: transparent;
    padding: 5.333vw 0;
  }
  .accordion-item.open .accordion-content {
    background-color: transparent;
  }
  .accordion-content .accordion_content_img2 {
    width: 100%;
    padding: 5.333vw 0;
  }
  .accordion_content_img3 {
    width: 43.2vw;
    position: absolute;
    right: 0;
    top: 5.333vw;
  }
  .accordion_content_img4 {
    width: 29.6vw;
    position: absolute;
    right: 0;
    top: 5.333vw;
  }

  .swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: -2.667vw;
  }
  .swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: -2.667vw;
  }
  .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: -4vw;
  }
  .message_txt {
    font-size: 5.333vw;
  }
  .message_block h3 {
    font-size: 6.667vw;
  }
  .message_block p.fs16 {
    font-size: 4vw;
    line-height: 1.8;
  }
  .message {
    padding-bottom: 50.333vw;
  }
  .message_img {
    width: 53.333vw;
    bottom: -50.333vw;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .message_block p.fs16 {
    margin-bottom: 5.333vw;
  }
  .faq h2 {
    font-size: 6.133vw;
  }
  .faq-question .fs28 {
    font-size: 4.8vw;
  }
  .faq-question .fs50 {
    font-size: 5.333vw;
  }
  .faq_ocntent {
    font-size: 4vw;
  }
  .faq-question .icon {
    font-size: 4.533vw;
  }
  .plan h2 {
    font-size: 5.333vw;
    padding-bottom: 5vw;
  }
  .plan h2 .text_color4 {
    font-size: 6.667vw;
  }
  .plan_box_rig_tit {
    font-size: 8vw;
  }
  .plan_box {
    padding: 4vw;
  }
  .plan_box_rig_txt {
    font-size: 4.2vw;
    padding: 1.333vw 0;
    margin-bottom: 4vw;
  }
  .plan_box_down_tit {
    justify-content: flex-end;
    padding-right: 2.667vw;
    
  }
  .plan_box_down_content_img {
    flex-wrap: wrap;
    justify-content: space-between;
    padding-left: 2.667vw;
    padding-right: 2.667vw;
    gap: 10px 10px;
  }
  .plan_box_down_tit p {
    font-size: 4.267vw;
  }
  .toggle-icon {
    width: 5.6vw;
    height: 5.6vw;
    margin-left: 5.333vw;
  }
  .plan_box_down_content_img img {
    width: 30%;
  }
  .close-btn {
    width: 100%;
    margin-top: 4vw;
  }
  .plan_box_down_content {
    padding-bottom: 0;
  }
  .plan_box_up {
    padding-bottom: 2.667vw;
  }
  .plan_box {
    margin-bottom: 8vw;
  }
  .search h2 .fs35 {
    font-size: 6.667vw;
  }
  .search h2 p {
    font-size: 4.533vw;
  }
  .search h2 p span {
    font-size: 8vw;
  }
  .search_tit {
    padding-left: 2.667vw;
    padding-right: 5.333vw;
    padding-bottom: 2.667vw;
    padding-top: 1.667vw;
  }
  .search_tit img {
    width: 16vw;
    right: -2.667vw;
  }
  .search .inner {
    padding-top: 8vw;
  }
  .area-group ul {
    padding-left: 0;
    padding-top: 2.667vw;
  }
  .serch_area_tit {
    font-size: 4.8vw;
    padding: 2.667vw 0;
    margin-top: 2.667vw;
  }
  .important p {
    font-size: 6.667vw;
  }
  .important p .text_color4 {
    font-size: 8.8vw;
  }
  .important p.fs25 {
    font-size: 4vw;
    text-align: left;
  }
  .reason h2 {
    font-size: 8vw;
  }
  .reason_tit {
    width: 76.533vw;
  }
  .reason_tit2 span {
    font-size: 11.2vw;
  }
  .accordion-title {
    font-size: 6.133vw;
  }
  .search_block form input {
    width: 78%;
    height: 10.667vw;
  }
  .search_block form button {
    width: 20%;
    height: 10.667vw;
  }
  .search_block form {
    margin-bottom: 6.667vw;
    margin-top: 5.333vw;
  }
  .footer-tel {
    display: none;
  }
  .footer-desc {
    display: none;
  }
  .footer-buttons {
    display: none;
  }
  .footer-links {
    display: none;
  }
  .footer-bottom {
    display: block;
  }
  .footer_sp {
    width: 53.333vw;
    margin: 0 auto;
  }
  .footer_sp a {
    display: block;
    font-size: 3.2vw;
    margin-bottom: 2.667vw;
  }
  .footer_sp img {
    width: 53.333vw;
  }
  .copyright {
    font-size: 3.467vw;
  }
  .footer_sp a {
    margin-bottom: 20px;
  }
  .footer {
    padding: 5.333vw 0;
    padding-top: 40px;
  }
  .voice_wrap .voice-slider {
    padding: 0 4.538vw;
    padding-bottom: 10.846vw;
  }
  .swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: 0;
  }
  .swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: 0;
  }
  .footer_sp a span {
    border-bottom: solid 1px #fff;
  }
  .footer_sp .privacy_botton {
    margin-bottom: 30px;
  }
  .voice h2 {
    font-size: 30px;
  }
  .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 0;
  }
  .voice .inner {
    width: 92%;
  }
  .faq h2::after {
    margin-top: 10px;
    height: 2px;
  }
  .faq {
    padding-bottom: 50px;
    padding-top: 30px;
  }
  .accordion-title {
    padding: 30px 0;
    font-weight: 600;
  }
  .heading {
    color: #000;
  }
  .cm h2 {
    font-size: 6.133vw;
  }
  .cm h2::after {
    height: 2px;
    margin-top: 10px;
  }
  .cm {
    padding-top: 45px;
  }
  .search h2 p {
    line-height: 1.3;
  }
  .plan_box_content {
    padding-left: 15px;
  }
  .plan_box_content span {
    color: #152360;
    margin-top: 20px;
    font-weight: bold;
    font-size: 12px;
    border-left: solid 4px #152360;
    padding-left: 10px;
  }
  .close-btn {
    padding: 8px 0;
  }
  .faq-answer .a-label .fs50 {
    font-size: 5.33vw;
  }
  .faq-item.open .faq-answer {
    padding-left: 7px;
  }
  .bottom_cta {
    display: flex;
    justify-content: center;
    padding: 5px 7px;
    background: #1e267e;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 999999;
  }
  .bottom_cta a img {
    width: 177px;
  }
  .bottom_cta_left{
    padding-right: 2vw;
  }
  .bottom_cta_right{
    padding-left: 2vw;
  }
  .fv_sp{
    display: block;
  }
  .fv_pc{
    display: none;
  }
  .fv_lef img {
    width: 50vw;
    margin-top: 4vw;
  }
  .fv_inner{
    margin-top: 3vw;
    justify-content: end;
    overflow: hidden;
    height: auto; 
  }
  .fv_rig img {
    width: 45vw;
    margin-left: 13vw;
    padding-bottom: 4vw;
  }
  .fv_top img {
    width: 200px;
    margin: 0 auto;
  }
  .fv_top .fs52 {
    font-family: "Shippori Mincho", serif;
    font-size: 8vw;
    color: #fff;
    margin-bottom: 15px;
    text-align: center;
  }
  .fv_top .fs52 span {
    border: solid 1px #fff;
    border-radius: 30px;
    padding: 5px 14px;
  }
  .plan_box_down_content_img::after {
    content: "";
    flex: auto;
  }
  .search_block form button {
    font-size: 16px;
  }
  .search_block form input::placeholder {
    font-size: 18px;
  }
  
  .search_block form input::-webkit-input-placeholder {
    font-size: 18px;
  }
  
  .search_block form input:-ms-input-placeholder {
    font-size: 18px;
  }
  
  .search_block form input::-ms-input-placeholder {
    font-size: 18px;
  }
  .accordion-title img {
    min-width: 70px;
  }
  .heading {
    flex: 1;
    padding-left: 20px;
  }
  .search_tit .text_tit .text_color5 {
    line-height: 1; /* ← ここで拡大文字の行間を潰す */
    vertical-align: baseline;
  }
}

@media screen and (max-width: 375px){
  .bottom_cta_left{
    padding-right: 0;
  }
  .bottom_cta_right{
    padding-left: 0;
  }
}