html,body{
  font-family: 'Zen Kaku Gothic New', 'Hiragino Sans' , 'ヒラギノ角ゴ ProN', Hiragino Kaku Gothic ProN, 'メイリオ', Meiryo, '游ゴシック Medium', YuGothic, YuGothicM, sans-serif;
  font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #212f30;
	line-height: 1.7;
}
a{
  color: #212f30;
  transition: opacity 0.3s, color 0.3s;
}
a:hover{ opacity: 0.7; }
img,picture{
	max-width: 100%;
	display: block;
}
.overflow{ overflow: hidden; }

.gr{ color: #21b082; }
.bg-gr1{ background: #21b082; }
.bg-gr2{ background: #f2f7ee; }
.bg-bk{ background: #212f30; }




.anchor{
  padding-top: 11.6rem;
  margin-top: -11.6rem;
}

.nav{
  width: 99rem;
  height: 8rem;
  border-radius: 4rem;
  background: #fff;
  box-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 1.8rem;
  left: 50%;
  margin-left: -49.5rem;
  z-index: 999;

  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.nav > a.logo{
  display: block;
  width: 17.6rem;
  margin-left: 3.5rem;
}
.nav ul.nav-li{
  display: flex;
  margin-left: 3rem;
  font-size: 1.6rem;
  font-weight: 500;
}
.nav ul.nav-li li + li::before{
  content: "/";
  margin: 0 0.5em;
}
.nav .nav-tel{
  width: 17rem;
  margin-left: auto;
}
.nav .nav-line{
  display: block;
  width: 18.8rem;
  margin: 0 1.8rem 0 2rem;
}


.fv{
  background: url(../images/fv-bg.jpg) center top no-repeat;
  background-size: 100% auto;
  padding: 14rem 0 5rem;
}
.fv h1 img{
  width: 63.8rem;
  margin: 0 auto 3rem;
}
.fv ul{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3.6rem;
  max-width: 66.3rem;
  margin: 0 auto 4rem;
}
.fv ul li{
  display: block;
}
.fv ul li h2{
  font-size: 2.4rem;
  line-height: 4.8rem;
  text-align: center;
  border-radius: 1rem;
  letter-spacing: 0.06em;
  background: #21b082;
  color: #fff;
  margin-bottom: 0.5em;
}
.fv ul li h2 small{
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  margin-left: 0.3em;
}
.fv ul li p{
  font-size: 1.6rem;
  font-weight: 500;
}

.img-grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.4rem;
}
.img-grid img{
  border-radius: 2rem;
}

a.cta-line{
  display: block;
  width: 40rem;
  margin: 3rem auto 0;
}
a.cta-tel{
  display: block;
  width: 40rem;
  margin: 3rem auto 0;
  pointer-events: none;
}

.area-box{
  width: fit-content;
  padding: 2rem 3rem;
  border-radius: 1.5rem;
  background: #fff;
  border: 0.3rem solid #cccccc;
  font-size: 1.6rem;
  margin: 4rem auto 0;
}
.area-box h3{
  width: 11.3rem;
  line-height: 3.6rem;
  border-radius: 1.8rem;
  background: #21b082;
  color: #fff;
  text-align: center;
  margin-bottom: 0.7em;
}
.area-box p{
  font-weight: 500;
}


section{
  padding: 5rem 0;
}


.ttl-1{
  font-size: 3.2rem;
  text-align: center;
  margin-bottom: 5rem;
}
.ttl-1.wh{
  color: #fff;
}

ul.dot-li{
  width: 52rem;
}
ul.dot-li li{
  display: block;
  line-height: 1.6;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding-bottom: 0.5em;
  margin: 0 0 0.5em 1.4em;
  border-bottom: 1px solid #e6e6e6;
  position: relative;
}
ul.dot-li li:last-child{
  margin-bottom: 0;
}
ul.dot-li li::before{
  content: "・";
  color: #21b082;
  position: absolute;
  left: -1.4em;
  top: 0;
}


.sec-1 .box{
  background: #fff;
  padding: 5rem 3rem;
  border-radius: 1.5rem;
  position: relative;
}
.sec-1 .box img.sec-1-img{
  width: 31.5rem;
  position: absolute;
  right: 5rem;
  bottom: 4rem;
}


.sec-2 ul{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8rem;
  margin-top: 5rem;
}
.sec-2 ul li{
  display: block;
  background: #fff;
  border-radius: 1.5rem;
  padding: 2rem;
  position: relative;
}
.sec-2 ul li:not(:first-child)::before{
  content: "";
  display: block;
  width: 8rem;
  height: 100%;
  background: url(../images/sec-2-dot.png) center center no-repeat;
  background-size: 4.6rem auto;
  position: absolute;
  left: -8rem;
  top: 0;
}
.sec-2 ul li .img{
  width: 20.7rem;
  margin: 0 auto;
}
.sec-2 ul li h3{
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 2.8em;
  font-size: 2.2rem;
  line-height: 1.4;
  text-align: center;
  margin: 0.6em 0;
}
.sec-2 ul li p{
  width: fit-content;
  margin: 0 auto;
}


.sec-3{
  padding-bottom: 6rem;
}
.sec-3 ul{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3.6rem;
}
.sec-3 ul li{
  display: block;
}
.sec-3 ul li img.img{
  border-radius: 2rem;
  margin-bottom:1rem;
}
.sec-3 ul li h3{
  font-size: 2.4rem;
  margin: 0em 0 1.4rem;
}


.sec-4 .box{
  background: #fff;
  padding: 4rem 5rem;
  border-radius: 1.5rem;
  position: relative;
}
.sec-4 .box img.sec-4-img{
  width: 22.6rem;
  position: absolute;
  right: 8rem;
  bottom: 9rem;
}
.sec-4 .box small{
  display: block;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  margin-top: 1.5em;
}


.cta{
  padding-bottom: 7rem;
}
.cta h2.ttl-1{
  margin-bottom: 3rem;
}
.cta h2.ttl-1 + p{
  text-align: center;
}


.sec-5{
  padding-bottom: 9rem;
}
.sec-5 .img-grid{
  margin: 5rem 0;
}
.sec-5 ul{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5rem;
}
.sec-5 ul li{
  display: block;
}
.sec-5 ul li .num{
  width: 10.6rem;
  line-height: 4rem;
  border-radius: 2rem;
  background: #21b082;
  color: #fff;
  text-align: center;
  font-size: 2.2rem;
  letter-spacing: 0.06em;
  font-weight: 700;
}
.sec-5 ul li h3{
  line-height: 1.7;
  margin: 0.8em 0 1.2em;
}


.sec-6{
  padding-bottom: 7rem;
}
.sec-6 h2.ttl-1{
  margin-bottom: 3rem;
}
.sec-6 h2.ttl-1 + p{
  text-align: center;
}


.sec-7 ul li{
  background: #fff;
  padding: 2rem 3rem;
  border-radius: 1rem;
}
.sec-7 ul li + li{
  margin-top: 1.8rem;
}
.sec-7 ul li h3{
  font-size: 2.4rem;
  margin-bottom: 0.2em;
}


.sec-8{
  padding-bottom: 9rem;
}
.sec-8 p{
  font-size: 1.6rem;
  padding-bottom: 4rem;
  border-bottom: 1px solid #cccccc;
}
.sec-8 p:not(:last-child){
  margin-bottom: 4rem;
}
.sec-8 p small{
  font-size: 1.2rem;
}


.sec-9{
  padding-bottom: 9rem;
}


footer{
  background: #1a1a1a;
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
  padding: 6.5rem 0 8rem;
}
footer a{ color: #fff; }

footer img.logo{
  width: 23.7rem;
  margin: 0 auto 3rem;
}
footer .copy{
  font-size: 1.4rem;
  opacity: 45%;
  margin-top: 3rem;
}




/* ヘッダー動き */
.top-ani-1,.top-ani-2{
  opacity: 0;
  transition: opacity 1s, transform 1s;
}
.top-ani-1{
  transform: translateY(3rem);
  transition-delay: 0.4s;
}
.top-ani-2{
  transform: translateY(3rem);
  transition-delay: 0.7s;
}
.top-ani-1,
.top-ani-2{
  transition-property: opacity, transform;
}

.top-ani-1.load,.top-ani-2.load{
  opacity: 1;
  transform: translate(0);
}


/* スクロールアニメ */
.fade-b,
.fade-b-ct > *{
  opacity: 0;
  transition: opacity 1s, transform 1s;
}

.fade-b,
.fade-b-ct > * { transform: translateY(3rem); }

.fade-b.load,
.fade-b-ct.load > *{
  opacity: 1;
  transform: translate(0);
}

.fade-b-ct.load > :nth-child(2) { transition-delay: 0.2s; }
.fade-b-ct.load > :nth-child(3) { transition-delay: 0.4s; }

.fade-b-ct.load > :nth-child(2),
.fade-b-ct.load > :nth-child(3) {
  transition-property: opacity, transform;
}


/* ロード画面 */
#loading {
  width: 100%;
  height: 100%;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}
#loading img {
  width: 22rem;
}
#loading.loaded {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s, visibility 1s;
}


/* ページトップ */
#pagetop {
  display: none;
  position: fixed;
  bottom: 1.6rem;
  right: 1.6rem;
  z-index: 997;
}
#pagetop a {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  width: 4rem;
  height: 4rem;
  background-color: #21b082;
}
#pagetop a img {
  width: 1.6rem;
  margin-top: -0.2rem;
}


