@charset "UTF-8";
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "heisei-maru-gothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #444444;
  background-color: #f9fafb;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: clamp(0.95rem, 3vw, 1.15rem);
  line-height: 1.6;
  letter-spacing: -0.03rem;
  -webkit-animation: fadeIn 1s ease-in 0s 1 normal;
  animation: fadeIn 1s ease-in 0s 1 normal;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* ::::::::::::::::::  text base   ::::::::::::::::::::*/
a {
  text-decoration: none;
  color: #222;
}

a:hover {
  color: #222;
  text-decoration: none;
}

img {
  max-width: 100%;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  color: #222;
  font-weight: 800;
  line-height: 1.4;
  text-align: center;
}

h2, .h2 {
  font-size: clamp(1.3rem, 3.7vw, 36px);
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 0;
}

h3, .h3 {
  font-size: clamp(1.2rem, 3.5vw, 28px);
}

h4, .h4 {
  font-size: clamp(1rem, 3vw, 24px);
}

h5, .h5 {
  font-size: clamp(1rem, 2.2vw, 1.5rem);
  font-weight: 600;
}

.display-4 {
  font-size: calc(1.3rem + 2.7vw);
}

p {
  margin-bottom: 1.2rem;
}

ul li {
  list-style: none;
}

.p-6 {
  padding: 4rem;
}

/***counter***/
.counter-area {
  background: gold;
  text-align: center;
  padding: 1.5rem 1rem;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

.sp-hero{position: relative;}
.sp-call{position: absolute;
  background: rgba(255,255,255,.9);
 top:0;
width: 100%;}
.sp-call img.logo-s{padding: .7rem .3rem .5rem .3rem; max-width: 200px;width: 100%;}
#hero {
  /*background: linear-gradient(#C5E368 27%, #fff 27.1%);
  background: #fff;*/
  background:none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 997;
  padding: 0;
  position: relative;
  /*height: 734px;*/
}
.head .d-flex{margin-right: 1rem;}
.h-cta{
  background-color: #fff;
  border: 2px solid #00afcc;
  border-radius: 10px;
  text-align: center;
  font-size: .95rem;
  font-size: 75%;
  line-height: 1.05;
  padding: .2rem .2rem .1rem .2rem;
  min-width: 110px;
  font-weight: 500;
}
.h-cta .small{
  font-size: .85rem;
  font-size: 80%;
  color: #00afcc;
}
#hero .container{
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
 .top-txt{margin-top: 50px; padding-left: 3rem;}
