@import url(https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,500;1,700&family=Raleway:wght@400;600;700&display=swap);
html,body {
    margin: 0 auto;
    padding: 0
}
html *,body * {
    box-sizing: border-box
}
body {
    overflow-x: hidden;
    font-style: normal;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-size: 14px;
    font-weight: 600;
    font-feature-settings: "palt";
    color: #161f40;
    line-height: 2;
}
p.text {
    font-weight: 600;
    font-feature-settings: unset;
    letter-spacing: .05em
}
div,span {
    margin: 0;
    padding: 0
}
address {
    font-style: normal
}
h1,h2,h3,h4,h5,h6 {
    margin: 0;
    padding: 0;
    font-family: "Raleway", sans-serif;
    font-size: 100%;
    font-weight: bold;
    font-feature-settings: unset;
    letter-spacing: .05em
}
div,span,p,pre,code,blockquote,q {
    margin: 0;
    padding: 0
}
article,aside,figure,main,figcaption,footer,header,nav,section {
    display: block
}
code {
    font-style: normal;
    font-weight: normal
}
cite,dfn,em,strong,var {
    font-style: normal;
    font-weight: normal
}
ins,del {
    text-decoration: none
}
abbr,acronym {
    border: 0;
    font-feature-settings: normal;
    font-variant: normal
}
sup {
    vertical-align: top
}
sub {
    vertical-align: baseline
}
img {
    width: 100%;
    border: 0;
    vertical-align: bottom
}
.bold {
    font-weight: bold
}
ul,ol,dl,dt,dd {
    margin: 0;
    padding: 0
}
li {
    margin: 0;
    padding: 0;
    list-style: none
}
table {
    margin: 0;
    padding: 0;
    border-collapse: collapse;
    border-spacing: 0
}
tr,td,thead,tfoot,tbody {
    margin: 0;
    padding: 0
}
th {
    margin: 0;
    padding: 0;
    font-weight: normal;
    text-align: left
}
caption {
    font-weight: normal;
    text-align: left
}
.clearfix:after {
    visibility: hidden;
    display: block;
    content: " ";
    clear: both;
    height: 0
}
.is-pc {
    display: block
}
.is-sp {
    display: none
}
.pc-only {
    display: block
}
.inView {
    opacity: 0
}
main {
    width: 100vw;
    overflow: hidden;
}
main>section {
    position: relative;
    width: 100%;
    margin: 0 auto;
    text-align: center
}
main>section .inner {
    width: 100%;
    margin: 0 auto
}
.head_text {
    color: #74b300;
}
@media screen and (min-width: 768px) {
    .btn_l:hover:before {
        opacity: 1;
        transform: translateY(-50%) scale(1.333333333)
    }
    .btn_l:hover:after {
        opacity: 0
    }
}
/* スマホ用（768px以下でのみ有効） */
@media screen and (max-width: 768px) {
    .sp-only {
        display: block;
    }
    .pc-only {
        display: none !important;
    }
}
/* PC用（769px以上では無効化） */
@media screen and (min-width: 769px) {
    .sp-only {
        display: none !important;
    }
}

#header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 9999
}
#header .inner {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    max-width: 1400px;
    margin: 0 auto;
    padding: 20px 64px 17px
}
#header .header_logo {
    width: 20%
}
.header_contact {
    display: flex;
    width: 40%;
    gap: 10%;
}
.lower_contact {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: stretch
}
.lower_contact .tel .title {
    margin-right: 3.4285714286vw;
    color: #fff
}
.lower_contact .tel .title p {
    font-weight: 600
}
.lower_contact .tel .title p:first-of-type {
    margin-bottom: 1.1428571429vw;
    font-family: "raleway";
    font-size: 3.4285714286vw;
    line-height: 1
}
.lower_contact .tel .title p:last-of-type {
    font-size: 1.1428571429vw
}
.lower_contact .tel dl {
    position: relative;
    height: 3.4285714286vw;
    padding-top: 0.4285714286vw;
    padding-left: 4.2857142857vw
}
/*  Footer Base */
.wbf-footer {
  background: #5BA533;
  color: #fff;
  padding: 50px 0 20px;
  font-family: "Noto Sans JP", sans-serif;
}
.wbf-footer .inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 40px;
}
/* Logo / Address area */
.footer-left {
  flex: 1;
}
.footer-logo img {
  width: 260px;
  height: auto;
  margin-bottom: 30px;
}
.footer-address {
  font-size: 18px;
  line-height: 1.8;
}
/*Contact Info (FAX / TEL)*/
.footer-right {
  display: flex;
  gap: 60px;
  margin-top: 40px;
}
.footer-right dl dt {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 6px;
}
.footer-right dl dd a {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  text-decoration: none;
}
.footer-right dl dd a:hover {
  opacity: 0.8;
}
/*Copyright*/
.footer-copy {
  text-align: center;
  margin-top: 40px;
  font-size: 12px;
  opacity: 0.8;
}

.top .kv {
    position: relative;
}
.top .kv picture {
    display: block;
    width: 100%
}

