@charset "UTF-8";
.mv_wrap .splide {
    width: 100%;
    height: 826px;
    position: relative;
}
.mv_wrap .splide__track,
.mv_wrap .splide__list,
.mv_wrap .splide__slide {
    width: 100%;
    height: 100%;
}
.mv_wrap .splide__slide a {
    width: 100%;
    height: 100%;
    display: block;
    text-decoration: none;
}
.mv_wrap .splide__slide .img {
    width: 100%;
    height: 100%;
    position: relative;
}
.mv_wrap .splide__slide .img:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: linear-gradient(to bottom,rgba(0, 0, 0, 0.5) 0%,rgba(0, 0, 0, 0.05) 50%,rgba(0, 0, 0, 0.5) 100%);
    z-index: 2;
}
.mv_wrap .splide__slide .img source,
.mv_wrap .splide__slide .img img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    object-position: center;
    opacity: 1;
}
@media only screen and (min-width:1550px) {
    .mv_wrap .splide {
        height: 826px;
    }
}
@media screen and (min-width: 878px) and (max-width: 1550px) {
    .mv_wrap .splide {
        height: 83vh;
    }
}
@media only screen and (min-width:1920px) {
    .mv_wrap .splide__slide .img source,
    .mv_wrap .splide__slide .img img {
        width: 100%;
    }
}
.mv_wrap .splide__slide.is-active .img source,
.mv_wrap .splide__slide.is-active .img img {
    animation: zoomIn 8s ease-out forwards;
}
@keyframes zoomIn {
    0% {transform: scale(1);}100% {transform: scale(1.08);}
}
.mv_wrap .splide__slide .txt {
    font-size: 65px;
    line-height: 1;
    letter-spacing : .03em;
    color: #ffffff;
    position: absolute;
    bottom: 68px;
    left: 26px;
    z-index: 3;
    padding-right: 0.5em;
}
@media screen and (min-width: 878px) and (max-width: 1550px) {
    .mv_wrap .splide__slide .txt {
        font-size: 55px;
    }
}
.mv_wrap .splide__slide .txt:before,
.mv_wrap .splide__slide .txt:after {
    background: #fff;
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: -18px;
    margin: auto;
    z-index: 1;
}
.mv_wrap .splide_part {
    position: absolute;
    bottom: 3px;
    right: 16px;
    z-index: 4;
}
.news_wrap {
    position: relative;
    padding: 38px 0 36px;
}
.news_wrap:before {
    content: '';
    display: block;
    width: 29%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #192d8c;
    z-index: 1;
    clip-path: polygon(0 0, 100% 0%, 80% 100%, 0% 100%);
}
.news_inner {
    display: flex;
    align-items: center;
    width: 89.8%;
    max-width: 1500px;
    height: 85px;
    margin: 0 auto;
    background: #fff;
    box-shadow: 0 15px 10px 0 rgba(0, 0, 0, 0.1);
    padding: 0 36px;
    position: relative;
    z-index: 2;
    box-sizing: border-box;
}
.news_ttl {
    font-size : 18px;
    letter-spacing : 1.8px;
    color : #141F3F;
    font-weight: 600;
    margin-right: 78px;
}
body.is-en .news_ttl {
    line-height: 1;
    margin-right: 36px;
}
.splide.is-news {
    width: 76%;
    box-sizing: border-box;
    position: relative;
}
@media only screen and (min-width:1200px) {
    .splide.is-news:before {
        content: '';
        display: block;
        width: 152px;
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        background: #fff;
        z-index: 1;
    }
    body.is-en .news_inner {
        height: 105px;
    }
    body.is-en .splide.is-news {
        padding-top: 14px;
    }
    body.is-en .splide.is-news .splide_part {
        top: 18px;
    }
}
.splide.is-news .txt {
    font-size : 14px;
    letter-spacing: 0.02em;
    line-height: 1.8;
    color : #000000;
    padding-left: 30px;
    position: relative;
    padding-right: 172px;
}
.splide.is-news .txt:before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    left: 2px;
    top: 9px;
    background: linear-gradient(90deg,rgba(20, 47, 128, 1) 0%, rgba(0, 175, 223, 1) 100%);
    z-index: 1;
}
.splide.is-news time {
    display: block;
}
.splide.is-news .txt a {
    text-decoration: none;
	text-underline-offset: 4px;
}
.splide.is-news .splide_part {
    position: absolute;
    right: 0;
    top: 2px;
    z-index: 4;
    background: #fff;
    padding-left: 10px;
}
.splide.is-news .slide-counter,
.splide.is-news .splide__arrow,
.splide.is-news .splide__pagination {
    color : #192d8c;
}
.splide.is-news .splide__arrow:before {
    background: #192d8c;
}
@media screen and (min-width:1200px) and (max-width:1400px) {
    .news_inner {
        padding: 0 20px;
    }
    .news_ttl {
        margin-right: 40px;
    }
}
@media screen and (min-width:640px) and (max-width:1200px) {
    .news_inner {
        display: block;
        height: auto;
        padding: 20px 36px 50px;
    }
    .news_ttl {
        margin: 0 0 10px;
    }
    .splide.is-news {
        width: 100%;
    }
    .splide.is-news .txt {
        padding-right: 0;
    }
    .splide.is-news .splide_part {
        top: auto;
        bottom: -32px;
        padding-left: 0;
    }
}
@media only screen and (min-width:640px) {
    .splide.is-news .txt a:hover {
        text-decoration: underline;
    }
}
@media only screen and (max-width:640px) {
    .mv_wrap .splide {
        /*height: 350px;*/
        height: 405px;
    }
    .mv_wrap .splide__slide .img source,
    .mv_wrap .splide__slide .img img {
        width: 100%;
    }
    .mv_wrap .splide__slide .txt {
        font-size: 8vw;
        bottom: 38px;
        left: 10px;
    }
    .mv_wrap .splide__slide .txt:before,
    .mv_wrap .splide__slide .txt:after {
        bottom: -6px;
    }
    .mv_wrap .splide_part {
        bottom: 10px;
        right: 4px;
    }
    .news_wrap {
        position: relative;
        padding: 14px 16px 18px;
    }
    .news_wrap:before {
        width: 45%;
    }
    .news_inner {
        display: block;
        height: auto;
        width: 89.8%;
        padding: 10px 12px 37px;
    }
    body.is-en .news_inner {
        height: auto;
    }
    .news_ttl {
        font-size : 3.4vw;
        margin: 0 0 10px;
    }
    body.is-en .news_ttl {
        line-height: 1.8;
        margin: 0 0 10px;
    }
    .splide.is-news {
        width: 100%;
        box-sizing: border-box;
    }
    .splide.is-news .txt {
        font-size : 3.2vw;
        padding-left: 20px;
        padding-right: 0;
    }
    .splide.is-news .txt:before {
        width: 1.2vw;
        height: 1.2vw;
        top: 2.4vw;
        left: 2px;
    }
    .splide.is-news .splide_part {
        top: auto;
        bottom: -25px;
        padding-left: 0;
    }
    .splide.is-news .slide-counter,
    .splide.is-news .splide__arrow,
    .splide.is-news .splide__pagination {
        color : #192d8c;
    }
}
.c-wrap {
    width: 84.8%;
    margin: 0 auto;
}
.topTtl_box {
    text-align: center;
}
.topTtl_box .ttl {
    font-size : 45px;
    letter-spacing : 1.35px;
    color : #192d8c;
    line-height: 1;
}
.topTtl_box .txt {
    font-size : 20px;
    letter-spacing : 2px;
    color : #141F3F;
    line-height: 1;
    margin-top: 30px;
}
.viewAll_btn {
    width: 100%;
    height: 40px;
}
.viewAll_btn a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size : 16px;
    letter-spacing : 1.92px;
    color : #141f3f;
    font-weight: bold;
    background: #fff;
    text-decoration: none;
}
.viewAll_btn a span {
    display: inline-block;
    padding-right: 48px;
    position: relative;
}
.viewAll_btn a span:before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -6px;
    background: linear-gradient(0deg, rgba(20, 47, 128, 1) 0%, rgba(0, 175, 223, 1) 100%);
    clip-path: inset(0 50% 0 0);
    transform:rotate(32deg);
    z-index: 1;
    transition: all .4s;
}
.more_btn {
    width: 100%;
    height: 72px;
}
.more_btn a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size : 20px;
    font-weight: 600;
    letter-spacing : 0.6px;
    color : #000000;
    background: #f9f9f9;
    text-decoration: none;
    position: relative;
}
.more_btn a::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 0.01em;
    background: #192d8c;
    display: block;
    bottom: 0;
    left: 0;
    z-index: 1;
    transition: all 0.4s;
}
.more_btn a span {
    display: inline-block;
    padding-right: 42px;
    position: relative;
}
.more_btn a span:before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url(../svg/more.svg) no-repeat center / 100% auto;
    z-index: 1;
    transition: all .4s;
}
.viewMore_btn {
    width: 100%;
    max-width: 380px;
    height: 65px;
}
.viewMore_btn a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size : 16px;
    letter-spacing : 1.92px;
    color : #141F3F;
    font-weight: 600;
    background: #fff;
    text-decoration: none;
    border: 1px solid #E1E1E1;
    position: relative;
    box-shadow: 1px 3px 3px rgb(25 45 140 / 25%);
}
.viewMore_btn a:before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    right: 60px;
    top: 50%;
    margin-top: -5px;
    background: linear-gradient(0deg, rgba(20, 47, 128, 1) 0%, rgba(0, 175, 223, 1) 100%);
    clip-path: inset(0 50% 0 0);
    transform: rotate(32deg);
    z-index: 1;
    transition: all .4s;
}
.viewMore_btn a::after {
    position: absolute;
    content: '';
    width: 0.1em;
    height: 100%;
    background: #192d8c;
    display: block;
    top: 0;
    left: 0;
    z-index: 1;
    transition: all 0.4s;
}
.viewMore_btn2 {
    width: 100%;
    max-width: 100%;
    height: 72px;
}
.viewMore_btn2 a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size : 16px;
    letter-spacing : 1.92px;
    color : #141f3f;
    font-weight: bold;
    background: #fff;
    text-decoration: none;
    background: #f9f9f9;
    position: relative;
}
.viewMore_btn2 a::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 0.01em;
    background: #192d8c;
    display: block;
    bottom: 0;
    left: 0;
    z-index: 1;
    transition: all 0.4s;
}
.viewMore_btn2 a span {
    display: inline-block;
    padding-right: 48px;
    position: relative;
}
.viewMore_btn2 a span:before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -3px;
    background: linear-gradient(0deg, rgba(20, 47, 128, 1) 0%, rgba(0, 175, 223, 1) 100%);
    clip-path: inset(0 50% 0 0);
    transform: rotate(32deg);
    z-index: 1;
    transition: all .4s;
}
.pickup_wrap {
    padding: 138px 0 0;
}
.pickup_box {
    margin-top: 78px;
}
.pickup_lst {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 0;
}
.pickup_lst li {
    width: 25%;
}
.pickup_item.is-hidden {
    display: none !important;
}
.pickupCnt_box {
    height: 100%;
}
.pickupCnt_box a {
    height: 100%;
    display: block;
    text-decoration: none;
}
.pickupCnt_box .img {
    position: relative;
}
.pickupCnt_box .img img,
.pickupCnt_box .img source {
    display: block;
    width: 100%;
    height: auto;
}
.pickupCnt_box .box {
    padding: 22px 28px 46px;
}
.pickupCnt_box .tag {
    width: 105px;
    font-size : 12px;
    line-height: 1;
    letter-spacing : 1.2px;
    color : #141F3F;
}
.pickupCnt_box .tag span {
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid transparent;
    border-image: linear-gradient(90deg, rgba(227, 233, 240, 1) 0%, rgba(207, 212, 215, 1) 46.4%, rgba(207, 212, 215, 1) 69.72%, rgba(178, 184, 186, 1) 100%) 1;
}
.pickupCnt_box .txt {
    font-size : 16px;
    font-weight: 600;
    letter-spacing: 0.02em;
    color : #141F3F;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    margin-top: 12px;
}
.newNews_wrap {
    padding: 175px 0 178px;
}
.newNews_tab {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 40px;
    gap: 0 64px;
}
.newNews_tab li {
    font-size : 16px;
    line-height: 1.8;
    font-weight: bold;
    letter-spacing : 1.6px;
    color : #000000;
}
.newNews_tab li a {
    text-decoration: none;
    position: relative;
    padding: 0 .6em;
    padding-bottom: 12px;
}
.newNews_tab li a:after {
    background: #13243c;
    content: '';
    width: 100%;
    height: 0.07em;
    position: absolute;
    left: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
    transform-origin: left top;
    transform: scale(0, 1);
    transition: transform .4s;
}
.newNews_tab li.is-on a {
    pointer-events: none;
}
.newNews_tab li.is-on a:after {
    transform: scale(1, 1);
}
.newNews_box {
    margin-top: 44px;
}
.newNews_cnt {
    display: none;
}
.newNews_cnt.is-open {
    display: block;
}
.newNews_lst {
    display: flex;
    flex-wrap: wrap;
    border-left: 1px solid #d8d4c5;
}
.newNews_lst > li {
    width: 25%;
}
.newNewsCnt_box {
    height: 100%;
    position: relative;
}
.newNewsCnt_box:before {
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    top: 0;
    margin: auto;
    z-index: 1;
    background: #e6e6e6;
}
.newNewsCnt_box a {
    height: 100%;
    min-height: 322px;
    display: block;
    border: 1px solid #d8d4c5;
    border-top: none;
    border-left: none;
    text-decoration: none;
    padding-bottom: 26px;
    box-sizing: border-box;
}
.newNewsCnt_box a:before,
.newNewsCnt_box a:after {
    background: #165e83;
    content: '';
    width: 30px;
    height: 2px;
    position: absolute;
    left: 24px;
    top: 0;
    margin: auto;
    transition: all .4s;
    z-index: 2;
}
.newNewsCnt_box .mds {
    font-size : 30px;
    line-height: 1;
    letter-spacing : 3px;
    color : #FFFFFF;
    font-weight: 400;
    text-shadow: 2px 2px 2px rgba(20, 47, 128, 0.15);
    padding: 30px 28px 34px;
    transition: all .4s;
}
.newNewsCnt_box .box {
    padding: 0 40px;
}
.newNewsCnt_box .cnt {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.newNewsCnt_box .day {
    font-size : 14px;
    line-height: 1;
    letter-spacing : 0.84px;
    color : #142F80;
    font-weight: 500;
}
.newNewsCnt_box .tag {
    width: 105px;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 1.2px;
    color: #fff;
    font-weight: 500;
}
.newNewsCnt_box .tag span {
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #B2B8BA;
    background: linear-gradient(90deg,rgba(178, 184, 186, 1) 0%, rgba(207, 212, 215, 1) 46%, rgba(227, 233, 240, 1) 100%);
}
.newNewsCnt_box .ttl {
    font-size : 16px;
    line-height: 1.75;
    font-weight: 600;
    letter-spacing : 0.96px;
    color : #141F3F;
    transition: all .4s;
}
.newNewsCnt_box .name {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    gap: 8px 22px;
}
.newNewsCnt_box .name li {
    font-size: 12px;
    line-height: 1;
    letter-spacing: 1.2px;
    color: #fff;
    font-weight: 500;
}
.newNewsCnt_box .name li span {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 20px;
    background: #192d8c;
    padding: 0 18px;
}
.topics_wrap {
    background: #192d8c;
    padding-top: 86px;
}
.topicsTtl_box {
    text-align: left;
    position: relative;
    padding-left: 7.6%;
}
.topicsTtl_box:before {
    content: '';
    width: -webkit-calc(100% - 654px);
    width: calc(100% - 654px);
    box-sizing: border-box;
    height: 2px;
    position: absolute;
    right: 0;
    top: 48px;
    margin: auto;
    z-index: 1;
    background: #aa8f6a;
}
.topicsTtl_box .ttl,
.topicsTtl_box .txt {
    color: #fff;
}
.topics_lst {
    background: linear-gradient(to bottom, #192d8c 0, #192d8c 340px, transparent 340px, transparent 100%);
}
.topics_box {
    margin-top: 42px;
    background: #f5f6f7;
    position: relative;
}
.topicsCnt_box {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
    box-sizing: border-box;
}
.topicsCnt_box:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #192d8c;
    z-index: 1;
}
.topicsCnt_box a {
    width: 100%;
    height: 100%;
    padding: 9.77% 5.58% 5.58%;
    box-sizing: border-box;
    display: block;
    text-decoration: none;
    background: #fff;
    border: 1px solid #e2e2e2;
    position: relative;
    z-index: 2;
}
.topicsCnt_box .img {
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
}
.topicsCnt_box .img source,
.topicsCnt_box .img img {
    width: 100%;
    height: auto;
    transition: all .4s;
}
.topicsCnt_box .day {
    font-weight: 500;
    font-size : 12px;
    line-height: 1;
    letter-spacing : 0.72px;
    color : #1B5D89;
    margin-bottom: 18px;
}
.topicsCnt_box .ttl {
    font-weight: bold;
    font-size : 16px;
    line-height: 1.75;
    letter-spacing : 0.96px;
    color : #141f3f;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    margin-bottom: 16px;
    transition: all .4s;
}
.topicsCnt_box .txt {
    font-size : 12px;
    line-height: 1.75;
    letter-spacing : 0.72px;
    color : #141F3F;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    line-clamp: 2;
}
.topics_btn {
    background: #fff;
}
.topics_btn a {
    width: -webkit-calc(100% - 780px);
    width: calc(100% - 780px);
    box-sizing: border-box;
    margin-left: auto;
    position: relative;
    z-index: 3;
    background-color: transparent;
}
.topics_lst .splide_part {
    position: absolute;
    right: 0;
    bottom: 104px;
    width: -webkit-calc(100% - 780px);
    width: calc(100% - 780px);
    box-sizing: border-box;
    text-align: center;
}
.topics_lst .splide__arrows {
    justify-content: center;
    display: flex !important;
}
.topics_lst .slide-counter,
.topics_lst .splide__pagination,
.topics_lst .splide__arrow {
    color : #081530;
}
.topics_lst .splide__pagination {
    padding: 0;
    font-size: 0;
}
.topics_lst .splide__arrow:before {
    background: #081530;
}
.topics_lst .splide_part {
    z-index: 3;
}
.is-topics-fade {
    display: none;
}
@media only screen and (min-width:1200px) {
    .is-topics-fade {
        display: block;
        position: absolute;
        top: -58px;
        left: -120px;
        z-index: 10;
        height: auto;
        background: none;
    }
    .is-topics-fade .splide__track {
        overflow: visible;
    }
    .is-topics-fade .splide__list {
        width: 782px;
        background: #fff;
    }
    .is-topics-fade .splide__slide .topicsCnt_box:before {
        width: -webkit-calc(100% + 14px);
        width: calc(100% + 14px);
        height: -webkit-calc(100% + 16px);
        height: calc(100% + 16px);
    }
    .topics_lst .splide__track {
        padding-top: 58px;
        min-height: 746px;
        box-sizing: border-box;
        padding-left: 120px !important;
    }
    .topics_btn {
        margin-top: -70px;
    }
}
.lounge_wrap {
    background: #f5f6f7;
    padding-top: 226px;
    padding-bottom: 184px;
}
.lounge_in {
    display: flex;
    flex-wrap: wrap;
}
.lounge_left {
    width: 34.3%;
    box-sizing: border-box;
    text-align: left;
}
.loungeTtl_box {
    text-align: left;
}
.lounge_read {
    font-size : 14px;
    letter-spacing : 1.4px;
    line-height: 1.7;
    color : #000000;
    margin-top: 46px;
}
.lounge_btn {
    margin-top: 60px;
}
body.is-en .lounge_btn,
body.is-zh-hans .lounge_btn {
    display: none;
}
.lounge_right {
    width: 65.7%;
    box-sizing: border-box;
    padding-top: 138px;
    padding-left: 4%;
}
.loungeCnt_box {
    border-top: 1px solid #848484;
    padding-left: 32px;
}
.loungeCnt_box:last-child {
    border-bottom: 1px solid #848484;
}
.loungeCnt_ttl {
    font-size : 25px;
    letter-spacing : 1.5px;
    line-height: 1.6em;
    font-weight: 600;
}
.loungeCnt_ttl a {
    text-decoration: none;
    color : #141f3f;
    display: block;
    padding: 48px 0;
    position: relative;
    padding-left: 32px;
}
.loungeCnt_ttl a .is-nmb {
    font-size : 16px;
    letter-spacing : 0.48px;
    margin-right: 18px;
}
.loungeCnt_ttl a:before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -5px;
    background: linear-gradient(0deg, rgba(20, 47, 128, 1) 0%, rgba(0, 175, 223, 1) 100%);
    clip-path: inset(0 50% 0 0);
    transform: rotate(32deg);
    z-index: 1;
    transition: all .4s;
}
.loungeCnt_lst {
    margin-left: 38px;
    padding-bottom: 72px;
}
.loungeCnt_cnt {
    border-top: 1px solid #dddddd;
}
.loungeCnt_cnt a {
    display: block;
    padding: 20px 26px;
    text-decoration: none;
}
.loungeCnt_cnt .day {
    font-size : 12px;
    letter-spacing : 0.72px;
    color : #1B5D89;
    font-weight: 500;
    margin-bottom: 14px;
}
.loungeCnt_cnt .ttl {
    font-size : 16px;
    letter-spacing : 0.96px;
    color : #141F3F;
    font-weight: bold;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    text-underline-offset: 4px;
    transition: all .4s;
    position: relative;
}
.loungeCnt_cnt .ttl:before {
    background: #192d8c;
    content: '';
    width: 100%;
    /*height: 1px;*/
    height: 0.05em;
    position: absolute;
    left: 0;
    bottom: 1px;
    margin: auto;
    transform-origin: left top;
    transform: scale(0, 1);
    transition: transform .4s;
}
.loungeCnt_cnt .name {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    gap: 10px 12px;
    padding-left: 22px;
    position: relative;
}
.loungeCnt_cnt .name:before {
    content: '';
    display: block;
    width: 1px;
    height: 26px;
    position: absolute;
    left: 0;
    top: -3px;
    background: #141f3f;
    z-index: 1;
}
.loungeCnt_cnt .name li {
    font-size: 12px;
    line-height: 1.2;
    letter-spacing: 1.2px;
    color: #fff;
    font-weight: 500;
}
.loungeCnt_cnt .name li span {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 20px;
    background: #192d8c;
    padding: 3px 18px;
    box-sizing: border-box;
}
.seminars_img {
    margin-bottom: 65px;
}
.seminars_img source,
.seminars_img img {
    width: 100%;
    height: auto;
}
.seminarsTtl_box {
    text-align: left;
}
.seminars_read {
    margin-top: 60px;
}
.seminars_read .ttl {
    font-size : 25px;
    line-height: 1.7;
    letter-spacing : 2.5px;
    color : #141F3F;
    font-weight: bold;
}
.seminars_read .txt {
    width: 500px;
    margin-top: 40px;
    font-size : 14px;
    line-height: 1.7;
    letter-spacing : 1.4px;
    color : #000000;
}
.seminars_box {
    margin-top: 46px;
}
.seminars_lst {
    display: flex;
    flex-wrap: wrap;
}
@media only screen and (min-width:1200px) {
    .splide.is-seminars {
        visibility: visible;
        z-index: 2;
    }
    .splide.is-seminars.is-initialized:not(.is-active) .splide__list {
        display: flex;
    }
    .seminars_lst .splide__slide {
        padding-bottom: 32px;
    }
    .seminars_box .viewMore_btn2 {
        margin-top: -32px;
    }
}
.seminars_lst .splide__slide {
    width: 25%;
}
.my-carousel-progress {
    display: none;
}
.seminars_cnt {
    height: 100%;
}
.seminars_cnt a {
    height: 100%;
    display: block;
    box-sizing: border-box;
    text-decoration: none;
}
.seminars_cnt .img source,
.seminars_cnt .img img {
    display: block;
    width: 100%;
    height: auto;
}
.seminars_cnt .day {
    font-size : 12px;
    letter-spacing : 0.72px;
    color : #1B5D89;
    font-weight: 500;
}
.seminars_cnt .ttl {
    font-size : 16px;
    letter-spacing : 0.96px;
    color : #141F3F;
    font-weight: 500;
    line-height: 1.6em;
    padding-top: 0.55em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    line-clamp: 2;
}
.seminars_cnt .box {
    padding: 40px 10px 60px;
}
.seminars_cnt .name {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    gap: 10px 12px;
}
.seminars_cnt .name li {
    font-size: 12px;
    line-height: 1.2;
    letter-spacing: 1.2px;
    font-weight: 500;
}
.seminars_cnt .name li span {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 20px;
    background: #192d8c;
    color: #fff;
    padding: 3px 18px;
    box-sizing: border-box;
}
.people_wrap {
    padding: 160px 0 194px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: row-reverse;
}
.people_left {
    width: 45.5%;
    box-sizing: border-box;
    padding-left: 5%;
    padding-right: 5%;
}
.peopleTtl_box {
    text-align: left;
}
.people_read {
    margin-top: 60px;
}
.people_read .ttl {
    font-size : 25px;
    line-height: 1.7;
    letter-spacing : 2.5px;
    color : #141F3F;
}
.people_read .txt {
    font-size : 14px;
    line-height: 1.7;
    letter-spacing : 1.4px;
    color : #000000;
    margin-top: 40px;
    margin-right: 15%;
}
.people_btn {
    margin-top: 60px;
}
.people_right {
    width: 54.5%;
    height: 598px;
}
@media only screen and (min-width:640px) {
    .splide.is-People .splide__slide {
        width: 100%;
        height: 100%;
        position: relative;
        overflow: hidden;
    }
    .splide.is-People .splide__slide source,
    .splide.is-People .splide__slide img {
        display: block;
        width: 100%;
        object-fit: cover;
        object-position: center;
        transition: 8s ease-out;
    }
    .splide.is-People .splide__slide.is-active source,
    .splide.is-People .splide__slide.is-active img {
        transform: scale(1.2);
        transition-delay: 0s;
    }
}
.practices_in {
    display: flex;
    flex-wrap: wrap;
}
.practices_left {
    width: 38.7%;
    padding-top: 128px;
    padding-left: 5%;
    padding-right: 5%;
    box-sizing: border-box;
}
.practicesTtl_box {
    text-align: left;
}
.practices_txt {
    font-size : 14px;
    line-height: 1.7;
    letter-spacing : 1.4px;
    margin-top: 40px;
}
.practices_right {
    width: calc(100% - 38.7%);
    padding: 70px 2% 100px 5%;
    box-sizing: border-box;
}
.practices_lst {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 0;
}
.practices_lst li {
    width: 50%;
    font-size : 14px;
    line-height: 1.7;
    letter-spacing : 1.4px;
    font-weight: 600;
}
.practices_lst li a {
    display: inline-block;
    color : #141F3F;
    padding-left: 18px;
    position: relative;
    text-decoration: none;
}
.practices_lst li a:before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 9px;
    background: #aa8f6a;
    z-index: 1;
}
.practices_lst li a span {
    position: relative;
    display: inline-block;
}
.practices_lst li a span:before {
    background: #141F3F;
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: -4px;
    margin: auto;
    transform-origin: left top;
    transform: scale(0, 1);
    transition: transform .4s;
    z-index: 1;
}
.practices_dl {
    margin-top: 46px;
}
.practices_dl:first-child {
    margin-top: 0;
}
.practices_dl dt {
    font-size : 14px;
    line-height: 1.7;
    letter-spacing : 1.4px;
    font-weight: 600;
}
.practices_dl dt a {
    color : #141F3F;
    padding-left: 18px;
    position: relative;
    text-decoration: none;
}
.practices_dl dt a:before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -3px;
    background: #aa8f6a;
    z-index: 1;
}
.practices_dl dt a span {
    position: relative;
}
.practices_dl dt a span:before {
    background: #141F3F;
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: -4px;
    margin: auto;
    transform-origin: left top;
    transform: scale(0, 1);
    transition: transform .4s;
    z-index: 1;
}
.practices_dl dd {
    margin-top: 28px;
    padding-left: 6px;
}
.practices_wrap.is-ver1 .practices_left {
    background: #102035;
}
.practices_wrap.is-ver1 .practicesTtl_box .ttl,
.practices_wrap.is-ver1 .practicesTtl_box .txt {
    color: #fff;
}
.practices_wrap.is-ver1 .practices_txt {
    color : #FFFFFF;
}
.practices_wrap.is-ver2 .practices_left {
    background: #abd3ff;
}
.practices_wrap.is-ver2 .practices_txt {
    color : #000000;
}
.practicesView_btn {
    margin-top: 48px;
}
.practicesView_btn a {
    width: 230px;
    display: block;
    font-size : 16px;
    line-height: 1;
    letter-spacing : 1.28px;
    color : #13243C;
    text-decoration: none;
    box-sizing: border-box;
    padding: 0 0 15px 20px;
    position: relative;
    font-weight: 600;
}
.practicesView_btn a::before,
.practicesView_btn a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #13243C;
    z-index: 1;
}
.practicesView_btn a::before {
    background: #AA8F6A;
    transform-origin: left top;
    transform: scale(0, 1);
    transition: transform .4s;
    z-index: 2;
}
.practicesView_btn a span:before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -10px;
    background: linear-gradient(0deg, rgba(20, 47, 128, 1) 0%, rgba(0, 175, 223, 1) 100%);
    clip-path: inset(0 50% 0 0);
    transform: rotate(32deg);
    z-index: 1;
    transition: all .4s;
}
.office_wrap {
    margin-top: 172px;
}
@media only screen and (min-width:640px) {
    .office_wrap {
        width: 100%;
        height: 923px;
        position: relative;
        z-index: 1;
    }
    .office_box {
        position: absolute;
        left: 0;
        right: 0;
        z-index: 3;
        padding-top: 120px;
    }
    .officeTtl_box .ttl,
    .officeTtl_box .txt {
        color: #fff;
        text-shadow: 0px 1px 5px rgb(25,45,140,1);
        /*text-shadow: 1px 1px 3px rgb(0,0,0,1);*/
    }
    .office_lst {
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        top: 370px;
        z-index: 3;
        margin-top: 40px;
    }
}
.officeTtl_box {
    text-align: left;
}
.office_txt {
    margin-top: 60px;
    font-size : 15px;
    letter-spacing : 1.4px;
    line-height: 1.7;
    color: #fff;
    width: 464px;
    box-sizing: border-box;
    /*text-shadow: 1px 1px 2px rgb(25,45,140,1);*/
    text-shadow: -1px 1px 2px rgb(0,0,0,1);
    -webkit-text-stroke: 0.05px black;
}
.office_lst li {
    font-size : 16px;
    letter-spacing : 1.92px;
    line-height: 1.7;
    font-weight: bold;
    margin-bottom: 30px;
    /*text-shadow: 1px 1px 2px rgb(25,45,140,1);*/
    text-shadow: 0px 1px 3px rgb(0,0,0,1);
    -webkit-text-stroke: 0.05px black;
}
.office_lst a {
    text-decoration: none;
    color: #fff;
    padding-left: 40px;
    position: relative;
}
.office_lst a:before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -3px;
    background: #b11e23;
    box-shadow: 1px 1px 2px rgba(0,0,0,1);
    z-index: 1;
}
.office_lst a span {
    position: relative;
}
.office_lst a span:before {
    background: #fff;
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: -4px;
    margin: auto;
    transform-origin: left top;
    transform: scale(0, 1);
    transition: transform .4s;
    z-index: 1;
}
@media only screen and (min-width:640px) {
    .office_movie {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        z-index: 2;
        overflow: hidden;
    }
    #bg-video::-webkit-media-controls,
    #bg-video::-webkit-media-controls-enclosure,
    #bg-video::-webkit-media-controls-panel,
    #bg-video::-webkit-media-controls-start-playback-button {
        display: none !important;
    }
    .office_movie video {
        width: auto;
        height: auto;
        pointer-events: none;
        min-width: 100%;
        min-height: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}
