@charset "UTF-8";
/* ====================================================
	breakpoint
==================================================== */
/* =================================================== */
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  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 6vw !important;
  }
}

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

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

.cmn__main-box h4 {
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .cmn__main-box h4 {
    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;
  }
}

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

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

a {
  text-decoration: none;
}

a:hover,
.wpcf7-submit:hover {
  opacity: 0.8;
  transition: 0.3s;
}

/* ----------------------------------------------------
 下層ページ共通
---------------------------------------------------- */
.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: 6rem;
  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: 6vw;
    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%;
  }
}

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

.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;
  font-weight: 500;
}

.head__link a:not(:last-of-type)::before {
  content: "";
  width: 0.1rem;
  height: 150%;
  background: #160902;
  position: absolute;
  top: 50%;
  right: -20.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;
  font-weight: 600;
  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;
      position: fixed;
        right: 4vw;
  }
}

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

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

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

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

/*---------- OPEN ----------*/
.head__icon.open span:first-of-type {
  top: 52%;
  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 {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 2s ease;
}

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

/*---------- スライダー ----------*/
.now {
  opacity: 1 !important;
}

.anime01 {
  animation: fadeIn 4s linear forwards;
}

@keyframes fadeIn {
  0% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
/*---------- スライダー ----------*/
.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: 82.5%;
  background-repeat: no-repeat;
  background-position: center top;
  position: relative;
  padding: 10.4rem 20.6rem;
}
@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: 1399px) {
  .fv__title-deco {
    width: 37vw;
    top: -7vw;
    left: 53%;
  }
}
@media screen and (max-width: 1299px) {
  .fv__title-deco {
    width: 30vw;
    top: 0;
    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.1rem 0.75rem 1.1rem;
  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: stretch;
  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;
}
@media screen and (max-width: 999px) {
  .content-top .introduction__point {
    width: initial;
    padding: 2vw 3.5vw;
    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;
  }
}

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

.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%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 999px) {
  .content-bottom img {
    width: 100%;
  }
}

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

.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: initial;
    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.2vw;
  }
}

.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 8.8rem;
}
@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 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 13px;
}
@media screen and (max-width: 999px) {
  .blog__btn-list {
    width: 18%;
    padding: 2vw 0;
  }
}
@media screen and (max-width: 767px) {
  .blog__btn-list {
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    padding: 5vw 0;
    row-gap: 2vw;
    -moz-column-gap: 3vw;
         column-gap: 3vw;
  }
}

.category_btn {
  color: #51533b;
  border-radius: 13px;
  padding: 1.75rem 0;
  font-size: 1.6rem;
  letter-spacing: -0.008em;
  cursor: pointer;
  width: 109.4%;
  text-align: center;
}
@media screen and (max-width: 999px) {
  .category_btn {
    padding: 2vw 0;
  }
}
@media screen and (max-width: 767px) {
  .category_btn {
    padding: 2.8vw 0;
    font-size: 3.8vw;
    width: 40% !important;
    text-align: center;
  }
}

/*---------- 選択中のカテゴリー ----------*/
.category_deco {
  background-color: #0f693d;
  color: #fefff5;
}

.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 {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  padding: min(40px,8vw) min(40px,8vw);
  width: 100%;
  gap: min(20px,4vw);
}
/*
@media screen and (max-width: 1199px) {
  .blog__single {
    gap: initial;
  }
}
*/
@media screen and (max-width: 999px) {
  .blog__single {
    padding: 4.5vw 2vw;
  }
}
@media screen and (max-width: 767px) {
  .blog__single {
    justify-content: space-around;
    gap: 2vw;
    flex-wrap: wrap;
    padding: 5vw 10vw 5vw 5vw;
  }
}

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

.blog__single p {
  text-align: center;
}

.blog__single .more-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 8.9%;
  margin-top: -0.2%;
}
@media screen and (max-width: 999px) {
  .blog__single .more-icon {
    right: 2vw;
  }
}
@media screen and (max-width: 767px) {
  .blog__single .more-icon {
    right: 5%;
    margin-top: initial;
  }
}
.blog__single.is-sticky::before{
    content: "";
    background: url(../img/pin.svg) no-repeat center center / contain;
    width: min(35px, 6vw);
    position: absolute;
    aspect-ratio: 1 / 1;
    right: min(-10px, -1vw);
    top: min(-15px, -1.5vw);
}