@media screen and (max-width: 900px) {
    #header .inner {
        padding: 36px
    }
    #header .gNav ul li+li {
        margin-left: 20px
    }
}

@media screen and (max-width: 767px) {
    body {
        font-size: 3.5897435897vw
    }
    .is-pc {
        display: none !important
    }
    .is-sp {
        display: block
    }
    #header.is-current {
        background-color: #2c221e
    }
    #header .inner {
        display: flex;
        flex-flow: row nowrap;
        justify-content: space-between;
        align-items: center;
        padding: 5.641025641vw
    }
    #header .header_logo {
        width: 170px;
        padding: 0 10px;
    }
    #header h1 a {
        width: 25vw;
        height: 5.1282051282vw
    }
    .lower_contact {
        display: none
    }

    .wbf-footer .inner {
        flex-direction: column;
        align-items: flex-start;
        text-align: justify;
    }

    .footer-logo img {
        width: 220px;
        margin: 0 0px 15px 0px;
        display: flex;
    }

    .footer-address {
        font-size: 16px;
        line-height: 1.7;
    }

    .footer-right {
        width: 100%;
        display: flex;
        justify-content: space-between;
        gap: 0px;
    }

    .footer-right dl dd a {
        font-size: 15px;
    }

    .footer-copy {
        margin-top: 50px;
        font-size: 11px;
    }

    .top .jp {
        font-size: 5.1282051282vw
    }

    .top .kv .kv_text {
        justify-content: flex-start;
        width: 100%;
        padding-left: 5.1282051282vw;
        height: 63.0769230769vw;
        transform: translateY(-5.1282051282vw)
    }

    .top .kv .kv_text h1 {
        margin-bottom: 4.1025641026vw;
        font-size: 8.2051282051vw
    }

    .top .kv .kv_text .copy {
        width: 88.4358974359vw;
        padding: 2.0512820513vw;
        font-size: 4.4vw
    }

    .top .kv .kv_text .copy+.copy {
        width: 74.4358974359vw;
        margin-bottom: 3.5897435897vw;
        line-height: 1.2
    }

    .top .kv .kv_text .en {
        font-size: 3.0769230769vw;
        line-height: 1.166666667
    }

    .top .kv .kv_text .scroll_down {
        right: 5.1282051282vw;
        bottom: 8.2051282051vw;
        left: unset;
        width: 20.5128205128vw;
        height: 20.5128205128vw
    }
}

/* About セクション全体 */
.wsb-about {
    margin-top: -20%;
    padding: 0 7% 7%;
}
.wsb-about__inner {
    max-width: 1000px;
    margin: 0 auto;
}
.wsb-about__head {
    background-color: #e3f5cd;
    border-radius: 24px;
    padding: 32px 40px;
    margin-bottom: 40px;
}
.wsb-about__flex {
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.wsb-about__en {
    width: 25%;
}
.wsb-about__text {
    font-size: 15px;
    line-height: 2;
    letter-spacing: 0.5px;
}
.wsb-about__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
}
.wsb-about__col_01 {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.wsb-about__col_02 {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.wsb-about-card {
    background-color: #e3f5cd;
    border-radius: 24px;
    padding: 32px 32px 28px;
}
.wsb-about-card--right {
    background-color: #e5f7d6;
}
.wsb-about-card__label_01 {
    font-size: 23px;
    font-weight: bold;
    color: #351706;
}
.wsb-about-card__num_01 {
    margin-left: 6px;
    display: inline-flex;
    background-color: #8A6530;
    color: #fff;
    font-size: 20px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
}
.wsb-about-card__label_02 {
    font-size: 23px;
    font-weight: bold;
    color: #509B1F;
}
.wsb-about-card__num_02 {
    margin-left: 6px;
    display: inline-flex;
    background-color: #93C93F;
    color: #fff;
    font-size: 20px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
}
.wsb-about-card__title_01 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 16px;
    color: #351706
}
.wsb-about-card__title_02 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 16px;
    color: #509B1F;
}
.wsb-about-card__text {
    font-size: 15px;
    line-height: 2;
    margin-bottom: 24px;
    text-align: left;
}
.wsb-about-card__btnwrap {
    display: inline-flex;
    align-items: center;
    gap: 12px;
}
.wsb-about-card__btnimg img {
    display: block;
    width: 60%;
    height: auto;
    margin: auto;
}
.wsb-about-card__note {
    font-size: 11px;
    line-height: 1.4;
}
.wsb-about__photo {
    border-radius: 24px;
    overflow: hidden;
}
.wsb-about__photo img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}
@media (max-width: 768px) {
    .header_contact {
        display: flex;
        width: 105%;
        gap: 4%;
    }
    .wsb-about {
        margin-top: -40%;
        padding: 0 7% 7%;
    }
    .wsb-about__head {
        padding: 24px 20px;
    }
    .wsb-about__flex {
        display: block;
    }
    .wsb-about__en {
        display: block;
        margin: auto;
        width: 50%;
        margin-bottom: 5%;
    }
    .wsb-about__grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .wsb-about__col_02 {
        flex-direction: column-reverse;
    }
    .wsb-about-card {
        padding: 24px 20px 22px;
    }
    .wsb-about-card__label_01 {
        font-size: 19px;
    }
    .wsb-about-card__label_02 {
        font-size: 19px;
    }
    .wsb-about-card__title {
        font-size: 20px;
    }
    .wsb-about__text {
        font-size: 18px;
        line-height: 2;
        letter-spacing: 0.5px;
        font-weight: 500;
        text-align: left;
    }
    .wsb-about-card__text {
        font-size: 17px;
        font-weight: 500;
    }
    .wsb-about-card__btnimg img {
        width: 90%;
    }
}