#fl-btn {
  display: none;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 997;
}
#fl-btn a {
  display: block;
  opacity: 1;
}




/*　PC
------------------------------------------------------------------------------------------------*/
@media (min-width: 769px){
.sp{ display: none !important; }

html{ font-size: 10px; }
body{ font-size: 1.8rem; }

.content{
  width: 100%;
	max-width: 108rem;
  padding: 0 5rem;
	margin: 0 auto;
}




/*　タブレット
------------------------------------------------------------------------------------------------*/
@media (max-width: 1080px){

html{ font-size: 0.925vw; }




}/*　タブレットここまで */
}/*　PCここまで */




/*　スマホ
------------------------------------------------------------------------------------------------*/
@media (max-width: 768px){
.pc{ display: none !important; }

html{ font-size: 2.55vw; }
body{ font-size: 1.5rem; }

.content{
	width: 100%;
	padding: 0 2.2rem;
}


.anchor{
  padding-top: 6.4rem;
  margin-top: -6.4rem;
}

.nav{
  width: 100%;
  height: 6.4rem;
  border-radius: 0;
  box-shadow: none;
  top: 0;
  left: 0;
  margin-left: 0;
  transform: unset;
}
.nav > a.logo{
  width: 16.5rem;
  margin-left: 1.6rem;
}


#nav-open {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 6.4rem;
  height: 6.4rem;
  background: #21b082;
  cursor: pointer;
  margin-left: auto;
  position: relative;
  z-index: 3;
}
#nav-open span,#nav-open span:before,#nav-open span:after {
  content: "";
  display: block;
  background: #fff;
  height: 2px;
  border-radius: 1px;
  width: 2.3rem;
  position: absolute;
  transition: .3s ease-in-out;
}
#nav-open span{
  transition: background 0s .15s;
}
#nav-open span:before {
  bottom: 0.7rem;
  transform: rotate(0);
  transition: bottom .15s .15s, transform .15s;
}
#nav-open span:after {
  bottom: -0.7rem;
  transform: rotate(0);
  transition: bottom .15s .15s, transform .15s;
}

