@charset "UTF-8";
/* set variables */
:root {
    --mainColor: #C69AA3;
    --subColor: #A36F7A;
    --navColor: ;
    --bgColorGlay: #EDEDED;
    --rightColor: #fff;
    --txtColor: #504945;
    --linkColor: #000;
    --borderColor: #707070;
    --min : "Noto Serif JP", serif;

    --textNormal: 16px;
    --textMiddle: 18px;
    --textMiddle2: 20px;
    --textBig: 24px;
    --textLarge: 30px;
    --textSmall: 14px;

    --gap: 80px;
    --gaps: 30px;
    --gap_sp: 30px;
    --sectionPadding: 10rem;
    --sectionPadding_sp: 3rem;
    --contentWidth: 1080px;
    --innerWidth: 848px;
}
p {
  line-height: 1.8;

}
h2 , h3 , p {
  margin-top: 0;
  margin-bottom: 0;
}
.p_center {
  text-align: center;
}
.p_bold {
  font-weight: 600;
}
.p_right {
  text-align: right;
}
.br-sp {
  display: none;
}
a img {
  transition: 0.2s;
}
a:hover img {
  opacity: 0.6;
}
.clearfix::after {
clear: both;
display: block;
content: "";
height: 0;
width: 0;
}
.flt_right {
  float: right;
}
.flt_left {
  float: left;
}
.zen_kaku{
  font-family: 'Zen Kaku Gothic New', sans-serif;
}
/* PC . SP 切り替え */
@media screen and (max-width: 999px) {
  .sp_none {
      display: none;
  }
  img {
      max-width: 100%;
      height: auto;
  }
}
@media screen and (min-width: 1000px) {
  .pc_none {
      display: none;
  }
}
@media screen and (max-width: 500px) {
  .mini_none{
    display: none;
  }
}
.wrap {
  width: 100%;
  max-width: var(--contentWidth);
  margin-left: auto;
  margin-right: auto;
}
.wrap_s {
  width: 100%;
  max-width: var(--innerWidth);
  margin-left: auto;
  margin-right: auto;
}
.mt_10 {
  margin-top: 1rem;
}
.mt_20 {
  margin-top: 2rem;
}
.mt_30 {
  margin-top: 3rem;
}
.mt_40 {
  margin-top: 4rem;
}
.mt_50 {
  margin-top: 5rem;
}
.mt_100 {
  margin-top: 10rem;
}
.mb_0 {
  margin-bottom: 0 !important;
}
.mb_10 {
  margin-bottom: 1rem;
}
.mb_20 {
  margin-bottom: 2rem;
}
.mb_30 {
  margin-bottom: 3rem;
}
.mb_40 {
  margin-bottom: 3rem;
}
.mb_50 {
  margin-bottom: 5rem;
}
.p12 {
  font-size: 12px;
  line-height: 200%;
}
.p14 {
  font-size: 14px;
  line-height: 200%;
}
.p16 {
  font-size: 16px;
  line-height: 200%;
}
.p18 {
  font-size: 18px;
  line-height: 200%;
}
.p20 {
  font-size: 20px;
  line-height: 180%;
}
.p22 {
  font-size: 22px;
  line-height: 200%;
}
.p26 {
  font-size: 26px;
  line-height: 180%;
}
.p30 {
  font-size: 30px;
  line-height: 180%;
}
.p32 {
  font-size: 32px;
  line-height: 180%;
}
.p36 {
  font-size: 36px;
  line-height: 180%;
}
.p40 {
  font-size: 40px;
  line-height: 150%;
}
.p50 {
  font-size: 50px;
  line-height: 150%;
}
.p_light {
  color: var(--rightColor);
}
.bg_01 {
  background-color: var(--mainColor);
}
.sec_padding {
  padding-top: var(--gap);
  padding-bottom: var(--gap);
}
.p_blue{
  color: #2364A8;
}
.p_yellow{
  color: #FFF100;
}
.p_blue_gradation{
  background-image: linear-gradient(90deg, #369FD2, #2364A8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media screen and (max-width: 1079px) {
  .wrap  {
      width: auto;
      max-width: auto;
      margin-left: 20px;
      margin-right: 20px;
  }
  .wrap_s  {
      width: auto;
      max-width: auto;
  }
}
@media screen and (max-width: 768px) {
  .p16 {
      font-size: 14px;
      line-height: 200%;
  }
  .p20 , .p18 {
      font-size: 16px;
      line-height: 200%;
  }
  .p26 , .p24 , .p22 {
      font-size: 18px;
      line-height: 200%;
  }
  .p30 {
      font-size: 20px;
  }
  .p36 , .p40  {
      font-size: 24px;
  }
  .p38 , .p50 {
      font-size: 5vw;
  }
  .mb_50 {
      margin-bottom: 2rem;
  }
  .mt_30 {
      margin-top: 1rem;
  }
  .mb_30 , .mb_20 {
      margin-bottom: 1rem;
  }
}
.gradation {
  background-image: linear-gradient(90deg, #a0d2f2, #1cacdc 87%, #45a5d6);
}
body {
  margin: 0;
  padding: 0;
  background: #fff;
  font-family: 'Shippori Mincho B1', 'Zen Kaku Gothic New', serif, sans-serif;
  width: 100%;
  margin: 0 auto;
}

.header {
  width: 100%;
  max-width: 1380px;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  background-image: linear-gradient(90deg, #a0d2f2, #1cacdc 87%, #45a5d6);
  position: relative;
}
.header__logo {
  display: inline-block;
  position: absolute;
  top: 100px;
  left: 20px;
  z-index: 2;
}
.header__logo img {
  width: 500px;
  height: auto;
}
.header__cta {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-top: 30px;
}
.cta__main {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
  font-size: 46.91px;
  color: #FFF100;
  line-height: 1.45;
}
.cta__sub {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
  font-size: 36.42px;
  color: #fff;
  margin-top: 10px;
  line-height: 1.45;
}
.cta__button {
  margin-top: 20px;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #EC6D81;
  background: none;
  border: 3px solid #EC6D81;
  border-radius: 8px;
  padding: 8px 32px;
  cursor: pointer;
}
.cta__button:hover {
  background: #EC6D81;
  color: #fff;
}

.main-visual {
  position: relative;
  width: 100%;
  margin: 0 auto;
  min-height: 975.61px;
  overflow: hidden;
  background-image: linear-gradient(90deg, #a0d2f2, #1cacdc 87%, #45a5d6);
}
.main-visual__bg {
  position: relative;
  padding-top: 260px;
  max-width: 1380px;
  margin: 0 auto;
  height: auto;
  z-index: 2;
}
.main-visual__bg-img {
  max-width: 785px;
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 0;
}
.main-visual__images {
  position: absolute;
  right: 0;
  top: 120px;
  z-index: 1;
}
.main-visual__img {
  object-fit: cover;
  border-radius: 0;
}

.main-visual__img--right {
}
.main-visual__catch {
  position: relative;
  max-width: 1380px;
  width: 100%;
  margin: 0 auto;
  z-index: 3;
  padding-left: 20px;
}
.catch__lead {
  font-family: 'Shippori Mincho B1', serif;
  font-weight: 600;
  font-size: 24px;
  color: #231815;
  margin: 0 0 10px 0;
  line-height: 1.45;
}
.catch__main {
  font-family: 'Shippori Mincho B1', serif;
  font-weight: 600;
  font-size: 33px;
  color: #231815;
  margin: 18px 0 0 0;
  line-height: 1.45;
}
.main-visual__banner {
  max-width: 1920px;
  width: 100%;
  height: 70px;
  margin: 0 auto;
  text-align: center;
  background-color: #008CCF;
  display: flex;
    align-items: center;
    justify-content: center;
}
.banner__bg {
  max-width: 874px;
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 0;
}
.banner__text {
  position: absolute;
  left: 38.96px;
  top: 34.47px;
  font-family: 'Shippori Mincho B1', serif;
  font-weight: 600;
  font-size: 36px;
  color: #fff;
  line-height: 1.45;
  width: 753px;
  height: 52px;
  display: flex;
  align-items: center;
  z-index: 2;
} 
#side_bn {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 999;
}
/* お悩みセクション用スタイル ここから */
.worry-section {
  width: 100%;
  margin: 0 auto;
  padding: 60px 0 200px 0;
  position: relative;
  background-image: url(../img/worry_bottom_bg.png), linear-gradient(90deg, #a0d2f2, #1cacdc 87%, #45a5d6);
  background-position: bottom center , top center;
  background-size: contain , auto;
  text-align: center;

}
.worry-section__title {
  display: inline-block;
  margin-bottom: 60px;
  font-family: 'Zen Kaku Gothic New', serif, sans-serif;
  padding-bottom: 10px;
  background-image: url(../img/underline.png);
  background-position: bottom center;
}
.worry-section__title--small {
  font-size: 36px;
  font-weight: 700;
  color: #231815;
  line-height: 1.45;
}
.worry-section__title--main {
  font-size: 43px;
  font-weight: 700;
  color: #231815;
  line-height: 1.45;
}
.worry-section__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px 32px;
  margin-bottom: 40px;
}
.worry-card {
  width: 315px;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 32px 16px 24px 16px;
  box-sizing: border-box;
  transition: transform 0.2s, box-shadow 0.2s;
}
.worry-card__img {
  width: 100%;
  height: auto;
  object-fit: contain;
  margin-bottom: 16px;
}
.worry-card__text {
  font-size: 26px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 1.45;
  font-family: 'Zen Kaku Gothic New', serif, sans-serif;
}
.position{
  position: relative;
}
.worry-section__boy {
  position: absolute;
  left: -140px;
  top: -195px;
  z-index: 2;
}
.worry-section__boy-img {
  width: 386.57px;
  height: 580px;
  object-fit: contain;
}
/* お悩みセクション用スタイル ここまで */ 

/* 特徴セクション用スタイル ここから */
.feature-section {
  background-color: #f5f5f5;
  padding: 60px 0;
  position: relative;
}
.feature_girl{
  position: relative;
}
.feature_girl img{
  position: absolute;
  z-index: 0;
  bottom: 100%;
  right: 110px;
}
.feature-section .gradient-text{
  background-image: linear-gradient(90deg, #369FD2,  #2364A8);
  -webkit-background-clip: text;     /* 背景を文字に切り抜く */
  -webkit-text-fill-color: transparent; /* テキスト色を透明に */
}
.feature_flex{
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  padding: 50px;
  border-radius: 170px;
}
.feature_flex_img{
  width: 40%;
  height: auto;
  display: flex;
  align-items: center;
}
.feature_flex_img img{
  width: 100%;
  height: auto;
}
.feature_flex_text{
  width: calc(100% - 40% - 30px);
}
.feature_flex_text span.yellow{
  color: #FFF100;
  font-size: 120%;
}
.feature_flex_text span.white{
  color: #FFFf;
  font-size: 120%;
}
/* 特徴セクション用スタイル ここまで */ 

/* atama＋についてセクションここから */ 
.atama-section{
  background-color: #E6EFF5;
  padding: 60px 0;
  position: relative;
}
.atama_flex01{
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  align-items: stretch;
}
.atama_box{
  width: calc(50% - 25px);
  display: flex;
  flex-direction: column;

}
.atama_title {
  background-image: linear-gradient(90deg, #369FD2, #2364A8);
  padding-left: 100px;
  padding-top: 10px;
  border-radius: 30px 30px 0 0;
  position: relative;
  border: 1px solid #2364A8;
}
.atama_title::before {
  content: "";
  display: block;
  width: 105px;
  height: 100px;
  position: absolute;
  background-image: url(../img/atama_point01.png);
  background-size: cover;
  top: -20px;
  left: 10px;
  z-index: 2;
}
.atama_title img{
  max-height: 115px;
  height: 100%;
  width: auto;
}
.atama_text{
  padding: 20px;
  background-color: #fff;
  border-radius: 0 0 30px 30px;
  border: 1px solid #2364A8;
  flex: 1;
}
.atama_item{
  color: #2364A8;
}
.star {
  font-size: 26px;
  vertical-align: text-bottom;
  margin-left: 2px;
}
.atama_img01{
  background-image: url(../img/atama_img01.jpg);
  background-position: center top;
  background-size: cover;
}
.atama_title.atama_title02::before {
  background-image: url(../img/atama_point02.png);
}
.mb_50_same{
  margin-bottom: 50px;
}
.atama_flex02{
  display: flex;
  flex-wrap: wrap;
  justify-content: stretch;
  background-image: linear-gradient(90deg, #369FD2, #2364A8);
  border-radius:30px;
  border: 1px solid #2364A8;
}
.atama_title.atama_title_03{
  background-image: none;
  border: none;
  padding-top: 0;padding-bottom: 20px;
}
.atama_title.atama_title_03::before {
  background-image: url(../img/atama_point03.png);
  left: -10px;
}
.atama_box_02{
  width: calc(50% - 25px);
  padding: 10px 20px 30px 20px;
}
.atama_box_03{
  width: calc(50% + 25px);
  background-image: url(../img/atama_img03.jpg);
  background-position: center center;
  background-size: cover;
  border-radius: 0 30px 30px 0;
}
.atama_box_02_item p{
  background-color: #fff;
  text-align: center;
  margin-bottom: 10px;
  font-weight: 600;
  color: #2364A8;
  margin-bottom: 2rem;
}
.atama_box_02 span{
color: #FFF100;;
}
/* atama＋についてスタイルここまで */ 

/* サービスについてスタイルここから */ 
.service{
  background-image: linear-gradient(90deg, #a0d2f2, #1cacdc 87%, #45a5d6);
  padding: 60px 0 100px 0;
  position: relative;
}
.service .under_line{
  position: relative;
  display: inline-block;
}
.service .under_line::after , .service_box01 p::after{
  content: "";
  display: block;
  width: 100%;
  height: 6px;
  background-color: #FFF100;
  position: absolute;
  left: 0;
  bottom: -1px;
}
.service_flex{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 2rem;
}
.service_p_left{
  width: 40%;
  background-image: linear-gradient(90deg, #369FD2, #2364A8);
  border-radius: 30px 0 0 30px;
  display: flex;            /* ← 追加 */
  align-items: center;      /* ← 縦方向の中央揃え */
  justify-content: center; 
  padding: 10px 20px;
  box-shadow: 0 0 10px rgba(4, 0, 0, 0.15);
}
.service_p_right{
  width: 60%;
  background-color: #fff;
  border-radius: 0 30px 30px 0;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  box-shadow: 0 0 10px rgba(4, 0, 0, 0.15);
  color: #2364A8; 
}
.service_box01{
  width: 60%;
  height: auto;
}
.service_box01 p{
  position: relative;
  display: inline-block;
}
.service_box02{
  width: 40%;
  height: auto;
  background-image: url(../img/service_01.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.price-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 16px;
}
.price-table th,
.price-table td {
  border: 1px solid #EA545D;
  padding: 10px;
  background-color: #fff;
  color: #EA545D;
}
.price-table thead th,.price-table thead tr{
  background-color: #EA545D;
  color: #fff;
  line-height: 2;
}
.price-table .main_price td{
  background-color: #FFF100; 
  font-size:32px;
  font-weight: bold;
}
.tax{
  font-weight: 400;
}
.service_bottom{
}
.service_bottom img{
  position: absolute;
  left: 50%;
  bottom: -100px;
  transform: translateX(-50%);
  z-index: 2;
}
/* サービスについてスタイルここまで */ 

/* スタッフのスタイルここから */ 
.staff-section{
  padding: 150px 0 80px 0;
  position: relative;
  background-color: #f5f5f5;
}
.staff_flex{
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  width: 80%;
  padding: 0 50px;
  position: relative;
  z-index: 1;
}
.staff_flex::before{
  content: "";
  display: block;
  background-image: linear-gradient(90deg, #369FD2, #2364A8);
  height: calc(100% - 100px);
  position: absolute;
  width: 100%;
  bottom: 8px;
  left: 0;
  z-index: -1;
  border-radius: 0px 250px 250px 0;
}
.staff_img {
  width: calc(50% - 50px);
  height: auto;
  text-align: end;
}
.staff_text{
  width: calc(50%);
  padding-top: 150px;
}
.staff_text span{
  font-size: 135%;
  margin-left: 1rem;
}
.staff_flex.staff_flex02{
  flex-direction: row-reverse;
  margin-left: auto;
  padding: 0 50px 0 100px;
}
.staff_flex.staff_flex02::before{
  border-radius: 250px 0 0 250px;
  background-image: linear-gradient(90deg, #2364A8 ,#369FD2);
}
.staff_flex.staff_flex02 .staff_img{
  text-align: justify;
}
/* スライダーはここから */
.gallery-sectiron{
  padding: 60px 0 100px 0;
  position: relative;
  background-color: #f5f5f5;
}
/* ===== スライダー全体 ===== */
.slider {
  position: relative;
  margin: 0 auto;
}
/* ===== スライドの中身 ===== */
.slide_item {
  text-align: center;
}
.slide_item img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.caption {
  margin-top: 10px;
  font-size: 16px;
  color: #2364A8;
  text-align: center;
}
/* ===== スライダー矢印 ===== */
/* スライダー矢印（画像の真ん中に配置） */
.slick-prev,
.slick-next {
  position: absolute;
  top: 40%; /* 画像の高さの中央 */
  transform: translateY(-50%); /* 矢印を完全に中央に */
  z-index: 20; /* 画像より前面に出す */
  width: 35px;
  height: 35px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border: none;
  cursor: pointer;
  opacity: 1; /* 初期状態でopacityは1 */
  transition: opacity 0.3s ease; /* opacityの変更効果 */
}
/* 左矢印：画像の左側中央 */
.slick-prev {
  left: 10px;
  background-image: url(../img/arrow_left.png);
}
/* 右矢印：画像の右側中央 */
.slick-next {
  right: 10px;
  background-image: url(../img/arrow_right.png);
}
.slick-prev,
.slick-next {
  opacity: 1 !important;
}
.slick-prev:hover,
.slick-next:hover {
  opacity: 1 !important;
}
/* デフォルト矢印文字を消す */
.slick-prev:before,
.slick-next:before {
  content: '';
  display: none;
}
/* ===== ドット（ページネーション） ===== */
.slick-dots {
  display: flex !important;
  justify-content: center;
  margin-top: 20px;
  padding: 0;
  list-style: none;
}
.slick-dots li {
  margin: 0 3px;
}
.slick-dots li button {
  width: 10px;
  height: 10px;
  padding: 0;
  background: transparent;
  border: none;
  font-size: 0;   /* 数字を視覚的に消す */
  line-height: 0;
  color: transparent;

}
.slick-dots li button:before {
  content: '';  /* 数字を削除 */
  background-color: #ccc;  /* ドットの色 */
  width: 10px;  /* ドットのサイズ */
  height: 10px;  /* ドットのサイズ */
  border-radius: 50%;  /* ドットの丸み */
  display: block;  /* 表示 */
  opacity: 1;
  transition: color 0.3s ease;
}

.slick-dots li.slick-active button:before {
  background-color: #369FD2;  /* アクティブなドットの色 */
}
/* スライダーはここまで */
/* よくある質問はここから */
.faq-section{
  background-image: linear-gradient(90deg, #a0d2f2, #1cacdc 87%, #45a5d6);
}
.faq_dl .inner {
  margin-top: 50px;
  box-shadow: 0 5px 10px rgba(0,0,0,0.18) ;
  background-color:#fff;
}
.faq_dl dt {
  padding: 1rem 4rem 1rem 6rem;
  position: relative;
  cursor : pointer;
  color: #fff;
  background-image: linear-gradient(90deg, #369FD2, #2364A8);
}
.faq_dl dt::before {
  content: "";
  display: block;
  position: absolute;
  background-image: url(../img/q.png);
  background-size: contain;
  width: 60px;
  height: 62px;
  top: -15px;
  left: 10px;
  z-index: 5;
}
.faq_dl .btn {
  position: absolute;
  background-color:#fff;
  color: #fff;
  top: 50%;
  margin-top: -10px;
  right: 1.5rem;
  z-index: 2;
}
.faq_dl .btn span {
  display: block;
  position: relative;
  width: 20px;
  height: 20px;
}
.btn span::before,.btn span::after {
  content: '';
  display: inline-block;
  width: 14px;
  height: 2px;
  background-color:#2364A8;;
  position: absolute;
  right: 3px;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 0.3s;
  z-index: 2;
}
.btn span::after {
  transform: translateY(-50%) rotate(90deg);
  transition: transform 0.3s;
}
.faq_dl dt.highlight .btn span::before {
  opacity: 0;
}
.faq_dl dt.highlight .btn span::after {
  transform: translateY(-50%) rotate(180deg);
}
.faq_dl dd {
  position: relative;
  display: none;
  background-color: var(--bgColorlight);
  font-size: 80%;
  padding: 1rem 2rem 1rem 4rem;
  line-height: 180%
}
.faq_dl dd::after{
  position: absolute;
  content: "A";
  font-size: 52px;
  display: block;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 600;
  color: #2364A8;
  z-index: 2;
}
.faq_dl dd a {
  color: #fff;
}
.faq_dl dd a:hover {
  text-decoration: none;
}
.faq_dl dt {
  transition: transform 0.2s ease; /* スムーズに動かす */
}
@media screen and (max-width: 850px) {
  .faq_wrap {
      padding: 20px 0;
  }
  .faq_wrap .wrap_s {
      margin-left: 0;
      margin-right: 0;
  }
}
/* よくある質問はここまで */
/* CVはここから */
.cv_bg{
  background-image:url(../img/cv_botann_bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.link-btn {
  display: inline-block;
  font-size: 28px;
  font-weight: bold;
  color: #2364A8;
  text-decoration: none;
  padding: 20px 40px;
  border-radius: 40px;
  line-height: 1.2;
  text-align: center;
  transition: opacity 0.3s ease;
  background: 
    linear-gradient(90deg, #FFF21F 0%, #FBD00A 67%, #FABE00 100%),
    #fff;

  box-shadow: 4.14px 4.14px 8.28px rgba(4, 0, 0, 0.15);
}
.link-btn:hover {
  background: 
    linear-gradient(90deg, #f7e600 0%, #e3bb09 67%, #dba500 100%),
    #fff;
}
.cv-section span{
  color: #FFF100;
  font-size: 140%;
}
/* CVここまで */
/* fotterはここから */
.blue_bg{
  background-image: linear-gradient(90deg, #369FD2,  #2364A8);
}
.foot_padding{
  padding-top: var(--gap);
  padding-bottom: 230px;
}
.fotter_flex{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 100px;
}
.fotter_flex_item01{
  width: calc(50% - 100px);
  height: auto;
}
.fotter_flex_item01 img{
  width: 100%;
  height: auto;
}
.fotter_flex_item02{
  width: 50%;
  height: auto;
}
.foot_copy{
  background-color: #000;
  color: #fff;
  text-align: center;
  font-size: 15px;
  padding: 10px 0;
}
.foot_access {
  display: flex;
  align-items: center; /* 縦位置を揃える */
  gap: 15px; /* 2つの要素の間の余白（調整可） */
}

.access_01 {
  font-size: 22px;
}

.access_02 {
  font-size: 16px;
}
.divider {
  width: 1px;
  height: 2.5em;
  background-color: #fff;
}
.foot_tel{
  font-family: 'M PLUS 1p', sans-serif;
}
.foot_tel:hover{
  opacity: 0.8;
}
.foot_tel a {
  text-decoration: none; 
  position: relative;
  padding-left: 45px; 
  display: inline-block; 
  color: #fff;
}

.foot_tel a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 35px;
  height: 35px;
  background-image: url('../img/tel_icon.png'); /* 画像パスは適宜変更 */
  background-size: contain;
  background-repeat: no-repeat;
}

/* フォーム */

.sec_contact {
  background-color: #e6eff5;
  background-position: top center;
  background-size: contain;
  padding: 70px 0 30px;
}
.contact_wrap {
  position: relative;
  padding: 60px;
  z-index: 1;
  max-width: 1000px;
  background-color: #fff;
}
.contact_wrap::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 5;
  width: 230px;
  height: 210px;
  background-position: right bottom;
  background-size: 100% auto;
  bottom: -1px;
  right: 0;
}
#contact .contact_wrap::after {
  display: none;
}
.contact_wrap .inner {
  padding: 50px 20px;
  z-index: 1;
}
.contact_wrap h2 {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 20px;
  position: relative;
}
.contact_wrap h2 img {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 1268px) {
  #header {
    gap: 20px;
    padding: 30px 30px;
  }
  #header .gnav ul {
    gap: 15px;
    font-size: 15px !important;
  }
}
@media screen and (max-width: 1000px) {
  /* #header .gnav {
    display: none;
  } */
  #header .gnav ul {
    display: none;
  }
  .contact_wrap h2 {
    background-size: contain;
  }
  .sec_contact {
    padding: 50px 0 30px;
  }
  .contact_wrap::after {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .contact_wrap h2 img {
    width: 1.5rem;
  }
  #header {
    padding: 20px;
  }
  #header h1 img {
    width: 150px;
    height: auto;
  }
  .mt_20 {
    margin-top: 10px;
  }
  .mt_40,
  .mt_50 {
    margin-top: 30px;
  }
  .sec_contact {
    padding: 50px 0 30px;
  }
  .contact_wrap {
    padding: 5px;
  }
  .contact_wrap .inner {
    padding: 20px;
  }
  .contact_wrap::before {
    width: 100px;
    height: 100px;
    background-position: left top;
    background-size: 100% auto;
    top: -18px;
    left: -20px;
  }
  .contact_wrap::after {
    display: none;
  }
  .contact_wrap .contact_btn a {
    padding: 10px 20px;
  }
  .contact_wrap h2 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}

#form_wrap {
  font-size: 16px;
}
#form_wrap .check input,
#form_wrap .radio input {
  margin-right: 5px;
}
#form_wrap .contact_txt {
  text-align: center;
}
#form_wrap .footer_bottom {
  padding-bottom: 20px !important;
}
#form_wrap h3 {
  text-align: center;
  margin-bottom: 20px;
}
.privacy_wrap {
  text-align: justify;
  background-color: #ffffff;
  height: 200px;
  overflow: auto;
  overflow-y: scroll;
  overflow-x: auto;
  padding: 45px 35px;
}
.error-message {
  list-style: none;
  padding: 1rem;
}
.form span.form_required {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: justify;
  height: 23px;
  font-size: 0.8rem;
  color: #fff;
  padding: 3px 7px;
  background-color: #bb0115;
  border-radius: 2px;
  margin-left: 8px;
}
input[type="submit"] {
  border: 0;
  box-shadow: 0;
}
input[type="button"] {
  border: 0;
  box-shadow: 0;
}
.form div.validation-error {
  display: block;
  color: #d00303;
  text-align: left;
  padding: 5px 0;
  width: 100%;
  font-size: 0.9rem;
}
.form .error-message {
  background-color: #efefef;
  color: #d00303;
}
#form_wrap input,
#form_wrap textarea,
#form_wrap select {
  background-color: #fff;
}
#form_wrap .btn_wrap input{
  background-color: #d70019;
}
#header_contact {
  text-align: center;
  padding: 50px;
  margin: 0 20px;
}
#header_contact h1 {
  line-height: 0;
  margin: 0;
}
#privacy-check input{
  margin-right: 10px;
}
#form_wrap .btn_wrap {
  padding: 60px 0 50px;
}
#form_wrap .btn_submit {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  background-image: linear-gradient(90deg, #369FD2, #2364A8);
  color: #fff;
  font-weight: bold;
  letter-spacing: 1px;
  cursor: pointer;
  width: 252px;
  height: 64px;
  border-radius: 32px;
  font-size: 15px;
  margin: 0 auto 10px;
}
#form_wrap .btn_submit:hover {
  background-image: linear-gradient(145deg, #369FD2, #2364A8);
  color: #f7f7f7;
}
#form_wrap .btn_submit:active {
  filter: brightness(0.95);
}
#form_wrap #privacy-check label {
  justify-content: center;
  width: 100%;
}

