@charset "UTF-8";

body {
    margin: 0;
    background: #ffffff;
    font-family: "Zen Kaku Gothic Antique";
    color: #343434;
    line-break: strict;
}
.grecaptcha-badge {
    z-index: 101;
}

.fade-sequence img {
  /* opacity: 0;
  transform: translateX(-20px);
 */
}
.h_none {
    display: none;
}

.fade-on-scroll {
  opacity: 0;
  transform: translateY(20px);
  transition: all 1s ease;

}
.fade-on-scroll.is-show {
  opacity: 1;
  transform: translateY(0);
}
.mv_title.fade-on,
.main_btn.fade-on {
    animation: fadeon 1s ease forwards;
}
@keyframes fadeon {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.member_box:has(.is-hidden) {
    opacity: 0;
    display: none;
}
.mv_img img:nth-of-type(2) {
    display: none;
}

.js-member-toggle {
    font-family: "Zen Kaku Gothic Antique";
    border: none;
    border-top: solid 2px #16A756;
    border-bottom: solid 2px #16A756;
    background: no-repeat;
    width: 100%;
    padding: 16px 0;
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0;
    color: #343434;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 10px;
}
.js-member-toggle::after {
    content: "";
    background: url(../images/mem_more_icon.svg);
    width: 9px;
    height: 6px;
    display: inline-block;
    /* margin-left: 9px;
 */
    /* flex-direction: row;
 */
    transition: 0.3s;
}
.js-member-toggle.is-open {
    border-bottom: none;
}
.js-member-toggle.is-open::after {
    content: "";
    /* background: url(../images/mem_more_icon.svg);
 */
    transform: rotateZ(180deg);
}

#target-image {
    position: relative;
    top: 20;
}

img {
    width: 100%;
}

h1 {
    /* font-style: normal;
 */
    font-weight: 700;
    line-height: 140%;
    text-align: center;
    letter-spacing: 1px;
    margin: 0;
    font-size: clamp(23px, 2.6vw, 50px);
}
h1 span {
    background: #F6F9BA;
    font-family: 'Zen Kaku Gothic Antique';
    font-style: normal;
    font-weight: 900;
    text-align: center;
    display: block;
    width: fit-content;
    margin: 0 auto 18px;
    padding: 5px 4px 2px 14px;
    font-size: clamp(20px, 2.08vw, 40px);
    line-height: clamp(24px, 2.5vw, 48px);
    letter-spacing: clamp(1px, 0.15vw, 2px);
}

h2 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    color: #343434;
    font-size: clamp(25px, 2.6vw, 50px);
    line-height: clamp(30px, 3.17vw, 61px);
}

h3 {
    font-style: normal;
    font-weight: 700;
    font-size: clamp(22px, 1.66vw, 32px);
    line-height: clamp(26px, 2.39vw, 46px);
}

p {
    font-family: 'Zen Kaku Gothic Antique';
    font-style: normal;
    font-weight: 500;
    margin: 0;
    font-size: clamp(15px, 0.93vw, 18px);
    line-height: 100%;
    letter-spacing: 0.04em;
}

a {
    text-decoration: none;
    color: #343434;
}

.sp_none {
    display: none;
}
.pc_none {
    display: block;
}

header {
    width: clamp(100%, min(88.4vw, 1696px), 1696px);
    height: 58px;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
}

.header_logo {
    display: flex;
    align-items: flex-start;
    gap: 2px;
    /* width: clamp(166px, 14.7vw, 281px); */
    width: auto;
    margin: 11px 0 0 20px;
    z-index: 100;
    position: relative;
    /* position: fixed;
 */
    flex-direction: column;
}
.header_logo>div {display: flex;align-items: center;gap: 5px;}
.header_logo>div>img {
    width: auto;
    height: 23px;
}
.header_logo>div>p {
    font-family: 'Zen Kaku Gothic Antique';
    color: #01733A;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.04em;
    /* font-size: 0.93rem; */
    /* letter-spacing: 0.09em; */
    /* font-size: 20px; */
    font-weight: 900;
    font-size: 15px;
}
.header_logo>p {
    /* font-size: 9px; */
    color: #01733A;
    letter-spacing: 0;
    font-size: 6.8px;
    font-weight: 600;
}

.sp_nav_icon {
    position: fixed;
    top: 7px;
    right: 20px;
    background: #16A756;
    z-index: 102;
    cursor: pointer;
    width: 43px;
    height: 43px;
    /* box-shadow: 3px 3px 10px rgba(18, 18, 18, 0.08);
 */
    border-radius: 50%;
    border: 1px solid #fff;
}
.sp_nav_icon.active {
    /* background: none;
 */
    box-shadow: none;
}
.sp_nav_icon div {
    background-color: white;
    z-index: 103;
    position: fixed;
    margin: auto;
    transition: 0.3s;
    width: 15.64px;
    height: 1px;
    right: 34.68px;
}
.sp_nav_icon div:nth-child(1) {
    top: 24.59px;
}
.sp_nav_icon div:nth-child(2) {
    top: 29.48px;
}
.sp_nav_icon div:nth-child(3) {
    /* width: 14.33px;
 */
    top: 34.36px;
    /* right: 19px;
 */
}
.sp_nav_icon.active div:nth-child(1) {
    transform: rotateZ(40deg);
    top: 29px;
    right: 34px;
}
.sp_nav_icon.active div:nth-child(2) {
    opacity: 0;
    visibility: visible;
}
.sp_nav_icon.active div:nth-child(3) {
    top: 29px;
    transform: rotateZ(-40deg);
    /* width: 19.33px;
 */
    right: 34px;
}

header nav {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    background: #F2F5E3;
    transition: 0.3s;
    /* z-index: 100;
 */
}
header nav ul {
    display: flex;
    padding: 0;
    padding-top: 96px;
    /* margin: 0;
 */
    align-items: flex-start;
    height: 100%;
    height: calc(100% - 62px);
    /* gap: 32px;
 */
    row-gap: 32px;
    flex-direction: column;
    width: 235px;
    margin: auto;
    justify-content: center;
}
header nav ul li {
    /* list-style: none;
 */
    width: fit-content;
    max-width: 250px;
    transition: 0.3s;
    color: #C9D883;
    transition: 0.3s;
}
header nav ul li a {
    font-weight: 700;
    font-size: 1rem;
    color: #343434;
    /* border-bottom: 1px solid #F6F9BA; */
    transition: 0.3s;
}
header nav ul li:last-of-type {
    max-width: 230px;
    width: 100%;
    max-height: 50px;
    background: #FFFFFF;
    border-radius: 6px;
    box-sizing: border-box;
    margin: 24px 0 0;
    border: 2px solid #16A756;
    box-sizing: border-box;
    list-style: none;
}
header nav ul li:last-of-type a {
    width: fit-content;
    display: flex;
    column-gap: 10px;
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    /* border: none;
 */
    padding: 15px 0;
    color: #01733A;
    margin: auto;
    letter-spacing: 0.04em;
    align-items: center;
    justify-content: center;
}
header nav ul li:last-of-type a::after {
    content: "";
    background: url(../images/link_after.svg);
    width: 7px;
    height: 13px;
    display: inline-block;
    background-repeat: no-repeat;
    transition: 0.3s;
}