.blog__tc {
  display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 28%;
    gap: min(20px,4vw);
}
@media screen and (max-width: 1199px) {
  .blog__tc {
    width: 32%;
  }
}
@media screen and (max-width: 999px) {
  .blog__tc {
    width: 35%;
  }
}
@media screen and (max-width: 767px) {
  .blog__tc {
    justify-content: flex-start;
    width: 100%;
    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 {
  margin: 0 auto;
  white-space: nowrap;
  font-size: 1.6rem;
  color: #0f693d;
  outline: 1px solid #51533b;
  border-radius: 9px;
  padding: 0.3rem 2.5rem 0.5rem;
  font-weight: 500;
}
@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 !important;
  }
}
*/
.blog__categories{
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}
.blog__category{
    font-size: 1.3rem;
    color: #0f693d;
    border: 1px solid #51533b;
    border-radius: 8px;
    padding: min(5px,2vw) min(16px,8vw);
    font-weight: 500;
}

.blog__title {
  width: calc(100% - 28%);
  font-size: 1.6rem;
  line-height: 1.7;
}
@media screen and (max-width: 1199px) {
  .blog__title {
    width: calc(100% - 34%);
  }
}
@media screen and (max-width: 999px) {
  .blog__title {
    width: 58%;
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 767px) {
  .blog__title {
    font-size: 3vw;
    width: 100%;
  }
}

.blog__tite-box {
  text-align: left !important;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

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

.blog__content {
  display: none;
}

.blog__content.open {
  display: block;
}

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

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

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

.future__wrap {
  position: relative;
  padding: 3.9rem 0 4rem;
  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: 600;
  font-size: 3rem;
  line-height: 1.5;
  color: #0f693d;
  word-break: keep-all;
}
@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 {
  font-weight: 600;
  padding-top: 1.9rem;
  font-size: 2.4rem;
  line-height: 1.5;
  word-break: keep-all;
}
@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;
}

form {
  padding-top: 5.9rem;
  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: 1vw;
  }
}

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;
    width: 34%;
  }
}
@media screen and (max-width: 767px) {
  .item {
    font-size: 3.2vw;
    letter-spacing: 0.05em;
    width: 100%;
    line-height: 1.2;
    justify-content: flex-start;
    gap: 3vw;
  }
}

.required,
.arbitrary {
  color: #fefff5;
  font-size: 1.6rem;
  padding: 0.9rem 1.1rem 1.1rem;
  border-radius: 11px;
  white-space: nowrap;
}
@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: 3rem;
  width: calc(100% - 6.6rem);
  border-radius: 15px;
  border: 1px solid #c7c7c7;
}
@media screen and (max-width: 999px) {
  label input,
  textarea {
    font-size: 2.3vw;
    padding: 1.7vw 2vw;
    width: calc(100% - 4vw);
  }
}
@media screen and (max-width: 767px) {
  label input,
  textarea {
    font-size: 3.2vw;
    border-radius: 2.5vw;
    width: calc(100% - 7vw);
    padding: 3vw 3.5vw;
  }
}

input::-moz-placeholder {
  color: #c6c6c6;
}

input::placeholder {
  color: #c6c6c6;
}

textarea {
  height: 13.8rem;
}

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

.wpcf7 form.invalid .wpcf7-response-output {
  color: #dc3232;
}

.wpcf7-not-valid-tip {
  font-size: 1.6em;
  padding-top: 1rem;
  padding-left: 1rem;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .wpcf7-not-valid-tip {
    font-size: 3vw;
    padding-top: 1.3vw;
    padding-left: 1.3vw;
  }
}

