@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Noto+Sans+JP:wght@100..900&display=swap');

/* font */
.container .contents {
	font-size: 1.6rem;
	line-height: 1.4;
}

@media screen and (max-width: 736px) {
.container .contents {
	font-size: 1.4rem;
}
}
/* 見出し */
.h2-sanz {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
}

.h3-sanz {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 600;
	color: #666;
}

.h4-sanz {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 600;
}

.container .contents .article-main h4 {
	font-size: 1.8rem;
	padding-bottom: 10px;
	border-bottom: 1px dotted #ccc;
}
.ft-col-nav {
    color: #304387;
}

 ul.actions li h2{
    font-size: 2rem;
    margin-bottom: 10px;
     text-align: center;
} 
ul.actions li h2 i {
    margin-right: 15px;
}

@media screen and (max-width: 736px) {
 ul.actions li h2{
    font-size: 3rem;
    margin-bottom: 10px;
}   
    
    
}
/* Banner */
#banner {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -moz-flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  cursor: default;
  height: 100vh;
  min-height: 35em;
  overflow: hidden;
  position: relative;
  text-align: center;
 /* background: url("../images/mainvisual.jpg");*/
  background-size: cover;
  background-position: center center;
}
#banner h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  font-size: clamp(48px, 6vw, 82px);
  line-height:1.5;
  margin-bottom: 3rem;
}
#banner p {
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -moz-transition: -moz-transform 0.5s ease, opacity 0.5s ease;
  -webkit-transition: -webkit-transform 0.5s ease, opacity 0.5s ease;
  -ms-transition: -ms-transform 0.5s ease, opacity 0.5s ease;
  transition: transform 0.5s ease, opacity 0.5s ease;
  display: inline-block;
 font-family: "Kanit", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing:2px;
  opacity: 1;
  padding: 1rem;
  position: relative;
  z-index: 1;
  margin-bottom: 1.5rem;
 color: #fff;
}
@media screen and (max-width: 736px) {
  #banner {
    padding: 7em 3em 5em 3em;
    height: auto;
    min-height: 0;
  }
  
  
  #banner br {
    display: none;
  }
  #banner .more {
    display: none;
  }
 #banner p {
  font-size: 1.125rem;
}
}


/* 見出し */
.intro {text-align: center;}
.intro h2{
  font-family: "Poppins", sans-serif;
  font-size: clamp(36px, 3vw, 42px);
  font-weight: 700;
  color: #666666;
  letter-spacing: .04em;
  margin:1rem auto 4rem;
  line-height: 6rem;
}
.intro .subtitle{
 font-family: "Noto Sans JP", sans-serif;
font-weight: 600;
  font-size: clamp(14px, 1.3vw, 18px);
  margin: 0 auto;
  color: #ff9933;
}
.intro .read {
 font-size: clamp(16px, 1.6vw, 20px);
 line-height: 1.6;
}
.intro h3{font-size: clamp(18px, 2vw, 20px);font-family: "Noto Sans JP", sans-serif;font-weight: 600;color:#666; }


/* COMFORTABLE */
section#confort {
	/*padding-top: 100px;
	padding-bottom: 100px;*/
}
section#confort .intro .read {
	margin-bottom: 6rem;
}
section#confort .intro .read br {
	display: none;
}
section#confort .img {
	text-align: center;
}

@media screen and (max-width: 736px) {
section#confort {
	/*padding-top: 60px;
	padding-bottom: 60px;*/
}	
section#confort .intro .read {
	margin-bottom: 4rem;
}	
section#confort .intro .read br {
	display:block;
}
}


/* FLOW */
section#flow {
	background: url("../image/flow_bg.jpg") center center repeat;
	background-size: cover;
}
section#flow.wrapper {
	padding: 7rem 0;
}
section#flow .intro h3 {
	font-size: clamp(18px,1.6vw ,24px);
	position: relative;
}
section#flow .intro h3:after {
	position: absolute;
    content: '';
    left: 50%;
	bottom: -2rem;
	width: 60px;
	height: 5px;
	background: #FFCC00;
	transform: translateX(-50%);
	
}

.flow {
  text-align: right;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  max-width: 700px;
  overflow-x: auto;
  padding-left: 20px;
 padding-right: 20px;
  margin: 40px auto 0;
}

.flow-steps {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: nowrap;
    gap: 20px;
    max-width: 680px;
    margin: auto;
	text-align: center;
}
.flow-step {
  flex: 1 1 180px;
  max-width: 180px;
}

.flow-icon {
  background: #f9c900;
  color: #fff;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  margin: 0 auto 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 1.4rem;
}