.mv {
    width: 100%;
    top: 0;
    position: relative;
    height: 100%;
    max-height: 304.26vw;
    padding: 58px 0 0;
    position: relative;
}
.mv_img {
    width: 94.63vw;
    margin: auto;
    position: relative;
}
.mv_title {
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 5;
    position: absolute;
    /* bottom: 41.8px;
 */
    margin: 0 auto;
    /* top: 457px;
 */
    bottom: 48px;
    align-content: center;
    width: 100%;
}
.mv_title img {
    /* width: clamp(70.4vw, 36.04vw, 692px);
 */
    /* margin: 4.8vw auto 0;
 */
    width: 77px;
    position: absolute;
    top: -72px;
    /* right: 8vw; */
}
.mv_title h1 {
    font-family: "Noto Sans";
    font-weight: 800;
    /* position: absolute;
 */
    /* bottom: 0;
 */
    background-color: #fff;
    width: fit-content;
    /* font-size: 32px;
 */
    font-size: 8.5vw;
    letter-spacing: 0.05em;
    line-height: 147%;
    padding: 1px 12px;
    text-align: left;
    /* margin: 0 25px 0;
 */
    /* margin: 0 6.7vw;
 */
    /* z-index: 2;
 */
}
.mv_title h1::before {
    /* content: ""; */
    background-color: #fff;
    /* width: 16rem;
 */
    width: 52.3vw;
    display: inline-block;
    /* height: 3rem;
 */
    height: 12vw;
    position: absolute;
    z-index: -1;
    top: 0;
    padding: 2px 12px;
    /* left: 50%; */
    /* right: 50%; */
}
.mv_title h1::after {
    /* content: ""; */
    /* content: "";
 */
    background-color: #fff;
    /* width: 18rem;
 */
    width: 76.8vw;
    display: inline-block;
    /* height: 3rem;
 */
    height: 12.5vw;
    position: absolute;
    z-index: -1;
    /* top: 4rem;
 */
    top: 17.1vw;
    padding: 2px 12px;
    left: 0;
}
.mv_title p {
    font-weight: 700;
    color: #fff;
    font-size: 18px;
    line-height: 148%;
    letter-spacing: 0.03em;
    margin-top: 0.5rem;
    position: relative;
    /* backdrop-filter: blur(30px); */
    /* text-align: center; */
    width: 77.6%;
    text-align: center;
    width: fit-content;
}
.mv_title p::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #345D3DA6;
    /* backdrop-filter: blur(30px); */
    z-index: -1;
    filter: blur(30px);
}

.main_btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* position: fixed;*/
    /* column-gap: 0px;*/
    bottom: 10px;
    width: 100%;
    z-index: 9;
    position: relative;
    margin-top: -17px;
}
.main_btn>p {
    width: 47vw;
    text-align: center;
    display: inline-block;
    position: relative;
    max-height: 50px;
    border-radius: 4px;
    box-shadow: 3px 3px 10px 0px #00000014;
    font-weight: 700;
    font-size: 14px;
    padding: 15px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 6px;
    transition: 0.3s;
    box-sizing: border-box;
    border: 2px solid #F78B73;
}
.main_btn>p:first-of-type {
    box-sizing: border-box;
    /* border: none; */
    left: 8px;
    background: #F78B73;
    color: #fff;
}
.main_btn>p:last-of-type{
    box-sizing: border-box;
    /* border: 2px solid #F78B73; */
    /* padding: 13px; */
    background: #fff;
    color: #F78B73;
    right: 8px;
}
/* .main_btn.is-fixed {
    position: fixed;
    margin-top: 0;
} */
/* .main_btn>p:after {
    content: "";
    background-image: url(../images/link_after.svg);
    width: 6px;
    height: 12px;
    display: inline-block;
    position: relative;
    background-repeat: no-repeat;
    top: 1px;
    transition: 0.3s;
    display: none;
}
.main_btn>p:first-of-type:after {
    content: "";
    background-image: url(../images/btn_link_after01.svg);
}
.main_btn>p:last-of-type:after {
    content: "";
    background-image: url(../images/btn_link_after02.svg);
}

.main_btn>p:first-of-type:hover {
        border: 2px solid #F78B73;
        background: #fff;
        color: #F78B73;
}
.main_btn>p:last-of-type:hover {
        border: none;
        background: #F78B73;
        color: #fff;
}
.main_btn>p:first-of-type:hover::after {
    background-image: url(../images/btn_link_after02.svg);
}
.main_btn>p:last-of-type:hover::after {
    background-image: url(../images/btn_link_after01.svg);
} */

.h2_title {
    width: 100%;
    margin: auto;
    text-align: center;
    color: #343434;
}
.h2_title h2{
    font-weight: 600;
    /* color: #343434; */
    font-size: 32px;
    line-height: 140%;
    /* text-align: center;
 */
    letter-spacing: 0.04em;
    margin: 0;
}
.h2_title p {
    font-weight: 700;
    color: #343434;
    font-size: 20px;
    line-height: 1;
    /* text-align: center;
 */
    letter-spacing: 0.04em;
}

.reason {
width: 100%;
background: #EAF3E5;
/* padding-top: 60px;
 */margin: -315px 0 56px;
padding: 375px 0 72px;
}
.reason_title {

}
.reason_title h2 {
    
}
.reason_title p {
    
}
.reason_contents {
/* width: 303px;
 */width: 80.8vw;
margin: 32px auto 0;
display: flex;
flex-direction: column;
align-items: center;
row-gap: 40px;
}
.reason_box {
background: #fff;
box-shadow: 0px 0px 10.85px 0px #1B1B1729;
border-radius: 3px;
padding: 45px 12vw 15px;
position: relative;
width: auto;
border-radius: 4px;
}
.reason_step {
line-height: 1;
position: absolute;
font-family: "Poppins";
font-weight: 400;
font-size: 72px;
color: #16A756;
top: 4.25vw;
left: 4.25vw;
}
.reason_box_con {
display: flex;
flex-direction: column;
align-items: center;
row-gap: 12px;
}
.reason_img {
max-width: 213px;
max-height: 213px;
}
.reason_img img {
    
}
.reason_box_sen {

}
.reason_box_sen p {
font-weight: 700;
font-size: 20px;
text-align: center;
line-height: 140%;
}

.vision {
width: 100%;
margin-bottom: 104px;
}
.wish_sen {margin: 32px auto 48px;width: 90vw;max-width: fit-content;/* text-align: center; */}
.wish_sen p {
    /* margin: 56px auto 0; */
    /* width: 90vw; */
    font-size: 1rem;
    font-size: 16px;
    line-height: 200%;
    letter-spacing: 0.04em;
}
.wish_sen p:nth-of-type(1) {
    font-size: 20px;
    font-weight: 700;
    line-height: 165%;
}
.wish_sen p:nth-of-type(2) {
    /* text-align: center; */
    margin: 32px auto 24px;
    letter-spacing: 0.01em;
}
.wish_sen p:nth-of-type(3) {
    /* text-align: center; */
    /* line-height: 250%; */
    font-weight: 700;
    font-size: 18px;
    line-height: 140%;
}