.cta-btn .h4, .cta-m .h4{
  font-size: clamp(1.2rem, 2vw, 1.5rem);
  font-weight: 600;
}
.cta-btn {flex-grow: 1;}
.l-btn, .t-btn, .m-btn{background-color: #0ec049;
  background: linear-gradient(to bottom, #2eff74 1%, #0ec049 3%);
padding: 1.6rem .5rem 1.2rem;
color: #FFF;
line-height: 1;
border-radius: 10px;
  cursor: pointer;
  font-weight: 700;
  box-shadow: 0 6px 0 #078a32, 0 8px 10px rgba(0, 0, 0, 0.2);
  transition: all 0.1s ease;
  position: relative;
  top: 0;}
.t-btn{background-color: #fc8902;background: linear-gradient(to bottom, #ffd894 0%, #fc8902 2%);box-shadow: 0 6px 0 #cc5c01, 0 8px 10px rgba(0, 0, 0, 0.2);}
.m-btn{ background: linear-gradient(to bottom, #6fe9ff 1%, #1dc0f6 3%);box-shadow: 0 6px 0 #0b8ab4, 0 8px 10px rgba(0, 0, 0, 0.2);}
.l-btn:hover {
  background: #13d253;
}
.l-btn:active {
  top: 4px;
  box-shadow: 0 2px 0 #13d253, 0 4px 6px rgba(0, 0, 0, 0.2);
}
.t-btn:hover {
  background: #ffab19;
}
.t-btn:active {
  top: 4px;
  box-shadow: 0 2px 0 #ffab19, 0 4px 6px rgba(0, 0, 0, 0.2);
}
.m-btn:hover {
  background: #31ccff;
}
.m-btn:active {
  top: 4px;
  box-shadow: 0 2px 0 #13d253, 0 4px 6px rgba(0, 0, 0, 0.2);
}

@media (min-width: 576px) {
  .h-cta{max-width: 160px;}
}
@media (min-width: 768px) {
  .h-cta{font-size: 100%;min-width: 180px;padding: .3rem .5rem .2rem .5rem;line-height: 1.2;border: 3px solid #00afcc;}
  .h-cta .small{font-size: 100%;}
  #hero {
  background: url(../img/hero-bg02.jpg) center top no-repeat;
  background-size: cover;}
}
@media (min-width: 960px) {

}
@media (min-width: 1400px) {
  .top-txt{margin-top: -88px;padding-left: 0;}
}
/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 2.5rem 0 3rem;
  overflow: hidden;
}
section .container{
  max-width: 996px;
  width: 97%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  section {
  padding: 3rem 0 4rem;
  overflow: hidden;
}}
@media (min-width: 992px) {
    section {
  padding: 4rem 0 6rem;
  overflow: hidden;

}}

#msg h3{
  font-size: clamp(.9rem, 3.5vw, 28px);
  font-weight: 600;
}
.msg-ok{
  position: absolute; right: 0; bottom:-2.8rem;
  max-width: 70px;
}
section#about{
    background: #e9f6f8 url(../img/about_bg.jpg) center top no-repeat;
  background-size: 200% auto;
  padding-right: 20px;

}
#about h2{font-size: clamp(1.2rem, 3.7vw, 36px);margin-bottom: 0;}
#about h2 img{max-width: 80%;}
#about h3 img{padding-left: 1rem;}
#about .container .bg-white{margin-right: -20px !important;}
.list01 .bi-check-square::before{color:#ec7d07}
.list01 .bi-tag-fill:before,
.list01 .bi-tag-fill:before{color: #00afcc;}

/***mora04*******/
.box04{margin-bottom: 5rem;}
.box04,.box05{position: relative;}
.box04 h4{
  background-color: #fffdcf;
  padding: .8rem 2rem .5rem;
}
.box05 h4{
  background-color: #f1fbfd;
  padding: .8rem 2rem .8rem;
}
.box04 ul, .box05 ul{padding-left: .5rem;}
.box04 li{color:#ff7e0d}
.box05 li{color:#599ce9}
.box04 img{position: relative;
max-width: 337px;
width: 33%;
margin-right: -22px;
}
.box05 img{position: absolute;
position: relative;
max-width: 337px;
width: 15%;
margin-right: -22px;}
.curri h4 span{
 background-color: #14c3fd;
 color: #fff;
 padding: 5px 3rem;
 border-radius: 25px;
 display: inline-block;
 min-width: 170px;
}
.curri-box{
  background-color: #fff;
  border:12px solid #e8fcff;
}

.curri-box h3{
  color: #14c3fd;
}
.curri-box h4{
  font-size: clamp(1.3rem, 4vw, 30px);
}
#consultation h2{
  font-size: clamp(1.2rem, 3.7vw, 36px);
}
.cta-m .l-btn, .cta-m .t-btn{padding: 2rem .5rem;}
@media (min-width: 567px) {
  .msg-ok{
  position: absolute; right: 0; bottom:-2rem;
  max-width: 109px;
}
}
@media (min-width: 768px) {
  .msg-ok{
  max-width: 139px;}
.curri-box{
  border:20px solid #e8fcff;
}
.curri h4 span{
  max-width: 220px;
}

section#about{
  background-size: 160% auto;
padding-right: 0;
}
#about h2{font-size: clamp(1.3rem, 3.7vw, 36px);}
#about h2 img{max-width: 55%;}
#about .container .bg-white{margin-right: auto !important;}
.box04 img{position: absolute;
right:-1rem;
bottom:1rem;
max-width: 337px;
width: 33%;
}
.box05 img{position: absolute;
  right: 4rem;
bottom:-1.5rem;
max-width: 102px;
width: 15%;}
}
@media (min-width: 992px) {
  section#about{
  background-size: 100% auto;}
  #about h2{margin-bottom: 2rem;}

}

/****form**********/
#consultation form{
  border:7px solid #1baada;
  border-radius: 0;
  background-color: #f6feff;
  background-color: #fff;
  padding: 2rem;
}
#consultation form label{
  color: #1baada;
  font-weight: 500;
  border-left: 6px solid #1baada;
  padding-left: 10px;
}
#consultation form label.form-check-label{
  border: none;
  padding-left: 0;
}
.cta-m img{
  max-height: 220px;
}
#mira05 ul{
  padding-left: .2rem;
}
#mira05 ul li {padding-bottom: .3rem;}
/********flow****************/
.stepbar {
  margin: 0 auto;
  width: 100%;
}

