@charset "UTF-8";
.footer {
    background: #1C4A40;
    padding: 0;
}
.footerInner {
    padding: 80px 0;
}
.footerLogo img {
    display: block;
}
.footerSns {
    display: flex;
    flex-wrap: wrap;
    margin-top: 34px;
}
.footerSns li {
    width: 38px;
    height: 38px;
    margin-right: 16px;
}
.footerSns li a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    position: relative;
}
.footerSns li a img {
    position: relative;
    z-index: 2;
}
.footerSns li a:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    border-radius: 100vh;
    z-index: 1;
    transition:.2s all;
}
.footerSns li img {
    display: block;
}
.footerNav {
    width: 100%;
    padding-left: 50%;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    margin-top: -120px;
}
.footerNavBox {
    width: 50%;
    margin-top: 50px;
}
.footerNavBox:nth-child(-n+2) {
    margin-top: 0;
}
.footerNavTtl {
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: .02em;
    font-weight: 500;
    margin-bottom: 16px;
    color: #fff;
}
.footerNavLst li {
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: .01em;
    font-weight: 400;
    margin-bottom: 10px;
}
.footerNavLst li:last-child {
    margin-bottom: 0;
}
.footerNavLst li a {
    color: #C3C3C3;
    text-decoration: none;
    text-underline-offset: 4px;
    position: relative;
}/*
.footerNavLst li a:before {
    background: #C3C3C3;
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: -4px;
    margin: auto;
    transform-origin: right top;
    transform: scale(0, 1);
    transition: transform .3s;
}*/
.footerNavBox.is-window .footerNavLst li {
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: .01em;
    font-weight: 400;
    margin-bottom: 10px;
}
.footerNavBox.is-window .footerNavLst li:last-child {
    margin-bottom: 0;
}
.footerNavBox.is-window .footerNavLst li a {
    color: #C3C3C3;
    text-decoration: none;
    position: relative;
}/*
.footerNavBox.is-window .footerNavLst li a:before {
    background: #fff;
    height: 2px;
    bottom: -4px;
}*/
.footerNavBox.is-window .footerNavLst li a img {
    display: inline-block;
    vertical-align: middle;
    padding-left: 6px;
    margin-bottom: 2px;
}
.footerFlex_wrap {
    background: #fff;
    padding: 24px 0;
    text-align: center;
}
.footerMark {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 24px;
}
.footerLnk {
    margin-top: 24px;
}
.copyright {
    font-weight: 400;
    font-size: 12px;
    line-height: 19px;
    color: #A6A6A6;
}
.c-btn {
    max-width: 272px;
    height: 64px;
    margin: 0 auto;
    box-sizing: border-box;
}
.c-btn a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background: #1C4A40;
    color: #fff;
    border-radius: 100vh;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    text-decoration: none;
    position: relative;
    box-sizing: border-box;
}
.c-btn.f-Sentient a {
    font-variation-settings: "wght" 400;
}
.c-btn a span:before,
.c-btn a span:after {
    content: '';
    display: block;
    width: 32px;
    height: 32px;
    position: absolute;
    right: 16px;
    top: 50%;
    margin-top: -16px;
    z-index: 1;
}
.c-btn a span:before {
    background: url(../svg/btn_arrow_r.svg) no-repeat center / auto 10px;
    z-index: 2;
}
.c-btn a span:after {
    background: #fff;
    border-radius: 50%;
    z-index: 1;
    transition: .2s all;
}
.c-btn a span {
    display: block;
    position: relative;
    z-index: 3;
    padding-right: 32px;
    width: 100%;
    text-align: center;
}
.topTtl_wrap {
    text-align: center;
}
.topTtl_wrap .en {
    font-size: 54px;
    line-height: 1;
    font-variation-settings: "wght" 300;
    color: #1C4A40;
}
.topTtl_wrap .en span {
    display: inline-block;
    position: relative;
    padding: 0 35px;
}
.topTtl_wrap .en span:before,
.topTtl_wrap .en span:after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: 10px;
    z-index: 1;
    background: #1C4A40;
}
.topTtl_wrap .en span:before {
    left: 0;
}
.topTtl_wrap .en span:after {
    right: 0;
}
.topTtl_wrap .ttl {
    font-size: 14px;
    line-height: 1;
    font-weight: 600;
    color: #1C4A40;
    margin-top: 16px;
}
.topTtl_wrap.is-ver2 .en {
    color: #fff;
}
.topTtl_wrap.is-ver2 .en span:before,
.topTtl_wrap.is-ver2 .en span:after {
    background: #fff;
}
.topTtl_wrap.is-ver2 .ttl {
    color: #fff;
}
.topTtl_read {
    font-size: 24px;
    line-height: 1.75;
    font-weight: 400;
    letter-spacing: .05em;
    color: #1C4A40;
    text-align: center;
    margin-top: 55px;
}
.topTtl_read.is-ver2 {
    color: #fff;
}
.topEntry_wrap {
    background: #E2F3F1;
    padding: 110px 0 120px;
    position: relative;
    overflow: hidden;
}
.topEntry_lst {
    margin-top: 64px;
    position: relative;
    z-index: 2;
}
.topEntry_lst li {
    margin: 0 20px;
}
.topEntry_lst .lst {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.topPeople_wrap {
    background: rgb(27, 88, 76);
    background: linear-gradient(90deg, rgba(27, 88, 76, 1) 0%, rgba(26, 112, 93, 1) 100%);
    padding: 158px 0 168px;
}
.splide.is-people {
    margin-top: 75px;
    margin-bottom: 100px;
}
.topPeople_box {
    background: #1C4A40;
    border-radius: 8px;
    width: 352px;
    height: 100%;
}
.topPeople_box a {
    height: 100%;
    display: block;
    text-decoration: none;
}
.topPeople_img {
    overflow: hidden;
    border-radius: 8px 8px 0 0;
}
.topPeople_img source,
.topPeople_img img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    transition: .4s all;
}
.topPeople_txt {
    padding: 34px 28px 30px;
    padding: 34px 26px 30px;
}
.topPeople_txt .ttl {
    font-size: 24px;
    line-height: 1.58;
    font-weight: 400;
    letter-spacing: .04em;
    color: #fff;
}
.topPeople_txt .post {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    color: #C3C3C3;
    margin-top: 24px;
    margin-bottom: 7px;
}
.topPeople_txt .name {
    font-size: 17px;
    line-height: 1;
    font-variation-settings: "wght" 300;
    color: #E2B700;
    margin-bottom: 9px;
}
.topPeople_txt .tag {
    font-size: 13px;
    line-height: 1;
    font-weight: 400;
    color: #C3C3C3;
}
.pageMv_wrap.is-gr {
    background: linear-gradient(90deg, rgba(27, 88, 76, 1) 0%, rgba(26, 112, 93, 1) 100%);
}
.pageMv_img {
    position: relative;
    z-index: 1;
    max-width: 1920px;
    margin: 0 auto;
}
.pageMv_img source,
.pageMv_img img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: center;
}
.pageMv_in {
    background: #F1F1F1;
    height: 194px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: -80px;
    position: relative;
    z-index: 2;
}
.pageMv_wrap.is-gr .pageMv_in {
    background: inherit;
    max-width: 100%;
    clip-path: inset(0 calc((100% - 1000px) / 2));
}
.pageMv_ttl {
    text-align: center;
}
.pageMv_ttl .en {
    font-size: 18px;
    line-height: 1;
    font-variation-settings: "wght" 400;
    letter-spacing: .01em;
    color: #E2B700;
    margin-bottom: 12px;
}
.pageMv_ttl .ttl {
    font-size: 32px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: .08em;
    color: #1C4A40;
}
.singleMv_ttl {
    text-align: center;
}
.singleMv_ttl .en {
    font-size: 18px;
    line-height: 1;
    font-variation-settings: "wght" 400;
    letter-spacing: .01em;
    color: #E2B700;
    margin-bottom: 12px;
}
.singleMv_ttl .ttl {
    font-size: 32px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: .08em;
    color: #383838;
}
@media(min-width:1024px) {
    .footerLogo a:hover {
        opacity: .8;
    }
    .footerSns li a:hover:before {
        transform:scale(1.2,1.2);
    }
    .footerNavLst li a:hover,
    .footerNavBox.is-window .footerNavLst li a:hover {
        text-decoration: underline;
        text-underline-offset: 4px;
    }
    .c-btn a {
        background: none;
    }
    .c-btn a:before {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        border-radius: 100vh;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 1;
        background: #1c4a40;
        transition: transform .2s;
    }
    .c-btn a:hover span:after {
        transform: scale(1.2, 1.2);
    }
    .c-btn a:hover:before {
        transform: translate(-50%, -50%) scale(1.05, 1.05);
    }
}
@media screen and ( max-width:1025px) and ( max-width:1280px) {
    .pageMv_wrap.is-gr .pageMv_in {
        clip-path: inset(0 calc((100% - 84.766vw) / 2));
    }
}
@media screen and (min-width:767px) and ( max-width:1024px) {
    .pageMv_wrap.is-gr .pageMv_in {
        clip-path: inset(0 calc((100% - 89.063vw) / 2));
    }
}
@media screen and (min-width:767px) and ( max-width:1280px) {}
@media (min-width: 767px) {
    a:hover .topPeople_img source,
    a:hover .topPeople_img img {
        transform: scale(1.04, 1.04);
    }
    .topPeople_box a:hover {
        box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.08);
    }
}
/*tab*/
@media only screen and (max-width:1024px) {
    .footerInner {
        display: flex;
        flex-wrap: wrap;
        padding: 88px 24px;
    }
    .footerLogo {
        order: 1;
    }
    .footerSns {
        order: 3;
        width: 100%;
        margin-top: -94px;
    }
    .footerSns li {
        width: 28px;
        height: 28px;
        margin-right: 10px;
    }
    .footerNav {
        order: 2;
        width: 100%;
        padding-left: 0;
        margin-top: 48px;
        justify-content: space-between;
    }
    .footerNavBox {
        width: 45%;
        margin-top: 40px;
    }
    .footerNavTtl {
        font-size: 13px;
        line-height: 1.2;
        letter-spacing: .02em;
        margin-bottom: 12px;
    }
    .footerNavLst li {
        font-size: 12px;
        line-height: 1.4;
        letter-spacing: .01em;
        font-weight: 400;
        margin-bottom: 12px;
    }
    .footerNavBox.is-window {
        width: 100%;
        margin-top: 92px;
    }
    .footerNavBox.is-window .footerNavLst li {
        font-size: 13px;
        line-height: 1.2;
        letter-spacing: .02em;
        margin-bottom: 12px;
    }
    .footerFlex_wrap {
        padding: 24px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .footerMark {
        gap: 0 12px;
    }
    .footerLnk {
        margin-top: 0;
    }
    .copyright {
        font-weight: 400;
        font-size: 10px;
        line-height: 19px;
        color: #A6A6A6;
        text-align: right;
    }
    .c-btn {
        height: 56px;
    }
}
/*sp*/
@media only screen and (max-width:767px) {
    .topTtl_wrap .en {
        font-size: 32px;
    }
    .topTtl_wrap .en span {
        padding: 0 20px;
    }
    .topTtl_wrap .en span:before,
    .topTtl_wrap .en span:after {
        width: 8px;
        height: 8px;
    }
    .topTtl_wrap .ttl {
        font-size: 13px;
        margin-top: 12px;
    }
    .topTtl_read {
        font-size: 20px;
        line-height: 1.6;
        margin-top: 44px;
    }
    .topEntry_wrap {
        padding: 70px 24px 128px;
    }
    .topEntry_lst {
        margin-top: 50px;
    }
    .topEntry_lst .lst {
        flex-wrap: nowrap;
    }
    .topEntry_lst li {
        margin-bottom: 30px;
    }
    .topEntry_lst li:last-child {
        margin-bottom: 0;
    }
    .topPeople_wrap {
        padding: 100px 0 104px;
    }
    .splide.is-people {
        margin-top: 66px;
        margin-bottom: 80px;
    }
    .topPeople_box {
        width: 256px;
    }
    .topPeople_img source,
    .topPeople_img img {
        height: 280px;
    }
    .topPeople_txt {
        padding: 20px 20px;
    }
    .topPeople_txt .ttl {
        font-size: 16px;
        line-height: 1.68;
    }
    .topPeople_txt .post {
        font-size: 10px;
        line-height: 1.6;
        margin-top: 20px;
        margin-bottom: 5px;
    }
    .topPeople_txt .name {
        font-size: 14px;
        margin-bottom: 7px;
    }
    .topPeople_txt .tag {
        font-size: 10px;
    }
    .pageMv_img source,
    .pageMv_img img {
        width: 100%;
        height: 264px;
    }
    .pageMv_wrap.is-gr .pageMv_in {
        clip-path: inset(0 calc((100% - 87.2vw) / 2));
    }
    .pageMv_in {
        width: -webkit-calc(100% - 48px);
        width: calc(100% - 48px);
        margin: 0 auto;
        height: 92px;
        margin-top: -40px;
    }
    .pageMv_wrap.is-gr .pageMv_in {
        width: -webkit-calc(100%);
        width: calc(100%);
    }
    .pageMv_ttl .en {
        font-size: 12px;
        margin-bottom: 8px;
    }
    .pageMv_ttl .ttl {
        font-size: 18px;
        letter-spacing: .05em;
    }
    .singleMv_ttl .en {
        font-size: 12px;
        margin-bottom: 12px;
    }
    .singleMv_ttl .ttl {
        font-size: 18px;
        letter-spacing: .05em;
    }
}
@media only screen and (max-width: 590px) {
    .topEntry_lst .lst {
        flex-wrap: wrap;
    }
}
@media only screen and (max-width: 389px) {
    .topTtl_read.is-wid2 {
        margin-right: -10px;
    }
}
@media only screen and (max-width: 360px) {
    .topTtl_read {
        font-size: 19px;
    }
}
