@charset "UTF-8";
/* Scss Document */
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  width: 100%;
  overflow-x: hidden; }
*{
  margin:0;
  padding:0;
  
}
body {
  font-size: 16px;
line-height: 30px;}

a{
	color:#000;
}
.bg-black{
	background-color: #000;
}
.bg-gray{
	background-color: #3B3B3B;
}
.bg-light-gray{
	background-color: #D5D5D5;
}
.bg-blue{
	background-color: #1254A0;
}
.bg-red{
	background-color: #C30E23;
}
.bg-light-blue{
	background-color: #E0ECFA;
}
.bg-light-red{
	background-color: #FFE0E4;
}

.height400{
	height:400px;
}
.ml-6{
	margin-left:6rem;
}
.ml-12{
	margin-left:12rem;
}
.mr-8{
	margin-right:8rem;
}
.cv-tab {
	border-radius: 7px;
	font-size:1.4rem;
	line-height:4rem;
	font-weight: bold;
	padding:1%;
}
.text-black{
	color: #000;
}
.text-red{
	color: #E70B29;
}
.w-10{
	width:10%!important;
  }
.text-18{
	font-size:18px;
}
.text-blue{
	color:#1254A0;
}
section{
	padding:100px auto;
}
@media screen and (max-width: 896px) {
.ttl-bar{
  width:40%!important;
}
.cv-tab {
	font-size:1rem;
	line-height:1.4rem;
}
}
/*---------------------------------------------
header
-----------------------------------------------*/

.navbar-expand-lg .navbar-nav .nav-link{
	color:#FFF;
}
.navbar-nav li a:hover {
	color:#FFF !important;	
}
.navbar-expand-lg .navbar-nav .nav-link {
  font-weight: 700; 
  }

.pg {
  display: block;
  padding-top: 90px;
  margin-top: -90px; }

@media screen and (min-width: 897px) {
  #page-header .navbar-nav {
    text-align: right;
    display: inline-block;
    float: right; }

  .navbar-nav li {
    display: inline-grid; } }
@media screen and (max-width: 896px) {
.navbar-expand-lg .navbar-nav .nav-link{
	color:#000;
}	
  .navbar-brand {
    width: 70%; }

  .navbar {
    padding: 0 1rem !important; }

  .navbar-nav li {
    font-weight: 600;
    font-size: 18px; }

  .navbar-nav li a {
    color: #FFF !important;
    padding: 5% 0; }
	
.navbar-nav li a:hover {
	color: #FFF!important;	
}
  .navbar-collapse .btn {
    font-weight: 400;
    padding: 4% 0px;
    margin: 4% 0px; }

  #page-header {
    background: #000;
	}
    #page-header h1 {
      width: 70%;} 

.navbar-toggler-icon {
    background-color: #fff !important;
}

.navbar-light .navbar-toggler {
    color: #fff !important;
    border-color: #fff !important;
}
.navbar-toggler {
    background-color: #fff !important;
    border: 1px solid #fff !important;
}	
}
/*---------------------------------------------
mv
-----------------------------------------------*/
.mv-text {
  top: 20%;
  left: 12%;
  right: 12%;
  max-width: 1450px; }

@media screen and (max-width: 896px) {
  .mv-text {
    top: 20%;
    left: 5%;
    right: 5%;
    max-width: 1450px; } }
/*---------------------------------------------
テキスト
-----------------------------------------------*/
.bg-primary{
  background-color: #E0ECFA!important;
  
}
.bg-secondary{
  background-color: #1254A0!important;
}
.text-secondary{
  color: #1254A0!important;
}
.text-primary{
  color:#E70B29!important;
}

.section-ttl{
  position: relative;
  display: inline-block;
  padding: 0 45px;
  font-weight:bold;	
  font-size:2rem;	
	
}
.section-ttl-wh{
  position: relative;
  display: inline-block;
  padding: 0 45px;
  font-weight:bold;	
  font-size:2rem;	
	
}
.text-s{
	font-size:18px;
	line-height: 30px;
}
.text-m{
	font-size:25px;
	line-height: 35px;
}
.text-l{
	font-size:30px;
	line-height: 40px;
}

