@charset "UTF-8";

@import url(‘https://fonts.googleapis.com/css?family=Noto+Sans+JP&subset=japanese’);

body {
    font-family: "Noto Sans JP","Yu Gothic","Yumincho","ヒラギノ明朝 Pro","Hiragino Mincho Pro","MS P明朝","MS PMincho",serif;
    color: #333333;
}

img {
    max-width: 100%;
}

a {
    text-decoration: none;
    color: #333333;
}

ul {
    list-style-type: none;
}

/** -----------------------------------
    レイアウト
-------------------------------------**/
#business,#recruit,#company,#contact, {
    padding: 80px 0;
}

.section-inner1 {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    overflow: hidden;
}

.section-inner2 {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    overflow: hidden;
}

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

.col-2 .item {
    width: calc((100% - 40px)/2);
}

.pc-only {
    display: block;
}

.sp-only {
    display: none;
}

/** ---------スマホ--------- **/
@media screen and (max-width: 768px) {
    .section-inner1, .section-inner2 {
        padding: 0 24px;
        max-width: 550px;
    }

    .col-2 {
        display: block;
    }

    .col-2 .item {
        width:100%;
    }

    .pc-only{
        display:none;
    }

    .sp-only{
        display: block;
    }
}

/** -----------------------------------
    テキスト
-------------------------------------**/
h1 {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 60px;
    font-weight: bold;
}

h2.medium{
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: bold;
    font-size: 30px;
    letter-spacing: 0.16em;
    text-align: center;
}

h3.large{
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: bold;
    font-size: 30px;
    line-height: 1.5;
    letter-spacing: 0.16em;

}

h3.medium{
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 25px;
    letter-spacing: 0.16em;
    text-align: center;
}

p.medium{
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 20px;
    line-height: 2;
    letter-spacing: 0.16em;
}

p.small{
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 15px;
    line-height: 2;
    letter-spacing: 0.08em;
    text-align: center;
}

p.header-company{
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 15px;
}



/** -------- スマホ -------- **/
@media screen and (max-width: 768px) {
    h3.large{
        font-size: 26px;
    }
    p.medium{
        font-size: 15px;
    }

}

.main-title {
    padding: 80px 0;
    font-family: 'Noto Sans JP', sans-serif;
    text-align: center;
    color: #134aab;
}

/** -----------------------------------
    ヘッダー
-------------------------------------**/
#header{
    background-color: #ffffff;
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    padding: 0 80px;
    position: fixed;
    top: 0;
    z-index:1;
    align-items: center;
}

.header-logo{
    float: left;
    align-items: center;
    width: 150px;
}

.header-logo a{
    display: flex;
}

.header-item{
    padding-left: 10px;
    text-align: center;
}

.header-company{
    padding-left: 0%;
    align-items: center;
}

nav{
    margin-left: auto;
}

ul.gnav-pc li{
    display: inline-flex;
    text-align: center;
    margin-left: 40px;
}

ul.gnav-pc{
    display: flex;
    align-items: center;
}

ul.gnav-pc li a{
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 0.16em;
}

ul.gnav-pc li a:hover{
    opacity: 0.7;
}

#menu-button{
    display: none;
}

a.button{
    position:relative;
 /* 以下はボタンのデザインです。適宜変更してください。 */
    display:block;
    width:150px;
    padding:20px 30px 20px 20px;
    text-align:center;
    background:#134aab;
    color:#fff;
    border-radius:8px;
    margin:0 auto;
}

a.button:after {
    content: "";
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    margin-top: -6px;
    height: 10px;
    width: 10px;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: rotate(45deg);
    }

    /**------タブレット-------**/
@media screen and (max-width: 1130px) {
    ul.gnav-pc li{
        display: inline-flex;
        text-align: center;
        margin-left: 20px;
    }

    ul.gnav-pc li a{
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: bold;
        font-size: 15px;
        letter-spacing: 0.16em;
    }
    h3.large{
        font-size: 20px;
    }

}

/** -------- スマホ -------- **/
@media screen and (max-width: 910px) {
    #header{
        height: 80px;
        padding: 0;
        z-index: 100;
        justify-content: space-between;
    }

    nav.gnav-pc-wrap{
        display: none;
    }

    .header-logo {
        display: flex;
        align-items: center;
        width: 26%;
        padding-left: 20px;}

    #menu-button{
        display: block;
        width: 70px;
        height: 70px;
        padding: 22px 18px;
    }


    .menu-button-inner{
        position: relative;
        display: block;
        width: 100%;
        height: 100%;
    }
	
    .menu-button-inner span{

        padding-left: auto;
        display: block;
        height: 2px;
        width: 100%;
        background-color: #000;
        position: absolute;
    }
    
    .menu-button-inner span:nth-of-type(1){
        top: 0;
    }
    .menu-button-inner span:nth-of-type(2){
        top: 0;
        bottom: 0;
        margin: auto;
    }
    .menu-button-inner span:nth-of-type(3){
        bottom: 0;
    }

    .close span:nth-of-type(1){
        width: 100%;
        transform:rotate(45deg);
        top:10px;
    }
    .close span:nth-of-type(2){
        opacity: 0;
    }
    .close span:nth-of-type(3){
        width: 100%;
        transform: rotate(-45deg);
        bottom: 11px;
    }

    .header-item{
        display: none;
    }
    
}

