/*
font-family: "Noto Serif", serif; 100 - 900
font-family: "BIZ UDPMincho", system-ui; 400 / 700
font-family: "BIZ UDPGothic", system-ui; 400 / 700
*/

body{
    font-family: "BIZ UDPGothic", system-ui;
}

ul{
    list-style-type: none;
    padding-left: 0;
}

img{
    width: 100%;
}

a{
    text-decoration: none;
}

p{
    letter-spacing: 1px;
}

#s1,#s2,#compr,#insta,#bridg,#porta,#gener{
    margin-top: -100px;
    padding-top: 100px;
}

.navbar{
    padding: 0;
}

.navbar-brand{
    width: 20%;
    padding-top: 20px;
    padding-left: 20px;
}

.grnv{
    flex-grow: 0;
    justify-content: center;
    margin-left: auto;
    background-color: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(10px);               /* 背景ぼかし効果 */
    -webkit-backdrop-filter: blur(10px);       /* Safari対応 */
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    border-radius: 0 0 0 30px;
    width: 70%;
}

.grnv ul{
    width: 90%;
    justify-content: space-between;
}

.nav-link{
    color: black;
}

.overlay, #yt_player {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
}

.main{
    position: relative;
    width: 100%;
    height: 70vh;
}

.main::before,.tp-ser-1::before,.tp-ser-2::before{
    background-color: rgba(0, 0, 0, 0.4);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3E%3Cpath fill='%23060d61' fill-opacity='0.4' d='M1 3h1v1H1V3zm2-2h1v1H3V1z'%3E%3C/path%3E%3C/svg%3E");
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
}

.main::before{
    z-index: 2;
}

#video{
    width: 100%;
    height: 70vh;
    margin: auto;
    position: relative;
    z-index: 1;
}

.samune{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../img/index/samune.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
    transition: .3s all;
}

.completed{
    visibility: hidden;
}

.swiper{
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: auto;
    z-index: -1000!important;
    overflow: hidden;
}

.tp-news{
    margin: 100px 0;
}

.tp-title{
    text-align: center;
}

.tp-title h2{
    letter-spacing: 2px;
}

.tp-title p{
    color: #9f353a;
    letter-spacing: 5px;
}

.news-content{
    width: 100%;
}

.news-content th,.news-content td{
    padding: 10px;
    border-bottom: 1px solid black;
}

.news-content th{
    width: 20%;
    color: #9f353a;
}

.news-content td{
    width: 80%;
}

.news-content td i{
    font-size: 12px;
    padding-right: 20px;
}

.tp-ser-1,.tp-ser-2{
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
}

.tp-ser-1{
    background-image: url(../img/index/ser-1.jpg);
}

.tp-ser-2{
    background-image: url(../img/index/ser-2.jpg);
}

.tp-service .col-md-8{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 80%;
}

.tp-ser-title{
    text-align: center;
}

.tp-ser-title h3{
    color: white;
    letter-spacing: 5px;
}

.tp-ser-title h2{
    color: white;
    letter-spacing: 5px;
    font-size: 60px;
    margin: 20px 0;
}

.tp-ser-title p{
    color: #9f353a;
    letter-spacing: 2px;
}

.tp-ser-etc ul{
    display: flex;
    justify-content: center;
}

.tp-ser-etc li{
    color: white;
    border: 1px solid white;
    width: 300px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin: 0 10px;
    font-size: 20px;
    letter-spacing: 2px;
}

.tp-ser-text{
    margin: 0 auto;
    width: 70%;
    line-height: 2em;
}

.tp-ser-text p{
    color: white;
}

.tp-ser-btn ul{
    display: flex;
    justify-content: center;
}

.tp-ser-btn a,.tp-recr-text a{
    background-color: white;
    color: #9f353a;
    display: block;
    width: 300px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin: 0 10px;
    transition: .3s;
}

.tp-ser-btn a:hover,.tp-recr-text a:hover{
    background-color: #9f353a;
    color: white;
}

.tp-ser-btn a i,.tp-recr-text a i{
    padding-right: 10px;
}

.tp-company{
    margin: 150px 0;
}

.tp-company .tp-title{
    margin-bottom: 30px;
}

.tp-company .col-md-10{
    display: flex;
    justify-content: space-between;
}

.tp-company a{
    width: 30%;
    transition: .3s;
}

.tp-company a:hover{
    opacity: .7;
}

.tp-comp-link{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    border-bottom: 1px solid #9f353a;
}

.tp-comp-text{
    color: #9f353a;
}

.tp-comp-text h3{
    font-size: 20px;
}

.tp-comp-text p{
    font-size: 14px;
}

.tp-comp-link i{
    font-size: 50px;
    color: #9f353a;
}

