@charset "utf-8";
/* レイアウトのためのCSS */

body{
    background:#fff;
    font-family: 'Lato', YuGothic,'Yu Gothic','Hiragino Kaku Gothic ProN','Noto Sans JP','ヒラギノ角ゴ ProN W3',sans-serif;
	color: #333;
	font-size:1rem;
	line-height:1.85;
    font-weight: bold;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%; 
	word-wrap: break-word;
    letter-spacing: 0.2em;
}

*{box-sizing: border-box;}

.pc, .pc-in{
    display: none;
}

.sp{
    display: block;
}

.mb30{
    margin-bottom: 30px;
}

@media screen and (min-width:768px) {
p,a,ul{
    font-size: 1.3em;
}

.pc{
    display: block;
}

.pc-in{
    display: inline-block;
}

.sp{
    display: none;
}
}

ul{
	margin:0;
	padding: 0;
	list-style: none;
}

a{
	color: #333;
	text-decoration: none;
    outline: none;
}

img{
    width: 100%;
    height: auto;
}

.container{
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}

.container_over{
    width: 90%;
    max-width: 1740px;
    margin: 0 auto;
}

section{
    margin: 50px auto;
}

/* font-family */

.heading{
    font-size: 4.5rem;
    color: #144b7d;
    animation-delay: 0.3s;
}

.blue-txt{
    color: #144b7d;
}

@media screen and (max-width:960px) {
.heading{
    font-size:2.5rem;
}
}

#container{
    overflow-x: hidden;
}

/* header */

#header{
    background:#fff;
}

#header h1{
    margin-left: 3%;
    margin-top: 10px;
}

#g-nav ul{
    display: flex;
    padding: 0 0 0 10%;
}

#g-nav ul li{
  letter-spacing: 0.2em;
    white-space: nowrap;
}

#g-nav ul li a{
    display: block;
    padding:6px 5px;
    font-size: 20px;
}

.openbtn_txt{
    display: none;
}

@media screen and (max-width:1370px) {
#g-nav ul{
    display: block;
    padding: 0;
    font-size: 1.6em;
}
   
#g-nav ul li a{
    padding:6px 15px;
}

.openbtn_txt{
    display: block;
    position: absolute;
    right: 120px;
    top: 30px;
    width: 120px;
}
}

@media screen and (max-width:768px) {
    .openbtn_txt{
        right: 80px;
        top: 25px;
        width: 80px;
    }
}

@media screen and (max-width:500px) {
    .openbtn_txt{
        display: none;
    }
}

#header ul#utility-navi{
    position: fixed;
    top:0;
    right:0;
    z-index: 999;
    display: flex;
    font-size: 0.8rem;
}

#header ul#utility-navi li{
    text-align: center;
}

#header ul#utility-navi li span{
    display: block;
}

#header ul#utility-navi li a{
    color: #fff;
    padding: 32px 0;
    display: block;
    width:100px;
    transition: all .5s;
}

#header ul#utility-navi li img{
    width:35%;
}  

#header ul#utility-navi li:first-child a{
    width: 200px;
    padding-right: .5em;
}

#header ul#utility-navi li:first-child a img{
    width: 100%;
}

#header ul#utility-navi li:last-child a{
     background:#144b7d;
}

#header ul#utility-navi li:last-child a:hover{
     background:#1e2f98;
}

.sp_menu{
    display: none;
}

@media screen and (max-width:1370px) {

#header h1{
    width: 60%;
    max-width: 300px;
}

#header ul#utility-navi li{
    display: none;    
}

.sp_menu{
    display: block;
}

.sp_menu_contact{
    max-width: 46px;
}

.sp_menu_tel{
    max-width: 300px;
}
}

/* lead */

#lead{
    position: relative;
    padding: 94px 0 0 0;
    height:100vh;
    min-height: 550px;
}

#slider-area{
    width:100%;
    height: 80vh;
    position: relative;
    z-index: -1;
}

#slider-area #slider{
    width:100%;
    height:80vh;
}