/*SP用ハンバーガーメニュー中身のスタイル*/
.gnav-sp-wrap{
    display: none;
    background-color: #333333;
    width: 100vw;
    height: 100vh;
    position: fixed;
    z-index: 100;
    padding-top: 100px;
}
.gnav-sp{
    display: block;
}

ul.gnav-sp li{
    text-align: center;
    margin-bottom: 30px;
}

ul.gnav-sp li a{
    font-family: 'Roboto Condensed',sans-serif;
    font-size: 20px;
    letter-spacing: 0.16em;
    color: #ffffff;
    font-weight: bold;
}


/** -----------------------------------
    メインビジュアル
-------------------------------------**/
#mainvisual{
    width: 100vw;
    height: calc(100vh - 90px);
    background-image: url(../images/mainvisual_pc.jpg);
    background-size: 80%;
    background-position: left;
    background-repeat: no-repeat;
    position: relative;
}

.maincopy{
    font-family: 'Noto Sans JP', sans-serif;
    color: #ffffff;
    background-color: rgba(19, 74, 171, 0.8);
    width: 52%;
    line-height: 1.8;
    text-align: center;
    letter-spacing: 0.2em;
    position: absolute;
    bottom: 20%;
    right: 0%;
}

.maincopy .p1{
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 20px;
}

.maincopy .h1{
    font-family:  'Noto Sans JP', sans-serif;
    font-size: 40px;
}


/** -------- スマホ -------- **/
@media screen and (max-width: 768px) {
    #mainvisual{
        height: 100vw;
        background-image: url(../images/mainvisual_sp.jpg);
        background-size: 100%;
        margin-top: 60px;
    }
    .maincopy{
        font-size: 18px;
        width: 52%;
        letter-spacing: 0.18em;
        bottom: 20%;
    }

    .maincopy p.medium{
        font-size: 13px;
    }

    .maincopy h1{
        font-size: 27px;
    }

}

/** -----------------------------------
    ビジネス
-------------------------------------**/
#business .item{
    align-items: center;
    margin-top: auto;
    margin-bottom: auto;
    text-align: center;
}

#business p.medium span {
    display: block;
}

.main-title .p{
    text-align: center;
}

#business .text-wrap{
    text-align: center;
    font-family: 'Noto Sans JP', sans-serif ;
    font-size: 18px;
    line-height: 2;
    letter-spacing: 0.16em;
    padding-top: 50px;
    padding-bottom: 50px;
}

#business .button{
    text-align: center;
    font-family: 'Noto Sans JP', sans-serif ;
    color: #ffffff;
    font-size: 18px;
    line-height: 2;
    margin-top: 30px;
}


/** -------- スマホ -------- **/

@media screen and (max-width: 768px) {
    #business .main-title{
    padding-top: 82px;
    text-align: center;
    font-family: 'Noto Sans JP', sans-serif;
    }

    #business h2.medium{
        text-align:center;
    }

    #business p.medium span{
        display:inline;
    }

    .left-img{
        margin-bottom: 20px;
    }


}


/** -----------------------------------
    リクルート
-------------------------------------**/
#recruit {
    background: linear-gradient(180deg,#ffffff 0%,#548bb6 50%, #134aab 100%);
    background-repeat: no-repeat;
}
#recruit .col-2{
    
    align-items: center;
}

#recruit .item{
    width: calc((50% - 20px));
}

.recruit_table{
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 18px;
    line-height: 2;
    letter-spacing: 0.16em;
    background-color: #ffffff;
}



.entry{
    text-align: center;
    width: 130px;
    padding: 10px;
}

#recruit .text-wrap{
    text-align: center;
    font-family: 'Noto Sans JP', sans-serif ;
    color: #ffffff;
    font-size: 18px;
    line-height: 2;
    letter-spacing: 0.16em;
    padding-top: 50px;
}

table{
    border-collapse: collapse;
}
td{
    padding: 10px;
    border: 1px solid #134aab ;
    text-align: center;
}


