@charset "UTF-8";
/* ====================================================
	breakpoint
==================================================== */
/* =================================================== */
html {
  font-size: 62.5%;
  margin-top: initial !important;
}

body {
  background-color: #fefff5;
  color: #51533b;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

.cmn__block {
  padding: 0 10rem;
}
@media screen and (max-width: 1199px) {
  .cmn__block {
    padding: 0 3vw;
  }
}

.cmn__inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.cmn__main-box h2 {
  position: relative;
  text-align: center;
  color: #0f693d;
}

.cmn__main-box h2::before,
.cmn__main-box h2::after {
  content: "";
  background-color: #0f693d;
  width: 28.8%;
  height: 0.01rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.cmn__main-box h2::before {
  left: 0;
}

.cmn__main-box h2::after {
  right: 0;
}

.vision__main-box h2::before,
.vision__main-box h2::after {
  width: 35%;
}

/* ----------------------------------------------------
	header
---------------------------------------------------- */
header {
  position: relative;
  max-width: 1420px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  header {
    position: relative;
    align-items: flex-start;
    justify-content: space-between;
    padding: initial;
  }
}

.header__inner {
  display: flex;
  align-items: center;
  padding: 1% 2.2% 1.1%;
}
@media screen and (max-width: 767px) {
  .header__inner {
    justify-content: space-between;
    padding: 3vw;
  }
}

header a {
  text-decoration: none;
}

.head__logo {
  width: 31.8%;
}
@media screen and (max-width: 767px) {
  .head__logo {
    width: 45vw;
  }
}

.head__logo img {
  width: 100%;
}

.head__hamburger {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: 68.2%;
  gap: 4.1rem;
}
@media screen and (max-width: 999px) {
  .head__hamburger {
    gap: 1.5vw;
  }
}
@media screen and (max-width: 767px) {
  .head__hamburger {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .head__hamburger.open {
    display: block;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
    width: 100%;
    height: 100dvh;
    background-color: #fefff5;
    gap: 8.5vw;
    z-index: 999;
    position: fixed;
    inset: 0;
  }
}

.head__link {
  font-size: 1.6rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4.1rem;
}
@media screen and (max-width: 999px) {
  .head__link {
    gap: 4vw;
    font-size: 1.7vw;
  }
}
@media screen and (max-width: 767px) {
  .head__link {
    flex-direction: column;
    font-size: 3.7vw;
    gap: 8.5vw;
  }
}

.head__link a {
  position: relative;
  color: #160902;
  text-align: center;
}

.head__link a:not(:last-of-type)::before {
  content: "";
  width: 0.1rem;
  height: 150%;
  background: #160902;
  position: absolute;
  top: 50%;
  right: -19.5%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .head__link a:not(:last-of-type)::before {
    display: none;
  }
}

.head__contact {
  width: 23.5%;
  background-color: #e73c4b;
  color: #ffffff;
  text-align: center;
  font-size: 1.8rem;
  padding: 1.2rem 0.5rem 1.4rem;
  border-radius: 23.5px;
}
@media screen and (max-width: 767px) {
  .head__contact {
    font-size: 4vw;
    width: -moz-fit-content;
    width: fit-content;
    padding: 2vw 4vw;
    border-radius: 25vw;
  }
}

/*---------- ハンバーガーアイコン ----------*/
.head__icon {
  display: none;
  cursor: pointer;
  position: relative;
  width: 7vw;
  height: 7vw;
  background-color: #0f693d;
}
@media screen and (max-width: 767px) {
  .head__icon {
    display: block;
    z-index: 999;
  }
}

.head__icon span {
  position: absolute;
  width: 75%;
  height: 0.3vw;
  background-color: #fefff5;
  margin: 0 auto;
  left: 0;
  right: 0;
}

.head__icon span:first-of-type {
  top: 15%;
}

.head__icon span:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%);
}

.head__icon span:last-of-type {
  bottom: 15%;
}

/*---------- OPEN ----------*/
.head__icon.open span:first-of-type {
  top: 50%;
  transform: rotate(45deg);
}

.head__icon.open span:nth-of-type(2) {
  opacity: 0;
}

.head__icon.open span:last-of-type {
  bottom: 45%;
  transform: rotate(-45deg);
}

/* ====================================================
 　FV
==================================================== */
.splide {
  position: relative;
  z-index: -1;
}

.splide__track {
  border-radius: 0 0 30% 30%;
}

.splide__slide img {
  width: 100%;
}

.fv {
  position: relative;
}

.fv__title-box {
  position: relative;
}

.fv__title-box h1 {
  font-size: 5.65rem;
  letter-spacing: 0.2em;
  line-height: 1.285;
  color: #0f693d;
  background-image: url(https://kodomo-assist.com/wp-content/themes/original/img/fv_bk.png);
  background-size: 86.8%;
  background-repeat: no-repeat;
  background-position: center top;
  margin: -30rem auto 0;
  position: relative;
  padding: 10.2rem 17.5rem;
}
@media screen and (max-width: 1299px) {
  .fv__title-box h1 {
    font-size: 4.5vw;
    padding: 8vw 13vw;
    margin: -13vw auto 0;
    background-size: 85%;
  }
}

.fv__title-deco {
  position: absolute;
  width: 33.5vw;
  top: -10.2vw;
  left: 56.4%;
}
@media screen and (max-width: 1299px) {
  .fv__title-deco {
    top: -2vw;
    left: 59.5%;
  }
}

.fv h2 {
  writing-mode: vertical-rl;
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 5.5rem;
  right: 16.9%;
  gap: 1.05rem;
}
@media screen and (max-width: 999px) {
  .fv h2 {
    top: 5vw;
    right: 7vw;
    gap: 1.3vw;
  }
}

.fv h2 span {
  background-image: linear-gradient(180deg, rgb(15, 105, 61) 2.7%, rgb(254, 255, 246) 2.7%);
  height: -moz-fit-content;
  height: fit-content;
  font-size: 3rem;
  padding: 2.2rem 0.75rem 1rem;
  letter-spacing: 0.13em;
}
@media screen and (max-width: 999px) {
  .fv h2 span {
    font-size: 3vw;
    padding: 2vw 0.8vw 1vw;
  }
}

.scroll_off {
  overflow: hidden;
  position: relative;
}

/* ====================================================
 introduction
==================================================== */
.introduction__inner {
  padding-top: 5.3rem;
}

.introduction__main-box h2 {
  font-size: 3.1rem;
  letter-spacing: -0.03em;
  line-height: 1.64;
}

.introduction__main-box p {
  padding-top: 4.1rem;
  font-size: 1.59rem;
  letter-spacing: 0.006em;
  line-height: 1.9;
}

.introduction__content {
  padding: 4.1rem 0.2rem 0;
}
@media screen and (max-width: 999px) {
  .introduction__content {
    padding: 4vw 0 0;
  }
}

.content-top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}
@media screen and (max-width: 999px) {
  .content-top {
    flex-direction: column;
    gap: 5vw;
  }
}

.introduction__point {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  outline: 1px solid #c7c7c7;
  border-radius: 13px;
}

.content-top .introduction__point {
  width: 43.4%;
  padding: 3.9rem 2.9rem 3.8rem;
  height: 13.3rem;
}
@media screen and (max-width: 999px) {
  .content-top .introduction__point {
    width: 80%;
    padding: 2vw 3.5vw;
    height: auto;
    margin: 0 auto;
  }
}

.introduction__point-text {
  width: 64.9%;
}

.introduction__point-text h4 {
  font-size: 1.72rem;
  letter-spacing: 0.05em;
}

.introduction__point-text p {
  padding-top: 2.2rem;
  font-size: 1.5rem;
  letter-spacing: 0.068em;
  line-height: 2;
}

.introduction__point img {
  width: 29.8%;
}

.content-bottom {
  padding-top: 4.2rem;
  width: 100%;
}
@media screen and (max-width: 999px) {
  .content-bottom {
    width: 80%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 999px) {
  .content-bottom .introduction__point {
    flex-direction: column;
    padding: 2vw 3.5vw;
  }
}

.content-bottom .introduction__point-text {
  width: 43%;
  padding: 2.5vw 1.5vw;
}
@media screen and (max-width: 999px) {
  .content-bottom .introduction__point-text {
    width: 100%;
  }
}

.content-bottom img {
  width: 50%;
}
@media screen and (max-width: 999px) {
  .content-bottom img {
    width: 100%;
  }
}

/* ====================================================
 vision
==================================================== */
.vision__inner {
  background-color: #eaf0e2;
  position: relative;
  margin-top: 8rem;
  padding: 8.8rem 7.7rem 8rem;
  border-radius: 200px;
}

.vision__main-box {
  text-align: center;
}

.vision__main-box h2 {
  font-size: 3rem;
}

.vision__main-box h4 {
  font-size: 2.5rem;
  padding-top: 5.3rem;
  letter-spacing: -0.039em;
}

.vision__text p {
  padding-top: 4.3rem;
  font-size: 1.7rem;
  letter-spacing: -0.052em;
  line-height: 1.75;
}

.vision__inner a {
  display: block;
  text-align: center;
  text-decoration: none;
  margin: 3.9rem auto 0;
  background-color: #e73c4b;
  color: #ffffff;
  font-size: 1.8rem;
  padding: 1.2rem 0 1.4rem;
  width: 26.5rem;
  border-radius: 25px;
}

.vision__deco-01,
.vision__deco-02 {
  position: absolute;
}

.vision__deco-01 {
  width: 42.1rem;
  bottom: -11.4rem;
  left: -3.3rem;
}

.vision__deco-02 {
  width: 23.5rem;
  bottom: -6.2rem;
  right: -2.5rem;
}/*# sourceMappingURL=style.css.map */