@charset "utf-8";

.mv {
    position: relative;
    padding: 0 0 60%;
    overflow: hidden;
    max-width: 100%;
    margin: 0 auto;
    line-height: 1;
}

#video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-height: 100%;
    height: auto;
    min-width: 100%;
    width: auto;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: 30;
}

.mv .txt {
    position: absolute;
    bottom: 2%;
    left: 2%;
    z-index: 99;
}

@media (min-width: 1201px){
    .mv {
        padding: 0 0 100vh;
    }
}

@media (max-width: 1200px) and (min-width: 992) {
    .mv .txt {
        width: 50vw;
    }
}

@media (max-width: 991px){
    .mv .txt {
        width: 80%;
    }
}

@media (max-width: 767px){
    .mv {
        padding: 0 0 430px;
    }
}

.introduction .container {
    max-width: 1080px;
}

@media (min-width: 768px){
    .introduction {
        padding: 120px 0 40px;
    }

    .introduction__wrap {
        display: flex;
        justify-content: space-between;
    }

    .introduction__content {
        width: 54%;
    }
}

@media (min-width: 1501px){
    .introduction__image {
        margin-right: -20.4%;
    }
}

@media (max-width: 767px){
    .introduction {
        padding: 1rem 0 20px;
    }

    .introduction__image {
        margin-top: 4rem;
    }

    .introduction .ui-button {
        margin: 0 auto;
        margin-top: 20px;
    }
}

@media (max-width: 1500px) and (min-width: 768px){
    .introduction__image {
        width: 45%;
    }
}

.section {
    display: flex;
    align-items: center;
    position: relative;
}

.section__content {
    z-index: 2;
    height: 80%;
}

.section__content .inner {
    color: #ffffff;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.section__image {
    width: 65%;
    max-height: 865px;
}

.initiatives {
    margin-top: 40px;
    margin-bottom: 50px;
}

.company .section__image {
    margin-left: auto;
}

@media (min-width: 991px){
    .section__content {
        height: 70%;
    }
}

@media (min-width: 768px){
    .section__content {
        width: 66.4%;
        position: absolute;
        margin-bottom: -5%;
    }

    .section__content .inner {
        position: absolute;
        inset: 0;
    }

    .initiatives .section__content {
        right: 0;
    }

    .initiatives .section__content .inner {
        padding-left: 36%;
    } 

    .company .section__content .inner {
        padding-left: 20.8%;
    }

    .company .section__image {
        width: 69.2%;
    }

    .initiatives .section__content {
        background: url(../img/top/initiatives_bg.png) left/cover no-repeat;
    }
    
    .company .section__content {
        background: url(../img/top/company_bg.png) right/cover no-repeat;
    }
}

@media (max-width: 767px){
    .section {
        flex-direction: column;
    }

    .section__image {
        width: calc(100% - 20px);
    }

    .section__content {
        margin-top: -23%;
    }

    .initiatives .section__content {
        width: 100%;
    }

    .initiatives .section__image {
        margin-right: auto;
    }

    .company .section__content {
        order: 1;
        width: calc(100% - 20px);
        margin-right: auto;
    }

    .section__content .inner {
        padding: 10%;
    }

    .initiatives .section__content .inner {
        padding-left: 30%;
        padding-right: 20%;
    }

    .section__content .ui-button {
        margin-top: 1rem;
    }

    .initiatives .section__content {
        background: url(../img/top/initiatives_bg_sp.png) left/cover no-repeat;
    }
    
    .company .section__content {
        background: url(../img/top/company_bg_sp.png) right/cover no-repeat;
    }
}

@media (max-width: 480px) {
    .company .section__content .inner {
        padding-right: 30%;
    }

    .initiatives .section__content .inner {
        padding-left: 23%;
        padding-right: 8%;
    }
}

.message .container {
    position: relative;
}

.message .box {
    background: #ffffff;
    border: 1px solid #00c000;
    position: relative;
    z-index: 1;
}

.message .box .m-desc {
    margin-bottom: 0;
}

.message .avatar {
    position: relative;
    z-index: 2;
    box-shadow: 0px 0px 14.4px 5.6px rgba(0, 0, 0, 0.08);
}

.message .avatar .inner {
    position: relative;
    inset: 0;
}

.message .avatar__content {
    background: #00c000;
    color: #ffffff;
    position: absolute;
    left: 0;
    bottom: -20px;
    width: 80%;
    padding: 14px;
    clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
    line-height: 1;
}

.message .avatar__content h3 {
    font-size: 2rem;
}

.message .avatar__content p {
    font-size: 1.4rem;
    margin-bottom: 1rem;
}