/* About セクション（tochp） */
.about-tochp {
    margin-top: -18%;
}
.about-tochp__inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
    gap: 60px;
}
.about-tochp__img {
    width: 50%;
}
.about-tochp__img img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    object-fit: cover;
    display: block;
}
.about-tochp__content {
    flex: 1;
    min-width: 300px;
}
.about-tochp__heading {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 30px;
}
.about-tochp__line {
    width: 4px;
    height: 70px;
    background: #8fbe45;
    margin-top: 4px;
}
@media (max-width: 768px) {
    .about-tochp__line {
        height: 70px;
    }
    .sp_tochp_line_second {
        height: 100px;
    }
}
.about-tochp__titles {
    display: flex;
    flex-direction: column;
    text-align: justify;
}
.about-tochp__en {
    font-size: 32px;
    font-weight: 700;
    color: #4a4a4a;
    line-height: 1.1;
    margin: 0 0 6px;
    font-style: italic;
}
.about-tochp__ja {
    font-size: 28px;
    font-weight: 700;
    color: #74b300;
    margin: 0;
    line-height: 1.2;
}
.about-tochp__text {
    font-size: 20px;
    line-height: 2;
    color: #333;
    text-align: left;
}
@media (max-width: 768px) {
    .about-tochp {
        margin-top: 5%;
    }
    .about-tochp__img {
        width: 100%;
    }
    .about-tochp__inner {
        flex-direction: column;
        text-align: left;
        gap: 40px;
    }
    .about-tochp__text {
        margin-top: 5%;
        font-weight: 500;
    }
    .about-tochp__en {
        font-size: 34px;
    }
    .about-tochp__ja {
        font-size: 26px;
    }
}

/*  Flow セクション（tochp）*/
.flow-tochp {
    padding-top: 70px;
    position: relative;
    z-index: 2;
}
.flow-tochp__inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}
.flow-tochp__heading {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 50px;
}
@media (max-width: 768px) {
    .flow-tochp__heading {
        height: 110px;
    }
}
.flow-tochp__line {
    width: 4px;
    height: 80px;
    background: #8fbe45;
}
.flow-tochp__titles {
    display: flex;
    flex-direction: column;
}
.flow-tochp__en {
    font-size: 34px;
    font-weight: bold;
    color: #4a4a4a;
    line-height: 1;
    text-align: left;
    font-style: italic;
}
.flow-tochp__ja {
    font-size: 26px;
    font-weight: 700;
    color: #74b300;
    margin: 0;
}
.flow-tochp__ja span {
    font-size: 16px;
    color: #333;
    margin-left: 12px;
    font-weight: 400;
}
.flow-tochp__list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}
.flow-tochp__item {
    position: relative;
    background: #f3f9e8;
    border-radius: 10px;
    padding: 25px 20px;
    text-align: center;
    min-height: 300px;
}
.flow-tochp__item {
    position: relative;
}
.flow-tochp__step {
    color: #f5a623;
    font-size: 22px;
    font-weight: 700;
    margin: 0;
    position: absolute;
    top: -7%;
    left: 15px;
    padding-right: 40px;
    background: transparent;
}
.flow-tochp__item:nth-child(-n+4) .flow-tochp__step::after {
    content: "";
    position: absolute;
    width: 40px;
    height: 70px;
    background-image: url(../img/tochp/arrow.webp);
    background-size: contain;
    background-repeat: no-repeat;
    right: -88%;
    top: 60%;
}
.flow-tochp__title {
    color: #74b300;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
}
.flow-tochp__img img {
    height: 80px;
    width: auto;
    margin-bottom: 15px;
}
.flow-title_tochp_img {
    position: absolute;
    right: 10%;
    top: 15%;
    width: 240px;
}
.flow-tochp__text {
    font-size: 15px;
    letter-spacing: 1px;
    color: #333;
    line-height: 1.7;
    text-align: left;
}
.flow_step {
    font-size: 24px;
    margin-top: -15px;
    text-align: end;
}
.flow-pagination .swiper-pagination-bullet-active {
  background: #74b300;  /* ←ここを好きな色へ */
}

@media (max-width: 768px) {  
    .flow-tochp__heading {
        flex-direction: row-reverse;
    }
    .flow-tochp__en {
        text-align: end;
    }
    .flow-tochp__list {
        grid-template-columns: 1fr;
        gap: 45px;
    }
    .flow-title_tochp_img {
        left: 5%;
        top: 9%;
        width: 140px;
    }
}

