@charset "utf-8";
/* CSS Document */

	
html{
  font-size: 62.5%;
}

body{
  font-family: 'Noto Sans JP', sans-serif;
}

img{
  width: 100%;
  height: auto;
}


h1{
  font-size: 2.4rem;
  padding-bottom: 20px;
  text-align: center;
  position: relative;
  margin-bottom: 50px;
}
h1:before{
  content: '';
  position: absolute;
  left: 50%;
  bottom: -5px;
  background-color: #00428e;
  height: 2px;
  width: 50%;
  display: inline-block;
  transform: translateX(-50%);/*位置調整*/
}
a{
  color: inherit;
  cursor:default;
}
a:visited{
  color: inherit;
}

/*-------------

   utility

-------------*/
.img-padding{
  padding-top: 20px;
}
.googlemap {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-top: 75%; /* 比率を4:3に固定 */
}
.googlemap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*-------------

   button

-------------*/
.application-button{
  position: fixed;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.5);
  padding: 10px;
  cursor: pointer;
  transition: .3s;
  z-index: 10;
  text-align: center;
  width: 100%;
  
  /*デフォルトで非表示にする*/
  opacity: 0;
  visibility: hidden;
}

/*このクラスが付与されると表示する*/
.active{
  opacity: 1;
  visibility: visible;
}
.application-button>a>img{
  width: 70%;
}
/*-------------

   section

-------------*/

.section-body{
  padding: 50px 20px 0;
}
.section-body:last-of-type{
  padding-bottom: 100px;
}

/*-------------

     header

-------------*/
.header{
  padding: 15px 20px;
}
.header>img{
  width: 70vw;
}
.top-img-sp{
  display: flex;
  background-image: url("../img/top-img.jpg");
  /*padding-top: 30vw;*/
  height: 115.775vw;
  position: relative;
  background-size: cover;
}
.top-img-sp>img{
  height: 30vw;
  margin: 100vw auto;
  vertical-align: middle;
  padding: 0 20px;
}
.header-contents{
  width: 100%;
  position: absolute;
  right: 50%;
  bottom: 0;
  transform: translate(50%, 50%);
  padding: 0 20px;
}
/*-------------

     ex-month

-------------*/
.ex-month-body{
  padding: 25vw 20px 30px;
}
.application{
  width: 70vw;
  margin: 0 auto;
}
.ex-month{
  font-size: 1.6rem;
  text-align: center;
  padding: 1rem 2rem;
  margin: 40px 0;
  border-top: 3px double #000;
  border-bottom: 3px double #000;
  line-height: 1.5;
}
.ex-month>img{
  width: 100px;
  padding-bottom: 10px;
}

/*-------------

　 location

-------------*/
.yazima,.oizumi{
  font-size: 1.8rem;
  padding: 15px 0;
  text-align: center;
  color: #fff;
  background-color: #00428e;
}

/*-------------

　 recruitment

-------------*/
.table-recruit{
  line-height: 1.5;
}
.table-recruit th{
  font-size: 1.4rem;
  padding: 10px 10px;
  background-color: #00428e;
  color: #fff;
  border: solid 1px #888;
  width: 30%;
}
.table-recruit td{
  font-size:1.4rem;
  padding: 10px 10px;
  border: solid 1px #888;
}

/*-------------

　  company

-------------*/
.company-img{
  padding-bottom: 20px;
}
.table-company{
  padding: 100px 0;
  line-height: 1.5;
}
.table-company th{
  font-size: 1.4rem;
  padding: 10px 10px;
  background-color: #dddee0;
  color: #000;
  border: solid 1px #888;
  width: 30%;
}
.table-company td{
  font-size:1.4rem;
  padding: 10px 10px;
  border: solid 1px #888;
}
/*-------------

     QandA

-------------*/
.question{
  background-color: #7392b9;
  font-size: 1.4rem;
  line-height: 1.5;
}
.img-question>img{
  width: 80vw;
}
.img-question{
  margin-top: 30px;
  text-align: center;
}
.question-top{
  height: 80px;
  background-color: #fff;
  text-align: center;
  line-height: 65px;
}
.question-top>img{
  width: 30%;

}

/* アコーディオンメニュー全体のサイズ・位置 */
.ac {
  max-width: 600px;
  margin: 0 auto;
  padding: 0 20px 50px;
}

/* クリック領域 */
.ac-parent {
  font-size: 1.4rem;
  position: relative; 
  height: 60px;
  border-bottom: 1px solid #fff;
  background-color: #00428e;
  color: #fff;
  text-align: left;
  line-height: 60px;
  text-indent: 60px;
  cursor: pointer;
}
.ac-parent>img{
  position: absolute;
  width: 30px;
  top: 25%;
  left: 1em;
}

/* クリックしたら表示される領域 */
.ac-child {
  display: none;
  position: relative;
  padding: 2em 1em 2em 60px;
  background-color: #fff;
  text-align: left;
}
.ac-child>img{
  position: absolute;
  width: 30px;
  top: 2em;
  left: 1em;
}

/* 擬似要素で下三角形を作成 */
.ac-parent:after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 45%;
	right: 30px;
	width: 10px;
	height: 10px;
	border-right: 3px solid #fff;
	border-bottom: 3px solid #fff;
	transform: translateY(-50%) rotate(45deg);
	transition: .3s;
}

/* オープン時にopenクラスを付与 */
.ac-parent.open:after {
	transform: rotate(225deg);
}
/*-------------

 staffinterview

-------------*/
.staff{
  margin: 0 auto;
  padding: 20px;
}
.staff>img{
  padding-bottom: 10px;
  
}
.staff>img:last-of-type{
  padding-bottom: 0;
}

/*-------------

　 form

-------------*/
.c-apply-termsOfUse__heading--lv1::before{
  content: none;
}
.c-apply-termsOfUse__heading--lv1{
  margin-bottom: 0;
}

/*-------------

　 footer

-------------*/
.footer{
  background-color: #7392b9;
  text-align: center;
  padding: 50px 50px 100px;
}

.footer>a>img{
  width:200px;
}

.footer-text{
  font-size: 1.4rem;
  padding: 20px 0;
  line-height: 1.5;
  color: #00428e;
}