@charset "UTF-8";


.img-container{
    position: relative;
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.content {
    margin: 20px auto;
    width: 80%;
    position: relative;
    z-index: 1;
    color: white;
    text-align: left;
}


.content p{
    font-family: "Zen Kaku Gothic New", sans-serif;
    margin-bottom:0px;
    letter-spacing: 10px;
}

.content h1{
    font-size: px;
    margin: 0px;
}

#container p{
    font-size: 24px;
}


.video-container {
    position: relative;
    width: 100%;
    height: 20vh;
    overflow: hidden;
}

.video-background {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translateX(-50%) translateY(-50%);
    z-index: -1;
    object-fit: cover;
}


/* ミッションセクション*/
.mission-section{
    padding: 40px 0;
    margin: 40px 0;
    width: 100%;
    background: linear-gradient(90deg, #166771 0%, #166771 calc(50% + 650px), #fff calc(50% + 650px), #fff 100%);
}

.mission-section .container{
    color: #FFF;
    padding: 20px 0;
    margin: 0px auto;
    width: 90%;
    border-radius: 10px;
}

.mission-section .container p{
    margin: 0 auto;
    width: 94%;
}

.mission-section .container p.jp{
    margin-top: 20px;
    color: #FFF;
    font-weight: bold;
}


.mission-section .container .en{
    color: #FFF;
    font-size: 60px;
    font-weight: bold;
}

.mission-section .container .cont{
    margin: 20px auto;
    width: 90%
}


.mission-section .container h3{
    margin: 20px;
    font-size: 20px;
}





/* 会社概要　セクション*/
.contact-section{
    padding: 40px 0;
    margin: 40px 0;
    width: 100%;
    background-color:#F8F8F8;
}

.contact-section .container{
    padding: 20px 0;
    margin: 20px auto 40px;
    width: 1200px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 5px 5px rgb(228, 228, 228);
}

.contact-section .container p{
    margin: 0 auto;
    width: 94%;
}
.contact-section .container p.jp{
    margin-top: 20px;
    color: #166771;
    font-weight: bold;
}
.contact-section .container .en{
    font-size: 60px;
    font-weight: bold;
}

.contact-section .container p.en:first-letter{
    color: #166771;
}


.contact-section .cont p{
    font-size: 20px;
    margin: 20px;
}
.contact-section .cont span.hissu{
    color: #fff;
    background-color: #166771;
    padding: 6px 14px;
    border-radius:4px;
    font-size: 14px;
}

.contact-section .cont input,
.contact-section .cont textarea{
    margin: 10px 0;
    padding: 10px 20px;
    font-size: 18px;
    background-color: #e3e5e6;
}

.contact-section .cont p.submit{
    text-align: center;}
.contact-section .cont input.wpcf7-submit{
    font-weight: bold;
    margin: 20px auto;
    font-size: 24px;
    padding: 20px 80px;
    color: #fff;
    background-color: #ff9900;
    border-radius:8px;
}

.contact-section .title_box{
    font-weight: bold;
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -2rem;
    width: 96%;
    margin: 0 auto;
    margin-bottom: 30px;
}


.contact-section .title_box .img{
    margin: auto;
    flex-basis: 10%;
    max-width: 10%;
    padding: 20px 4px 0 20px;
}

.contact-section .title_box .text{
    font-size: 24px;
    flex-basis: 90%;
    max-width: 90%;
    padding: 20px 4px 0 8px;
    letter-spacing: 2px;
    line-height:20px
}

.contact-section .container .cont{
    font-weight: bold;
    margin: 0 auto;
    width: 96%;
    border-color: hsla(0, 0%, 91%, .6);
    border-bottom: solid 1px #ececec;
}




/*--------------------------------------------------
**************************************************
  PC用
**************************************************
--------------------------------------------------*/
@media screen and (min-width: 768px) {
}
/* End PC */

/*--------------------------------------------------
**************************************************
  SP用
**************************************************
--------------------------------------------------*/
@media screen and (max-width: 767px) {

    .contact-section .container{
        width: 100%;
    }
}

/* End SP */