/* PC版：静的横並び */
@media (min-width: 768px) {
  .swiper-flow .swiper-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 24px;
  }
  .swiper-flow .swiper-slide {
    max-width: 1200px;
    width: calc(33% - 20px);
  }
  .flow-pagination {
    display: none;
  }
}

/* SP版：Swiperモード */
@media (max-width: 767px) {
  .swiper-flow .swiper-slide {
    width: 80%;
  }
}


.tochp-about-img__inner {
    width: 100%;
    aspect-ratio: 3 / 1;
    background-size: cover;
    background-position: center;
    background-image: url(../img/tochp/about_section_img.webp);
    margin-top: -10%;
}
@media (max-width: 768px) {
    .tochp-about-img__inner {
        width: 100%;
        aspect-ratio: 3 / 1;
        background-size: cover;
        background-position: center;
        background-image: url(../img/tochp/about_section_sp_img.webp);
        margin-top: -10%;
    }
}
/* tochp-about_02 セクション*/
.tochp-about_02 {
    background: #F9FFDD;
    padding: 10px 0 80px;
}
.tochp-about_02__inner {
    max-width: 1200px;
    margin: -10% auto 0;
    padding: 0 20px;
}
.about_02-tochp__heading {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 50px;
    max-width: 48%;
    margin-top: -15%;
    margin-left: auto;
}
.about_02-tochp__line {
    width: 4px;
    height: 75px;
    background: #8fbe45;
}
@media (max-width: 768px) {
    .about_02-tochp__line {
        height: 75px;
    }
}
.about_02-tochp__titles {
    display: flex;
    flex-direction: column;
}
.about_02-tochp__en {
    font-size: 34px;
    font-weight: bold;
    color: #4a4a4a;
    line-height: 1;
    text-align: left;
    font-style: italic;
}
.about_02-tochp__ja {
    font-size: 26px;
    font-weight: 700;
    color: #74b300;
    margin: 0;
}
.about_02-tochp__ja span {
    font-size: 16px;
    color: #333;
    margin-left: 12px;
    font-weight: 400;
}
.tochp-about_02__row {
    display: flex;
    gap: 60px;
    align-items: flex-start;
    margin-bottom: 60px;
}
.tochp-about_02__left {
    flex: 1;
    max-width: 48%;
}
.tochp-about_02__catch {
    font-size: 24px;
    font-weight: 700;
    color: #5b8f1c;
    margin-bottom: 20px;
    text-align: left;
}
.tochp-about_02__text {
    font-size: 20px;
    line-height: 2.5;
    text-align: left;
}
.tochp-about_02__logo-box {
    flex: 1;
    max-width: 48%;
    background: #ffffff;
    border-radius: 16px;
    padding: 30px;
    box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.08);
    display: flex;
    justify-content: center;
    align-items: center;
}
.tochp-about_02__logo-box img {
    width: 100%;
    height: auto;
    display: block;
}
.tochp-about_02__right-text {
    max-width: 48%;
}
.tochp-about_02__right-text p {
    font-size: 20px;
    line-height: 2.5;
    margin-bottom: 20px;
    text-align: left;
}
.tochp-about_02__highlight {
    font-size: 25px;
    font-weight: bold;
    color: #5b8f1c;
    margin: 0px 0 40px;
}
.tochp-about_02_img_graph {
    width: 90%;
    position: relative;
    z-index: 2;
    margin: auto;
}

@media (max-width: 768px) {
    .tochp-about_02 {
        padding: 80px 0;
    }
    .tochp-about_02__inner {
        padding: 0 16px;
    }
    .about_02-tochp__heading {
        position: relative;
        margin-right: 20px;
        flex-direction: row-reverse;
        z-index: 5;
        margin-bottom: -60px;
    }
    .tochp-about_02__text {
        font-size: 20px;
        line-height: 2;
        margin-top: 20px;
        font-weight: 500;
    }
    .tochp-about_02__row {
        flex-direction: column;
    }
    .tochp-about_02__left,
    .tochp-about_02__logo-box {
        max-width: 100%;
    }
    .tochp-about_02__logo-box {
        padding: 20px;
    }
    .tochp-about_02__right-text {
         max-width: 100%;
    }
    .tochp-about_02__right-text p {
        line-height: 2;
        font-weight: 500;
    }
    .tochp-about_02__highlight {
        font-size: 20px;
        text-align: justify;
    }
}

