@charset "UTF-8";


* {
	margin: 0px;
	padding: 0px;
  letter-spacing: 0.1em;
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
}

a{text-decoration: none;}

.h-inner{
  max-width: 1400px;
  margin: 0 auto 40px;
  padding: 0 20px;
}

.inner{
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}


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


p{
  font-size: 18px;
  text-align: left;
  line-height: 1.8;
  color: #444444;
}

.background{
  background-color: #fff6e9;
  margin: 80px 0 0;
  padding: 80px 0;
}

.background-o{
  background-color: #f6ac19;
  margin: 80px 0 -80px;
  padding: 80px 0;
}


@media screen and (max-width: 700px){
	.pcOnly{
		display: none;
	}
	p{font-size: 14px;}

  .inner{
    padding: 0 5%;
  }

  .background{
  margin: 60px 0 0;
  padding: 60px 0;
}

.background-o{
  margin: 60px 0 -80px;
  padding: 60px 0;
}

}

@media screen and (min-width: 701px){
	.spOnly{
		display: none;
	}
}


/*------ナビ-----*/
header{
  display: flex;
  justify-content: space-between;
  align-items:end;
  margin: 10px 0;
}

.name{
  text-align: center;
  text-decoration: none;
  color: #000;
  font-weight: bold;
  letter-spacing: 0em;
}

.name span{
  font-size: 24px;
  line-height: 1;
}




/*メニュー*/
ul{
  display: flex;
  justify-content: flex-end;
  margin: 0;
}

ul li{
  list-style: none;
  margin-left: 35px;
  font-weight: bold;
  font-size: 16px;
}

ul li a{
  color: #616161;
  transition: 0.3s;
}

ul li a:hover{
  color: #ffaa00;
  font-size: 20px;
}

.now{
  color: #ffaa00;
}

@media screen and (min-width:671px){
  #open{display: none;}
  #close{display: none;}
}
@media screen and (max-width:670px){

  header{align-items: center;}
  ul{
    display: block;
    margin:80px 0 0 0;
    text-align: center;
  }
  ul li{
    margin-bottom: 50px;
    font-size: 20px;
  }



  .sp-menu #open{
    font-size: 60px;
    color: #000000;
    background-color: rgba(255, 255, 255, 0.5);
    cursor: pointer;
  }

  .sp-menu #open.hide {
    display: none;
  }
  
  .overlay{
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.85) ;
    opacity: 0;
    pointer-events: none;
    transition: opacity .6s;
    z-index: 50;
  }
  
  .overlay.show{
    opacity: 1;
    pointer-events: auto;
  }
  
  .overlay #close{
    position: absolute;
    top:0;
    right: 0;
    font-size: 60px;
    color: #0e0e0e;
  }
  
}




/*------SNS-----*/
.links{
  position: fixed;
  bottom: 40%;
  right: 30px;
  z-index: 60;
}

.links img{
  width: 60px;
  display: block;
  margin-top: 10px;
}

@media screen and (max-width: 1300px){
  .links{
    bottom: 10px;
    right: 10px;
}
}



/*------コンテンツ1-----*/

.contents1{
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-top: 150px;
  position: relative;
  z-index: 20;
}
.right-copy{
  position: absolute;
  top:-90px;
  right: 0;
  width: 400px;
  height: 150px;
}

.text{width: 48%;}

.img-box1{
  height: 650px;
  width: 48%;
  background: url(../img/image1.png) no-repeat center center / cover;
}

h1{
  line-height: 3;
  font-size: 24px;
  color: #f6ac19;
  border-bottom: 3px solid #f6ac19;
  margin-bottom: 30px;
}

.btn a {
  position: relative;
  display: block;
  width: 300px;
  margin-top: 190px;
  padding: 15px 0;
  background-color: #fff226;
  font-size: 16px;
  color: #000000;
  text-decoration: none;
  text-align: center;
}

.btn-arrow-right a::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 27px;
  width: 9px;
  height: 9px;
  margin: auto;
  border-top: 2px solid #000000;
  border-right: 2px solid #000000;
  transform: rotate(45deg);
  box-sizing: border-box;
}

.back{
  height: 250px;
  width: 70%;
  background-color: #f6ac19;
  margin-top: -145px;
  margin-left: auto;
  margin-right: 0;
  position: relative;
  z-index: 10;
}
.musubu{
  position: absolute;
  top: 250px;
  right: 0;
  width: 300px;
  height: 150px;
}

@media screen and (max-width: 1140px){
  .btn a {margin-top: 100px;}
  .back{
  height: 200px;
  width: 80%;
  margin-top: -125px;
  }
  .musubu{
    top:200px;
    width: 200px;
    height: 100px;
  }
}