.tp-recruit{
    display: flex;
    align-items: center;
    background-color: #9f353a;
    max-width: 1400px;
    margin: 0 auto;
}

.tp-recr-content{
    width: 50%;
    padding: 50px;
}

.tp-recr-title,.tp-recr-text{
    margin: 0 auto;
    width: 70%;
    color: white;
    letter-spacing: 2px;
}

.tp-recr-title h2{
    font-size: 40px;
    font-weight: bold;
}

.tp-recr-text p{
    line-height: 2em;
}

.tp-recr-text a{
    margin: 0;
}

.tp-recr-text a:hover{
    border: 1px solid white;
}

.tp-recr-img{
    width: 50%;
}

.tp-contact{
    margin: 150px 0;
    padding-bottom: 100px;
    background-image: url(../img/index/logo-mark.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.tp-contact-link{
    display: flex;
    justify-content: space-between;
}

.tp-tel a,.tp-mail a{
    display: block;
    width: 450px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    font-size: 28px;
    border-radius: 20px;
    background-color: #9f353a;
    color: white;
    transition: .3s;
}

.tp-tel a:hover,.tp-mail a:hover{
    background-color: #9e7e80;
}

.tp-tel a i,.tp-mail a i{
    padding-right: 10px;
}

.tp-tel a{
    color: #ffff00;
}

.tp-tel p{
    text-align: center;
    margin-top: 5px;
}

footer{
    display: flex;
    align-items: center;
    max-width: 1400px;
    margin: 0 auto;
}

.foot-logo{
    width: 30%;
}

.foot-logo a{
    display: block;
    text-align: center;
}

.foot-logo a img{
    width: 60%;
}

.foot-content{
    width: 70%;
    background-color: #333;
    background-image: url(../img/index/logo-mark.svg);
    background-repeat: no-repeat;
    background-position: right;
    padding: 50px;
    color: white;
}

.foot-sitemap{
    display: flex;
    flex-wrap: wrap;
}

.foot-sitemap li{
    width: 50%;
    margin: 5px 0;
}

.foot-sitemap a,.foot-sns a{
    color: white;
    transition: .2s;
}

.foot-sitemap a:hover,.foot-sns a:hover{
    color: #9f353a;
}

.foot-sns{
    display: flex;
}

.foot-sns li{
    margin-right: 30px;
}

/* 共通 */
.main-page{
    position: relative;
    z-index: 1;
}

.title{
    position: relative;
    background-color: white;
    width: 50%;
    padding: 20px;
    margin-top: -100px;
    z-index: 2;
}

.title h2{
    font-size: 40px;
    letter-spacing: 3px;
    font-weight: bold;
}

.title p{
    color: #9f353a;
    letter-spacing: 2px;
}

.content-title-b h4{
    font-weight: bold;
    letter-spacing: 2px;
}

.content-title-b h3{
    font-size: 50px;
    font-weight: bold;
    color: #9f353a;
    letter-spacing: 3px;
    border-bottom: 10px solid;
    border-image: linear-gradient(to right,rgba(144, 53, 58, 1), rgba(144, 53, 58, 0)) 1;
}

.content-title-s{
    margin-top: 30px;
}

.content-title-s h3{
    color: #9f353a;
    font-weight: bold;
    letter-spacing: 2px;
}

/* service */
.ser-description p{
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 2px;
}

.service{
    margin: 50px 0;
}

.ser-yoko{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ser-content,.ser-img{
    width: 48%;
}

.ser-text p{
    line-height: 2em;
}

.ser-tate{
    margin: 100px 0;
}

.ser-content2{
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}

.ser-s{
    width: 48%;
}

.ser-btn{
    margin: 20px auto;
    display: block;
    width: 20%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #9f353a;
    color: white;
    transition: .3s;
}

.ser-btn:hover{
    background-color: #9e7e80;
    color: white;
}

.ser-btn i{
    padding-right: 10px;
}

/* company */
.gre-text h3{
    font-family: "BIZ UDPMincho", system-ui;
    font-size: 40px;
    font-weight: 700;
}

.gre-text h3 span{
    font-size: 60px;
    color: #9f353a;
}

.gre-text p{
    line-height: 2em;
}

.name figure{
    text-align: right;
}

.name img{
    width: 30%;
}

.comp-profile{
    margin-top: 80px;
}

.comp-pro-content{
    margin-top: 80px;
}

.comp-pro-content table,.comp-info-content table,.recr-information table{
    width: 100%;
}

.comp-pro-content th,.comp-pro-content td,.comp-info-content th,.comp-info-content td,.recr-information th,.recr-information td{
    padding: 10px 0;
    border: 1px solid #c6c6c6;
}

.comp-pro-content th,.comp-info-content th,.recr-information th{
    background-color: #e0e0e0;
    text-align: center;
    width: 20%;
}

.comp-pro-content td,.comp-info-content td,.recr-information td{
    padding-left: 20px;
}

.comp-map{
    margin-top: 50px;
}

.comp-info{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 50px 0;
}

.comp-info-content{
    width: 48%;
    margin: 20px 0;
}

.comp-info-content h4{
    background-color: #9f353a;
    color: white;
    padding: 10px 20px;
}

.comp-info-content table{
    margin: 20px 0;
}

/* example */
.pagejump{
    background-color: #9f353a;
    padding: 20px;
    margin-top: 50px;
    margin-bottom: 80px;
}

.pagejump ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 0;
}

.pagejump li{
    margin: 10px;
}

.pagejump li a{
    color: white;
    transition: .3s;
}

.pagejump li a:hover{
    color: #fff352;
}

.pagejump li a i{
    padding-right: 5px;
}

.example-img{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 100px;
}

.example-img a{
    display: block;
    width: 30%;
    margin: 20px 0;
    transition: .3s;
}

.example-img a:hover{
    opacity: 0.7;
}

/* recruit */
.recruit-main{
    position: relative;
}

.recr-title{
    position: absolute;
    top: 50%;
    left: 10%;
}

.recr-title h2{
    font-size: 50px;
    font-weight: bold;
    letter-spacing: 10px;
}

.recr-title p{
    color: white;
    font-size: 20px;
    letter-spacing: 3px;
}

.recruit{
    margin: 100px 0;
}

.recruit .col-md-12{
    max-width: 1200px;
    margin: 0 auto;
}

.recruit .content-title-b{
    margin-top: 100px;
}

.recr-about{
    text-align: center;
}

.recr-about h4{
    font-size: 30px;
    color: #9f353a;
}

.recr-about p{
    line-height: 2em;
}

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

.sup-content li{
    border: 3px solid #9f353a;
    color: #9f353a;
    width: 30%;
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
}

.sup-content figure{
    margin: 30px 0;
    text-align: center;
}

.sup-content figure img{
    width: 80%;
}

.point-content{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.point-bg{
    width: 45%;
    margin: 20px 0;
    padding: 30px;
    background-color: white;
    box-shadow: 0px 0px 7px 4px rgba(0, 0, 0, 0.2);
}

.point-text{
    border-left: 5px solid #9f353a;
    padding-left: 14px;
}

.point-text h4{
    color: #9f353a;
    font-weight: bold;
}

.point-text p{
    margin-bottom: 0;
}

.inter-content{
    display: flex;
    justify-content: space-between;
    margin: 100px 0 50px 0;
}

.inter-content figure{
    width: 25%;
}

.inter-text{
    width: 70%;
}

.inter-comm{
    margin-bottom: 20px;
}

.inter-comm h4{
    font-weight: bold;
    color: #9f353a;
    font-size: 30px;
}

.inter-name p{
    margin-bottom: 0;
}

.inter-name dl{
    display: flex;
    align-items: end;
}

.inter-name dt{
    font-size: 30px;
    font-weight: bold;
}

.inter-name dd{
    padding-left: 20px;
}

.inter-ans h5{
    color: #9f353a;
    letter-spacing: 2px;
}

.inter-ans h5 i{
    padding-left: 10px;
}

.entry1 span{
    display: block;
    font-size: 20px;
    font-weight: bold;
}

.sp-tel{
    display: block;
}

.tel1 img{
    width: 50%;
}

.tel2{
    margin-top: 10px;
}

.tel2 img{
    width: 40%;
}

/* safety */
.safety{
    margin-bottom: 100px;
}

/* contact */
.contact{
    margin-top: 50px;
    margin-bottom: 100px;
}

.input,.textarea{
    width: 100%;
    margin: 10px 0;
}

.textarea{
    height: 200px;
}

.label i{
    padding-right: 5px;
    color: #9f353a;
}

.label span{
    color: #9f353a;
    padding-left: 10px;
}

.sousin{
    display: block;
    width: 200px;
    height: 50px;
    line-height: 50px;
    background-color: #9f353a;
    color: white;
    border: none;
    border-radius: 50px;
    margin: 0 auto;
    transition: .3s;
}

.sousin:hover{
    background-color: #9e7e80;
}

/* privacypolicy */
.pripoli{
    margin: 50px auto;
}
.pripoli h3{
    color: #9f353a;
    font-size: 24px;
    font-weight: bold;
    margin-top: 20px;
    border-left: 3px solid #9f353a;
    padding-left: 5px;
    letter-spacing: 2px;
}

@media (min-width: 751px) {
    a[href^="tel:"] {
        pointer-events: none;
        cursor: default;
    }

    .nav{
        justify-content: space-between;
        margin: 0 auto;
    }
}

@media (min-width: 1400px){
    .tp-ser-text{
        text-align: center;
    }
}