@charset "UTF-8";


/*---------------- 共通 */
main.contents {padding-top: 102px;}
@media all and (max-width: 834px) {main.contents {padding-top: 57px;}}

/*---------------------------------------
    about
---------------------------------------*/
.about {
}
.about .firstSec {
    position: relative;
    padding: 0 0 154px;
}
.about .firstSec .headline01 {
    margin-bottom: 39px;
}
.about .firstSec .headline01 .min {
    font-size: 2.3rem;
}
.about .firstSec .pTxt {
    font-size: 1.6rem;
    text-align: center;
}
.about .firstSec .pTxt .big {
    font-size: 2rem;
    line-height: 1.6;
}
.about .firstSec .bgImg01 {
    position: absolute;
    top: 283px;
    left: calc(50% - 368px);
    width: 276px;
    transform: translateX(-50%);
    z-index: -1;
}
.about .firstSec .bgImg02 {
    position: absolute;
    bottom: -226px;
    left: calc(50% + 392px);
    width: 471px;
    transform: translateX(-50%);
    z-index: -1;
}

.about .codeSec {
    margin-bottom: 176px;
}
.about .codeSec .inBox {
    width: 100%;
    max-width: 1088px;
    margin: 0 auto;
}
.about .codeSec .headline02 {
    margin-bottom: 64px;
    text-align: left;
}
.about .codeSec .listBox {
    margin: 22px 0 20px;
}
.about .codeSec ul {
    display: inline-block;
}
.about .codeSec .listTxt {
    margin-bottom: 12px;
    padding-left: 1.8rem;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.6;
    text-indent: -1.8rem;
    text-align: left;
    letter-spacing: 0.07rem;
}
.about .codeSec .pTxt .listTxt:last-of-type {
    margin-bottom: 0;
}
.about .codeSec .lBtn a {
    padding: 15px 26px;
}

.about .luminousSec {
    position: relative;
    padding-bottom: 274px;
    background: url("../img/about/about-bg01.webp")no-repeat top left #000000;
    background-size: 100%;
    overflow: hidden;
}
.about .luminousSec .lumBox {
    position: relative;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    border-radius: 500px;
    transform: translateX(-50%);
    box-sizing: border-box;
}
.about .luminousSec .lumBox.box01 {
    top: -83px;
    left: calc(50% - 202px);
    width: 732px;
    height: 732px;
    padding-top: 60px;
    background: url("../img/about/about-bg-blue.svg")no-repeat top left;
    background-size: 100%;
}
.about .luminousSec .lumBox.box02 {
    align-items: flex-start;
    left: calc(50% - 394px);
    width: 675px;
    height: 675px;
    margin-top: 68px;
    padding-left: 183px;
    background: url(../img/about/about-bg-orange.svg) no-repeat top left;
    background-size: 100%;
}
.about .luminousSec .lumBox .headline02 {
    margin-bottom: 23px;
    line-height: 1.2;
}
.about .luminousSec .lumBox .pTxt {
    font-size: 1.55rem;
    text-align: center;
    line-height: 2.3;
}
.about .luminousSec .lumBox.box02 .headline02,
.about .luminousSec .lumBox.box02 .pTxt {
    text-align: left;
}

.about .journeySec {
    padding: 110px 0 116px;
    background: #F9FCEB;
}
.about .journeySec .headline02 {
    margin-bottom: 32px;
}
.about .journeySec .textBox .pTxt {
    text-align: center;
}

.about .programSec {
    margin: 114px 0 129px;
}
.about .programSec .textBox {
    text-align: center;
}
.about .programSec .headline02 {
    margin-bottom: 32px;
}
.about .programSec .pTxt {
    display: inline-block;
    text-align: center;
}
.about .programSec .listBox {
    margin: 22px 0 20px;
    text-align: center;
}
.about .programSec ul {
    display: inline-block;
}
.about .programSec .listTxt {
    margin-bottom: 8px;
    padding-left: 1.6rem;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.6;
    text-indent: -1.6rem;
    text-align: left;
    letter-spacing: 0.07rem;
}
.about .programSec .pTxt .listTxt:last-of-type {
    margin-bottom: 0;
}
.about .programSec .boldTxt {
    margin-top: 27px;
    font-size: 1.8rem;
    font-weight: 600;
}
.about .programSec .lBtn {
    margin-top: 53px;
}
.about .programSec .lBtn a {
    padding: 15px 70px;
}

.about .messageSec {
    padding: 114px 0 129px;
    background: #DFFF53;
}
.about .messageSec .headline02 {
    margin-bottom: 39px;
}
.about .messageSec .textBox {
    width: fit-content;
    margin: 0 auto;
}
.about .messageSec .textBox .pTxt {
    padding-right: 12px;
}
.about .messageSec .textBox .name {
    margin-top: 47px;
    font-weight: 600;
    text-align: right;
}