.stepbar .stepbarwrap {
  margin: .5rem 0;
  position: relative;
}

.stepbar .stepbarwrap .steptitle {
  display: inline-flex;
  align-items: center;
      flex-flow: row;
}

.stepbar .stepbarwrap .steptitle .stepwaku {
  display: inline-block;
  width: 200px;
  height: 1.5em;
  content: "";
  	border-top-left-radius:5px;
    	border-bottom-left-radius:5px;
    border-top-right-radius:30px;
      border-bottom-right-radius:30px;
  background-color: #18b9c3;
  color: #fff;
  text-align: left;
  padding-left: 2rem;
  font-weight: 600;
}

/*.stepbar .stepbarwrap .steptitle .stepwaku span {
  display: inline-block;
  line-height: 1.2em;
  font-size: 0.8em;
  font-weight: bold;
  position: relative;
  top: 0.9em;
}*/

.stepbar .stepbarwrap .steptitle .title {
  margin: 0.5em;
  font-weight: bold;
  font-size: 1.4em;
  color: #18b9c3;
}

.stepbar .stepbarwrap .steptxt {
  padding-left: 1em;
}

.stepbar .stepbarwrap .steptxt .txt {
  font-size: 0.9em;
}

.stepbar .stepbarwrap::after {
  content: '';
  position: absolute;
  left: 8px; /* 丸の中心に合わせる */
  top: 36px;
  width: 6px;
  height: calc(100% + 3px);
  background-color: #18b9c3; /* 未完了の色 */
}
.stepbar .stepbarwrap:last-child::after {
   height: calc(100% - 35px);
}
.stepbarwrap:last-of-type .stepline:last-of-type {
  display: none;
}
#riyou > div.container > div.bg-white > div.row {
  text-align: center;
}
#riyou > div.container > div.bg-white > div.row > div.my-auto {
  text-align: left;
}
#riyou > div.container > div.bg-white > div.row > div.my-auto:nth-child(2) {
  padding-top:1.5rem;
}
.flow-box{
    margin-bottom: 1rem;
}

.flow-box h3{
  background-color: #06c7df;
  color: #fff;
  text-align: left;padding: .5rem;
  font-weight: 500;
}
.flow-box img{
  max-width: 100%;
  width: 100%;
}

.accordion-button:not(.collapsed){
  background-color:#d9fbff;
  color: #009bc1;
  font-weight: 500;
}
.accordion-button:not(.collapsed)::after svg{
  fill: #fff;
  color: #fff;
}
.accordion-icon-active-color{color: #fff;fill: #fff;
}


.subtitle02 span{
font-size:.6em;
font-weight:400;
line-height:100%;
display:block;
color:#4f595a;
letter-spacing:.2em;
}

.contact .l-btn, .contact .t-btn, .contact .m-btn {padding: 1.2rem .5rem .8rem;}
/***************     access    ********************/

#access h3{font-size: clamp(1.2rem, 1.6vw, 28px);}
#access li{list-style-type: circle}
.accesspoint{
background-color:#09c2db;
display:inline-block;
padding:.2em .5em;
color:#fff;
margin-bottom:0;
border-radius:3px;
}
.bg-or{
background-color:#f3a50d;
}
iframe {
  width: 100%;
  aspect-ratio: 4/3;
}
.history:before{
background-color:#f3a50d;
content:"";
height:100%;
left:7.5px;
position:absolute;
top:0;
width:1px
}


/***************     swiper    ********************/
.swiper-wrapper{
padding-bottom:30px;
}
.swiper-slide{
border-radius:20px;
overflow:hidden;
margin-bottom: .5rem;
}
.swiper-button-next, .swiper-button-prev{
color:#fea20c;
}
.swiper-pagination-bullet-active{
background:#fea20c;
}

