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

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@500&display=swap');

body{
  font-family:"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  color: #333;
  font-size:1rem;
  line-height:1.85;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%; 
  word-wrap: break-word;
}

@media screen and (max-width:768px) {
body{
	font-size:0.95rem;
	}
}

/* Googleフォント */
.wf-hannari { font-family: "Hannari"; }

*{box-sizing: border-box;}

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

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

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

/* font-family */

#splash-logo,
.top-lead,
h1,
h2,
h3 span,
#g-nav,
#pc-nav,
.openbtn,
#footer{
    font-family: 'Lato', sans-serif;
    letter-spacing: 0.1em;
}

/*.openbtn{
  display: none;
}

@media screen and (max-width:990px) {
  .openbtn{
    display: block;
  }
}*/

/* splash */

#splash-logo{
    font-size: 1.2rem;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: #c30d23;
}

/* g-nav */

#g-nav.panelactive li:last-child a{
    margin: 30px 0 0 0;
    padding: 10px 20px;
    border: 2px solid #fff;
    white-space: nowrap;
}

/*pc-nav*/

#pc-nav span.bgLRextend::before{
    background:#333;
}


@media screen and (max-width:990px) {
    #pc-nav{
        display: none;
    }
}

/* heading */

h1{
    width: 140px;
    text-transform: uppercase;
    font-size: 1.5rem;
    position: absolute;
    left: 5%;
    line-height: 1;
    letter-spacing: 0.2em;
}

@media screen and (max-width:990px) {
    h1{
        width: 110px;
    }
}


h1 a{
    color:#c30d23;
}

h2{
    text-transform: uppercase;
    font-size: 3rem;
}

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

  h2{
      font-size:2rem;
    }
}

/* lead */

.top-lead{
    position: fixed;
    bottom:10%;
    left:5%;
    font-size:3rem;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1.5;
}


.top-lead span.bgLRextend::before{
    background:#333;
}

@media screen and (max-width:550px) {
.top-lead{
    font-size:2.2rem;
    }
}
@media screen and (max-width:380px) {
.top-lead{
    font-size:1.8rem;
    }
}

/* main-area */

#main-area{
    width:90%;
    margin:0 auto;
    padding: 50px 0; 
}


/* cvp */

.cvp{
  width: fit-content;
  font-family: 'Noto Serif JP', serif;
  background: #fff;
  color: #8fc31f;
  font-size:1.8rem;
  margin: 15px 0;
  padding: 3px 20px 3px 30%;
  box-sizing: border-box;
  display: table;
  font-style: oblique;
  letter-spacing: .2px;
  line-height: 1.4;
}

.cvp:nth-of-type(2){
  margin: 15px 0 0 auto;
  padding: 3px 30% 3px 20px;
}

.cvp2{
  width: fit-content;
  font-family: 'Noto Serif JP', serif;
  background: #f39800;
  color: #fff;
  margin: 15px 0 10px auto;
  padding: 2px 10% 2px 15px;
  box-sizing: border-box;
  text-align: right;
  display: flex;
  justify-content: flex-end;
}

.cvp3{
  font-family: 'Noto Serif JP', serif;
  font-size:2.2rem;
  color: #fff;
  margin: 20px auto;
  text-align: center;  
  letter-spacing: .2px;
  line-height: 1.4;
}

.cvp4{
  font-family: 'Noto Serif JP', serif;
  font-size:2.2rem;
  margin: 20px auto;
  text-align: center;  
  letter-spacing: .2px;
  line-height: 1.4;
}

@media screen and (max-width:850px) {
  .cvp{
    font-size:1.6rem;
    margin: 10px 0;
    padding: 8px 20px 6px 10%;
  }
  
  .cvp:nth-of-type(2){
    margin: 10px 0 0 auto;
    padding: 8px 10% 6px 20px;
  }
  
  .cvp2{
    margin: 10px 0 10px auto;
    padding: 2px 5% 2px 10px;
  }
  
  .cvp3{
    font-size:2rem;
  }
  
  .cvp4{
    font-size:2rem;
  }
}
@media screen and (max-width:700px) {
  .cvp4{
    font-size:1.7rem;
  }
}
@media screen and (max-width:500px) {
  .cvp{
    font-size:1.4rem;
  }
  .cvp3{
    font-size:1.6rem;
  }
  .cvp4{
    font-size:1.6rem;
    text-align: left;
  }
  .cvp4 br{display: none;}
}