.section-ttl:before,.section-ttl-wh:before {
  left:0;
}
.section-ttl:after,.section-ttl-wh:after {
  right: 0;
}
h1 a{
	font-size:25px!important;
	font-weight:bold;
	color:#FFF!important;
}

.sub-catch{
	font-size:20px;
	margin-left:6rem;
}
.w-md-70{
		width:70%;
	}
.underline span{
   text-decoration: none;
   border-bottom: 1px solid #000;
   padding-bottom: 2px;
}


@media screen and (max-width: 896px) {
h1 a{
	font-size:20px!important;
	line-height:35px!important; 
	color:#FFF!important;
}
.text-l{
	font-size:22px;
	line-height:32px; 
}
.text-m{
	font-size:20px;
	line-height: 30px;
}
.sub-catch{
	margin-left:2rem;
	text-align: center;
	font-size:16px;
}
.w-md-70{
		width:100%;
	}

}


/*---------------------------------------------
魅力
-----------------------------------------------*/

h2{
	font-size:2.5rem;
	line-height: 3.5rem;
}
.miryoku h3{
	padding:1rem;
	font-size:25px;
	line-height:35px;
}
.relative {
    position: relative;
	width:1300px;
}
.absolute {
    position: absolute;
    right: 50px;
    top: 50px;
}
.border_bottom{
	border-bottom:solid 3px #000;
	width:8%;
}
.border_bottom_wh{
	border-bottom:solid 3px #FFF;
	width:15%;
}

@media screen and (max-width: 896px) {
h2{
	font-size:1.5rem;
	line-height: 2rem;
}	
 .miryoku h3{
  font-size:20px;
  line-height:30px;
}
.border_bottom{
	border-bottom:solid 3px #000;
	width:10%;
}
}
/*---------------------------------------------
仕事内容
-----------------------------------------------*/



/*---------------------------------------------
社員インタビュー
-----------------------------------------------*/

.font-size60{
  font-size:60%;
}

