@charset "UTF-8";
.opening_wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: #fff;
}

.opening {
    overflow: hidden !important;
    height: 100%;
}

.opening_logo img {
    width: 100%;
}

.opening_text_wrap {
    width: 100%;
    height: calc(100vh - 100px);
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.opening_text_wrap strong {
    line-height: 1.5;
    letter-spacing: 0.1em;
    color: #333;
    display: block;
}

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

.opening_text_wrap strong span {
    animation: .4s ease-out forwards catch;
    display: inline-block;
    opacity: 0;
    transform: translateY(15px);
}

.opening_text_wrap strong span:first-child { animation-delay: 0.3s; }
.opening_text_wrap strong span:nth-child(2) { animation-delay: 0.4s; }
.opening_text_wrap strong span:nth-child(3) { animation-delay: 0.5s; }
.opening_text_wrap strong span:nth-child(4) { animation-delay: 0.6s; }
.opening_text_wrap strong span:nth-child(5) { animation-delay: 0.7s; }
.opening_text_wrap strong span:nth-child(6) { animation-delay: 0.8s; }
.opening_text_wrap strong span:nth-child(7) { animation-delay: 0.9s; }
.opening_text_wrap strong span:nth-child(8) { animation-delay: 1.0s; }
.opening_text_wrap strong span:nth-child(9) { animation-delay: 1.1s; }
.opening_text_wrap strong span:nth-child(10) { animation-delay: 1.2s; }
.opening_text_wrap strong span:nth-child(11) { animation-delay: 1.3s; }
.opening_text_wrap strong span:nth-child(12) { animation-delay: 1.4s; }
.opening_text_wrap strong span:nth-child(13) { animation-delay: 1.5s; }
.opening_text_wrap strong span:nth-child(14) { animation-delay: 1.6s; }
.opening_text_wrap strong span:nth-child(15) { animation-delay: 1.7s; }
.opening_text_wrap strong span:nth-child(16) { animation-delay: 1.8s; }
.opening_text_wrap strong span:nth-child(17) { animation-delay: 1.9s; }
.opening_logo { 
    animation: .8s ease-out forwards catch;
    animation-delay: 2.4s;
    opacity: 0;
}

@media screen and (max-width: 768px) {
    .opening_wrap .inner_wrap {
        width: 100%;
    }

    .opening_logo_wrap {
        width: 100%;
        height: 75px;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .opening_logo {
        width: 35.4%;
        max-width: 122px;
    }

    .opening_text_wrap strong {
        font-size: 2.5rem;
        text-align: center;
    }
}

@media screen and (min-width: 769px) {
    .opening_logo_wrap {
        width: 100%;
        height: 100px;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .opening_logo {
        width: 16.2%;
    }

    .opening_text_wrap strong {
        font-size: 40px;
    }
}


/* main */
@media screen and (max-width: 768px) {
    main {
        padding-bottom: 183px;
    }
}

@media screen and (min-width: 769px) {
    main {
        padding-bottom: 393px;
    }
}

/* mv */
.mv {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
}

.mv .inner_wrap {
    height: 100%;
    display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.mv h1 {
    line-height: 1.5;
    letter-spacing: 0.1em;
    color: #fff;
    text-shadow: 1px 2px 3px rgba(9, 1, 3, 0.5);
    display: block;
}

@media screen and (max-width: 768px) {
    .mv {
        background-image: url(../img/top/top_mv_sp.jpg);
        height: calc(100vh - 75px);
    }

    .mv h1 {
        font-size: 2.5rem;
        text-align: center;
    }
}

@media screen and (min-width: 769px) {
    .mv {
        background-image: url(../img/top/top_mv_pc.jpg);
        height: calc(100vh - 100px);
    }

    .mv h1 {
        font-size: 40px;
    }
}

/* sec_wrap・content_wrap */
.sec_wrap:not(.message) {
    position: relative;
}

.content_wrap .img_wrap {
    position: relative;
}

.sec_wrap .img_wrap img {
    width: 100%;
}

.sec_wrap .heading_wrap {
    display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
    opacity: 0;
}

.sec_wrap .heading_wrap h2 {
    line-height: 1.25;
    letter-spacing: 0.1em;
    font-weight: bold;
}

.sec_wrap .heading_wrap span {
    font-family: bilo, sans-serif;
    font-weight: 400;
    line-height: 1.78;
    letter-spacing: 0.1em;
    position: relative;
}

.sec_wrap .heading_wrap span::before {
    content: '';
    display: inline-block;
    border-radius: 50%;
    background-color: #333;
    position: absolute;
    top: 50%;
    left: -0.8em;
    transform: translateY(-50%);
}

.sec_wrap .lead_text {
    opacity: 0;
}

.sec_wrap .lead_text p {
    line-height: 1.85;
    letter-spacing: 0.1em;
    font-weight: bold;
}

.sec_wrap .more {
    opacity: 0;
}

.sec_wrap .more a {
    line-height: 1.5;
    letter-spacing: 0.1em;
    color: #333;
    position: relative;
}

.sec_wrap .more a::before {
    content: '';
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.sec_wrap .more a::after {
    content: '';
    display: inline-block;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    position: absolute;
    top: 50%;
}

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

.sec_wrap .is-show .heading_wrap,
.sec_wrap .is-show .lead_text,
.sec_wrap .is-show .more {
    animation: .5s ease-out forwards text;
    opacity: 0;
    transform: translateX(30px);
}

.sec_wrap .is-show .heading_wrap { animation-delay: 0.3s; }
.sec_wrap .is-show .lead_text { animation-delay: 0.5s; }
.sec_wrap .is-show .more { animation-delay: 0.7s; }

@media screen and (max-width: 768px) {
    .content_wrap .img_wrap {
        width: 100%;
    }

    .content_wrap .text_wrap {
        width: 100%;
        margin-top: 25px;
    }

    .sec_wrap .heading_wrap h2 {
        font-size: 1.5rem;
        margin-right: 19px;
    }
    
    .sec_wrap .heading_wrap span {
        font-size: 1.05rem;
    }

    .sec_wrap .heading_wrap span::before {
        width: 3px;
        height: 3px;
    }

    .sec_wrap .lead_text {
        margin-top: 16px;
    }

    .sec_wrap .lead_text p {
        font-size: 1.8rem;
    }

    .sec_wrap .more {
        margin-top: 23px;
        text-align: right;
    }

    .sec_wrap .more a {
        font-size: 1.4rem;
        padding-right: 3em;
    }

    .sec_wrap .more a::before {
        width: 30px;
        height: 30px;
        right: 0;
    }
    
    .sec_wrap .more a::after {
        width: 4px;
        height: 4px;
        right: 1.2em;
        transform: rotate(45deg) translateY(-60%);
    }
}

@media screen and (min-width: 769px) {
    .content_wrap {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .content_wrap .img_wrap {
        width: 54.2%;
    }

    .content_wrap .text_wrap {
        width: 45.8%;
    }
    
    .recruit .content_wrap,
    .about .content_wrap {
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .sec_wrap .heading_wrap h2 {
        font-size: 1.61vw;
        margin-right: 31px;
    }
    
    .sec_wrap .heading_wrap span {
        font-size: 1.13vw;
    }

    .sec_wrap .heading_wrap span::before {
        width: 4px;
        height: 4px;
    }

    .sec_wrap .lead_text {
        margin-top: 46px;
    }

    .sec_wrap .lead_text p {
        font-size: 2.25vw;
    }

    .sec_wrap .more {
        margin-top: 76px;
    }

    .sec_wrap .more a {
        font-size: 1.29vw;
    }

    .sec_wrap .more a::before {
        width: 40px;
        height: 40px;
        right: -55px;
    }
    
    .sec_wrap .more a::after {
        width: 5px;
        height: 5px;
        right: -35px;
        transform: rotate(45deg) translateY(-50%);
    }
}

@media screen and (min-width: 1240px) {
    .sec_wrap .heading_wrap h2 {
        font-size: 20px;
    }
    
    .sec_wrap .heading_wrap span {
        font-size: 14px;
    }

    .sec_wrap .lead_text p {
        font-size: 28px;
    }

    .sec_wrap .more a {
        font-size: 16px;
    }
    
}

/* message */
.message {
    position: relative;
}

.message::after {
    content: '';
    display: inline-block;
    background-color: #f8f8f8;
    position: absolute;
    left: 0;
    z-index: -1;
}

.message_con_wrap .img_wrap {
    position: relative;
}

.message_con_wrap .img_wrap::after {
    content: 'MESSAGE';
    font-family: bilo, sans-serif;
    font-weight: 400;
    letter-spacing: 0.1em;
    transform: rotate(90deg) translate(40%, -204%);
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    color: #8cd000;
}

.message.sec_wrap .heading_wrap span {
    color: #8cd000;
}

.message.sec_wrap .heading_wrap span::before {
    background-color: #8cd000;
}

.message.sec_wrap .more a::before {
    background-color: #8cd000;
}

.message_con_wrap .text_in_img img {
    width: 100%;
}

@media screen and (max-width: 768px) {
    .message {
        margin-top: 65px;
    }

    .message_con_wrap .img_wrap {
        width: 55.2%;
    }

    .message_con_wrap .img_wrap::after {
        font-size: 50px;
    }

    .message_con_wrap .text_wrap {
        width: 100%;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
        align-content: flex-start;
    }

    .message_con_wrap .text_inner {
        order: 2;
        margin-top: 25px;
        width: 100%;
    }

    .message_con_wrap .text_in_img {
        order: 1;
        margin-top: 15px;
    }

    .message::after {
        width: 54.3%;
        height: 473px;
        bottom: 2%;
    }
}

@media screen and (min-width: 769px) {
    .message {
        margin-top: 80px;
    }

    .message_con_wrap {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .message_con_wrap .img_wrap {
        width: 35%;
    }

    .message_con_wrap .img_wrap::after {
        font-size: 70px;
    }

    .message_con_wrap .text_wrap {
        width: 63.3%;
    }

    .message_con_wrap .text_inner {
        padding-left: 12.9%;
    }

    .message_con_wrap .text_in_img {
        margin-top: 133px;
    }

    .message::after {
        width: 44.6%;
        height: 500px;
        bottom: -7%;
    }
}

/* field */
.field .text_wrap {
    padding-left: 2.5%;
}

.field.sec_wrap .heading_wrap span {
    color: #dbef00;
}

.field.sec_wrap .heading_wrap span::before {
    background-color: #dbef00;
}

.field.sec_wrap .more a::before {
    background-color: #dbef00;
}

.field.sec_wrap .img_wrap::after {
    content: 'FIELD';
    font-family: bilo, sans-serif;
    font-weight: 400;
    letter-spacing: 0.1em;
    transform: translate(7%, -64%);
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    color: #dbef00;
}

@media screen and (max-width: 768px) {
    .field {
        margin-top: 131px;
        position: relative;
    }

    .field::after {
        content: '';
        display: inline-block;
        width: 50%;
        height: 243px;
        background-color: #f8f8f8;
        position: absolute;
        top: 26.1%;
        right: 0;
        z-index: -1;
    }

    .field.sec_wrap .img_wrap::after {
        font-size: 50px;
    }
}

@media screen and (min-width: 769px) {
    .field {
        margin-top: 296px;
    }

    .field .img_wrap::before {
        content: '';
        display: inline-block;
        width: 100vw;
        height: 100%;
        background-color: #f8f8f8;
        position: absolute;
        bottom: -16%;
        right: 8%;
        z-index: -1;
    }

    .field.sec_wrap .img_wrap::after {
        font-size: 70px;
    }
}

/* recruit */
.recruit .text_wrap {
    position: relative;
    padding-left: 3.5%;
}

.recruit.sec_wrap .heading_wrap span {
    color: #ffea00;
}

.recruit.sec_wrap .heading_wrap span::before {
    background-color: #ffea00;
}

.recruit.sec_wrap .more a::before {
    background-color: #ffea00;
}

.recruit.sec_wrap .img_wrap::after {
    content: 'RECRUIT';
    font-family: bilo, sans-serif;
    font-weight: 400;
    letter-spacing: 0.1em;
    transform: translate(5%, -64%);
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    color: #ffea00;
}

@media screen and (max-width: 768px) {
    .recruit {
        margin-top: 131px;
        position: relative;
    }

    .recruit::after {
        content: '';
        display: inline-block;
        width: 50%;
        height: 243px;
        background-color: #f8f8f8;
        position: absolute;
        top: 26.1%;
        left: 0;
        z-index: -1;
    }

    .recruit.sec_wrap .img_wrap::after {
        font-size: 50px;
    }
}

@media screen and (min-width: 769px) {
    .recruit {
        margin-top: 300px;
    }

    .recruit.sec_wrap .img_wrap::after {
        font-size: 70px;
    }

    .recruit .text_wrap::after {
        content: '';
        display: inline-block;
        width: 100vw;
        height: 139%;
        background-color: #f8f8f8;
        position: absolute;
        bottom: -22%;
        left: 0;
        z-index: -1;
    }
}

@media screen and (min-width: 1240px) {
    .recruit::after {
        width: 89.9%;
    }
}

/* sdgs */
.sdgs .text_wrap {
    position: relative;
    padding-left: 0;
}

.sdgs.sec_wrap .heading_wrap span {
    color: #ffd800;
}

.sdgs.sec_wrap .heading_wrap span::before {
    background-color: #ffd800;
}

.sdgs.sec_wrap .more a::before {
    background-color: #ffd800;
}

.sdgs.sec_wrap .img_wrap {
    z-index: -1;
}

.sdgs.sec_wrap .img_wrap::after {
    content: 'SDGs';
    font-family: bilo, sans-serif;
    font-weight: 400;
    letter-spacing: 0.1em;
    transform: translate(8%, -64%);
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    color: #ffd800;
}

@media screen and (max-width: 768px) {
    .sdgs {
        margin-top: 134px;
        position: relative;
    }

    .sdgs::after {
        content: '';
        display: inline-block;
        width: 50%;
        height: 243px;
        background-color: #f8f8f8;
        position: absolute;
        top: 26.1%;
        right: 0;
        z-index: -2;
    }

    .sdgs.sec_wrap .img_wrap::after {
        font-size: 50px;
    }
}

@media screen and (min-width: 769px) {
    .sdgs {
        margin-top: 340px;
    }

    .sdgs.sec_wrap .img_wrap::after {
        font-size: 70px;
    }

    .sdgs .text_inner {
        margin-left: -9.3%;
    }

    .sdgs .text_wrap::after {
        content: '';
        display: inline-block;
        width: 100vw;
        height: 138%;
        background-color: #f8f8f8;
        position: absolute;
        bottom: -23%;
        left: -14.8%;
        z-index: -1;
    }
}

/* about */
.about .text_wrap {
    position: relative;
    padding-bottom: 1%;
}

.about.sec_wrap .heading_wrap span {
    color: #ff9f00;
}

.about.sec_wrap .heading_wrap span::before {
    background-color: #ff9f00;
}

.about.sec_wrap .more a::before {
    background-color: #ff9f00;
}

.about.sec_wrap .img_wrap::after {
    content: 'ABOUT';
    font-family: bilo, sans-serif;
    font-weight: 400;
    letter-spacing: 0.1em;
    transform: rotate(90deg) translate(14%, -94%);
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    color: #ff9f00;
}

@media screen and (max-width: 768px) {
    .about {
        margin-top: 131px;
        position: relative;
    }

    .about::after {
        content: '';
        display: inline-block;
        width: 50%;
        height: 243px;
        background-color: #f8f8f8;
        position: absolute;
        top: 26.1%;
        left: 0;
        z-index: -1;
    }

    .about.sec_wrap .img_wrap::after {
        font-size: 50px;
    }
}

@media screen and (min-width: 769px) {
    .about {
        margin-top: 240px;
    }

    .about.sec_wrap .img_wrap::after {
        font-size: 70px;
    }

    .about .text_wrap::after {
        content: '';
        display: inline-block;
        width: 100vw;
        height: 133%;
        background-color: #f8f8f8;
        position: absolute;
        bottom: -20%;
        right: -10%;
        z-index: -1;
    }
}