.conpliance{
  margin: 0 0 40px;
}

.conpliance h3{
  font-size:18px;
  margin: 20px 0 .5rem;
}

.conpliance p{
  margin: 0 0 .5rem;
}



.recruit{
  
}

.recruit .box1{
  background: url('../img/recruit1.jpg');
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.recruit .box2{
  background: url('../img/recruit2.jpg');
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.recruit .box3{
  background: #fff;
  margin-top: 30px;
}

.box_inner{
  max-width:1200px;
  width:96%;
  margin: 0 auto;
  padding: 15px 0 20px;
  box-sizing:border-box;
}

.box_inner p.reccaption{
  box-sizing: border-box;
  padding: 5px 15px;
  margin: 10px 0;
  box-sizing: border-box;
}

.box_inner p.BGwhite{
  background: rgba(255,255,255,0.7);
}

.number{
  font-weight: bold;
}

.number span{
  font-size:50px;
  font-weight: bold;
}

h3.rech3{
  font-size:40px;
  background: red;
  color: #fff;
  font-family: "Hannari";
  padding: 3px 8px;
  line-height: 1.5; 
  display: inline;
}

h3.rech3a{
  font-size:40px;
  font-family: "Hannari";
  margin: 10px 0 0;
  padding: 0;
  line-height: 1.5; 
}

@media screen and (max-width:768px) {
  h3.rech3{
    font-size:35px;
  }
  h3.rech3a{
    font-size:35px;
  }
}

@media screen and (max-width:500px) {
  h3.rech3{
    font-size:30px;
  }
  h3.rech3a{
    font-size:30px;
  }
}

.Fwhite{
  color: #fff;
}

.interview{
  color: #fff;
}

.int_inner{
  max-width: 1200px;
  width:96%;
  margin: auto;
  padding: 30px 0;
}

.int_flex{
  display: flex;
}

.flex_row{
  flex-direction:row;
}

.int_flex div.int_pic{
  width: 400px;
  margin-right: 30px;
}

.int_flex div.int_pic .prof{
  background: #f8b62d;
  color: #fff;
  text-align: center;
  font-size:1rem;
  padding: 3px 0;
  margin: 0 !important;
}

.picture1 img {
  width: 130%;
  height: auto;
}

@media screen and (max-width:1100px) {
  .int_flex div.int_pic{
    width: 500px;
  }
}

@media screen and (max-width:970px) {
  .int_flex div.int_pic{
    width: 600px;
  }
}

@media screen and (max-width:870px) {
  .int_flex div.int_pic{
    width: 700px;
  }
}

@media screen and (max-width:770px) {
  .int_flex div.int_pic{
    width: 800px;
  }
}

@media screen and (max-width:700px) {
  .int_flex{
    display: block;
  }
  
  .int_flex div.int_pic{
    max-width: 400px;
    width:80%;
    margin-right: auto;
    margin-left: auto;
  }
  
  .picture1 img {
    width: 100%;
  }
}

.int_flex div{
  width: auto;
  margin-right: 0;
}


.rec_yoco{
  background: #e60012;
  color: #fff;
}

.yoco_inner{
  max-width: 1200px;
  width:96%;
  margin: auto;
  display: flex;
  gap:20px;
  padding: 20px 0 35px;
}

.yoco_inner div{
  width:30%;
}

.yoco_inner div:last-of-type{
  text-align: right;
  width:70%;
  margin-top: 20px;
}

@media screen and (max-width:1140px) {
  .yoco_inner div{
    width:50%;
  }
  
  .yoco_inner div:last-of-type{
    width:50%;
  }
}


@media screen and (max-width:700px) {
  .yoco_inner{
    display: block;
  }
  
  .yoco_inner div{
    width:100%;
  }
  
  .yoco_inner div:last-of-type{
    width:100%;
    text-align: center;
  }
}

@media screen and (max-width:530px) {
  .yoco_inner div:last-of-type{
    text-align: left;
  }
}

.yoco_inner .yoco_title{
  font-size:2rem;
  text-align: center;
  margin: 0;
  padding: 0;
  font-family: "Hannari";
}

.yoco_inner .yoco_title2{
  font-size:1rem;
  background: #fff;
  color: #e60012;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}

@media screen and (max-width:700px) {
  .yoco_inner .yoco_title2{
    max-width: 480px;
  }
}

.rec_entry a{
  background: #729630;
  color: #fff;
  text-decoration: none;
  font-size:1.2rem;
  padding: 10px 40px;
  margin: 30px auto;
  display: table;
}

.rec_entry a:link{color: #fff;}
.rec_entry a:hover{color: yellow;}
.rec_entry a:active{color: yellow;}
.rec_entry a:visited{color: #fff;}


.order1 {
  order: 1;
}
.order2 {
  order: 2;
}

@media screen and (max-width:700px) {
  .order1 {
    order: 2;
  }
  .order2 {
    order: 1;
  }
}

.int_bg1{background-color: #67a5af;}
.int_bg2{background-color: #729630;}

.interview div p{margin-bottom: .5rem;}
.interview div p span{font-size:1.2rem; font-weight:bold;}

/* --------------------------
会社概要の表組み
-------------------------- */

table.commpanyprofile {
width: 100%;
font-size: 1em;
border-collapse: separate;
border-spacing: 0;
text-align: left;
border-top: 1px solid #ccc;
border-left: 1px solid #ccc;
margin-bottom: 2rem;
margin-top: 1rem;
}
table.commpanyprofile th {
width: 25%;
padding: 10px;
font-weight: 400;
vertical-align: top;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
border-top: 1px solid #fff;
border-left: 1px solid #fff;
background: #eee;
}
table.commpanyprofile td {
width: 75%;
padding: 10px;
vertical-align: top;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
}

.contents .inner h2.midashi_company{
font-size: 18px;
line-height: 1.4;
font-weight: bold;
color: #444;
text-align: left;
}



.pankuzu{
  margin: 10px 0;
  padding: 0;
  font-size:.8rem;
}

section.aboutus_contoribution{
  display: flex;
  margin: 40px 0;
}

section.aboutus_contoribution div{
  width:250px;
  margin-right: 20px;
}

section.aboutus_contoribution div:last-of-type{
  width:auto;
  margin-right: 0;
}

@media screen and (max-width:1000px) {
  section.aboutus_contoribution div{
    width:460px;
    margin-right: 20px;
  }
}

@media screen and (max-width:700px) {
  section.aboutus_contoribution{
    display: block;
  }
  
  section.aboutus_contoribution div{
    max-width:250px;
    width:80%;
    margin-right: auto;
    margin-left: auto;
  }
  
  section.aboutus_contoribution div:last-of-type{
    max-width:700px;
    width:100%;
    margin-right: auto;
    margin-left: auto;
  }
}


ul.contoribution{
  list-style-type: upper-roman;
  margin: 10px 40px;
}

ul.contoribution li{
  margin-bottom: 10px;
}

h3.conth3{
  line-height: 1.4;
}



ul.aboutus_rinen{
  list-style-type: decimal;
  margin: 40px 40px 50px;
}

ul.aboutus_rinen li{
  margin-bottom: 15px;
  font-size:17px;
}

@media screen and (max-width:570px) {
  ul.aboutus_rinen{
    margin: 40px 0 50px 25px;
  }
}

.taL{
  text-align: left;
}
.taC{
  text-align: center;
}
.taR{
  text-align: right;
}

.flexR{
  display: flex;
  justify-content: flex-end;
}


h2.underh2{
  font-size:2.2rem;
  font-weight:bold;
  line-height: 1;
}

h2.underh2 span{
  font-size:1rem;
  margin-left: 10px;
  display: inline-block;
}

@media screen and (max-width:768px) {
  h2.underh2{
    font-size:2rem;
  } 
}

@media screen and (max-width:508px) {
  h2.underh2{
    font-size:1.8rem;
  } 
}

/* topics */

#topics{
    border-left:3px solid #000;
    padding: 0 0 0 20px;
}

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

#topics h2{
    font-size: 1.5rem;
}

#topics h2 span.bgLRextend::before{
    background:#333;
}

.bx-wrapper{
    box-shadow:none;
    border:none;
}

/* vision */

#vision{
    display: flex;
    justify-content:space-between;
    align-items: center;
    flex-wrap: wrap;
    margin:0 0 100px 0;
}

@media screen and (max-width:768px) {
    #vision{
        margin:0 0 50px 0;
    }
    
}

#vision .img{
    width:40%;
    min-height: 590px;
    background:url("../img/pict_01.jpg") no-repeat center;
    background-size: cover;
}

#vision .content{
   width:50%; 
    text-align: right;
}