.wpcf7-response-output {
  border: initial !important;
  font-size: 2.5rem;
  text-align: center;
  letter-spacing: 0.02em;
  line-height: 1.5;
  margin: initial !important;
  padding: 10rem 0 5rem !important;
}
@media screen and (max-width: 767px) {
  .wpcf7-response-output {
    font-size: 3.5vw;
    padding: 10vw 0 5vw !important;
  }
}
.grecaptcha-badge { visibility: hidden; }
p.agree {
    font-size: min(14px, 3.4vw);
    line-height: calc(18 / 14);
    text-align: center;
}
p.agree a{
    color: #138aff;
}

/* ====================================================
 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__logo img {
  width: 100%;
}

.footer__profile {
  width: 44.5%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 3.25rem;
}
@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.6rem;
  font-weight: 600;
  letter-spacing: 0.005em;
  line-height: 1.89;
  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 {
  color: #ffffff;
    pointer-events: none;
}

.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;
}
@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.6rem;
  font-family: "toppan-bunkyu-gothic-pr6n", sans-serif;
  font-weight: 600;
  letter-spacing: 0.15em;
  padding-top: 8.8rem;
  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;
  }
}

/* ====================================================
 プライバシーポリシー
==================================================== */
@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: 767px) {
  .support__fv .cmn-fv__inner h1 span::before,
  .support__fv .cmn-fv__inner h1 span::after {
    width: 8%;
  }
}
@media screen and (max-width: 1199px) {
  .support__fv .cmn-fv__inner h1 span::before {
    left: -18%;
  }
}
@media screen and (max-width: 767px) {
  .support__fv .cmn-fv__inner h1 span::before {
    left: -10%;
  }
}
@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::after {
    right: -10%;
  }
}

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

.privacy__inner {
  padding: 11.9rem 0 7.7rem;
}
@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.2vw;
    line-height: 1.7;
  }
}

.privacy_item-box {
  padding-top: 3.9rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4rem;
}
@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.2vw;
  }
}

.item_02 ul {
  width: 35.5rem;
  margin-top: 2.2rem;
  padding: 1.8rem 0 1.9rem 4.4rem !important;
  outline: 1px solid #0f2e1f;
}
@media screen and (max-width: 767px) {
  .item_02 ul {
    width: calc(100% - 14vw);
    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 {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .privacy_item li {
    font-size: 3.2vw;
  }
}

.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.3rem;
}
@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;
  }
}

.indent {
  display: flex;
  flex-direction: column;
}

.indent p {
  line-height: 1.87;
}

.item_04 .indent {
  padding: 1rem 0 2.3rem;
}

.item_04 .indent p {
  margin-left: 2.5rem;
  padding-left: 1em;
  text-indent: -1em;
}

.item_07 .indent p {
  padding-left: 1.5em;
  text-indent: -1.5em;
}

.item_04 .privacy_item__wrap p:first-of-type {
  padding-top: 1.4rem;
}
@media screen and (max-width: 767px) {
  .item_04 .privacy_item__wrap p:first-of-type {
    padding-top: 0.5vw;
  }
}

.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;
}
@media screen and (max-width: 767px) {
  .item_05 .privacy_item__wrap p {
    padding-top: 0.5vw;
  }
}

.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;
  line-height: 1.87;
}

/* ----------------------------------------------------
	代表挨拶
---------------------------------------------------- */
.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: 63%;
}

.chairman .main-text h2::before {
  width: 80.5%;
}
@media screen and (max-width: 767px) {
  .chairman {
    padding-top: 3vw;
  }
    .founder .main-text h2::before {
  width: 55%;
}
    .chairman .main-text h2::before{
        width: 77%;
    }
}

.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;
  line-height: 1.87;
}
@media screen and (max-width: 767px) {
  .main-content p {
    font-size: 3.2vw;
  }
}

.founder .main-content p:nth-of-type(4) {
  text-indent: 2em;
}

.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: 5vw;
  }
}

.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: 17.7rem;
  top: 2.7rem;
  left: -17.2rem;
}
@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: 8.9rem 0 9.1rem;
  border-radius: 130px;
}
@media screen and (max-width: 1199px) {
  .support__sub-block {
    padding: 7vw 0;
  }
}
@media screen and (max-width: 767px) {
  .support__sub-block {
    border-radius: 13vw;
    padding: 10vw 0;
  }
}

