@charset "UTF-8";

/* ---------------------------------------
  トップページ
-----------------------------------------*/
@media screen and (min-width: 769px) {
    main {
        padding-top: 0;
    }

    header.bgnone .menuwrap .gnavi li {
        color: #fff;
    }
}

@media screen and (max-width: 768px) {
    main {
        padding-top: 0;
        margin-top: -4vw;
    }
}

@keyframes line-move {
    0% {
        left: -100%;
        opacity: 1;
    }

    20% {
        left: 105%;
        opacity: 1;
    }

    50% {
        left: 105%;
        opacity: 0;
    }

    100% {
        left: -100%;
        opacity: 0
    }
}


/* sec_bnr
--------------------------------*/
#sec_bnr {
    margin-top: 75px;
}

#sec_bnr .bnr {
    width: 956px;
    margin: 0 auto;
}

#sec_bnr .bnr + .bnr {
    margin-top: 75px;
}

#sec_bnr .bnr a {
    position: relative;
    display: block;
    box-shadow: 16px 16px 0 rgba(0, 0, 0, .2);
    transition: .3s ease;
}

@media screen and (min-width: 769px) {
    #sec_bnr .bnr a::before {
        content: "";
        width: 100%;
        height: 100%;
        background-color: rgba(255, 255, 255, .15);
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0;
        transition: .3s ease;
    }

    #sec_bnr .bnr a:hover::before {
        opacity: 1;
    }

    #sec_bnr .bnr a:hover {
        transform: translate(16px, 16px);
        box-shadow: 0 0 0 rgba(0, 0, 0, .2);
    }
}

@media screen and (max-width: 768px) {
    #sec_bnr {
        margin-top: 13vw;
    }

    #sec_bnr .bnr {
        width: 100%;
    }

    #sec_bnr .bnr a {
        box-shadow: 3.2vw 3.2vw 0 rgba(0, 0, 0, .2);
    }

    #sec_bnr .bnr + .bnr {
        margin-top: 13vw;
    }
}


/* interview
--------------------------------*/

#sec_interview {
    padding: 96px 0 50px;
}

#sec_interview::before {
    content: "";
    width: 100%;
    height: 586px;
    background: #f7f7f7;
    position: absolute;
    left: 0;
    bottom: 0;
    transform: skewY(-5deg);
    transform-origin: left bottom;
}

#sec_interview .ttlwrap {
    margin-bottom: 45px;
}

#sec_interview .interview_list::before {
    z-index: -1;
}

#sec_interview .interview_list .item {
    width: 330px;
    margin: 0 18px;
}


@media screen and (min-width: 2000px) {

    /* #interview_slider .slick-list {
		position: relative;
	}

	#interview_slider .slick-list:before,
	#interview_slider .slick-list:after {
		position: absolute;
		content: '';
		width: 630px;
		height: 100%;
		display: block;
		z-index: 2;
		top: 0;
	}

	#interview_slider .slick-list:before {
		left: calc(50% - 1176px);
	}

	#interview_slider .slick-list:after {
		right: calc(50% - 1176px);
	} */

}

#sec_interview .interview_list .item .imgwrap {
    position: relative;
}


#sec_interview .interview_list .item .imgwrap .img {
    position: relative;
}

#sec_interview .interview_list .item a .imgwrap .img::before {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(6, 74, 150, 1) 0.04%, rgba(65, 180, 190, 1) 100%);
    position: absolute;
    left: 0;
    bottom: 0;
    transform: skewY(0);
    transform-origin: left bottom;
    opacity: 0;
    z-index: 1;
    transition: .3s ease;
}

#sec_interview .interview_list .item .imgwrap .occupation {
    color: #fff;
    padding: 0 .625em;
    position: absolute;
    left: 0;
    bottom: -30px;
    z-index: 2;
}

#sec_interview .interview_list .item .imgwrap .occupation.occ1 {
    background-color: #6db6df;
}