@media all and (max-width: 834px) {
    .about .firstSec {
        padding: 0 0 304px;
        overflow: hidden;
    }
    .about .firstSec .headline01 {
        margin-bottom: 41px;
    }
    .about .firstSec .pTxt {
        width: 86%;
        margin: 0 auto;
        font-size: 1.6rem;
        text-align: justify;
    }
    .about .firstSec .pTxt .color {
        color: #000;
    }
    .about .firstSec .pTxt .big {
        font-size: 1.7rem;
        font-weight: 600;
    }
    .about .firstSec .bgImg01 {
        top: 408px;
        left: calc(50% - 114px);
        width: 245px;
        transform: translateX(-50%);
    }
    .about .firstSec .bgImg02 {
        bottom: 25px;
        left: calc(50% + 91px);
        width: 263px;
        transform: translateX(-50%);
    }

    .about .codeSec {
        margin-bottom: 87px;
    }
    .about .codeSec .inBox {
        width: 86%;
        margin: 0 auto;
    }
    .about .codeSec .headline02 {
        margin-bottom: 33px;
        text-align: center;
    }
    .about .codeSec .listBox {
        margin: 13px 0 10px;
        text-align: justify;
    }
    .about .codeSec .listTxt {
        font-size: 1.6rem;
    }
    .about .codeSec .lBtn a {
        width: 100%;
        margin: 0 auto;
        padding: 10px 20px;
        line-height: 1.4;
    }

    .about .luminousSec {
        padding: 62px 0 94px;
        background: url(../img/about/about-bg01.webp) no-repeat bottom 160px right #000000;
        background-size: 200%;
    }
    .about .luminousSec .lumBox {
        display: flex;
        flex-flow: column;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
        padding: 39px 7% 34px;
        border-radius: 20px;
        transform: translateX(0);
    }
    .about .luminousSec .lumBox.box01 {
        top: 0;
        left: 0;
        width: 90%;
        height: 100%;
        padding-top: 32px;
        background: url("../img/about/about-bg-blue.svg")repeat top left;
        background-size: 53%;
    }
    .about .luminousSec .lumBox.box02 {
        align-items: center;
        left: 0;
        width: 90%;
        height: 100%;
        margin-top: 37px;
        padding-left: 5%;
        background: url("../img/about/about-bg-orange.svg")repeat top left;
        background-size: 53%;
    }
    .about .luminousSec .lumBox .headline02 {
        margin-bottom: 18px;
        text-align: center;
    }
    .about .luminousSec .lumBox .pTxt {
        font-size: 1.5rem;
        text-align: justify;
        line-height: 2.3;
    }
    .about .luminousSec .lumBox.box02 .headline02 {
        text-align: center;
    }
    .about .luminousSec .lumBox.box02 .pTxt {
        text-align: justify;
    }
    
    .about .journeySec {
        padding: 74px 0 87px;
    }
    .about .journeySec .headline02 {
        margin-bottom: 22px;
    }

    .about .programSec {
        margin: 68px 0 72px;
    }
    .about .programSec .inBox {
        margin: 0 auto;
        width: 86%;
    }
    .about .programSec .textBox {
        text-align: justify;
    }
    .about .programSec .headline02 {
        margin-bottom: 28px;
    }
    .about .programSec .pTxt {
        text-align: justify;
    }
    .about .programSec .listBox {
        margin: 13px 0 10px;
        text-align: justify;
    }
    .about .programSec .listTxt {
        font-size: 1.6rem;
    }
    .about .programSec .boldTxt {
        margin-top: 16px;
        font-size: 1.7rem;
    }
    .about .programSec .lBtn {
        margin-top: 55px;
        text-align: center;
    }
    .about .programSec .lBtn a {
        width: 80%;
        margin: 0 auto;
        padding: 15px 0;
        text-align: center;
    }
    
    .about .messageSec {
        padding: 64px 0 86px;
    }
    .about .messageSec .headline02 {
        margin-bottom: 32px;
    }
    .about .messageSec .textBox {
        width: 86%;
    }
    .about .messageSec .textBox .pTxt {
        padding-right: 0;
    }
    .about .messageSec .textBox .name {
        margin-top: 32px;
    }

}


/*------------------------------------------------------------
    FAQ
------------------------------------------------------------*/
.faq {
    padding: 0 0 182px;
}
.faq .inBox {
    padding: 0 20px;
}
.faq .headline01 {
    margin-bottom: 63px;
}
.faq .faqList {
    max-width: 867px;
    width: 100%;
    margin: 0 auto;
    border-top: 1px solid #000;
}
.faq .ac-box {
    border-bottom: 1px solid #000;
}
.faq .ac-box .ac-head {
    position: relative;
    padding: 34px 52px 34px 82px;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.4;
}
.faq .ac-box .ac-head .qTxt {
    position: absolute;
    top: 39px;
    left: 23px;
}
.faq .ac-box .ac-head .arrow {
    position: absolute;
    top: 44%;
    right: 27px;
    width: 15px;
    height: 15px;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(45deg)translateY(-50%);
}
.faq .ac-box .ac-head.open .arrow {
    transform: rotate(225deg)translateY(-50%);
}
.faq .ac-box .ac-inner {
    position: relative;
    display: none;
    padding: 10px 52px 36px 82px;
}
.faq .ac-box .ac-inner .aTxt {
    position: absolute;
    top: 18px;
    left: 32px;
}
.faq .ac-box .ac-inner .pTxt {
    line-height: 2;
}
.faq .ac-box .ac-inner .listUl {
    margin: 14px 0;
}
.faq .ac-box .ac-inner .listUl li {
    margin-bottom: 10px;
    line-height: 1.6;
}
.faq .ac-box .ac-inner .listUl li:last-child {
    margin-bottom: 0;
}