.flow-icon span {
  font-size: 2rem;
  margin-left: 4px;
}

.flow-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
}

.flow-arrow img {
  width: 40px;
  height: auto;
}
.flow-step h3 {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.flow-step p {
	padding: 0;
	font-size: 1.5rem;
	line-height: 1.5;
}

@media (max-width: 768px) {
/*  スマホ表示時：縦並び */
 /* .flow-steps {
    flex-direction: column;
    align-items: center;
  }

  .flow-arrow img {
    transform: rotate(90deg);
    width: 30px;
  }*/
.flow-steps {
    width: 640px;
}
}
/* LINE */
section.linearea{
	background: #01B901;
	padding: 6rem 0 0;
}

section.linearea h3 {
	max-width: 764px;
	width: 96%;
	margin: auto;
	line-height: 1.4;
	background: #fff;
	border-radius: 60px;
	color: #01B901;
	font-family: "Noto Sans JP", sans-serif;
	font-size: clamp(24px, 3vw, 48px);
	font-weight: 700;
	text-align: center;
	letter-spacing: .5rem;
	margin-bottom: clamp(2rem, 3vw, 6rem);
}

section.linearea .inner {
	max-width: 880px;
	width: 100%;
	margin: auto;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: flex-start;
}
section.linearea .inner .image{
	max-width: 390px;
	width: 42%;
}
section.linearea .inn {
	width: 90%;
	margin: auto;
}

.lp-tokuten {
  width: 54%;
  color: #fff;
  padding:15px 0 0;
  font-family: "Noto Sans JP", sans-serif;
}

.lp-tokuten .tokuten-wrap {
  width: min(437px, 90%);
  margin: 0 auto;
  text-align: center;
}

.tokuten-ttl {
  font-weight: 900;
  letter-spacing: 0.08em;
  font-size: clamp(24px, 4.6vw, 40px);
  margin: 0 0 clamp(18px, 2vw, 24px);
  color: #FFFF00; 
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}

.tokuten-dots {
    height: 20px;
    margin: 0 auto clamp(18px, 3vw, 26px);
    width: min(360px, 80%);
    background: radial-gradient(#FFFF00 10px, transparent 10px) left center / 34px 34px repeat-x;
}

/* ふきだしカード本体 */
.tokuten-card{
  position: relative;
  background:#fff;
  color:#222;
  border-radius:18px;
  padding: clamp(8px, 2.2vw, 22px) clamp(10px, 2.6vw, 26px);
  box-shadow: 0 6px 0 rgba(0,0,0,.06);
  text-align: left;
  margin: 0 auto clamp(16px, 3vw, 22px);
}

/* 左向きの“しっぽ” */
.tokuten-card::before{
  content:"";
  position:absolute;
  left:-10px;                 /* しっぽの飛び出し量 */
  top:50%;                    /* 縦中央に配置 */
  transform: translateY(-50%) rotate(45deg);
  width:22px;
  height:22px;
  background:#fff;            /* カードと同じ色 */
  border-radius:4px;          /* 少し丸みを付けて柔らかく */
  box-shadow:-2px 2px 0 rgba(0,0,0,.06); /* 影を継続 */
}

/* 画面が狭いときはしっぽを少し小さく */
@media (max-width: 420px){
  .tokuten-card::before{
    left:-10px;
    width:18px;
    height:18px;
  }
}

.tokuten-item {
    font-size: clamp(15px, 2.6vw, 24px);
    line-height: 1.5;
    margin: 0;
    font-weight: 700;
    font-family: "Noto Sans JP", sans-serif;
}

.tokuten-item + .tokuten-item {
  margin-top: 0.2em;
}

.accent {
  color: #ff3333; /* 赤アクセント */
  font-weight: 800;
}

.tokuten-note {
  color: #333333; 
  font-weight: 800;
  letter-spacing: 0.06em;
  margin: clamp(10px, 2vw, 14px) 0 clamp(12px, 2.4vw, 18px);
  font-size: clamp(16px, 1.6vw, 22px);
  text-align: center;
}

.tokuten-btn {
  display: inline-block;
  background: #FFFF00;
  color: #333333;
  font-weight: 900;
  text-decoration: none;
  padding: clamp(12px, 2.8vw, 16px) clamp(22px, 5.2vw, 34px);
  border-radius: 999px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
  transform: translateY(0);
  transition: transform 0.15s ease, box-shadow 0.15s ease, filter 0.15s ease;
  font-size: clamp(16px, 3.8vw, 20px);
}

.tokuten-btn:hover {
  transform: translateY(-2px);
  filter: brightness(1.03);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.22);
}

.tokuten-btn:active {
  transform: translateY(0);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.18);
}