.tochp-program-img__inner {
    width: 100%;
    aspect-ratio: 3 / 1;
    background-size: cover;
    background-position: center;
    background-image: url(../img/tochp/program_section_img.webp);
    margin-top: -18%;
}
@media (max-width: 768px) {
    .tochp-program-img__inner {
        width: 100%;
        aspect-ratio: 3 / 1;
        background-size: cover;
        background-position: center;
        background-image: url(../img/tochp/program_section_sp_img.webp);
        margin-top: -10%;
    }
}
/* Program Section */
.program-section {
    padding: 80px 0;
    background: #fff;
}
.program-section__inner {
    width: 92%;
    max-width: 1200px;
    margin: -17% auto 0;
}
.program-section__heading {
    margin-bottom: 40px;
}
.program-section__en {
    font-size: 32px;
    font-weight: 600;
    color: #8fbe45;
    margin-bottom: 10px;
}
.program-section__ja {
    font-size: 28px;
    font-weight: 700;
    color: #357d36;
    line-height: 1.4;
}
.program-section__content {
    display: flex;
    gap: 50px;
    align-items: flex-start;
}
.program-section__textblock {
    flex: 1;
}
.program-section__labelimg img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-bottom: 25px;
}
.program-section__text {
    font-size: 16px;
    line-height: 1.9;
    text-align: left;
    color: #333;
}
.program-section__image {
    flex: 1;
}
.program-section__image img {
    width: 100%;
    border-radius: 16px;
    display: block;
}
.program-cards {
    position: relative;
    width: 90%;
    max-width: 1200px;
    margin: 80px auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 60px;
    z-index: 2;
}
.program-card__title img {
    width: 140px;
    height: auto;
    display: block;
}
.program-card__box {
    background: #f5fbdc;
    border-radius: 20px;
    padding: 10px 15px 20px;
    margin-top: -9%;
}
.program-card__icons img {
    height: auto;
    display: block;
    margin: 0px auto 20px;
}
.program-card__heading {
    font-size: 30px;
    font-weight: 700;
    color: #357d36;
    text-align: center;
}
.program-card__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin-bottom: 20px;
}
.program-card__list li {
    background: #fff;
    padding: 10px 15px;
    text-align: center;
    border-radius: 8px;
    font-size: 20px;
}
.program-card__note {
    font-size: 12px;
    color: #040404;
    line-height: 1.6;
    text-align: center;
    font-weight: bold;
    letter-spacing: 1px;
}
.program_note {
    text-align: end;
    font-size: 30px;
}
/* SP（スマホ）対応 */
@media (max-width: 768px) {
    .program-section__text {
        font-size: 20px;
        line-height: 2;
        font-weight: 500;
    }
    .program-section__content {
        flex-direction: column;
    }
    .program-section__ja {
        font-size: 22px;
    }
    .program-cards {
        width: 100%;
        grid-template-columns: 1fr;
        gap: 0px;
        margin: 0px auto;
    }
    .program-card__heading {
        font-size: 25px;
        margin-bottom: 10px;
    }
    .program-card__list li {
        font-size: 13px;
    }
    .title_reverse {
        display: flex;
        flex-direction: row-reverse;
    }
    .program-card__title img {
        width: 110px;
    }
}

.tochp-staff-img__inner {
    width: 100%; 
    aspect-ratio: 3 / 1;
    background-size: cover;
    background-position: center;
    background-image: url(../img/tochp/staff_section_img.webp);
    margin-top: -27%;
}

/* SP（スマホ）対応 */
@media (max-width: 768px) {
    .tochp-staff-img__inner {
        width: 100%;
        aspect-ratio: 2 / 1;
        background-size: cover;
        background-position: center;
        background-image: url(../img/tochp/staff_section_sp_img.webp);
        margin-top: -51%;
    }
}