#nav-bg {
  width: 100%;
  height: 100%;
  background: #000;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1;

  overflow-y: scroll;
  overscroll-behavior: contain;
  -ms-overflow-style: none; /* バー非表示 IE・Edge用 */
  scrollbar-width: none; /* バー非表示 Firefox用 */

  opacity: 0;
  pointer-events: none;
  transition: opacity .3s;
}
#nav-content {
  display: block;
  width: 84%;
  height: 100%;
  background: #fff;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 2;

  overflow-y: scroll;
  overscroll-behavior: contain;
  -ms-overflow-style: none; /* バー非表示 IE・Edge用 */
  scrollbar-width: none; /* バー非表示 Firefox用 */

  transform: translateX(100%);
  transition: transform .3s;
}
#nav-bg::before,
#nav-content::before{
  content: "";
  display: block;
  width: 1px;
  height: calc(100% + 1px);
  position: absolute;
  left: 0;
  top: 0;
}
/* バー非表示 Chrome・Safari用 */
#nav-bg::-webkit-scrollbar,
#nav-content::-webkit-scrollbar{
  display: none;
}
#nav-bg.active {
  opacity: 0.3;
  pointer-events: inherit;
}
#nav-content.active {
  transform: translateX(0);
}
#nav-open.active span {
  background: transparent;
}
#nav-open.active span:before {
  bottom: 0;
  transform: rotate(-45deg);
  transition: bottom .15s, transform .15s .15s;
}
#nav-open.active span:after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom .15s, transform .15s .15s;
}


#nav-content .content{
  min-height: 100vh;
  padding-top: 8rem;
  padding-bottom: 3rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
#nav-content a.logo{
  width: 24.7rem;
}
ul.sp-nav-li{
  font-size: 2rem;
  font-weight: 500;
  margin: 4rem 0;
}
ul.sp-nav-li li + li{
  margin-top: 0.5em;
}
#nav-content .btn-wrap{
  display: grid;
  gap: 1.8rem;
  margin-bottom: 2.5rem;
}
#nav-content p{
  font-size: 1.3rem;
  text-align: center;
}


.fv{
  background: url(../images/fv-bg_sp.jpg) center top no-repeat;
  background-size: 100% auto;
  padding: 12rem 0 4.5rem;
}
.fv h1 img{
  width: 32.9rem;
  margin: 0 auto 2.5rem;
}
.fv ul{
  gap: 1.8rem;
  margin: 0 auto 2.5rem;
}
.fv ul li h2{
  font-size: 2rem;
  line-height: 4rem;
  border-radius: 0.6rem;
}
.fv ul li h2 small{
  font-size: 1.2rem;
  margin-left: 0.1em;
}
.fv ul li p{
  font-size: 1.5rem;
}