#sec_interview .interview_list .item .imgwrap .occupation.occ2 {
    background-color: #49bcbd;
}

#sec_interview .interview_list .item .imgwrap .occupation.occ3 {
    background-color: #e07542;
}

#sec_interview .interview_list .item .imgwrap .occupation.occ4 {
    background-color: #ed7a94;
}

#sec_interview .interview_list .item .imgwrap .occupation.occ5 {
    background-color: #89bf23;
}

/* #sec_interview .interview_list .item .imgwrap .occupation.occ6 {
	background-color: #89bf23;
} */

#sec_interview .interview_list .item .txtwrap {
    position: relative;
    padding: 0 10px 0 20px;
    margin-top: 25px;
}

#sec_interview .interview_list .item .txtwrap::before {
    content: "";
    width: 6px;
    height: 88%;
    position: absolute;
    left: 0;
    top: 5px;
}

#sec_interview .interview_list .item.career .txtwrap::before {
    background-color: #cd0016;
}

#sec_interview .interview_list .item.graduate .txtwrap::before {
    background-color: #0b318f;
}

#sec_interview .interview_list .item .txtwrap .ttl {
    font-weight: 700;
    font-size: 1.8rem;
    letter-spacing: 0.1em;
    margin-bottom: 6px;
}

#sec_interview .btn {
    margin-top: 60px;
}

#interview_slider .slick-prev {
    left: calc(50% - 554px);
}

#interview_slider .slick-next {
    right: calc(50% - 554px);
}

#interview_slider .slick-slide {
    position: relative;
}

#interview_slider .slick-slide {
    transition: .3s;
    opacity: .5;
}

#interview_slider .slick-slide.slick-active,
#interview_slider .slick-slide.is-active-next {
    opacity: 1;
}

#interview_slider .slick-slide:not(.slick-active) {
    pointer-events: none;
}

@media screen and (min-width: 769px) {
    #sec_interview .interview_list .item a:hover .imgwrap .img::before {
        opacity: .4;
    }
}

@media screen and (max-width: 768px) {
    #sec_interview {
        padding: 17vw 0 0;
    }

    #sec_interview::before {
        height: 88vw;
    }

    #sec_interview .ttlwrap {
        margin-bottom: 12vw;
    }

    #sec_interview .lead {
        text-align: center;
        letter-spacing: 0.1em;
    }

    #sec_interview .secttl {
        text-align: center;
        margin-bottom: 1.5em;
    }

    #sec_interview .interview_list .item {
        width: 66vw;
        margin: 0 4vw;
    }

    #sec_interview .interview_list .item .imgwrap .img {
        height: 74vw;
    }

    #sec_interview .interview_list .item .imgwrap .occupation {
        bottom: -7.8vw;
    }

    #sec_interview .interview_list .item .txtwrap {
        padding: 0 2vw 0 4.26vw;
        margin-top: 4vw;
    }

    #sec_interview .interview_list .item .txtwrap::before {
        width: 1.2vw;
        top: 1vw;
    }

    #sec_interview .interview_list .item .txtwrap .ttl {
        font-size: 3.8vw;
        margin-bottom: .8vw;
    }

    #sec_interview .btn {
        margin-top: 12vw;
    }

    #interview_slider .slick-prev {
        left: 12vw;
    }

    #interview_slider .slick-next {
        right: 12vw;
    }

    #interview_slider .slick-arrow {
        margin-top: -7.3vw;
    }


}


/* message
--------------------------------*/

#sec_message {
    padding: 80px 0 70px;
    background: url(../img/index/message_bg_pc.png) no-repeat center -150px/ 1800px auto;
}

#sec_message .inner {
    position: relative;
}

#sec_message .txtwrap {
    width: 764px;
    position: relative;
    z-index: 1;
    padding: 30px 0 89px;
}

#sec_message .secttl {
    margin-bottom: 0;
}

#sec_message .lead {
    margin-bottom: 1.25em;
}

#sec_message .txt + .txt {
    margin-top: 1em;
}