@media screen and (min-width: 897px) {
  .sec04 .row p {
    font-size: 16px; }
  .w-md-75{
    width:75%!important;
  }
	
  .sec-ttl {
    font-size: 2rem; }

  .text-center.mx-auto.my-4 {
    margin: 4% auto 8% !important; }

  .sec04 .row .in-ttl {
    font-size: 1.8rem;
    margin-top: 3%;
    line-height: 1.7; }
  .sec04 .row .in-ttl2 {
    font-size: 1.2rem;
    margin-top: 3%;
	padding:1%;
    line-height: 1.7;
    background-color:#EED9DC;
    color:#1254A0; }

  .sec04 .row .in-ttl2-wh {
    font-size: 1.2rem;
    margin-top: 3%;
	padding:1%;
    line-height: 1.7;
    background-color:#FFF;
    color:#C30E23; }


    .sec04 .row .in-ttl span {
      color: #C30E23; }

  .slider_box .inner {
    padding: 0 7%; }
    .slider_box .inner .in-ttl {
      font-size: 1.2rem;
      min-height: 150px;
      margin-top: 3%;
      line-height: 1.7; }
      .slider_box .inner .in-ttl span {
        color: #ffc524; }
    .slider_box .inner .slider_text a {
      color: #ffffff;
      text-align: center;
      display: block;
      padding: 2% 4%;
      background-color: #C30E23;
      border-radius:10px;}
      .slider_box .inner .slider_text a p {
        margin-bottom: 0; }

  .slick-dots {
    bottom: -45px !important; }

  .sec04 {
    margin-bottom: 0%; } }

@media screen and (max-width: 896px) {
  .sec-ttl {
    font-size: 1.3rem;
    line-height: 1.6; }

  .sec04 .row .in-ttl {
    font-size: 1.5rem;
    margin-top: 3%;
    line-height: 1.7; }
    .sec04 .row .in-ttl span {
      color: #C30E23; }

  .sec04 .row .in-ttl2 {
    font-size: 1.2rem;
    margin-top: 3%;
	padding:1% 2%;
    line-height: 1.7;
    background-color:#EED9DC;
    color:#C30E23; }
  .sec04 .row .ttl-img {
    width: 50%; }

  .sec04 .row .in-ttl2-wh {
    font-size: 1.2rem;
    margin-top: 3%;
	padding:1% 2%;
    line-height: 1.7;
    background-color:#FFF;
    color:#C30E23; }
  .sec04 .row .ttl-img {
    width: 50%; }

  .slider_box .inner {
    padding: 0 4%; }
    .slider_box .inner .in-ttl {
      font-size: 1rem;
      min-height: 130px;
      margin-top: 3%;
      line-height: 1.7; }
      .slider_box .inner .in-ttl span {
        color: #ffc524; }
    .slider_box .inner .slider_text a {
      color: #ffffff;
      text-align: center;
      display: block;
      padding: 2% 4%;
      background-color: #C30E23;
      border-radius:10px;}
      .slider_box .inner .slider_text a p {
        margin-bottom: 0; }

  .slick-dots {
    bottom: -45px !important; }

  .sec04 {
    margin-bottom: 20%; } 

  .slider_box,.slider_box .inner{
	height: 620px;
}


}


/*---------------------------------------------
社長メッセージ
-----------------------------------------------*/
#president-message h3{
	font-size:25px;
	line-height: 35px;
	font-weight:bold;
}
.text-md{
	font-size:1.5rem;
}
.ttl-box{
	padding-top:110px;
}
@media screen and (max-width: 897px) {
.ttl-box{
	padding-top:50px;
	padding-bottom:50px;
}
#president-message h3{
	font-size:22px;
	line-height: 32px;}
}


/*---------------------------------------------
採用情報・会社概要
-----------------------------------------------*/
.sec05 {
  background-color:#C30E23; }

.table td, .table th {
  padding: 1.5rem .75em; 
  line-height: 30px;}

.sec06 th {
  width: 20%;}
.sec06 .font-weight-bold.text-black {
  font-size: 1.6rem; }

.company-table tr{
  border-bottom:solid 1px #000;
  color:#000;	
}
@media screen and (min-width: 897px) {
  .table th {
    width: 18%; } }
@media screen and (max-width: 896px) {
  .table td, .table th {
    width: 100%;
    display: block; }

  .sec05 {
    background-color:#FFF; }

  .sec05 td,.sec06 td{
	border:none;	
}
  .table td, .table th {
    padding: 0.5rem .75em; }
  
}
/*---------------------------------------------
フォーム
-----------------------------------------------*/
.final-check{
    margin-bottom:30px!important;
  }
table.formTable{
	width:100%;
	margin:0 auto 30px;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:15px;
}
table.formTable th{
	width:30%;
	font-weight:normal;
	background:#efefef;
	text-align:left;
}
p.error_messe{
	margin:5px 0;
	color:red;
}
@media screen and (max-width: 767px) {
table.formTable th{
	width:100%;
display: block;
  }
  table.formTable td{
	width:100%;
display: block;
  }
  table.formTable tr{
    display: block;
    margin-bottom:20px;
  }
}


.f-green {
	color: #24AB39;
}

.required-item{
	font-size:15px;
}


.required-item {
	background-color: #B71010;
	color: #fff;
	padding: 0.1em 0.3em;
	border-radius: 10px;
	margin-left: 0.5em;
}

.form-group {
	margin-bottom: 40px;
}

.form-group-school {
	margin-bottom: 100px;
}

option {
	color: #626262;
}

.form-check-input {
	width: 20px;
	height: 20px;
	position: absolute;
	top: 0;
	left: 15px
}

.form-check-inline .form-check-input {
	position: static;
	margin-top: 3px;
}

.datepicker {
	padding: .375rem .75rem;
}

textarea {
	width: 100%;
	height: 350px;
}

.btn-orange {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	background-color: #E8AA00;
	border-radius: 20px;
	width: 250px;
	padding-top: 1em;
	padding-bottom: 1em;
	margin-bottom: 1em;
}

.btn-orange:hover {
	color: #fff;
	opacity: 0.8;
}

.btn-orange-2 {
	display: block;
	width: 400px;
	margin-top: 100px;

}

.has-error {
	color: #B71010;
	font-weight: normal;
}

@media screen and (max-width: 767px) { 
.form-group-school {
	margin-bottom: 0;
}
}
/*---------------------------------------------
footer
-----------------------------------------------*/
@media screen and (min-width: 897px) {
  #page-footer .navbar-nav {
    text-align: left;
    display: contents;
    float: left; }
    #page-footer .navbar-nav li {
      display: inline-block;
      margin-right: 3%; }
      #page-footer .navbar-nav li a {
        color: #222; } }

.copyright{
  background-color:#333333;
  
  
}

/*---------------------------------------------
インタビューページ
-----------------------------------------------*/


.skew3{
	width:570px;
    margin:50px auto;
    font-weight: bold;
    color: #000;
    line-height: 1!important;
	height:200px!important;
	background:#C30E23!important;
    transform: skew(-30deg);
}
.skew3_h3{
	margin:50px 30px 70px 0;
	font-size: 30px!important;
	height:50px!important;
	padding:40px 20px 10px 0px!important;
	transform: skew(30deg);
	text-align: center;
	color:#fff;
}
.skew3_h3-2{
	margin:50px 30px 70px 0;
	font-size: 30px!important;
	height:50px!important;
	padding:20px 20px 10px 0px!important;
	transform: skew(30deg);
	text-align: center;
	color:#fff;
}
.relative {
    position: relative;
	width:1200px;
}
.absolute {
    position: absolute;
    right: 50px;
    top: 80px;
}
.absolute2 {
    position: absolute;
    left: 0px;
    top: 80px;
}

.mt-120 {
	margin-top:150px;
}

@media screen and (max-width: 897px) {
	.inner{
	    padding-top:10rem;
		height: 300px;
	}
}

/*----form---*/
.recruit2 table.e-form {
    width: 100%;
    border: 1px solid #000;
    border-collapse: separate;
    border-spacing: 0px 0px;
}

input, select {
    padding: 5px 20px;
    border: 1px solid #666;
}
.recruit2 table.e-form th,table.e-form td {
    padding: 20px 20px 20px 20px;
    font-size: 20px;
    text-align: left;
    vertical-align: top;
    line-height: 29px;
}
.recruit2 table.e-form th {
    text-align: left;
    padding: 20px;
    color: #fff;
    font-size: 20px;
    width: 30%;
    vertical-align: top;
    background-color: #000;
    border-bottom: 1px solid #fff;
}
.recruit2 table.e-form tr td {
    background-color: #fff;
    border: 1px solid #000;
}
input[type="radio"]{
		display: inline-block;
    width: auto;
    vertical-align: middle;
	}
input#accept{
		display: inline-block;
    width: auto;
    vertical-align: middle;
	}
.border-gray{
	border: 1px solid #ced4da;
	border-radius: .25rem;
}

.border-gray.is-invalid, .was-validated .border-gray:invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + .75rem);
    background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
    background-repeat: no-repeat;
    background-position: center right calc(.375em + .1875rem);
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.was-validated .border-gray:invalid~.invalid-feedback{
    display: block;
}

#address { width:100%; }
#postcode1,#postcode2{
	width:5em;
}
@media screen and (max-width: 768px){
.recruit2 table.e-form th {
    line-height: 24px !important;
    font-size: 16px !important;
    width: 100% !important;
    display: block !important;
	 border-bottom: none;
}
	.recruit2 table.e-form td {
    line-height: 24px !important;
    font-size: 16px !important;
    width: 100% !important;
    display: block !important;
}
.img50{
		width:50%!important;

}
	input[type="radio"]{
		display: inline-block;
    width: auto;
    vertical-align: middle;
	}
}