@media screen and (max-width: 870px){
  .btn a {margin-top: 70px;}
  .back{
  height: 140px;
  width: 80%;
  margin-top: -95px;
  }
  .musubu{top:140px;}
}

@media screen and (max-width: 700px){
  .contents1{
    display:block;
    margin-top: 80px;
  }
  .text{width: 100%;}
  .right-copy{
  width: 280px;
  height: 100px;
  top:-60px;
}
  .img-box1{
  height: 600px;
  width: 100%;
}
  .text p{margin-top: 20px;}

  .musubu{
    top:140px;
    width: 160px;
    height: 80px;
  }
  h1{font-size: 20px;}

}
@media screen and (max-width: 500px){
   .img-box1{height: 400px;}
}

@media screen and (max-width: 400px){
   .img-box1{height: 350px;}
   .btn a {width: 250px;}
}

/*------コンテンツ2-----*/
.contents2{
  margin-top: 150px;
  position: relative;
}
.left-copy{
  position: absolute;
  top:-80px;
  left: 0;
  width: 400px;
  height: 150px;
}

.right{
  text-align: right;
  line-height: 1.4;
  padding: 1em 0;
  font-size: 24px;
  color: #f6ac19;
  border-bottom: 3px solid #f6ac19;
  margin-bottom: 30px;
}
.text2{
  display: flex;
  justify-content: space-between;
  align-items: end;
}

.text2-box{
  width: 48%;
}

.img-box2{
  height: 400px;
  width: 48%;
  background: url(../img/image2.png) no-repeat center center / cover;
  box-shadow: 10px 10px #f6ac19;
}

.text2-box .btn a {
  position: relative;
  display: block;
  width: 300px;
  margin-top: 60px;
  padding: 15px 0;
  background-color: #fff226;
  font-size: 16px;
  color: #000000;
  text-decoration: none;
  text-align: center;
}

.text2-box .btn-arrow-right a::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 27px;
  width: 9px;
  height: 9px;
  margin: auto;
  border-top: 2px solid #000000;
  border-right: 2px solid #000000;
  transform: rotate(45deg);
  box-sizing: border-box;
}


@media screen and (max-width: 700px){
  .text2{display: block;}
  .left-copy{
  top:-80px;
  left: 0;
  width: 250px;
  height: 110px;
  }
   .img-box2{
    height: 300px;
    width: 100%;
    margin-bottom: 30px;
  }
  
  .right{font-size: 20px;}
  .text2-box{width: 100%;}
  .text2-box .btn a {margin-top: 30px;}
  .text h1{font-size: 20px;}
}
@media screen and (max-width: 400px){
  .text2-box .btn a {width: 250px;}
}



/*------コンテンツ3-----*/
.contents3{
  margin: 200px auto 150px;
  position: relative;
}

.left{
  text-align: left;
  line-height: 3;
  font-size: 24px;
  color: #f6ac19;
  border-bottom: 3px solid #f6ac19;
  margin-bottom: 30px;
}

.text-box{
  display: flex;
  justify-content: space-between;
  align-items: end;
}

.text-box .btn a {
  position: relative;
  display: block;
  width: 300px;
  margin-top: 90px;
  padding: 15px 0;
  background-color: #fff226;
  font-size: 16px;
  color: #000000;
  text-decoration: none;
  text-align: center;
}

.text-box .btn-arrow-right a::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 27px;
  width: 9px;
  height: 9px;
  margin: auto;
  border-top: 2px solid #000000;
  border-right: 2px solid #000000;
  transform: rotate(45deg);
  box-sizing: border-box;
}

.img-box3{
  height: 250px;
  width: 48%;
  background: url(../img/image3.png) no-repeat center center / cover;
  box-shadow: 10px 10px #f6ac19;
}

@media screen and (max-width: 700px){
  .contents3{margin-top: 130px;}
  .text-box{display: block;}
  .img-box3{width: 100%; margin-bottom: 30px;}
  .text-box .btn a {margin-top: 30px;}
}
@media screen and (max-width: 400px){
  .text-box .btn a {width: 250px;}
}





/*----sv-----*/
.example {
  position: relative;
  z-index: 10;
  }