@media (max-width: 768px) {
section.linearea {
    padding: 3rem 0;
}
section.linearea .inner .image{
	width: 40%;}
.lp-tokuten {
  padding: 0;
  width:60%;}
.tokuten-dots {
        height: 28px;
        width: 86%;
        margin: -5px auto clamp(8px, 3vw, 26px);
        background: radial-gradient(#FFFF00 6px, transparent 6px) left center / 20px 20px repeat-x;
    }
	
.tokuten-btn {
    text-align: center;
    width: 100%;
}
	.tokuten-item {
		letter-spacing: -1px;
	}
}

@media (max-width: 680px){
}


/* 料金について */
section#payment {
	background: #F6F6F6;
	padding: 8rem 0;
}

@media (max-width: 768px){
section#payment {
	padding: 4rem 0;
}
}

/* アクセス */
section#access {
	padding: 8rem 0;
}

section#access .contents {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: nowrap;
}
section#access .contents .map {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 49%;
	box-sizing: border-box;
	padding: 0 clamp(10px, 1.6vw, 20px);
    margin-bottom: 20px;}
section#access .contents .map iframe {
	border: 1px solid #ccc;
}
section#access .contents .mapdate{
	width: 49%;
	display: flex;
	flex-direction: column;
	padding: 0 clamp(10px, 1.6vw, 20px);
	font-size: 1.6rem;
}
section#access .contents .mapdate p {
	display: flex;
	align-items: center;
	margin: 0;
	padding: 10px 0;
}
section#access .contents .mapdate i {
	display: flex;
	align-items: center;
	text-align: left;
	margin-right: 1.6rem;}

section#access .contents .mapdate .accessdata{
	border-top: 1px solid #333;
	padding-top: clamp(10px, 1.6vw, 20px);
	margin-top:  clamp(10px, 1.6vw, 20px);
}
section#access .contents .mapdate .accessdata p {
	border-bottom: 1px dotted #333;
}
@media (max-width: 768px){
section#access {
	padding: 4rem 0;
}

section#access .contents {
	display: block;
	width: 96%;
	margin: auto;}	
	
section#access .contents .map ,section#access .contents .mapdate{
	width: 100%
}	
}


/* よくあるご質問 */
section#faq {
	background: #F6F6F6;
	padding: 8rem 0;
}

.p-question {
  padding: 19px 22.5px 42px 22.5px;
}

.p-question__accordion-list {
  background: #FFFFFF;
  position: relative;
  font-weight: 700;
  border: 1px solid #ccc;
}

.p-question__accordion-list:not(:first-child) {
    margin-top: 32px;
}

.p-question__accordion-title {
  cursor: pointer;
  position: relative;
  font-size: 2.0rem;
  padding: 12px 50px 12px 12px;
  line-height: 1.5;
  display: flex;
  align-items: center;
}
.p-question__accordion-title i {
	width: 50px;
	padding-right: 8px;
}

.p-question__accordion-title::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%)  rotate(90deg);
  width: 20px;
  border-top: 2px solid #000000;
  transition: .3s;
}
.p-question__accordion-title::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  width: 20px;
  border-top: 2px solid #000000;
}

.p-question__accordion-text {
  display: none;
  font-size: 1.6rem;
  padding: 12px 12px 12px 12px;
}

.p-question__accordion-box {
  color: #000000;
  line-height: 1.5;
  position: relative;
  display: flex;
  align-items: top;
  justify-content: space-between;
}
.p-question__accordion-box i {
	width: 50px;
	padding-right: 8px;
}
.p-question__accordion-box p {
	width: 95%;
	margin: 0;
}


.open {
  border-bottom: 1px solid #ccc;
}

.open::after {
  transform: rotate(180deg);
}

@media (max-width: 768px){
section#faq {
	padding: 4rem 0;
}
.p-question__accordion-title {
  padding: 12px 30px 12px 12px;
}
.p-question__accordion-title::after {
  right: 6px;
}
.p-question__accordion-title::before {
  right: 6px;
}
.p-question__accordion-box i {
	width: 35px;
	padding-right: 8px;
}
.p-question__accordion-box p {
	width: 98%;
	margin: 0;
}
}





#news h2,#recruit h2 {
    font-size: 3.5rem;
}
#news h2:first-letter,#recruit h2:first-letter{
    font-size: 4.5rem;
    color:rgba(1,20,164,1.00);
}