#lead .lead{
     position: absolute;
    top:30%;
     left:10%;
    font-size: 3.1rem;
    letter-spacing: 0.2em;
    line-height: 1.6;
    white-space: nowrap;
text-shadow: 0px 0px 20px #fff, 0px 0px 20px #fff, 0px 0px 20px #fff, 0px 0px 20px #fff, 0px 0px 20px #fff;
}

#lead .lead span{
     display: block; 
    padding: 10px 0 0 0;
}

/* new */

#thanks{
    position: absolute;
    width: 100%;
    bottom: 0;
    z-index: 2;
}

#thanks h2{
    position: relative;
    margin: 0 auto;
    text-align: center;
    width: 60%;
    max-width: 1025px;
}

@media screen and (max-width:960px) {
    #lead .lead{
        font-size:2.5rem;
        top: 35%;
    }
}

@media screen and (max-width:768px) {
#slider-area {
    width: 100%;
    height: 65vh;
    min-height: 270px;
    margin-top: 150px;
    }

    #slider-area #slider{
    height: 65vh;
    min-height: 270px;
}
    
#lead{
    padding:70px 0 0 0;
}
    
#lead .lead{
    top:80px;
    line-height: 1.4;
    font-size: 1.6em;
}

#thanks h2{
    width: 80%;
    margin: 0 auto;
}

}

@media screen and (max-width:550px) {

    #slider-area {
        margin-top: 120px;
        }

#lead .lead {
    font-size: 1.2rem;
} 
}

/* top-comment */


#top-comment p{
    text-align: center;
    line-height: 2.5;
    font-size: 1.6rem;
}

@media screen and (max-width:768px) {
    #top-comment p{
        line-height: 2;
        font-size: 1.2rem;
    }
}

@media screen and (max-width:550px) {
    #top-comment p{
        font-size: 1.1rem;
        letter-spacing: -0.1em;
    }
}

/* news */

.top_h2_sub{
    display: block;
    font-size: 1rem;
    color: #000;
}

#news{
    margin-bottom: 150px;
}

#news h2{
    text-align: center;
    line-height: 1.2;
    margin-bottom: 0.5em;
}

#news .news-area{
overflow: hidden;
}


@media screen and (max-width:960px) {
    #service header{
        width:100%;
    }
    

#service header p br{
     display:block;   
}
}

@media screen and (max-width:768px) {
    #news{
        margin-bottom: 100px;
    }
}


/* recruit */

#recruit{
    margin-bottom: 200px;
}

#recruit h2{
    text-align: center;
    line-height: 1.2;
    margin-bottom: 0.5em;
}

.recruit-area{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row-reverse;
}

.recruit-img{
    width:48%;
}

.recruit-content{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    width:48%;
}

.recruit-btn{
    text-align: right;
}



@media screen and (max-width:768px) {
    
    #recruit{
        margin-bottom: 100px;
    }

    .recruit-img,
    .recruit-content{
        width:100%;
    }

    .recruit-btn{
        margin-top: 20px;
    }
   
}


/* company */

#company{
    margin-bottom: 200px;
}

#company p{
    font-size: 1.4rem;
}

#company h2{
    text-align: center;
    line-height: 1.2;
    margin-bottom: 0.5em;
}

.company-area{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.company-img{
    width:48%;
}

.company-content{
    width:48%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

@media screen and (max-width:768px) {
#company{
   margin-bottom: 100px;
}

    .company-img,
    .company-content{
        width:100%;
    }

    .company_btn{
        text-align: right;
        margin-top: 20px;
    }

    #company p{
        font-size: 1.1rem;
        letter-spacing: 0;
    }

}


/* footer */

#footer{
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap:wrap;
    background:#144b7d;
}

#footer .footer{
    padding: 50px 0;
    color: #fff;
}


#footer .footer .map-area{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.footer_logo{
    max-width: 480px;
    width: 90%;
    margin: 20px 0;
}


#footer .footer .map-address{
    width:48%;
}

#footer .footer .map-block{
    width:50%;
}

#footer .footer .iframe-area {
  position: relative;
  padding-bottom: 51.65%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

