@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{
    margin-bottom:0px
}

.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;
}



/* 代表挨拶　セクション*/
.social-section{
    padding: 40px 0;
    margin: 40px 0;
    width: 100%;
    }


.social-section .container{
    padding: 20px 0;
    margin: 0px auto;
    width: 1200px;
    border-radius: 10px;
}


.social-section .container .stitle{
    padding-bottom: 5px;
    font-weight: bold;
    font-size: 16px;
    position: relative;
    border-bottom: 3px solid #fbd8d0;/*右：薄ピンク*/
}
.social-section .container .stitle::before{
    content: '';
    position: absolute;
    bottom: -3px;
    width: 50%;
    height: 3px;
    background: #f98469;/*左：ピンク*/
 }


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

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

.social-section .cont{
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -2rem;
}

.social-section .cont .sub_titele{
    margin: 20px;
    font-size: 24px;
    font-weight: bold;
    color: #166771;
}


.social-section .cont .text{
    font-weight: bold;
    margin: 20px;
    font-size: 18px;
    width: 100%;
}


.social-section .cont .text p{
    margin: 20px;
    font-size: 18px;
    width: 100%;
}

.social-section .cont .theme1 th{
    width: 30%;
    margin: 4px;
    background: #4599b1;
    color: #FFF;
}

.social-section .cont .theme1 td{
    margin: 4px;
    padding: 10px;
    background: #d9ebf080;
    color: #4599b1;
}


.social-section .cont .theme2 th{
    width: 30%;
    margin: 4px;
    background: #e97d67;
    color: #FFF;
}

.social-section .cont .theme2 td{
    margin: 4px;
    padding: 10px;
    background: #fbe5e180;
    color: #e97d67;
}

.social-section .cont .theme3 th{
    width: 30%;
    margin: 4px;
    background: #c0a4d2;
    color: #FFF;
}

.social-section .cont .theme3 td{
    margin: 4px;
    padding: 10px;
    background: #c0a4d24d;
    color: #c0a4d2;
}



.social-section .cont ul{
    margin-left: 40px;
}

.social-section .cont ul li{
    font-size: 24px;
    list-style-type: decimal;
}
.message-section .cont .img{
    flex-basis: 50%;
    max-width: 50%;
    padding: 20px 4px 0 8px;
}

.message-section .cont .text{
    flex-basis: 50%;
    max-width: 50%;
    padding: 20px 4px 0 8px;
    letter-spacing: 2px;
    line-height:30px
}

.message-section .cont .text .title{
    margin-bottom: 10px;
}

.message-section .cont .text p{
    margin-bottom: 10px;
}
.message-section .cont .text p.title:first-letter{
    color: #166771;
}

.message-section .cont .text .minchou{
    color: #166771;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}


/* ミッションセクション*/
.staff-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%);
}



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

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

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


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

.staff-section .container .cont{
    margin: 20px auto;
    width: 90%;
    font-weight: bold;
}
.staff-section .cont .staff_cont{
    width: 800px;
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
}
.staff-section .cont .staff_cont .img{
    flex-basis: 30%;
    max-width: 50%;
    padding: 20px 4px 0 8px;
}
.staff-section .cont .staff_cont .img img{
    max-height: 300px;
}

.staff-section .cont .staff_cont .text .title{
    font-size: 24px;
    margin-bottom: 20px;
}
.staff-section .cont .staff_cont .text{
    flex-basis: 70%;
    max-width: 70%;
    padding: 20px 4px 0 8px;
    letter-spacing: 2px;
    line-height:30px;
}

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


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

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

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

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


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

.outline-section .container dl{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}


.outline-section .container dl dt{
    display: block;
    width: 19.44444vw;
    text-align: center;
    letter-spacing: .04em;
    line-height: 1.9;
    font-weight: bold;
    padding: 1.11111vw .69444vw;
}

.outline-section .container dl dd {
    display: block;
    width: 53.47222vw;
    letter-spacing: .04em;
    line-height: 1.9;
    padding: 1.11111vw .69444vw;
}




.access-section{
    padding: 40px 0 0;
    margin: 40px 0 0;
    width: 100%;
}

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

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

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

.map-grayscale{
    height: 400px;
}
.map-grayscale iframe {
    width: 100%;
    height: 100%;
    filter: grayscale(100%); /* グレースケールフィルター */
    transition: filter 0.3s ease;
}


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

/*--------------------------------------------------
**************************************************
  SP用
**************************************************
--------------------------------------------------*/
@media screen and (max-width: 767px) {
    .content {
        margin: 100px auto;
    }
    .social-section .cont{
        margin: 0;
    }
    .message-section .cont{
        display: unset;
    }
    
    .message-section .cont .img,
    .message-section .cont .text{
        max-width: 100%;
    }
    .social-section .container,
    .staff-section .container{
        width: 100%;
    }
    .staff-section .cont .staff_cont{
        width: 94%;
        display: contents;
    }
    .staff-section .cont .staff_cont .img{
        text-align: center;
        max-width: none;
    }
    .staff-section .cont .staff_cont .text{
        max-width: 100%;
    }
    .social-section .container .en{
        font-size: 24px
    }
    .social-section .cont .text p,
    .social-section .cont .text{
        margin: 20px 0;
    }
    .social-section .cont .theme1 td,
    .social-section .cont .theme2 td,
    .social-section .cont .theme3 td{
        padding: 10px;
    }
    .social-section .cont .text p{
        font-size: 16px;
        padding: 20px;
    }
    .f48{font-size: 12px}
    h1{font-size: 14px}
}
/* End SP */