@charset "UTF-8";

*{box-sizing: border-box;}

body{
  margin:0 auto;
  padding: 0;
  letter-spacing: 0.1em;
  color:rgb(59, 59, 59);
  font-weight: normal;
  height: 100%;
  font-family: Arial, Helvetica, sans-serif;
}

a{
  text-decoration: none;
}


p{
  font-size: 16px;
  line-height: 2;
}

.box{
    max-width: 980px;
    margin: 0 auto;
}

img{
    width: 100%;
}

.inner{
  max-width: 980px;
  margin: 0 auto;
}

.name{text-align: right; line-height: 1;}

.content{margin-bottom: 100px;}

iframe{
  width: 100%;
  height: 400px;
}


@media screen and (max-width: 1000px){
  .inner{padding:0 3%;}
}

@media screen and (max-width: 767px){
  p{
    font-size: 14px;
    line-height: 1.6;
  }
  .content{margin-bottom: 80px;}
}


@media screen and (max-width: 450px){
  p{
    font-size: 12px;
    line-height: 1.6;
  }
  .content{margin-bottom:060px;}
}




/*--ヘッダー--*/
header{
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  background-color: #e3f9ff;
}

.logo{
  width: 210px;
  padding: 20px;
  cursor: pointer;
  transition: 0.3s;
}

.logo:hover{opacity: 0.7;}

@media screen and (max-width: 999px){
  .logo{
    width:  160px;
    padding: 10px;
  }
}







/*------メニュー-----*/

#menubar ul{
  margin: 90px 0 0;
  padding: 0;
  text-align: center;
}

#menubar li{
  line-height: 1.2;
  font-size:20px;
  line-height: 5;
  border-bottom: 2px solid #fff;
}
#menubar ul > :first-child{border-top: 2px solid #fff;}

#menubar li a {
  margin: 0;
  color:#fff;
  width: 100%;
}


.sp-menu #open{
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  font-size: 70px;
  color: #ffffff;
  background-color: #0073bb;
  cursor: pointer;
}

.sp-menu #open.hide {
  display: none;
}

.overlay{
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgb(41, 41, 41);
  opacity: 0;
  pointer-events: none;
  transition: opacity .6s;
}

.overlay.show{
  opacity: 0.9;
  pointer-events: auto;
}

.overlay #close{
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 70px;
  color: #fff;
  background-color: #0073bb;
}

.pc-menu{display: none;}




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

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

.sp-menu {
  display: none;
}