#footer .footer .iframe-area iframe,
#footer .footer .iframe-area object,
#footer .footer .iframe-area embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#footer .footer-link{
    font-size: 0.9rem;
    padding: 0 0 0 50px;
}

#footer .footer-link li{
     display: inline-block;
}

#footer .footer-link a{
    color: #fff;
}

#footer .footer-link a::after{
    content:'/';
    padding: 0 10px;
}

#footer .footer-link li:last-child a::after{
    content:'';
    padding: 0;
}




#footer #page-top{
    position: absolute;
    bottom:0;
    right: 0;
    width:80px;
    height:80px;
    background:#fff;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

#footer #page-top span{
    display: inline-block;
  width: 13px;
  height: 13px;
  border-top:2px solid #182578;
  border-left: 2px solid #182578;
  transform: rotate(45deg);
}


@media screen and (max-width:768px) {

    #footer .footer{
        padding:80px 0;
    }
    
    #footer .footer .map-area{
        margin: 0 0;
        width: 100%;
    }

    #footer .footer .map-block{
        width: 100%;
    }
    

#footer .footer .map-address{
        width:100%;
        margin-bottom: 20px;
}
    
#footer #page-top{
        width:60px;
        height: 60px;
}
    
}

@media screen and (max-width:560px) {

#footer .footer .map-address,  
#footer .footer .map-block{
        width:100%;
}
    
#footer .footer .map-address{
        margin: 0 0 50px 0;
}
}

/* 下層ページ */
#sub-ttl{
    background-color: #fff;
    padding-top: 94px;
}

.h2_sub_smallttl{
    font-size: 2.2rem;
}

.back-gray{
    background-color: #e6e6e6;
    padding-top: 3%;
    padding-bottom: 3%;
}

@media screen and (max-width:768px) {
    #sub-ttl{
        padding-top: 70px;
    }

    #sub-ttl .h2_sub_smallttl{
        font-size: 1.2em;
    }

    .back-gray{
        padding-top: 5%;
        padding-bottom: 5%;
    }
}

/* companyページ */


#company-page #sub-ttl .h2_sub_bigttl{
    width: 70%;
    max-width: 784px;
    font-size: 2rem;
}


/* company-gaiyo */
.comp-gaiyo-cont{
    background-color: #fff;
    border-radius: 30px;
    padding: 3%;
}

#company-gaiyo h3{
color: #144b7d;
font-size: 2.2rem;
letter-spacing: 0.2em;
}

#company-gaiyo table{
    width: 100%;
    margin-bottom: 20px;
}

#company-gaiyo table th, #company-gaiyo table td{
    padding: .5em 1em .5em 0;
}

#company-gaiyo table th{
    text-align: left;
    vertical-align: top;
    width: 15%;
}

/* company-works */
#company-works h3.h3_main{
    margin-top: 1em;
    font-size: 5em;
    line-height: 1.2;
}

#company-works h3.h3_sub{
    font-size: 2.2rem;
    line-height: 1;
    color: #144b7d;
    margin-bottom: 1.5em;
}

.company-works-box{
    text-align: center;
    margin-bottom: 70px;
}

.company-works-box h4{
    border-bottom: 4px solid #144b7d;
    margin-bottom: 1.5em;
    font-size: 1.5em;
    display: inline-block;
    text-align: center;
}

.company-works-pics{
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}

.cw-parts{
    width: 24%;
}

.shikaku::after{
    content: " : ";
}

@media screen and (max-width:768px) {
    #company-page #sub-ttl .h2_sub_bigttl{
        width: 90%;
    }

    .cw-parts{
        width: 48%;
    }

    .comp-gaiyo-cont{
        padding: 5%;
    }

    #company-gaiyo h3, #company-works h3.h3_sub, .company-works-box h4{
        font-size: 1.1em;
    }

    #company-gaiyo table{
        font-size: 0.9em;
        letter-spacing: 0;
    }

    #company-gaiyo table th{
        width: 30%;
    }

    #company-gaiyo table td{
        padding: .5em 0;
    }

    #company-works h3.h3_main{
        font-size: 2em;
    }

    .comp-gaiyo-name{
        display: block;
        padding-left: 5.5em;
    }

    .shikaku::after{
        content: " ";
    }

    tr.sp{
        display: table-row;
    }

}