@media screen and (max-width:768px) {
  #vision .img{
    width:100%;
    min-height: 290px;
      margin:0 0 50px 0;
}

#vision .content{
   width:100%; 
    text-align: left;
}  
}

#vision h2{
    color:#fff;
    margin:0 0 30px 0;
}

#vision p{
    line-height: 2;
    margin: 0 0 50px 0;
}

#vision .vision-lead{
    position: relative;
    color:#fff;
    font-size:1.3rem;
    font-weight: bold;
    margin: 0 0 90px 0;
}

@media screen and (max-width:768px) {
#vision .vision-lead{
    font-size:1rem;
    }
    
}

#vision .vision-lead::after{
     content:'';
    position: absolute;
    bottom:-30px;
    right:0;
    background:#fff;
    width:12em;
    height: 3px;
}

/* service */

#service h2{
    text-align: center;
    margin:0 0 100px 0;
}

@media screen and (max-width:550px) {
#service h2{
    margin:0 0 50px 0;
    }
}

#service h2 span.bgLRextend::before{
    background:#333;
}


#service .service-area{
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin:0 0 300px 0;
}

@media screen and (max-width:768px) {
#service .service-area{
    margin:0 0 200px 0;   
}
}

@media screen and (max-width:590px) {
 #service .service-area{
    margin:0 0 50px 0;   
}
   
}