.example p {
  position: absolute;
  top:50%;
  left: 50%;
  width: auto;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:30px;
  line-height: 0;
  background-color: #f6ac19;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  }

.example img {
  width: 100%;
  }

  @media screen and (max-width: 980px){
    .example p {
      font-size: 25px;
      padding:25px;
    }
  }

  @media screen and (max-width: 500px){
    .example p {
      font-size: 20px;
      padding:22px;
      width: 60%;
    }
  }





/*----会社概要-----*/

table{
  width: 100%;
  font-size: 18px;
  color:#616161;
  border: 1px solid #616161;
  border-collapse: collapse;
  line-height: 2;
  margin-bottom: 30px;
}

th{
  width: 25%;
  border: 1px solid #616161;
  background-color: #fffbc7;
  font-weight: normal;
  padding: 30px 10px;
}

td{
  border: 1px solid #616161;
  background-color: #ffffff;
  padding: 30px 20px;
}

@media screen and (max-width: 767px){
  table{font-size: 14px;}
}




/*----サービス内容-----*/
.magin{margin-top: 140px;}
.service-box{
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
}

.text-s{width: 48%;}
.obi{
  background-color: #f6ac19;
  color: #fff;
  padding: 5px 20px;
  font-size: 25px;
  text-align: center;
  margin-bottom: 10px;
}

.img-box-s{
  height: 400px;
  width: 48%;
  background: url(../img/image4.png) no-repeat center center / cover;
}

.magin2{margin-top: 30px;}

.green{color: #83a853;}

.service-clam{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: -100px 0 0 0;
}

.service-clam .content{
  background-color: #fff;
  width: 48%;
  margin-bottom: 40px;
  padding: 40px;
}

.content h3{
  font-size: 24px;
  color: #f6ac19;
  margin-bottom: 10px;
}
.content p{line-height: 2;}

@media screen and (max-width: 980px){
  .magin{margin-top: 110px;}
}

@media screen and (max-width: 767px){
  .service-clam .content{
     margin-bottom: 25px;
     padding: 25px;
    }
    .content h3{font-size: 20px;}
}

@media screen and (max-width: 500px){
  .service-box{display: block;}
  .text-s{width: 100%;}
  .img-box-s{
    height: 300px;
    width: 100%;
    margin-top: 20px;
  }
  .service-clam{display: block;}
  .service-clam .content{width: 100%;}
}







/*----求人-----*/
.copy p{
  text-align: center;
  font-size: 25px;
  font-weight: lighter;
  line-height: 2;
}

.copy h4{
  text-align: center;
  font-size: 24px;
  line-height: 1.4;
  padding: 20px;
  border: 2px solid #f6ac19;
  color:#f6ac19;
  margin-top: 20px;
}

.width{
  width: 80%;
  margin: 0 auto 80px;
  display: block;
}

.name2{
  font-size: 24px;
  text-align: right;
  font-weight: bold;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 2px solid #fff;
  color: #fff;
}

.right{
  color: #fff;
  text-align: right;
  font-size: 18px;
  line-height: 1.5;
}

.img-box5{
  height: 250px;
  width: 48%;
  background: url(../img/image5.png) no-repeat center center / cover;
}

.area{
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.area img{width: 35%;}
.text-left{
  width: 60%;
  color: #fff;
}

.subtitle{
  margin:0 auto 0px;
  padding:30px;
  line-height: 0;
  background-color: #f6ac19;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  width: 300px;
  }

.rec-title{font-weight:400;}

.oubo{margin: 70px auto;}

.view{
  height: 350px;
  padding-top: 70px;
  width: 100%;
  background: url(../img/image6.png) no-repeat center center / cover;
}
.view .hight{
  margin-top: -70px;
}

@media screen and (max-width: 900px){
  .view .hight{margin-top: -40px;}
}
@media screen and (max-width: 767px){
  .copy p{font-size: 14px;}
  .copy h4{
  font-size: 18px;
  padding: 15px;
  margin-top: 20px;
}
.img-box5{
    height: 150px;
    width: 100%;
  }

}
@media screen and (max-width: 500px){
  .pc{display: none;}
  .width{margin-bottom: 60px;}
  .name2{
  font-size: 18px;
  text-align: center;
  }
  .right{text-align: left; font-size: 14px; margin-bottom: 20px;}

.area img{width: 48%;}
.text-left{width: 48%;}

  .oubo{margin: 50px auto;}
  .view{
    height: 280px;
    padding-top: 20px;
  }
  .view .hight{margin-top: -60px;}
}

@media screen and (min-width: 501px){
	.sp{display: none;}
}






/*--お問い合わせ--*/
.f-text{
  margin: 60px 0 40px;
  text-align: left;
}

.f-text span {
background-color: #C50018;
font-size: 11px;
padding: 5px 5px;
color: #fff;
white-space: nowrap;
line-height: 14px;
  margin-right: 2px;
}

.f_table {
border-bottom: 1px solid #b6b6b6;
font-size: 16px;
margin-bottom: 50px;
}

.f_table .tr {
width: 100%;
display: flex;
border-top: 1px solid #b6b6b6;
border-left: 1px solid #b6b6b6;
border-right: 1px solid #b6b6b6;
}

.f_table .th {
width: 250px;
padding: 30px 25px;
background-color: #fffbc7;
border-right: 1px solid #b6b6b6;
line-height: 1.5;
display: flex;
align-items: center;
}

.f_table span {
background-color: #C50018;
font-size: 11px;
padding: 2px 5px;
color: #fff;
white-space: nowrap;
margin-left: 15px;
line-height: 14px;
}

.f_table .td {
width: calc( 100% - 250px );
padding: 20px 30px 20px 20px;
line-height: 1.5;
text-align: left;
}


.f_table input[type='radio']{
margin-right: 3px;
margin-top: 14px;
}
.f_table label{
margin-right: 20px;

}

.f_table input[type='text'], .f_table textarea {
border: 1px solid #ccc;
min-width: 100%;
height: 30px;
padding: 5px;
transition: all 0.3s ease;
border-radius: none !important;
line-height: 1.5;
border-radius: 5px;
}

.f_table input[type='text']:focus, .f_table textarea:focus {
background-color: #f5f5f5;
border: 1px solid #999;
  min-width: 100%;
}

.f_table textarea {
min-height: 200px;
}

h5{
margin: 0 0 15px;
font-size: 24px;
font-weight: lighter;
text-align: left;
}

.privacy {
background-color: #f5f5f5;
padding: 30px;
font-size: 18px;
line-height: 1.5;
text-align: center;
margin: 40px auto 50px;
}


input[type='submit'] {
width: 100%;
max-width: 320px;
height: 70px;
color: #fff;
background-color: #7ec45d;
  border-radius: 5px;
font-size: 16px;
border: none;
margin: 0 auto 100px;
font-weight: bold;
cursor: pointer;
transition: opacity 0.3s ease;
border-radius: none !important;
display: block;
}

input[type='submit']:hover {
opacity: 0.6;
}

iframe{
  width: 100%;
  margin: 20px auto;
}


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

#form{padding: 0 20px 20px 30px; }

.f-text{margin: 50px 0 30px;}

.form > p {
  text-align: left;
  font-size: 12px;
  margin-bottom: 3em;
}

.f_table {
  font-size: 13px;
  margin-bottom: 0;
  border: none;
  padding-right: 3%;
}

.f_table .tr {
  display: block;
  border: none;
}

.f_table .th {
  width: 100%;
  padding: 20px;
  display: block;
  border: none;
}

.f_table span {
  font-size: 10px;
  padding: 2px 5px;
  margin-left: 10px;
  line-height: 12px;
}

.f_table .td {
  width: 100%;
  padding: 10px 0 30px;
}

.f_table input[type='text'], .f_table textarea {
  height: 36px;
  padding: 5px;
}

.f_table textarea {
  height: 200px;
}

h5{font-size: 16px;}

.privacy {
  max-width: 480px;
  padding: 20px 10px;
  font-size: 13px;
  margin: 30px auto 30px;
}


.form input[type='submit'] {
  width: 100%;
  max-width: 240px;
  font-size: 14px;
  margin-bottom: 100px;
  border-radius: 5px;
}

}






/*--サンクス--*/
.thanks h1{margin: 0px 0 50px;}

.thanks img{
  display: block;
  text-align: center;
  margin: 60px auto 0;
  width: 60%;
}
.thanks p{
	padding: 5%;
	text-align: center;
	border: 1px solid #f6ac19;
}
.thanks a{
max-width: 320px;
line-height: 5;
text-align: center;
color: #fff;
background-color: #7ec45d;
  border-radius: 5px;
font-size: 16px;
margin: 50px auto 100px;
font-weight: bold;
cursor: pointer;
transition: 0.3s;
display: block;
}

.thanks a:hover{background-color: #f6ac19;}





/*-----フッター-----*/

footer{
  display: flex;
  margin-top: 0px;
  padding: 0;
  height: 300px;
  align-items: center;
  background-color: #f6ac19;
}

footer iframe{
  width: 50%;
  height: 100%;
}

.f-box{
  width: 50%;
  padding-left: 5%;
}
.f-box h5{
  text-align: left;
  color: #fff;
}
.f-box h2{
  text-align: left;
  color: #fff;
  font-size: 24px;
  margin-bottom: 20px;
}
.f-box p{
  text-align: left;
  color: #fff;
  line-height: 1.5;
}



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

  footer{
    display: block;
  }

  footer iframe{
    width: 100%;
    height: 250px;
    margin: 0;
  }

  .f-box{
  padding: 30px 0;
  width: 100%;
  background-color: #f6ac19;
}
  .f-box h5 , .f-box h2 , .f-box p{
    text-align: center;
  }


}