/***************main-visual***************/
.main_visual{
    background-image: url(../img/mv_back.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    width: 100%;
    height: 100%;
    /*background-attachment: fixed;*/
    position: relative;
    padding: 100px 0px;
    margin-top: -35px;
    height: 50vh;;
}
.video-wrap{
    position: absolute;
    z-index: -1;
    top: 0;
    right:0;
    left:0;
    bottom:0;
    overflow: hidden;
}
.video-wrap video {
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 177.77777778vh;
    height: 56.25vw;
    min-height: 100%;
    min-width: 100%;
}
.main_visual_copy{
    position:relative;
    top: 37vh;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.main_visual h1{
    font-size: 65px;
    font-weight: 700;
    color:#fff;
    margin: 0;
}
.main_visual p{
    color: #989898;
}

@media all and (min-width: 769px) and (max-width: 1225px) {
    /*
    .main_visual_copy{
        margin-left: 60px;
    }
    */
    .main_visual h1 {
        font-size: 55px;
        padding: 0 60px;
    }
    .main_visual p{
        padding: 0 60px;
    }
}
@media only screen and (max-width: 1050px) {
    .main_visual h1 {
        font-size: 50px;
    }
    .main_visual_copy {
        top: 30vh;
        left: auto;
        width: 90%;
    }
}
@media only screen and (max-width: 768px) {
    .main_visual_copy {
        top: 14vh;
    }
}

/***************mission***************/
main{
    background-color: #fff;
}
.mission .section_inner{
    display: flex;
    /*
    width: 65%;
    margin: 30px 0 0 auto;
    */
    width: 100%;
    margin: 0 auto;
}
.mission .sub_title{
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 14px;
    margin: 30px 50px 0 0;
}
.mission .section_title{
    margin: 35px 0;
    font-size: 25px;
}
.mission .main_title p{
    color: #838383;
}
@media only screen and (max-width: 768px) {
    .mission .sub_title {
        margin: 30px 30px 0 20px;
    }
    .mission .main_title {
        width: calc(100% - 100px);
    }
    .mission .section_inner{
        padding: 0;
    }
}

/***************service***************/
.service p{
    color: #989898;
}
.service_lists{
    margin-top: 60px;
    gap: 80px;
}
.service_list{
    border-top: 1px solid #E9E9E9;
    padding: 20px 0;
    width: calc(33.3% - 60px);
}
.service_title{
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 20px;
}
.service_list ul{
    display: flex;
    width: auto;
    flex-wrap: wrap;
}
.service_list li{
    color: #AAAAAA;
    font-size: 14px;
    margin: 0px 10px 10px 0px;
}
.service .section_title{
    font-size: 26px;
}
@media only screen and (max-width: 768px) {
    .service_list {
        width: 100%;
    }
    .service_list ul {
        width: 100%;
    }
}

/***************team***************/
.team{
    background-color: #F9F9F9;
}
.team .section_title{
    font-size: 25px;
}
.team ul{
    margin-top: 60px;
}
.team li{
    display: flex;
    margin-bottom: 20px;
}
.team li .team-name{
    min-width: 260px;
    margin-right: 40px;
}
.team li .team-text{
    color: #777777;
    font-size: 14px;
    line-height: 25px;
}
.teamname_jp{
    font-weight: bold;
}
.teamname_eg{
    color: #B3B3B3;
    font-size: 14px;
    margin-top: 10px;
}
@media only screen and (max-width: 768px) {
    .team li {
        display: block;
        margin-bottom: 50px;
    }
}

/***************company***************/
.company .section_title{
    font-size: 25px;
}
.company-list-wrap{
    width: 50%;
}
.company-lists{
    margin-top: 60px;
}
.company-list{
    display: flex;
    margin-bottom: 20px;
}
.company-list-title{
    font-weight: bold;
    width: 140px;
}
.company-list-text{
    color: #777777;
    font-size: 14px;
}

@media only screen and (max-width: 768px) {
    .company-list {
        display: block;
        margin-bottom: 20px;
    }
    .company-list-wrap {
        width: 100%;
    }
}

/***************cta-contact***************/
/*.cta-contact .section_inner{
    width: 50%;
    margin: 0 auto;
}*/
.cta-contact .section_title{
    font-size: 25px;
    color: #fff;
    margin-bottom: 20px;
}
.cta-contact{
    background-color: #005893;
}
.cta-contact p{
    color: #D9D9D9;
    margin: 55px 30px 0 0;
    width: calc(50% - 60px);
}
.cta-contact a{
    margin-top: 20px;
    display: block;
    width: max-content;
    border: 1px solid #fff;
    padding: 10px 20px;
    color: #fff;
}
@media only screen and (max-width: 768px) {
    .cta-contact {
        margin: 20px 0;
        padding-bottom: 30px;
    }
}
/*.contact .section_inner {
    max-width: 500px;
    margin: 0 auto;
    padding: 20px 60px;
}*/
.contact-header{
    margin-top: 100px;
}
.contact .header_menu{
    background-color: #fff;
}
.contact .nav_list li a {
    color: #000;
}
.contact footer{
    border-top: 1px solid #ddd;
}
.contact_form{
    padding: 30px;
    background-color: #fff;
    width: calc(50% - 30px);
}
/*
.contact_form form{
    max-width: 500px;
}
*/
.contact_form .required{
    background-color: #000;
    color: #fff;
    padding: 5px 10px;
    margin-left: 10px;
    font-weight: bold;
    font-size: 12px;
}
.contact_form dt{
    color: #000;
    margin: 10px 0;
}
.contact_form dd{
    margin: 15px 0 30px;
    margin-left: 0;
}
.contact_form input,
.contact_form textarea{
    border: 1px solid #DDDDDD;
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
}
.contact_form .privacy_policy{
    display: flex;
    color: #000;
}
.contact_form .contact__submit{
    background-color: #000;
    padding: 20px 40px;
    color: #fff;
    margin: 10px 0;
    font-size: 18px;
    cursor: pointer;
}
.contact_send_btn{
    cursor: pointer;
}
.contact_form .error{
    margin-top: 10px;
}
.thanks{
    color: #000;
}
.thanks .section_inner{
    padding: 20px 0px;
}
.thanks .section_title{
    text-align: left;
    margin: 0px 0;
    font-size: 25px;
    font-weight: bold;
    color: #000;
}
.thanks .thanks_back{
    color: #000;
    border: 1px solid #000;
    padding: 10px 40px;
    margin-bottom: 100px;
    display: block;
    max-width: max-content;    
}
.thanks p{
    margin-bottom: 50px;
    width: 100%;
    color: #000;
}
.privacy_page{
    padding: 60px 0;
    background-color: #fff;
    margin-top: 80px;
    color: #000;
}
.privacypolicy_headline{
    font-size: 30px;
    font-weight: bold;
    margin: 50px 0 20px;
}
.privacypolicy_text ul{
    margin-left: 25px;
}
.privacypolicy_text ul li{
    list-style: disc;
}

@media only screen and (max-width: 768px) {
    .contact .section_inner {
        max-width: 100%;
        margin: 0 auto;
        padding: 20px 20px;
    }
    .cta-contact p{
        width: 100%;
        margin: 25px 30px 0 0;
    }
    .contact_form {
        width: 100%;
        padding: 20px;
        margin: 30px 0;
        box-sizing: border-box;
    }
}