#service .service-area::after{
     content:'';
    position: absolute;
    width: 70%;
    height: 23em;
    background:#f3f3f3;
    right:10%;
    top:20%;
    z-index: -1;
}


#service .service-area:nth-of-type(2n+1){
     flex-direction: row-reverse;
}


#service .service-area .img{
    width:50%;
}

#service .service-area .content{
    width:40%;
    background:#fff;
    box-shadow: 0 0 20px #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    top:150px;
}

@media screen and (max-width:768px) {
#service .service-area .content{
    width:47%;
    top:100px;
    }  
}

@media screen and (max-width:590px) {
#service .service-area .img{
    width:100%;
    z-index: 2;
}
#service .service-area .content{
    width:100%;
    top:-10px;
    animation:none;
    opacity: 1;
    z-index: 1;
}
}

#service .service-area .content-area{
    padding:40px;   
}

#service .service-area .content-area h3{
     text-align: center;
    font-size: 1rem;
    margin: 0 0 30px 0;
}

#service .service-area .content-area h3 span{
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    font-size: 1.2rem;
}

#service .service-area .content-area p{
     margin:0 0 30px 0;   
}

#service .btn{
    text-align: right;
}

/* about */

#about{
    margin: 0 0 200px 0;
}

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

#about h2{
    text-align: center;
    color:#c30d23;
    margin:0 0 100px 0;
}

@media screen and (max-width:550px) {
#about h2{
    margin:0 0 50px 0;
    }
}

#about .about-list{
   width: 96%;
    max-width: 900px;
    margin: 0 auto;
}

#about .about-list li{
    border-bottom: 1px solid #ccc;
    margin:0 0 15px 0;
    padding: 0 0 15px 0;
}

