

@charset "utf-8";

/*------------------- 共通タグ開始 -------------------*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box
}
body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-feature-settings: "palt";
}

html {
  font-size: 62.5%;
  font-family: "Zen Kaku Gothic New", sans-serif;
  scroll-behavior: smooth;
  background-image: linear-gradient(rgba(255,255,255,0.4), rgba(255,255,255,0.4)), url(../img/pata.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

p{
  font-size: 1.8rem;
  color: #242C20;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.8em;
}
img{
  width: 100%;
  height: auto;
}
.nobr{
    display: block;
}
.flex{
    display: flex;
}

.inner_1100 {
    width: 100%;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px 20px;
}

.inner_800{
  max-width: 800px;
}

:root{
    --indigo:#101A36;
    --gold:#BE9D76;
    --white:#FFFFFF;
    --blue: #2f6bff;
    --card-bg: #ffffff;
    --field-bg: #f3f3f3;
    --text: #0b1020;
    --muted: #5b6070;
    --btn: #0c1431;
    --radius: 22px;
    
}

.backcolor_Indigo{
    background-color:var(--indigo);
}

.backcolor_white{
    background-color:var(--white);
}

.color_gold{
    color:var(--gold);
}

.color_white{
    color:var(--white);
}

.textCenter{
    text-align: center;
}

.Top_module{
  height: auto;
  padding: 40px 0px;
  height: auto;
}

.Top_module figure{
    width: 420px;
    margin: 0 auto;
    padding: 20px;
}

.Top_module h2{
    font-size: 3.0rem;
    color: #FFFFFF;
    text-align: center;
    line-height: 2.0em;
    margin-top: 40px;
    letter-spacing: 0.1em;
}

.shadow_box{
    box-shadow: 0 4px 6px rgba(16, 26, 54, 0.2);
    border-radius: 20px;
    background-color: #FFFFFF;
    padding: 60px;
    margin: 0 auto;
    margin-bottom: 60px;
}

.shadow_box:nth-last-of-type(1){
    margin-bottom: 0px;
}

.intro_section{
    margin-top: 80px;
    margin-bottom: 80px;
}

.service_module{
  margin-top: 60px;
}

.common_title{
    font-size: 3.4rem;
    color: #101A36;
    margin-bottom: 40px;
    line-height: 0.9em;
    letter-spacing: 0.1em;
}

.common_title span{
    font-size: 1.6rem;
    color: #BE9D76;
}
.service_item{
  text-align: center;
  margin-bottom: 40px;
}

.service_item:last-child{
  margin-bottom: 0px;
}

.service_item h4{
  font-size: 2.5rem;
  font-weight: 600;
  margin-bottom: 10px;
}

.flow_step{
padding: 40px;
}


.flow_step .number h3{
    margin-bottom: 2px;
    padding-left: 2px;
    letter-spacing: 0.08em;
    font-weight: 600;
    font-size: 2.6rem;
}

.flow_step .number p{
  letter-spacing: 0.08em;
}

.Flow_module{
  margin-top: 90px;
}

.Flow_module .flow_step .number{
  position: relative;
  display: inline-block;
  padding-left: 110px; 
  font-size: 2rem;
  color: var(--indigo);
}

.Flow_module .flow_step .number{
  position: relative;
}

.Flow_module .flow_step:first-of-type .number:before{
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8.4rem;
  height: 8.4rem;
  background-image: url("../img/step01.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
}

.Flow_module .flow_step:nth-of-type(2) .number:before{
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8.4rem;
  height: 8.4rem;
  background-image: url("../img/step02.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
}

.Flow_module .flow_step:nth-of-type(3) .number:before{
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8.4rem;
  height: 8.4rem;
  background-image: url("../img/step03.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
}

.Flow_module .flow_step:nth-of-type(4) .number:before{
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8.4rem;
  height: 8.4rem;
  background-image: url("../img/step04.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
}

.Flow_module .flow_step{
  position: relative;
}

.Flow_module .flow_step:not(:nth-of-type(4))::after{
  content: "";
  position: absolute;
  background-image: url(../img/arrow-down-bold.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 34px;
  height: 34px;
  left: 50%;
  bottom: -48px;
  transform: translateX(-50%);
}

.question_module{
  margin-top: 90px;
}

/*アコーディオン全体*/
.accordion-area{
    list-style: none;
    max-width: 800px;
    margin:0 auto;
}

.accordion-area li{
    margin: 10px 0;
}

.accordion-area section {
	box-shadow: 0 4px 6px rgba(16, 26, 54, 0.2);
  border-radius: 20px;
  background-color: #FFFFFF;
}

/*アコーディオンタイトル*/
.title {
    position: relative;/*+マークの位置基準とするためrelative指定*/
    cursor: pointer;
    font-size:2.3rem;
    font-weight: normal;
    padding: 3% 3% 3% 50px;
    transition: all .5s ease;
    display: flex;
    align-items: center;
    line-height: 1em;
    font-weight: 700;
}