/* Staff Section 全体 */
.staff-section {
    background: #F9FFDC;
    padding: 2% 0 100px;
}
.staff-section__inner {
    width: 92%;
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
}
.staff-section__images {
    display: flex;
    flex-direction: column;
    gap: 30px;
    z-index: 2;
}
.staff-section__img img {
    width: 100%;
    border-radius: 16px;
    display: block;
}
.staff-section__title {
    margin-bottom: 40px;
}
.staff-section__en {
    font-size: 46px;
    font-weight: 300;
    color: #8fbe45;
    font-family: "Caveat", cursive;
    line-height: 1;
    font-style: italic;
}
.staff-section__ja {
    font-size: 26px;
    font-weight: 700;
    color: #357d36;
}
.staff-section__content {
    z-index: 2;
}
.staff-section__person {
    margin-bottom: 40px;
}
.staff-section__header {
    justify-content: center;
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 15px;
}
.staff-section__icon img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 50%;
    flex-shrink: 0;
}
.staff-section__tag {
    border: 2px solid #357d36;
    padding: 0px 35px;
    border-radius: 13px;
    font-size: 18px;
    font-weight: 600;
    color: #357d36;
}
.staff-section__name {
    font-size: 18px;
    font-weight: 700;
    color: #333;
}
.staff-section__text {
    font-size: 18px;
    line-height: 2.5;
    color: #444;
    margin-bottom: 15px;
    font-weight: 500;
}
.staff_comment {
    font-size: 22px;
    font-weight: bold;
}
/* SP レスポンシブ */
@media (max-width: 768px) {
    .staff-section__inner {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .staff-section__text {
        font-size: 18px;
        line-height: 2;
        color: #444;
        margin: 25px 0;
        text-align: justify;
    }
    .staff-section__en {
        font-size: 36px;
    }
    .staff-section__icon img {
        width: 60px;
        height: 60px;
    }
    .staff-section__header {
        gap: 12px;
    }
}

@media (max-width: 767px) {
  .about_02-tochp__heading {
    margin-top: -15%;
  }
  .staff-sp__card {
    background: #F9FFDC;
    padding: 20px 18px;
    border-radius: 12px;
  }
  /* 上段・横並び（写真 + タイトル） */
  .staff-sp__header {
    margin-bottom: 3px;
    display: flex;
    align-items: flex-end;
    gap: 14px;
    margin-bottom: 16px;
  }
  /* 丸写真 */
  .staff-sp__icon img {
    width: 150px;
    height: 150px;
    object-fit: cover;
  }
  /* タイトル部分（縦並び） */
  .staff-sp__titles {
    display: flex;
    flex-direction: column;
    gap: 6px;
  }
  /* 肩書き（ボタン風） */
  .staff-sp__tag {
    display: inline-block;
    padding: 0px 20px;
    border: 2px solid #3a7d2e;
    border-radius: 8px;
    font-size: 20px;
    font-weight: 600;
    color: #3a7d2e;
  }
  .staff-sp__name {
    font-size: 20px;
    font-weight: 700;
    color: #2c6f29;
    text-align: left;
  }
  .staff-sp__text {
    font-size: 20px;
    font-weight: 700;
    color: #2c6f29;
    text-align: justify;
  }
  .staff02 {
    margin-bottom: 25px;
  }
}

.tochp-voice-img__inner {
    width: 100%;
    aspect-ratio: 3 / 1;
    background-size: cover;
    background-position: center;
    background-image: url(../img/tochp/voice_section_img.webp);
    margin-top: -20%;
}
/* SP（スマホ）対応 */
@media (max-width: 768px) {
    .tochp-voice-img_sp__inner {
        width: 100%;
        aspect-ratio: 1.2 / 1;
        background-size: cover;
        background-position: center;
        background-image: url(../img/tochp/voice-img_sp__inner.webp);
        margin-top: -31%;
    }
}

/* Voices Section*/
.voice-section {
    padding: 10px 0;
}
.voice-section__inner {
    width: 90%;
    max-width: 1200px;
    margin: -10% auto 0;
}
/* 見出し */
.voice-section__heading {
    text-align: left;
    margin-bottom: 40px;
}
.voice-section__en {
    font-size: 46px;
    font-family: "Caveat", cursive;
    color: #8fbe45;
    font-style: italic;
}
.voice-section__ja {
    font-size: 26px;
    font-weight: 700;
    color: #357d36;
}
/* Swiper スライド共通 */
.voice-swiper {
    padding: 40px 0 60px;
}
.voice-card img {
    width: 100%;
    border-radius: 24px;
    display: block;
    margin-bottom: 12%;
}
/* アクティブなスライド */
.voice-swiper .swiper-slide-active {
    opacity: 1;
    transform: scale(1);
}
/* ページネーション */
.voice-pagination .swiper-pagination-bullet {
    background: #8fbe45;
    width: 10px;
    height: 10px;
    opacity: 0.3;
    margin: 0 6px !important;
}
.voice-pagination .swiper-pagination-bullet-active {
    background: #357d36;
    opacity: 1;
}
/* SP レスポンシブ */
@media (max-width: 768px) {
    .voice-section__en {
        font-size: 34px;
    }
    .voice-card {
        transform: scale(0.9);
    }
    .voice-swiper .swiper-slide-active {
        transform: scale(1);
    }
}

.tochp-facility-img__inner {
    width: 100%;
    aspect-ratio: 3 / 1;
    background-size: cover;
    background-position: center;
    background-image: url(../img/tochp/facility_section_img.webp);
    margin-top: -20%;
}

/* SP（スマホ）対応 */
@media (max-width: 768px) {
    .tochp-facility-img__inner {
        width: 100%;
        aspect-ratio: 2 / 1;
        background-size: cover;
        background-position: center;
        background-image: url(../img/tochp/facility_section_sp_img.webp);
        margin-top: -20%;
    }
}



/* ---------------------------
   Facility セクション
---------------------------- */
.facility-section {
  padding: 80px 0;
  background: #F9FFDC;
}
.facility-inner {
    max-width: 1200px;
    margin: -10% auto 0;
    padding: 0 20px;
}
.facility-tochp__heading {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 25px;
    max-width: 50%;
    margin-top: -20%;
    margin-left: auto;
}
.facility-tochp__line {
    width: 4px;
    height: 80px;
    background: #8fbe45;
}
@media (max-width: 768px) {
    .facility-tochp__line {
        height: 75px;
    }
}
.facility-tochp__titles {
    display: flex;
    flex-direction: column;
}
.facility-tochp__en {
    font-size: 34px;
    font-weight: bold;
    color: #4a4a4a;
    line-height: 1;
    text-align: left;
    font-style: italic;
}
.facility-tochp__ja {
    font-size: 26px;
    font-weight: 700;
    color: #74b300;
    margin: 0;
}
.facility_02-tochp__ja span {
    font-size: 16px;
    color: #333;
    margin-left: 12px;
    font-weight: 400;
}

.facility-content {
    display: flex;
    gap: 40px;
    justify-content: center;
    align-items: flex-end;
}

/* ------- 左側の情報欄 ------- */
.facility-info {
  width: 45%;
}
.facility-office {
    font-size: 26px;
    color: #74b300;
    font-weight: 700;
    text-align: start;
}
.facility-info-list div {
    display: flex;
    font-size: 20px;
}
dl.facility-info-list {
    margin-bottom: 29%;
    padding-top: 20px;
}
.facility-info-list dt {
    width: 90px;
    font-weight: 600;
}
.facility-address {
    margin: 24px 0;
    font-size: 20px;
    text-align: justify;
    font-weight: 500;
}
.facility-map {
  width: 100%;
  min-height: 300px;
  display: flex;
}

/* ------- 右側画像 ------- */
.facility-images {
  width: 45%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.facility-imgbox img {
  width: 100%;
  border-radius: 10px;
  display: block;
}

/* --- SP レスポンシブ --- */
@media (max-width: 767px) {
  .facility-section {
    padding: 1px 0;
  }
  .facility-tochp__heading {
    flex-direction: row-reverse;
  }
  .facility-content {
    flex-direction: column;
  }
  .facility-info,
  .facility-images {
    width: 100%;
  }
  dl.facility-info-list {
    margin-bottom: 5%;
    padding-top: 20px;
   }
  .facility-map {
    height: 200px;
  }
  .facility-address {
    margin: 24px 0;
    font-size: 15px;
  }
}

/* ============================
   Form セクション全体
============================ */
section.form {
  max-width: 860px;
  margin: 0 auto;
  padding: 120px 20px 80px;
}

section.form h2 {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  color: #6f8f33;
  margin-bottom: 15px;
}

section.form > p {
    text-align: center;
    line-height: 1;
    color: #333;
    font-size: 35px;
}

.form_text {
    text-align: center;
    font-size: 16px;
    margin-bottom: 5%;
}

/* ============================
   フォーム外枠
============================ */
.wpcf7 form,
.mw_wp_form form {
  background: #f8fcd8;
  padding: 50px 60px;
  border-radius: 20px;
  box-sizing: border-box;
}

/* ============================
   各入力項目の dl
============================ */
.form dl {
  margin-bottom: 28px;
}

.form dl dt {
  margin-bottom: 8px;
  font-weight: 700;
  font-size: 15px;
  text-align: justify;
}

.form .required {
  background: #ff6b00;
  color: #fff;
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 12px;
  margin-left: 8px;
}

.form .unrequired {
  background: #c5c5c5;
  color: #fff;
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 12px;
  margin-left: 8px;
}

/* ============================
   入力項目（input / select / textarea）
============================ */
.form input[type="text"],
.form input[type="tel"],
.form input[type="email"],
.form select,
.form textarea {
  width: 100%;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 14px;
  font-size: 15px;
  box-sizing: border-box;
}

/* 姓・名、セイ・メイの横並び */
.form .input50 dd {
  display: flex;
  gap: 10px;
}

.form .input50 dd input {
  width: 100%;
}

/* textarea */
.form textarea {
  height: 160px;
}

/* ============================
   規約スクロールボックス
============================ */
.form .terms-box {
  height: 220px;
  overflow-y: scroll;
  border: 1px solid #ddd;
  padding: 15px;
  background: #fff;
  border-radius: 10px;
  font-size: 13px;
  line-height: 1.6;
  margin-bottom: 10px;
}

/* チェックボックス行 */
.form .wbf-accept {
    display: flex;
    gap: 10px;
    font-weight: 700;
    flex-direction: row;
    align-items: flex-end;
    justify-content: center;
}

/* ============================
   送信ボタン
============================ */
.form .wpcf7 input[type="submit"],
.form .mw_wp_form input[type="submit"],
.form .wpcf7 input[type="image"],
.form .mw_wp_form input[type="image"] {
  display: block;
  margin: 40px auto 0;
  cursor: pointer;
}

/* ---------------------------
   モーダル背景
--------------------------- */
.wbf-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

.wbf-modal-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.4);
}