select.is_empty {
  color: gray;
}

.form .input {
  display: flex;
  /* flex-direction: column; */
  flex-direction: center;
  width: 100%;
}


/* media query : desktop
---------------------------------------------*/
@media screen and (min-width: 768px) {
  .form {
    margin: 0 auto;
  }
  .form form {
    margin-top: 50px;
  }
  .form .input-wrap {
    display: block;
    padding-bottom: 25px;
  }
  .form .input-wrap:first-of-type {
    padding-top: 25px;
  }
  .form .input-wrap label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: justify;
    width: 100%;
    padding: 0 15px 0 0;
    box-sizing: border-box;
  }
  .form .input-wrap div.input {
    display: flex;
    flex: 1;
    padding: 0 0 0 15px;
    box-sizing: border-box;
  }
  .input_flex {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    width: 100%; /* 全体で揃える */
  }
  .form .input-wrap div.input.input.input_small {
    display: flex;
    flex: 0;
  }
  .form .input-wrap div.input input::placeholder {
    font-size: 1rem;
  }
  .form .input-wrap div.input > input,
  .form .input-wrap div.input > textarea {
    width: 100%;
    font-size: 1rem;
    padding: 18px;
    box-sizing: border-box;
  }
  .input-wrap .input.input_small > input {
    width: 300px!important;
    margin-right: 8px;  /* 少し余白入れると見やすい */
  }
  .form .input-wrap div.input div {
    display: flex;
    width: 40%;
  }
  .form .input-wrap div.input div.validation-error {
    width: 100%;
  }
  .form .a_column.input-wrap div.input div {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .form .privacy_02 .input-wrap div.input div {
    width: 100%;
    align-items: center;
  }
  .form .input-wrap div.input select {
    width: 100%;
    font-size: 1rem;
    padding: 18px;
    box-sizing: border-box;
  }
  .form .input-wrap div.input select option {
    padding: 3px 7px;
  }
  .input_flex{
    display: flex;
    padding-left: 15px;
  }
  .form dl.confirm {
    display: flex !important;
    flex-wrap: wrap;
    margin-top: 50px;
  }
  .form dl.confirm dt,
  .form dl.confirm dd {
    padding: 35px 15px;
    border-bottom: 1px solid #e3e3e3;
    box-sizing: border-box !important;
    margin-left: 0 !important;
  }
  .form dl.confirm dt:first-of-type,
  .form dl.confirm dd:first-of-type {
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
  }
  .form dl.confirm dt {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    width: 25%;
    box-sizing: border-box !important;
  }
  .form dl.confirm dd {
    width: 75%;
    box-sizing: border-box !important;
    margin-left: 0 !important;
  }
  .form .form-submit_button {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
  }

  .form.complete .content {
    max-width: 780px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .form .return_button {
    margin-top: 50px;
  }
  .form .return_button a {
    color: #fff;
  }
  .input.input_small .select-group {
    display: flex;            /* 横並びにする */
    align-items: center;      /* 上下の中央揃え */
    gap: 8px;                 /* selectとpの間に少しスペース */
    margin-bottom: 10px;
  }
  
  .input.input_small .select-group p {
    margin: 0;
    font-size: 0.95rem;
    white-space: nowrap;      /* 改行させない */
  }
  .input_pair {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  
  .input_pair select {
    min-width: 140px;
    text-align: center;
    padding: 10px;
  }
  
  .input_pair p {
    margin: 0;
    white-space: nowrap;
  }
}

/* media query : mobile
---------------------------------------------*/
@media screen and (max-width: 768px) {
  .sp_mr {
    margin-top: 10px !important;
  }
  .form {
    width: auto;
    box-sizing: border-box;
  }
  .form .title {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100vw;
    height: 220px;
    text-align: center;
    margin: 0 calc(50% - 50vw) 50px;
    background-color: rgba(255, 255, 255, 0.6);
  }
  .form .title:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../../assets/img/property-intro_title_bg.jpg) no-repeat;
    background-size: cover;
    background-position: center bottom 30%;
    z-index: -1;
  }
  .form .title h2 {
    font-size: 1.9rem;
    margin-bottom: 0;
  }
  .form form {
    margin-top: 30px;
  }
  .form .input-wrap {
    margin-bottom: 20px;
  }
  .form .input-wrap:first-of-type {
    padding-top: 20px;
  }
  .form .input-wrap label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: justify;
    width: 100%;
    margin-bottom: 10px;
    box-sizing: border-box;
  }
  .form .input-wrap label .required {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 21px;
    font-size: 0.8rem;
    color: #fff;
    padding: 3px 7px;
    background-color: #bb0115;
    border-radius: 2px;
  }
  .form .input-wrap div.input {
    display: flex;
    width: 100%;
    box-sizing: border-box;
  }
  .form .input-wrap div.input input::placeholder {
    font-size: 1rem;
  }
  .form .input-wrap div.input > input,
  .form .input-wrap div.input > textarea {
    width: 100%;
    font-size: 1rem;
    padding: 15px;
    box-sizing: border-box;
  }
  .form .input-wrap div.input div {
    display: flex;
    width: 100%;
    /* justify-content: center; */
    align-items: center;
  }
  .form .input-wrap div.input div.validation-error {
    justify-content: flex-start;
  }
  .form .privacy_02 .input-wrap div.input div {
    width: 100% !important;
  }
  .form .input-wrap div.input select {
    width: 100%;
    font-size: 1rem;
    padding: 15px;
    box-sizing: border-box;
  }
  .form .input-wrap div.input select option {
    padding: 3px 7px;
  }
  .form .form-submit_button {
    margin-top: 40px;
  }
  .form .button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 220px;
    height: 59px;
    font-size: 1rem;
    color: #fff;
    border-radius: 10px;
    margin-left: auto;
    margin-right: auto;
    border: 0 !important;
    background-color: #d70019;
    filter: drop-shadow(0 5px 0 rgb(128, 0, 15, 1));
    border: 0;
  }

  .form dl.confirm {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box !important;
    margin-top: 30px;
  }
  .form dl.confirm dt,
  .form dl.confirm dd {
    display: flex;
    box-sizing: border-box !important;
    margin: 0 !important;
    flex-wrap: wrap;
    padding: 25px 0;
    border-bottom: 1px solid #e3e3e3;
    box-sizing: border-box;
  }
  .form dl.confirm dt:first-of-type,
  .form dl.confirm dd:first-of-type {
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
  }
  .form dl.confirm dt {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 30%;
    box-sizing: border-box;
  }
  .form dl.confirm dd {
    width: 70%;
    padding-left: 15px;
    box-sizing: border-box;
    margin-left: 0 !important;
  }
  .form .form-submit_button {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .form p.form-submit_button .button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(50% - 7.5px);
    height: 59px;
    font-size: 1rem;
    color: #fff;
    border-radius: 10px;
    background-color: #d70019;
    filter: drop-shadow(0 5px 0 rgb(128, 0, 15, 1));
  }
  dd {
    margin-inline-start: 0 !important;
  }

  .form.complete .content {
    max-width: 780px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .form .return_button {
    margin-top: 40px;
  }
  .form .return_button a {
    color: #fff;
  }
  #form_wrap .btn_wrap {
    padding: 10px 0;
  }
  .privacy_wrap {
    margin-top: 30px;
  }
  .input_flex {
    flex-direction: column; /* 縦並び */
    align-items: stretch;   /* 横幅を親要素に合わせる */
    gap: 10px;              /* 要素間のスペース */
    padding-left: 0;        /* 余白をリセット（必要なら） */
  }

  .input_pair {
    width: 100%;              /* 100%幅に */
    justify-content: flex-start; /* 横並びを解除して左寄せ */
    gap: 8px;                 /* 隙間を適切に調整 */
  }

  .input_pair select {
    width: 100%;              /* selectの幅を100%に */
    min-width: unset;         /* min-widthの解除 */
    padding: 12px;            /* パディングを少し調整 */
  }

  .input_pair p {
    margin: 0;
    font-size: 0.9rem;        /* 小さい文字サイズ */
    padding-left: 10px;       /* 少し余白を調整 */
    white-space: nowrap;      /* 改行させない */
  }
}
@media screen and (min-width: 1920px) {
.main-visual__img {
  width: 1300px;
}
}