@media all and (max-width: 834px) {
    .faq {
        padding: 0 0 182px;
    }
    .faq .inBox {
        width: 88%;
        padding: 0;
        margin: 0 auto;
    }
    .faq .headline01 {
        margin-bottom: 63px;
    }
    .faq .ac-box .ac-head {
        padding: 31px 54px 31px 47px;
        font-size: 1.8rem;
    }
    .faq .ac-box .ac-head .qTxt {
        top: 36px;
        left: 4px;
    }
    .faq .ac-box .ac-head .arrow {
        top: 44%;
        right: 17px;
        width: 13px;
        height: 13px;
    }
    .faq .ac-box .ac-head.open .arrow {
        transform: rotate(225deg)translateY(-50%);
    }
    .faq .ac-box .ac-inner {
        padding: 10px 19px 36px 47px;
    }
    .faq .ac-box .ac-inner .aTxt {
        top: 16px;
        left: 9px;
    }
    .faq .ac-box .ac-inner .pTxt {
        line-height: 2;
    }
    .faq .ac-box .ac-inner .listUl {
        margin: 14px 0;
    }
    .faq .ac-box .ac-inner .listUl li {
        margin-bottom: 10px;
        line-height: 1.6;
    }
    .faq .ac-box .ac-inner .listUl li:last-child {
        margin-bottom: 0;
    }
}


/*---------------------------------------
    privacy
---------------------------------------*/
.policy {
    padding: 0 0 182px;
}
.policy .inBox {
    width: 100%;
    max-width: 854px;
    margin: 0 auto;
    padding: 0 30px;
    box-sizing: border-box;
}
.policy .inBox .headline01 {
    margin-bottom: 62px;
}
.policy .inBox .topTxt {
    margin-bottom: 64px;
}
.policy .inBox .big {
    font-size: 1.8rem;
    font-weight: 700;
}
.policy .inBox .topTxt .pTxt {
    font-weight: 1.4rem;
}
.policy .inBox .conBox {
    margin-bottom: 55px;
}
.policy .inBox .conBox:last-child {
    margin-bottom: 0;
}
.policy .inBox .conBox .headline02 {
    margin-bottom: 16px;
    font-size: 1.8rem;
    text-align: left;
}
.policy .inBox .conBox .listUl {
    margin-top: 10px;
}
.policy .inBox .conBox .listUl li {
    margin-bottom: 10px;
    text-indent: -1.6rem;
    padding-left: 1.6rem;
    line-height: 1.6;
}
.policy .inBox .conBox .listUl li:last-child {
    margin-bottom: 0;
}
.policy .inBox .rightTxt {
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 2;
    text-align: right;
}

@media all and (max-width: 834px) {
    .policy {
        padding: 0 0 182px;
    }
    .policy .inBox {
        width: 100%;
        max-width: 944px;
        margin: 0 auto;
        padding: 0 30px;
        box-sizing: border-box;
    }
    .policy .inBox .headline01 {
        margin-bottom: 35px;
    }
    .policy .inBox .topTxt {
        margin-bottom: 58px;
    }
    .policy .inBox .big {
        font-size: 1.8rem;
        font-weight: 700;
    }
    .policy .inBox .conBox {
        margin-bottom: 47px;
    }
    .policy .inBox .conBox:last-child {
        margin-bottom: 0;
    }
    .policy .inBox .conBox .headline02 {
        margin-bottom: 9px;
        font-size: 1.8rem;
    }
    .policy .inBox .conBox .listUl {
        margin-top: 10px;
    }
    .policy .inBox .conBox .listUl li {
        margin-bottom: 10px;
        text-indent: -1.6rem;
        padding-left: 1.6rem;
        line-height: 1.6;
    }
    .policy .inBox .conBox .listUl li:last-child {
        margin-bottom: 0;
    }
    .policy .inBox .rightTxt {
        font-size: 1.6rem;
    }
}


/*---------------------------------------
    law
---------------------------------------*/
.law {
    padding: 0 0 182px;
}
.law .inBox {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    padding: 0 30px;
    box-sizing: border-box;
}
.law .inBox .headline01 {
    margin-bottom: 62px;
}
.law .lawTable {
    width: 100%;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}
.law .lawTable th,
.law .lawTable td {
    padding: 33px 0;
    border-bottom: 1px solid #D1D1D1;
    text-align: left;
    line-height: 1.4;
}
.law .lawTable tr:last-child th,
.law .lawTable tr:last-child td {
    border-bottom: none;
}
.law .lawTable th {
    width: 185px;
    padding-left: 25px;
    font-size: 1.6rem;
    box-sizing: border-box;
}
.law .lawTable td {
    font-size: 1.4rem;
}
.law .lawTable td a {
    text-decoration: underline;
}

@media all and (max-width: 834px) {
    .law {
        padding: 0 0 107px;
    }
    .law .inBox {
        width: 88%;
        margin: 0 auto;
        padding: 0;
    }
    .law .inBox .headline01 {
        margin-bottom: 52px;
    }
    .law .lawTable {
        width: 100%;
        border-top: 1px solid #000;
        border-bottom: 1px solid #000;
    }
    .law .lawTable th,
    .law .lawTable td {
        padding: 28px 13px;
        border-bottom: 1px solid #D1D1D1;
        text-align: center;
    }
    .law .lawTable tr:last-child th,
    .law .lawTable tr:last-child td {
        border-bottom: none;
    }
    .law .lawTable th {
        width: 100%;
        display: block;
        padding-left: 10px;
        font-size: 1.6rem;
        box-sizing: border-box;
        background: #F4F1E7;
    }
    .law .lawTable td {
        display: block;
        font-size: 1.6rem;
    }
    .law .lawTable td.left {
        text-align: justify;
    }
}