#about .about-list dl{
     display: flex;
    justify-content: space-between;
}

#about .about-list dt{
    width:30%;
    padding: 0 0 0 40px;
}

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

#about .about-list dt{
     padding:0 0 0 10px; 
    }
}

#about .about-list dd{
    width:65%;
}

/* faq */

#faq{
    margin:0 0 200px 0;
}

#faq h2{
    text-align: center;
    margin:0 0 100px 0;
}


#faq h2 span.bgLRextend::before{
    background:#333;
}

.faq-bg{
    position: relative;
    height: 55vh;
    background:url("../img/pict_05.jpg") no-repeat center;
    background-size:cover;
    margin: 0 0 200px 25%;
}

.faq-bg::after{
    content:'';
    position: absolute;
    top:20%;
    left:-32%;
    width:100%;
    height:55vh;
    background:#f3f3f3;
    z-index: -1;
}

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

.faq-bg,
.faq-bg::after{
    height:35vh;
}   
}

@media screen and (max-width:550px) {
#faq{
    margin:0 0 100px 0;
}
    
#faq h2{
 margin: 0 0 50px 0;   
}
    
.faq-bg{
    margin:0 0 100px 25%;
}

.faq-bg,
.faq-bg::after{
    height:20vh;
} 
}

/* contact */

#contact{
    margin:0 0 100px 0;
}

#contact h2{
    text-align: center;
    margin:0 0 100px 0;
    color: #eb6101;
}

@media screen and (max-width:550px) {
 #contact h2{
     margin:0 0 50px 0;
    }
}

#contact .form-list{
    width:100%;
    max-width: 700px;
    margin: 0 auto;
}

#contact input , button , textarea , select {
	margin:0;
	padding:0;
	border:none;
	outline:none;
	background:none;
    font-size: 16px;
}

#contact .form-list input[type='text'] , 
#contact .form-list input[type='email'] , 
#contact .form-list textarea{
	width:100%;
	border:1px solid #666;
	background:#fff;
	padding: 10px;
	-webkit-appearance:none;
	   -moz-appearance:none;
	        appearance:none;
}

#contact .form-list input[type='text'] , input[type='email'] {
	height:50px;
}

#contact .submit-btn{
    width:152px;
    margin: 0 auto;
}

#contact input[type='submit']{
   border:2px solid #333;
    color: #333;
    text-align: center;
    padding: 5px 20px;
    width:152px;
    margin: 0 auto;
    transition: all .3s;
}

#contact input[type='submit']:hover{
    background: #333;
    color: #fff;
} 

#contact .form-list dl{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	padding:0 0 20px 0;
}

#contact .form-list dt{
    width:30%;
}

#contact .form-list dd{
    width:66%;
}

#contact .form-list textarea {
	height:200px;
}

@media screen and (max-width:768px) {
#contact .form-list dt{
	margin:0 0 10px 0;
}
#contact .form-list dt,
#contact .form-list dd{
    width:100%;
}
	
}

/* footer */

#footer{
    padding: 40px 20px;
    box-sizing: border-box;
    border-top:1px solid #333;
    background: #efefef;
    color: #231815;
    position: relative;
    text-transform: uppercase;
    display: flex;
    gap:20px;
}

#footer div{
  width:50%;
}

@media screen and (max-width:450px) {
  #footer{
    display: block;
  }
  
  #footer div{
    width:100%;
  }
  
  #footer div:last-of-type{
    margin-top:40px;
  }
}

.nav_footer{
  display: flex;
  flex-wrap: wrap;
}

.nav_footer a{
  background: #fff;
  box-shadow: 1px 1px #777;
  padding: 1px 10px;
  box-sizing: border-box;
  margin-right: 15px;
  margin-bottom: 20px;
  line-height: 1;
}

.nav_footer a:hover{
  color:#c30d23;	
}

.logo_footer{
  max-width: 370px;
}

#footer .footer-logo{
    font-weight: bold;
    letter-spacing: 0.3em;
    margin: 0 0 50px 0;
    color: #666;
}

#footer small{
     color:#888;
}



