@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: 400;
}

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

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

.cmn__main-box h2,
.articles__block h2 {
  color: #0f693d;
  font-size: 3rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .cmn__main-box h2,
  .articles__block h2 {
    font-size: 5vw;
  }
}

.cmn__main-box h4,
.articles__block h3 {
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .cmn__main-box h4,
  .articles__block h3 {
    font-size: 4vw !important;
  }
}

@media screen and (max-width: 767px) {
  .cmn__main-box h4 {
    padding-top: 4vw !important;
  }
}

/*---------- 共通 ----------*/
.cmn__main-box {
  overflow: hidden;
  text-align: center;
}

.box_inner {
  position: relative;
  display: inline-block;
}

.box_inner::before,
.box_inner::after {
  content: "";
  background-color: #0f693d;
  height: 1px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

/*---------- 各 ----------*/
.introduction__main-box .box_inner::before,
.introduction__main-box .box_inner::after {
  width: 92%;
}
@media screen and (max-width: 767px) {
  .introduction__main-box .box_inner::before,
  .introduction__main-box .box_inner::after {
    width: 25%;
  }
}

.introduction__main-box .box_inner::before {
  left: -109%;
}
@media screen and (max-width: 767px) {
  .introduction__main-box .box_inner::before {
    left: -30%;
  }
}

.introduction__main-box .box_inner::after {
  right: -109%;
}
@media screen and (max-width: 767px) {
  .introduction__main-box .box_inner::after {
    right: -30%;
  }
}

.vision__main-box .box_inner::before,
.vision__main-box .box_inner::after {
  width: 175%;
}
@media screen and (max-width: 767px) {
  .vision__main-box .box_inner::before,
  .vision__main-box .box_inner::after {
    width: 50%;
  }
}

.vision__main-box .box_inner::before {
  left: -200%;
}
@media screen and (max-width: 767px) {
  .vision__main-box .box_inner::before {
    left: -55%;
  }
}

.vision__main-box .box_inner::after {
  right: -200%;
}
@media screen and (max-width: 767px) {
  .vision__main-box .box_inner::after {
    right: -55%;
  }
}

.blog__main-box .box_inner::before,
.blog__main-box .box_inner::after {
  width: 398%;
}
@media screen and (max-width: 767px) {
  .blog__main-box .box_inner::before,
  .blog__main-box .box_inner::after {
    width: 170%;
  }
}

.blog__main-box .box_inner::before {
  left: -450%;
}
@media screen and (max-width: 767px) {
  .blog__main-box .box_inner::before {
    left: -200%;
  }
}

.blog__main-box .box_inner::after {
  right: -450%;
}
@media screen and (max-width: 767px) {
  .blog__main-box .box_inner::after {
    right: -200%;
  }
}

.contact__main-box .box_inner::before,
.contact__main-box .box_inner::after {
  width: 247%;
}
@media screen and (max-width: 767px) {
  .contact__main-box .box_inner::before,
  .contact__main-box .box_inner::after {
    width: 100%;
  }
}

.contact__main-box .box_inner::before {
  left: -290%;
}
@media screen and (max-width: 767px) {
  .contact__main-box .box_inner::before {
    left: -118%;
  }
}

.contact__main-box .box_inner::after {
  right: -290%;
}
@media screen and (max-width: 767px) {
  .contact__main-box .box_inner::after {
    right: -118%;
  }
}

.transfer__main-box .box_inner::before,
.transfer__main-box .box_inner::after {
  width: 400%;
}
@media screen and (max-width: 767px) {
  .transfer__main-box .box_inner::before,
  .transfer__main-box .box_inner::after {
    width: 150%;
  }
}

.transfer__main-box .box_inner::before {
  left: -450%;
}
@media screen and (max-width: 767px) {
  .transfer__main-box .box_inner::before {
    left: -180%;
  }
}

.transfer__main-box .box_inner::after {
  right: -450%;
}
@media screen and (max-width: 767px) {
  .transfer__main-box .box_inner::after {
    right: -180%;
  }
}

.tax__main-box .box_inner::before,
.tax__main-box .box_inner::after {
  width: 175%;
}
@media screen and (max-width: 767px) {
  .tax__main-box .box_inner::before,
  .tax__main-box .box_inner::after {
    width: 60%;
  }
}

.tax__main-box .box_inner::before {
  left: -200%;
}
@media screen and (max-width: 767px) {
  .tax__main-box .box_inner::before {
    left: -70%;
  }
}

.tax__main-box .box_inner::after {
  right: -200%;
}
@media screen and (max-width: 767px) {
  .tax__main-box .box_inner::after {
    right: -70%;
  }
}

.support__main-box .box_inner::before,
.support__main-box .box_inner::after {
  width: 175%;
}
@media screen and (max-width: 767px) {
  .support__main-box .box_inner::before,
  .support__main-box .box_inner::after {
    width: 60%;
  }
}

.support__main-box .box_inner::before {
  left: -200%;
}
@media screen and (max-width: 767px) {
  .support__main-box .box_inner::before {
    left: -70%;
  }
}

.support__main-box .box_inner::after {
  right: -200%;
}
@media screen and (max-width: 767px) {
  .support__main-box .box_inner::after {
    right: -70%;
  }
}

/* -------------------------------------- */
.pc_none {
  display: none;
}
@media screen and (max-width: 999px) {
  .pc_none {
    display: block;
  }
}

.pc_only {
  display: block;
}
@media screen and (max-width: 999px) {
  .pc_only {
    display: none;
  }
}

.sp_only {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp_only {
    display: block;
  }
}

/* ----------------------------------------------------
	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 5vw;
  }
}

header a {
  text-decoration: none;
}

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

.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: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: 100%;
    height: 100dvh;
    background-color: #fefff5;
    gap: 15vw;
    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: 5vw;
    gap: 15vw;
  }
}

.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: 5vw;
    width: -moz-fit-content;
    width: fit-content;
    padding: 5vw 15vw;
    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;
    width: 9vw;
    height: 9vw;
  }
}

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

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

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

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

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

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

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

/* ====================================================
 TOPページ ココから
==================================================== */
/* ====================================================
 　FV
==================================================== */
.splide {
  z-index: -1;
  visibility: initial !important;
  width: 100%;
  height: 100%;
  overflow: hidden;
  clip-path: ellipse(100% 100% at 50% 0%);
}
@media screen and (max-width: 767px) {
  .splide {
    clip-path: ellipse(130% 100% at 50% 0%);
  }
}

.splide__track,
.splide__list,
.splide__slide {
  width: 100%;
  height: 100%;
}

.splide__slide img {
  width: 100%;
  /* height: auto; */
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center 35%;
     object-position: center 35%;
}

.fv {
  position: relative;
  height: 770px;
}
@media screen and (max-width: 1199px) {
  .fv {
    height: 70vw;
  }
}
@media screen and (max-width: 767px) {
  .fv {
    height: 110vw;
  }
}

.fv__title-box {
  max-width: 1260px;
  position: absolute;
  inset: 0;
}

.fv__title-box h1 {
  font-family: "toppan-bunkyu-gothic-pr6n", sans-serif;
  font-weight: 600;
  font-size: 5.83rem;
  letter-spacing: 0.16em;
  line-height: 1.27;
  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;
  position: relative;
  padding: 10.4rem 17.5rem;
}
@media screen and (max-width: 1299px) {
  .fv__title-box h1 {
    font-size: 6vw;
    padding: 7vw 14vw;
  }
}
@media screen and (max-width: 767px) {
  .fv__title-box h1 {
    font-size: 6.5vw;
    padding: 9vw 13vw;
    background-size: 90%;
  }
}

.fv__main-title {
  position: absolute;
  bottom: -8.3rem;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .fv__main-title {
    bottom: -10vw;
  }
}

.fv__title-deco {
  position: absolute;
  width: 64.5rem;
  top: -19.6rem;
  left: 64.4rem;
}
@media screen and (max-width: 1299px) {
  .fv__title-deco {
    width: 38vw;
    top: -3vw;
    left: 62%;
  }
}
@media screen and (max-width: 767px) {
  .fv__title-deco {
    top: 10vw;
    left: 70%;
    width: 23vw;
  }
}

.fv h2 {
  writing-mode: vertical-rl;
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 4rem;
  right: 0;
  gap: 0.48vw;
}
@media screen and (max-width: 1299px) {
  .fv h2 {
    right: 3%;
  }
}
@media screen and (max-width: 999px) {
  .fv h2 {
    top: 5vw;
    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 0.9rem;
  letter-spacing: 0.13em;
  color: #0f2e1f;
}
@media screen and (max-width: 767px) {
  .fv h2 span {
    font-size: 4.3vw;
    padding: 3vw 1.2vw 1.5vw;
  }
}

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

/* ====================================================
 introduction
==================================================== */
.introduction__inner {
  padding-top: 13.2rem;
}
@media screen and (max-width: 767px) {
  .introduction__inner {
    padding-top: 10vw;
  }
}

.introduction__main-box h2 {
  line-height: 1.67;
}
@media screen and (max-width: 999px) {
  .introduction__main-box h2 {
    line-height: 1.35;
  }
}
@media screen and (max-width: 767px) {
  .introduction__main-box h2 {
    line-height: 1.5;
  }
}

.introduction__main-box p {
  text-align: left;
  padding-top: 4rem;
  font-size: 1.6rem;
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
  .introduction__main-box p {
    padding-top: 5vw;
    font-size: 3.2vw;
    line-height: 1.75;
  }
}

.introduction__content {
  padding: 4.1rem 0.2rem 0;
}
@media screen and (max-width: 999px) {
  .introduction__content {
    padding: 5vw 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;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .introduction__point {
    border-radius: 1.5vw;
  }
}

.content-top .introduction__point {
  width: 43.4%;
  padding: 3.7rem 2.9rem 4rem;
  height: 13.4rem;
}
@media screen and (max-width: 999px) {
  .content-top .introduction__point {
    width: initial;
    padding: 2vw 3.5vw;
    height: auto;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .content-top .introduction__point {
    justify-content: space-evenly;
    padding: 5vw 0;
    flex-direction: column;
    width: 100%;
    gap: 1.5vw;
  }
}

.introduction__point-text {
  width: 64.9%;
}
@media screen and (max-width: 767px) {
  .introduction__point-text {
    width: 90%;
    text-align: center;
  }
}

.introduction__point-text h4 {
  font-size: 1.8rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .introduction__point-text h4 {
    font-size: 4vw;
  }
}

.introduction__point-text p {
  padding-top: 2.5rem;
  font-size: 1.6rem;
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
  .introduction__point-text p {
    padding-top: 3.5vw;
    font-size: 3vw;
  }
}

.introduction__point img {
  width: 29.8%;
}
@media screen and (max-width: 767px) {
  .introduction__point img {
    width: 22%;
  }
}

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

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

.content-bottom .introduction__point-text {
  width: 43%;
  padding: 5rem 2.9rem 4.5rem;
}
@media screen and (max-width: 999px) {
  .content-bottom .introduction__point-text {
    width: 92.5%;
    padding: 4.5vw 0;
  }
}

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

/* ====================================================
 vision
==================================================== */
@media screen and (max-width: 767px) {
  .vision {
    background-color: #eaf0e2;
    border-radius: 13vw;
  }
}

.vision__inner {
  position: relative;
  background-color: #eaf0e2;
  border-radius: 200px;
  margin: 8rem auto 0;
  padding: 0 7.7rem;
}
@media screen and (max-width: 999px) {
  .vision__inner {
    padding: 0 4vw;
    border-radius: 20vw;
  }
}
@media screen and (max-width: 767px) {
  .vision__inner {
    margin-top: 8vw;
    background-color: initial;
    border-radius: initial;
    padding: initial;
  }
}

.vision__wrap {
  padding: 8.9rem 0 8rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .vision__wrap {
    padding: 10vw 0 13vw;
  }
}

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

.vision__main-box h4 {
  padding-top: 5.3rem;
}

.vision__text p {
  padding-top: 4.3rem;
  font-size: 1.6rem;
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
  .vision__text p {
    padding-top: 6vw;
    font-size: 3.7vw;
  }
}

.vision__text p:nth-of-type(n + 2) {
  padding-top: 3.9rem;
}
@media screen and (max-width: 767px) {
  .vision__text p:nth-of-type(n + 2) {
    padding-top: 6vw;
  }
}

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

.vision__deco-01 {
  width: 42.1rem;
  bottom: -11.4rem;
  left: -3.3rem;
}
@media screen and (max-width: 999px) {
  .vision__deco-01 {
    width: 40vw;
    bottom: -8vw;
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .vision__deco-01 {
    width: 35vw;
    bottom: -12vw;
    left: -3vw;
  }
}

.vision__deco-02 {
  width: 23.5rem;
  bottom: -6.2rem;
  right: -2.5rem;
}
@media screen and (max-width: 767px) {
  .vision__deco-02 {
    width: 21vw;
    bottom: -5vw;
    right: -3vw;
  }
}

/* ====================================================
  blog
==================================================== */
.blog__inner {
  padding: 8.9rem 0;
}
@media screen and (max-width: 767px) {
  .blog__inner {
    padding: 11vw 0 8vw;
  }
}

.blog__main-box h4 {
  padding-top: 5.4rem;
}

.blog__main-box p {
  padding-top: 4.5rem;
  text-align: center;
  font-size: 1.6rem;
  letter-spacing: 0.001em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .blog__main-box p {
    padding-top: 4vw;
    font-size: 3vw;
  }
}

.blog__box {
  padding-top: 4.4rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  gap: 3.3rem;
  width: 100%;
}
@media screen and (max-width: 999px) {
  .blog__box {
    gap: 3vw;
  }
}
@media screen and (max-width: 767px) {
  .blog__box {
    padding-top: 5vw;
    flex-direction: column;
    justify-content: space-around;
    gap: 5vw;
  }
}

.blog__btn-list {
  background-color: #eaf0e2;
  width: 14.1%;
  padding: 0.5rem 0 3.7rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3.1rem;
  border-radius: 13px;
}
@media screen and (max-width: 999px) {
  .blog__btn-list {
    width: 18%;
    padding: 2vw 0 4vw;
    gap: 3.3vw;
  }
}
@media screen and (max-width: 767px) {
  .blog__btn-list {
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    padding: 7vw 0;
    row-gap: 8vw;
    -moz-column-gap: 3vw;
         column-gap: 3vw;
  }
}

.category_btn {
  font-size: 1.65rem;
  letter-spacing: -0.008em;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .category_btn {
    font-size: 4vw !important;
    width: 40%;
    text-align: center;
  }
}

/*---------- 選択中のカテゴリー ----------*/
.category_btn:first-of-type {
  background-color: #0f693d;
  color: #fefff5;
  font-size: 1.55rem;
  border-radius: 13px;
  padding: 1.7rem 0 1.8rem;
  width: 18.5rem;
  text-align: center;
}
@media screen and (max-width: 999px) {
  .category_btn:first-of-type {
    padding: 1.5vw 0;
    width: 15vw;
  }
}
@media screen and (max-width: 767px) {
  .category_btn:first-of-type {
    width: 40%;
    padding: 3vw 0;
  }
}

.blog__content-list {
  width: 82.4%;
  border-radius: 13px;
  outline: 1px solid #51533b;
}
@media screen and (max-width: 767px) {
  .blog__content-list {
    width: 100%;
    border-radius: 2vw;
  }
}

.blog__content-list a,
.more_view {
  color: #51533b;
}

/* ----------------------------------------------------
	ブログ表示方法
---------------------------------------------------- */
.blog__single {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  padding: 4rem 0 4.15rem;
  gap: 3.5rem;
}
@media screen and (max-width: 999px) {
  .blog__single {
    padding: 3.5vw 2vw;
    gap: 2vw;
    justify-content: space-around;
  }
}
@media screen and (max-width: 767px) {
  .blog__single {
    padding: 5vw 0;
    gap: 2vw;
    flex-wrap: wrap;
  }
}

.blog__single:not(:last-of-type) {
  border-bottom: 1px solid #51533b;
}

.blog__single p {
  text-align: center;
}

.blog__tc {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 25%;
}
@media screen and (max-width: 999px) {
  .blog__tc {
    width: 35%;
  }
}
@media screen and (max-width: 767px) {
  .blog__tc {
    justify-content: flex-start;
    width: 90%;
    gap: 5vw;
  }
}

.blog__time {
  font-size: 1.6rem;
}
@media screen and (max-width: 999px) {
  .blog__time {
    font-size: 1.7vw;
  }
}
@media screen and (max-width: 767px) {
  .blog__time {
    font-size: 3vw;
  }
}

.blog__categories {
  font-weight: 500;
  font-size: 1.6rem;
  color: #0f693d;
  outline: 1px solid #51533b;
  border-radius: 9px;
  padding: 0.3rem 2.5rem 0.5rem;
  margin: 0 auto;
}
@media screen and (max-width: 999px) {
  .blog__categories {
    font-size: 1.7vw;
    padding: 0.5vw 2vw 0.7vw;
  }
}
@media screen and (max-width: 767px) {
  .blog__categories {
    font-size: 3vw;
    border-radius: 2vw;
    padding: 1.5vw 3vw;
    margin: initial;
  }
}

.blog__title {
  width: 58%;
  font-size: 1.6rem;
  letter-spacing: 0.07em;
  line-height: 1.7;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 999px) {
  .blog__title {
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 767px) {
  .blog__title {
    font-size: 3vw;
    width: 90%;
  }
}

.blog__tite-box {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.more-icon {
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .more-icon {
    font-size: 4vw !important;
  }
}

.blog__content {
  display: none;
}

.blog__content.open {
  display: block;
}

.more_view {
  font-size: 1.56rem;
  letter-spacing: 0.03em;
  padding-top: 4.7rem;
  text-decoration: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 2.9rem;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
@media screen and (max-width: 999px) {
  .more_view {
    padding-top: 2vw;
  }
}
@media screen and (max-width: 767px) {
  .more_view {
    font-size: 4vw;
    padding-top: 3.5vw;
    gap: 2vw;
  }
}

/* ----------------------------------------------------
	future
---------------------------------------------------- */
.future {
  overflow: hidden;
  background-color: #eaf0e2;
}

.future__inner {
  padding: 8rem 0 7.9rem;
}
@media screen and (max-width: 767px) {
  .future__inner {
    padding: 8vw 0;
  }
}

.future__wrap {
  position: relative;
  padding: 3.8rem 0 4.1rem;
  border-radius: 13px;
  background-color: #fefff5;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 999px) {
  .future__wrap {
    border-radius: 4vw;
    padding: 5vw 0 7vw;
    flex-direction: column;
    align-items: center;
    gap: 5vw;
  }
}

.future__text {
  width: 55%;
}
@media screen and (max-width: 999px) {
  .future__text {
    width: 90%;
    text-align: center;
  }
}

.future__text h3 {
  font-weight: 700;
  font-size: 3rem;
  line-height: 1.5;
  color: #0f693d;
}
@media screen and (max-width: 999px) {
  .future__text h3 {
    font-size: 4vw;
  }
}
@media screen and (max-width: 767px) {
  .future__text h3 {
    font-size: 5vw;
  }
}

.future__text p {
  padding-top: 1.9rem;
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 700;
}
@media screen and (max-width: 999px) {
  .future__text p {
    padding-top: 2vw;
    font-size: 2.48vw;
  }
}
@media screen and (max-width: 767px) {
  .future__text p {
    padding-top: 3vw;
    font-size: 4vw;
    line-height: 1.7;
  }
}

.future__text .more-icon {
  padding: initial;
  font-size: 1.7rem;
}

.future__img {
  width: 37.5%;
}
@media screen and (max-width: 999px) {
  .future__img {
    width: 90%;
  }
}

.future__img img {
  width: 100%;
  border-radius: 15px;
}
@media screen and (max-width: 767px) {
  .future__img img {
    border-radius: 4vw;
  }
}

.future__deco {
  position: absolute;
  bottom: -54.6rem;
  right: -56.1rem;
  width: 80.7rem;
}
@media screen and (max-width: 999px) {
  .future__deco {
    bottom: -45vw;
    right: -50vw;
    width: 80vw;
  }
}

/* ----------------------------------------------------
	問い合わせフォーム
---------------------------------------------------- */
.contact__inner {
  padding: 7.9rem 0 12rem;
}
@media screen and (max-width: 767px) {
  .contact__inner {
    padding: 8vw 0;
  }
}

.contact__details {
  text-align: center;
  padding-top: 3.9rem;
  font-size: 1.79rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .contact__details {
    padding-top: 3vw;
    font-size: 3.2vw;
  }
}

.contact__details a {
  color: #138aff;
  text-decoration: none;
}

form {
  padding-top: 6rem;
  max-width: 1080px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  form {
    padding-top: 5vw;
  }
}

label,
.item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

form p:first-of-type {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  form p:first-of-type {
    gap: 0.5vw;
  }
}

label {
  width: 100%;
}
@media screen and (max-width: 767px) {
  label {
    flex-direction: column;
  }
}

.item {
  font-size: 1.8rem;
  width: 31%;
}
@media screen and (max-width: 999px) {
  .item {
    font-size: 2.1vw;
  }
}
@media screen and (max-width: 767px) {
  .item {
    font-size: 3.5vw;
    letter-spacing: 0.05em;
    width: 100%;
    line-height: 1.2;
    justify-content: flex-start;
    gap: 3vw;
  }
}

.required,
.arbitrary {
  color: #fefff5;
  font-size: 1.8rem;
  letter-spacing: -0.07em;
  padding: 0.7rem 1rem 1rem;
  border-radius: 11px;
}
@media screen and (max-width: 999px) {
  .required,
  .arbitrary {
    font-size: 1.7vw;
  }
}
@media screen and (max-width: 767px) {
  .required,
  .arbitrary {
    font-size: 2.5vw;
    padding: 1.2vw 1.5vw 1.5vw;
    border-radius: 1.3vw;
  }
}

.required {
  background-color: #e73c4b;
}

.arbitrary {
  background-color: #c4c4c4;
}

.wpcf7-form-control-wrap {
  width: 61.5%;
}
@media screen and (max-width: 767px) {
  .wpcf7-form-control-wrap {
    width: 100%;
  }
}

label input,
textarea {
  font-size: 1.6rem;
  padding: 3.1rem 3.2rem 2.9rem;
  width: calc(100% - 6.4rem);
  border-radius: 15px;
  border: 1px solid #c7c7c7;
}
@media screen and (max-width: 999px) {
  label input,
  textarea {
    font-size: 2.3vw;
    padding: 1.3vw 2vw;
  }
}
@media screen and (max-width: 767px) {
  label input,
  textarea {
    font-size: 4vw;
    border-radius: 2.5vw;
    width: calc(100% - 7vw);
    padding: 3vw 3.5vw;
  }
}

textarea {
  height: 13.8rem;
}

.wpcf7-submit {
  background-color: #e73c4b;
  color: #ffffff;
  width: 27rem;
  font-size: 1.7rem;
  letter-spacing: 0.05em;
  text-align: center;
  border-radius: 25px;
  border: initial;
  padding: 0.9rem 0 1.1rem;
  margin-top: 1.9rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .wpcf7-submit {
    margin-top: 2vw;
    font-size: 3.8vw;
    padding: 3vw 0;
    width: 60vw;
    border-radius: 10vw;
  }
}

/* ====================================================
 TOPページ ココまで
==================================================== */
/* ----------------------------------------------------
	フッター
---------------------------------------------------- */
footer {
  background-color: #51543b;
}

.footer__inner {
  position: relative;
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  padding: 8rem 0 3rem;
}
@media screen and (max-width: 999px) {
  .footer__inner {
    padding: 10vw 0 7vw;
  }
}
@media screen and (max-width: 767px) {
  .footer__inner {
    padding: 10vw 0 5vw;
  }
}

.footer__wrap {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .footer__wrap {
    flex-direction: column;
    gap: 6vw;
  }
}

.footer__logo {
  width: 39.2%;
}
@media screen and (max-width: 999px) {
  .footer__logo {
    width: 43%;
  }
}
@media screen and (max-width: 767px) {
  .footer__logo {
    width: 70%;
  }
}

.footer__profile {
  width: 44.5%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 3.35rem;
}
@media screen and (max-width: 999px) {
  .footer__profile {
    width: 50%;
    gap: 3vw;
  }
}
@media screen and (max-width: 767px) {
  .footer__profile {
    width: 100%;
    gap: 4vw;
  }
}

.footer__profile p {
  font-size: 1.7rem;
  letter-spacing: -0.04em;
  line-height: 1.75;
  color: #ffffff;
}
@media screen and (max-width: 999px) {
  .footer__profile p {
    font-size: 2vw;
  }
}
@media screen and (max-width: 767px) {
  .footer__profile p {
    font-size: 3.5vw;
    letter-spacing: 0.01em;
  }
}

.footer__telephone p {
  pointer-events: none;
  letter-spacing: 0.09em;
}

.footer__telephone p a {
  text-decoration: none;
  color: #ffffff;
}

.footer__link {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 27.3rem;
}
@media screen and (max-width: 999px) {
  .footer__link {
    width: 25vw;
  }
}
@media screen and (max-width: 767px) {
  .footer__link {
    width: 50vw;
  }
}

.footer__link a {
  font-size: 1.6rem;
  color: #ffffff;
  text-decoration: none;
}
@media screen and (max-width: 999px) {
  .footer__link a {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 767px) {
  .footer__link a {
    font-size: 3.5vw;
  }
}

.footer__link a:first-of-type {
  position: relative;
}

.footer__link a:first-of-type:before {
  content: "";
  position: absolute;
  top: 0;
  right: -4.1rem;
  background-color: #ffffff;
  width: 0.1rem;
  height: 130%;
}
@media screen and (max-width: 999px) {
  .footer__link a:first-of-type:before {
    right: -3.8vw;
  }
}

.footer__copyright {
  font-size: 1.7rem;
  letter-spacing: 0.08em;
  padding-top: 8.6rem;
  text-align: center;
  color: #ffffff;
}
@media screen and (max-width: 999px) {
  .footer__copyright {
    font-size: 1.3vw;
    padding-top: 10vw;
  }
}
@media screen and (max-width: 767px) {
  .footer__copyright {
    font-size: 2.5vw;
    padding-top: 15vw;
  }
}

/* ====================================================
 プライバシーポリシー
==================================================== */
.cmn-fv {
  position: relative;
  background-image: url(https://kodomo-assist.com/wp-content/themes/original/img/cmn-fv.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  width: 100%;
  height: 390px;
  clip-path: ellipse(70% 100% at 50% 0%);
}
@media screen and (max-width: 1199px) {
  .cmn-fv {
    height: 28vw;
  }
}
@media screen and (max-width: 767px) {
  .cmn-fv {
    height: 45vw;
    clip-path: ellipse(100% 100% at 50% 0%);
    background-size: 200%;
    background-position: -25vw top;
  }
}

.cmn-fv::before {
  content: "";
  background-color: rgba(254, 255, 246, 0.75);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.cmn-fv__inner {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.cmn-fv__inner h1 {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.15vw;
  font-family: "toppan-bunkyu-gothic-pr6n", sans-serif;
  font-weight: 600;
  line-height: 1.25;
  font-size: 5.95rem;
  letter-spacing: 0.16em;
  text-align: center;
  color: #0f693d;
}
@media screen and (max-width: 999px) {
  .cmn-fv__inner h1 {
    font-size: 5vw;
  }
}
@media screen and (max-width: 767px) {
  .cmn-fv__inner h1 {
    font-size: 6.3vw;
    gap: 2vw;
  }
}

.cmn-fv__inner h1 span {
  position: relative;
  font-size: 3.03rem;
  letter-spacing: 0.14em;
}
@media screen and (max-width: 999px) {
  .cmn-fv__inner h1 span {
    font-size: 2.4vw;
  }
}
@media screen and (max-width: 767px) {
  .cmn-fv__inner h1 span {
    font-size: 3.5vw;
  }
}

.cmn-fv__inner h1 span::before,
.cmn-fv__inner h1 span::after {
  content: "";
  background: #0f693d;
  width: 37%;
  height: 1px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1199px) {
  .cmn-fv__inner h1 span::before,
  .cmn-fv__inner h1 span::after {
    width: 25%;
  }
}
@media screen and (max-width: 767px) {
  .cmn-fv__inner h1 span::before,
  .cmn-fv__inner h1 span::after {
    width: 10%;
  }
}

.cmn-fv__inner h1 span::before {
  left: -44%;
}
@media screen and (max-width: 1199px) {
  .cmn-fv__inner h1 span::before {
    left: -30%;
  }
}
@media screen and (max-width: 767px) {
  .cmn-fv__inner h1 span::before {
    left: -12%;
  }
}

.cmn-fv__inner h1 span::after {
  right: -44%;
}
@media screen and (max-width: 1199px) {
  .cmn-fv__inner h1 span::after {
    right: -30%;
  }
}
@media screen and (max-width: 767px) {
  .cmn-fv__inner h1 span::after {
    right: -12%;
  }
}

@media screen and (max-width: 1199px) {
  .support__fv .cmn-fv__inner h1 span::before,
  .support__fv .cmn-fv__inner h1 span::after {
    width: 15%;
  }
}
@media screen and (max-width: 1199px) {
  .support__fv .cmn-fv__inner h1 span::before {
    left: -18%;
  }
}
@media screen and (max-width: 1199px) {
  .support__fv .cmn-fv__inner h1 span::after {
    right: -18%;
  }
}
@media screen and (max-width: 767px) {
  .support__fv .cmn-fv__inner h1 span::before,
  .support__fv .cmn-fv__inner h1 span::after {
    width: 8%;
  }
}
@media screen and (max-width: 767px) {
  .support__fv .cmn-fv__inner h1 span::before {
    left: -10%;
  }
}
@media screen and (max-width: 767px) {
  .support__fv .cmn-fv__inner h1 span::after {
    right: -10%;
  }
}

.privacy {
  color: #0f2e1f;
  font-weight: 400;
}

.privacy__inner {
  padding: 11.9rem 0 8rem;
}
@media screen and (max-width: 999px) {
  .privacy__inner {
    padding: 10vw 0;
  }
}

.privacy_text p {
  font-size: 1.6rem;
  letter-spacing: 0.01em;
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
  .privacy_text p {
    font-size: 3.6vw;
    line-height: 1.7;
  }
}

.privacy_item-box {
  padding-top: 3.9rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4.45rem;
}
@media screen and (max-width: 767px) {
  .privacy_item-box {
    padding-top: 5vw;
    gap: 8vw;
  }
}

.privacy_item h2 {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.35;
  padding-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .privacy_item h2 {
    font-size: 4vw;
    padding-bottom: 1.2vw;
  }
}

.privacy_item h3 {
  font-weight: 500;
  font-size: 1.7rem;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 767px) {
  .privacy_item h3 {
    font-size: 3.7vw !important;
  }
}

.privacy_item p {
  font-size: 1.6rem;
  line-height: 1.72;
}
@media screen and (max-width: 767px) {
  .privacy_item p {
    font-size: 3.5vw;
  }
}

.item_02 ul {
  width: 39.8rem;
  margin-top: 2.3rem;
  padding: 1.8rem 0 1.9rem 4.5rem !important;
  outline: 1px solid #0f2e1f;
}
@media screen and (max-width: 767px) {
  .item_02 ul {
    width: 100%;
    margin-top: 3vw;
    padding: 3.5vw 7vw !important;
  }
}

ul {
  line-height: 1.88;
}

.privacy_item ul {
  list-style: disc;
  padding-left: 2.5rem;
}
@media screen and (max-width: 767px) {
  .privacy_item ul {
    padding-left: 3vw;
  }
}

.privacy_item li {
  letter-spacing: -0.01em;
}

.privacy_item li,
.articles__content li {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .privacy_item li,
  .articles__content li {
    font-size: 3.5vw;
  }
}

.privacy_item li::marker {
  font-size: 8px;
}
@media screen and (max-width: 767px) {
  .privacy_item li::marker {
    font-size: 1.2vw;
  }
}

.privacy_item__wrap {
  padding-top: 0.6rem;
}
@media screen and (max-width: 767px) {
  .privacy_item__wrap {
    padding-top: 1.2vw !important;
  }
}

.privacy_item__wrap p {
  padding-left: 2.5rem;
}
@media screen and (max-width: 767px) {
  .privacy_item__wrap p {
    padding-left: 3vw;
  }
}

.item_04 .privacy_item__wrap p {
  padding-top: 1.3rem;
}
@media screen and (max-width: 767px) {
  .item_04 .privacy_item__wrap p {
    padding-top: 0.7vw;
  }
}

.item_04 .privacy_item__wrap p:nth-of-type(n + 2) {
  padding-top: 2.1rem;
  line-height: 1.77;
}
@media screen and (max-width: 767px) {
  .item_04 .privacy_item__wrap p:nth-of-type(n + 2) {
    padding-top: initial;
  }
}

.item_04 .privacy_item__wrap:nth-of-type(n + 2) {
  padding-top: 2.6rem;
}

.item_05 .privacy_item__wrap:first-of-type {
  padding-top: 2.8rem;
}
@media screen and (max-width: 767px) {
  .item_05 .privacy_item__wrap:first-of-type {
    padding-top: 2.5vw;
  }
}

.item_05 .privacy_item__wrap:not(:last-of-type) {
  padding-bottom: 0.7rem;
}
@media screen and (max-width: 767px) {
  .item_05 .privacy_item__wrap:not(:last-of-type) {
    padding-bottom: 1.5vw;
  }
}

.item_05 .privacy_item__wrap h3 {
  font-size: 1.6rem;
  letter-spacing: 0.01em;
}

.item_05 .privacy_item__wrap p {
  padding-top: 0.7rem;
}

.item_07 .privacy_item__wrap p {
  text-indent: -2.5rem;
}
@media screen and (max-width: 767px) {
  .item_07 .privacy_item__wrap p {
    text-indent: -3vw;
  }
}

.item_08 .addres {
  padding-top: 2rem;
}
@media screen and (max-width: 767px) {
  .item_08 .addres {
    padding-top: 2vw;
  }
}

.item_09 ul {
  padding-top: 2.3rem;
}
@media screen and (max-width: 767px) {
  .item_09 ul {
    padding-top: 2.5vw;
  }
}

.revision-history {
  padding-top: 2.1rem;
}
@media screen and (max-width: 767px) {
  .revision-history {
    padding-top: 2.2vw;
  }
}

.revision-history p {
  letter-spacing: 0.01em;
}

/* ----------------------------------------------------
	代表挨拶
---------------------------------------------------- */
.representative {
  overflow: hidden;
}

.representative__inner {
  padding: 12rem 0;
}
@media screen and (max-width: 767px) {
  .representative__inner {
    padding: 10vw 0;
  }
}

.main-box {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 999px) {
  .main-box {
    flex-direction: column;
    align-items: center;
  }
}

.main-box img {
  width: 33.9%;
  border-radius: 15px;
}
@media screen and (max-width: 999px) {
  .main-box img {
    width: 100%;
  }
}

.main-text {
  width: 61.2%;
  padding-top: 0.3rem;
}
@media screen and (max-width: 999px) {
  .main-text {
    width: 100%;
    padding-top: 5vw;
  }
}
@media screen and (max-width: 767px) {
  .main-text {
    padding-top: 12vw;
  }
}

.main-text h2 {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 4.2rem;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.005em;
  color: #0f693d;
}
@media screen and (max-width: 999px) {
  .main-text h2 {
    gap: 1.5vw;
  }
}
@media screen and (max-width: 767px) {
  .main-text h2 {
    gap: 4vw;
    font-size: 4.5vw;
  }
}

.main-text span {
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .main-text span {
    font-size: 4vw;
  }
}

.main-text h2::before {
  content: "";
  position: absolute;
  top: 14%;
  transform: translateY(-50%);
  right: 0;
  height: 1px;
  background-color: #0f693d;
}

.founder .main-text h2::before {
  width: 82%;
}

@media screen and (max-width: 767px) {
  .chairman {
    padding-top: 3vw;
  }
}

.chairman .main-text h2::before {
  width: 75.5%;
}

.name {
  padding-top: 4rem;
}
@media screen and (max-width: 999px) {
  .name {
    padding-top: 2.5vw;
  }
}
@media screen and (max-width: 767px) {
  .name {
    padding-top: 4vw;
  }
}

.name p {
  font-size: 1.8rem;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .name p {
    font-size: 3.3vw;
  }
}

.main-content {
  padding-top: 6rem;
  display: flex;
  flex-direction: column;
  gap: 3.04rem;
}
@media screen and (max-width: 767px) {
  .main-content {
    padding-top: 5vw;
    gap: 3vw;
  }
}

.main-content p {
  font-size: 1.6rem;
  letter-spacing: 0.003em;
  line-height: 1.87;
}
@media screen and (max-width: 767px) {
  .main-content p {
    font-size: 3.8vw;
  }
}

.sign {
  margin-left: auto;
  width: -moz-fit-content;
  width: fit-content;
  padding-top: 6.6rem;
}
@media screen and (max-width: 767px) {
  .sign {
    padding-top: 13vw;
  }
}

.sign p {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .sign p {
    font-size: 3vw;
  }
}

.sign img {
  width: 18.2rem;
  padding-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .sign img {
    width: 40vw;
    padding-top: 2vw;
  }
}

.representative__deco-01::before,
.representative__deco-02::before,
.representative__deco-02::after {
  content: "";
  position: absolute;
  height: 1px;
  background-color: #0f693d;
}

.representative__deco-01::before {
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

.representative__deco-02::before {
  bottom: 0;
  left: 0;
  width: 13%;
}

.representative__deco-02::after {
  bottom: 0;
  right: 0;
  width: 80.3%;
}

.representative__deco-01 {
  position: relative;
  width: 100%;
  padding-top: 15.8rem;
}
@media screen and (max-width: 1199px) {
  .representative__deco-01 {
    padding-top: 15vw;
  }
}
@media screen and (max-width: 767px) {
  .representative__deco-01 {
    padding-top: 20vw;
  }
}

.representative__deco-01 img {
  position: absolute;
  width: 45.5rem;
  top: -21.7rem;
  right: -39rem;
}
@media screen and (max-width: 1199px) {
  .representative__deco-01 img {
    width: 30vw;
    top: -12vw;
    right: -15vw;
  }
}
@media screen and (max-width: 767px) {
  .representative__deco-01 img {
    width: 100vw;
    top: -57.5vw;
    right: -70vw;
  }
}

.representative__deco-02 {
  position: relative;
  padding-top: 8.8rem;
}
@media screen and (max-width: 1199px) {
  .representative__deco-02 {
    padding-top: 8vw;
  }
}

.representative__deco-02 img {
  position: absolute;
  width: 15.7rem;
  top: 2.7rem;
  left: -17rem;
}
@media screen and (max-width: 1199px) {
  .representative__deco-02 img {
    width: 15vw;
    top: 7vw;
    left: -8vw;
  }
}
@media screen and (max-width: 767px) {
  .representative__deco-02 img {
    width: 25vw;
    top: 7vw;
    left: -10vw;
  }
}

/* ====================================================
 入会・支援 ココから
==================================================== */
.support {
  overflow: hidden;
}

.support__inner {
  padding: 12rem 0 12.7rem;
}
@media screen and (max-width: 767px) {
  .support__inner {
    padding: 10vw 0;
  }
}

.support__sub-block {
  background-color: #eaf0e2;
  position: relative;
  padding: 7.4rem 0 9rem;
  border-radius: 130px;
}
@media screen and (max-width: 1199px) {
  .support__sub-block {
    padding: 7vw 0 10vw;
  }
}
@media screen and (max-width: 767px) {
  .support__sub-block {
    border-radius: 13vw;
  }
}

.support__sub-title p {
  font-size: 1.8rem;
  line-height: 3.35;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .support__sub-title p {
    font-size: 3.5vw;
    line-height: 2.5 !important;
  }
}

.support__sub-title p:last-of-type {
  padding-top: 1.5rem;
  line-height: 1.72;
}
@media screen and (max-width: 767px) {
  .support__sub-title p:last-of-type {
    padding-top: initial;
  }
}

.support__sub-block img {
  position: absolute;
}

.support__sub-deco_01 {
  width: 60rem;
  top: -11rem;
  right: -39.5rem;
  transform: rotate(-8deg);
}
@media screen and (max-width: 1199px) {
  .support__sub-deco_01 {
    width: 50vw;
    top: -10vw;
    right: -30vw;
  }
}
@media screen and (max-width: 767px) {
  .support__sub-deco_01 {
    width: 100vw;
    top: 0;
    right: -70vw;
  }
}

.support__sub-deco_02 {
  width: 19.8rem;
  top: 2.7rem;
  left: -11rem;
}
@media screen and (max-width: 1199px) {
  .support__sub-deco_02 {
    width: 15vw;
    top: 0;
    left: -5vw;
  }
}
@media screen and (max-width: 767px) {
  .support__sub-deco_02 {
    width: 30vw;
    top: 5vw;
    left: -15vw;
  }
}

.support__sub-deco_03 {
  width: 29.8rem;
  top: 21.8rem;
  left: -7.8rem;
}
@media screen and (max-width: 1199px) {
  .support__sub-deco_03 {
    width: 25vw;
    top: 23vw;
    left: -6vw;
  }
}
@media screen and (max-width: 767px) {
  .support__sub-deco_03 {
    width: 40vw;
    top: 50vw;
    left: -12vw;
  }
}

.support__transfer {
  padding-top: 7.8rem;
}
@media screen and (max-width: 767px) {
  .support__transfer {
    padding-top: 15vw;
  }
}

.cmn__sub-text {
  padding-top: 4rem;
  display: flex;
  flex-direction: column;
  gap: 2.95rem;
}
@media screen and (max-width: 767px) {
  .cmn__sub-text {
    padding-top: 5vw;
    gap: 4vw;
  }
}

.cmn__sub-text p {
  font-size: 1.8rem;
  text-align: left;
  line-height: 1.68;
}
@media screen and (max-width: 767px) {
  .cmn__sub-text p {
    font-size: 3.5vw;
  }
}

.support__transfer-details {
  width: 45rem;
  margin: 8.2rem auto 0;
  background: #ffffff;
  padding: 4.6rem 12.8rem 5.2rem;
  outline: #c7c7c7 solid 1px;
  border-radius: 15px;
}
@media screen and (max-width: 767px) {
  .support__transfer-details {
    width: calc(100% - 10vw);
    padding: 6vw 5vw;
    margin: 5vw auto 0;
    border-radius: 2vw;
  }
}

@media screen and (max-width: 767px) {
  .support__transfer-details tr {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    margin: 0 auto;
  }
}

.support__transfer-details th,
.support__transfer-details td {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .support__transfer-details th,
  .support__transfer-details td {
    font-size: 3.5vw;
  }
}

.support__transfer-details th {
  color: #0f693d;
  font-weight: 700;
  padding-right: 3rem;
}
@media screen and (max-width: 767px) {
  .support__transfer-details th {
    padding-right: initial;
  }
}

.support__transfer-details td {
  display: flex;
  flex-direction: column;
  line-height: 2.5;
}

.support__transfer-details td:last-of-type {
  padding-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .support__transfer-details td:last-of-type {
    padding-bottom: 5vw;
  }
}

.tax__main-box {
  padding-top: 8rem;
}
@media screen and (max-width: 767px) {
  .tax__main-box {
    padding-top: 15vw;
  }
}

.support__contact-inner {
  padding-top: 8rem;
}
@media screen and (max-width: 767px) {
  .support__contact-inner {
    padding-top: 15vw;
  }
}

.go_top {
  text-decoration: none;
  font-size: 1.6rem;
  display: flex;
  justify-content: center;
  padding-top: 4.6rem;
  color: #138aff;
}
@media screen and (max-width: 767px) {
  .go_top {
    font-size: 4vw;
    padding-top: 8vw;
  }
}

/* ====================================================
 入会・支援 ココまで
==================================================== */
a {
  text-decoration: none;
}

.cmn__link {
  background-color: #e73c4b;
  color: #ffffff;
  border-radius: 25px;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .cmn__link {
    font-size: 3.8vw !important;
    border-radius: 10vw;
    padding: 3vw 0 !important;
    width: 60vw !important;
    justify-content: center !important;
    gap: 3vw !important;
  }
}

.support__transfer-details a {
  padding: 1.2rem 5.8rem 1.4rem;
  width: 30rem;
  margin: 0.6rem auto 0;
}
@media screen and (max-width: 767px) {
  .support__transfer-details a {
    margin: 0.5vw auto 0;
  }
}

.representative__link {
  padding: 1.3rem 2rem;
  width: 46rem;
  margin: 8rem auto 0;
}
@media screen and (max-width: 767px) {
  .representative__link {
    margin-top: 20vw;
    padding: 2vw 5vw !important;
    line-height: 1.35;
  }
}

.future__text a {
  padding: 0.8rem 6rem 1rem;
  width: 29.5rem;
  margin: 4.1rem auto 0;
}
@media screen and (max-width: 999px) {
  .future__text a {
    font-size: 2.5vw;
    padding: 1vw 3vw;
    width: 50%;
    margin: 3vw auto 0;
  }
}
@media screen and (max-width: 767px) {
  .future__text a {
    margin: 3.5vw auto 0;
  }
}

.vision__inner a {
  padding: 1.2rem 2.3rem 1.4rem;
  width: 22rem;
  margin: 3.9rem auto 0;
}
@media screen and (max-width: 767px) {
  .vision__inner a {
    margin: 5.5vw auto 0;
  }
}

/* ====================================================
 定款 ココまで
==================================================== */
.articles {
  color: #0f2e1f;
}

.articles__inner {
  padding: 11.9rem 0 10.1rem;
}
@media screen and (max-width: 767px) {
  .articles__inner {
    padding: 10vw 0;
  }
}

.articles__block:not(:last-of-type) {
  padding-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .articles__block:not(:last-of-type) {
    padding-bottom: 12vw;
  }
}

.articles__content:first-of-type {
  padding-top: 4.1rem;
}
@media screen and (max-width: 767px) {
  .articles__content:first-of-type {
    padding-top: 7vw;
  }
}

.articles__content:not(:first-of-type) {
  padding-top: 3.55rem;
}
@media screen and (max-width: 767px) {
  .articles__content:not(:first-of-type) {
    padding-top: 3.7vw;
  }
}

.articles__content h3 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2.6rem;
  line-height: 1.25;
}
@media screen and (max-width: 767px) {
  .articles__content h3 {
    gap: 2vw;
    line-height: 1.6;
  }
}

.articles__content ul {
  padding-top: 1.9rem;
}
@media screen and (max-width: 767px) {
  .articles__content ul {
    padding-top: 2vw;
    line-height: 1.6;
  }
}

.articles__content li {
  letter-spacing: 0.02em;
}

.articles__content li ul {
  padding-top: initial;
  text-indent: 4.2rem;
}
@media screen and (max-width: 767px) {
  .articles__content li ul {
    text-indent: 4vw;
  }
}

.articles__content li ul li {
  text-indent: 0;
  padding-left: 4.2rem;
}
@media screen and (max-width: 767px) {
  .articles__content li ul li {
    padding-left: 4vw;
  }
}

.is-04 .articles__content:nth-of-type(3) ul {
  padding-top: 2.5rem;
  padding-left: 1.5rem;
}
@media screen and (max-width: 767px) {
  .is-04 .articles__content:nth-of-type(3) ul {
    padding-top: 2vw;
    padding-left: 2vw;
  }
}

.director-list {
  margin: 1.9rem 0 2rem 3.9rem;
}
@media screen and (max-width: 767px) {
  .director-list {
    width: 55%;
    margin: 3vw auto 3vw 0;
  }
}

.director-list tr {
  display: flex;
  flex-direction: row;
  width: 23.8rem;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .director-list tr {
    width: 100%;
  }
}

.director-list th,
.director-list td,
.membership-fee th,
.membership-fee td {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .director-list th,
  .director-list td,
  .membership-fee th,
  .membership-fee td {
    font-size: 3.5vw;
  }
}

.director-list th {
  width: 30%;
}

.director-list td {
  width: 36%;
}

.membership-fee {
  margin: 1.4rem 0 2rem 3.9rem;
}
@media screen and (max-width: 767px) {
  .membership-fee {
    margin: 3vw 0 0;
  }
}

@media screen and (max-width: 767px) {
  .membership-fee tr {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}

.membership-fee td {
  display: flex;
  flex-direction: column;
  line-height: 1.9;
}

.membership-fee th {
  padding-right: 6.9rem;
}
@media screen and (max-width: 767px) {
  .membership-fee th {
    padding-right: initial;
    padding-bottom: 2vw;
  }
}

/* ====================================================
 定款 ココまで
==================================================== *//*# sourceMappingURL=style.css.map */