/*---------------------------------------
    blog
---------------------------------------*/
.blog {
    padding: 0 0 182px;
}
.blog .inBox {
    width: 100%;
    max-width: 1004px;
    margin: 0 auto;
    padding: 0 30px;
    box-sizing: border-box;
}
.blog .firstSec .headline01 {
    margin-bottom: 62px;
}
.blog .firstSec .cateBox {
    width: 707px;
    margin: 0 auto 104px;
}
.blog .firstSec .cateBox .cateUl {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 31px 15px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    box-sizing: border-box;
}
.blog .firstSec .cateBox .cateUl li {
    margin: 0 10px;
    padding: 4px 10px;
    font-size: 1.8rem;
    line-height: 1;
}
.blog .firstSec .cateBox .cateUl li.active {
    background: #000;
}
.blog .firstSec .cateBox .cateUl li.active a {
    color: #fff;
}

.blog .blogSec .blogBox {
    max-width: 996px;
    width: 100%;
    margin: 0 auto;
}
.blog .blogSec .blogBox .blogUl {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-right: -72px;
}
.blog .blogSec .blogBox .blogUl li {
    display: block;
    width: 284px;
    margin: 0 72px 83px 0;
}
.blog .blogSec .blogBox .blogUl li .imgBox .border {
    display: block;
    border: 1px solid #DDD1AD;
}
.blog .blogSec .blogBox .blogUl li .textBox .days {
    display: block;
    margin-top: 10px;
    font-size: 1.4rem;
}
.blog .blogSec .blogBox .blogUl li .textBox .title {
    display: block;
    margin-top: 7px;
    font-size: 1.6rem;
    font-weight: 700;
}

.blog .blogSec .pageNavi .wp-pagenavi {
    display: flex;
    justify-content: center;
    align-items: center;
}
.blog .blogSec .pageNavi .wp-pagenavi .current {
    position: relative;
    font-size: 2.2rem;
    margin: 0 20px;
}
.blog .blogSec .pageNavi .wp-pagenavi .current:before {
    content: "";
    position: absolute;
    bottom: -5px;
    left: -2px;
    width: 145%;
    height: 1px;
    background: #000;
}
.blog .blogSec .pageNavi .wp-pagenavi .page {
    font-size: 2.2rem;
    margin: 0 20px;
}
.blog .blogSec .pageNavi .wp-pagenavi .nextpostslink {
    position: relative;
}
.blog .blogSec .pageNavi .wp-pagenavi .nextpostslink:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 10px;
    height: 10px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transform: translateY(-50%)rotate(45deg)skew(-15deg, -15deg);
}

@media all and (max-width: 834px) {

    .blog {
        padding: 0 0 182px;
    }
    .blog .inBox {
        padding: 0 5%;
    }
    .blog .firstSec .headline01 {
        margin-bottom: 40px;
    }
    .blog .firstSec .cateBox {
        width: 707px;
        margin: 0 auto 53px;
    }
    .blog .firstSec .cateBox .cateUl {
        padding: 23px 3%;
    }
    .blog .firstSec .cateBox .cateUl li {
        margin: 0 10px;
        padding: 4px 10px;
        font-size: 1.6rem;
        line-height: 1;
    }

    .blog .blogSec .blogBox {
        width: 90%;
    }
    .blog .blogSec .blogBox .blogUl {
        margin-right: -3%;
    }
    .blog .blogSec .blogBox .blogUl li {
        width: 47%;
        margin: 0 3% 42px 0;
    }

    .blog .blogSec .pageNavi .wp-pagenavi {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .blog .blogSec .pageNavi .wp-pagenavi .current {
        position: relative;
        font-size: 2.2rem;
        margin: 0 20px;
    }
    .blog .blogSec .pageNavi .wp-pagenavi .current:before {
        content: "";
        position: absolute;
        bottom: -5px;
        left: -2px;
        width: 145%;
        height: 1px;
        background: #000;
    }
    .blog .blogSec .pageNavi .wp-pagenavi .page {
        font-size: 2.2rem;
        margin: 0 20px;
    }
    .blog .blogSec .pageNavi .wp-pagenavi .nextpostslink {
        position: relative;
    }
    .blog .blogSec .pageNavi .wp-pagenavi .nextpostslink:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        width: 10px;
        height: 10px;
        border-top: 1px solid #000;
        border-right: 1px solid #000;
        transform: translateY(-50%)rotate(45deg)skew(-15deg, -15deg);
    }

}


/*---------------------------------------
    blog single
---------------------------------------*/
.blog.single {
    padding: 0 0 182px;
}
.blog.single .singleSec {
}
.blog.single .singleSec .singleWrap {
    width: 720px;
    margin: 0 auto;
}
.blog.single .singleSec .singleWrap .titleWrap {
    display: block;
    margin-bottom: 54px;
}
.blog.single .singleSec .singleWrap .titleWrap .days {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 1.6rem;
    margin-bottom: 25px;
}
.blog.single .singleSec .singleWrap .titleWrap .days .cateBox {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-left: 15px;
}
.blog.single .singleSec .singleWrap .titleWrap .days .cateBox .cate {
    display: inline-block;
    margin-right: 19px;
    padding: 3px 8px;
    font-size: 1.6rem;
    background: #000;
    color: #fff;
}
.blog.single .singleSec .singleWrap .titleWrap .title {
    font-size: 2.6rem;
    font-weight: 700;
}
.blog.single .singleSec .singleWrap .imgBox {
}
.blog.single .singleSec .singleWrap .imgBox .border {
    display: block;
    border: 1px solid #DDD1AD;
}
.blog.single .singleSec .singleWrap .imgBox img {
    display: block;
    width: 100%;
}
.blog.single .singleSec .singleWrap .textBox {
    width: 98%;
    margin: 45px auto 113px;
    line-height: 1.8;
}
.blog.single .singleSec .singleWrap .textBox p {
    margin-bottom: 20px;
}