#recruit .bg_image .inner {
    padding: 4.25rem 2rem;
    max-width: 100rem;
    margin: auto;
}
@media screen and (max-width: 736px) {
  .wrapper.style4 ul.news li {
    width: 100%;
    margin-right: 0;
  }
	#news h2,#recruit h2 {
    font-size: 2.75rem;
}
#news h2:first-letter,#recruit h2:first-letter{
    font-size: 3.5rem;
    color:rgba(1,20,164,1.00);
}
}

/* 下層レイアウト　page-one */
#pagebanner {
  padding-top: 100px;
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -moz-flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  cursor: default;
  height: 30vh;
  min-height: 20rem;
  overflow: hidden;
  position: relative;
  text-align: center;/*
  background: url("../images/mainvisual.jpg");*/
  background-size: cover;
  background-position:50% 80%;
}
#pagebanner ::after {
  content: '';
  background-color:rgba(255,255,255,0.40);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
#pagebanner h2 {
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -moz-transition: -moz-transform 0.5s ease, opacity 0.5s ease;
  -webkit-transition: -webkit-transform 0.5s ease, opacity 0.5s ease;
  -ms-transition: -ms-transform 0.5s ease, opacity 0.5s ease;
  transition: transform 0.5s ease, opacity 0.5s ease;
  display: inline-block;
  font-size: 4rem;
  font-weight: bold;
  opacity: 1;
  padding: 2rem;
  position: relative;
  z-index: 1;
}
#pagebanner h2:before, #pagebanner h2:after {
  height: 0;
}
.wrapper >.inner .wpforms-container {
	width: 1000px;
	margin: auto;
}

.wrapper .catch {
  font-size: 1.75rem;
  margin-bottom: 15px;
  font-weight: 700;
  color: #304387;
}
.wrapper .ans {
  font-size: 1.6rem;
  margin-bottom: 25px;
}

/* 　page-one */
.typehr .txt {
    font-size: 1.6rem;
    line-height: 1.7;
    width: 65%;
	margin-bottom: 1rem;
}

.typehr .txt .signature {
    padding: 0.25rem 0 0 0;
    text-align: right;
    font-weight: 600;
}

.typehr .wtxt {
    font-size: 1.6rem;
    line-height: 1.7;
    margin-bottom: 2rem
}

.typehr .txts {
    font-size: 1.6rem;
    line-height: 1.7;
}
.typehr .image {
    width: 35%;
}
@media screen and (max-width: 736px) {
  .typehr .txt {
    font-size: 1.4rem;
    width: 100%;
}  
  .typehr .image {
    width: 100%;
	margin-bottom: 2rem;
}  
}

/* Amelia Quickbook UI */
.amq-wrap{margin:1rem 0;display:grid;gap:1rem; font-size: 1.6rem}
.amq-row{display:grid;grid-auto-flow:column;grid-auto-columns:max-content;gap:.75rem;align-items:center;overflow:auto}
.amq-label{font-weight:700;white-space:nowrap}
.amq-pill{border:1px solid #d0d7de;background:#fff;border-radius:999px;padding:.5rem .9rem;cursor:pointer;white-space:nowrap}
.amq-pill[aria-pressed="true"]{outline:2px solid #2ea043;border-color:#2ea043}
.amq-btn{border:1px solid #d0d7de;background:#fff;border-radius:10px;padding:.6rem 1rem;cursor:pointer}
.amq-date{min-width:13ch}
.amq-help{font-size: 1.6rem;color:#57606a}
.amq-grid{display:grid;grid-template-columns:repeat(6,minmax(90px,1fr));gap:.5rem;margin-top:.5rem}
@media(max-width:900px){.amq-grid{grid-template-columns:repeat(3,minmax(90px,1fr));}}
@media(max-width:520px){.amq-grid{grid-template-columns:repeat(2,minmax(90px,1fr));}}
.amq-slot{border:1px solid #d0d7de;background:#fff;border-radius:10px;padding:.7rem .6rem;text-align:center;cursor:pointer}
.amq-slot[aria-disabled="true"]{opacity:.45;cursor:not-allowed}
.amq-slot[aria-pressed="true"]{outline:2px solid #2ea043;border-color:#2ea043}
.amq-divider{height:1px;background:#e5e7eb;margin:.25rem 0}

/* レイアウト調整 */
.amq-wrap{max-width:980px}
.flatpickr-calendar { z-index: 99999; }

/* ふだんは完全に目立たず、しかし描画は続ける（display:noneは使わない） */
.amq-bridge {
  max-height: 1px !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

/* 必要になったら見せる用（JSでこのクラスを付け外し） */
.amq-bridge.-open {
  max-height: none !important;
  opacity: 1 !important;
  pointer-events: auto !important;
}