.img-grid{
  grid-template-columns: 71% auto;
  gap: 0.7rem;
}
.img-grid img{
  border-radius: 0.6rem;
}
.img-grid div:nth-child(1) { grid-area: 1 / 1 / 3 / 2; }
.img-grid div:nth-child(2) { grid-area: 1 / 2 / 2 / 3; }
.img-grid div:nth-child(3) { grid-area: 2 / 2 / 3 / 3; }
.img-grid div:nth-child(2) img,
.img-grid div:nth-child(3) img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

a.cta-line{
  width: 100%;
  margin: 3rem auto -12rem;
}
a.cta-tel{
  width: 100%;
  margin: 2rem auto 0;
  pointer-events: unset;
}

.area-box{
  width: 100%;
  padding: 1.4rem 1.6rem;
  border-radius: 1rem;
  border: 0.2rem solid #cccccc;
  font-size: 1.4rem;
  margin: 2.5rem auto 0;
}
.area-box h3{
  font-size: 1.6rem;
}


section{
  padding: 4rem 0 3rem;
}


.ttl-1{
  font-size: 2.4rem;
  margin-bottom: 3rem;
}

ul.dot-li{
  width: 100%;
}
ul.dot-li li{
  letter-spacing: 0.06em;
}


.sec-1 .box{
  padding: 2.5rem 2rem 14.4rem;
}
.sec-1 .box img.sec-1-img{
  width: 21.4rem;
  position: absolute;
  right: 50%;
  transform: translateX(50%);
  bottom: -4.1rem;
}


.sec-2 ul{
  grid-template-columns: 1fr;
  gap: 5rem;
  margin-top: 3rem;
}
.sec-2 ul li{
  display: grid;
  grid-template-columns: 9.2rem 1fr;
  gap: 1.5rem;
  padding: 1.8rem 1.2rem;
}
.sec-2 ul li:not(:first-child)::before{
  width: 100%;
  height: 5rem;
  background: url(../images/sec-2-dot_sp.png) center center no-repeat;
  background-size: auto 3.2rem;
  left: 0;
  top: -5rem;
}
.sec-2 ul li .img{
  width: 20.7rem;
  margin: 0 auto;
}
.sec-2 ul li h3{
  display: block;
  min-height: unset;
  font-size: 1.6rem;
  text-align: left;
  margin: 0 0 0.5em;
}
.sec-2 ul li p{
  margin: 0;
}


.sec-3{
  padding-bottom: 5rem;
}
.sec-3 ul{
  grid-template-columns: 1fr;
  gap: 4rem;
}
.sec-3 ul li img.img{
  border-radius: 1.5rem;
  margin-bottom:1.4rem;
}
.sec-3 ul li h3{
  font-size: 2rem;
  margin: 0em 0 1.4rem;
}


.sec-4 .box{
  padding: 2.5rem 2rem 17rem;
}
.sec-4 .box img.sec-4-img{
  width: 18.4rem;
  right: 50%;
  transform: translateX(50%);
  bottom: -3.4rem;
}

.cta{
  padding-bottom: 5rem;
}
.cta h2.ttl-1{
  margin-bottom: 2rem;
}


.sec-5{
  padding-bottom: 5rem;
}
.sec-5 .img-grid{
  margin: 3rem 0;
}
.sec-5 ul{
  grid-template-columns: 1fr;
  gap: 3rem;
}
.sec-5 ul li h3{
  line-height: 1.6;
  font-size: 1.8rem;
}


.sec-6{
  padding-bottom: 5rem;
}
.sec-6 h2.ttl-1{
  margin-bottom: 2rem;
}


.sec-7 ul li{
  padding: 1.6rem 2rem;
}
.sec-7 ul li h3{
  font-size: 2rem;
}


.sec-8{
  padding-bottom: 5rem;
}
.sec-8 p{
  padding-bottom: 3rem;
}
.sec-8 p:not(:last-child){
  margin-bottom: 3rem;
}
.sec-8 p.p-1,
.sec-8 p.p-1 small{
  font-size: 1.5rem;
}
.sec-8 p.p-2,
.sec-8 p.p-2 small{
  font-size: 1.4rem;
}


.sec-9{
  padding-bottom: 6rem;
}

footer{
  font-size: 1.5rem;
  padding: 6rem 0 6rem;
}

footer img.logo{
  width: 18.6rem;
}
footer .copy{
  font-size: 1.2rem;
}


#loading img {
  width: 17rem;
}




}/*　スマホここまで */