/* recruitページ */



#recruit-page #sub-ttl .h2_sub_bigttl{
    width: 60%;
    max-width: 784px;
    font-size: 2rem;
}

.link-btn a{
    background-color: #144b7d;
    border-radius: 10px;
    text-align: center;
    padding-top: .3em;
    padding-bottom: .3em;
    color: #fff;
    font-size: 2.4rem;
    width: 100%;
    display: inline-block;
}

.link-btn:hover{
    opacity: 0.7;
}

@media screen and (max-width:768px) {
    #recruit-page{
        letter-spacing: 0;
    }

    .link-btn a{
        font-size: 1.1em;
    }
}

/* recruit-top-comment */

#recruit-top-comment .link-btn{
    width: 32%;
    max-width: 380px;
}

#recruit-top-comment p{
    font-size: 1.5rem;
}

.link-btn-cont{
    display: flex;
    justify-content: space-around;
    margin-bottom: 1em;
}

@media screen and (max-width:1200px) {
    #recruit-top-comment p{
        font-size: 1.2rem;
        letter-spacing: 0;
    }

    .link-btn a{
        font-size: 1.5rem;
        letter-spacing: 0;
    }
}

@media screen and (max-width:768px) {

    #recruit-top-comment .link-btn{
        width: 48%;
        letter-spacing: 0;
        margin: 1%;
    }
    
    .link-btn-cont{
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    #recruit-top-comment p{
        font-size: 1.1rem;
    }

    .link-btn a{
        font-size: 1.2rem;
        letter-spacing: 0;
    }
}


/* recruit-entry */

#recruit-entry{
    text-align: center;
    font-size: 1.25em;
}

.step-cont{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.step-box{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: 50%;
    width: 233px;
    height: 233px;
    margin-bottom: 50px;
    margin-top: 50px;
}


.step-box-in p{
    font-size: 2em;
    letter-spacing: 0;
    line-height: 1.3;
}

.step-arrow{
    width: 3%;
}

#recruit-entry .link-btn{
    width: 100%;
    max-width: 650px;
    margin: 1em auto;
}

.entry_tel{
    display: inline-block;
    font-size: 180%;
    padding-left: .5em;
}

.txt39{
font-size: 180%;
}

@media screen and (max-width:1200px) {
    .step-box{
        width: 170px;
        height: 170px;
        margin-bottom: 30px;
        margin-top: 30px;
    }

    .step-box-in p{
        font-size: 1.5em;
        letter-spacing: 0;
        line-height: 1.3;
    }
}

@media screen and (max-width:900px) {

    p.recruit-sp-txt{
        font-size: 1rem;
    }

.recruit-sp-cont{
    background-color: #fff;
    border-radius: 30px;
    padding: 5%;
    margin-bottom: 30px;
}

.recruit-entry-sp{
    position: relative;
    z-index: 0;
    font-size: 1.2em;
    margin-bottom: 30px;
}

.recruit-entry-sp::after{
position: absolute;
content: "";
background-image: url(../img/recruit/recruit_ttl_back.png);
background-repeat: no-repeat;
background-size: 100%;
width: 150px;
height: 80px;
top: 0;
left: 50%;
transform: translate(-50%, 0);
z-index: -1;
}

.step-cont{
    flex-direction: column;
}

.step-box{
    width: 100%;
    height: auto;
    border-radius: none;
    margin: 0;
}

.step-box:first-child{
    margin-top: 30px;
}

.step-box:last-child{
    margin-bottom: 30px;
}

.step-box-in{
    display: flex;
}

.step-box-in p{
    font-size: 1.5em;
}

.step-num{
    padding-right: .5em;
}

.step-arrow{
    transform: rotate(90deg);
    width: 5%;
    max-width: 20px;
}

.entry_tel{
    display: block;
    font-size: 150%;
}

.txt39{
    font-size: 120%;
    }

}