.blog.single .singleSec .pageNavi {
    position: relative;
    text-align: center;
}
.blog.single .singleSec .pageNavi .wp-pagenavi {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.blog.single .singleSec .pageNavi .wp-pagenavi .naviBtn {
    position: absolute;
    top: 50%;
    width: max-content;
    transform: translateY(-50%);
}
.blog.single .singleSec .pageNavi .wp-pagenavi .prev {
    left: 170px;
}
.blog.single .singleSec .pageNavi .wp-pagenavi .next {
    right: 157px;
}
.blog.single .singleSec .pageNavi .wp-pagenavi .naviBtn a {
    position: relative;
}
.blog.single .singleSec .pageNavi .wp-pagenavi .naviBtn a:before {
    content: "";
    position: absolute;
    top: 50%;
    width: 10px;
    height: 10px;
    transform: translateY(-50%)rotate(45deg);
}
.blog.single .singleSec .pageNavi .wp-pagenavi .prev a:before {
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    right: -24px;
}
.blog.single .singleSec .pageNavi .wp-pagenavi .next a:before {
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
    left: -24px;
}

.blog.single .singleSec .pageNavi .lBtn a {
    padding: 14px 69px;
}


@media all and (max-width: 834px) {

    .blog.single {
        padding: 0 0 182px;
    }
    .blog.single .inBox {
        padding: 0 7%;
    }
    .blog.single .singleSec {
        padding-top: 29px;
    }
    .blog.single .singleSec .singleWrap {
        width: 100%;
    }
    .blog.single .singleSec .singleWrap .titleWrap {
        margin-bottom: 18px;
    }
    .blog.single .singleSec .singleWrap .titleWrap .days {
        font-size: 1.4rem;
        margin-bottom: 21px;
    }
    .blog.single .singleSec .singleWrap .titleWrap .days .cateBox {
        margin-left: 11px;
    }
    .blog.single .singleSec .singleWrap .titleWrap .days .cateBox .cate {
        margin-right: 14px;
        padding: 3px 8px;
        font-size: 1.4rem;
    }
    .blog.single .singleSec .singleWrap .titleWrap .title {
        font-size: 2.2rem;
    }
    .blog.single .singleSec .singleWrap .textBox {
        width: 98%;
        margin: 33px auto 75px;
    }
    .blog.single .singleSec .singleWrap .textBox p {
        margin-bottom: 20px;
    }

    .blog.single .singleSec .pageNavi {
        position: relative;
        text-align: center;
    }
    .blog.single .singleSec .pageNavi .wp-pagenavi {
        position: relative;
        top: 0;
        left: 0;
        padding-top: 38px;
        transform: translate(0);
    }
    .blog.single .singleSec .pageNavi .wp-pagenavi .naviBtn {
        top: 0;
        transform: translateY(0);
    }
    .blog.single .singleSec .pageNavi .wp-pagenavi .prev {
        right: 38px;
        left: auto;
    }
    .blog.single .singleSec .pageNavi .wp-pagenavi .next {
        left: 38px;
    }
    .blog.single .singleSec .pageNavi .wp-pagenavi .naviBtn a {
        position: relative;
    }
    .blog.single .singleSec .pageNavi .wp-pagenavi .naviBtn a:before {
        content: "";
        position: absolute;
        top: 50%;
        width: 10px;
        height: 10px;
        transform: translateY(-50%)rotate(45deg);
    }
    .blog.single .singleSec .pageNavi .wp-pagenavi .prev a:before {
        border-top: 1px solid #000;
        border-right: 1px solid #000;
        right: -24px;
    }
    .blog.single .singleSec .pageNavi .wp-pagenavi .next a:before {
        border-bottom: 1px solid #000;
        border-left: 1px solid #000;
        left: -24px;
    }

    .blog.single .singleSec .pageNavi .lBtn a {
        width: 90%;
        padding: 14px 69px;
    }

}


/*---------------------------------------
    contact
---------------------------------------*/
.contact {
    padding-bottom: 175px;
}
.contact .headline01 {
    margin-bottom: 45px;
}
.contact .pTxt {
    margin-bottom: 45px;
    text-align: center;
}
.contact .pTxt .min {
    font-size: 1.3rem;
}

.contact .snow-monkey-form {
    width: 734px;
    margin: 0 auto;
}

.contact .smf-form .wp-block-snow-monkey-forms-item.smf-item {
    margin-bottom: 42px;
}

.contact .smf-form .smf-item__col.smf-item__col--label {
    margin-bottom: 14px;
}
.contact .smf-form .smf-item__col.smf-item__col--label .smf-item__label__text {
    font-size: 1.8rem;
}
.contact .smf-form .smf-text-control__control {
    width: 100%;
    padding: 15px 10px;
    background: #EEEEEE;
    border: none;
    border-radius: 0;
    font-size: 1.6rem;
    box-shadow: none;
}
.contact .smf-form .smf-textarea-control__control {
    width: 100%;
    padding: 15px 10px;
    background: #EEEEEE;
    border: none;
    border-radius: 0;
    font-size: 1.6rem;
    box-shadow: none;
}

.contact .smf-button-control {
    display: block;
    margin: 72px 0 0;
}
.contact .smf-button-control button {
    display: block;
    width: 321px;
    margin: 0 auto;
    padding: 17px 0;
    border: 1px solid #2CB6B6;
    background: #2CB6B6;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 400;
    text-align: center;
    box-sizing: border-box;
    line-height: 1;
    transition: all .3s;
}
.contact .smf-button-control button:hover {
    opacity: 0.6;
}
.contact .smf-system-error-content-ready {
    display: none;
}


@media all and (max-width: 834px) {
    .contact .headline01 {
        margin-bottom: 35px;
    }
    .contact .pTxt {
        width: 88%;
        margin: 0 auto 45px;
    }

    .contact .snow-monkey-form {
        width: 88%;
        margin: 0 auto;
    }

    .contact .smf-form .wp-block-snow-monkey-forms-item.smf-item {
        margin-bottom: 42px;
    }

    .contact .smf-form .smf-item__col.smf-item__col--label {
        margin-bottom: 14px;
    }
    .contact .smf-form .smf-item__col.smf-item__col--label .smf-item__label__text {
        font-size: 1.6rem;
    }
    .contact .smf-form .smf-text-control__control {
        width: 100%;
        padding: 13px 9px;
    }
    .contact .smf-form .smf-textarea-control__control {
        padding: 13px 9px;
    }
    .contact .smf-button-control {
        display: block;
        margin: 63px 0 0;
    }
}



/*---------------------------------------
    email-tuning
---------------------------------------*/
.email-tuning {
    padding: 0 0 182px;
}
.email-tuning .firstSec {
    margin-bottom: 69px;
}
.email-tuning .firstSec .headline01 {
    position: relative;
    margin-bottom: 62px;
    padding-top: 51px;
}
.email-tuning .firstSec .headline01 .en-txt {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}
.email-tuning .firstSec .pTxt {
    width: 685px;
    margin: 0 auto;
}
.email-tuning .firstSec .pTxt.center {
    text-align: center;
}
.email-tuning .tuningSec {
    margin-bottom: 69px;
    padding: 0 30px;
    text-align: center;
}
.email-tuning .tuningSec .inBox {
    max-width: 1178px;
    width: 100%;
    margin: 0 auto;
    padding: 66px 0 55px;
    background: #F4F1E7;
    border-radius: 39px;
}
.email-tuning .tuningSec .headline01 {
    font-size: 2.7rem;
    margin-bottom: 52px;
}
.email-tuning .tuningSec .listUl {
    display: inline-block;
    margin-bottom: 52px;
}
.email-tuning .tuningSec .listUl li {
    margin-bottom: 16px;
    padding-left: 2rem;
    font-size: 2rem;
    text-align: left;
    line-height: 1.4;
    text-indent: -2rem;
}
.email-tuning .tuningSec .listUl li:last-child {
    margin-bottom: 0;
}
.email-tuning .tuningSec .pTxt {
    text-align: center;
}
.email-tuning .emailSec .pTxt {
    margin-bottom: 16px;
    text-align: center;
}
.email-tuning .emailSec .mailWrap {
    width: 800px;
    margin: 0 auto;
}
.email-tuning .emailSec .mailWrap .formkit-form[data-uid="db1698b739"] {
    margin: 0 auto;
}

/* cf7フォーム */
.email-tuning .emailSec .mailWrap .wpcf7 input[type="email"] {
    width: 100%;
    background: #EFEFEF;
    border: none;
    padding: 14px 18px;
    border-radius: 0;
    font-size: 1.5rem;
    outline: none;
}
.email-tuning .emailSec .mailWrap .wpcf7-not-valid-tip {
    margin-top: 9px;
    text-align: center;
}
.email-tuning .emailSec .mailWrap .submit {
    margin-top: 22px;
    text-align: center;
}
.email-tuning .emailSec .mailWrap .submit input[type="submit"] {
    display: inline-block;
    padding: 8px 22px;
    border: none;
    border-radius: 4px;
    background: #C3563A;
    color: #fff;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    box-sizing: border-box;
    letter-spacing: 0.15rem;
}
.email-tuning .emailSec .mailWrap .submit input[type="submit"]:hover {
    opacity: 0.6;
}
.email-tuning .emailSec .mailWrap .submit .wpcf7-spinner {
    position: absolute;
}
/* エラーメッセージ */
.email-tuning .emailSec .mailWrap .wpcf7 form.invalid .wpcf7-response-output,
.email-tuning .emailSec .mailWrap .wpcf7 form.unaccepted .wpcf7-response-output,
.email-tuning .emailSec .mailWrap .wpcf7 form.payment-required .wpcf7-response-output {
    text-align: center;
    border: none;
    color: red;
    margin: 15px 0 0;
}
/* 完了メッセージ */
.email-tuning .emailSec .mailWrap .wpcf7 form.sent .wpcf7-response-output {
    text-align: center;
    border: none;
    color: #000;
    margin: 15px 0 0;
}
/* //cf7フォーム */


@media all and (max-width: 834px) {
    .email-tuning {
        padding: 0 0 107px;
    }
    .email-tuning .firstSec {
        margin-bottom: 46px;
    }
    .email-tuning .firstSec .headline01 {
        margin-bottom: 54px;
        padding-top: 39px;
    }
    .email-tuning .firstSec .headline01 .en-txt {
        padding: 0 5%;
    }
    .email-tuning .firstSec .pTxt {
        width: 88%;
    }
    .email-tuning .tuningSec {
        padding: 0;
        margin-bottom: 42px;
        text-align: center;
    }
    .email-tuning .tuningSec .inBox {
        width: 94%;
        margin: 0 auto;
        padding: 54px 4% 48px;
        border-radius: 27px;
        box-sizing: border-box;
    }
    .email-tuning .tuningSec .headline01 {
        font-size: 2.4rem;
        margin-bottom: 35px;
    }
    .email-tuning .tuningSec .listUl {
        margin-bottom: 57px;
    }
    .email-tuning .tuningSec .listUl li {
        margin-bottom: 19px;
        font-size: 1.7rem;
        text-align: justify;
    }
    .email-tuning .tuningSec .listUl li:last-child {
        margin-bottom: 0;
    }
    .email-tuning .tuningSec .pTxt {
        text-align: justify;
    }
    .email-tuning .emailSec .pTxt {
        text-align: center;
    }
    .email-tuning .emailSec .mailWrap {
        width: 86%;
    }
}


/*---------------------------------------
    program
---------------------------------------*/
.program {
    padding: 0 0 182px;
}
.program .firstSec {
    margin-bottom: 69px;
}
.program .firstSec .headline01 {
    margin-bottom: 62px;
}
.program .firstSec .pTxt {
    width: 685px;
    margin: 0 auto;
    text-align: center;
}
.program .programSec .programWrap {
    padding: 112px 0 135px;
    background: #F4F1E7;
}
.program .programSec .programWrap:nth-child(2n) {
    background: #fff;
}
.program .programSec .programWrap .headline01 {
    position: relative;
    margin-bottom: 66px;
    padding-bottom: 66px;
    font-size: 2.7rem;
}
.program .programSec .programWrap .headline01:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 34px;
    height: 2px;
    background: #000;
    transform: translateX(-50%);
}
/* プログラム */
.program .programSec .programWrap .contWrap {
    margin-bottom: 59px;
}
.program .programSec .programWrap .contWrap:last-child {
    margin-bottom: 0;
}
.program .programSec .programWrap .contWrap .title {
    margin-bottom: 23px;
    font-size: 2rem;
    font-weight: 600;
    text-align: center;
}
.program .programSec .programWrap .contWrap .pTxt {
    width: 716px;
    margin: 0 auto;
}
.program .programSec .programWrap .contWrap .pTxt.center {
    text-align: center;
}
.program .programSec .programWrap .contWrap .pTxt a {
    text-decoration: underline;
}
.program .programSec .programWrap .contWrap .listWrap {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    width: 852px;
    margin: 0 auto;
    padding: 27px 25px;
    border-top: 0.1px solid #000;
    border-bottom: 0.1px solid #000;
    box-sizing: border-box;
}
.program .programSec .programWrap .contWrap .listWrap .listUl {
    width: fit-content;
}
.program .programSec .programWrap .contWrap .listWrap .listUl li {
    margin-bottom: 20px;
    padding-left: 1.5rem;
    text-indent: -1.5rem;
    line-height: 1.4;
    text-align: justify;
}
.program .programSec .programWrap .contWrap .listWrap .listUl li:last-child {
    margin-bottom: 0;
}
.program .programSec .programWrap .lBtn {
    margin-top: 90px;
    text-align: center;
}
.program .programSec .programWrap .lBtn a {
    padding: 12px 36px;
}
.program .programSec .programWrap .lBtn a:hover {
    opacity: 0.6;
}
.program .programSec .programWrap .lBtn.close a {
    width: 239px;
    background: #b1b1b1;
}
.program .programSec .programWrap .lBtn.close a:hover {
    opacity: 1;
}
/* //プログラム */