@media only screen and (min-width:640px) and (max-width:1875px) {
    .office_movie video {
        max-height: 923px;
    }
}
.office_movie_play {
    width: 196px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    transform: translateY(-50%);
    z-index: 9;
    cursor: pointer;
}
.office_movie_play a {
    display: block;
}
.awards_wrap {
    padding: 100px 0 200px;
}
.awardsTtl_box {
    text-align: left;
}
.awards_lst {
    margin-top: 68px;
}
.awards_lst li {
    margin-bottom: 20px;
    box-shadow: 0 2px 10px rgba(100, 100, 100, 0.07);
}
.awards_cnt a {
    display: block;
    padding: 20px 74px 20px 24px;
    text-decoration: none;
    position: relative;
}
.awards_cnt a:before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    right: 36px;
    top: 50%;
    margin-top: -5px;
    background: linear-gradient(0deg, rgba(20, 47, 128, 1) 0%, rgba(0, 175, 223, 1) 100%);
    clip-path: inset(0 50% 0 0);
    transform: rotate(32deg);
    z-index: 1;
    transition: all .4s;
}
.awards_cnt .day {
    font-size : 12px;
    letter-spacing : 0.72px;
    color : #142F80;
    font-weight: 500;
}
.awards_cnt .ttl {
    font-size : 16px;
    letter-spacing : 0.96px;
    color : #141F3F;
    font-weight: bold;
}
@media only screen and (min-width:1921px) {

}
/*noto*/
@media screen and (min-width:1024px) and (max-width:1455px) {
    .pickup_lst li {
        width: 33.3333%;
    }
    .newNews_lst > li {
        width: 33.3333%;
    }
}
/*tab*/
@media screen and (min-width:640px) and (max-width:1200px) {
    .pickup_lst li {
        width: 50%;
    }
    .newNews_lst > li {
        width: 50%;
    }
    .topicsTtl_box:before {
        width: -webkit-calc(100% - 62%);
        width: calc(100% - 62%);
    }
    .topics_box {
        margin-top: 100px;
    }
    .topics_lst {
        padding-bottom: 90px;
    }
    .topics_lst .splide_part {
        width: 100%;
        bottom: 40px;
    }
    .topics_lst .splide__slide {
        padding-bottom: 16px;
    }
    .topics_lst .splide__slide.is-active .topicsCnt_box:before {
        width: -webkit-calc(100% + 14px);
        width: calc(100% + 14px);
        height: -webkit-calc(100% + 16px);
        height: calc(100% + 16px);
    }
    .topics_btn {
        width: 100%;
    }
    .topics_btn a {
        width: 100%;
        padding-left: 0;
    }
    .lounge_in {
        display: block;
    }
    .lounge_left {
        width: 100%;
    }
    .lounge_right {
        width: 100%;
        padding-top: 100px;
        padding-left: 0;
    }
    .people_wrap {
        display: block;
    }
    .people_right {
        width: 100%;
        height: 598px;
    }
    .people_left {
        width: 84.8%;
        margin: 0 auto;
        padding: 0;
        padding-top: 100px;
    }
    .practices_in {
        display: block;
    }
    .practices_left {
        width: 100%;
        padding: 100px 0;
    }
    .practicesTtl_box {
        width: 84.8%;
        margin: 0 auto;
    }
    .practices_txt {
        width: 84.8%;
        margin: 0 auto;
        margin-top: 40px;
    }
    .practices_right {
        width: 84.8%;
        margin: 0 auto;
        padding: 70px 0 100px;
    }
    .practices_lst {
        justify-content: space-between;
        gap: 20px 0;
    }
    .practices_lst li {
        width: 49%;
    }
    .practicesView_btn {
        width: 84.8%;
        margin: 0 auto;
        margin-top: 48px;
    }
    .office_wrap {
        margin-top: 0;
        height: 923px;
    }
    .office_box {
        padding-top: 120px;
        margin-bottom: 80px;
    }
    .office_txt {
        margin: 60px 0 0;
        width: auto;
        padding-left: 0;
    }
    .office_lst {
        margin: 60px auto;
    }
    .office_lst li {
        margin-bottom: 30px;
    }
    .office_lst li:last-child {
        margin-bottom: 0;
    }
    .office_movie_play {
        width: 180px;
    }
    .office_movie_play.c-pc {
        display: none;
    }
    .office_movie_play.c-sp,
    .office_btn.c-sp {
        display: block;
    }
    .splide.is-seminars {
        padding-bottom: 40px;
    }
    .my-carousel-progress {
        display: block;
        width: 100%;
        height: 5px;
        background: #dddddd;
    }
    .my-carousel-progress-bar {
        background: #192d8c;
        height: 5px;
        transition: width 400ms ease;
        width: 0;
    }
    .newNews_tab {
        display: flex;
        flex-wrap: nowrap;
        justify-content: flex-start;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        padding: 0 40px 14px;
    }
    .newNews_tab li {
        flex: 0 0 auto;
    }
}
@media only screen and (min-width:640px) {
    .more_btn a:hover {
        color: #fff;
        background: #192d8c;
    }
    .more_btn a:hover::after {
        background: #2053a5;
    }
    .more_btn a:hover span:before {
        filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(182deg) brightness(106%) contrast(100%);
    }
    .viewAll_btn a:hover {
        color: #023859;
        background: #FAFBFF;
    }
    .viewAll_btn a:hover span:before {
        clip-path: inset(0);
        transform: rotate(180deg);
    }
    .viewMore_btn a:hover {
        color: #023859;
        background: #FAFBFF;
        border: solid thin #B6C0CD;
        box-shadow: 0px 10px 10px 0px rgb(191 194 202 / 10%);
    }
    .viewMore_btn a:hover:before {
        clip-path: inset(0);
        transform: rotate(180deg);
    }
    .viewMore_btn a:hover:after {
        width:0.15em;
    }
    .viewMore_btn2 a:hover {
        color: #023859;
        background: #FAFBFF;
        box-shadow: 0 11px 10px rgba(0, 0, 0, 0.05);
    }
    .more_btn a:hover::after {
        background: #2053a5;
    }
    .viewMore_btn2 a:hover span:before {
        clip-path: inset(0);
        transform: rotate(180deg);
    }
    .pickupCnt_box a:hover {
        box-shadow: 0 11px 10px rgba(0, 0, 0, 0.1);
    }
    .pickupCnt_box a:hover .txt {
        color: #023859;
    }
    .seminars_cnt a:hover {
        box-shadow: 0 11px 10px rgba(0, 0, 0, 0.1);
        background: #FAFBFF;
    }
    .seminars_cnt a:hover .ttl {
        color: #023859;
    }
    .newNews_tab li a:hover:after {
        transform: scale(1, 1);
    }
    .newNewsCnt_box a:hover {
        background: #FAFBFF;
    }
    .newNewsCnt_box a:hover .day {
        color : #1B5D89;
    }
    .newNewsCnt_box a:hover .mds {
        color : #165e83;
    }
    .newNewsCnt_box a:hover .ttl {
        color : #023859;
    }
    .newNewsCnt_box a:hover:after {
        width: -webkit-calc(100% - 24px);
        width: calc(100% - 24px);
    }
    .newNewsCnt_box a:hover:before {
        left: 0;
        width: 24px;
    }
    .loungeCnt_ttl a:hover {
        color: #023859;
    }
    .loungeCnt_ttl a:hover:before {
        clip-path: inset(0);
        transform: rotate(180deg);
    }
    .loungeCnt_cnt a:hover .ttl:before {
        transform: scale(1, 1);
    }
    .practices_lst li a:hover span:before {
        transform: scale(1, 1);
    }
    .practices_dl dt a:hover span:before {
        transform: scale(1, 1);
    }
    .practicesView_btn a:hover::before {
        transform: scale(1, 1);
    }
    .practicesView_btn a:hover span:before {
        clip-path: inset(0);
        transform: rotate(180deg);
    }
    .awards_cnt a:hover {
        box-shadow: 0 11px 10px rgba(0, 0, 0, 0.1);
        background: #f9f9f9;
    }
    .awards_cnt a:hover:before {
        clip-path: inset(0);
        transform: rotate(180deg);
    }
    .awards_cnt a:hover .day {
        color: #1B5D89;
    }
    .awards_cnt a:hover .ttl {
        color: #023859;
    }
    .office_lst a span:hover:before {
        transform: scale(1, 1);
        box-shadow: 1px 1px 2px rgba(0,0,0,1);
    }
    .topicsCnt_box a:hover {
        background: #FAFBFF;
    }
    .topicsCnt_box a:hover .img source,
    .topicsCnt_box a:hover .img img {
        transform-origin: center;
        transform: scale(1.04, 1.04);
    }
    .topicsCnt_box a:hover .ttl {
        color: #023859;
    }
    .topics_btn a:hover {
        box-shadow: 0 11px 10px rgba(0, 0, 0, 0.05);
    }
}
@media screen and (min-width:1455px) and (max-width:1921px) {
}
/*noto*/
@media screen and (min-width:1024px) and (max-width:1455px) {
}
/*tab*/
@media screen and (min-width:640px) and (max-width:1024px) {
}
/*sp*/
@media only screen and (max-width:640px) {
    .c-wrap {
        width: 100%;
    }
    .topTtl_box .ttl {
        font-size: 8vw;
        letter-spacing : 0.164vw;
    }
    .topTtl_box .txt {
        font-size: 3.6vw;
        margin-top: 4.688vw;
    }
    .viewAll_btn {
        height: 12.267vw;
    }
    .viewAll_btn a {
        width: 100%;
        font-size: 3.784vw;
        line-height: 1;
        padding-left: 0;
    }
    .viewAll_btn a span {
        padding-right: 7.568vw;
    }
    .viewAll_btn a span:before {
        width: 2.162vw;
        height: 2.162vw;
        top: 2.667vw;
    }
    .more_btn {
        height: 12.267vw;
    }
    .more_btn a {
        font-size : 3.784vw;
        line-height: 1;
    }
    .more_btn a span {
        padding-right: 7.568vw;
    }
    .more_btn a span:before {
        width: 3.784vw;
        height: 3.784vw;
        top: 2.162vw;
    }
    .viewMore_btn {
        max-width: 81.081vw;
        height: 11.892vw;
    }
    .viewMore_btn a {
        font-size: 3.784vw;
    }
    .viewMore_btn a:before {
        width: 2.162vw;
        height: 2.162vw;
        margin-top: -1.081vw;
        right: 9.375vw;
    }
    .viewMore_btn2 {
        height: 12.267vw;
    }
    .viewMore_btn2 a {
        font-size: 3.784vw;
        line-height: 1;
    }
    .viewMore_btn2 a span {
        padding-right: 7.568vw;
    }
    .viewMore_btn2 a span:before {
        width: 2.162vw;
        height: 2.162vw;
        top: 2.162vw;
    }
    .pickup_wrap {
        padding: 13.514vw 0 0;
    }
    .pickup_box {
        margin-top: 8.108vw;
    }
    .pickup_lst {
        gap: 3.733vw 0;
    }
    .pickup_lst li {
        width: 50%;
    }
    .pickupCnt_box .box {
        padding: 4.324vw 2.703vw 5.405vw;
    }
    .pickupCnt_box .tag {
        width: 24.324vw;
        font-size : 2.973vw;
    }
    .pickupCnt_box .tag span {
        height: 4.865vw;
    }
    .pickupCnt_box .txt {
        font-size : 3.784vw;
        margin-top: 2.703vw;
    }
    .pickup_lst li:nth-child(-n+4) {
        width: 100%;
    }
    .pickup_lst li:nth-child(-n+4) .pickupCnt_box .box {
        padding: 5.405vw 4.324vw 6.486vw;
    }
    .pickup_lst li:nth-child(-n+4) .pickupCnt_box .txt {
        margin-top: 3.784vw;
    }
    .newNews_wrap {
        padding: 16.216vw 0 10.811vw;
    }
    .newNews_tab {
        display: flex;
        flex-wrap: nowrap;
        justify-content: flex-start;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin-top: 8.108vw;
        gap: 0 6.486vw;
        padding: 0 6.486vw;
        padding-bottom: 3.243vw;
    }
    .newNews_tab li {
        flex: 0 0 auto;
        font-size: 3.784vw;
    }
    .newNews_tab li a {
        padding-bottom: 6px;
    }
    .newNews_box {
        margin-top: 4.865vw;
    }
    .newNews_lst {
        display: block;
        flex-wrap: wrap;
        bottom: none;
    }
    .newNews_lst > li {
        width: 100%;
        margin-bottom: 2.162vw;
    }
    .newNews_lst > li:last-child {
        margin-bottom: 0;
    }
    .newNewsCnt_box {
        position: relative;
    }
    .newNewsCnt_box:before {
        width: 0.781vw;
        height: 100%;
    }
    .newNewsCnt_box a {
        min-height: auto;
        border: none;
        border-top: 1px solid #d8d4c5;
        border-bottom: 1px solid #d8d4c5;
        padding-bottom: 0;
    }
    .newNewsCnt_box a:before,
    .newNewsCnt_box a:after {
        width: 0.781vw;
        height: 7.187vw;
        left: 0;
        top: 4.324vw;
    }
    .newNewsCnt_box .mds {
        font-size : 5.405vw;
        line-height: 1;
        padding: 5.405vw 4.324vw 4.865vw;
    }
    .newNewsCnt_box .box {
        padding: 0 4.324vw 6.486vw;
    }
    .newNewsCnt_box .cnt {
        margin-bottom: 2.703vw;
    }
    .newNewsCnt_box .day {
        font-size: 3.243vw;
    }
    .newNewsCnt_box .tag {
        width: 29.333vw;
        font-size: 2.973vw;
    }
    .newNewsCnt_box .tag span {
        height: 4.865vw;
    }
    .newNewsCnt_box .ttl {
        font-size: 3.784vw;
    }
    .newNewsCnt_box .name {
        gap: 1.875vw 3.438vw;
        margin-top: 3.784vw;
    }
    .newNewsCnt_box .name li {
        font-size: 2.973vw;
    }
    .newNewsCnt_box .name li span {
        height: 4.865vw;
        padding: 0 3.784vw;
        padding-bottom: 1px;
    }
    .topics_wrap {
        padding-top: 14.4vw;
    }
    .topicsTtl_box {
        padding-left: 5.313vw;
        padding-bottom: 15.467vw;
    }
    .topicsTtl_box:before {
        width: -webkit-calc(100% - 14.688vw);
        width: calc(100% - 14.688vw);
        height: 0.313vw;
        right: 0;
        top: auto;
        bottom: 9.333vw;
    }
    .topics_box {
        margin-top: 0;
    }
    .topics_lst {
        padding-bottom: 19.375vw;
        background: linear-gradient( to bottom, #192d8c 0, #192d8c 66.25vw, transparent 66.25vw, transparent 100%);
    }
    .topicsCnt_box a {
        padding: 16px 12px 26px;
    }
    .topicsCnt_box .img {
        margin-bottom: 18px;
    }
    .topicsCnt_box .day {
        font-size : 3.243vw;
        margin-bottom: 2.703vw;
    }
    .topicsCnt_box .ttl {
        font-size: 3.784vw;
        margin-bottom: 2.703vw;
    }
    .topicsCnt_box .txt {
        font-size : 3.243vw;
    }
    .topics_btn {
        width: 100%;
        margin: 0 auto;
    }
    .topics_lst .splide_part {
        bottom: 7.5vw;
        width: 100%;
    }
    .topics_lst .splide__slide {
        padding-bottom: 3.125vw;
    }
    .topics_lst .splide__slide.is-active .topicsCnt_box:before {
        width: -webkit-calc(100% + 2.5vw);
        width: calc(100% + 2.5vw);
        height: -webkit-calc(100% + 3.125vw);
        height: calc(100% + 3.125vw);
    }
    .lounge_wrap {
        padding: 0 5.625vw;
        padding-top: 16.216vw;
        padding-bottom: 16.216vw;
    }
    .lounge_in {
        display: block;
    }
    .lounge_left {
        width: 100%;
    }
    .lounge_read {
        font-size: 3.243vw;
        margin-top: 5.938vw;
    }
    .lounge_btn {
        margin: 0 auto;
        margin-top: 9.375vw;
    }
    .lounge_right {
        width: 100%;
        padding-top: 11.25vw;
        padding-left: 0;
    }
    .loungeCnt_box {
        padding-left: 0;
    }
    .loungeCnt_ttl {
        font-size : 4.324vw;
    }
    .loungeCnt_ttl a {
        display: block;
        padding: 4.865vw 0;
        padding-left: 2.5em;
    }
    .loungeCnt_ttl a .is-nmb {
        position: absolute;
        left: 1em;
        top: 6.757vw;
        font-size : 3.243vw;
        margin-right: 0;
    }
    .loungeCnt_ttl a:before {
        width: 2.162vw;
        height: 2.162vw;
        margin-top: -1.081vw;
        right: 5.405vw;
    }
    .loungeCnt_lst {
        margin-left: 0;
        padding-bottom: 1.875vw;
        border-top: 1px solid #dddddd;
    }
    .loungeCnt_cnt {
        border-top: none;
    }
    .loungeCnt_cnt a {
        padding: 3.125vw 3.125vw 3.125vw 2.5em;
    }
    .loungeCnt_cnt .day {
        font-size: 3.243vw;
        margin-bottom: 2.703vw;
    }
    .loungeCnt_cnt .ttl {
        font-size: 3.784vw;
        line-height: 1.7;
    }
    .loungeCnt_cnt .name {
        margin-top: 2.703vw;
        gap: 1.35vw 3.438vw;
        padding-left: 3.438vw;
    }
    .loungeCnt_cnt .name:before {
        height: 5.946vw;
        top: -0.267vw;
    }
    .loungeCnt_cnt .name li {
        font-size: 2.973vw;
    }
    .loungeCnt_cnt .name li span {
        /*height: 4.865vw;
        padding: 0 3.784vw;
        padding-bottom: 1px;*/
        min-height: 4.865vw;
        padding: 0.62vw 3.784vw;
        /*padding-bottom: 1px;*/
    }
    .seminars_img {
        margin-bottom: 8vw;
    }
    .seminarsTtl_box {
        padding: 0 4.688vw;
    }
    .seminars_read {
        padding: 0 4.688vw;
        margin-top: 10.133vw;
    }
    .seminars_read .ttl {
        font-size : 4.324vw;
    }
    .seminars_read .txt {
        width: auto;
        margin-top: 6.4vw;
        font-size: 3.243vw;
    }
    .seminars_box {
        margin-top: 9.6vw;
    }
    .seminars_lst {
        display: block;
        flex-wrap: nowrap;
    }
    .seminars_lst .splide__slide {
        width: 78.125vw;
    }
    .seminars_cnt a {
        min-height: auto;
    }
    .seminars_cnt .box {
        padding: 3.2vw 2.667vw 4.267vw;
    }
    .seminars_cnt .day {
        font-size: 3.243vw;
        margin-bottom: 1.6vw;
    }
    .seminars_cnt .ttl {
        font-size: 3.784vw;
        line-height: 1.7;
    }
    .seminars_cnt .name {
        margin-top: 2.667vw;
        gap: 1.875vw 3.438vw;
    }
    .seminars_cnt .name li {
        font-size: 2.973vw;
    }
    .seminars_cnt .name li span {
        min-height: 4.865vw;
        padding: 0.62vw 3.784vw;
        padding-bottom: 1px;
    }
    .splide.is-seminars {
        padding-bottom: 11.875vw;
    }
    .my-carousel-progress {
        width: -webkit-calc(100% - 4.688vw * 2);
        width: calc(100% - 4.688vw * 2);
        margin: 0 auto;
        display: block;
        height: 0.781vw;
        background: #dddddd;
    }
    .my-carousel-progress-bar {
        background: #192d8c;
        height: 0.781vw;
        transition: width 400ms ease;
        width: 0;
    }
    .people_wrap {
        padding: 6.4vw 0 12.8vw;
        display: block;
    }
    .people_left {
        width: 100%;
        padding: 0 4.688vw;
        margin-top: 8vw;
    }
    .people_read {
        margin-top: 10.133vw;
    }
    .people_read .ttl {
        font-size: 4.324vw;
    }
    .people_read .txt {
        font-size: 3.243vw;
        margin-top: 6.4vw;
        margin-right: 0;
    }
    .people_btn {
        margin: 0 auto;
        margin-top: 6.933vw;
    }
    .people_right {
        width: 100%;
        height: auto;
    }
    .splide.is-People .splide__slide {
        overflow: hidden;
    }
    .splide.is-People .splide__slide source,
    .splide.is-People .splide__slide img {
        width: 100%;
        height: auto;
    }
    .splide.is-People .splide__slide.is-active source,
    .splide.is-People .splide__slide.is-active img {
        animation: zoomIn 8s ease-in-out forwards;
    }
    .practices_in {
        display: block;
    }
    .practices_left {
        width: 100%;
        padding: 0 4.688vw;
        padding-top: 12.267vw;
        padding-bottom: 9.6vw;
    }
    .practices_txt {
        font-size: 3.243vw;
        margin-top: 10.133vw;
    }
    .practices_right {
        width: 100%;
        padding: 0 3.2vw;
        margin-top: 6.933vw;
        padding-bottom: 9.067vw;
    }
    .practices_lst {
        gap: 0;
        justify-content: space-between;
    }
    .practices_lst li {
        width: 49%;
        font-size: 3.514vw;
        margin-top: 2.133vw;
    }
    .practices_lst li:nth-child(-n+2) {
        margin-top: 0;
    }
    .practices_lst li a {
        padding-left: 1em;
    }
    .practices_lst li a:before {
        width: 1.622vw;
        height: 1.622vw;
        top: 2.162vw;
    }
    .practices_dl {
        margin-top: 7.187vw;
    }
    .practices_dl dt {
        font-size: 3.514vw;
    }
    .practices_dl dt a {
        padding-left: 1em;
    }
    .practices_dl dt a:before {
        width: 1.622vw;
        height: 1.622vw;
        top: 2.703vw;
    }
    .practices_dl dd {
        margin-top: 4.375vw;
        padding-left: 0.938vw;
    }
    .practicesView_btn {
        margin-top: 8vw;
    }
    .practicesView_btn a {
        width: 48.649vw;
        font-size: 3.784vw;
        line-height: 1;
        padding: 0 0 14px 1em;
    }
    .practicesView_btn a span:before {
        width: 2.162vw;
        height: 2.162vw;
        right: 1em;
        margin-top: -2.703vw;
    }
    .office_wrap {
        margin-top: 16.216vw;
    }
    .office_box {
        padding: 0 4.688vw;
        margin-bottom: 6.933vw;
    }
    .office_txt {
        margin-top: 10.133vw;
        font-size: 3.243vw;
        color: #000;
        width: auto;
        padding-left: 0;
        text-shadow: none;
    }
    .office_lst {
        padding: 0 4.688vw;
        margin-top: 6.933vw;
        margin-bottom: 6.933vw;
    }
    .office_lst li {
        font-size: 3.514vw;
        margin-bottom: 4.267vw;
        text-shadow: none;
    }
    .office_lst li:last-child {
        margin-bottom: 0;
    }
    .office_lst a {
        color : #141F3F;
        padding-left:1em;
    }
    .office_lst a:before {
        width: 1.622vw;
        height: 1.622vw;
        left: 0;
        margin-top: -0.811vw;
    }
    .office_movie {
        position: relative;
    }
    .office_movie video,
    .office_movie source,
    .office_movie img {
        width: 100%;
        height: auto;
    }
    .office_movie_play {
        width: 25.313vw;
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        margin: auto;
        transform: translateY(-50%);
        z-index: 9;
        cursor: pointer;
    }
    .awards_wrap {
        padding: 0 4.688vw;
        margin-top: 16.216vw;
        padding-bottom: 16.216vw;
    }
    .awards_lst {
        margin-top: 10.133vw;
    }
    .awards_lst li {
        margin-bottom: 2.133vw;
    }
    .awards_cnt a {
        padding: 3.2vw 3.2vw;
        padding-right: 9.067vw;
    }
    .awards_cnt a:before {
        width: 2.162vw;
        height: 2.162vw;
        right: 2.667vw;
        margin-top: -0.811vw;
    }
    .awards_cnt .day {
        font-size: 3.243vw;
        margin-bottom: 1.6vw;
    }
    .awards_cnt .ttl {
        font-size: 3.784vw;
        line-height: 1.7;
    }
}
@media only screen and (max-width: 340px) {
}
/*en*/
body.is-en .newNewsCnt_box .ttl {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    line-clamp: 3;
}
@media only screen and (min-width:640px) {
    body.is-en .pickupCnt_box .tag {
        width: 134px;
    }
    body.is-en .lounge_read .is-add {
        font-size : 12px;
        letter-spacing : 1.2px;
    }
    body.is-en .newNewsCnt_box .tag {
        width: 120px;
    }
    body.is-en .office_lst {
        top: 174px;
    }
    body.is-en .awards_cnt .ttl {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 1;
        line-clamp: 1;
    }
}
@media only screen and (max-width:640px) {
    body.is-en .pickupCnt_box .tag {
        width: 32.533vw;
    }
    body.is-en .lounge_read .is-add {
        font-size : 2.667vw;
    }
    body.is-en .loungeCnt_cnt .name {
        gap: 1.6vw 3.438vw;
    }
    body.is-en .awards_cnt .ttl {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        line-clamp: 2;
    }
}

.seminars_cnt .name.is-ellipsis {
    padding-right: 20px;
}
.seminars_cnt .name .ellipsis > span:after {
    color: #222;
}
