body {
    font-size: 15px;
    line-height: 1.7;
    font-family: 'fot-tsukubrdgothic-std', 'serif';
    font-style: normal;
    font-weight: 500;
}

.wrapper {
    width: 100%;
    overflow: hidden;
}

.container {
    width: 100%;
    max-width: 1080px;
    max-width: 980px;
    margin: 0 auto;
    /* background: rgba(221, 160, 221, 0.432); */
}

.img {
    width: 100%;
    border-radius: 30px;

}

img {
    object-fit: cover;
    width: 100%;
}

.sp {
    display: none;
}

.pc {
    display: block;
}

.link-style {
    text-decoration: underline #67a149;
}

/* 下から */

.effect-fade {
    opacity: 0;
    transform: translate(0, 50px);
    transition: all 0.7s;
}

.effect-fade.effect-scroll {
    opacity: 1;
    transform: translate(0, 0);
}

.effect-fade-sp {
    opacity: 0;
    transform: translate(0, 50px);
    transition: all 0.7s;
}

.effect-fade-sp.effect-scroll {
    opacity: 1;
    transform: translate(0, 0);
}

.bg-y {
    background: #FFF8E3;
    z-index: -1;
}

.bg-w {
    background: #fff;
    z-index: -1;
}

.bg-g {
    background: #67a149;
    background: #67a1494a;
    z-index: -1;
}

.bg-m {
    background: #C1F3F0;
    z-index: -1;
}

.font-y {
    color: #FFF8E3;
}

.font-w {
    color: #fff;
}

.font-g {
    color: #67a149;
}

.font-m {
    color: #C1F3F0;
}

.font-b {
    color: #000 !important;
}

.ja-ttl {
    font-size: 35px;
    line-height: 54px;
}

.en-ttl {
    font-size: 16px;
    color: #67a149;
    margin-bottom: 10px !important;
}

.sub-ttl {
    font-size: 18px;
    line-height: 36px;
}

.sec-ttl {
    font-size: 18px;
    line-height: 36px;
}

h1 {
    font-size: 20px;
}

h2 {
    font-size: 44px;
    font-size: 35px;
    line-height: 54px;

}



h3 {
    font-size: 32px;
    font-size: 27px;
    line-height: 54px;
}

h4 {
    font-size: 24px;
    font-size: 18px;
    line-height: 36px;
}

h5 {
    font-size: 80px;
    line-height: 130px;
    font-weight: bold;
    margin-bottom: 5%;
}

.font15 {
    font-size: 15px;
}

.font32 {
    font-size: 16px;
    position: relative;
    z-index: 99;
}

.font40 {
    font-size: 30px;
    line-height: 60px;
}

a:hover {
    opacity: 0.7;
}

.breadcrumbs-m {
    font-size: 14px;
    margin-bottom: 40px;
    line-height: 1;
}

.icon-home {
    padding-bottom: 5px;
    vertical-align: middle;
    font-size: 20px !important;
}


/* ページトップへ戻るボタン */

#pagetop {
    position: fixed;
    z-index: 999;
    bottom: 20px;
    right: 20px;
}

#pagetop a {
    display: block;
    border: solid 1px #67a149;
    color: #67a149;
    width: 50px;
    padding: 10px 0;
    text-align: center;
    text-decoration: none;
    border-radius: 50px;
}

#pagetop a:hover {
    opacity: 0.7;
    text-decoration: none;
}

.fa-angle-up {
    font-size: 20px;
}


/* list --------------- */

.delay-show {
    position: relative;
}



/*========= 1文字ずつ出現させるためのCSS ===============*/

.eachTextAnime span {
    opacity: 0;
}

.eachTextAnime.appeartext span {
    animation: text_anime_on 1s ease-out forwards;
}