#sec_message .name {
    color: #231815;
    font-weight: 700;
    margin-top: 2em;
}

#sec_message .name span {
    font-size: 2.4rem;
    margin-left: 1em;
}

#sec_message .imgwrap {
    width: 50%;
    height: calc(100% - 70px);
    position: absolute;
    right: 0;
    bottom: 0;
}

#sec_message .imgwrap img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 0 0
}


@media screen and (max-width: 768px) {
    #sec_message {
        padding: 18vw 0 0;
        background: url(../img/index/message_bg_sp.png) no-repeat center -19.5vw/ 100% auto;
    }

    #sec_message .txtwrap {
        width: 100%;
        padding: 0 0 11vw;
    }

    #sec_message .secttl {
        margin-bottom: 2em;
    }

    #sec_message .lead {
        margin-bottom: 1.5em;
    }

    #sec_message .txt + .txt {
        margin-top: 1em;
    }

    #sec_message .name {
        margin-top: 2em;
    }

    #sec_message .name span {
        font-size: 4.8vw;
    }

    #sec_message .imgwrap {
        width: 84%;
        height: auto;
        position: static;
        margin: 0 auto;
    }

    #sec_message .imgwrap img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: 0 0
    }
}


/* vision
--------------------------------*/
#sec_vision {
    padding: 30px 0;
}

#sec_vision .box {
    clip-path: polygon(16px 0%, 100% 0, 100% calc(100% - 16px), calc(100% - 16px) 100%, 0 100%, 0 16px);
    backface-visibility: hidden;
}

#sec_vision .box .inner {
    position: relative;
    padding: 0 80px 30px;
    border: 2px solid #0b318f;
}

#sec_vision .box .inner::before,
#sec_vision .box .inner::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
}

#sec_vision .box .inner::before {
    border-width: 14px 14px 0 0;
    border-color: #0b318f transparent transparent transparent;
    left: 0;
    top: 0;
}

#sec_vision .box .inner::after {
    border-width: 0 0 14px 14px;
    border-color: transparent transparent #0b318f transparent;
    right: 0;
    bottom: 0;
}

#sec_vision .box dl {
    min-height: ;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 0 30px;
}

#sec_vision .box dl + dl {
    border-top: 2px solid #0b318f;
}

#sec_vision .box dl dt.secttl {
    line-height: 1.5;
    margin-top: 15px;
}

#sec_vision .box dl dd {
    width: 610px;
    font-style: italic;
    color: #0b318f;
    font-weight: 700;
    font-size: 2rem;
    line-height: 1.7;
}

#sec_vision .box dl:nth-child(1) dd {
    font-size: 2.4rem;
    line-height: 1.75;
}

@media screen and (max-width: 768px) {
    #sec_vision {
        padding: 18vw 0 8vw;
    }

    #sec_vision .box {
        clip-path: polygon(13px 0%, 100% 0, 100% calc(100% - 13px), calc(100% - 13px) 100%, 0 100%, 0 13px);
    }

    #sec_vision .box .inner {
        position: relative;
        padding: 4vw 6.4vw;
    }

    #sec_vision .box .inner::before {
        border-width: 12px 12px 0 0;
    }

    #sec_vision .box .inner::after {
        border-width: 0 0 12px 12px;
    }

    #sec_vision .box dl {
        display: block;
        padding: 6vw 0 8vw;
    }

    #sec_vision .box dl + dl {
        border-top: 2px solid #0b318f;
    }

    #sec_vision .box dl dt.secttl {
        margin-top: 0;
        margin-bottom: 5vw;
    }

    #sec_vision .box dl dd {
        width: 100%;
        font-size: 4vw;
    }

    #sec_vision .box dl:nth-child(1) dd {
        font-size: 4.8vw;
    }
}

/* csr
--------------------------------*/
#sec_csr {
    padding: 80px 0 30px;
}

#sec_csr .secttl {
    margin-bottom: 40px;
}

