@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Petit+Formal+Script&display=swap');
.full{
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}
.l-inner{
  width: 88.8%;
  margin: 0 auto;
}
.l-inner50{
  width: 50%;
  margin: 0 auto;
  box-sizing: border-box;
  margin: 16px;
}
.l-inner50_2{
  width: 64%;
  margin: 0 auto;
  box-sizing: border-box;
  margin: 16px;
}
.shadow{
  text-shadow:
  0 2px 0 #000,
  0 3px 0 #000,
  0 4px 5px #000
}
.p32{
  padding: 32px;
}
h2.biggest{

  display: inline-block;
        font-size: 10rem !important;
        margin-bottom: 12px;
        position: relative;
        font-weight: 800;
}
.bigger{
  display: inline-block;
        font-size: 8rem !important;
        margin-bottom: 12px;
        position: relative;
        font-weight: 800;
}
@media screen and (max-width: 650px){
  h3{
    font-size: 3rem !important; word-break: auto-phrase;
  }
  h2.biggest{
    display: inline-block;
          font-size: 5rem !important;
          margin-bottom: 12px;
          position: relative;
          font-weight: 800; word-break: auto-phrase;
  }
  .bigger{
    display: inline-block;
          font-size: 3rem !important;
          margin-bottom: 12px;
          position: relative;
          font-weight: 800; word-break: auto-phrase;
  }
  .big{
    font-size: 3rem !important;
    margin-bottom: 12px; word-break: auto-phrase;
  }  
.orange2{
  color: #266ccb;
}
section{
  padding: 24px;
}
.sp3{
  font-size: 2.4rem !important; word-break: auto-phrase;
}
}

.orange2{
  color: #266ccb;
}
.orange3{
color: #042b66;;
}
.big{
  font-size: 5rem;
  margin-bottom: 12px; word-break: auto-phrase;
}

.big3{
  font-size: 3rem;
  margin-bottom: 12px; word-break: auto-phrase;
}
h3{
  font-size: 5rem ;
  font-weight: 600; word-break: auto-phrase;
}
span.orange{
  font-size:5rem !important; word-break: auto-phrase;
}
span.orange2{
  font-size: 5rem ; word-break: auto-phrase;
}
dl,dt{
  font-size: 1.6rem !important; word-break: auto-phrase;
}
/* hero */
section.hero{
  background-image: url(/wp-content/themes/original_child/img/top_14.png);
  background-repeat: no-repeat; /* 背景の繰り返し設定 */
  background-position: center center;
  background-size: cover;
  width: 100vw;

  
  margin-bottom: 0;
  height: 45vh;

}
article.banner{
  width: 100vw;
  aspect-ratio: 9.5 / 1;
  background-image: url(/wp-content/themes/original_child/top/top_tel.png);
  background-repeat: no-repeat; /* 背景の繰り返し設定 */
  background-position: center center;
padding: 24px;
}

/* top_2 */
.top_2{
  
}
.big > span.orange2{
  font-size: 5rem !important;
  color: #266ccb;
}
.big > span.wht2{
  font-size: 5rem;
  color: #fff;
}
.nayami_img{
  width: 80%;
  
}
.kao_img{
  width: 50%;
  margin: 0 auto;
  
}
.balloon-right {
  position: relative;
  display: inline-block;
  margin: 1.5em 15px 1.5em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #FFF;
  border: solid 3px #555;
  box-sizing: border-box;
  border-radius: 15px;
padding: 12px;
  height: 100px;
  width: 300px;
}

.balloon-right:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -24px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-left: 12px solid #FFF;
  z-index: 2;
}

.balloon-right:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -30px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-left: 14px solid #555;
  z-index: 1;
}

.balloon-right p {
  margin: 0;
  padding: 0;
}

.balloon-left {
  position: relative;
  display: inline-block;
  margin: 1.5em 0 1.5em 15px;
  min-width: 120px;
  max-width: 100%;
  width: 300px;
  color: #555;
  font-size: 16px;
  background: #FFF;
  border: solid 3px #555;
  box-sizing: border-box;
  height: 100px;
  border-radius: 15px;
  padding: 12px;
}