.nav{margin-bottom: -25px;}
.nav a{
  font-size: 12px;
  margin-right: 10px;
  padding-right: 10px;
  color: #000;
  border-right: 1px solid #000;
}
.nav a:hover{color:#0073bb}

.h-tel p{
  font-size: 12px;
  margin: 0;
}
.h-tel a{
  font-size: 28px;
  font-weight: lighter;
  color: #000;
  margin: 0;
  line-height: 1.1;
  transition: 0.3s;
  cursor: pointer;
}

.h-tel a:hover{color: #0073bb;}


.contact-btn{
  display: block;
  text-align: center;
  padding-top: 15px;
  width:100px;
  height: 100%;
  background-color: #0073bb;
  transition: 0.3s;
  cursor: pointer;
}

.contact-btn:hover{background-color: #000;}

.contact-btn img{
  width: 45px;
  height: 30px;
}

.contact-btn p{
  color: #fff;
  font-size: 12px;
  margin: 0 auto;
  line-height: 1.3;
}
}

@media screen and (min-width:1000px){

.nav{margin-bottom: -38px;}
.nav a{
  font-size: 14px;
  margin-right: 20px;
  padding-right: 20px;
}

.h-tel{margin-right: 20px;}
.h-tel p{font-size: 14px;}
.h-tel a{font-size: 35px;}

.contact-btn{
  padding-top: 30px;
  width:120px;
}

.contact-btn p{font-size: 12px;}
}

@media screen and (min-width:1400px){

  .nav{margin-bottom: -45px;}
  .nav a{font-size: 16px;}
  
  .h-tel p{font-size: 16px;}
  .h-tel a{font-size: 40px;}
  
  .contact-btn{
    padding-top: 20px;
    width:150px;
  }
  
  .contact-btn img{
    width: 55px;
    height: 40px;
  }
  .contact-btn p{font-size: 16px;}
  }
  









/*------メインビジュアル-----*/
.kv{
  height:  60vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.kv .main-copy{
  color: #fff;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  line-height: 2;
  letter-spacing: .0.7em;
}


/* video */
.video{
  width: 100%;
  height:55vh;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: -1;
}

.video::after{
  content: '';
  width: 100%;
  height: 100%;
  background-color: #122e38;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  opacity: .5;
}

.video video{
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

@media screen and (min-width: 768px) {
  /* kv */
  .kv{
    min-width: 768px;
    height: 80vh;
    margin: 0;
  }

  .kv .main-copy{
    font-size: 50px;
  }


  /* video */
  .video{
    min-width: 960px;
    height: 70vh;
  }
}






/*------おしらせ-----*/
.news-box{
  width:100%;
  height: 200px;
  margin: -170px auto 0;
  padding: 30px;
  border-left: 5px solid#0073bb;
  border-bottom: 5px solid#0073bb;
  background-color: rgba(255,255,255,0.8);
  display: flex;
  justify-content: center;
  align-items: center;
}

h2{
  color:#0073bb;
  font-size: 40px;
  width: 30%;
  text-align: center;
  margin: 0 10px 0 -20px;
}

.news-text{
  display: block;
  width: 70%;
}

.news{
  padding-bottom: 10px;
  border-bottom: 2px dotted #0073bb;
}
@media screen and (max-width: 768px) {
  .news-box{
    display: block;
    height: 240px;
    margin: -90px auto 0;
  }
  h2{
    width: 100%;
    margin: 0 0 5px 0;
  }
  .news-text{
    width: 100%;
  }
}

/*------おしらせ詳細-----*/
.more{margin-bottom: 100px;}
@media screen and (max-width: 768px) {
  .more{margin-bottom: 50px;}
}





/*------タイトル-----*/
.sv{
  width: 100%;
  height: 500px;
}

.title{
  margin: -200px 20px 100px 0;
  text-align: right;
  opacity: 0.7;
}

.title h1{
  display: inline-block;
  font-size: 100px;
  line-height: 0;
  color: #fff;
}
.title p{
  margin: 0;
  line-height: 1;
  font-size: 40px;
  color: #fff;
}
.company-title{background: url(../img/company.jpg) no-repeat center center / cover; }
.business-title{background: url(../img/business.jpg) no-repeat center center / cover; }
.recruit-title{background: url(../img/recruit.jpg) no-repeat center center / cover; }
.contact-title{background: url(../img/contact.png) no-repeat center center / cover; }
.privacy-title{background: url(../img/privacy.png) no-repeat center center / cover; }

.sub-title{
  width:100%;
  line-height: 2;
  font-size: 25px;
  text-align: left;
  margin: 0 0 30px 0;
  padding-left: 30px;
  border-left: 5px solid#0073bb;
  border-bottom: 5px solid#0073bb;
}

@media screen and (max-width:767px){
  .sv{height: 400px;}
  .title{margin: -130px 20px 60px 0;}
  .title h1{font-size: 60px;}
  .title p{font-size: 30px;}
  .sub-title{line-height: 1.5;}
}

@media screen and (max-width:400px){
  .sv{height: 350px;}
  .title{margin: -100px 20px 60px 0;}
  .title h1{font-size: 40px;}
  .title p{font-size: 20px;}
  .sub-title{font-size: 20px;}
}






/*------TOP-----*/
h4{
  font-size: 48px;
  color: #0073bb;
  text-align: center;
  margin: 60px auto;
  font-family: 'Times New Roman', Times, serif;
  letter-spacing: 0.15em;
  line-height: 1.7;
}

.blue{
  background-color: #e3f9ff;
  padding: 100px 0 1px;
  margin-top: 100px;
}

@media screen and (max-width:767px){
  h4{font-size: 30px;}
}
@media screen and (max-width:500px){
  h4{font-size: 20px; margin: 30px auto;}
}




/*------事業内容-----*/
.line{ margin: 50px auto 50px;}

@media screen and (max-width:767px){.line{ margin: 50px auto 0px;}}


/*------求人-----*/
.r-banner{margin-top: 80px;}
.r-banner-back{
  height: 170px;
  margin-top: -100px;
  background-color: #e3f9ff;
}
.r-banner a:hover{
  opacity: 0.8;
}


.r-box{
  display: flex;
  justify-content: space-between;
}
.r-box img{
  width: 35%;
  height: 100%;
  margin-left: 30px;
  margin-top: 10px;
}
.r-box p{margin-top: 0;}

@media screen and (max-width:767px){
  .r-banner-back{
    height: 100px;
    margin-top: -70px;
  }
  .r-box{display: block;}
  .r-box img{width: 100%; margin-left: 0;}
}







/*------お問い合わせ-----*/


.tel{text-align: center;}
.tel h2{
  color: #0073bb;
  font-size: 40px;
  font-weight: normal;
  margin-bottom: 10px;
}
.tel p{line-height: 1;}

table {
	width: 100%;
  text-align: left;
	font-size: 16px;
	line-height: 1.5;
	border-left: 1px solid #0073bb;
	border-bottom: 1px solid #0073bb;	
}

tr{
	width: 100%;
}

th, td {
	border-top: 1px solid #0073bb;
	border-right: 1px solid #0073bb;
  background-color: #fff;
	padding: 1.5em;
  box-sizing: border-box;
  font-weight: normal;
}

th {
	width: 25%;
	vertical-align: middle;
  background-color: #e4f0ff;
}


td p{
  line-height: 1.5;
  margin: 10px 0 0;
}


input[type='text'], textarea {
	min-width: 97%;
	padding: 0.5em;
	font-size: 16px;
	background-color: #fff;
	border: 1px solid #a5a5a5;
	border-radius: 5px;
}



.mb1em{
  margin: 15px 0;
}


textarea {
  min-width: 97%;
	min-height: 120px;
	line-height: 1.5;
}

.submit-btn {
	font-size: 16px;
  font-weight: bold;
	background-color: #6fba2c;
	text-align: center;
	color: rgb(255, 255, 255);
	height: 60px;
	line-height: 60px;
	display: block;
	width: 230px;
	margin: 40px auto 100px;
	border: none;
	cursor: pointer;
  transition: 0.3s;
}

.submit-btn:hover {
	background-color: #0073bb;
}

span{
  font-size: 12px;
  font-weight: bold;
  padding:3px 3px 4px 4px;
  background-color: rgb(219, 32, 32);
  color:rgb(255, 255, 255);
}

.check {
  font-size: 15px;
  text-align: center;
  margin: 50px auto;
}

.check a{text-decoration:underline;}



@media screen and (max-width: 767px){
  .tel h2{
    font-size: 30px;
  }

  .back_blue .box{
    margin: 0;
    padding: 0;
    width: 100%;
  }

  table{
		margin: 30px 0;
	}

  th, td {
		display: block;
		width: 100%;
		font-size: 13px;
		padding: 1em 0.8em;
	}

	.submit-btn {
		font-size: 18px;
		height: 60px;
		line-height: 50px;
		width: 50%;
    margin-bottom: 80px;
	}

  span{font-size: 8px;}
}


@media screen and (max-width: 400px){
  h4{margin:60px auto 20px;}
  .tel h2{font-size: 24px;}
}





/*------プライバシーポリシー-----*/
.left{
  margin-bottom: 30px;
}

.box{
  padding:5px 20px;
  margin: -10px auto 20px;
  border: 1px solid #000;
}






/*------フッター-----*/
footer{
  background: url(../img/footer.jpg) no-repeat center center / cover; 
  padding-top: 30px;
}

.company{
  max-width: 980px;
  margin: 0 auto;
  display: flex;
  justify-content:center;
  align-items: center;
}

.company img{
  width: 30%;
  margin-right: 50px;
}

.about{
  color:#fff;
}

h3{
  margin: 0;
  line-height: 1;
  font-size: 24px;
}

.about p{
  line-height: 1.5;
}

.f-contact-btn{
  display: inline-block;
  text-align: center;
  width:100%;
  line-height: 2.5;
  border-radius: 5px;
  background-color: #f2f2f2;
  color: #0073bb;
  font-size: 24px;
  transition: 0.3s;
  cursor: pointer;
}

.f-contact-btn:hover{background-color: rgb(49, 49, 49); color:#fff;}

.copylight{
  background-color: #2f2f2f;
  color: #fff;
  text-align: center;
  line-height: 2.5;
  font-size: 12px;
  font-weight: normal;
  margin-top: 30px;
  margin-bottom: 0;
}

@media screen and (max-width: 600px){
  .company{
    display: block; 
    text-align:center;}
  .company img{
    width: 30%;
    margin-right: 0;
    margin-bottom: 30px;
  }

  .f-contact-btn{
    font-size: 20px;
    width: 80%;
    display: inline-block;
  }
  .copylight{font-size: 8px;}
}

@media screen and (max-width: 600px){
.about p{font-size: 10px; }
}


/*------サンクス-----*/
h5{
  font-size: 40px;
  color: #0073bb;
  margin: 150px auto 50px;
  text-align: center;
}

.center{text-align: center;}

.back_top{
  display: block;
  text-align: center;
  margin: 50px auto;
  width:280px;
  line-height: 3;
  border-radius: 5px;
  background-color: #0073bb;
  color: rgb(255, 255, 255);
  font-size: 20px;
  transition: 0.3s;
  cursor: pointer;
}




/*------SP電話ボタン-----*/

.sp-tel img{
  width: 80px;
  height: 80px;
  opacity: 0.8;
}
.sp-tel{
  position: fixed;
  right: 20px;
  bottom: 20px;
  }
  @media screen and (min-width: 768px){
    .sp-tel{
      display: none !important;
    }
  }