#sec_csr .list .item {
    width: 370px;
}

#sec_csr .list .item .ttl {
    color: #0b318f;
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 1.5;
    margin-bottom: 10px;
}

#sec_csr .list .item .inner {
    position: relative;
    width: 100%;
}

#sec_csr .list .item .inner::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .65);
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: .5s ease;
    transition-delay: .3s;
}

#sec_csr .list .item .inner .txtwrap {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: .5s ease;
    transition-delay: .8s;
}

#sec_csr .list .item .inner .txtwrap .txt {
    color: #fff;
    font-size: 1.4rem;
    line-height: 1.85;
    text-align: justify;
}


#sec_csr .list .item.is-show .inner::before {
    opacity: 1;
}

#sec_csr .list .item.is-show .txtwrap {
    opacity: 1;
}

@media screen and (min-width: 769px) {
    #sec_csr .list .item:nth-child(n + 4) {
        margin-top: 43px;
    }
}

@media screen and (max-width: 768px) {
    #sec_csr {
        padding: 10vw 0 6vw;
    }

    #sec_csr .secttl {
        display: block;
        text-align: center;
        margin-bottom: 8vw;
    }

    #sec_csr .secttl span {
        display: block;
        margin-right: 0;
    }

    #sec_csr .list .item {
        width: 100%;
    }

    #sec_csr .list .item + .item {
        margin-top: 7.6vw;
    }

    #sec_csr .list .item .ttl {
        font-size: 3.6vw;
        margin-bottom: 2.4vw;
    }

    #sec_csr .list .item .inner .txtwrap {
        padding: 6vw;
    }

    #sec_csr .list .item .inner .txtwrap .txt {
        font-size: 3.2vw;
    }

}

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

#sec_about {
    padding: 200px 0 16px;
    z-index: 1;
    margin-top: -80px;
}

#sec_about .bg {
    width: 0;
    height: calc(100% - 90px);
    background-color: #074a97;
    position: absolute;
    left: -100%;
    top: 14.6vw;
    transition: 1s ease;
    transform: skewY(-5deg);
    z-index: -2;
}

#sec_about .bg.is-show {
    width: 100%;
    top: 0;
    left: 0;
}

#sec_about .inner {
    align-items: flex-start;
}

#sec_about .txtwrap {
    width: 574px;
    position: relative;
    z-index: 1;
}

#sec_about .secttl {
    margin-top: -14px;
    margin-bottom: 2em;
}

#sec_about .lead {
    margin-bottom: 1.25em;
}

#sec_about .txt {
    letter-spacing: 0.14em;
}

#sec_about .txt + .txt {
    margin-top: 1em;
}

#sec_about .logowrap {
    width: 512px;
}

#sec_about .logowrap .list {
    justify-content: flex-start;
}

#sec_about .logowrap .list li {
    width: 248px;
}

#sec_about .logowrap .list li:nth-child(even) {
    margin-left: 16px;
}

#sec_about .logowrap .list li:nth-child(n + 3) {
    margin-top: 16px;
}

#sec_about .imgwrap {
    width: 1152px;
    margin: 50px 0 0 -4px;
    position: relative;
}

#sec_about .imgwrap img {
    display: block;
}

#sec_about .imgwrap ul {
    width: 1075px;
    padding-left: 4px;
    position: absolute;
    bottom: 22px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

#sec_about .imgwrap ul .imgtxt {
    color: #fff;
    font-weight: 700;
    font-size: 2rem;
    letter-spacing: 0.18em;
    text-align: center;
}

#sec_about .imgwrap ul .imgtxt:nth-child(1) {
    width: 6.5em;
}

#sec_about .imgwrap ul .imgtxt:nth-child(2) {
    width: 10em;
}

#sec_about .imgwrap ul .imgtxt:nth-child(3) {
    width: 6.6em;
}

#sec_about .imgwrap ul .imgtxt:nth-child(4) {
    width: 7.3em;
    /*	margin-left: 90px;*/
}

