/*
Theme Name: Gymgym Theme
Theme URI: https://gymgym.net/
Description: Gymgymサイト用WordPressテーマ
Text Domain: gymgym
*/
@charset "UTF-8";
html,body {
  overflow-x: hidden;
}
html,body,div,span,h1,h2,h3,h4,h5,h6,p,ul,ol,li,dl,dt,dd {
  margin: 0;
  padding: 0;
}
body {
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  margin: 0 auto;
  background-color: #FFF;
}
section {
  background-color: #fff;
}
div,
span {
  margin: 0;
  padding: 0;
}
picture {
  display: block;
}
img {
  display: block;
  width: 100%;
  border: 0;
}
a {
  text-decoration: none;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
li {
  list-style: none;
}

@media screen and (min-width: 971px) {
  .body {
    max-width: 470px;
  }
}

.fv{
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}
.fv_slider{
    position: absolute;
    width: 100%;
    height: 100%;
}
.fv_slide{
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    animation: fvFade 25s infinite;
}
.fv_slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.fv_pc{ display:block; }
.fv_sp{ display:none; }

@media (max-width:768px){
    .fv_pc{ display:none; }
    .fv_sp{ display:block; }
}
.fv_slide:nth-child(1){ animation-delay: 0s; }
.fv_slide:nth-child(2){ animation-delay: 5s; }
.fv_slide:nth-child(3){ animation-delay: 10s; }
.fv_slide:nth-child(4){ animation-delay: 15s; }
.fv_slide:nth-child(5){ animation-delay: 20s; }

.fv_sp:nth-of-type(6){ animation-delay: 0s; }
.fv_sp:nth-of-type(7){ animation-delay: 5s; }
.fv_sp:nth-of-type(8){ animation-delay: 10s; }
.fv_sp:nth-of-type(9){ animation-delay: 15s; }
.fv_sp:nth-of-type(10){ animation-delay: 20s; }

/* フェード */
@keyframes fvFade {
    0%   { opacity: 0; }
    5%   { opacity: 1; }
    20%  { opacity: 1; }
    25%  { opacity: 0; }
    100% { opacity: 0; }
}

.fv_content{
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    color: #fff;
    text-align: center;
    width: 90%;
}
.fv_content h1{
    font-size: clamp(28px, 6vw, 60px);
    line-height: 1.4;
    letter-spacing: .08em;
    font-weight: 600;
    color: #fff;
    text-shadow: 0 0 8px rgba(30, 60, 120, 0.4), 0 2px 12px rgba(30, 60, 120, 0.5);
}
.fv_content p{
    font-size: 20px;
    line-height: 1.8;
    color: #fff;
    text-shadow: 0 0 6px rgba(30, 60, 120, 0.3);
}
.fv_sub{
    font-family: "Noto Serif JP", serif;
    font-size: 30px;
    letter-spacing: .2em;
}

@media (max-width:768px){
    .fv {
      height: 75vh;
    }
    .fv_content {
      top: 75%;
    }
    .fv_content h2{
        font-size: 32px;
        line-height: 1.5;
    }
    .fv_line{
        width: 300px;
        margin: 20px 0 10px;
    }
    .fv_content p{
        font-size: 13px;
    }
    .fv_sub{
      font-size: 20px;
  }
}

@media (max-width:400px){
    .fv {
      height: 90vh;
    }
}

.top_cta {
  position: relative;
}
.gymgym_cta_button {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}

/* about */
.about{
  background-image: url(../img/about/about_bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  color: #fff;
  padding: 40px 0;
}
.about_inner{
  width: min(90%, 1200px);
  display: flex;
  margin: auto;
  justify-content: space-between;
  align-items: center;
}
/* SP */
@media (max-width: 768px){
  .about{
    background-image: url(../img/about/about_bg_sp.webp);
    padding: 10% 0;
  }
  .about_inner{
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
    .subtitle_white_right {
        font-size: 16px;
        text-align: left;
    }
}

.video {
  background: #ffffff00; 
  padding: 0px 0 50px;
}
.video_inner {
  position: relative;
  width: 100%;
  max-width: 1200px; /* 好きな最大幅に調整OK */
  margin: 0 auto;
}
.video_inner::before {
  content: "";
  display: block;
  padding-top: 56.25%; /* ←16:9（YouTube標準） */
}
.video_inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 769px) {
    .video {
        padding-top: 50px;
    }
}

/* Reason */
.reason {
  background-image: url("../img/reason/reason_bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 50px 0;
}
.reason_inner {
  width: min(90%, 1200px);
  margin: 0 auto;
}
.reason_head {
  margin-bottom: 60px;
}
.reason_list {
  display: flex;
  flex-direction: column;
  margin-top: 40px;
  gap: 70px;
}
.reason_row {
  position: relative;
}
.reason_box {
  background: #1F2D5D;
  color: #fff;
  padding: 40px 40px 36px;
  position: relative;
  z-index: 1;
}
.reason_box_head {
  display: flex;
  align-items: baseline;
  gap: 18px;
}
.reason_no {
  font-size: 35px;
  font-weight: 700;
  line-height: 1;
}
.reason_ttl {
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 6px;
  text-align: justify;
}
.reason_sub {
  margin: 0;
  font-size: 18px;
}
.reason_line {
  height: 1px;
  background: rgba(255,255,255,.35);
  margin: 22px 0 22px;
  width: 40%;
}
.reason_body {
  font-size: 18px;
  line-height: 2;
}
.reason_body p {
  margin: 0;
}
.reason_img {
  position: absolute;
  right: 0;
  top: -40px;
  width: 43%;
  margin: 0;
  z-index: 2;
}
.reason_img img {
  width: 100%;
  display: block;
}
.reason_row.reverse .reason_box_head {
  justify-content: flex-end;
}
.reason_row.reverse .reason_img {
  left: 0;
  right: auto;
}
.reason_row.reverse .reason_box {
  margin-left: auto;
  text-align: right;
}
.reason_row.reverse .reason_line {
  height: 1px;
  background: rgba(255,255,255,.35);
  margin: 22px 0 22px auto;
  width: 40%;
}
.reason_cta {
  text-align: center;
  margin-top: 120px;
}
.reason_button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  color: #1F2D5D;
  padding: 16px 32px;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 700;
  box-shadow: 0 8px 20px rgba(0,0,0,.15);
}
.reason_plus {
  font-weight: 900;
  transform: translateY(-1px);
}
@media (min-width: 769px) {
  .reason_box {
      width: 90%;
  }
}
@media (max-width: 768px) {
  .reason {
    background-image: url("../img/reason/reason_bg_sp.webp");
    padding: 10% 0;
  }
  .reason_head {
    margin-bottom: 10%;
  }
  .reason_img {
    position: relative;
    width: 100%;
    margin-top: 20px;
    margin-left: -20px;
  }
  .reason_row.reverse .reason_box_head {
    justify-content: left;
  }
  .reason_row.reverse .reason_line {
    width: 100%;
  }
  .reason_body {
    font-size: 16px;
    line-height: 2;
    text-align: left;
  }
  .reason_list {
    gap: 0px
  }
  .reason_no {
    font-size: 30px;
  }
  .reason_en {
    font-size: 30px;
  }
  .reason_ttl {
    font-size: 30px;
  }
  .reason_sub {
    text-align: left;
  }
  .reason_line {
    width: 100%;
    margin: 15px auto;
  }
  .reason_box {
    padding: 20px 15px 30px;
  }
  .reason_cta {
    margin-top: 80px;
  }
}

.program{
  position: relative;
  padding: 80px 24px 70px;
  color: #fff;
  background: url("../img/program/program_bg.webp") center/cover no-repeat;
  overflow: hidden;
}
.program_inner{
  position: relative;
  z-index:1;
  width: min(90%, 1200px);
  margin: 0 auto;
}
.program_cards{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
  margin-top: 40px;
}
.program_card a{
  display:flex;
  flex-direction:column;
  height:100%;
  background: rgba(255,255,255,.95);
  color:#1f2c5c;
  text-decoration:none;
  overflow:hidden;
  border-radius: 2px;
  box-shadow: 0 10px 24px rgba(0,0,0,.2);
  transition: transform .4s ease, box-shadow .4s ease;
}
.program_card a:hover{
  transform: translateY(-8px);
  box-shadow: 0 18px 40px rgba(0,0,0,.25);
}
.program_img img{
  width:100%;
  display:block;
}
.program_body{
  flex: 1;
  padding: 20px 18px 24px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: space-around;
}
.program_ttl{
  font-size:18px;
  font-weight:700;
  color:#f2b705;
  margin-bottom:8px;
}
.program_desc{
  font-size:14px;
  color:#444;
  line-height:1.6;
}

@media (max-width: 768px){
  .program{
    background: url("../img/program/program_bg_sp.webp") center/cover no-repeat;
    padding: 10% 0;
  }
  .program_body {
    display: block;
  }
  .program_cards{
    grid-template-columns: repeat(1, 1fr);
    gap:18px;
    padding-bottom: 5%;
  }
  .program_ttl{
    font-size: 25px;
  }
  .program_desc{
    font-size:18px;
  }
}

.private{
  background: url("../img/private/private_bg.webp") center/cover no-repeat;
  overflow: hidden;
  padding: 3% 0px;
}
.private_inner{
  width: min(90%, 1200px);
  margin:0 auto;
}
.private_content{
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  gap:80px;
  margin-top:0; 
}
.private_left{
  flex: 1;
  min-width: 0;
}
.private_text{
  margin-top: 26px; 
  font-size:18px;
  line-height:2;
  color:#1F2D5D;
}
.private_image{
  flex: 1;
  min-width: 0;
  display:flex;
  justify-content:flex-end;
}
.private_image img{
  width: 100%;
  max-width: 600px;
  height: auto;
  display:block;
  box-shadow:0 20px 40px rgba(0,0,0,.15);
}
@media (max-width: 768px){
  .private {
    background: url(../img/private/private_bg_sp.webp) center / cover no-repeat;
    padding: 10% 0;
  }
  .private_content{
    flex-direction:column;
    gap:30px;
  }
  .private_text{
    text-align: center;
    margin-top: 18px;
    font-size: 16px;
    font-weight: bold;
  }
  .private_image{
    justify-content:center;
  }
  .private_image img{
    max-width: 100%;
  }
}

/* FLOW SECTION */
.flow{
  background: url("../img/flow/flow_bg.webp") center/cover no-repeat;
  padding: 3% 0px;
  position: relative;
}
.flow_inner{
  width: min(90%, 1200px);
  margin: 0 auto;
}
.flow_content{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 80px;
}
.flow_image{
  flex: 1;
}
.flow_image img{
  width: 100%;
  max-width: 600px;
  display: block;
}
.flow_right{
  color:#fff;
}
.flow_text{
  margin-top: 22px;
  font-size: 18px;
  line-height: 2;
}
@media (max-width: 768px){
  .flow{
    background: url(../img/flow/flow_bg_sp.webp) center / cover no-repeat;
    padding: 10% 0;
  }
  .flow_content{
    flex-direction:column;
    gap:30px;
  }
  .flow_image img{
    max-width:100%;
  }
  .flow_text{
    font-size:16px;
  }
}

/* TRAINER INTRO */
.trainer_intro{
  background: url("../img/trainer/trainer_bg.webp") center/cover no-repeat;
  overflow: hidden;
  padding: 3% 0px;
}
.trainer_intro_inner{
  width: min(90%, 1200px);
  margin: 0 auto;
}
.trainer_intro_content{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 70px;
}
.trainer_intro_left{
  min-width: 0;
}
.trainer_intro_name{
  margin-top: 15%;
  padding-left: 20px;
  display: flex;
  align-items: baseline;
  gap: 20px;
  color: #1F2D5D;
  font-weight: 700;
}
.trainer_intro_name_jp{
  font-size: 30px;
  letter-spacing: .06em;
}
.trainer_intro_name_en{
  font-size: 30px;
  letter-spacing: .03em;
}
.trainer_intro .detail_cta{
  margin-top: 3%;
  padding-left: 20px;
}
.trainer_intro_image{
  flex: 1;
  min-width: 0;
  display: flex;
  justify-content: flex-end;
}
.trainer_intro_image img{
  width: 100%;
  max-width: 560px;
  height: auto;
  display: block;
}
/* SP */
@media (max-width: 768px){
  .trainer_intro{
    background: url("../img/trainer/trainer_bg_sp.webp") center/cover no-repeat;
    padding: 10% 0;
  }
  .trainer_intro_left {
    margin: auto;
  }
  .trainer_intro_name {
    margin-top: 5%;
    padding: 0;
    align-items: baseline;
    justify-content: center;
  }
  .trainer_intro_name_jp{
    font-size: 25px;
    letter-spacing: .06em;
  }
  .trainer_intro_name_en{
    font-size: 25px;
    letter-spacing: .03em;
  }
  .trainer_intro_content{
    flex-direction: column;
    gap: 30px;
    align-items: flex-start;
  }
  .trainer_intro_image{
    justify-content: center;
    width: 100%;
  }
  .trainer_intro .detail_cta{
    padding-left: 0px;
  }
}

/* PLAN & PRICE */
.plan_price{
  position: relative;
  padding: 80px 24px 70px;
  color: #fff;
  background: url("../img/plan/plan_bg.webp") center/cover no-repeat;
}
.plan_price_inner{
  position: relative;
  z-index: 1;
  width: min(90%, 1200px);
  margin: 0 auto;
}
.plan_price_tabs{
  display: flex;
  gap: 22px;
  margin-top: 26px;
  margin-bottom: 26px;
}
.plan_price_tab{
  flex: 0 0 320px;
  max-width: 320px;
  border-radius: 8px;
  padding: 20px;
  border: 1px solid rgb(0 0 0 / 0%);
  color: rgba(31, 44, 92, .45);
  font-weight: 500;
  font-size: 26px;
  cursor: pointer;
  transition: .25s ease;
}
.plan_price_tab.is_active{
  background: rgba(35, 54, 118, .95);
  color: #fff;
}
.plan_price_panel{
  width: 100%;
}
.plan_price_cards{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  align-items: stretch;
}
.plan_price_card{
  position: relative;
  border-radius: 10px;
  box-shadow: 0 16px 40px rgba(0,0,0,.22);
  background: rgba(255,255,255,.10);
}
.plan_price_card_head{
  background: rgba(28, 44, 95, .95);
  text-align: center;
  padding: 18px 14px 16px;
}
.plan_price_card_en{
  margin: 0;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: .02em;
}
.plan_price_card_jp{
  font-size: 24px;
  font-weight: bold;
}
.plan_price_card_body{
  grid-template-columns: 120px 1fr;
  background: rgba(255,255,255,.22);
  padding: 20px 18px 18px;
  display: grid;
  grid-template-rows: auto auto;
  row-gap: 10px;
  align-items: start;
}
.plan_price_tag{
  width: 96px;
  padding: 10px 8px;
  border-radius: 8px;
  background: #fff2b8;
  color: #1f2c5c;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.25;
  text-align: center;
}
.plan_price_price{
  grid-column: 2 / 3;
  color: #fff;
  text-align: center;
}
.plan_price_price_main{
  position: relative;
  display: inline-block;
  margin-top: -4%;
}
.plan_price_price_num{
  font-size: 50px;
  font-weight: bold;
  letter-spacing: .02em;
}
.plan_price_price_yen{
  position: relative;
  font-size: 18px;
  font-weight: 900;
  margin-left: 2px;
}
.plan_price_price_tax{
  position: absolute;
  right: 0;
  top: 30px;
  margin-left: 0;
  font-size: 9px;
  font-weight: 900;
}
.plan_price_price_sub{
  font-size: 20px;
  font-weight: bold;
}
.plan_price_limit{
  margin: 10px 0 0;
  font-size: 14px;
  font-weight: bold;
  grid-column: 1 / -1;
  text-align: center;
}
.plan_price_popularity{
  position: absolute;
  right: -25px;
  top: -40px;
  width: 120px;
  height: auto;
  z-index: 2;
}
.plan_price_note{
  margin: 18px 0 0;
  font-size: 11px;
  opacity: .85;
}
.plan_price_coupons{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 26px;
}
.plan_price_coupon{
  position: relative;
  background: rgba(255,255,255,.95);
  color: #1f2c5c;
  border-radius: 12px;
  padding: 18px 18px 16px;
  box-shadow: 0 16px 40px rgba(0,0,0,.22);
  overflow: hidden;
}
.plan_price_coupon_ribbon{
  position: absolute;
  left: -42px;
  top: 14px;
  transform: rotate(-45deg);
  width: 140px;
  text-align: center;
  background: #7fb7d8;
  color: #fff;
  font-weight: 900;
  font-size: 12px;
  padding: 6px 0;
  letter-spacing: 1.5px;
}
.plan_price_coupon_title{
  width: fit-content;
  margin: 0 auto 10px;
  position: relative;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #1f2c5c;
  padding-bottom: 8px;
}
.plan_price_coupon_title::after{
  content:"";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #1f2c5c;
  border-radius: 2px;
}
.plan_price_coupon_list{
  margin: 0;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.65;
}
.plan_price_coupon_big{
  margin: 7% 0 0;
  font-size: 20px;
  text-align: center;
  color: #caa400;
  font-weight: 900;
  line-height: 1.7;
}
.plan_price_campaign{
  display: grid;
  grid-template-columns: 2fr auto 0.8fr;
  align-items: end;
  margin-top: 10px;
}
.plan_price_campaign_label{
  margin: 0 0px -7px;
  font-size: 18px;
  font-weight: 900;
  color: #1f2c5c;
}
.plan_price_campaign_normal{
  position: relative;
  margin: 0;
  font-weight: 900;
  color: #6F6F6F;
  line-height: 1.2;
  display: inline-block;
}
.plan_price_campaign_normal_prefix{
  font-size: 30px;
  font-weight: 900;
}
.plan_price_campaign_normal_num{
  font-size: 39px;
  font-weight: 900;
  letter-spacing: .02em;
}
.plan_price_campaign_normal_yen{
  font-size: 25px;
  font-weight: 900;
  margin-left: 4px;
}
.plan_price_campaign_strike::after{
  content:"";
  position: absolute;
  left: 0px;
  top: 18%;
  width: 100%;
  height: 2px;
  background: #caa400;
  transform: translateY(-50%) rotate(10deg);
  transform-origin: left center;
}
.plan_price_campaign_arrow{
  font-weight: 900;
  color: #caa400;
  opacity: 1;
}
.plan_price_campaign_right{
  position: relative;
  text-align: right;
  display: inline-block;
}
.plan_price_campaign_tax{
  position: absolute;
  right: 1px;
  top: 35px;
  font-size: 14px;
  font-weight: 900;
  color: #caa400;
}
.plan_price_campaign_zero{
  margin: 0;
  line-height: 1;
}
.plan_price_campaign_zero_num{
  font-size: 85px;
  font-weight: 900;
  color: #caa400;
}
.plan_price_campaign_zero_yen{
  font-size: 30px;
  font-weight: 900;
  color: #caa400;
  margin-left: 2px;
}
.plan_price_cta{
  margin-top: 28px;
}
@media (max-width: 1300px) {
  .plan_price_tab {
    flex: 0 0 230px;
    max-width: 230px;
    padding: 12px;
    font-size: 20px;
  }
  .plan_price_card_head {
    padding: 10px 0px;
  }
  .plan_price_popularity {
    width: 90px;
  }
  .plan_price_card_body {
    grid-template-columns: 95px 1fr;
    padding: 20px 14px 15px;
  }
  .plan_price_card_en {
    margin: 0;
    font-size: 20px;
  }
  .plan_price_card_jp {
    font-size: 16px;
  }
  .plan_price_tag {
    width: 70px;
    padding: 7px 8px;
    font-size: clamp(12px, 1.5vw, 14px);
  }
  .plan_price_price_num {
    font-size: clamp(21px, 2.5vw, 30px);
  }
  .plan_price_price_tax {
    top: 0px;
    font-size: 9px;
  }
  .plan_price_price_yen {
    font-size: 18px;
  }
  .plan_price_price_sub {
    font-size: clamp(10px, 1.2vw, 12px);
  }
  .plan_price_limit {
    margin: 0px 0 0;
    font-size: 12px;
  }
  .plan_price_coupon_title {
    margin: 0 auto 10px;
    font-size: 16px;
  }
  .plan_price_coupon_ribbon {
    font-size: 10px;
    padding: 4px 0;
  }
  .plan_price_coupon_list {
    font-size: 12px;
  }
  .plan_price_campaign {
    display: grid;
    grid-template-columns: 1.8fr auto 0.8fr;
    margin-top: 8%;
  }
  .plan_price_campaign_label {
    margin: 0 0px 0px;
    font-size: 18px;
  }
  .plan_price_campaign_normal_prefix {
    font-size: 14px;
  }
  .plan_price_campaign_normal_num {
    font-size: 24px;
  }
  .plan_price_campaign_tax {
    top: 3px;
    font-size: 14px;
  }
  .plan_price_campaign_normal_yen {
    font-size: 25px;
  }
  .plan_price_campaign_zero_num {
    font-size: 50px;
  }
  .plan_price_campaign_zero_yen {
    font-size: 30px;
  }
  .plan_price_coupon_big {
    margin: 7% 0 0;
    font-size: 14px;
  }
  .detail_btn {
    min-width: 220px;
    font-size: 16px;
  }
}

@media (max-width: 768px){
  .plan_price{
    background: url("../img/plan/plan_bg_sp.webp") center/cover no-repeat;
    padding: 10% 0;
  }
  .plan_price_tabs{
    gap: 14px;
  }
  .plan_price_tab{
    flex: 1 1 0;
    max-width: none;
    height: 54px;
    font-size: 16px;
    padding: 0;
  }
  .plan_price_cards{
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .plan_price_card_body{
    grid-template-columns: 110px 1fr;
    padding: 18px 16px 16px;
  }
  .plan_price_tag {
    width: 90px;
    padding: 10px 2px;
    font-size: 16px;
  }
  .plan_price_price_num {
    font-size: 43px;
  }
  .plan_price_price_tax {
    top: 23px;
  }
  .plan_price_price_sub {
    font-size: 18px;
    font-weight: bold;
  }
  .plan_price_limit {
    margin: 5px 0 0;
    font-size: 16px;
    font-weight: normal;
  }
  .plan_price_popularity {
    right: -25px;
    top: -15px;
    width: 90px;
  }
  .plan_price_coupons{
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .plan_price_campaign_normal_prefix {
    font-size: 24px;
  }
  .plan_price_campaign_normal_num {
    font-size: 34px;
  }
  .plan_price_campaign_zero_num {
    font-size: 75px;
  }
  .plan_price_campaign_tax {
    top: 25px;
  }
  .plan_price_note{
    font-size: 11px;
    line-height: 1.7;
  }
}

.access{
  background: url("../img/access/access_bg.webp") center/cover no-repeat;
  padding: 3% 0px;
}
.access_inner{
  width: min(90%, 1200px);
  margin: 0 auto;
}
.access_content{
  display: flex;
  align-items: center;
  justify-content: center;
}
.access_map{
  flex: 1;
  display: flex;
  justify-content: center;
}
.access_map iframe{
  width: 100%;
  max-width: 600px;
  max-height: 300px;
  aspect-ratio: 16 / 10;
  border: 0;
  display: block;
}
.access_right{
  display: flex;
  flex: 1;
  max-width: 460px;
  color: #1f2c5c;
  gap: 20px;
  flex-wrap: wrap;
}
.access_block + .access_block{
  margin-top: 32px;
}
.access_head{
  position: relative;
  display: flex;
  align-items: center;
  gap: 14px;
  padding-left: 18px;
  margin-bottom: 14px;
  align-items: baseline;
}
.access_head::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 100%;
  background: #1f2c5c;
}
.access_en{
  font-size: 35px;
  font-weight: 900;
  letter-spacing: .05em;
}
.access_jp{
  font-size: 25px;
  font-weight: 700;
  letter-spacing: .06em;
}
.access_text p{
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
}
.access_zip{
  font-weight: 800;
}

@media (max-width: 768px){
  .access{
    background: url("../img/access/access_bg_sp.webp") center/cover no-repeat;
    padding: 10% 0;
  }
  .access_content{
    flex-direction: column;
    gap: 40px;
    align-items: center;
    text-align: left;
  }
  .access_map iframe{
    max-width: 100%;
  }
  .access_right{
    display: block;
    max-width: 100%;
  }
  .access_map {
    padding-bottom: 5%;
  }
  .access_block {
    padding-bottom: 5%;
  }
}

/* FAQ */
.faq{
  background: #fff;
  padding: 3% 0;
}
.faq_inner{
  width: min(90%, 1200px);
  margin: 0 auto;
}
.faq_list{
  margin-top: 26px;
  border-top: none;
}
.faq_item{
  border-bottom: 1px solid rgba(31,44,92,.18);
}
.faq_q{
  width: 100%;
  display: grid;
  grid-template-columns: 34px 1fr 28px;
  align-items: center;
  gap: 14px;
  padding: 18px 6px;
  min-height: 60px;
  background: transparent;
  border: 0;
  cursor: pointer;
  text-align: left;
}
.faq_q_icon{
  width: 28px;
  height: 28px;
  display: block;
  object-fit: contain;
}
.faq_q_text{
  color: #1f2c5c;
  font-weight: 900;
  line-height: 1.5;
  font-size: 15px;
}
.faq_toggle{
  width: 24px;
  height: 24px;
  position: relative;
  justify-self: end;
}
.faq_toggle::before{
  content:"";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 16px;
  height: 2px;
  background: #1f2c5c;
  transform: translate(-50%, -50%);
  border-radius: 2px;
}
.faq_toggle::after{
  content:"";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 2px;
  height: 16px;
  background: #1f2c5c;
  transform: translate(-50%, -50%) rotate(0deg);
  border-radius: 2px;
  transition: transform .3s ease, opacity .3s ease;
}
.faq_item.is_open .faq_toggle::after{
  transform: translate(-50%, -50%) rotate(90deg);
  opacity: 0;
}
.faq_a{
  overflow: hidden;
  max-height: 0;
  transition: max-height .35s ease;
  padding: 0 6px;
}
.faq_item.is_open .faq_a{
  padding: 0 6px 18px 6px;
}
.faq_a_inner{
  margin-left: 48px;
  color: rgba(31,44,92,.75);
  font-size: 13px;
  line-height: 2;
}
.faq_cta .detail_btn{
  border: 1px solid #7982A2;
}

@media (max-width: 768px){
  .faq{
    padding: 10% 0;
  }
  .faq_q{
    grid-template-columns: 32px 1fr 26px;
    padding: 16px 0;
  }
  .faq_a_inner{
    margin-left: 46px;
    font-size: 12.5px;
  }
}

.contact{
  position: relative;
  padding: 90px 24px 90px;
  color: #fff;
  background: url("../img/contact/contact_bg.webp") center/cover no-repeat;
}
.contact_inner{
  position: relative;
  z-index: 1;
  width: min(90%, 1200px);
  margin: 0 auto;
}
.contact_box{
  margin: 28px auto 0;
  max-width: 760px;
}
.contact_iframe{
  width: 100%;
  height: 520px;
  border: 0;
  display: block;
  background: transparent;
}
.contact iframe {
  width: 100%;
  height: 1000px;
  max-width: 1000px;
  padding-top: 10px;
  background-color: rgb(247, 249, 252);
}

@media (max-width: 768px){
  .contact{
    background: url("../img/contact/contact_bg_sp.webp") center/cover no-repeat;
    padding: 10% 0;
  }
  .contact_box{
    max-width: 100%;
    border-radius: 6px;
  }
  .contact_iframe{
    height: 620px;
  }
}