@media (min-width: 768px){
    .message {
        padding: 190px 0 150px;
    }

    .message .box {
        width: 88.6%;
        margin-left: auto;
        padding: 3.5% 5.6% 6% 12.85%;
    }

    .message .avatar {
        position: absolute;
        left: 0;
        top: -80px;
        width: 18.8%;
        z-index: 6;
    }
}

@media (max-width: 992px) and (min-width: 768px) {
    .message .avatar__content {
        padding: 5%;
    }

    .message .avatar__content h3 {
        font-size: 90%;
    }
    
    .message .avatar__content p {
        font-size: 70%;
    }
}

@media (max-width: 767px){
    .message {
        padding: 100px 0;
    }

    .message .box {
        padding: 20px;
    }

    .message .avatar {
        margin: 40px auto;
        max-width: 260px;
    }
}

.information {
    background: #f5f5f5;
}

.information .container {
    max-width: 1080px;
}

.information .m-title {
    line-height: 6rem;
}

.information .date {
    font-size: 1.4rem;
    line-height: 3.2rem;
    font-weight: 700;
}

.information .m-desc {
    margin-bottom: 0;
    transition: all 0.3s ease;
}

.information ul li {
    border-bottom: 1px solid #dfdfdf;
}

.information .view-more {
    width: 22px;
    height: 22px;
    border-radius: 100%;
    position: relative;
    background: #00c000;
    display: inline-block;
    text-align: center;
    line-height: 19px;
    top: 5px;
    margin-left: 1rem;
    transition: all 0.3s ease;
}

.information .view-more::before {
    content: url(../img/common/arrow-left.svg);
    position: absolute;
    inset: 0;
    display: block;
}

.information .m-desc a {
    color: #00c000;
    text-decoration: underline;
    text-underline-offset: 5px
}

.information .m-desc a:hover {
    text-decoration: none
}

.information ul li {
    padding: 20px 0;
}

@media (min-width: 768px){
    .information {
        padding: 80px 0;
    }

    .information .m-title {
        font-size: 4rem;
    }
}
@media (max-width: 767px){
    .information {
        padding: 60px 0;
    }

    .information .m-title {
        font-size: 3.8rem;
    }
}

.fancybox-slide--html .fancybox-close-small {
    display: none;
}

.modal {display: none; padding: 40px 50px 75px !important; max-width: 940px; width: 95%; margin: 0 auto; overflow: initial; border-radius: 10px;}
.modal .btnClose {
    position: absolute;
    top: -15px;
    right: -15px;
}
.modal .btnClose img {width: 36px; height: 36px;}

#nav-tab{display: flex; justify-content: center;}
.nav-btn{width: 30%; background: #ffffff; color: #00c000; padding: 10px; text-align: center; border: 2px solid #00c000; font-size: 18px; cursor: pointer; transition: all 0.3s ease;}
.nav-btn.active{background: #00c000; color: #ffffff; position: relative;}
.nav-btn span {
    font-size: 14px;
}

#tab-tab1{display: block;}
.tab-content{display: none;}

.bnr-fixed {
    cursor: pointer;
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 110;
}

.top_bnr {
    transition: all 1s ease;
}

.top_bnr img {
    box-shadow: 0px 0px 7px 3px rgba(22, 48, 53, 0.35);
}

.top_bnr img:hover {
    opacity: 0.9;
}

.modal .desc {
    font-size: 20px;
    line-height: 1.3;
    margin: 30px 0;
    text-align: center;
}

.bnr_wrap {
    position: relative;
}

.bnr_wrap .btnClose {
    position: absolute;
    width: 20px;
    height: 20px;
    right: -8px;
    top: -8px;
    z-index: 1;
}

.bnr_wrap .btnClose img {
    vertical-align: baseline;
}

#pagetop {
    bottom: 150px;
}

@media (max-width: 767px){
    .bnr_wrap {
        margin: 30px 0;
        text-align: center;
    }

    .nav-btn,
    .modal .desc {
        font-size: min(3vw, 14px);
    }

    .nav-btn {
        width: auto;
    }

    .nav-btn span {
        font-size: min(2.5vw, 14px);
    }

    .modal .desc {
        margin: 15px 0;
    }

    .modal {
        padding: 20px !important;
    }

    #pagetop {
        position: fixed !important;
        bottom: 50px !important;
    }  
}

.youtube-container {
	overflow: hidden;
	width: 100%;
	aspect-ratio: 16/9;
	/* pointer-events: none; */
}

.youtube-container iframe {
    /* width: 300%; */
    width: 100%;
    height: 100%;
    /* margin-left: -100%; */
}