#sec_about .imgwrap ul .imgtxt:nth-child(5) {
    width: 6.6em;
}

#sec_about .imgwrap ul .imgtxt:nth-child(6) {
    width: 6.6em;
}

#sec_about .btn {
    margin-top: 60px;
}

#sec_about .btn a {
    padding-left: 2.5em;
    padding-right: 2.5em;
}

#sec_about .bnrwrap {
    margin-top: 100px;
}

#sec_about .bnrwrap .bnr {
    width: 956px;
    margin: 0 auto;
}

#sec_about .bnrwrap .bnr + .bnr {
    margin-top: 60px;
}

#sec_about .bnrwrap .bnr a {
    position: relative;
    display: block;
    box-shadow: 16px 16px 0 rgba(0, 0, 0, .2);
    transition: .3s ease;
}

#sec_about .bnrwrap .bnr a img {}

@media screen and (min-width: 769px) {
    #sec_about .bnrwrap .bnr a::before {
        content: "";
        width: 100%;
        height: 100%;
        background-color: rgba(255, 255, 255, .15);
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0;
        transition: .3s ease;
    }

    #sec_about .bnrwrap .bnr a:hover::before {
        opacity: 1;
    }

    #sec_about .bnrwrap .bnr a:hover {
        transform: translate(16px, 16px);
        box-shadow: 0 0 0 rgba(0, 0, 0, .2);
    }
}

@media screen and (max-width: 768px) {
    #sec_about {
        padding: 22vw 0 3.2vw;
        margin-top: -7.4vw;
    }

    #sec_about::after {
        border-width: 0 0 8.5vw 100vw;
        bottom: 19vw;
    }

    #sec_about .bg {
        height: calc(100% - 27vw);
        top: 8.5vw;
    }

    #sec_about .txtwrap {
        width: 100%;
    }

    #sec_about .secttl {
        margin-top: 0;
    }

    #sec_about .lead {
        letter-spacing: 0.1em;
        margin-bottom: 1.5em;
    }

    #sec_about .logowrap {
        width: 100%;
    }

    #sec_about .logowrap .list {
        margin-top: 8vw;
    }

    #sec_about .logowrap .list li {
        width: 48.4%;
    }

    #sec_about .logowrap .list li:nth-child(even) {
        margin-left: 3.2%;
    }

    #sec_about .logowrap .list li:nth-child(n + 3) {
        margin-top: 3.2%;
    }

    #sec_about .imgwrap {
        width: 100vw;
        margin: 10vw -8vw 0;
    }

    #sec_about .imgwrap ul {
        width: 84vw;
        padding-left: 0;
        bottom: 3vw;
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    #sec_about .imgwrap ul .imgtxt {
        font-size: 3.2vw;
        padding: .5vw 0;
    }

    #sec_about .imgwrap ul .imgtxt:nth-child(1) {
        width: 6.8em;
        margin-left: 2vw;
    }

    #sec_about .imgwrap ul .imgtxt:nth-child(2) {
        width: 10em;
        margin-left: 2vw;
    }

    #sec_about .imgwrap ul .imgtxt:nth-child(3) {
        width: 6em;
        margin-left: 4vw;
    }

    #sec_about .imgwrap ul .imgtxt:nth-child(4) {
        width: 7.1em;
        margin-top: 27vw;
    }

    #sec_about .imgwrap ul .imgtxt:nth-child(5) {
        width: 6.3em;
        margin-top: 27vw;
        margin-left: 7vw;
    }

    #sec_about .imgwrap ul .imgtxt:nth-child(6) {
        width: 6.3em;
        margin-top: 27vw;
        margin-left: 7.6vw;
    }

    #sec_about .btn {
        margin-top: 13vw;
    }

    #sec_about .bnrwrap {
        margin-top: 12vw;
    }

    #sec_about .bnrwrap .bnr {
        width: 100%;
    }

    #sec_about .bnrwrap .bnr + .bnr {
        margin-top: 8vw;
    }

    #sec_about .bnrwrap .bnr a {
        box-shadow: 3.2vw 3.2vw 0 rgba(0, 0, 0, .2);
    }
}


