@charset "utf-8";

html,body {
  font-family: "YuGothic",  sans-serif;
  /* font-family: 'Noto Sans CJK JP', 'Brother 1816', 'Sans'; */
  -moz-font-family:  sans-serif;
  -webkit-font-family:  sans-serif;
  -o-font-family:  sans-serif;
  -ms-font-family:  sans-serif;
  font-size: 10px;
  color: #2E231D;
}

main {
  min-width: 1440px;
}

img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

/* a {
  font-size: 14px;
  width: 100%;
  height: 100%;
  transition: all .8s;
}
a:hover { opacity: .8; } */

a.btn__01 {
  color: #fff;
  background-color: #666666;
}
a.btn__01:hover {
  background-color: #000;
  transition: all .8s;
  opacity: 1;
}






.clr__white { color: #FFF;}
.clr__black { color: #000;}
.clr__m1 { color: #2E231D;}
.clr__m2 { color: #8e8e8e;}
.clr__m3 { color: #dddddd;}
.bgclr__white { background-color: #fff;}
.bgclr__m1 { background-color: #2E231D;}
.bgclr__m2 { background-color: #8e8e8e;}
.bgclr__m3 { background-color: #F3F2F0;}
.h-6em { height: 6em; }

.jp { font-family: "Sawaragi gothic", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }
.en { font-family: "Acumin Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }
.jp_lbl { font-family: "ヒラギノ明朝 proN", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }
.pc { display: block; }
.sp { display: none; }

.width-max {
  width: 100vw;
  height: auto;
  margin: 0 calc(50% - 50vw);
}

.container,
.container__inner {
  margin: 0 auto;
}

.container {
  max-width: 1440px;
  min-width: 1440px;
  width: 100%;
}
.container__inner {
  width: 1024px;
  min-width: 1024px;
}

.ta-c { text-align: center; }
.ta-l { text-align: left; }
.fs-11 { font-size: 11px; }
.fs-12 { font-size: 12px; }
.fs-14 { font-size: 14px; }
.fs-16 { font-size: 16px; }
.fs-18 { font-size: 18px; }
.fs-20 { font-size: 20px; }
.fs-24 { font-size: 24px; }
.fs-28 { font-size: 28px; }
.fs-30 { font-size: 30px; }
.fs-36 { font-size: 36px; }
.fs-72 { font-size: 72px; }
.fw-400 { font-weight: 400; }
.fw-500 { font-weight: 500; }
.fw-600 { font-weight: 600; }
.lh-32 { line-height: 32px; }
.lh-60 { line-height: 60px; }
.ls-2 { letter-spacing: 2px; }
.pdg-tb50 { padding: 50px 0; }
.pdg-t20 { padding-top: 20px;}
.mrg-0a { margin: 0 auto; }
.mrg-20a { margin: 20px auto; }
.mrg-30a { margin: 30px auto; }
.mrg-10-a-10-0 { margin: 10px auto 10px 0; }
.mrg-20-a-20-0 { margin: 20px auto 20px 0; }

.br-08 { border-radius: 8px; }
.br-16 { border-radius: 16px; }



.c-ttl__01 {
  position: relative;
  display: flex;
  align-items: center;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 1px;
  width: fit-content;
  margin: 0 auto;
}
.c-ttl__01::before,
.c-ttl__01::after {
  content: "";
  position: absolute;
  width: 1em;
  height: 1em;
}
.c-ttl__01::before {
  left: -1.5em;
  background: no-repeat center / contain url(../img/ttl01-dec-l.svg);
}
.c-ttl__01::after {
  right: -1.5em;
  background: no-repeat center / contain url(../img/ttl01-dec-r.svg);
}

.c-ttl__02 {
  color: #60b8b9;
  font-size: 12px;
  text-align: center;
  line-height: 36px;
}

.c-link__01 {
  position: relative;
  display: block;
  color: #fff;
  padding: 20px 0;
  border-radius: 0 0 12px 12px;
  background-color: #60b8b9;
}
.c-link__01::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2em;
  transform: translateY(-50%) rotate(45deg);
  width: 0.5em;
  height: 0.5em;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}


.c-link__02 {
  position: relative;
  display: block;
  text-align: center;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  width: 340px;
  padding: 36px;
  margin: 0 auto;
  border: 1px solid #000;
  border-radius: 16px;
  background-color: #fff;
}
.c-link__02::after {
  content: ">";
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 50%;
  right: 1em;
  color: #fff;
  transform: translateY(-50%);
  width: 2em;
  height: 2em;
  border-radius: 50%;
  background-color: #60b8b9;
}

.c-ex__01 {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 28px;
}
.c-ex__02 {
  color: #f8b166;
  font-size: 14px;
}
.c-ex__03 {
  text-align: center;
  font-size: 30px;
  font-weight: 550;
  line-height: 48px;
  letter-spacing: 1px;
  padding: 1em 2em;
}
.c-ex__03 span.__clr-org {
  color: #f8b166;
  font-size: 1.5em;
}
.c-ex__04 {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 2px;
}
.c-ex__05 {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 28px;
  width: 70%;
}


.c-border-t__01 {
  border-top: 2px dashed #60b8b9;
}
.c-border-t__02 {
  border-top: 2px dashed #f8b166;
}

.c-arrow__01 {
  position: relative;
  margin-bottom: 5em;
}
.c-arrow__01::after {
  content: "";
  position: absolute;
  bottom: -80px;
  left: 50%;
  transform: translateX(-50%);
  width: 2em;
  height: 6em;
  background: no-repeat center / contain url(../img/arrow-01.svg);
}

.c-highlight__01 {
  width: fit-content;
  background: linear-gradient(transparent 20%, #f8b166 20%);
}
.c-highlight__02 {
  background: linear-gradient(transparent 50%, #f8b166 50%);
}
.c-highlight__03 {
  background: linear-gradient(transparent 10%, #b8d66a 10%);
}


.c-ul__01 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 85%;
  margin: 0 0 0 auto;
}
.c-ul__01 li {
  position: relative;
  text-align: center;
  padding: 10px 0;
  width: 50%;
  margin: 0 auto;
}

.c-ul__01 li img {
  width: 200px;
}
.c-ul__01 li p {
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  padding-top: 20px;
}

.c-list__ol01 {
  margin-left: 2.5em;
  padding: 10px;
}
.c-list__ol01 > li {
  list-style-type: none;
  position: relative;
  padding-bottom: 10px;
}
.c-list__ol01 > li {
  counter-increment: cnt;
}
.c-list__ol01 > li::before {
  content: counter(cnt);
  color: #fff;
  background-color: #60b8b9;
  display: inline-flex;
  justify-content: center;
  align-items: center;
	margin-left: -2.5em; /* サイトに合せて調整 */
	text-align: right;
	position: absolute;
	top: 0;
	left: 0;
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
}

.c-icon-why {
  position: relative;
}
.c-icon-why::before {
  content: "";
  position: absolute;
  bottom: -7em;
  left: -7em;
  width: 220px;
  height: 260px;
  background: no-repeat center / contain url(../img/icon-why.svg);
}
.c-icon-more {
  position: relative;
}
.c-icon-more::before {
  content: "";
  position: absolute;
  top: -2em;
  left: 7em;
  width: 80px;
  height: 64px;
  background: no-repeat center / contain url(../img/icon-more.svg);
}











.page-top {
  position: fixed;

}

a.c-googlemap {
  display: block;
  position: relative;
  font-size: 14px;
  font-weight: 600;
  width: fit-content;
  padding: 3px 2em 5px 0;
  margin-top: 10px;
  border-bottom: 1px solid;
}
a.c-googlemap::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1em;
  height: 1em;
  background: no-repeat center / contain url(../img/link-out.svg);
}


/* ヘッダー */
#g-nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.g-nav__body {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 100px;
}
.header-logo {
  width: 300px;
  height: 60px;
  background: no-repeat center / contain url(../img/logo.svg);
}



/* フッター */
#footer {
  background-color: #60B8B9;
}
.p-f__h {
  position: relative;
  padding-bottom: 40px;
}
.p-f__h::before {
  content: "";
  position: absolute;
  top: -50px;
  width: 100%;
  height: 60px;
  background: repeat center / contain url(../img/footer-h-m.svg);
}
.p-f__h__inner {
  position: relative;
  padding-top: 5%;
}
.p-f__h__inner::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -5%;
  width: 40%;
  height: 400px;
  object-fit: contain;
  background: no-repeat bottom / contain url(../img/footer-h-l.svg);
}

.p-f__h__inner::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40%;
  height: 120px;
  background: no-repeat bottom / contain url(../img/footer-h-r.svg);
}

.p-f__b {
  padding-bottom: 36px;
}
.p-f__b address p {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: 1px;
}

.copywrite {
  color: #fff;
  text-align: center;
  padding: 10px 0;
}

/* メイン */
.p-mv {
  padding: 100px 0;
  background-color: #EBEDE9;
}


.p-mv__h {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 60px 0 80px;
  margin-bottom: 60px;
}
.p-mv__h::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
  background: no-repeat center / contain url(../img/line-01.svg);
}
.p-mv__h .__l {
  width: 70%;
}
.p-mv__h .__l h2 {
  font-size: 48px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 2px;
}
.p-mv__h .__l h2 span {
  display: block;
  padding: 10px 30px;
  margin-bottom: 20px;
  width: fit-content;
  background-color: #60B8B9;
}

.p-mv__h .__l p {
  font-size: 21px;
  font-weight: 600;
  line-height: 42px;
  letter-spacing: 0;
  padding-top: 28px;
}









.p-mv__h .__r {
  width: 30%;
}


.p-mv__b h3 {
  text-align: center;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 2px;
  padding-bottom: 18px;
}

.p-mv__b ul {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 60px;
}
.p-mv__b ul::before {
  content: "";
  position: absolute;
  top: -6em;
  right: 20em;
  width: 180px;
  height: 140px;
  background: no-repeat center / contain url(../img/fukidashi-01.svg);
  z-index: 1;
}
.p-mv__b ul li {
  position: relative;
  width: calc(100% / 3);
  border: 3px solid #60B8B9;
  border-radius: 16px;
  margin-right: 10px;
  text-align: center;
  padding-top: 60px;
  font-size: 16px;
  background-color: #fff;
}
.p-mv__b ul li:nth-of-type(3) {
  margin-right: 0;
}
.p-mv__b ul li .__num{
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: -1.5em;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  width: 3em;
  height: 3em;
  border-radius: 50%;
  background-color: #60B8B9;
}

.p-mv__b ul li img {
  width: 65%;
  height: 75px;
  margin: 10px auto 36px;
  object-fit: contain;
}



.p-s1 {
  background-color: #60b8b9;
}
.p-s1__list {
  padding: 100px 0;
}
.p-s1__h p {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px;
}
.p-s1__h p span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #60b8b9;
  font-size: 0.8em;
  width: 2em;
  height: 2em;
  margin-left: 0.5em;
  border-radius: 50%;
  background-color: #fff;
}

.p-s1__h h4 {
  color: #fff;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 60px;
}

.p-s1__b {
  border-radius: 16px;
  padding: 40px;
  margin-top: 16px;
  background-color: #fff;
}
.p-s1__b dl {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  font-size: 16px;
}

.p-s1__b dl dh {
  color: #fff;
  text-align: center;
  letter-spacing: 4px;
  width: 15%;
  padding: 16px 0;
  border-radius: 32px;
  background-color: #60b8b9;
}
.p-s1__b dl dd {
  width: 85%;
  padding: 12px 0 0 20px;
  line-height: 28px;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 1px;
}



.p-s1__b .__f {
  margin-top: 30px;
  padding-top: 30px;
}
.p-s1__b .__b.__no dh,
.p-s1__b .__f.__no dh {
  border-radius: 0;
  background-color: #fff;
}
.p-s1__b .__f.__bgclr-grn dh {
  color: #000;
  background-color: #b8d66a;
}
.p-s1__b .__b {
  margin-top: 40px;
}








.p-s1__f {
  position: relative;
  width: fit-content;
  margin: 200px auto 0;
  border: 10px solid #f8b166;
  border-radius: 16px;
  background-color: #fff;
}
.p-s1__f::before {
  content: "";
  position: absolute;
  top: -180px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 150px;
  background: no-repeat center / contain url(../img/arrow-02.svg);
}





.p-s2 {
  padding: 150px 0 250px;
  background-color: #ebede9;
}

.p-s2 .__h {
  position: relative;
  padding: 80px 60px;
  margin: 0 auto 80px;
  width: 900px;
  background: no-repeat center / contain url(../img/border-01-w.svg);
}
.p-s2 .__h::after {
  content: "";
  position: absolute;
  top: 0;
  right: 25px;
  width: 240px;
  height: 400px;
  background: no-repeat center / contain url(../img/icon-human03.svg);
}
.p-s2 .__h h4 {
  position: absolute;
  top: -16px;
  left: 60px;
  font-size: 24px;
  color: #fff;
  letter-spacing: 2px;
}
.p-s2 .__h h4 span {
  display: block;
  width: fit-content;
  padding: 18px;
  background-color: #60b8b9;
}

.p-s2 .__b {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin: 4em auto 0;
  flex-wrap: wrap;
  gap: 2em;
}
.p-s2 .__b .__l,
.p-s2 .__b .__c,
.p-s2 .__b .__r {
  width: calc(100% / 2 - 1em);
  /*width: calc(100% / 3 - 2em);*/
  margin-bottom: 2em;
}
.p-s2 .__b .__l > a,
.p-s2 .__b .__c > a,
.p-s2 .__b .__r > a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 6em;
  width: auto;
  padding-right: 4.5em;
}















/*========= ページトップのためのCSS ===============*/
/*リンクの形状*/
#page-top a {
	display: flex;
	justify-content:space-between;
	align-items:center;
  position: relative;
	width: 100px;
	text-align: center;
	text-transform: uppercase; 
	text-decoration: none;
	font-size:15px;
	transition:all 0.3s;
  margin: 0 0 0 auto;
  font-weight: bold;
}
#page-top a::after {
  content: "▲";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

/*リンクを右下に固定*/
#page-top {
	position: fixed;
	right: 10px;
	z-index: 2;
    /*はじめは非表示*/
	opacity: 0;
	transform: translateY(100px);
  width: 100%;
}

/*　上に上がる動き　*/

#page-top.UpMove{
	animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
  from {
    opacity: 0;
	transform: translateY(100px);
  }
  to {
    opacity: 1;
	transform: translateY(0);
  }
}