/* ---------------------------
   モーダルウィンドウ
--------------------------- */
.wbf-modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  max-width: 700px;
  max-height: 80%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.3);
  overflow: hidden;
}

.wbf-modal-content h3 {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 700;
}

/* 閉じるボタン */
.wbf-modal-close {
  position: absolute;
  top: 10px;
  right: 15px;
  background: transparent;
  border: none;
  font-size: 26px;
  cursor: pointer;
}

/* スクロールエリア */
.wbf-modal-scroll {
  height: calc(80vh - 140px);
  overflow-y: auto;
  padding-right: 12px;
  line-height: 1.7;
  font-size: 14px;
}

.wbf-policy-open {
  color: #3a7fe2;
  text-decoration: underline;
  cursor: pointer;
}

.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 0em;
}

/*  PC 版：姓・名を横並び + 外ラベル表示 */
.form .input50 dd {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    align-items: center;
}
.form .input50 dd span.wbf-sublabel {
    display: block;
    font-size: 15px;
    margin-right: 10px;
    font-weight: 600;
    color: #333;
    width: 15%;
}
.form .wbf-input-block {
    display: flex;
    align-items: center;
}
/* ボタンラッパー */
.wbf-submit {
  text-align: center;
  margin-top: 40px;
}

/* 確認画面ボタン（画像→CSSへ完全置換） */
.wbf-btn-submit {
  width: 100%;
  max-width: 560px;  /* 任意（大きすぎる場合調整可能） */
  background: #f7921e;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  border: none;
  padding: 20px 0;
  border-radius: 10px;
  cursor: pointer;
  display: block;
  margin: 0 auto;
  transition: opacity 0.2s ease;
}