/* session
--------------------------------*/

#sec_session {
    padding: 140px 0 148px;
    background: url(../img/index/session_bg_pc.png) no-repeat center 100px / 1800px auto;
    margin-bottom: 32px;
}

#sec_session .ttlwrap {
    margin-bottom: 80px;
}

#sec_session .ttlwrap .lead {
    max-width: 600px;
}

#sec_session .block {
    position: relative;
}

#sec_session .block + .block {
    margin-top: 100px;
}

#sec_session .block .txtbox {
    width: 345px;
    background-color: #fff;
    padding: 39px 30px 58px;
    position: absolute;
    bottom: 31px;
}

#sec_session .block:nth-child(even) .txtbox {
    left: 0;
}

#sec_session .block:nth-child(odd) .txtbox {
    right: 0;
}

#sec_session .block .txtbox .num {
    font-size: 2.7rem;
    line-height: 1;
    letter-spacing: 0;
    position: relative;
}

#sec_session .block .txtbox .num::after {
    content: "×";
    display: block;
    font-size: 3.6rem;
    font-family: initial;
    font-weight: normal;
    line-height: 1;
}

#sec_session .block .txtbox .num span {
    display: block;
    font-size: 9.8rem;
    line-height: .9;
    text-indent: -.3em;
}

#sec_session .block .txtbox .ttl {
    font-weight: 700;
    font-size: 2.4rem;
    letter-spacing: 0.14em;
    margin-bottom: 5px;
}

#sec_session .block .img {
    position: relative;
}

#sec_session .block:nth-child(even) .img {
    margin-left: auto;
    margin-right: -75px;
}

#sec_session .block:nth-child(odd) .img {
    margin-left: -75px;
}

#sec_session .block .img img {
    display: block;
    opacity: 0;
    transition: .5s ease;

}

#sec_session .block .img::before {
    content: "";
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    background-color: #cd0016;
    z-index: 1;
}

#sec_session .block:nth-child(even).is-show .img::before {
    animation: passing-bar-r 1s ease 0s 1 normal forwards;
}

#sec_session .block:nth-child(odd).is-show .img::before {
    animation: passing-bar-l 1s ease 0s 1 normal forwards;
}

#sec_session .block.is-show .img img {
    opacity: 1;
    transition-delay: .3s;
}

#sec_session .block .txtbox .btn {
    position: absolute;
    bottom: -31px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

#sec_session .block .txtbox .btn a {
    width: 267px;
}

@keyframes passing-bar-r {
    0% {
        right: 0;
        width: 0;
    }

    50% {
        right: 0;
        width: 100%;
    }

    51% {
        right: 0;
        width: 100%;
    }

    100% {
        right: 100%;
        width: 0;
    }
}

@keyframes passing-bar-l {
    0% {
        left: 0;
        width: 0;
    }

    50% {
        left: 0;
        width: 100%;
    }

    51% {
        left: 0;
        width: 100%;
    }

    100% {
        left: 100%;
        width: 0;
    }
}

@media screen and (min-width: 769px) {
    #sec_session .block .img {
        background: #fff;
    }

    #sec_session .block .img a {
        display: block;
        transition: .4s ease;
    }

    #sec_session .block .img a:hover {
        opacity: .8;
    }
}