.program .bottomSec {
    padding: 104px 0 0;
}
.program .bottomSec .inBox .headline01 {
    margin-bottom: 27px;
    font-size: 2.4rem;
}
.program .bottomSec .inBox .pTxt {
    width: 716px;
    margin: 0 auto 74px;
}
.program .bottomSec .inBox .pTxt.center {
    text-align: center;
}
.program .bottomSec .inBox .listBox {
    text-align: center;
}
.program .bottomSec .inBox .listUl {
    display: inline-block;
    margin: 17px 0 45px;
}
.program .bottomSec .inBox .listUl li {
    margin-bottom: 21px;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.4;
}
.program .bottomSec .inBox .listUl li a {
    display: block;
    padding: 13px 22px;
}
.program .bottomSec .inBox .listUl li:last-child {
    margin-bottom: 0;
}

@media all and (max-width: 834px) {
    .program {
        padding: 0 0 107px;
    }
    .program .firstSec {
        margin-bottom: 46px;
    }
    .program .firstSec .headline01 {
        margin-bottom: 54px;
    }
    .program .firstSec .pTxt {
        width: 88%;
    }

    .program .programSec .programWrap {
        padding: 56px 0 76px;
    }
    .program .programSec .programWrap .headline01 {
        margin-bottom: 40px;
        padding-bottom: 40px;
        font-size: 2.4rem;
    }
    /* プログラム */
    .program .programSec .programWrap .contWrap {
        margin-bottom: 43px;
    }
    .program .programSec .programWrap .contWrap .title {
        margin-bottom: 18px;
        font-size: 1.9rem;
    }
    .program .programSec .programWrap .contWrap .pTxt {
        width: 88%;
    }
    .program .programSec .programWrap .contWrap .listWrap {
        flex-flow: column;
        justify-content: flex-start;
        align-items: flex-start;
        width: 88%;
        padding: 27px 3%;
    }
    .program .programSec .programWrap .contWrap .listWrap .listUl {
        width: 100%;
    }
    .program .programSec .programWrap .contWrap .listWrap .listUl li {
        margin-bottom: 18px;
    }
    .program .programSec .programWrap .contWrap .listWrap .listUl li:last-child {
        margin-bottom: 18px;
    }
    .program .programSec .programWrap .lBtn {
        margin-top: 58px;
    }
    /* //プログラム */
    .program .bottomSec {
        padding: 86px 0 0;
    }
    .program .bottomSec .inBox .headline01 {
        margin-bottom: 22px;
        font-size: 2.2rem;
    }
    .program .bottomSec .inBox .pTxt {
        width: 88%;
        margin: 0 auto 54px;
    }
    .program .bottomSec .inBox .listUl {
        margin: 12px 0 38px;
    }
    .program .bottomSec .inBox .listUl li {
        margin-bottom: 19px;
        font-size: 1.6rem;
    }

}