.vision_contents {
/* overflow-x: scroll;
 */margin: 48px 0 0 5.32vw;
/* margin: 48px 5.32vw 0;
 */padding: 0 0 40px;
overflow-x: scroll;
/* scrollbar-color: #343434 #ECECEC;
 *//* scrollbar-width: thin;
 */
}

.vision_contents img {
    width: auto;
    height: 523px;
    scrollbar-color: #343434 #ECECEC;
    scrollbar-width: thin;
    /* overflow-x: scroll;
 */
}
.vision_contents::-webkit-scrollbar {
  height: 18px;
 /* 横スクロールなので height */
  width: 50vw;
}

/* レール部分（背景） */
.vision_contents::-webkit-scrollbar-track {
  background: #ECECEC;
  border-radius: 40px;
}

/* つまみ */
.vision_contents::-webkit-scrollbar-thumb {
  background: #343434;
  border-radius: 40px;
}

.member {
margin-bottom: 104px;
}
.member_contents {
margin: 48px auto 0;
width: 85.33vw;
display: flex;
flex-direction: column;
align-items: center;
row-gap: 56px;
}
.member_box {width: 100%;max-width: 537px;}
.member_box_con {
 display: flex;
 flex-direction: column;
 align-items: center;
 /* row-gap: 16px;
 */
 /* max-width: 537px; */
 }
.member_img {
max-width: 184px;
max-height: 184px;
}
.member_img img {

}
.member_box_sen {
background: #EAF3E5;
border-radius: 8px;
padding: 56px 6.4vw 28px;
margin-top: -40px;
z-index: -1;
box-sizing: border-box;
/* height: 21.6rem; */
}
.member_box_sen>div {
background: #fff;
box-shadow: 3px 3px 8px 0px #00000014;
width: 223px;
padding: 6px 3.2vw 10px;
box-sizing: border-box;
margin: 0 0 16px;
position: relative;
}
.member_box_sen>div>p {

}
.member_box_sen>div>p:first-of-type {
/* font-size: 16px; */
line-height: 210%;
letter-spacing: 0;
/* position: relative;
 *//* padding: 0 10px 0 1px;
 */
 font-size: 0.85rem;
}
.member_box_sen>div>p:first-of-type::before{
    /* content: "\\"; */
    /* position: absolute;
 */
    left: 0;
}
.member_box_sen>div>p:first-of-type::after {
    /* content: "/"; */
}
.member_box_sen>div>p:last-of-type {
font-weight: 700;
font-size: 24px;
line-height: 100%;
}
.member_box_sen>p {font-size: 15px;line-height: 210%;word-break: keep-all;overflow-wrap: break-word;}

.partnership {

}
.partner_contents {
margin: 40px auto 0;
width: 72vw;
}
.partner_cam {
/* text-align: center;
 */margin-bottom: 64px;
}
.partner_contents h3 {
text-align: center;
border-bottom: 2px solid #16A756;
padding: 0 0 20px;
font-size: 20px;
line-height: 100%;
}
.partner_contents ul {
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
padding: 0;
row-gap: 24px;
}
.partner_contents ul li {
font-family: "Zen Kaku Gothic Antique";
font-size: 18px;
font-weight: 500;
line-height: 100%;
/* display: flex;
 *//* align-items: center;
 */
}
.partner_contents ul li::marker {
    color: #EAF3E5;
    font-size: 18px;
}
.partner_gro {

}
.partner_gro h3 {

}
.partner_gro ul {

}
.partner_gro ul li {

}