@media screen and (max-width: 768px) {
    #sec_session {
        padding: 21vw 0 0;
        background: url(../img/index/session_bg_sp.png) no-repeat 42vw 12vw / 50.8vw auto;
        margin-bottom: 4.67vw;
    }

    #sec_session .ttlwrap {
        margin-bottom: 9vw;
    }

    #sec_session .secttl {
        text-align: center;
        margin-bottom: 2em;
    }

    #sec_session .ttlwrap .lead {
        max-width: inherit;
    }

    #sec_session .block {
        padding-bottom: 18vw;
    }

    #sec_session .block::before {
        content: "";
        width: 50.8vw;
        height: 28vw;
        background: url(../img/index/session_bg_sp.png) no-repeat 0 0 / 100% auto;
        position: absolute;
        right: 0;
        top: -10.4vw;
        z-index: -1;
    }

    #sec_session .block.session01::before {
        right: auto;
        left: -8vw;
        top: -14.67vw;
    }

    #sec_session .block::after {
        content: "";
        width: 100vw;
        height: 80%;
        background-color: #e8f5fb;
        position: absolute;
        left: -8vw;
        bottom: 0;
        transform: skewY(-5deg);
        transform-origin: left bottom;
        z-index: -1;
    }

    #sec_session .block:last-child {
        padding-bottom: 20vw;
    }

    #sec_session .block + .block {
        margin-top: 8vw;
    }

    #sec_session .block .txtbox {
        width: 100%;
        padding: 0 8vw 14.6vw;
        position: static;
        margin-top: -6vw;
    }

    #sec_session .block .txtbox .num {
        font-size: 5.4vw;
        position: relative;
        top: -12vw;
        margin-bottom: -12vw;
    }

    #sec_session .block .txtbox .num::after {
        font-size: 8vw;
        text-indent: -.4em;
    }

    #sec_session .block .txtbox .num span {
        font-size: 19.7vw;
    }

    #sec_session .block .txtbox .ttl {
        font-size: 4.8vw;
        margin-bottom: 1.4vw;
    }

    #sec_session .block .img {
        width: 100vw;
    }

    #sec_session .block .img a {
        pointer-events: none;
        display: inline-block;
    }

    #sec_session .block:nth-child(even) .img {
        margin: 0 -8vw;
    }

    #sec_session .block:nth-child(odd) .img {
        margin: 0 -8vw;
    }

    #sec_session .block .txtbox .btn {
        bottom: -6.2vw;
    }

    #sec_session .block .txtbox .btn a {
        width: 53vw;
    }
}



/* instagram
--------------------------------*/

#sec_instagram {
    padding: 100px 0 50px;
}

#sec_instagram .ttlwrap {
    margin-bottom: 35px;
}

#sec_instagram .secttl .ico {
    display: inline-block;
    vertical-align: middle;
    margin-right: 18px;
}

#sec_instagram .secttl .en {
    display: inline-block;
    vertical-align: middle;
}

#sec_instagram .account * {
    color: #000;
}

#sec_instagram .account a {
    display: inline-block;
    font-weight: 700;
    font-size: 2.4rem;
    line-height: 1.5;
    letter-spacing: 0.075em;
}

#sec_instagram .list .item {
    width: 226px;
    height: 226px;
}

#sec_instagram .list .item:last-child {
    display: none;
}

#sec_instagram .list .item a {
    position: relative;
    display: block;
		width: 100%;
		height: 100%;
}

#sec_instagram .list .item a img {
    display: block;
    /* width: 100%;
	height: 100%; */
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}


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

    #sec_instagram {
        padding: 17vw 0 0;
    }

    #sec_instagram .ttlwrap {
        margin-bottom: 7vw;
    }

    #sec_instagram .secttl {
        text-align: center;
        margin-bottom: 6vw;
    }

    #sec_instagram .secttl .ico {
        width: 7.2vw;
        margin-right: 3.6vw;
    }

    #sec_instagram .account {
        text-align: center;
    }

    #sec_instagram .account a {
        font-size: 4.8vw;
    }

    #sec_instagram .account p {
        text-align: left;
        margin-top: .5em;
    }

    #sec_instagram .list .item {
        width: 27.5vw;
        height: 27.5vw;
    }

    #sec_instagram .list .item:nth-child(n + 4) {
        margin-top: .8vw;
    }

    #sec_instagram .list .item:last-child {
        display: block;
    }

    #sec_instagram .list .item a img {
        width: 100%;
        height: 100%;
    }
}