.support__sub-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.96rem;
}
@media screen and (max-width: 767px) {
  .support__sub-title {
    gap: 4vw;
  }
}

.support__sub-title p {
  font-size: 1.8rem;
  line-height: 1.68;
  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-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: 5vw;
    right: -70vw;
  }
}

.support__sub-deco_02 {
  width: 21.5rem;
  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: 32.5rem;
  top: 21.7rem;
  left: -8.4rem;
}
@media screen and (max-width: 1199px) {
  .support__sub-deco_03 {
    width: 25vw;
    top: 20vw;
    left: -6vw;
  }
}
@media screen and (max-width: 767px) {
  .support__sub-deco_03 {
    width: 40vw;
    top: 60vw;
    left: -12vw;
  }
}

.support__transfer {
  padding-top: 7.9rem;
}
@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.2vw;
  }
}

.support__transfer-details {
  width: min(800px,100%);
  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 {
    padding: 6vw 4vw;
    margin: 5vw auto 0;
    border-radius: 2vw;
  }
}

.support__transfer-details table {
  width: 100%;
}

@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: 2.3rem;
}
@media screen and (max-width: 767px) {
  .support__transfer-details th {
    padding-right: initial;
  }
}

.support__transfer-details td {
  display: flex;
    flex-wrap: wrap;
    line-height: 2.5;
    gap: min(20px, 2vw);
}
.support__transfer-details td > span:nth-child(1){
    width: 12em;
}
/*
.support__transfer-details td:first-of-type {
  gap: 4.6rem;
}
@media screen and (max-width: 767px) {
  .support__transfer-details td:first-of-type {
    gap: 5vw;
  }
}
*/

.support__transfer-details td:last-of-type {
  padding-bottom: 2rem;
/*  justify-content: space-between;*/
}
@media screen and (max-width: 767px) {
  .support__transfer-details td:last-of-type {
    padding-bottom: 5vw;
    justify-content: initial;
    gap: 1.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 {
  font-size: 1.6rem;
  display: flex;
  margin: 4.6rem auto 0;
  width: -moz-fit-content;
  width: fit-content;
  color: #138aff;
}
@media screen and (max-width: 767px) {
  .go_top {
    font-size: 3.2vw;
    margin: 8vw auto 0;
  }
}

/* ====================================================
 入会・支援 ココまで
==================================================== */
.cmn__link {
  background-color: #e73c4b;
  color: #ffffff;
  border-radius: 25px;
  font-size: 1.8rem;
  font-weight: 600;
  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: max-content;
  margin: 4rem auto 0;
}
@media screen and (max-width: 999px) {
  .future__text a {
    font-size: 2.5vw;
    padding: 1vw 3vw;
    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;
  font-weight: 600;
}

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

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

.articles__content li {
  font-size: 1.6rem;
  font-weight: 400;
  padding-left: 1.4em;
  text-indent: -1.4em;
}
@media screen and (max-width: 767px) {
  .articles__content li {
    font-size: 3.2vw;
  }
}

.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;
  font-size: 2.4rem;
  line-height: 1.25;
}
@media screen and (max-width: 767px) {
  .articles__content h3 {
    gap: 2vw;
    font-size: 4vw !important;
    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 ul {
  padding-top: initial;
  padding-left: 1.8rem;
}
@media screen and (max-width: 767px) {
  .articles__content li ul {
    padding-left: 0;
  }
}

.articles__content li ul li {
  padding-left: 1.4em;
  text-indent: -1.4em;
}

.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 1.8rem;
}
@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;
  font-weight: 400;
}
@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: 2rem 0 2rem 4rem;
}
@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: row;
  line-height: 1.9;
}

.membership-fee td:first-of-type {
  gap: 3.8rem;
}
@media screen and (max-width: 767px) {
  .membership-fee td:first-of-type {
    gap: 5vw;
  }
}

.membership-fee td:last-of-type {
  gap: 2.2rem;
}
@media screen and (max-width: 767px) {
  .membership-fee td:last-of-type {
    gap: 1.5vw;
  }
}

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

/* ====================================================
 定款 ココまで
==================================================== */
/* ====================================================
 カテゴリー一覧 ココから
==================================================== */
.category__sub-name::before,
.category__sub-name::after {
  width: 100% !important;
}