.balloon-left:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-right: 12px solid #FFF;
  z-index: 2;
}

.balloon-left:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-right: 14px solid #555;
  z-index: 1;
}

.balloon-left p {
  margin: 0;
  padding: 0;
}
/* top3 */
section.top_3{
  background-image: url(/wp-content/themes/original_child/top/top_15.jpg);
  background-repeat: no-repeat; /* 背景の繰り返し設定 */
  background-position: center center;
  background-size: cover;
  aspect-ratio: 16 / 9;
}
p.point{
  font-size: 1.8rem !important;
  font-weight: 600;
  color: #042b66;;
  margin-bottom: 1px;
}
.point_discription{
  margin: 3.6rem;
  text-align: left;

}
.point_discription{
  margin: 1.8rem;
  text-align: left;

}
.back_orange{
  background-color: #266ccb;
}
.step--1{
 background-image: url(/wp-content/themes/original_child/top/step1.png);
 background-position: right bottom;
 background-repeat: no-repeat;
 background-size: contain;
position: ;

}
.step--2{
 
  background-image: url(/wp-content/themes/original_child/top/step2.png);
 background-position: right bottom;
 background-repeat: no-repeat;
 background-size: contain;

}
.step--3{

  background-image: url(/wp-content/themes/original_child/top/step3.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: contain;
}
.step--4{
  background-image: url(/wp-content/themes/original_child/top/step4.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: contain;
}
.step1,.step2,.step3,.step4{
  background-repeat: no-repeat; /* 背景の繰り返し設定 */

  background-size: cover;
background-color: #266ccb;
  background-position: bottom;

}
.step-1, .step-2, .step-3, .step-4 {
  background-size: cover;
  background-position: center center;
  
  height: 20vh; /* セクション全体を画面の高さにする */
}

.step_box{
  width: 70%;
  margin: 0 auto;
  padding: 36px;
}
@media screen and (max-width: 650px){
 .step_box{ width: 100%;
 }
    
}
.step-1{
  background-image: url(/wp-content/themes/original_child/img/step_1.jpg);
  background-repeat: no-repeat;

}
.step-2{
  background-image: url(/wp-content/themes/original_child/img/step_3.jpg);
  background-repeat: no-repeat;
  
}
.step-3{
  background-image: url(/wp-content/themes/original_child/img/step_5.jpg);
  background-repeat: no-repeat;
 
}
.step-4{
  background-image: url(/wp-content/themes/original_child/img/step_2.jpg);
  background-repeat: no-repeat;
 
}

.step-1, .step-2, .step-3, .step-4 {
  background-repeat: no-repeat;
  background-position: center; /* 背景の初期位置を中央に */
  background-size: cover;        /* 背景画像のサイズを調整 */  /* 背景画像がボックス内に収まるようにする */
  width: 100%;                 /* ボックスの幅を100%に */
  height: 400px;               /* 必要に応じて高さを固定 */
  overflow: hidden;            /* 画像がはみ出ないように */
}

/* FAQパーツ */
.pageSubTitle2 {
  font-size: 23px !important;
  line-height: 1.7;
  font-weight: 400;
  font-style: normal;
  color: #4D4D4D;
}
.contentText {
  font-size: 23px;
  line-height: 1.7;
  font-weight: 400;
  font-style: normal;
  color: #4D4D4D;
}
.qa {
  padding-top: 180px;
  padding-bottom: 278px;
}
.qa__box {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 10;
  border: 1px solid #efefef;
  margin-bottom: 8px;
}
.qa__box > dl > dt {
  background-color: #fff;
  display: flex;
  align-items: center;
  padding: 10px 30px;
  position: relative;
}
.qa__box > dl > dt .crossBar {
  width: 21px;
  height: 21px;
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
}
.qa__box > dl > dt .crossBar::before {
  content: "";
  display: inline-block;
  width: 1.6px;
  height: 100%;
  background-color: #4D4D4D;
  position: absolute;
  top: 0;
  left: 50%;
  transform-origin: center center; /* 中心を基準にtransform */
  transform: translateX(-50%) rotate(0deg);
  transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}
.qa__box > dl > dt .crossBar::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1.6px;
  background-color: #4D4D4D;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.qa__box > dl > dt > span {
  font-size: 28px !important;
  line-height: 1.75;
  font-weight: 500;
  font-style: normal;
  color: #5FB1DE;
  margin-right: 23px;
}

.qa__box > dl > dd {
  margin: 0;
  background-color: #fff;
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  padding: 0px 30px; /* paddingの上下を0にする */
  max-height: 0; /* max-heightを0にする、レスポンシブ対応 */
  overflow: hidden;  /* overflow: hidden;を付けるのがポイント */
  transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}
.qa__box > dl > dd > span {
  font-size: 28px !important;
  line-height: 1.7;
  font-weight: 500;
  font-style: normal;
  color: #5FB1DE;
  margin-right: 23px;
}


/* アニメーション後のスタイル */
.qa__box > dl > dd.is-open { /* heightとpaddingをアニメーション */
  max-height: 100px;
  padding: 10px 30px;
}
/* ＋ボタンのアニメーション */
.qa__box > dl > dt.is-open .crossBar::before {
  transform: translateX(-50%) rotate(90deg);  /* 90度回転 */
}
.back_gray{
  background-color: #eee;
}
.bg_1{
  position: absolute;
  background-image: url(/wp-content/themes/original_child/img/top_11.png);
  background-repeat: no-repeat; /* 背景の繰り返し設定 */
  background-position: right;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-size: contain;
  opacity: 0.5;
}
.bg_2{
  position: absolute;
  background-image: url(/wp-content/themes/original_child/img/top_12.png);
  background-repeat: no-repeat; /* 背景の繰り返し設定 */
  background-position: left;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-size: contain;
  opacity: 0.5;
}
.bg_3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; /* 画面全体の幅を使用 */
  height: 150%; /* 親要素全体の高さにフィット */
  background-image: url(/wp-content/themes/original_child/img/top_bk.jpg);
  background-repeat: no-repeat; /* 背景の繰り返し設定 */
  background-size: cover; /* 背景画像がボックス全体を覆うようにする */
  background-position: center center; /* 背景の初期位置を中央に設定 */
  z-index:-1;
}
@media screen and (max-width: 800px){
  .bg_1{
    position: absolute;
    background-image: url(/wp-content/themes/original_child/img/top_11.png);
    background-repeat: no-repeat; /* 背景の繰り返し設定 */
    background-position: left;
    width: 80%;
    height: 100%;
    z-index: -1;
    background-size: contain;
    opacity: 0.5;
  }
  .bg_2{
    position: absolute;
    background-image: url(/wp-content/themes/original_child/img/top_12.png);
    background-repeat: no-repeat; /* 背景の繰り返し設定 */
    background-position: left;
    width: 80%;
    height: 100%;
    z-index: -1;
    background-size: contain;
    opacity: 0.5;
  }
}