@keyframes text_anime_on {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/*========= 流れるテキスト ===============*/


.slide-in {
    overflow: hidden;
    display: inline-block;
}

.slide-in_inner {
    display: inline-block;

}

/*左右のアニメーション*/
.leftAnime {
    opacity: 0;
    /*事前に透過0にして消しておく*/
}

.leftAnim-2 {
    opacity: 0;
    /*事前に透過0にして消しておく*/
}

.slideAnimeLeftRight {
    animation-name: slideTextX100;
    animation-duration: 4.8s;

    animation-fill-mode: forwards;
    opacity: 0;
    display: block;
}



@keyframes slideTextX100 {
    from {
        transform: translateX(-100%);
        /*要素を左の枠外に移動*/
        opacity: 0;
    }

    to {
        transform: translateX(0);
        /*要素を元の位置に移動*/
        opacity: 1;
    }
}

.slideAnimeRightLeft {
    animation-name: slideTextX-100;
    animation-duration: 4.8s;

    animation-fill-mode: forwards;
    opacity: 0;
    display: block;
}


@keyframes slideTextX-100 {
    from {
        transform: translateX(100%);
        /*要素を右の枠外に移動*/
        opacity: 0;
    }

    to {
        transform: translateX(0);
        /*要素を元の位置に移動*/
        opacity: 1;
    }
}

/* step 順番に表示 ------------------------------ */

.fadeUpTrigger {
    opacity: 0;
}

.fadeUp {
    animation-name: fadeUpAnime;
    animation-duration: 1.4s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes fadeUpAnime {
    from {
        opacity: 0;
        transform: translateY(100px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* アニメーションスタートの遅延時間を決めるCSS*/

.delay-time02 {
    animation-delay: 1s;
}

.delay-time03 {
    animation-delay: 2s;
}

.delay-time04 {
    animation-delay: 3s;
}

/*　画像の拡大-----------------------------　*/

.zoomIn img {
    transform: scale(1);
    transition: .3s ease-in-out;
}

.zoomIn a:hover img {
    transform: scale(1.2);

}



.mask {
    display: block;
    line-height: 0;
    overflow: hidden;
    border-radius: 20px;
}

/* header ---------------- */


.mainnav li {
    position: relative;
}

.mainnav li ul {
    display: none;
}


.mainnav li:hover ul {
    display: block;
    position: absolute;
    top: 25px;
    top: 100%;
    left: 0px;
    z-index: 500;
    padding: 20px 0;
    padding-left: 7%;
    background: #fff;
}

.mainnav li li {
    width: 200px;
    border-left: 1px solid #dddddd;
    padding-left: 5%;
}


.header-flex {
    display: flex;
    margin-top: 65px;
    /* margin-bottom: -60px; */
    position: relative;
    z-index: 3;
}


.header-left img {
    padding: 5px 0 10px;
}

.no-index .header-right {
    width: 100%;
}

.right-nav {
    display: flex;
    justify-content: flex-end;
    gap: 40px;
    width: 900px;
    margin: auto;
    margin-right: 0;
    position: relative;
    z-index: 99;
}


.top-img {
    margin-top: 5%;
    aspect-ratio: 1520/922;
    width: 100%;
    height: auto;
}

.top-img img {
    border-radius: 50px;
    aspect-ratio: 1520/922;
    width: 100%;
    height: 100%;
}

.top-img-s {
    margin-top: 5%;
    aspect-ratio: 1520/622;
    width: 100%;
    height: auto;
}

.top-img-s img {
    border-radius: 50px;
    aspect-ratio: 1520/622;
    width: 100%;
    height: 100%;
}

h2.fvttl {
    background: #67a149;
    font-size: 30px;
    border-radius: 30px;
    color: #fff;
    margin-bottom: 1em;
    display: inline-block;
    padding: 1em;
}

.fv-area {
    margin: 0 auto;
    margin-top: -33px;
    position: relative;
    z-index: 3;
    margin-bottom: 20px;
}

.fv-area2 {
    margin: 0 auto;
    margin-top: 3%;
    position: relative;
    z-index: 3;
    margin-bottom: 12%;
}

.fv-area .fv-text {
    position: absolute;
    width: 50%;
    bottom: -17%;
    /* background: gray; */
    right: -10%;
    z-index: 3;
}


.index-header {
    padding-top: 30px;
}

.other-header {
    padding-top: 20px;
}

.index-logo {
    position: absolute;
    text-align: center;
    top: -66px;
    left: -175px;
    width: 35%;
    z-index: 3;
}

.index-logo img {
    width: 40%;
    border-radius: 50%;
}

.index-logo p.text {
    font-size: 20px;
    line-height: 1;
}

.index-logo p.text span {
    font-size: 11px;
}




.content {
    /* padding-bottom: 3vw; */
    /* height: 500px; */
    padding-bottom: 1vw;
    position: relative;
    z-index: 2;

}

.content p {
    /* margin-bottom: 60px; */
    margin-bottom: 30px;
    overflow-wrap: break-word;
}

.content h1 {
    margin-bottom: 1em;
}

.content h2 {
    margin-bottom: 6%;
}

.content h3 {
    margin-bottom: 3%;
}

.content h4 {
    margin-bottom: 6%;
}

.article-text {
    width: 50%;
    overflow-wrap: break-word;
}



@media only screen and (max-width: 1200px) {

    .fv-area .fv-text {
        width: 100%;
        width: auto;
        right: -5%;
    }

    h2.fvttl {
        font-size: 2.5vw;
        margin-bottom: 2vw;
        padding: 1em;
        line-height: 4vw;
        border-radius: 2.5vw;
    }

    .index-logo {
        top: -7vw;
        left: -13vw;
    }

    .index-logo img {
        width: 13vw;
    }



    .index-header {
        padding-top: 42px;
    }

    .other-header {
        padding-top: 42px;
    }

    .top-img img {
        border-radius: 5vw;
    }


}

@media only screen and (max-width: 768px) {

    .index-logo img {
        width: 22vw;
    }

    .index-logo {
        top: -13vw;
        left: -9vw;
    }

    .index-logo p.text {
        font-size: 3vw;
    }

    .index-logo p.text span {
        font-size: 2vw;
    }

    /* .index-logo p {
        font-size: 1vw !important;
    } */

    .fv-area .fv-text {
        position: unset;
        width: 100%;

    }

    h2.fvttl {
        font-size: 5.5vw;
        line-height: 1.5;
        padding: 5% 4%;
        width: 100%;
        margin-top: 20px;
    }

    .top-img img {
        height: 400px;
        object-fit: cover;
    }
}


@media only screen and (max-width: 540px) {}



/* index slider ------------------------------- */

/*==================================================
スライダーのためのcss
===================================*/
.slider {
    position: relative;
    z-index: -1;
    /*↑z-indexの値をh1のz-indexの値よりも小さくして背景に回す*/
    /* height: 100vh;スライダー全体の縦幅を画面の高さいっぱい（100vh）にする */
}




.slider-item {
    /* width: 100%; */
    /*各スライダー全体の横幅を画面の高さいっぱい（100%）にする*/
    /* height: 100vh; */
    /*各スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/

}

.slick-next:before, .slick-prev:before {
    display: none;
}

/* .slider .slick-arrow:before {
    content: "" !important;
}

.slider .slick-arrow:before {
    content: "" !important;
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    z-index: 99;
    top: 0;
    left: 0;
}

.slider .index-next:before {
    background: url(../img/arrow.svg) !important;
    background-size: contain !important;
}

.slider .index-prev:before {
    background: url(../img/arrow.svg) !important;
    background-size: contain !important;
    transform: rotate(180deg);
}

.slider .slick-arrow {
    z-index: 2 !important;
    width: 32px !important;
    height: 54px !important;
}


.slider .index-prev,
.slider .index-next {
    position: absolute;
    top: 40%;
    cursor: pointer;
    outline: none;

}

.slider .index-prev {
    left: -3.5%;
}

.slider .index-next {
    right: -3.5%;
}

.sdgs-next:before {
    content: "" !important;
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    z-index: 99;
    top: 0;
    left: 0;
}
.sdgs-prev:before {
    content: "" !important;
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    z-index: 99;
    top: 0;
    left: 0;
}


.sdgs-prev {
position: relative;
z-index: 99;
}

.sdgs-next {
position: relative;
z-index: 99;
}

.sdgs-next:before {
    position: aboslute;
    content: ">";
}

.sdgs-prev:before {
    background: url(../img/arrow.svg) !important;
    background-size: contain !important;
    transform: rotate(180deg);

}  */

.index-next {
    right: -3%;
    transform: rotate(45deg);
}

.index-prev {
    left: -3%;
    transform: rotate(-135deg);
}

.index-prev, .index-next {
    position: absolute;
    z-index: 99;
    top: 40%;
    cursor: pointer;
    outline: none;
    border-top: 2px solid gray;
    border-right: 2px solid gray;
    height: 25px;
    width: 25px;
}

.slick-slider .index-prev, .slick-slider .index-next {
    top: 45%;
}

.sdgs-next {
    right: -4%;
    transform: rotate(45deg);
}

.sdgs-prev {
    left: -4%;
    transform: rotate(-135deg);
}

.sdgs-prev, .sdgs-next {
    position: absolute;
    top: 90px;
    cursor: pointer;
    outline: none;
    border-top: 2px solid gray;
    border-right: 2px solid gray;
    height: 15px;
    width: 15px;
}

@media only screen and (max-width: 768px) {

    .sdgs-prev, .sdgs-next {
        top: 40%;
    }
}


/*ドットナビゲーションの設定
------------------------------------- */

.slick-dots {
    position: relative;
    z-index: 3;
    text-align: center;
    margin: -30px 0 0 0;
    margin-top: 3%;
}

.slick-dots li {
    display: inline-block;
    margin: 0 5px;
}

.slick-dots button {
    color: transparent;
    outline: none;
    width: 8px;
    /*ドットボタンのサイズ*/
    height: 8px;
    /*ドットボタンのサイズ*/
    display: block;
    border-radius: 50%;
    background: #ccc;
    /*ドットボタンの色*/
}

.slick-dots .slick-active button {
    background: #333;
    /*ドットボタンの現在地表示の色*/
}

@media only screen and (max-width: 768px) {

    /* .slick-dots {
        margin: 0;
    } */
}


/*==================================================
スライダーのためのcss ギャラリー
===================================*/

/*画像の横幅を100%にしてレスポンシブ化*/
img {
    width: 100%;
    height: auto;
    /* vertical-align: bottom;画像の下にできる余白を削除 */
}

/*メイン画像下に余白をつける*/
.gallery {
    margin: 0 0 5px 0;
}

.gallery img {
    height: 462px;
    border-radius: 31px;
    object-fit: cover;
    border-radius: 50px;
}

.gallery .slick-prev, .gallery .slick-next {
    display: none !important;
}


/* .slick-prev,
.slick-next {
    position: absolute;

    z-index: 3;
    top: 42%;
    cursor: pointer;

    outline: none;
  
    border-top: 2px solid #ccc;
    
    border-right: 2px solid #ccc;
   
    height: 15px;
    width: 15px;
}

.slick-prev {
    
    left: -3.5%;
    transform: rotate(-135deg);
}

.slick-next {
   
    right: -3.5%;
    transform: rotate(45deg);
} */

/*選択するサムネイル画像の設定*/
.choice-btn {
    margin-top: 10px;
    padding: 0;
}

.choice-btn li {
    cursor: pointer;
    outline: none;
    /* background:#333; */
}

.choice-btn li img {
    opacity: 0.4;
    /*選択されていないものは透過40%*/
    width: 95%;
    height: 150px;
    border-radius: 30px;
    object-fit: cover;
}

.choice-btn li.slick-current img {
    opacity: 1;
    /*選択されているものは透過しない*/
}

@media only screen and (max-width: 1100px) {
    .gallery img {
        /* height: 345px; */
        border-radius: 5vw;
    }

    .choice-btn li img {
        height: 119px;
        border-radius: 3vw;
    }
}

@media only screen and (max-width: 768px) {
    .gallery img {
        height: 247px;
    }

    .choice-btn li img {
        height: 96px;
        border-radius: 3vw;
    }
}

@media only screen and (max-width: 540px) {
    .gallery img {
        height: 225px;
    }
}


/* index -------------------------- */

.facilitation {
    margin-top: 134px;
    margin-top: 10%;
    margin-bottom: 7%;
}

.facilitation-flex {
    display: flex;
    justify-content: space-between;
}

.facilitation-text {
    width: 47%;
}

.facilitation-img {
    width: 47%;
    position: relative;
}

.facilitation-img img {
    width: 100%;
    border-radius: 30px;
}

.fig-dog {
    width: 110px !important;
    position: absolute;
    right: -20px;
    top: -30px;
}

.fig-piano {
    width: 150px !important;
    position: absolute;
    left: -20px;
    bottom: -60px;
}

@media only screen and (max-width: 768px) {

    .facilitation-flex {
        flex-direction: column;
    }

    .facilitation-text {
        width: 100%;
    }

    .facilitation-img {
        width: 100%;

    }

    .facilitation-img img {
        width: 100%;
        border-radius: 3vw;
    }
}

.facilitation2 {
    padding-top: 147px;
    padding-top: 13%;
    color: #fff;
}

.facilitation2 h3 {
    position: relative;
}

.facilitation2 h3::before {
    position: absolute;
    content: "";
    background: #fff;
    height: 1px;
    width: 30%;
    top: 50%;
    left: -33%;
}

.facilitation2-ml {
    margin-left: 25%;
}

.facilitation2-ml h4 {
    margin-bottom: 15px;
}

.more-btn {
    text-align: right;
    margin-bottom: 110px;
    margin-bottom: 11%;
}

.more-btn a {
    padding: 1.5% 3%;
    display: inline-block;
    color: #67a149;
    background: #fff;
    border-radius: 20px;
}

@media only screen and (max-width: 768px) {

    .more-btn {
        margin-bottom: 0;
    }

    .more-btn a {
        border-radius: 3vw;
    }

    .contact-btn {
        text-align: center;
        margin-top: 5%;
    }

    .archive-btn {
        text-align: center;
        margin-top: 5%;
    }
}

.recommend-flex {
    display: flex;
    margin-bottom: 5%;
}

.recommend-img {
    width: 16%;

}

.recommend-text {
    line-height: 2em;
    margin-left: 3%;
}

.recommend-text p {
    margin-bottom: 0;
}

@media only screen and (max-width: 1100px) {

    .recommend-text p {
        margin-bottom: 0 !important;
    }
}

@media only screen and (max-width: 768px) {

    .recommend-flex {
        flex-direction: column;
    }

    .recommend-text {
        margin-left: 0;
        margin-top: 10px;
    }
}


@media only screen and (max-width: 540px) {

    .recommend-text p {
        margin-bottom: 1em !important;
        border-bottom: solid 1px #fff;
        padding-bottom: 3%;
    }
}

.facilitation2-img {
    margin-bottom: 160px;

}

.facilitation2-img img {
    border-radius: 30px;
}



@media only screen and (max-width: 768px) {

    .facilitation2-ml {
        margin-left: 0;
    }

    .facilitation2 h3 {
        margin: 10% 0;
        margin-left: 0;
        border-top: solid 1px #fff;
        padding-top: 5%;

    }

    .facilitation2 h3::before {
        display: none;
    }

    .facilitation2-img {
        margin-bottom: 20%;
    }



}

@media only screen and (max-width: 540px) {

    .recommend-img {
        width: 25%;

    }

    .recommend-text {
        line-height: 1.5em;
    }

}

.threestep {
    margin-top: 135px;
    margin-top: 0;
    margin-bottom: 150px;
    margin-bottom: 13%
}

.threestep-bg {
    display: flex;
    justify-content: space-between;
    font-size: 30px;
    align-items: center;
    margin-top: 40px;
}


.threestep ul li {
    width: 22%;
    text-align: center;
}

.threestep-bg {
    margin-bottom: 5%;
}

.threestep-bg li {
    background: #67a149;
    color: #fff;
    height: 130px;

    /* line-height: 130px; */
    border-radius: 30px;
}

.threestep-bg li p.t-y {
    transform: translateY(55%);
    line-height: 1em;
}

.threestep-bg li p.lh-c {
    line-height: 130px;
}

.threestep-step {
    display: flex;
    justify-content: space-between;
    font-size: 40px;
    align-items: center;

}

.threestep-step li.step {
    width: 22%;

}

.threestep-step .arrow-img {
    width: 10%;

}

.threestep-step li.arrow-img img {
    width: 100%;
}

@media only screen and (max-width: 1000px) {

    .threestep-step {
        font-size: 4vw;
    }

    .threestep-bg {
        font-size: 3vw;
    }

    .threestep-bg li {
        background: #67a149;
        color: #fff;
        height: 13vw;
        border-radius: 3vw;
    }

    .threestep-bg li p.lh-c {
        line-height: 13vw;
    }
}

@media only screen and (max-width: 540px) {
    .threestep-step {
        font-size: 16px;
    }

    .threestep-bg p {
        font-size: 3vw !important;
    }

    .threestep-bg li p.t-y {
        transform: translateY(50%);
        line-height: 1em;
    }
}

.place {
    padding-top: 13%;
    padding-bottom: 237px;
    padding-bottom: 21%;
}

.place-flex {
    display: flex;
    justify-content: space-between;
}

.place-img {
    width: 40%;
}

.place-img img {
    border-radius: 30px;
}

.place-text {
    width: 55%;
}

.place-text ul {
    display: flex;
    font-size: 20px;
    margin-bottom: 5%;
    line-height: 1.5em;
}

.place-ttl {
    width: 24%;

}

.place-ttl .arrow {
    display: none;
}

.place-arrow {
    width: 6%;

}

.place-text-text {
    width: 70%;

}

@media only screen and (max-width: 768px) {

    .place-flex {
        flex-direction: column;
    }

    .place-img {
        width: 100%;
        margin-bottom: 7%;
    }

    .place-img img {
        border-radius: 5vw;
    }

    .place-text {
        width: 100%;
    }

    .place-text ul {
        font-size: 16px;
        flex-direction: column;
    }



    .place-ttl {
        width: 100%;
        margin-bottom: 10px;

    }

    .place-ttl .arrow {
        display: inline-block;
        margin-left: 5px
    }

    .place-arrow {
        display: none;

    }

    .place-text-text {
        width: 100%;

    }
}

.index-news {
    padding-top: 10%;
    padding-bottom: 7%;
    margin-bottom: 10%;
}

.index-news-flex {
    display: flex;
}

.index-news-category {
    width: 30%;
    /* font-size: 24px; */
    line-height: 1.7em
}

.index-news-archive {
    width: 70%;
}

.index-news-archive-img {
    aspect-ratio: 1/1;
    width: 100%;
    height: auto;
}

.index-news-archive-img img {
    aspect-ratio: 1/1;
    width: 100%;
    height: 100%;
}

.category-list {
    display: flex;
    flex-wrap: wrap;
}

.category-list li {
    border: solid 1px #67a149;
    border-radius: 10px;
    color: #67a149;
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 0 10px;
}

.archive-flex {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    border-radius: 50px;
    margin-bottom: 25px;
}



.left-item {
    width: 43%;
    text-align: center;
    padding-right: 2%;
}

.right-item {
    width: 55%;
    padding-right: 2%;
}

.right-item p {
    margin-bottom: 0;
}

.right-item h4 {
    margin: 10px 0;

}

.left-item img {
    border-radius: 30px;
    object-fit: cover;
}



@media only screen and (max-width: 1100px) {

    .right-item p {
        margin-bottom: 0 !important;
    }

    .right-item h4 {
        margin-bottom: 10px !important;
    }
}

@media only screen and (max-width: 768px) {

    .index-news-category {
        width: 30%;
        line-height: 1.2em
    }

    .index-news-archive {
        width: 100%;
        margin-left: 0;
        margin-top: 5%;
    }

    .archive-flex {
        margin-bottom: 7%;
    }



    .index-news-category ul li {
        margin-bottom: 10%;
    }

}

.archive-btn {
    margin-top: 7%;
    text-align: center;
}

.archive-btn a {
    display: inline-block;
    color: #fff;
    background: #67a149;
    width: 170px;
    padding: 1.5%;
    text-align: center;
    border-radius: 20px;
}


@media only screen and (max-width: 768px) {

    .archive-btn a {
        border-radius: 10px;
    }
}

.index-column {
    margin-bottom: 376px;
    margin-bottom: 25%;
}

.index-column-ml {
    margin-left: 30%;
}

.index-column-archive-img img {
    height: 200px;
    object-fit: cover;
}

.threestep-step li:last-child::after {
    display: none;
}


@media only screen and (max-width: 768px) {

    .index-column-ml {
        margin-left: 0;
    }

    .index-column-archive-img img {
        height: 58vw;

    }
}


.ttl-flex {
    display: flex;
}

.ttl-text {
    width: 30%;
}

.dog-img1 {
    width: 124px;
}

.ttl-text2 {
    width: 60%;
}

.dog-img2 {
    width: 224px;
    width: 170px;
}

.ttl-text3 {
    width: 95%;
}

.dog-img3 {
    width: 124px;
    margin-left: 3%;
}

.ttl-text4 {
    width: 90%;
}

.dog-img4 {
    width: 124px;
}

.ttl-text5 {
    width: 70%;
}

.dog-img5 {
    width: 224px;
}



@media only screen and (max-width: 768px) {

    .ttl-text {
        width: 80%;
    }

    .dog-img1 {
        width: 20%;
    }

    .ttl-text2 {
        width: 100%;
    }

    .dog-img2 {
        width: 30%;
    }

    .dog-img5 {
        width: 30%;
    }
}

@media only screen and (max-width: 540px) {

    .ttl-flex {
        align-items: flex-end;
    }

    .ttl-text3 {
        width: 75%;
    }

    .dog-img3 {
        width: 20%;
        margin-left: 5%;
    }

    .dog-img4 {
        width: 20%;

    }


}



/* column single ------------------------ */

.single-column {
    margin-top: 8%;
    margin-bottom: 15%;
}

.single-column-flex {
    display: flex;
    justify-content: space-between;
}

.single-column-category {
    width: 30%;
}

.single-column-content {
    width: 70%;
}

.single-column-content p {
    margin-bottom: 1.5em;
}

.single-column-content h3 {
    margin-bottom: 5%;
}

.single-column-content .wrapper {
    margin-top: 15%;
}

.random-post {
    margin-top: 15%;
}

.random-column-img img {
    height: 170px;
    object-fit: cover;
}

@media only screen and (max-width: 768px) {

    .random-post {
        margin-left: 20%;
    }

    .random-column-img img {
        height: 200px;
    }
}

@media only screen and (max-width: 540px) {

    .single-column-flex {
        flex-direction: column;
    }

    .single-column-category {
        width: 100%;
    }

    .single-column-content {
        width: 100%;
    }

    .random-column-img img {
        height: 40vw;
    }

}


/* news single---------------------------- */

.single-news {
    margin-top: 8%;
    margin-bottom: 15%;
}

.single-news-flex {
    display: flex;
    justify-content: space-between;
}

.single-news-category {
    width: 27%;
}

.single-news-content {
    width: 70%;
}

.single-news-thum {
    aspect-ratio: 3/2;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.single-news-thum img {
    height: 100%;
    aspect-ratio: 3/2;
    width: 100%;
    border-radius: 50px;
}

.single-news-content p {
    margin-bottom: 1.5em;
}

.single-news-content h3 {
    margin-bottom: 5%;
}

.single-news-content .wrapper {
    margin-top: 15%;
}

.single-news-text {
    margin-top: 40px;
    margin-bottom: 60px;
}

.category-side-ttl {
    font-size: 20px;
    margin-bottom: 10px;
}

.category-item a {
    background: #67a149;
    border-radius: 20px;
    color: #fff;
    padding: 5px 15px;
    display: inline-block;
    margin-top: 16px;
}

.relation-post {
    margin-top: 15%;
}

.relation-news-img img {
    height: 170px;
    object-fit: cover;
}


.raound-img {
    padding-top: 10%;
}


.raound-img img {
    border-radius: 50px;
    width: 100%;
    object-fit: cover;
}

.bottom-text .page {
    text-align: center;
    /* margin-top: 20px; */
}

.bottom-text .all-link {
    text-align: right;
    margin-top: -30px;
}



.page {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.prev {
    margin-right: 10px;
}

.next {
    margin-left: 10px;
}

@media only screen and (max-width: 768px) {

    .single-news-content {
        width: 100%;
    }

    .relation-post {
        margin-left: 0;
    }

    .relation-news-img img {
        height: 300px;
    }

}

@media only screen and (max-width: 540px) {

    .single-news-flex {
        flex-direction: column;
    }

    .single-news-category {
        width: 100%;
        margin-bottom: 10%;
    }

    .single-news-content {
        width: 100%;

    }

    .relation-news-img img {
        height: 58vw;
    }
}





/* -------------------------------------------------------- */



/* column-archive --------------- */

.column-archive {
    margin-top: 8%;
    margin-bottom: 15%;
}

.column-archive-flex {
    display: flex;
    flex-wrap: wrap;
    margin-top: 7%;
}

.column-archive-box {
    width: calc((100% / 4) - 20px);
    margin: 0 10px;
    margin-bottom: 7%;

}

.column-archive-img {
    margin-bottom: 3%;

}

.column-archive-img img {
    height: 250px;
    border-radius: 20px;
    object-fit: cover;
}

@media only screen and (max-width: 768px) {

    .column-archive-flex {
        justify-content: space-between;
    }

    .column-archive-box {
        width: 47%;
        margin: 0;
        margin-bottom: 7%;
    }

    .column-archive-img img {
        height: 50vw;
    }
}

/* news archive ------------------ */

.news-archive {
    margin-top: 8%;
    margin-bottom: 15%;
}

.news-archive-inner {
    margin-top: 7%;
}

.news-archive-flex {
    display: flex;
    flex-wrap: wrap;
    /* margin-top: 7%; */
}

.news-archive-box {
    width: calc((100% / 4) - 20px);
    margin: 0 10px;
    /* margin-bottom: 7%; */
}

.news-archive-img {
    aspect-ratio: 3/2;
    width: 100%;
    height: auto;
    margin-bottom: 5px;
}

.news-archive-img img {
    aspect-ratio: 3/2;
    width: 100%;
    height: 100%;
}

.new-item {
    color: #B70000;
    font-size: 11px;
}

.archive-page {
    display: flex;
    justify-content: flex-end;
    margin-right: 10%;
}

.tag-select {
    border: solid 1px #67a149;
    border-radius: 10px;
    color: #67a149;
    margin-top: 5%;
    width: 250px;
    position: relative;
    margin-bottom: 3%;
}

.tag-select select {
    padding: 2%;
    padding-left: 5%;
    padding-right: 50%;
    cursor: pointer;
}

.tag-select .fa-angle-down {
    position: absolute;
    right: 7%;
    top: 30%;
    z-index: -1;
}

@media only screen and (max-width: 768px) {

    .news-archive-flex {
        justify-content: space-between;
    }

    .news-archive-box {
        width: 47%;
        margin: 0;
        margin-bottom: 7%;
    }


}

/* pagination ------------- */

.pn-a0001 .pagination {
    position: relative;
    z-index: 9;
}

.pn-a0001 .pagination {
    color: #FFAE00;
    color: #707070;
    font-size: 16px;
}

.pn-a0001 .page-numbers {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 64px;
}

.pn-a0001 .page-numbers li .next {
    color: #111;
}

.pn-a0001 .page-numbers li .prev {
    color: #111;
}

.pn-a0001 .page-numbers li .current {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: #FFAE00;
    background: #707070;
    width: 40px;
    height: 40px;
    margin: 0 7.5px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.pn-a0001 .page-numbers li a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #111;
    background: #fff;
    width: 40px;
    height: 40px;
    margin: 0 7.5px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.pn-a0001 .page-numbers li a:hover {
    color: #FFAE00;
    color: #707070;
    opacity: 1;
}

.pn-a0001 .fa-solid {
    font-size: 10px;
}

@media screen and (max-width: 768px) {

    .pn-a0001 .page-numbers li a {
        width: 30px;
        height: 30px;
        font-size: 14px;
    }

    .pn-a0001 .page-numbers li .current {
        width: 30px;
        height: 30px;
        font-size: 14px;
    }

    .pn-a0001 .page-numbers {
        margin-top: 40px;
        margin-bottom: 0;
    }
}



/* about ------------- */

.about {
    margin-top: 8%;
}

.origin {}

.origin p {
    margin-bottom: 6%;
}

.origin h3 {
    margin-bottom: 6%;
}

.origin-logoimg {
    width: 60%;
    margin-bottom: 12%;
}

.origin-box {
    margin-left: 27%;
    margin-top: 80px;
}

.wellbeing {
    padding-top: 8%;
    padding-bottom: 5%;
}

.wellbeing h3 {
    margin-top: 1%;
    margin-bottom: 1%;
}

.purpose-box, .vision-box, .mission-box, .cycle-box {
    margin-left: 27%;
}

.purpose-box {
    margin-bottom: 5%;
}

.vision-box {
    margin-bottom: 7%;
}

.mission-box {
    margin-bottom: 5%;
}

.mission-box ul li {
    margin-bottom: 3%;
}

.vision-note {
    font-size: 12px;
}

.cycle {
    padding-top: 10%;
    padding-bottom: 10%;
}

.cycle p {
    margin-bottom: 5%;
}

.cycle h3 {
    margin-bottom: 5%;
}

.circle-img {
    margin-top: 12%;
}

.profile {
    padding-top: 10%;
    padding-bottom: 5%;
}

.expert h3 {
    margin-bottom: 2%;
}

.expert p {
    margin-bottom: 2.5%;
}

.expert {
    margin-bottom: 10%;
}

.profile-flex {
    display: flex;
    /* justify-content: space-between; */
}



.profile-img {
    width: 30%;
    margin-bottom: 20px;
}

.profile-img img {
    width: 100%;
    border-radius: 30px;
}

.profile-text {
    width: 50%;
}

.profile-text h4 {
    margin-bottom: 5%;
}

.profile-text h3 {
    margin-bottom: 3%;
}

@media only screen and (max-width: 768px) {

    .ttl-flex {
        flex-wrap: wrap;
        justify-content: center;
    }

    .origin-box, .purpose-box, .vision-box, .mission-box, .cycle-box {
        margin-left: 0;
    }

    .origin-box {
        margin-top: 20px;
    }

    .profile-text h4 {
        font-size: 4.5vw;
    }

    .profile-text h3 {
        font-size: 5.5vw;
    }

    .profile-text p.small {
        font-size: 14px;
    }

    .expert p {
        margin-top: 7%;
    }

    .profile-flex {
        flex-direction: column;
    }

    .profile-img {
        width: 60%;
        order: 0;
        margin: auto;
        margin-bottom: 7%;
    }

    .profile-img img {
        border-radius: 5vw;
    }

    .profile-text {
        width: 100%;
        order: 1;
    }


}

/* student-list----------------------- */
.student-list {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    width: 100%;
}

.student-swiper {
    width: 100%;
    overflow: hidden;
}

.student-swiper .swiper-slide {
    width: auto;
}

.student-swiper img {
    width: 180px;
    height: 100%;
    display: block;
}

@media only screen and (max-width: 768px) {
    .student-swiper img {
        width: 60px;
    }
}

.student-swiper .swiper-wrapper {
    transition-timing-function: linear !important;
    -webkit-transition-timing-function: linear !important;
}

/* ---------------------------- */
.qualified-flex {
    display: flex;
    margin-top: 7%;
    margin-bottom: 10%;
}

.qualified-flex p {
    margin-right: 5px;
}

.media {}

.media h3 {
    margin-bottom: 7%;
}

.media-flex {
    display: flex;
    margin-bottom: 7%;
}

.media-flex h4 {
    width: 27%;
}

.media-flex ul {
    width: 73%;
    line-height: 2.5em;
}


.media-flex ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
}

.media-flex ul li a::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: #333;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform .3s;
}

.media-flex ul li a:hover::after {
    transform-origin: left top;
    transform: scale(1, 1);
}

.media-flex .fa-arrow-up-right-from-square {
    margin-left: .5em;
    color: #fff;
}

@media only screen and (max-width: 768px) {
    .media-flex {
        flex-direction: column;
    }

    .media-flex h4 {
        width: 100%;
        margin-bottom: 3%;
    }

    .media-flex ul {
        width: 100%;
        margin-bottom: 5%;
    }

}

.company {
    margin-left: 27%;
    margin-top: 10%;
    margin-bottom: 10%;
}

.company h3 {
    margin-bottom: 3%;
}

.company p {
    margin-bottom: 3%;
}

@media only screen and (max-width: 768px) {

    .company {
        margin-left: 0;
    }

}




.price-note {
    border-radius: 10px;
    border: solid 3px #67a149;
    padding: 40px 20px;
    font-size: 16px;
}

.price-note-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.price-note-text {
    margin-top: 10px;
}





/* sdgs
--------------------------- */
.sdgs-ttl {
    margin-top: 8%;
}

.ttl-green {
    background: #67a149;
    color: #fff;
    border-radius: 30px;
    padding: 20px 40px;

}

.ttl-green__style {
    margin-left: -5%;
    margin-right: -5%;
    padding-left: 5%;
    padding-right: 5%;
}

.ttl-green__style2 {
    display: inline-block;
}

.sdgs-public {
    margin-bottom: 7%;
}

.sdgs-public h2 {
    margin-bottom: 7%;
}

.sdgs-public h3 {
    margin-bottom: 5%;
}

.sdgs-public h4 {
    margin-bottom: 3%;
}

.sdgs-public-flex {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10%;
}

.sdgs-public-img {
    width: 30%;
}

.sdgs-public-img img {
    width: 100%;
    border-radius: 30px;
    margin-bottom: 5%;
}

.sdgs-public-text {
    width: 65%;
}

.sdgs-public-text p {
    margin-bottom: 5%;
}

.sdgs-public h3.line-style {
    display: flex;
    align-items: center;
}

.sdgs-public h3.line-style::after {

    display: block;
    content: ' ';
    flex-grow: 1;
    height: 1px;
    background-color: #000;
    margin-left: 10px;
}

.sdgs-online-flex {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10%;
}

.sdgs-online-text {
    width: 65%;
}

.sdgs-online-img {
    width: 30%;
}

.sdgs-online-img img {
    border-radius: 30px;
}



.sdgs-online-img li {
    margin-bottom: 10px;
}

.sdgs-online-text p.content {
    margin-bottom: 5%;
}


@media only screen and (max-width: 768px) {

    .sdgs-online-flex {
        flex-direction: column;
    }

    .sdgs-online-text {
        width: 100%;
        margin-bottom: 5%;
    }

    .sdgs-online-img {
        width: 100%;
        margin-bottom: 10%;
    }

    .sdgs-online-img img {
        border-radius: 3vw;
    }
}

.workshop-flex {
    display: flex;
    margin-bottom: 5%;
}

.workshop-text {
    width: 80%;
}

.workshop-text p {
    margin-bottom: 1.5em;
}

.workshop-img {
    width: 196px;
    height: 196px;
    object-fit: cover;
    border-radius: 20px;
}

.workshop-flex h4 {
    margin-bottom: 10px;
}

.workshop-flex ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.workshop-flex ul li {
    position: relative;
    padding-left: 1.5em;
}

.workshop-flex ul li::before {
    content: "●";
    position: absolute;
    margin-left: -1em;

}

@media only screen and (max-width: 768px) {

    .workshop-flex h4 {
        margin-bottom: 5% !important;
    }

    .workshop-flex {
        flex-direction: column;
        margin-bottom: 15%;
    }

    .workshop-text {
        width: 100%;
        margin-bottom: 5%;
    }

    .workshop-img {
        width: 196px;
        height: 196px;
        object-fit: cover;
        border-radius: 20px;
    }
}



.sdgs-item-flex {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5%;
}

.sdgs-item-img {
    width: 30%;
}

.sdgs-item-img img {
    width: 100%;
    border-radius: 30px;
}

.sdgs-item-text {
    width: 65%;
}

.sdgs-item-text p {
    margin-bottom: 5%;
}

.sdgs-voice li {
    margin-bottom: 1em;
}

.sdgs-business {
    margin-bottom: 10%;
}

.sdgs-business h2 {
    margin-bottom: 7%;
}

.sdgs-business h3 {
    margin-bottom: 5%;
}

.sdgs-business h4 {
    margin-bottom: 5%;
}

.sdgs-business-flex {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10%;
}

.sdgs-business-img {
    width: 30%;
}

.sdgs-business-img img {
    width: 100%;
    border-radius: 20px;
}

.sdgs-business-text {
    width: 65%;
}

.sdgs-business-text p {
    margin-bottom: 5%;
}

.sdgs-business h3 a {
    position: relative;
    display: inline-block;
    text-decoration: none;
}

.sdgs-business h3 a::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: #333;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform .3s;
}

.sdgs-business h3 a:hover::after {
    transform-origin: left top;
    transform: scale(1, 1);
}

.sdgs-business .fa-arrow-up-right-from-square {
    margin-left: .5em;
    color: #198db9;
}

.sdgs-report h4 {
    margin-bottom: 1.5em;
}

.sdgs-report-img-list {
    overflow-x: scroll;
    margin-bottom: 10%;
}

.sdgs-report-img-list ul {
    display: flex;
    align-items: flex-end;
}

.sdgs-report-img-list ul li {
    margin-bottom: 10px;
    width: 320px;
    flex-shrink: 0;
    margin-right: 15px;
}

.sdgs-report-img-list ul li img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 30px;
}

.sdgs-report-text p.content {
    margin-bottom: 5%;
}

.sdgs-report-text ul {
    margin-bottom: 5%;
}

@media only screen and (max-width: 768px) {

    .sdgs-report h4 {
        margin-bottom: 1.5em !important;
    }

    .sdgs-report-text p.content {
        margin-bottom: 5% !important;
    }

    .sdgs-report-text ul {
        margin-bottom: 5% !important;
    }

}

.sdgs-ex-flex {
    display: flex;
    margin-bottom: 12%;
}

.sdgs-ex-ttl {
    width: 20%;
}

.sdgs-ex-text p {
    margin-bottom: 5%;
}

.sdgs-business ul {
    line-height: 2em;
}

.sdgs-flow {
    margin-bottom: 20%;
}

.sdgs-flow h2 {
    margin-bottom: 5%;
}

.sdgs-flow-flex {
    display: flex;
    justify-content: space-between;
}

.sdgs-flow-img {
    width: 30%;

}

.sdgs-flow-img img {
    width: 100%;
    border-radius: 30px;
}

.sdgs-flow-text {
    width: 65%;

}

.step-flex {
    display: flex;
    margin-top: 10%;
}

.step-ttl {
    margin-right: 10%;
}

.step-ttl p {
    position: relative;
}

.step-ttl p::after {
    content: "▶︎";
    font-size: 30px;
    margin-right: 10%;
    position: absolute;
    top: 10%;
}

.step-flex p {
    color: #67a149;
    font-size: 40px;
    margin-bottom: 10%;
}

p.postscript {
    margin-top: 15%;
}

.contact-btn a {
    display: inline-block;
    color: #fff;
    background: #67a149;
    width: 220px;
    padding: 1.5%;
    text-align: center;
    border-radius: 15px;
    margin-top: 5%;
}


@media only screen and (max-width: 768px) {

    .sdgs-public h4 {
        margin-bottom: 10px;
    }

    .sdgs-public-img img {
        border-radius: 3vw;
    }

    .sdgs-public-flex {
        flex-direction: column;
    }

    .sdgs-public-img {
        width: 100%;
        margin-bottom: 5%;
    }

    .sdgs-public-img img {
        border-radius: 5vw;
    }

    .sdgs-public-text {
        width: 100%;
    }

    .sdgs-public-img img {
        border-radius: 3vw;
    }

    .sdgs-item-flex {
        flex-direction: column;
    }

    .sdgs-item-img {
        width: 100%;
        margin-bottom: 5%;
    }

    .sdgs-item-img img {
        border-radius: 5vw;
    }

    .sdgs-item-text {
        width: 100%;
    }


    .sdgs-business h4 {
        margin-bottom: 15%;
    }

    .sdgs-business-flex {
        flex-direction: column;
    }

    .sdgs-business-img {
        width: 100%;
        margin-bottom: 5%;
    }

    .sdgs-business-img img {
        border-radius: 5vw;
    }

    .sdgs-business-text {
        width: 100%;
    }

    .sdgs-ex-flex {
        flex-direction: column;
    }

    .sdgs-ex-ttl {
        width: 100%;
        margin-bottom: 3%;
    }

    .sdgs-flow-flex {
        flex-direction: column;
    }

    .sdgs-flow-img {
        width: 100%;

    }

    .sdgs-flow-img img {
        width: 100%;
        border-radius: 5vw;
        margin-bottom: 5%;
    }

    .sdgs-flow-text {
        width: 100%;

        margin-bottom: 5%;
    }

    .step-flex p {
        color: #67a149;
        font-size: 25px;
    }

    .step-ttl p::after {
        content: "▶︎";
        font-size: 20px;
        margin-right: 1em;
        margin-left: 5px;
        position: absolute;
    }
}

/* delivery workshop ----------------------------------- */

.delivery-img {
    width: 40%;
    height: 400px;
    object-fit: cover;
    border-radius: 20px;
}

@media only screen and (max-width: 768px) {

    .delivery-img {
        width: 100%;
        height: 400px;
        object-fit: cover;
        border-radius: 20px;
        margin-bottom: 5%;
    }
}

/* sponsor workshop ----------------------------------- */

.sponsor-img {
    width: 40%;
    height: 400px;
    object-fit: cover;
    border-radius: 20px;
}

@media only screen and (max-width: 768px) {

    .sponsor-img {
        width: 100%;
        height: 400px;
        object-fit: cover;
        border-radius: 20px;
        margin-bottom: 5%;
    }
}

/* .team ----------------------------------------------------- */

.team {
    margin-top: 8%;
    margin-bottom: 20%;
}

.team-flex {
    display: flex;
    justify-content: space-between;
    margin-top: 6%;
    margin-bottom: 13%;
}

.team-img {
    width: 30%;
}

.team-img img {
    width: 100%;
    border-radius: 20px;
}

.team-text {
    width: 65%;
}

.team-text ul {
    line-height: 2em;
}

.category-flex {
    display: flex;
    justify-content: space-between;
    margin-top: 5%;

}

.category-ttl {
    width: 15%;
}

.category-text {
    width: 80%;
    line-height: 1em;
}

.teamflow {
    margin-bottom: 23%;
}

.teamflow-flex {
    display: flex;
    justify-content: space-between;
    margin-top: 13%;
}

.teamflow-img {
    width: 30%;
}

.teamflow-img img {
    width: 100%;
    border-radius: 20px;
}

.teamflow-text {
    width: 65%;
}

@media only screen and (max-width: 768px) {

    .team {

        margin-bottom: 10%;
    }

    .category-flex {
        flex-direction: column;

    }

    .category-ttl {
        width: 100%;
    }

    .category-text {
        width: 100%;
    }


    .team-flex {
        flex-direction: column;
        margin-top: 5%;
    }

    .team-img {
        width: 100%;
        margin-bottom: 5%;
    }

    .team-img img {
        width: 100%;
        border-radius: 5vw;
    }

    .team-text {
        width: 100%;
    }


    .teamflow-flex {
        flex-direction: column;
        margin-top: 5%;
    }

    .teamflow-img {
        width: 100%;
        margin-bottom: 5%;
    }

    .teamflow-img img {
        width: 100%;
        border-radius: 5vw;
    }

    .teamflow-text {
        width: 100%;
        margin-bottom: 5%;
    }
}


/* business ------------- */

.right-textmb {
    margin-bottom: 30px !important;
}

/* contact form--------------- */

.contactform {
    font-size: 16px;
}

p.small {
    font-size: 16px;
}

.required {
    background: #B70000;
    color: #fff;
    font-size: 11px;
    padding: 3px;
    border-radius: 5px;
    margin-left: 5px;
}

.form-list {
    margin-top: 40px;
}


input[type="email"] {
    border: #ccc 1px solid;
    margin-top: 1vw;
    /* margin-bottom: 2vw; */
    padding: 5px;
    width: 60%;
}

input[type="text"], input[type="tel"] {
    border: #ccc 1px solid;
    margin-top: 1vw;
    /* margin-bottom: 2vw; */
    padding: 5px;
    width: 60%;
}

textarea {
    border: #ccc 1px solid;
    /* margin-bottom: 2vw; */
    margin-top: 1vw;
    width: 100%;
    padding: 5px;
}

.btn-confirm-wrap {
    margin-top: 40px;
}

.btn-confirm {
    padding: .5em;
    width: 100%;
    max-width: 300px;
    display: flex;
    margin: auto;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    background: #67a149;
    border-radius: 50px;
}


.btn-confirm:hover, .btn-back:hover, .btn-submit:hover {
    opacity: 0.7;
    transition: all .6s;
}

.wpcf7-spinner {
    display: none !important;
}

@media only screen and (max-width: 540px) {
    .contactform {
        margin-top: 8%;
        font-size: 16px;
    }

    .btn-confirm {

        border-radius: 2vw;
    }

    .btn-back {
        border-radius: 2vw;
    }

    .btn-submit {
        border-radius: 2vw;
    }

    input[type="email"] {

        width: 100%;
    }

    input[type="text"] {

        width: 100%;
    }

    textarea {

        width: 100%;
    }
}

/* 完了画面  ------------------- */

.thanks {
    padding: 40px 0;
    position: relative;
    text-align: center;
}


.btn-pagetop {
    display: inline-block;
    color: #fff;
    background: #67a149;
    width: 220px;
    padding: 1.5%;
    text-align: center;
    border-radius: 15px;
    margin-top: 5%;
}

/* 404  ------------------- */

.error-page {
    padding: 40px 0;
    text-align: center;
}



/* faq----------------- */

.faq {
    margin-top: 17%;
    margin-bottom: 13%;
    font-size: 16px;
    line-height: 2em;
}

.faq h3 {
    margin-bottom: 5%;
}

.faq ul {
    margin-bottom: 5%;
}

.faq ul li:first-child {
    font-size: 21px;
    color: #67a149;
    margin-bottom: 3%;
}

@media only screen and (max-width: 540px) {
    .faq ul {
        margin-bottom: 10%;
        font-size: 14px;
    }

    .faq ul li:first-child {
        font-size: 16px;
    }
}







/* footer ---------- */

footer {
    margin-bottom: 15%;
    border-top: solid 1px #707070;
    padding-top: 148px;
    padding-top: 13%;

}

.footer-nav li li {
    position: relative;
    padding-left: 1em;
}

.footer-nav li li::before {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    content: "-";
}



.footer-flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.footer-right {
    text-align: right;
    width: 50%;
}

.footer-left {
    width: 50%;
}

@media only screen and (max-width: 767px) {

    .footer-flex {
        flex-wrap: wrap;
    }

    .footer-right {
        text-align: right;
        width: 100%;
        order: 0;
    }

    .footer-left {
        width: 100%;
        order: 1;
    }

}

.footer-left h4 {
    margin-bottom: 3%;
}

.footer-left ul li {
    line-height: 3em;
}

.adress ul li {
    margin-bottom: 3%;
}

.adress {
    margin-top: 5vw;
}

.adress p {
    margin-top: 20px;
}

.footer-right li {
    margin-top: 20px;
}

.footer-logo {
    width: 235px;
    margin-left: auto;
    margin-top: 5vw;
}

.footer-logo img {
    width: 70%;
}

nav {
    display: none;
}


@media only screen and (max-width: 1200px) {
    .container {
        width: 90%;
    }
}

/* 1100px----------------------------------------------------------- */

@media only screen and (max-width: 1100px) {
    /* .container {
        width: 90%;
    } */

    .pc {
        display: none;
    }

    .sp {
        display: block;
    }



    /*============
nav
=============*/
    nav {
        display: block;
        position: fixed;
        top: 0;
        left: -300px;
        bottom: 0;
        width: 70%;
        background: #fff;
        overflow-x: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        transition: all .5s;
        z-index: 99;
        opacity: 0;
    }

    .open nav {
        left: 0;
        opacity: 1;
    }

    nav .inner {
        padding: 25px;
    }

    nav .inner ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    nav .inner ul li {
        position: relative;
        margin: 0;
        border-bottom: 1px solid #67a149;
    }

    nav .inner ul li a {
        display: block;
        color: #333;
        font-size: 14px;
        padding: 1em;
        text-decoration: none;
        transition-duration: 0.2s;
    }

    .subnav li {
        padding-left: 2em;
    }

    .subnav li::before {
        position: absolute;
        top: 25%;
        display: inline-block;
        content: "-";

    }

    .mainnav li li {
        display: block;
        border-left: none;

    }

    nav .inner ul li a:hover {
        background: #67a149;
    }

    nav .inner ul li li a:hover {
        /* background: url(images/sub1.png) no-repeat 20px -60px; */
        position: relative;
        padding-left: 1em;
    }

    .mainnav li:hover ul {
        position: relative;
        padding-left: 1em;
    }

    nav .inner ul li li {
        position: relative;
        padding-left: 1em;
        border-bottom: 0;
    }

    nav .inner ul li li::before {
        position: absolute;
        top: 25%;
        display: inline-block;
        content: "-";
    }

    .hd-fig-bear {
        width: 60%;
        margin-top: 40px;
        display: flex;
        margin-left: auto;
    }

    .sp-menu-logo {
        width: 22vw;
        margin-top: -10px;
        margin-left: -10px;
    }

    .sp-menu-logo p.text {
        font-size: 3vw;
        line-height: 1;
        text-align: center;
    }

    .sp-menu-logo p.text span {
        font-size: 2vw;
    }


    /* @media screen and (max-width: 767px) {
    nav {
      left: -220px;
      width: 220px;
    }
  } */
    /*============
  .toggle_btn
  =============*/
    .toggle_btn {
        display: block;
        position: fixed;
        top: 20px;
        right: 30px;
        width: 30px;
        height: 30px;
        transition: all .5s;
        cursor: pointer;
        z-index: 99;
    }

    .toggle_btn span {
        display: block;
        position: absolute;
        left: 0;
        width: 30px;
        height: 2px;
        background-color: #333;
        border-radius: 4px;
        transition: all .5s;
    }

    .toggle_btn span:nth-child(1) {
        top: 4px;
    }

    .toggle_btn span:nth-child(2) {
        top: 14px;
    }

    .toggle_btn span:nth-child(3) {
        bottom: 4px;
    }

    .open .toggle_btn span {
        background-color: #fff;
    }

    .open .toggle_btn span:nth-child(1) {
        -webkit-transform: translateY(10px) rotate(-315deg);
        transform: translateY(10px) rotate(-315deg);
    }

    .open .toggle_btn span:nth-child(2) {
        opacity: 0;
    }

    .open .toggle_btn span:nth-child(3) {
        -webkit-transform: translateY(-10px) rotate(315deg);
        transform: translateY(-10px) rotate(315deg);
    }

    /*============
  #mask
  =============*/
    #mask {
        display: none;
        transition: all .5s;
    }

    .open #mask {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #67a149;
        opacity: .8;
        z-index: 10;
        cursor: pointer;
    }

    .header-flex {
        margin-top: 0;
    }

    /* archive ----- */

    .archive-flex {
        /* margin-left: 10%; */
        justify-content: space-between;
    }

    .hover-color:hover {
        opacity: 0.7;
    }

    .bottom-category {

        margin-left: 10%;

    }

    /* single ------ */
    .news-flex {
        flex-direction: column;
    }

    .text-flex {
        padding-right: 4%;
    }

    .right-news {
        width: 100%;

    }

    .left-news {
        width: 100%;
        text-align: left;
        margin-left: 0;
    }

    .left-text p {
        width: 100%;
        margin-bottom: 5vw;
    }

    .right-text p {
        width: 100%;
    }

    .left-index {
        width: 100%;
        margin-left: 0;
        margin-bottom: 5vw;
    }

    .header-left img {
        padding: 0 0 1vw;
    }




    .fv-area {
        /* width: 85%; */
        margin-top: 5vw;
    }

    h1 {
        font-size: 4vw;
    }



    h5 {
        font-size: 5vw;
        line-height: 10vw;
        margin-bottom: 3vw;
    }

    .fv-area h3 {
        font-size: 3vw;
        line-height: 5vw;
    }


    .font32 {
        font-size: 1.7vw;
    }

    .category-font {
        font-size: 1.5vw;
    }

    .font40 {
        font-size: 2.5vw;
        line-height: 5vw;
    }

    .category li {
        margin-right: 10px;
        margin-left: 0;
    }

    .category {
        justify-content: flex-start;
        align-content: space-around;
        flex-wrap: wrap;
    }

    .article-flex {
        flex-direction: column;
        align-items: flex-start;
    }

    /* .article-text {
        width: 100%;
    } */
    .content h2 {
        margin-bottom: 5vw;
    }

    .content h4 {
        margin-bottom: 5vw;
    }

    .content p {
        margin-bottom: 4vw;
    }

    /* .indexnews-flex {
        flex-direction: column;
    } */
    .indexarchive-flex {
        margin-left: 0;
    }

    .circle-img {
        width: 90%;
        margin-left: 6%;
    }

    .footer-logo {
        /* width: 70%; */
    }
}

/* 768px----------------------------------------------------------- */

@media only screen and (max-width: 768px) {



    .header-left img {
        width: 18vw;
    }

    .header-left {
        width: 30%;
        margin-left: 0;
    }

    .content-fv {
        padding: 5vw 10% 0;
    }

    h2 {
        font-size: 6.5vw;
        /* font-size: 25px; */
        line-height: 1.5em;
    }

    h3 {
        font-size: 6vw;
        /* font-size: 25px; */
        line-height: 1.5em;
    }

    h4 {
        font-size: 4.5vw;
        /* font-size: 20px; */
        line-height: 1.5em;
    }

    .font15 {
        font-size: 1vw;
    }

    .fv-area p {
        font-size: 2vw;
    }

    .news-flexml {
        margin-left: 0;
    }

    .main-text {
        padding-bottom: 3vw;
    }

    /* .btn-contact, .btn-contact-gr {
        margin: 20vw 0;
       
        margin-right: 6%;
        font-size: 4vw;
        padding: 5vw;
    } */

    .more-linkpb {
        padding-bottom: 7vw;
    }

    .archive-flex {
        flex-direction: column;
        /* padding: 4vw;
        padding-left: 6vw; */
    }

    .right-item {
        margin-top: 3vw;
        width: 100%;
        padding: 0;
    }

    .left-item {
        padding: 0;
        width: 100%;
    }

    .left-item-img {
        width: 100%;
    }

    .left-item-img img {
        width: 100%;
        border-radius: 3vw;
    }

    .indexarchive-flex {
        flex-direction: column;
        padding: 4vw;
    }

    .right-flex {
        flex-direction: column;
        align-items: flex-start;
    }

    .news-flex {
        padding: 10vw 10% 4vw 10%;
    }

    .main-text-ml {
        margin-left: 10%;
    }

    .newsbox {
        padding-right: 10%;
    }

    .inner-bgml {
        margin-left: 10%;
    }

    .faq-flex {
        flex-direction: column;
        padding-right: 0;
    }

    .faq-flex .right-news {
        width: 100%;
    }
}

/* 540px----------------------------------------------------------- */

@media only screen and (max-width: 540px) {

    .fv-area {
        border-radius: 10vw;
    }

    .content-sp {
        height: 100vw;
    }

    /* h4 {
        font-size: 16px;
        line-height: 1.5em;
    } */


    /* .content h4 {
        font-size: 16px;
    } */


    .article-flex {
        margin: 0;
        width: 100%;
        padding: 0 10%;
    }

    .right-text p {
        font-size: 16px;
    }

    .left-text p {
        font-size: 16px;
    }

    .content p {
        font-size: 16px;
    }

    .article-text {
        width: 100%;
    }

    .article-text p {
        margin-bottom: 5vw;
    }

    .category li {
        background: #FFF8E3;
        color: #000;
        padding: 1vw 3.5vw;
        border-radius: 15px;
        margin-top: 1.5vw;
    }

    .left-logo {
        width: 20vw;
    }

    .raound-img-pr {
        padding: 0;
    }

    .newsbox p {
        font-size: 16px;
    }

    .plofile, .index-column {
        /* margin-left: 10%;
        margin-right: 4%; */
        font-size: 16px;
    }


    .bottom-text .all-link, .page {
        font-size: 16px;
    }

    .footer-right li {
        margin-top: 1vw;
        font-size: 3vw;
    }

    .adress ul li {
        margin-bottom: 2vw;
        font-size: 3vw;
    }

    .adress p {
        font-size: 3vw;
        margin-top: 4vw;
    }

    .footer-logo {
        width: 70%;
    }

    .footer-logo img {
        width: 30vw;
    }

    .footer-right h3 {
        font-size: 4vw;
    }

    .footer-right h4 {
        font-size: 3vw;
    }

    .footer-left ul {
        font-size: 3vw;
    }
}


@media only screen and (max-width: 340px) {


    .header-flex {
        margin-bottom: -30px;
    }
}