@media screen and (max-width:767px){
.history{padding-left:35px}
.history:before{left:15px}
.history-inner::before{
left:-28px;
}
}
/* tablet */
@media (min-width: 768px) {
#riyou > div.container > div.bg-white > div.row > div.my-auto:nth-child(2) {
  padding-top:0;
}
}


.indent-1 {
  padding-left: 1em;
  text-indent: -.65em;
}

.indent-2 {
  padding-left: 2rem;
  text-indent: -2rem;
}


/***************     facility    ********************/
.facility h4{
  text-align: left;
}
.facility p,.facility ul li{
font-size:14px;list-style-type: disc;
}
.facility ul{
margin-bottom:0;
}
.facility h3{
font-size:1.2em;
color:#fff;
background-color:#4f595a;
display:inline-block;
padding:.2em .5em;
border-radius:6px;
}

/********access********/
iframe{width: 100%;
    border: 0;
    aspect-ratio: 4 / 3;}

@media (min-width: 768px) {
  #consultation form{
    border:5px solid #1baada;
  border-radius: 15px;}
  .stepbar {
  margin: 0 auto;
  width: 90%;
}
  .stepbar .stepbarwrap .steptitle .stepwaku {
  display: inline-block;
  width: 300px;
height: 1.5em;}
.stepbar .stepbarwrap::after {
  content: '';
  position: absolute;
  left: 10px; /* 丸の中心に合わせる */
  top: 46px;
  width: 8px;}
  .stepbar .stepbarwrap .steptxt {
  padding-left: 2em;
}

    }


  #last{background: #E9EDF7 url(../img/last2.jpg) right  bottom no-repeat;
  background-size: contain;
padding-bottom: 16rem;}
 @media (min-width: 576px) {
    #last{background: #E9EDF7 url(../img/last2.jpg) right -200px  bottom no-repeat;background-size: contain ;
    padding-bottom: 6rem;}
  #last .container{width: 90%;}
 }
 @media (min-width: 768px) {

 #last .container{width: 70%;}
 }
 @media (min-width: 992px) {
     #last .container{max-width: 940px;
    }
 }
  @media (min-width: 1600px) {
     #last{background: #E9EDF7 url(../img/last2.jpg) right  bottom no-repeat;
  background-size: contain;
    }
 }
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  padding: 0 0 13px 0;
  color: #ebebeb;
  font-size: 12px;
  background: #ebf7fc;
  background: #1b1b1b;
  text-align: center;
}

#footer a {
  color: #ebebeb;
}

#footer .copyright {
  color: #ebebeb;
  text-align: center;
}

table#tokutai {
  max-width: 840px;
  font-size: 12px;
  margin: 0 auto;
  border: 2px solid rgb(234, 242, 245);
}

table#tokutai th {
  width: 140px;
  padding: 4px 6px;
  background: rgb(234, 246, 250);
  text-align: right;
  vertical-align: top;
  border-bottom: 1px solid #fff;
}

table#tokutai td {
  padding: 4px 6px;
  background: #FFF;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid rgb(234, 246, 250);
}

.a {
  text-align: center;
}

/* ::::::::::::::::::  text decoration   ::::::::::::::::::::*/
small, .small {
  font-size: 0.9rem;
  line-height: 1.4;
}

.t-normal {
  font-weight: normal;
}

.font-b {
  font-weight: 600;
}

.t-yellow {
  color: rgb(251, 255, 14);
}

.pink {
  color: #E13264;
}

.blue {
  color: #2566c2;
}
.blue02{color: #1baada;}
.bg-yellow {
  background-color: rgb(255, 252, 74);
}

.bg-lyellow {
  background-color: rgb(255, 254, 231);
}

.bg-bgrn {
  background-color: #1EC2CB;
}

.bg-blue {
  background-color: #2566c2;
}

.u-line {
  border-bottom: 2px solid;
}

.u-line-dot {
  border-bottom: 1px dotted #aaa;
}

.f_sm {
  font-size: 85%;
  line-height: 1.4;
  display: inline-block;
}

.f-big {
  font-size: 1.3rem;
}

.txt-big {
  font-size: 130%;
}
.m_yellow {background:linear-gradient(transparent 75%, #ff6 50%);}