/* form */
/* Contact Form7スマホ・タブレット用カスタマイズ */
@media(max-width:850px){
  /* テーブルの見出しとフォーム */
  table.inquiry th,table.inquiry td {
     display:block;
     padding:1.4rem 0!important;
     width:100%;
     border:0;
  }
  
  /* 送信ボタン */
  input.wpcf7-submit{
     margin-bottom:30px;
     width:100%;
  }
  }
  
  /* 日付タグ上のテキストをPCとスマホで変更 */
  @media(max-width:900px){
  .pcdate{
     display: none;
  }
  }
  @media(min-width:1000px){
  .spdate{
     display: none;
  }
  /* 日付タグの幅を調整 */
  .wpcf7-date.dateform{
     width: 25%;
  }

  }
  @media screen and (max-width: 650px){
    table.inquiry {
      margin-bottom: 30px;
      border:solid 1px #d7d7d7;
      line-height:1.2;
      vertical-align:middle;
      min-width: 300px !important;
      max-width: 400px !important;
      background-color: #fff;
   }
      
  }
  /* Contact Form7全体カスタマイズ */
  .back_1{
    background-image: url(/wp-content/themes/original_child/img/top_12.png);
    background-repeat: no-repeat; /* 背景の繰り返し設定 */
    background-position: center right;
  
  }
  /* 自動入力されるPタグを無効にする */
  .inquiry p {
     display: inline;
  }
  
  /*テーブル下に余白.枠線・テキストの行間 */
  table.inquiry {
     margin-bottom: 30px;
     border:solid 1px #d7d7d7;
     line-height:1.2;
     vertical-align:middle;
     min-width: 1000px;
     background-color: #fff;
  }
  
  /* テーブルの行 */
  .inquiry tr {
     border:0!important;
  }
  
  /* テーブルの見出し側 */
  .inquiry th{
     text-align:left;
     font-size:14px;
     color:#444;
     padding:16px;
     width:0;
     background:#efefef;

     white-space: nowrap;
  }
  
  /* 必須と任意タグ */
  .haveto,.any{
     font-size:13px !important;
     padding:5px;
     background:#ff9393;
     color:#fff;
     border-radius:2px;
     margin-right:5px;
     font-weight:normal;
  }
  
  /* 任意タグの背景カラー */
  .any{
     background:#93c9ff;
  }
  
  /* テーブルフォーム側 */
  .inquiry td{
     font-size:13px;
     border-bottom:solid 1px #d7d7d7;	
     padding: 24px;
  }
  
  /* 入力エリア幅最大 */
  .wpcf7-form-control {
     width: 100%;
  }
  
  /* フォーム入力欄の余白・背景カラー・枠線消す指定 */
  .inquiry input,.inquiry select,.inquiry textarea {
     margin: 5px 0;
     background:#eff1f5;
     border: none;
     padding:0.7em;
  }
  .inquiry textarea {
     padding-bottom:10em;
  }
  
  /* チェックボックスとラジオボタンの位置調整 */
  .wpcf7-list-item-label,.wpcf7-checkbox,input[type=checkbox],input[type=radio]{
     vertical-align:middle;
  }
  .wpcf7-list-item-label{
     padding:0 5px 0 2px;
  }
  /*ラジオボタンを縦並び指定*/
  .verticallist{
     display:inline-grid;
  }
  
  /* 送信ボタンのデザイン */
  .wpcf7-submit{
     display: block;
     margin:10px auto;
     padding:1em 0;
     width:80%;
     background:#09b555;
     color:#fff;
     font-size:18px;
     font-weight:bold;	 
     border-radius:4px;
     border: none;
  }
  
  /* 送信ボタンマウスホバー時 */
  .wpcf7-submit:hover{
     opacity: 0.9;
     transition: 0.3s;
  }
  
  /* フォーム上部に表示されるエラーメッセージを非表示 */
  .screen-reader-response {
      display: none;
  }
  
  /* フォーム内エラーメッセージを赤色に指定 */
  .wpcf7-not-valid-tip {
      color: #e92323;
  }

  .container {
    display: flex;
    gap: 20px;
    padding: 20px;
}

.block {
    background-color: #ffffff;
    padding: 20px;
    width: 300px;
    text-align: center;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.circle {
    background-color: #52391c;
    color: #ffffff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    margin: 0 auto 15px;
    font-size: 18px;
}

.icon {
    width: 288px;
    height: 180px;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
}

h3 {
    font-size: 18px;
    color: #333;
    margin-bottom: 10px; word-break: auto-phrase;
}

p {
    font-size: 14px;
    color: #666;
    line-height: 1.5; word-break: auto-phrase;
}