/* ホバー */
.wbf-btn-submit:hover {
  opacity: 0.85;
}

/* スマホ調整 */
@media (max-width: 767px) {
    section.form h2 {
        text-align: center;
        font-size: 24px;
    }
    .form_text {
        text-align: justify;
    }
    .wbf-btn-submit {
        font-size: 20px;
        padding: 18px 0;
        max-width: 100%;
    }
    .form .input50 dd {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    .form .wbf-accept {
        font-size: 12px;
        gap: 2px;
    }
}

@media (max-width: 767px) {
  .wpcf7 form,
  .mw_wp_form form {
    padding: 30px 20px;
  }
}

.confirm-area {
    padding: 0px 0px;
}
.confirm-area dl {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #ddd;
  padding: 16px 0;
  margin: 0;
}
.confirm-area dl dt {
  width: 40%;
  font-weight: 700;
  font-size: 1.1rem;
  color: #333;
  padding-right: 20px;
  line-height: 1.6;
}
.confirm-area dl dd {
  width: 60%;
  font-size: 1.1rem;
  line-height: 1.6;
  margin: 0;
}
.confirm-area dl.input50 {
  display: flex;
}
.confirm-area dl.input50 dd {
  display: flex;
  gap: 20px;
}
.confirm-area dl.input50 dd span,
.confirm-area dl.input50 dd * {
  width: 48%;
}
.confirm-area .button {
  text-align: center;
  margin-top: 40px;
}
.confirm-area .button input[type="image"] {
  width: 280px;
  max-width: 80%;
}
.confirm-area .submit_wrapper {
  text-align: center;
  margin-top: 20px;
}
.confirm-area .submit_wrapper .back {
  display: inline-block;
  padding: 10px 24px;
  background: #ccc;
  border-radius: 8px;
  color: #333;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .confirm-area dl {
    display: block;
    padding: 18px 0;
  }
  .confirm-area dl dt {
    width: 100%;
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 6px;
    color: #333;
  }
  .confirm-area dl dd {
    width: 100%;
    margin: 0;
    padding-left: 4px;
    font-size: 1rem;
    color: #666;
    line-height: 1.7;
  }
  .confirm-area dl.input50 dd {
    display: block;
  }
  .confirm-area dl.input50 dd * {
    width: 100%;
    display: block;
    margin-bottom: 4px;
  }
}

/* ==========================================================
   完了画面（thanks_page）デザイン
   ※確認画面と同じ雰囲気で統一
========================================================== */

.form_complete {
  background: #f7f9d9; /* 薄い黄背景（確認画面と統一） */
  padding: 60px 20px;
  border-radius: 20px;
  max-width: 780px;
  margin: 40px auto;
}

.form_complete .wpcf7 {
  text-align: center;
}

/* タイトル */
.form_complete .thanks_title {
  font-size: 2rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 20px;
  line-height: 1.4;
}

/* メインテキスト */
.form_complete .complete_text {
  font-size: 1.1rem;
  color: #555;
  line-height: 1.9;
  margin-bottom: 40px;
}

/* トップへ戻るボタン */
.form_complete .btn {
  display: inline-block;
  background: linear-gradient(135deg, #9ad18b, #67b25e);
  color: #fff;
  padding: 16px 40px;
  border-radius: 50px;
  font-size: 1.2rem;
  font-weight: 700;
  text-align: center;
  transition: 0.3s ease;
  width: 230px;
  margin: 0 auto;
}

.form_complete .btn:hover {
  opacity: 0.85;
  transform: translateY(-2px);
}

/* スマホ調整 */
@media screen and (max-width: 767px) {
  .form_complete {
    padding: 40px 16px;
    margin: 20px;
  }

  .form_complete .thanks_title {
    font-size: 1.6rem;
  }

  .form_complete .complete_text {
    font-size: 1rem;
    margin-bottom: 32px;
  }

  .form_complete .btn {
    padding: 14px 30px;
    font-size: 1.1rem;
    width: 200px;
  }
}