.category__sub-name::before {
  left: -120% !important;
}

.category__sub-name::after {
  right: -120% !important;
}

.category__inner {
  padding-top: 12.6rem;
}
@media screen and (max-width: 767px) {
  .category__inner {
    padding-top: 10vw;
  }
}

.category-box ul {
  line-height: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: min(10px,4vw);
}
@media screen and (max-width: 999px) {
  .category-box ul {
    justify-content: space-around;
  }
}
@media screen and (max-width: 767px) {
  .category-box ul {
    flex-wrap: wrap;
    gap: 3vw;
  }
}

.category_item {
  position: relative;
  padding-right: 2rem;
}
@media screen and (max-width: 999px) {
  .category_item {
    padding-right: 2.5vw;
  }
}
@media screen and (max-width: 767px) {
  .category_item {
    width: 40%;
    padding-right: initial;
  }
}

.category_item::before {
  content: "";
  width: 1px;
  height: 110%;
  background-color: #c7c7c7;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .category_item::before {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .category-box li {
    width: 40%;
  }
}

.category-box li a,
.category-box li span {
  border-radius: 9px;
  font-size: 1.65rem;
  line-height: 1;
  letter-spacing: -0.008em;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .category-box li a,
  .category-box li span {
    font-size: 4vw !important;
    display: block;
    text-align: center;
    padding: 3.5vw 0 !important;
    border-radius: 1.5vw;
  }
}

.category-box li a {
  outline: 1px solid #51533b;
  color: #0f693d;
  font-weight: 500;
  padding: 0 2.3rem 0.2rem;
}
@media screen and (max-width: 999px) {
  .category-box li a {
    padding: 0.5vw 1.7vw;
  }
}

.current-cat a {
  background-color: #e73c4b;
  color: #ffffff !important;
  outline: initial !important;
}

.category__blog-box {
  padding-top: 6.8rem;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .category__blog-box {
    padding-top: 8vw;
    flex-direction: column;
    gap: 10vw;
  }
}

.category-blog {
  width: 62%;
  padding-top: 0.1rem;
}
@media screen and (max-width: 1199px) {
  .category-blog {
    width: 65%;
  }
}
@media screen and (max-width: 767px) {
  .category-blog {
    width: 100%;
    padding-top: initial;
  }
}

.category-blog .blog__content-wrap {
  gap: 4.28rem;
}
@media screen and (max-width: 999px) {
  .category-blog .blog__content-wrap {
    gap: 3.5vw;
  }
}

.content_list {
  display: flex;
  flex-direction: column;
  gap: 4.29rem;
}
@media screen and (max-width: 999px) {
  .content_list {
    gap: 2vw;
  }
}
@media screen and (max-width: 767px) {
  .content_list {
    gap: 5vw;
  }
}

.category .blog__single {
  outline: 1px solid #51533b;
  border-bottom: initial;
  border-radius: 13px;
  color: #51533b;
  padding: 2.4rem 1.8vw 2.6rem;
  width: 100%;
  gap: min(20px,4vw);
}
@media screen and (max-width: 1199px) {
  .category .blog__single {
    padding: 2vw 0;
    flex-direction: column;
    border-radius: 1.5vw;
    gap: 1vw;
  }
}
@media screen and (max-width: 767px) {
  .category .blog__single {
    width: 100%;
    padding: 5vw 0;
    gap: 2vw;
  }
}

.single .list__new-single .blog__time,
.category .blog__time {
  letter-spacing: 0.1em;
}

.category .blog__tc {
  width: 38%;
}
@media screen and (max-width: 1199px) {
  .category .blog__tc {
    width: 90%;
    justify-content: flex-start;
    gap: 3vw;
  }
}