/*　下に下がる動き　*/

#page-top.DownMove{
	animation: DownAnime 0.5s forwards;
}
.downmove{
	animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
  	opacity: 1;
	transform: translateY(0);
  }
  to {
  	opacity: 1;
	transform: translateY(100px);
  }
}


@media screen and (max-width: 1024px) {
  main {
    min-width: auto;
  }

  .container {
    max-width: auto;
    min-width: auto;
    width: 100%;
  }
  .container__inner {
    max-width: auto;
    min-width: auto;
    width: 370px;
    padding: 0 20px;
  }
  .pc { display: none; }
  .sp { display: block; }

  .c-ex__03 {
    font-size: 18px;
    padding: 1em 1em;
  }
  .c-ex__05 {
    font-size: 14px;
    width: 100%;
  }

  .c-ul__01 {
    flex-wrap: wrap;
    margin: 0;
    width: 100%;
  }
  .c-ul__01 li {
    width: 100%;
  }

  .c-icon-why::before {
    top: -1em;
    bottom: auto;
    left: -2em;
    width: 120px;
    height: 160px;
  }
  .c-icon-more::before {
    top: 0em;
    left: 0em;
  }

  .c-link__02 {
    width: 100%;
  }
  .c-link__02::after {
    right: 1em;
  }



  dl.__wrap {
    flex-wrap: wrap;
  }
  dl.__wrap dh {
    width: 30%;
  }
  dl.__wrap dd {
    width: 100%;
    padding-left: 0;
  }
  p.__pl01 { padding-left: 40%; }


  .g-nav__body {
    padding: 0 20px;
    height: 100px;
  }
  .g-nav__body .header-logo {
    width: 150px;
  }
  .g-nav__nav {
    display: none;
  }

  
  .p-mv__h {
    flex-wrap: wrap;
    padding-top: 30px;
  }
  .p-mv__h .__l,
  .p-mv__h .__r {
    width: 100%;
  }
  .p-mv__h .__l h2 span {
    font-size: 28px;
    font-weight: 600;
    padding: 10px;
  }
  .p-mv__h .__l p {
    font-size: 18px;
    padding-top: 8px;
  }
  .p-mv__b ul {
    flex-wrap: wrap;
  }
  .p-mv__b ul::before {
    top: auto;
    left: -1em;
    bottom: 53em;
    width: 120px;
    height: 100px;
  }
  .p-mv__b ul li {
    width: 100%;
    margin-bottom: 60px;
  }


  .p-s1__h h4 {
    font-size: 20px;
    line-height: 32px;
    padding: 10px 0 0;
  }

  .p-s1__b {
    padding: 20px;
  }
  .p-s1__b dl dh {
    width: 30%;
  }
  .p-s1__b dl dd {
    font-size: 16px;
  }

  .p-s2 {
    padding: 150px 0;
  }
  .p-s2 .__h {
    width: 330px;
    height: 500px;
    padding: 60px 40px;
    background: no-repeat center / contain url(../img/border-01-h.svg);
  }
  .p-s2 .__h::after {
    top: -100px;
    right: 0;
    width: 100px;
    height: 150px;
  }
  .p-s2 .__h h4 {
    top: -115px;
    left: 0;
  }
  .p-s2 .__h h4 span {
    padding: 5px 10px;
    margin-bottom: 10px;
  }
  

  .p-f__h {
    padding-bottom: 0;
  }

  .p-f__h::before {
    height: 80px;
    background-repeat: no-repeat;
  }

  .p-f__b {
    padding: 36px 0;
  }
  .p-f__b address p {
    font-size: 14px;
    font-weight: 500;
  }

  .p-s2 .__b .__l,
  .p-s2 .__b .__c,
  .p-s2 .__b .__r {
    width: 100%;
  }
  




  



}