p.sub {
    font-size: 14px;
    font-family: 'Noto Sans JP', sans-serif;

}


a.recruit_button{
    position:relative;
 /* 以下はボタンのデザインです。適宜変更してください。 */
    display:block;
    width:150px;
    padding:20px 30px 20px 20px;
    text-align:center;
    background:#ffffff;
    color:#134aab;
    border-radius:8px;
    margin:30px auto;
}

a.recruit_button:after {
    content: "";
    border-top: 2px solid #134aab;
    border-right: 2px solid #134aab;
    margin-top: -6px;
    height: 10px;
    width: 10px;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: rotate(45deg);
    }

a.recruit_button:hover{
    opacity: 0.7;
}
/** -------- スマホ -------- **/
@media screen and (max-width: 768px) {
    #recruit{
        margin-top: 20px;
        width: 100%;
        display: block;
    }
	#recruit .main-title{
        margin-bottom: 20px;
        padding-bottom: 0px;
        text-align: center;
        font-family: 'Noto Sans JP', sans-serif;
    }

    #recruit .item{
        width: 100%;
    }
    .recruit_img{
        width: 100%;
        margin-top: 20px;
        text-align: center;
    }
    #recruit .item.img-wrap{
        width: 100%;
        margin-top: 20px;
    }
    #recruit .item.text-wrap{
        width: 100%;
    }
    
    .recruit_table{
        font-size: 14px;
    }

    #recruit .text-wrap{
        font-size: 14px;
    }

    p.sub {
        font-size: 12px;
    }
}

/** -----------------------------------
    会社案内
-------------------------------------**/

#company 

#company .item{
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
}

.gmap {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%; /* 縦横比率が、横:縦=16:9の場合 */
}
.gmap iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

#company .item{
    text-align: center;
    font-family: 'Noto Sans JP', sans-serif;
    color: #134aab;
}
#company .item h3{
    font-size: 30px;
    padding-top: 75px;
}

p.company{
    font-size: 20px;
    margin-top: 20px;
    font-weight: bold;
}

p.adress{
    margin-top: 20px;
}

.company_button{
        display: block;
        width: 170px;
        height: 50px;
        background-color: #134aab;
        color: #ffffff;
        font-size: 14px;
        letter-spacing: 0.08em;
        font-weight: bold;
        line-height: 50px;
        text-align: center;
        border-radius: 5px;
        align-items: center;
        margin: 10px auto;
    
}
/** -------- スマホ -------- **/

@media screen and (max-width: 768px) {
    #company .main-title{
        padding-top: 82px;
        padding-bottom: 20px;
    }
    #company .item{
        margin-top: 20px;
        margin-bottom: 30px;
    }
    #company .img{
        margin-top: 75px;
    }


    #company .certification img{
        padding-top: 100px;
    }
    
}


/** -----------------------------------
    お問合せ
-------------------------------------**/

#contact{
    margin-bottom: 50px;
}

#contact p.medium{
    text-align: center;
}

#contact .main-title{
    padding-bottom: 30px;
}

ul.contact{
    font-family: 'Noto Sans JP', sans-serif;
    list-style: square;
    width: fit-content;
    margin: auto;
}

p.download_small{
    padding-top: 60px;
    text-align: center;
    font-family: 'Noto Sans JP', sans-serif ;
    font-size: 18px;
    line-height: 2;
    letter-spacing: 0.16em;
}

.download_data{
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: 'Noto Sans JP', sans-serif ;
}

.download_button{
    padding:10px 20px;
    margin-bottom: 20px;
    text-align:center;
    background:#134aab;
    color:#fff;
    border-radius:8px;
}

a.download_link{
    color: #fff;
}





/** -------- スマホ -------- **/

@media screen and (max-width: 768px) {
    #contact{
        padding: 60px;

    }
    #contact .main-title{
        padding-bottom: 20px;
    }
    #contact p.medium{
        margin-top: 20px;
        text-align: center;
    }

    ul.contact{
        width: fit-content;
        margin: auto;
    }
    a.button{
        margin-top: 20px;
    }

}

/** -----------------------------------
    フッター
-------------------------------------**/
#footer{
    background-color: #134aab;
    text-align: center;
    padding: 40px 24px;
}
ul.footer-link{
    color: #ffffff;
    margin-bottom: 30px;
}
ul.footer-link img.twitter{
    width: 40px;
}
ul.footer-link img.instagram{
    width: 34px;
}
ul.footer-link a:hover{
    opacity: 0.7;
}

p.copyright{
    font-size: 14px;
    color: #ffffff;
}

ul.footer-link li{
    display: inline-block;
    vertical-align: middle;
    margin-right: 40px;
}