.seminar {
    margin: 104px auto 172px;
}
.seminar_contents {
    /* display: none; */
    margin: 50px auto 104px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 80px;
    max-width: 340px;
}
.seminar_box {width: 100%;/* max-width: 300px; */display: flex;flex-direction: column;align-items: center;row-gap: 28px;justify-content: center;}
.seminar_box div {box-shadow: 3px 3px 10px 0px #00000014;border: 1px solid #E4E4E4;background: #fff;margin: auto;box-sizing: border-box;max-width: 340px;width: 90vw;max-height: 200px;/* height: 200px; */display: flex;align-items: center;justify-content: center;/* width: 27vw; */}
.seminar_box div img {
    /* display: none; */
    /* width: 100px; */
    /* margin: auto; */
}
.seminar_box a {font-family: "Zen Kaku Gothic Antique";font-weight: 700;color: #16A756;font-size: 18px;line-height: 160%;letter-spacing: 0;text-align: center;width: 90vw;text-decoration: underline;text-underline-offset: 4px;text-decoration-thickness: 1px;max-width: 340px;}

.faq {
    /* margin: 0 auto 72px;
 */
    /* width: clamp(89.33vw, 51vw, 980px);
 */
    width: 100%;
    background: #177841;
    padding: 72px 0 64px;
    margin: 137px 0 0;
}
.faq_wrap {
background: #FFFFFF;
box-shadow: 0px 0px 10px 0px #00000029;
border-radius: 8px;
padding: 30px 5.5vw 56px;
box-sizing: border-box;
width: 89.06vw;
margin: auto;
}
.faq h3 {
    /* margin: 0 0 48px;
 */
    /* display: flex;
 */
    /* flex-direction: column;
 */
    /* align-items: center;
 */
    /* gap: 8px;
 */
    /* font-style: normal;
 */
    /* font-weight: 700;
 */
    /* font-size: 22px;
 */
    /* line-height: 26px;
 */
    /* text-align: center;
 */
}
.faq h3 span {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    color: #22AB5D;
    font-size: 25px;
    line-height: 30px;
    text-align: center;
    letter-spacing: 1px;
}
.faq_contents {
    /* width: clamp(100%, min(51vw, 980px), 980px);
 */
    margin: 22px 0 40px;
    padding: 10px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    row-gap: 32px;
}
.faq_guide {
background: #F1F1F1;
border-radius: 8px;
padding: 24px 7.46vw 0;
}
.faq_guide h3 {
font-family: "Zen Kaku Gothic Antique";
font-weight: 700;
font-size: 20px;
line-height: 140%;
color: #16A756;
letter-spacing: 0;
margin: 0 0 18px;
}
.faq_guide p {
font-weight: 700;
font-size: 14px;
line-height: 180%;
}
.faq_guide_img {
vertical-align: bottom;
width: 78vw;
/* height: 248px;
 */margin-left: -7.46vw;
}
.faq_guide_img img {

}
.faq_guide_img img:first-of-type {
/* width: auto;
 *//* height: 248px;
 */
}
.faq_guide_img img:last-of-type {
display: none;
}

.faq_guide p .open-modal {
    cursor: pointer;
    border-bottom: 1px solid #16A756;
    color: #16A756;
}

.modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
  /* position: relative;
 */
}
.modal-bg {
  position: absolute;
  inset: 0;
  background: #343434E5;
}

.modal-content {
    position: relative;
    /* max-width: 600px;
 */
    margin: 48px auto 0;
    padding: 24px;
    background: #F2F5E3;
    width: 84.2vw;
    border-radius: 8px;
    overflow-y: scroll;
    scrollbar-color: #177841 #FFFFFF;
    scrollbar-width: thin;
    height: 76.1vh;
    box-sizing: border-box;
}
.modal-content::-webkit-scrollbar {
  width: 10px;
    height: 10px;
}
/* レール部分（背景） */
.modal-content::-webkit-scrollbar-track {
  background: #FFFFFF;
  border-radius: 40px;
}
/* つまみ */
.modal-content::-webkit-scrollbar-thumb {
  background: #177841;
  
  border-radius: 40px;
}

.modal-close {
    position: fixed;
    bottom: 48px;
    margin: auto;
    width: 65.6vw;
    left: 0;
    right: 0;
    box-sizing: border-box;
    border: 2px solid #16A756;
    background: #16A756;
    color: #fff;
    font-family: "Zen Kaku Gothic Antique";
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0;
    padding: 16.5px 0;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
}
.modal-close::after {
    content: "";
    background-image: url(../images/btn_link_after01.svg);
    width: 7px;
    height: 12px;
    display: inline-block;
}
.modal-content h3 {
    font-family: "Zen Kaku Gothic Antique";
    font-weight: 700;
    font-size: 20px;
    line-height: 140%;
    color: #177841;
    letter-spacing: 0;
    margin: 0 0 24px;
}
.modal-content p {
    font-weight: 500;
    color: #343434;
    font-size: 14px;
    line-height: 210%;
    letter-spacing: 0;
    font-family: "Zen Kaku Gothic Antique";
    scrollbar-color: #177841 #FFFFFF;
    scrollbar-width: thin;
}


.details {
	/* background: #FFFFFF;
 */
	/* box-shadow: 0px 0px 10px rgba(159, 159, 159, 0.12);
 */
	/* border-radius: 4px;
 */
	/* padding: 5.33vw 0 5.33vw 2.66vw;
 */
	/* width: clamp(100%, min(51vw, 864px), 864px);
 */
	/* margin-bottom: 32px;
 */
	/* box-sizing: border-box;
 */
	/* position: relative;
 */
}
.details:last-of-type {
    margin: 0;
}
.details-summary {
	font-style: normal;
	/* list-style-type: none;
 */
	display: flex;
	align-items: flex-start;
	gap: 8px;
	/* max-width: 68.8vw;
 */
	font-weight: 700;
	font-size: 18px;
	line-height: 160%;
	color: #01733A;
	padding: 0 0 12px;
}
.details .qa_span {
    font-family: 'Poppins';
    /* font-style: normal;
 */
    font-weight: 600;
    font-size: 22px;
    line-height: 24px;
    /* text-align: center;
 */
    letter-spacing: 0;
    color: #01733A;
}
.details-summary .btn {
    display: none;
    /* position: absolute;
 */
    /* transform-origin: center center;
 */
    /* transition-duration: 0.2s;
 */
    /* transition: 0.3s;
 */
    /* transform: translateY(-25%) rotate(45deg);
 */
    /* width: 6px;
 */
    /* height: 6px;
 */
    /* border-bottom: 2px solid #CFE46A;
 */
    /* border-right: 2px solid #CFE46A;
 */
    /* right: 5.86vw;
 */
}
.details-summary.is-active .btn {
    transform: translateY(-25%) rotate(225deg);
}
.details-content {
	display: flex;
	gap: 8px;
	border-top: 1px solid #CACACA;
	padding: 12px 0 0;
	/* margin-top: 8px;
 */
	/* max-width: 80.26vw;
 */
	align-items: flex-start;
}
.details-content p {
    /* height: auto;
 */
    font-weight: 700;
    font-size: 15px;
    line-height: 180%;
    /* max-width: 62.4vw;
 */
}

.entry {
    /* background: #F7FBE6;
 */
    /* padding: 0 0 72px;
 */
    margin: 0 auto 58px;
    width: 90vw;
    max-width: 1200px;
}
.entry_wrap {
    /* width: clamp(89.3vw, 51.7vw, 992px);
 */
    width: 100%;
    margin: auto;
}
/* .entry_title {
    background: url(../images/entry_title.png);
    background-repeat: no-repeat;
    background-size: 224px;
    background-position: 50% 50%;
    padding: 66px 0 0;
    margin: 0 auto 40px;
} */
/* .entry h3 {
    font-style: normal;
    margin: 0 0 16px;
    font-weight: 700;
    font-size: 22px;
    line-height: 26px;
    text-align: center;
}
.entry .entry_wrap .entry_title>p {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    text-align: center;
    letter-spacing: 1px;
} */

.entry .h2_title {margin-bottom: 50px;}
.entry .h2_title h2 {
    font-weight: 600;
    font-size: 24px;
    line-height: 140%;
    letter-spacing: 0.04em;
}
.entry .h2_title p {
    font-family: "Zen Kaku Gothic Antique";
    font-weight: 700;
    font-size: 32px;
    line-height: 150%;
    letter-spacing: 0.04em;
}
.entry .h2_title p:last-of-type {
    margin-top: 1.5rem;
    font-size: 14px;
    line-height: 160%;
}


.tab-nav {
margin: 0 auto 35px;
padding: 0;
width: fit-content;
overflow-x: scroll;
display: flex;
/* display: inline-flex;
 *//* height: 44px;
 */border-radius: 6px;
flex-direction: column;
align-items: center;
}
.tab-btn {
list-style: none;
font-weight: 700;
font-size: 16px;
width: fit-content;
/* float: left;
 */font-family: "Zen Kaku Gothic Antique";
line-height: 100%;
/* border-radius: 6px 6px 0 0;
 */background: #F4F4F4;
color: #AEAEAE;
padding: 10px 0;
width: 231px;
display: flex;
align-items: center;
justify-content: center;
height: 44px;
box-sizing: border-box;
/* width: 117%;
 */
}
.tab-btn.is-active {
color: #FFFFFF;
background: #EC6B62;
}
.tab-panel {
    display: none;
}
.tab-panel.is-active {
    display: block;
}
.form01 iframe,
.form02 iframe,
.form03 iframe {
    width: 100%;
}
.tab-content {

}

footer {
    background-color: #29774B;
    width: 100%;
    padding: 24px 0 32px;
}
.footer_logo {
    /* max-width: 224px; */
    margin: auto;
}
.footer_logo a {
    display: flex;
    align-items: flex-start;
    gap: 3px;
    margin: auto;
    justify-content: center;
    flex-direction: column;
    width: fit-content;
}
.footer_logo a div img {
    width: auto;
    height: 25px;
}
.footer_logo a div p {
    font-family: 'Zen Kaku Gothic Antique';
    font-style: normal;
    /* font-weight: 600; */
    color: #FFFFFF;
    line-height: 1;
    font-size: 16px;
    letter-spacing: 0;
    /* font-family: 'Zen Kaku Gothic Antique'; */
    /* color: #01733A; */
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.04em;
    /* font-size: 0.93rem; */
    /* letter-spacing: 0.09em; */
    /* font-size: 20px; */
    font-weight: 900;
    font-size: 15px;
}
    .footer_logo a>div {
    display: flex;
    align-items: center;
    gap: 5px;
    }
.footer_logo a>p {
    /* letter-spacing: 0.13em; */
    /* font-size: 6.8px; */
    /* font-weight: 900; */
    color: #FFFFFF;
    /* font-size: 9px; */
    /* color: #01733A; */
    letter-spacing: 0;
    font-size: 6.8px;
    font-weight: 600;
}
footer>a {
    font-weight: 700;
    font-size: 13px;
    line-height: 17px;
    color: #FFFFFF;
    margin: 32px auto 0;
    width: fit-content;
    display: flex;
    gap: 1px;
}
footer>a::after {
    content: "";
    background: url(../images/newtab.svg);
    width: 19px;
    height: 19px;
    display: block;
}
footer>small {
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    color: #BFDACB;
    margin: 10px auto 0;
    width: fit-content;
    display: block;
    font-size: 10px;
    line-height: 12px;
    text-align: center;
}

@media screen and (min-width: 426px) {
    .mv_img img:nth-of-type(1) {
        display: none;
    
}
    .mv_img img:nth-of-type(2) {
        display: block;
        /* min-height: 708px;
 */
    
}
    .mv_title {
        margin: 0px 0 0 10.4%;
        width: auto;
        /* display: flex; */
        align-items: flex-start;
        /* font-size: 1rem; */
}
    .member_box_sen>div {
background: #fff;
box-shadow: 3px 3px 8px 0px #00000014;
width: 223px;
padding: 6px 0.6vw 10px;
box-sizing: border-box;
margin: 0 0 16px;
position: relative;
}
    .mv_title img {
        right: 3rem;
        top: -55px;
}
    .mv_title h1 {
font-size: 2rem;
}
    .mv_title h1::before {height: 3rem;width: 12.2rem;}
    .mv_title h1::after {
        height: 3rem;
        top: 4rem;
        width: 18rem;
    
}
    .mv_title p {
 /* max-width: 513px;
 */
 /* width: 45vw; */
 text-align: left;
 font-size: 1rem;
 }
    .main_btn {
/* width: 90vw;
 */margin: auto;
/* column-gap: 4px;
 *//* display: flex;
 */justify-content: space-between;
}
}

@media screen and (min-width: 1024px) {
    .sp_none {
        display: block;
    
}
    .pc_none {
        display: none;
    
}
	.member_box:has(.is-hidden) {
		display: block;
	
}
	.js-member-toggle {
		display: none;
	
}
    .vision_contents img {
        height: 623px;
    
}

    .mv {
        /* padding: 112px 0 0; */
        width: 100%;
        top: 0;
        position: relative;
        max-height: 304.26vw;
        position: relative;
        /* height: 112px;
 */
        /* padding: 152px 0 0; */
}
    .mv_img {
        width: 95vw;
        margin: auto;
        position: relative;
        max-width: 1720px;
    
}
    .mv_title {
        /* display: flex;
 */
        /* flex-direction: column;
 */
        /* align-items: flex-start;
 */
        /* z-index: 5;
 */
        /* position: absolute;
 */
        /* bottom: 41.8px;
 */
        margin: 0 0 0 10.4vw;
        /* margin: 0px 0 0 10.4%;
 */
        /* top: 457px;
 */
        bottom: 144px;
    
}
    .mv_title img {
        /* width: clamp(70.4vw, 36.04vw, 692px);
 */
        /* margin: 4.8vw auto 0;
 */
        width: 101px;
        position: absolute;
        top: -70px;
        right: 3rem;
        z-index: 3;
}
    .mv_title h1 {
        /* position: absolute;
 */
        /* bottom: 0;
 */
        /* background-color: #fff;
 */
        /* width: fit-content;
 */
        /* font-size: 32px;
 */
        /* font-size: 46px;
 */
        font-size: 2.85rem;
        letter-spacing: 0.04em;
        /* line-height: 174%;
 */
        padding: 2px 24px;
        /* text-align: left;
 */
        /* margin: 0 25px 0;
 */
        /* margin: 0 6.7vw;
 */
        z-index: 2;
}
    .mv_title h1::before {
        /* content: ""; */
        background-color: #fff;
        /* width: 16rem;
 */
        width: 18rem;
        /* display: inline-block;
 */
        /* height: 3rem;
 */
        height: 4.5rem;
        /* position: absolute;
 */
        /* z-index: -1;
 */
        top: 0;
        /* padding: 2px 12px;
 */
        padding: 2px 24px;
        /* left: 0;
 */
}
    .mv_title h1::after {
        /* content: ""; */
        /* content: "";
 */
        /* background-color: #fff;
 */
        /* width: 18rem;
 */
        width: 27rem;
        /* display: inline-block;
 */
        /* height: 3rem;
 */
        height: 4.5rem;
        /* position: absolute;
 */
        /* z-index: -1;
 */
        /* top: 4rem;
 */
        top: 6rem;
        /* padding: 2px 12px;
 */
        padding: 2px 24px;
        /* left: 0;
 */
}
    .mv_title p {
        font-weight: 700;
        color: #fff;
        /* font-size: 16px;
 */
        font-size: 22px;
        line-height: 160%;
        letter-spacing: 0.05em;
        margin-top: 1.5rem;
        /* background: #66666632; */
        /* background: #345D3DA6; */
        /* background: rgb(66 66 66 / 32%);
 */
        /* padding: 0 0px;
 */
        /* backdrop-filter: blur(3px); */
        max-width: 503px;
        /* backdrop-filter: blur(30px); */
}

    .main_btn {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        /* position: fixed;
 */
        bottom: 10px;
        /* column-gap: 0px;
 */
        width: auto;
        /* z-index: 9;
 */
        position: relative;
        /* margin-top: -17px;
 */
        margin: -100px 0 0 10.4vw;
        margin: -100px 0 0 10.4%;
        /* max-width: 634px;
 */
        /* margin: 0 10.4vw;
 */
        column-gap: 34px;
}
    .main_btn>p {
        width: 100%;
        max-height: 64px;
        font-size: 1.25rem;
        padding: 17.5px 0;
        max-width: 300px;
    }
    .main_btn>p:first-of-type {
        left: 0;
    }
    .main_btn>p:last-of-type{
        border: 2px solid #F78B73;
        box-sizing: border-box;
        background: #fff;
        color: #F78B73;
        right: 8px;
        /* padding: 13px; */
    }

    /* .main_btn>p:after {
        content: "";
        background-image: url(../images/link_after.svg);
        width: 6px;
        height: 12px;
        display: inline-block;
        position: relative;
        background-repeat: no-repeat;
        top: 1px;
}
    .main_btn>p:first-of-type:after {
        content: "";
        background-image: url(../images/btn_link_after01.svg);
    }
    .main_btn>p:last-of-type:after {
        content: "";
        background-image: url(../images/btn_link_after02.svg);
    } */

    .h2_title {
        width: 100%;
        margin: auto;
        text-align: center;
    }
    .h2_title h2{
        /* font-weight: 600;
 */
        /* color: #343434;
 */
        font-size: 48px;
        line-height: 140%;
        /* text-align: center;
 */
        /* letter-spacing: 0.04em;
 */
        /* margin: 0 0 10px;
 */
    
}
    .h2_title p {
        /* font-weight: 700;
 */
        /* color: #343434;
 */
        font-size: 22px;
        /* line-height: 1;
 */
        /* text-align: center;
 */
        /* letter-spacing: 0.04em;
 */
    
}

    .reason {
width: 100%;
background: #EAF3E5;
/* padding-top: 60px;
 */margin: -205px 0 120px;
padding: 335px 0 119px;
}
    .reason_title {

    
}
    .reason_title h2 {
        
    
}
    .reason_title p {
        
    
}
    .reason_contents {
/* width: 303px;
 */width: 90vw;
max-width: 1197px;
margin: 72px auto 0;
display: flex;
/* align-items: center;
 *//* column-gap: 92px;
 *//* column-gap: 4.5vw;
 */flex-direction: row;
justify-content: space-between;
}
    .reason_box {
background: #fff;
box-shadow: 0px 0px 10.85px 0px #1B1B1729;
border-radius: 3px;
padding: 47px 1.8vw 35px;
position: relative;
width: auto;
max-width: 336px;
box-sizing: border-box;
}
    .reason_step {
line-height: 1;
position: absolute;
font-family: "Poppins";
font-weight: 400;
font-size: 90px;
color: #16A756;
top: 1vw;
left: 1vw;
}
    .reason_box_con {
display: flex;
flex-direction: column;
align-items: center;
row-gap: 27px;
}
    .reason_img {
max-width: 213px;
max-height: 213px;
}
    .reason_img img {
        
    
}
    .reason_box_sen {

    
}
    .reason_box_sen p {
/* font-weight: 700;
 */font-size: 25px;
/* text-align: center;
 *//* line-height: 140%;
 */
}

    .member {
margin-bottom: 183px;
}
    .member_contents {
margin: 56px auto 0;
width: 90vw;
max-width: 1129px;
display: flex;
align-items: center;
row-gap: 80px;
flex-wrap: wrap;
flex-direction: row;
justify-content: space-between;
}
    .member_box {/* max-width: 537px; */width: 44vw;}
    .member_box_con {
display: flex;
flex-direction: column;
align-items: center;
/* row-gap: 16px;
 */max-width: 537px;
}
    .member_img {
max-width: 237px;
max-height: 237px;
margin: 0 0 0 auto;
}
    .member_img img {

    
}
    .member_box_sen {
 /* background: #EAF3E5;
 */
 /* border-radius: 8px;
 */
 padding: 56px 1.87vw 32px;
 /* margin: -130px auto 0 0; */
 margin: -130px 0 0;
 transform: translateX(-1rem);
 /* z-index: -1;
 */
 /* box-sizing: border-box;
 */
 max-width: 518px;
 width: 100%;
 }
    .member_box_sen>div>p {

    
}
    .member_box_sen>div>p:first-of-type {
/* font-size: 16px; */
line-height: 210%;
letter-spacing: 0;
/* position: relative;
 *//* padding: 0 10px 0 1px;
 */
}
    .member_box_sen>div>p:first-of-type::before{
        /* content: "\\"; */
        /* position: absolute;
 */
        left: 0;
}
    .member_box_sen>div>p:first-of-type::after {
        /* content: "/"; */
}
    .member_box_sen>div>p:last-of-type {
font-weight: 700;
font-size: 24px;
line-height: 100%;
}
    .member_box_sen>p {font-size: 16px;line-height: 210%;/* width: 100%; *//* word-break: keep-all; *//* overflow-wrap: break-word; */}
.member_box:has(.is-hidden) {
    opacity: 1;
    display: block;
}

        .member .h2_title {
            max-width: 1163px;
            text-align: left;
            width: 90vw;
        
}
    .partnership {

    
}
        .partnership .h2_title {
            max-width: 1168px;
            text-align: left;
            width: 90vw;
        
}
    .partner_contents {
margin: 72px auto 0;
width: 80vw;
max-width: 1136px;
}
    .partner_cam {
/* text-align: center;
 */margin-bottom: 104px;
}
    .partner_contents h3 {
text-align: left;
border-bottom: 2px solid #16A756;
padding: 0 0 20px;
font-size: 28px;
line-height: 100%;
}
    .partner_contents ul {
display: flex;
flex-direction: row;
padding: 0 0 0 20px;
column-gap: 32px;
justify-content: flex-start;
}
    .partner_contents ul li {
font-family: "Zen Kaku Gothic Antique";
font-size: 22px;
font-weight: 500;
line-height: 100%;
/* display: flex;
 *//* align-items: center;
 */
}
    .partner_contents ul li::marker {
        color: #EAF3E5;
        font-size: 18px;
    
}
    .partner_gro {

    
}
    .partner_gro h3 {

    
}
    .partner_gro ul {

    
}
    .partner_gro ul li {

    
}


.seminar {
    margin: 244px auto 272px;
    max-width: 1102px;
    width: 90vw;
}
.seminar_contents {
    /* display: none; */
    margin: 70px auto 0;
    max-width: 1102px;
    display: flex;
    flex-direction: row;
    /* column-gap: 40px; */
    column-gap: 3vw;
    justify-content: flex-start;
}
.seminar_box {/* display: flex; *//* flex-direction: column; */max-width: 340px;width: 25vw;row-gap: 24px;}
.seminar_box div {width: 25vw;}
.seminar_box div img {
    /* display: none; */
}
.seminar_box a {font-size: 18px;width: 25vw;}
.seminar .h2_title {
    max-width: 1102px;
    text-align: left;
    margin-bottom: 60px;
}



    .faq {
        /* margin: 0 auto 72px;
 */
        /* width: clamp(89.33vw, 51vw, 980px);
 */
        width: 100%;
        background: #177841;
        padding: 142px 0 124px;
        margin: 230px 0 0;
    
}
    .faq_wrap {
background: #FFFFFF;
box-shadow: 0px 0px 10px 0px #00000029;
border-radius: 8px;
padding: 30px 5.5vw 89px;
box-sizing: border-box;
width: 90vw;
margin: auto;
max-width: 1200px;
}
    .faq_wrap .h2_title h2 {
        font-size: 24px;
    
}
        .faq_wrap .h2_title p {
        font-size: 42px;
        line-height: 150%;
    
}
        .faq h3 {
        /* margin: 0 0 48px;
 */
        /* display: flex;
 */
        /* flex-direction: column;
 */
        /* align-items: center;
 */
        /* gap: 8px;
 */
        /* font-style: normal;
 */
        /* font-weight: 700;
 */
        /* font-size: 22px;
 */
        /* line-height: 26px;
 */
        /* text-align: center;
 */
    
}
    .faq h3 span {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 700;
        color: #22AB5D;
        font-size: 25px;
        line-height: 30px;
        text-align: center;
        letter-spacing: 1px;
    
}
    .faq_contents {
        /* width: clamp(100%, min(51vw, 980px), 980px);
 */
        margin: 96px 0 80px;
        padding: 0;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        row-gap: 72px;
    
}
    .faq_guide {
background: #F1F1F1;
border-radius: 8px;
padding: 0 0 0 2.8vw;
display: flex;
justify-content: space-between;
}
    .faq_guide h3 {
/* font-family: "Zen Kaku Gothic Antique";
 *//* font-weight: 700;
 */font-size: 22px;
/* line-height: 140%;
 */color: #16A756;
letter-spacing: 0;
margin: 0 0 16px;
padding: 32px 0 0;
}
    .faq_guide p {
font-weight: 700;
font-size: 14px;
line-height: 180%;
max-width: 531px;
width: 27.6vw;
padding: 0 0 30px;
}
    .faq_guide_img {
vertical-align: bottom;
/* width: 15.3vw;
 *//* height: 248px;
 */margin-left: 0;
/* max-width: 294px;
 */
}
    .faq_guide_img img {

    
}
    .faq_guide_img img:first-of-type {
/* width: auto;
 *//* height: 248px;
 */display: none;
}
    .faq_guide_img img:last-of-type {
display: block;
/* max-width: 294px;
 */
}

    .faq_guide p .open-modal {
        cursor: pointer;
        border-bottom: 1px solid #16A756;
        color: #16A756;
    
}

    .modal {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 9999;
    /* position: relative;
 */
    
}
    .modal-bg {
    position: absolute;
    inset: 0;
    background: #343434E5;
    
}

    .modal-content {
        position: relative;
        max-width: 1040px;
        /* margin: 120px auto 0;
 */
        padding: 72px 80px;
        background: #F2F5E3;
        width: 54.2vw;
        /* border-radius: 8px;
 */
        /* overflow-y: scroll;
 */
        /* scrollbar-color: #177841 #FFFFFF;
 */
        /* scrollbar-width: thin;
 */
        height: 72.7vh;
        /* box-sizing: border-box;
 */
    
}
    .modal-content::-webkit-scrollbar {
    width: 10px;
        height: 10px;
    
}
    /* レール部分（背景） */
    .modal-content::-webkit-scrollbar-track {
    background: #FFFFFF;
    border-radius: 40px;
    
}
    /* つまみ */
    .modal-content::-webkit-scrollbar-thumb {
    background: #177841;
  
    border-radius: 40px;
    
}

    .modal-close {
        /* position: fixed;
 */
        /* bottom: 45px;
 */
        /* margin: auto;
 */
        width: 246px;
        /* left: 0;
 */
        /* right: 0;
 */
        /* box-sizing: border-box;
 */
        /* border: 2px solid #16A756;
 */
        /* background: #16A756;
 */
        /* color: #fff;
 */
        /* font-family: "Zen Kaku Gothic Antique";
 */
        font-weight: 700;
        font-size: 16px;
        line-height: 100%;
        letter-spacing: 0;
        /* padding: 16.5px 0;
 */
        border-radius: 8px;
        display: flex;
        align-items: center;
        justify-content: center;
        /* column-gap: 10px;
 */
        height: 56px;
    
}
    .modal-close::after {
        content: "";
        background-image: url(../images/btn_link_after01.svg);
        width: 7px;
        height: 12px;
        display: inline-block;
    
}
    .modal-content h3 {
        font-family: "Zen Kaku Gothic Antique";
        font-weight: 700;
        font-size: 22px;
        line-height: 140%;
        color: #177841;
        letter-spacing: 0;
        margin: 0 0 24px;
    
}
    .modal-content p {
        font-weight: 500;
        color: #343434;
        font-size: 16px;
        line-height: 210%;
        letter-spacing: 0;
        font-family: "Zen Kaku Gothic Antique";
        scrollbar-color: #177841 #FFFFFF;
        scrollbar-width: thin;
    
}


    .details {
        /* background: #FFFFFF;
 */
        /* box-shadow: 0px 0px 10px rgba(159, 159, 159, 0.12);
 */
        /* border-radius: 4px;
 */
        /* padding: 5.33vw 0 5.33vw 2.66vw;
 */
        /* width: clamp(100%, min(51vw, 864px), 864px);
 */
        /* margin-bottom: 32px;
 */
        /* box-sizing: border-box;
 */
        /* position: relative;
 */
    
}
    .details:last-of-type {
        margin: 0;
    
}
    .details-summary {
        font-style: normal;
        /* list-style-type: none;
 */
        display: flex;
        align-items: flex-start;
        gap: 8px;
        /* max-width: 68.8vw;
 */
        font-weight: 700;
        font-size: 18px;
        line-height: 160%;
        color: #01733A;
        padding: 0 0 12px;
    
}
    .details .qa_span {
        font-family: 'Poppins';
        /* font-style: normal;
 */
        font-weight: 600;
        font-size: 22px;
        line-height: 24px;
        /* text-align: center;
 */
        letter-spacing: 0;
        color: #01733A;
    
}
    .details-summary .btn {
        display: none;
        /* position: absolute;
 */
        /* transform-origin: center center;
 */
        /* transition-duration: 0.2s;
 */
        /* transition: 0.3s;
 */
        /* transform: translateY(-25%) rotate(45deg);
 */
        /* width: 6px;
 */
        /* height: 6px;
 */
        /* border-bottom: 2px solid #CFE46A;
 */
        /* border-right: 2px solid #CFE46A;
 */
        /* right: 5.86vw;
 */
    
}
    .details-summary.is-active .btn {
        transform: translateY(-25%) rotate(225deg);
    
}
    .details-content {
        display: flex;
        gap: 8px;
        border-top: 1px solid #CACACA;
        padding: 12px 0 0;
        /* margin-top: 8px;
 */
        /* max-width: 80.26vw;
 */
        align-items: flex-start;
    
}
    .details-content p {
        /* height: auto;
 */
        font-weight: 700;
        font-size: 15px;
        line-height: 180%;
        /* max-width: 62.4vw;
 */
    
}

    .entry {
        margin: 147px auto 148px;
        max-width: 1200px;
        width: 100%;
    }
    .entry_wrap {
        width: 100%;
        margin: auto;
    }
    .entry .h2_title {margin-bottom: 96px;}
    .entry .h2_title h2 {
        font-weight: 600;
        font-size: 24px;
        line-height: 140%;
        letter-spacing: 0.04em;
    }
    .entry .h2_title p {
        
    }
    .entry .h2_title p:last-of-type {
        
    }

    .tab-nav {
    margin: 0 auto 35px;
    padding: 0;
    width: 90vw;
    overflow-x: scroll;
    display: flex;
    /* display: inline-flex;
    *//* height: 44px;
    */border-radius: 6px;
    flex-direction: row;
    align-items: center;
    border-bottom: 1px solid #343434;
    column-gap: 6px;
    max-width: 1200px;
    }
        .tab-btn {
    list-style: none;
    font-weight: 700;
    font-size: 16px;
    width: fit-content;
    /* float: left;
    */font-family: "Zen Kaku Gothic Antique";
    line-height: 100%;
    /* border-radius: 6px 6px 0 0;
    */background: #F4F4F4;
    color: #AEAEAE;
    padding: 10px 0;
    width: 231px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 44px;
    box-sizing: border-box;
    /* width: 117%;
    */
    }
        .tab-btn.is-active {
    color: #FFFFFF;
    background: #EC6B62;
    }
        .tab-panel {
            display: none;
        
    }
        .tab-panel.is-active {
            display: block;
        
    }
        .form01 iframe,
        .form02 iframe,
        .form03 iframe {
            /* width: 100vw;
    */
            max-width: 1200px;
        
    }
        .tab-content {

        
    }
        footer {
            padding: 26px 0 32px;
        
    }
        .footer_logo {
            max-width: 281vw;
            /* width: 14.6vw; */
    }
        .footer_logo a {
            gap: 0.83vw;
        
    }
    .footer_logo a>div {
            gap: 0.83vw;
            /* gap: 12px; */
    }
        .footer_logo a div img {
            height: 3.75vw;
    }
        .footer_logo a div p {
            font-size: 2.84rem;
            /* line-height: 22px; */
    }
    .footer_logo a>p {
            /* font-size: 0.93vw;
            line-height: 22px; */
            font-size: 1.26rem;
    }
        footer>a {
            font-size: 0.72vw;
            margin: 3.95vw auto 0;
        
    }
        footer>small {
            font-size: 0.62vw;
        
    }
}

@media screen and (min-width: 1440px) {
    .h_none {
        display: block;
    }
    header {
        display: flex;
        position: fixed;
        background: #fff;
        justify-content: space-between;
        height: 5.83vw;
        /* position: absolute;
 */
        /* top: 19px;
 */
        /* max-width: 1720px;
 */
        width: 100%;
        /* max-height: 112px;
 */
        box-shadow: 3px 3px 20px 0px #00000014;
        box-sizing: border-box;
        /* padding: 19px 5.2vw 0; */
        /* padding: 1.3vw 5.2vw 0; */
        padding: 0 5.2vw;
        align-items: center;
}

    .header_logo {
        gap: 2px;
        /* width: clamp(27px, 14.7vw, 281px); */
        margin: 0;
        max-width: 281px;
        width: 100%;
        max-height: 75px;
}
.header_logo>div {gap: 6px;}
    .header_logo>div>img {
        max-height: 35px;
        height: 1.85vw;
}
    .header_logo>div>p {
        /* font-size: 0.93vw; */
        /* line-height: 140%; */
        /* font-size: 15px; */
        font-size: 1.43rem;
}
    .header_logo>p {
    font-size: 0.63rem;
    }
    .sp_nav_icon {
        display: none;
    
}

    header nav {
        width: clamp(375px, 58.7vw, 1126px);
        opacity: 1;
        visibility: visible;
        position: relative;
        height: auto;
        background: none;
        max-width: 1126px;
        width: 100%;
    
}
    header nav ul {
        align-items: center;
        gap: 2.08vw;
        flex-direction: row;
        width: 100%;
        padding: 0;
        height: auto;
        /* position: relative;
 */
    
}
    header nav ul li {
        list-style: none;
        /* width: fit-content;
 */
        /* max-width: 250px;
 */
        /* transition: 0.3s;
 */
        /* color: #C9D883;
 */
        position: relative;
        padding: 24px 0;
    
}
    header nav ul li::after {
        content: "";
        background: #C9D883;
        border-radius: 50%;
        width: 8px;
        height: 8px;
        position: absolute;
        left: 50%;
        right: 50%;
        top: 0;
        opacity: 0;
        transition: 0.3s;
    }
	header nav ul li:hover::after {
		content: "";
		opacity: 1;
}
	header nav ul li:last-of-type:hover::after {
		display: none;
	
}
    header nav ul li a {
        font-weight: 700;
        font-size: 1rem;
        color: #343434;
        /* border-bottom: 1px solid #F6F9BA; */
        /* position: relative;
 */
    
}
    header nav ul li:last-of-type {
        max-width: 246px;
        width: 100%;
        max-height: 56px;
        background: #FFFFFF;
        /* border-radius: 6px;
 */
        /* box-sizing: border-box;
 */
        margin: 0;
        /* border: 2px solid #16A756;
 */
        /* box-sizing: border-box;
 */
        /* list-style: none;
 */
        padding: 0;
    
}
    header nav ul li:last-of-type a {
        width: fit-content;
        display: flex;
        column-gap: 10px;
        font-weight: 700;
        font-size: 14px;
        line-height: 1;
        /* border: none;
 */
        padding: 15px 0;
        color: #01733A;
        margin: auto;
        letter-spacing: 0.04em;
        align-items: center;
        justify-content: center;
    
}
    header nav ul li:last-of-type:hover {
        background: #16A756;
    }
    header nav ul li:last-of-type:hover a {
        color: #fff;
}
    header nav ul li:last-of-type a::after {
        content: "";
        /* background: url(../images/link_after.svg); */
        /* background-image: url(../images/btn_link_after01.svg); */
        /* width: 7px; */
        /* height: 13px; */
        /* display: inline-block; */
        /* background-repeat: no-repeat; */
}
    header nav ul li:last-of-type:hover a::after {
        background-image: url(../images/btn_link_after01.svg);
    }
    .mv {
        padding: 130px 0 0;
}
    .vision {
        width: 100%;
        margin-bottom: 104px;
    
}
    .vision_contents {
        /* overflow-x: scroll;
 */
        margin: 56px auto 184px;
/* margin: 48px 5.32vw 0;
 */padding: 0;
overflow-x: unset;
/* scrollbar-color: #343434 #ECECEC;
 *//* scrollbar-width: thin;
 */max-width: 1105px;
}

    .vision_contents img {
        height: 625px;
    
}
.wish_sen {margin: 56px auto 0;width: 90vw;}
.wish_sen p {
    /* margin: 56px auto 0; */
    /* width: 90vw; */
    font-size: 1rem;
    font-size: 15px;
    line-height: 210%;
    letter-spacing: 0;
}
.wish_sen p:nth-of-type(1) {
    font-size: 2rem;
    font-weight: 600;
    line-height: 160%;
}
.wish_sen p:nth-of-type(2) {
    /* text-align: center; */
    margin: 56px auto 24px;
    font-size: 30px;
    line-height: 200%;
    /* letter-spacing: 0.01em; */
}
.wish_sen p:nth-of-type(3) {
    /* text-align: center; */
    font-size: 30px;
}
.wish_sen p:nth-of-type(3) span {
    font-size: 2rem;
    font-weight: 600;
}
}

@media screen and (min-width: 1921px) {
    .mv {
        /* background-size: contain;
 */
    
}

    .footer_logo {
        max-width: none;
        width: 100%;
    
}
    .footer_logo a {
        gap: 16px;
    
}
    .footer_logo a img {
        height: 99px;
    
}
    .footer_logo a p {
        font-size: 18px;
    
}
    footer>a {
        font-size: 14px;
        margin: 76px auto 0;
    
}
    footer>small {
        font-size: 12px;
    
}
}