.category .blog__title {
  width: 55%;
}
@media screen and (max-width: 1299px) {
  .category .blog__title {
    width: 30vw;
  }
}
@media screen and (max-width: 1199px) {
  .category .blog__title {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .category .blog__title {
    width: 90%;
    font-size: 3.5vw;
  }
}

.list__new-blog .blog__tite-box {
  line-height: 1.8;
  -webkit-line-clamp: 2;
}

.single__new-blog .blog__categories,
.category__new-blog .blog__categories {
  margin: initial !important;
}
@media screen and (max-width: 999px) {
  .single__new-blog .blog__categories,
  .category__new-blog .blog__categories {
    padding: 0.5vw 1vw 0.6vw;
  }
}
@media screen and (max-width: 767px) {
  .single__new-blog .blog__categories,
  .category__new-blog .blog__categories {
    padding: 1.2vw 3vw;
    border-radius: 1.5vw;
    font-size: 2.5vw;
  }
}

@media screen and (max-width: 1199px) {
  .category-blog .blog__categories {
    margin: initial !important;
  }
}

.category__link {
  padding: 1.3rem 2rem;
  width: 46rem;
  margin: 4.1rem auto 12rem;
}
@media screen and (max-width: 767px) {
  .category__link {
    line-height: 1.35;
    margin: 10vw auto 15vw;
  }
}

/*---------- ページネーション ----------*/
.nav-links {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 5.25rem;
  padding-top: 8.1rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .nav-links {
    padding-top: 10vw;
    gap: 10vw;
  }
}

.current {
  color: #e73c4b !important;
  font-weight: 500;
  line-height: 0;
  padding: 2.3rem 1.9rem;
  border-radius: 3rem;
  border: 2px solid #e73c4b;
}
@media screen and (max-width: 767px) {
  .current {
    padding: 3.8vw 3vw;
    border-radius: 4vw;
    border: 0.3vw solid #e73c4b;
  }
}

.page-numbers {
  font-size: 1.7rem;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .page-numbers {
    font-size: 3vw;
  }
}

/*---------- ページネーション ----------*/
/* ====================================================
 カテゴリー一覧 ココまで
==================================================== */
/* ====================================================
　最新記事 ココから
==================================================== */
.new_blog__inner {
  padding: 10rem 0;
}
@media screen and (max-width: 767px) {
  .new_blog__inner {
    padding: 10vw 0;
  }
}

.list__new-title {
  color: #fefff5;
  background-color: #0f693d;
  padding: 2rem 0;
  border-radius: 10px;
  text-align: center;
  font-weight: 500;
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .list__new-title {
    font-size: 3.8vw;
    padding: 1.5vw 2vw 1.8vw;
    border-radius: 1.5vw;
  }
}

.new_blog-list .blog__content-wrap {
  display: flex;
  flex-direction: column;
  padding-top: 8rem;
  gap: 3.5rem;
}
@media screen and (max-width: 999px) {
  .new_blog-list .blog__content-wrap {
    padding-top: 7vw;
    gap: 4vw;
  }
}

.new_blog-list .blog__content-wrap .list__new-single:first-of-type {
  border-top: 1px solid #c7c7c7;
  padding-top: 2.9rem;
}
@media screen and (max-width: 767px) {
  .new_blog-list .blog__content-wrap .list__new-single:first-of-type {
    padding-top: 4vw;
  }
}

.new_blog__link {
  padding: 1.3rem 2rem;
  width: 46rem;
  margin: 10rem auto 5rem;
}
@media screen and (max-width: 767px) {
  .new_blog__link {
    line-height: 1.35;
    margin: 10vw auto 15vw;
  }
}

.list__new-single {
  border-bottom: 1px solid #c7c7c7;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 2.4rem;
  width: 100%;
  padding-bottom: 2.9rem;
  color: #51533b;
  margin: 0 auto;
}
@media screen and (max-width: 999px) {
  .list__new-single {
    gap: initial;
    padding-bottom: 2.5vw;
  }
}
@media screen and (max-width: 767px) {
  .list__new-single {
    flex-direction: column;
    align-items: flex-start;
    gap: 2vw;
    padding-bottom: 4vw;
  }
}
.list__new-single .blog__tc {
  width: 30%;
  justify-content: flex-start;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .list__new-single .blog__tc {
    width: 90%;
    margin: 0 auto;
    gap: 3.5vw;
  }
}
.list__new-single .blog__title {
  width: 50%;
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
  .list__new-single .blog__title {
    width: 90%;
    margin: 0 auto;
  }
}

/* ====================================================
　最新記事 ココまで
==================================================== */
.single__new-blog,
.category__new-blog {
  width: 33.2%;
}
@media screen and (max-width: 767px) {
  .single__new-blog,
  .category__new-blog {
    width: 100%;
  }
}

.single__new-blog .blog__content-wrap,
.category__new-blog .blog__content-wrap {
  display: flex;
  flex-direction: column;
  padding-top: 4.2rem;
}
@media screen and (max-width: 999px) {
  .single__new-blog .blog__content-wrap,
  .category__new-blog .blog__content-wrap {
    padding-top: 3vw;
    gap: 3vw !important;
  }
}
@media screen and (max-width: 767px) {
  .single__new-blog .blog__content-wrap,
  .category__new-blog .blog__content-wrap {
    padding-top: 7vw;
    gap: 5vw !important;
  }
}

.single__new-blog .blog__content-wrap {
  gap: 3.3rem;
}

.category__new-blog .blog__content-wrap {
  gap: 2.75rem;
}

.category__new-blog .list__new-single {
  padding-bottom: 3.1rem;
}

@media screen and (max-width: 767px) {
  .single__new-blog .list__new-single:nth-of-type(n + 4),
  .category__new-blog .list__new-single:nth-of-type(n + 4) {
    display: none;
  }
}

.single__new-blog .list__new-title,
.category__new-blog .list__new-title {
  padding: 2.1rem 0 2.3rem;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .single__new-blog .list__new-title,
  .category__new-blog .list__new-title {
    font-size: 3.5vw;
    padding: 4.5vw 2vw;
  }
}

.single__new-blog .list__new-single,
.category__new-blog .list__new-single {
  flex-direction: column;
}
@media screen and (max-width: 999px) {
  .single__new-blog .list__new-single,
  .category__new-blog .list__new-single {
    gap: 1.5vw;
    padding-bottom: 1vw;
  }
}
@media screen and (max-width: 767px) {
  .single__new-blog .list__new-single,
  .category__new-blog .list__new-single {
    gap: 2vw;
    padding-bottom: 4vw;
  }
}
.single__new-blog .list__new-single .blog__tc,
.single__new-blog .list__new-single .blog__title,
.category__new-blog .list__new-single .blog__tc,
.category__new-blog .list__new-single .blog__title {
  width: 100% !important;
  justify-content: flex-start;
  gap: 3.3rem;
}
@media screen and (max-width: 999px) {
  .single__new-blog .list__new-single .blog__tc,
  .single__new-blog .list__new-single .blog__title,
  .category__new-blog .list__new-single .blog__tc,
  .category__new-blog .list__new-single .blog__title {
    gap: 2.5vw;
  }
}
.single__new-blog .list__new-single .blog__title,
.category__new-blog .list__new-single .blog__title {
  line-height: 1.9;
}

/* ====================================================
 投稿ページ　ココから
==================================================== */
.single__inner {
  padding-top: 12.7rem;
}
@media screen and (max-width: 767px) {
  .single__inner {
    padding-top: 15vw;
  }
}

.single__content {
  padding-top: 6.7rem;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .single__content {
    padding-top: 10vw;
    flex-direction: column;
    gap: 10vw;
  }
}

.single__blog-box {
  padding-top: 0.3rem;
  width: 61.8%;
}
@media screen and (max-width: 767px) {
  .single__blog-box {
    padding-top: initial;
    width: 100%;
  }
}

.post_box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4.4rem;
}
@media screen and (max-width: 767px) {
  .post_box {
    gap: 4vw;
  }
}