/*アイコンの＋と×*/
.title::before,
.title::after{
    position: absolute;
    content:'';
    width: 25px;
    height: 2px;
    background-color: #333;
    
}
.title::before{
    top:48%;
    right: 50px;
    transform: rotate(0deg);
    
}
.title::after{    
    top:48%;
    right: 50px;
    transform: rotate(90deg);

}

/*　closeというクラスがついたら形状変化　*/

.title.close::before{
	transform: rotate(45deg);
}

.title.close::after{
	transform: rotate(-45deg);
}

/*アコーディオンで現れるエリア*/
.box {
    display: none;
	  margin:0 3% 3% 3%;
    padding: 0% 3% 3% 3%;
}

.title span{
    color: #BE9D76;
    font-weight: 500;
    font-size: 4rem;
    display: block;
    padding-right: 24px;
    line-height: 1em;
}

.accordion-area .box p{
    position: relative;
    padding-left: 50px;
  }

  .accordion-area .box p::before{
    position: absolute;
    content: 'A';
    color: var(--indigo);
    left: 4px;
    font-size: 4rem;
    font-weight: 600;
  }

.Contact_module{
  margin-top: 90px;
}

.common_title.color_white{
  color: var(--white);  
}
  
.common_title.color_white span{
  color: var(--white);  
}

footer{
  margin-top: 90px;
}

.company_info{
  margin: 0 auto;
  padding: 30px;
  border-radius: 20px;
}

.company_info img.footer_logo{
  display: block;
    width: 370px;
    height: auto;
    margin: 0 auto;
    margin-bottom: 14px;
    
}

.company_info table{
  font-size: 1.8rem;
  margin: 0 auto;
  margin-top: 30px;
}

.company_info table tr{
    display: block;
    margin-bottom: 10px;
}

.company_info table th{
  padding-right: 20px;
  width: 75px;
  text-align: center;
}

footer a.Privacy{
  color: #fff;
  display: block;
  text-align: center;
  font-size: 1.4rem;
  margin-top: 30px;
}

.footer_inner{
  padding: 60px 0px 30px 0px;
}

footer small{
  display: block;
  text-align: center;
  font-size: 1.2rem;
  padding: 5px 0px;
}

/*------------------- コンタクト -------------------*/

.contact{
  margin-top: 40px;
}

/* 背景余白＋中央寄せ */
.page{
  min-height: 100%;
  display: grid;
  place-items: center;
  padding: 36px 20px;
}


/* フォーム全体 */
.form{
  display: grid;
  gap: 22px;
}

/* ラベル + 入力欄の2カラム */
.grid{
  display: grid;
  grid-template-columns: 180px 1fr;
  column-gap: 44px;
  row-gap: 22px;
  align-items: start;
}

.label{
    font-weight: 500;
    letter-spacing: .02em;
    color: var(--text);
    padding-top: 10px;
    white-space: nowrap;
    font-size: 1.8rem;
    text-align: right;
}

/* 入力 */
.field{
  width: 100%;
  border: 0;
  outline: none;
  background: var(--field-bg);
  border-radius: 6px;
  height: 44px;
  padding: 10px 14px;
  font-size: 16px;
  color: var(--text);
}

.field--textarea{
  height: 220px;
  resize: vertical;
  padding-top: 12px;
  line-height: 1.6;
}

/* フォーカス時 */
.field:focus{
  box-shadow: 0 0 0 3px rgba(47,107,255,.22);
}

/* 同意欄 */
.consent{
  padding-left: calc(180px + 44px); /* ラベル列の幅 + gap 分だけ右に寄せる */
}

.check{
  display: inline-flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  user-select: none;
  color: var(--text);
  font-weight: 600;
  font-size: 1.6rem;
}

.check__input{
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.check__box{
  width: 18px;
  height: 18px;
  border: 2px solid #1b1f2a;
  border-radius: 4px;
  display: inline-grid;
  place-items: center;
  background: #fff;
}

.check__input:checked + .check__box{
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(47,107,255,.18);
}
.check__input:checked + .check__box::after{
  content: "";
  width: 10px;
  height: 6px;
  border-left: 2px solid var(--blue);
  border-bottom: 2px solid var(--blue);
  transform: rotate(-45deg);
  margin-top: -1px;
}

.link{
  color: var(--text);
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* 送信ボタン */
.submit{
  margin-top: 28px;
  width: min(760px, 100%);
  justify-self: center;
  height: 72px;
  border: 0;
  border-radius: 18px;
  background: var(--btn);
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: .04em;
  cursor: pointer;
  box-shadow: 0 12px 24px rgba(12,20,49,.22);
  transition: background-color .5s ease, color .5s ease, filter .18s ease, transform .12s ease, box-shadow .18s ease;
}

.submit:hover{
  background-color: var(--gold);
}

.submit:active{ transform: translateY(1px); }
.submit:active{ transform: translateY(1px); }