/*---------------------------------------
    core
---------------------------------------*/
.core .firstSec {
    margin-bottom: 69px;
}
.core .firstSec .headline01 {
    position: relative;
    padding-top: 51px;
}
.core .firstSec .headline01 .en-txt {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

.core .coreSec .coreWrap {
    padding: 112px 0;
}
.core .coreSec .coreWrap:first-of-type {
    padding-top: 0;
}
.core .coreSec .coreWrap:nth-child(2n) {
    background: #DFFF53;
}
.core .coreSec .coreWrap .conBox {
    width: 820px;
    margin: 0 auto;
}
.core .coreSec .coreWrap .conBox .title {
    width: 400px;
    margin: 0 auto 31px;
    padding: 17px 0;
    background: #FEFFC4;
    border-radius: 15px;
    font-size: 2.2rem;
    text-align: center;
    line-height: 1.2;
}
.core .coreSec .coreWrap .conBox .title .en {
    color: #61614C;
    font-size: 1.7rem;
}
.core .coreSec .coreWrap .conBox .txtBox {
    padding: 40px 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}
.core .coreSec .coreWrap .conBox .txtBox .txtWrap {
    width: 635px;
    margin: 0 auto  50px;
}
.core .coreSec .coreWrap .conBox .txtBox .txtWrap:last-of-type {
    margin-bottom: 0;
}
.core .coreSec .coreWrap .conBox .txtBox .txtWrap .ttl {
    margin-bottom: 26px;
    font-size: 1.8rem;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.15rem;
}
.core .coreSec .coreWrap .conBox .txtBox .txtWrap .pTxt {
    margin-bottom: 18px;
    line-height: 2;
    letter-spacing: 0.01rem;
}
.core .coreSec .coreWrap .conBox .txtBox .txtWrap .pTxt:last-of-type {
    margin-bottom: 0;
}
.core .coreSec .coreWrap .conBox .txtBox .txtWrap .listBox {
    text-align: center;
}
.core .coreSec .coreWrap .conBox .txtBox .txtWrap .listUl {
    display: inline-block;
}
.core .coreSec .coreWrap .conBox .txtBox .txtWrap .listUl li {
    margin-bottom: 11px;
    padding-left: 1.6rem;
    font-weight: 500;
    text-indent: -1.6rem;
    text-align: justify;
    line-height: 1.4;
    letter-spacing: 0.01rem;
}
.core .coreSec .coreWrap .conBox .txtBox .txtWrap .listUl li:last-of-type {
    margin-bottom: 0;
}
.core .coreSec .coreWrap.core07 {
    padding-bottom: 168px;
}

@media all and (max-width: 834px) {
    .core .firstSec {
        margin-bottom: 55px;
    }
    .core .firstSec .headline01 {
        padding-top: 51px;
    }
    .core .coreSec .coreWrap {
        padding: 71px 0 88px;
    }
    .core .coreSec .coreWrap .conBox {
        width: 86%;
    }
    .core .coreSec .coreWrap .conBox .title {
        width: auto;
        margin-bottom: 28px;
        font-size: 2.1rem;
    }
    .core .coreSec .coreWrap .conBox .title .en {
        font-size: 1.6rem;
    }
    .core .coreSec .coreWrap .conBox .txtBox {
        padding: 38px 0;
    }
    .core .coreSec .coreWrap .conBox .txtBox .txtWrap {
        width: 96%;
        margin: 0 auto  50px;
    }
    .core .coreSec .coreWrap .conBox .txtBox .txtWrap .ttl {
        margin-bottom: 14px;
        font-size: 1.7rem;
    }
    .core .coreSec .coreWrap .conBox .txtBox .txtWrap .pTxt {
        margin-bottom: 14px;
    }
    .core .coreSec .coreWrap .conBox .txtBox .txtWrap .listUl li {
        margin-bottom: 14px;
    }
}



/*---------------------------------------
    coming soon
---------------------------------------*/
main.coming-soon {
    padding: 140px 0 197px;
}
.coming-soon .firstSec .headline01 {
    margin-bottom: 34px;
}
.coming-soon .firstSec .topTxt {
    text-align: center;
}

@media all and (max-width: 834px) {
    main.coming-soon {
        padding: 88px 0 130px;
    }
    .coming-soon .firstSec {
        width: 88%;
        margin: 0 auto;
    }
    .coming-soon .firstSec .headline01 {
        margin-bottom: 34px;
    }
    .coming-soon .firstSec .topTxt {
        text-align: center;
    }

}


/* end */