@media screen and (max-width: 1079px) {
  .worry-section__boy {
    display: none;
}
  .header__logo img {
    width: 350px;
    height: auto;
  }
  .main-visual__bg-img {
    max-width: 500px;
    width: 100%;
}
.main-visual__bg-img {
  max-width: 500px;
}
.main-visual {
  min-height: auto;
}
#side_bn img{
  width: 180px;
  height: auto;
}
.feature_girl {
  display: none;
}
.worry-section {
  padding: 60px 0 100px 0;
}
.staff_flex {
  width: 98%;
}
.fotter_flex {
  gap: 50px;
}
.fotter_flex_item01 {
  width: calc(50% - 50px);
}
}
@media screen and (max-width: 900px) {
  .feature_flex {
    flex-direction: column;
    border-radius: 30px;
  }
  .feature_flex_img {
    width: 100%;
  }
  .feature_flex_text {
    width: 100%;
  }
  .atama_flex01 {
    flex-direction: column;
  }
  .atama_img01 {
    height: 300px;
}
.atama_box {
  width: 100%;
  flex-direction: column;
}
.atama_flex02 {
  flex-direction: column;
}
.atama_box_02 {
  width: 100%;
}
.atama_box_03 {
  margin: 0 20px 20px 20px;
  width: calc(100% - 40px);
  border-radius: 15px;
  height: 450px;
}
.service_flex {
  flex-direction: column;
}
.service_p_left {
  width: 100%;
  border-radius: 15px 15px 0 0;
}
.service_p_right {
  width: 100%;
  border-radius: 0 0 15px 15px;
}
.service_box01 {
  width: 100%;
  height: auto;
}
.service_bottom img {
  width: 98%;
}
.staff_text {
  padding-top: 88px;
}
.staff_flex::before {
  height: calc(100% - 80px);
}
.staff-section {
  padding: 150px 0 50px 0;
}
.fotter_flex {
  flex-direction: column;
  gap: 30px;
}
.fotter_flex_item01 {
  width: 100%;
  text-align: center;
}
.foot_logo_img{
  text-align: center;
}
.foot_logo_img img{
  max-width: 368px;
  width: 100%;
  height: auto;
}
.fotter_flex_item02 {
  width: 100%;
  height: auto;
}
.foot_padding {
  padding-bottom: 150px;
}
}
@media screen and (max-width: 768px) {
  .header__logo img {
    width: 220px;
    height: auto;
}
  .main-visual__bg {
    padding-top: 230px;
}
.main-visual__bg-img {
  max-width: 400px;
}
.catch__lead {
  font-size: 20px;
}
.catch__main {
  font-size: 24px;
}
.worry-section {
  padding: 30px 0 100px 0;
}
.worry-section__title--small {
  font-size: 20px;
}
.worry-section__title--main {
  font-size: 30px;
}
.worry-section__title {
  margin-bottom: 30px;
}
.worry-section__list {
  gap: 0;
  margin-bottom: 0;
}
.worry-section {
  padding: 30px 0 50px 0;
}
.worry-card {
  padding: 20px;
}
.feature-section {
  padding: 40px 0;
}
.service_bottom img {
  bottom: -40px;
  width: 98%;
}
.staff-section {
  padding: 100px 0 30px 0;
}
.price-table .main_price td {
  font-size: 18px;
}
.service {
  padding: 60px 0 60px 0;
}
.staff_flex{
  flex-direction: column;
  padding: 0;
  width: calc(100% - 40px);
  height: auto;
  gap: 0;
  margin: 0 20px;
}
.staff_img {
  padding: 0 20px;

}
.staff_text {
  width: 100%;
  padding-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 30px;
}
.staff_img {
  width: 100%;
  text-align: center;
}
.staff_img img{
  width: 200px;
}
.staff_flex::before {
  border-radius: 15px;
  bottom: 0;
  height: calc(100% - 30px);
}
.staff_flex.staff_flex02 {
  padding: 0;
  margin-top: 30px;
}
.staff_flex.staff_flex02::before {
  border-radius: 15px;
}
.staff_flex.staff_flex02 .staff_img {
  text-align: center;
}

.atama_box .atama_logo img{
  width: 250px;
}
.gallery-sectiron {
  padding: 30px 0 30px 0;
}
.feature_flex {
  padding: 20px;
}
.atama_center{
  text-align: center;
}
.sec_padding {
  padding-top: 30px;
  padding-bottom: 30px;
}
.faq_dl dt {
  padding: 1rem 4rem 1rem 5rem;
}
.foot_logo_img img {
  max-width: 280px;
}
.main-visual__images {
  top: 90px;
}
.atama_box_02_item p {
  margin-bottom: 1rem;
}
}
@media screen and (max-width: 500px) {
.worry-card__text {
  font-size: 18px;
}
.worry-section__title--main {
  font-size: 22px;
}
.worry-section__title--small {
  font-size: 18px;
}
.header__logo {
  top: 55px;
}
.header__logo img {
  width: 170px;
}
.main-visual__images {
  top: 70px;
}
.header__logo {
  left: 10px;
}
.link-btn {
  font-size: 22px;
}
.atama_box_03 {
  height: 250px;
}
.atama_title img {
  max-height: 70px;
}
.atama_title::before {
  width: 80px;
  height: 78px;
}
.atama_title {
  padding-left: 85px;
}
.atama_title.atama_title_03 {
  padding-top: 0;
  padding-bottom: 10px;
}
.main-visual__bg {
  padding-top: 150px;
}
.faq_dl dt::before {
  height: 48px;
}
.faq_dl dd::after {
  font-size: 36px;
}
.faq_dl dd {
  padding: 1rem 1rem 1rem 4rem;
}
.faq_dl .inner {
  margin-top: 30px;
}
.atama_box_03 {
  height: 250px;
}
.faq_dl dt {
  padding: 1rem 3rem 1rem 4rem;
}
#side_bn img {
  width: 120px;
}
iframe {
  height: 250px;
}
.foot_padding {
  padding-bottom: 88px;
}
.main-visual__banner {
  height: 40px;
}
}