/* recruit-info */

#recruit-info .recruit_h3{
    margin-bottom: 1em;
    padding-left: 0.5em;
    border-left: 4px solid #144b7d;
    line-height: 1.2;
    font-size: 2.9rem;
}

#recruit-info table{
    width: 100%;
    margin-bottom: 20px;
}

#recruit-info table th, #recruit-info table td{
    padding: .5em 1em .5em 0;
}

#recruit-info table th{
    text-align: left;
    vertical-align: top;
    width: 15%;
}

#recruit-info .container{
    margin-bottom: 50px;
}

ul.ul-kome li{
    position: relative;
    padding-left: 1.2em;
    font-size: 1rem;
}

ul.ul-kome li::before{
    content: "※";
    position: absolute;
    left: 0;
}

ul.ul-dot li{
    position: relative;
    padding-left: 1.2em;
    font-size: 1rem;
}

ul.ul-dot li::before{
    content: "・";
    position: absolute;
    left: 0;
}

@media screen and (max-width:768px) {
    #recruit-info .recruit_h3{
        font-size: 1.2rem;
    }
   
    #recruit-info table, ul.ul-kome li, ul.ul-dot li{
        font-size: 0.9em;
        letter-spacing: 0;
    }

    #recruit-info table th{
        width: 30%;
    }

}

/* newsページ */


#news-page #sub-ttl .h2_sub_bigttl{
    width: 40%;
    max-width: 410px;
    font-size: 2rem;
}


/* お問い合わせページ */

#contact-page #sub-ttl .h2_sub_bigttl{
    width: 70%;
    max-width: 727px;
    font-size: 2rem;
}

#contact-page p{
    font-size: 1em;
}

.red-txt{
    color: red;
}

.hissu{
    font-size: 0.8em;
    padding-left: 1em;
}

.form-container{
    max-width: 800px;
    margin: 0 auto;
}

table.formTable{
    font-size: 16px;
    width: 100%;
}

table.formTable th{
    width: 30%;
    text-align: left;
    vertical-align: top;
}

table.formTable th, table.formTable td{
    padding: 0.2em 0;
}

@media screen and (max-width:768px) {
    table.formTable th, table.formTable td{
        display: block;
        width: 100%;
    }

    #contact-page p{
        font-size: 0.9em;
    }

    label{
        display: block;
    }
    
}

/* フォーム
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  height: 38px;
  padding: 6px 10px;
  background-color: #fff;
  border: 1px solid #D1D1D1;
  box-shadow: none;
  box-sizing: border-box;
  font-size: 16px;
  width: 100%;
}

input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
textarea {
  min-height: 150px;
  padding-top: 6px;
  padding-bottom: 6px; }
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #0FA0CE;
  outline: 0; }
  input[type="checkbox"]{
    margin-right: 0.5em;
  }
label,
legend {
  margin-bottom: .5rem;
  font-weight: 500; 
margin-right: 3em;}
fieldset {
  padding: 0;
  border-width: 0; }
input[type="checkbox"],
input[type="radio"] {
  display: inline; }
label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal; }

  .contact-txt{
    text-align: center;
    margin: 1em auto;
    letter-spacing: 0;
  }

  @media screen and (max-width:768px) {
    input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
    width: 100%;
}
  }


  /* ボタン
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* .button,
button, */
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  padding: 0.3em 30px;
  color: #fff;
  text-align: center;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 38px;
  letter-spacing: .2rem;
  text-transform: none;
  text-decoration: none;
  white-space: nowrap;
  background-color: #144b7d;
  cursor: pointer;
  box-sizing: border-box;
width: 250px;
border-radius: 10px; }
/* .button:hover,
button:hover, */
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
/* .button:focus,
button:focus, */
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  /* color: #333; */
  /* border-color: #; */
  outline: 0;
opacity: 0.7; }

.form-btn{
    margin-bottom: 50px;
}

@media screen and (max-width:768px) {
    input[type="submit"],
input[type="reset"],
input[type="button"] {
    display: block;
}
}