.post_detail {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .post_detail {
    gap: 3vw;
  }
}

.post_date {
  font-size: 1.6rem;
  letter-spacing: 0.09em;
}
@media screen and (max-width: 767px) {
  .post_date {
    font-size: 3vw;
  }
}

.post_category {
  display: flex;
    flex-wrap: wrap;
    gap: min(5px,4vw);
}
/*
@media screen and (max-width: 767px) {
  .post_category {
    font-size: 3vw;
    padding: 1vw 2vw;
  }
}
*/
.post_category__item{
    font-size: min(14px,3.2vw);
    color: #0f693d;
    border: 1px solid #51533b;
    border-radius: 8px;
    padding: min(5px, 2vw) min(20px, 8vw);
    font-weight: 500;
}

.post_box h2 {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.008em;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .post_box h2 {
    font-size: 4vw;
    line-height: 1.4;
  }
}

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

.blog_content p {
  font-size: 1.9rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .blog_content p {
    font-size: 3.6vw;
  }
}
/*記事系のCSS*/
.blog_content .wp-block-video video{
    width: 100%;
    height: auto;
}
.wp-block-button{
    color: #fff;
    background-color: #32373c;
    border-radius: 9999px;
    box-shadow: none;
    text-decoration: none;
    padding: calc(.667em + 2px) calc(1.333em + 2px);
    display: inline-block;
}
.wp-block-button__link{
    background-color: initial;
    border-radius: unset;
    padding: 0;
    line-height: 1.2;
}
.wp-block-buttons{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.blog_content p strong{
    font-weight: bold;
}
.blog_content p a{
    text-decoration: underline;
}
.sme-font-size.has-small-font-size{
    font-size: 13px;
}
.sme-font-size.has-medium-font-size{
    font-size: 20px;
}
.sme-font-size.has-large-font-size{
    font-size: 36px;
}
.sme-font-size.has-x-large-font-size{
    font-size: 42px;
}
.entry-body iframe{
    width: 100%;
    aspect-ratio: 16 / 9;
    height: 100%;
}
.post_img {
  padding-top: 3.9rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 3rem;
}
.has-text-color {
  color: var(--wp--preset--color--foreground);
}
.has-pale-cyan-blue-color{ color: #8ED1FC; }
.has-vivid-red-color { color: #cf2e2e; }
.has-vivid-green-color { color: #00d084; }
.has-vivid-cyan-blue-color { color: #0693e3; }
.has-vivid-purple-color { color: #9b51e0; }
.has-vivid-green-cyan-color { color: #00D084; }
.has-luminous-vivid-amber-color { color: #FCB900; }
.has-pale-pink-color { color: #F78DA7; }
.has-luminous-vivid-orange-color { color: #FF6900; }
@media screen and (max-width: 999px) {
  .post_img {
    flex-direction: column;
    align-items: flex-start;
    gap: 1vw;
  }
}
@media screen and (max-width: 767px) {
  .post_img {
    flex-direction: row;
    align-items: center;
    padding-top: 4vw;
    gap: 5vw;
  }
}

#pdfjs-viewer-skip {
  padding-top: 2rem;
}
@media screen and (max-width: 767px) {
  #pdfjs-viewer-skip {
    padding-top: 2vw;
  }
}

.single__pagination {
  padding-top: 8.7rem;
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .single__pagination {
    padding-top: 10vw;
  }
}

.single__pagination a {
  font-size: 1.6rem;
  color: #000000;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 767px) {
  .single__pagination a {
    font-size: 3vw;
  }
}

.single__link {
  width: 46rem;
  margin: 4.8rem auto 12.1rem;
  padding: 1.2rem 2.2rem 1.3rem;
}
@media screen and (max-width: 767px) {
  .single__link {
    margin: 5vw auto 10vw;
  }
}

.wp-block-embed iframe{
    width: 100%;
    aspect-ratio: 16 / 9;
    height: auto;
}
/*
.wp-block-file > * + .wp-block-file__button{
    padding: 5px 10px;
}
*/
.blog_content > * + * {
    margin-top: 1em;
}
.wp-block-file__button{
    border-radius: 50vw;
    padding: 5px 10px;
    font-size: .8em;
}
/*
.wp-block-file__embed{
    margin-bottom: min(20px, 4vw);
}
*/
.wp-block-file > a:nth-child(1){
    font-size: 1.2em;
}
.wp-block-file{
    display: flex;
    flex-wrap: wrap;
    gap: min(10px, 4vw);
    align-items: center;
    font-size: min(14px, 3.4vw);
}
/* ====================================================
 投稿ページ　ココまで
==================================================== *//*# sourceMappingURL=style.css.map */