/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

:root {
    --green: #4f8937;
    --l-green: #8cc63f;
    --p-green: #e5f1cb;
    --gray: #4d4d4d;
}
*,
*:before,
*:after {
    box-sizing: initial;
}
html {
    scroll-behavior: smooth;
    /* font-size: 62.5%; */
    /* font-size: calc(10 / 1440 * 100vw); */
    color: #191916;
}
body {
    margin: 0;
    font-family: "Zen Maru Gothic", sans-serif;
    color: #4d4d4d;
    background-color: #fff;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
p {
    margin: 0;
    font-size: max(0.9375vw, 16px);

}
a {
    text-decoration: none;
    color: unset;
    transition: all .4s;
}
a:hover {
    opacity: .7;
}
img {
    width: 100%;
    display: block;
}
.txt {
    line-height: 2;
    font-size: 18px;
}
.inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 5vw 3vw;
    width: 100%;
}

.fadeIn.wow.fade-slow.animated {
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
}

/*===================================================

PC FV

====================================================*/
.fv {
    position: relative;
}
.fv-main {
    position: absolute;
    left: 15vw;
    top: 50%;
    transform: translateY(-50%);
    width: 60vw;
}
h1 {
    width: 30vw;
    margin: 0 0 50px;
}
.fv-copy {
    font-size: max(1.875vw, 28px);
    font-weight: 500;
    margin-bottom: 30px;
}
.fv-txt {
    font-size: max(1.25vw, 16px);
    font-weight: 500;
    line-height: 2;
}


h2 {
    text-align: center;
    font-size: 30px;
    margin: 0;
    letter-spacing: 4px;
    font-weight: 500;
}
.h2-en {
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: var(--l-green);
    letter-spacing: 4px;
}
.hdg-area {
    margin-bottom: 70px;
}
/* service */

.service-list {
    display: flex;
    gap: 4vw;
    justify-content: center;
}
.service-item {
    width: calc((100% - 100px) /3);
}
.service-h3 {
    text-align: center;
    color: var(--l-green);
    font-size: 28px;
    font-weight: bold;
    margin: 3vw 0 1vw;
}
.service-item .txt {
    text-align: justify;
}

/* feature  */
.feature {
    background: var(--p-green);
}
.feature .h2-en {
    color: var(--green);
}
.feature-list {
    display: flex;
    gap: 2.7083vw;
    margin-bottom: 5vw;
}
.feature-item {
    background: #fff;
    padding: 5vw 3vw 3vw;
    border-radius: 1vw;
    width: calc((100% - 5vw) / 2);
    position: relative;
}
.feature-h3 {
    color: var(--green);
    font-size: 28px;
    margin-top: 0;
    font-weight: bold;
    line-height: 1.4;
}
.feature-num {
    font-size: 30px;
    font-weight: 500;
    color: #fff;
    background: var(--green);
    aspect-ratio: 1 / 1;
    border-radius: 10vw;
    width: 5.5vw;
    position: absolute;
    top: -2.5vw;
    left: 50%;
    transform: translateX(-50%);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.feature-message__ttl {
    font-size: 30px;
    color: var(--green);
    text-align: center;
    font-weight: bold;
    margin-bottom: 2vw;
}
.feature-message__txt {
    font-size: 22px;
    text-align: center;
    font-weight: 500;
    line-height: 2;
}
.company-wrap dl {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    border-bottom: 1px solid #aaa;
    padding-bottom: 2vw;
    margin: 2vw 0;
}
.company-wrap dt {
    flex-basis: 25%;
    text-align: right;
    font-size: 16px
}
.company-wrap dd {
    flex-basis: 65%;
    font-size: 16px;
    margin: 0;
}

.footer {
    background: var(--l-green);
    padding: 3vw;
    text-align: center;
}
.ft-logo {
    width: 14.5833vw;
    margin: 0 auto 1vw;
}
small {
    font-size: 15px;
    color: #fff;
}

/*===================================================

PC END

====================================================*/
.pc-only {
    display: block !important;
}
.sp-only {
    display: none !important;
}

/*===================================================

SP CSS 

====================================================*/


@media (max-width: 750px) {


    .pc-only {
        display: none !important;
    }
    .sp-only {
        display: block !important;
    }

    html {
        font-size: 62.5%;
    }
    *,
    *:before,
    *:after {
        box-sizing: border-box;
    }
    /*===================================================

SP FV

====================================================*/
    .hdg-area {
        margin-bottom: 30px;
    }
    .inner {
        width: 100%;
        padding: 15vw 4vw;
    }
    .fv-main {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        transform: unset;
    }
    h1 {
        width: 70%;
        position: absolute;
        top: 20vw;
        left: 50%;
        transform: translateX(-50%);
    }
    .fv-ex {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 4vw 4vw 8vw;
    }
    .fv-copy {
        text-align: center;
        font-size: 6vw;
        margin-bottom: 2vw;
    }
    .fv-txt {
        font-size: 16px;
    }

    h2 {
        font-size: 6.3613vw;
        margin: 5px;
    }
    .h2-en {
        font-size: 3.5623vw;
    }
    .service .inner {
        padding-inline: 8vw;
    }
    .service-item {
        display: flex;
        width: 100%;
        flex-direction: column;
        align-items: center;
    }
    .service-list {
        flex-direction: column;
        gap: 10vw;
    }
    .service-item img {
        width: 60%;
    }
    .service-h3 {
        font-size: 5.0891vw;
        margin: 4vw 0 2vw;
    }
    .service-item {
        display: flex;
        width: 100%;
        flex-direction: column;
        align-items: center;
    }
    .service-list {
        flex-direction: column;
        gap: 10vw;
    }
    .service-item img {
        width: 60%;
    }
    .service-h3 {
        font-size: 6.1069vw;
        margin: 4vw 0 2vw;
    }
    .feature-list {
        flex-direction: column;
        gap: 15vw;
        margin-top: 50px;
    }
    .feature-item {
        width: 100%;
        border-radius: 20px;
        padding: 10vw 7vw 5vw;
    }
    .feature-num {
        width: 15vw;
        top: -8vw;
    }
    .feature-h3 {
        margin-bottom: 2vw;
        font-size: 5.0891vw;
    }
    .txt {
        line-height: 1.8;
        font-size: 16px;
    }
    .feature-message {
        margin: 10vw 0 0;
    }
    .feature-message__ttl {
        font-size: 6.1069vw;
        margin-bottom: 3vw;
    }
    .feature-message__txt {
        font-size: 4.3257vw;
        line-height: 1.8;
    }
    .company-wrap dl {
        flex-direction: column;
        align-items: baseline;
        padding-bottom: 5vw;
        margin-bottom: 5vw;
    }
    .company-wrap dt {
        width: 100%;
        flex-basis: 100%;
        text-align: left;
        font-weight: bold;
        margin-bottom: 5px;
    }
    .company-wrap dd {
        width: 100%;
        margin: 0;
        font-size: 16px;
    }

    .ft-logo {
        width: 50%;
    }
    .footer {
        padding: 5vw;
    }
    small {
        font-size: 3.0534vw;
    }
}
/*===================================================

SP 375px~

====================================================*/
@media (max-width: 375px) {}