@charset "utf-8";
/* CSS Document */

	
html{
  font-size: 62.5%;
}

body{
  font-family: 'Noto Sans JP', sans-serif;
  color: #222;
}

img{
  width: 100%;
  height: auto;
}


h1{
  font-size: 2.4rem;
  text-align: center;
  position: relative;
  margin-bottom: 50px;
  font-weight: 700;
}
a{
  ext-decoration: none;
  outline: none;
  color: #fff;
}
a:visited{
  color:#fff;
}


/*-------------

   utility

-------------*/
.img-padding{
  padding-top: 20px;
}
.flex{
  display: flex;
}
/*appear*/

.bgextend{
	animation-name:bgextendAnimeBase;
	animation-duration:1s;
  animation-delay: 0.6s;
	animation-fill-mode:forwards;
	position: relative;
	overflow: hidden;/*　はみ出た色要素を隠す　*/
	opacity:0;
}

@keyframes bgextendAnimeBase{
  from {
    opacity:0;
  }

  to {
    opacity:1;  
}
}

/*中の要素*/
.bgappear{
	animation-name:bgextendAnimeSecond;
	animation-duration: 0.7s;
	animation-delay: 0.7s;
	animation-fill-mode:forwards;
	opacity: 0;
}

@keyframes bgextendAnimeSecond{
	0% {
	opacity: 0;
	}
	100% {
	opacity: 1;
}
}

/*左から右*/
.bgLRextend::before{
	animation-name:bgLRextendAnime;
	animation-duration: 1s;
	animation-fill-mode:forwards;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff;/*伸びる背景色の設定*/
}

@keyframes bgLRextendAnime{
	0% {
		transform-origin:left;
		transform:scaleX(0);
	}
	50% {
		transform-origin:left;
		transform:scaleX(1);
	}
	50.001% {
		transform-origin:right;
	}
	100% {
		transform-origin:right;
		transform:scaleX(0);
	}
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.bgappearTrigger,
.bgLRextendTrigger{
    opacity: 0;
}


/*fadein*/

.fadeIn {
  transition: 0.5s;
  opacity: 0;
}

.fadeIn.animated {
  opacity: 1;
}

.fadeIn-left {
  transition: 0.5s;
  transform: translate(-100%, 50%);
  opacity: 0;
}

.fadeIn-left.animated {
  transform: translate(-50%, 0);
  opacity: 1;
}

/*-------------

   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: 80px 20px 0;
}

/*-------------

     header

-------------*/
.header{
  display: flex;
  justify-content: end;
}
.logo{
  width: 180px;
}
.top{
  position: relative;
}
.left-triangle{
  position: absolute;
  top: -30%;
  width: 0;
  height: 0;
  border-left: 65vw solid #ec3200;
  border-bottom: 65vw solid transparent;
  overflow: hidden;
}
.benefit{
  position: absolute;
  top: -5%;
  width: 40vw;
  padding-left: 20px;
}
.ex-month{
  position: absolute;
  font-size: 2rem;
  padding: 20px 30px;
  background-color: #000;
  color: #fff;
  bottom: -10%;
  z-index: 1;
}
.ex-month>p{
  font-weight: 100;
}
/*-------------

     headline

-------------*/
.headline{
  position: relative;
  background-image: url("../img/background2.png");
  background-size: cover;
  padding-top: 20vw;
}
.arrow{
  position: absolute;
  bottom: 20%;
  left: 50%;
  width: 80vw;
  /*transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);*/
}

.button{
  color: #fff;
  font-size: 1.4rem;
  width: 100px;
  height: 100px;
  padding: 10px;
  border-radius: 50%;
  background-color: #000637;
  line-height: 80px;
  text-align: center;
  margin: 0 0 0 auto;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
}
.work{
  background-image: url("../img/background2.png");
  background-size: cover;
  padding-bottom: 80px;
}
.work-title{
  font-size: 2rem;
  font-style: italic;
  color: #000;
  font-weight: bolder;
  padding-bottom: 20px;
}
.work-text{
  font-size: 1.5rem;
  padding: 30px 0;
  text-align: center;
  line-height: 2;
  font-weight: 400;
  margin: 0 auto;
}
.line-bottom{
  background: linear-gradient(transparent 60%, #ffe2db 0%);
}
.diagonal-line{
  width: 1px;
  background-color:#393939;
  transform: rotate(15deg);
  margin: 0 12%;
}
/*-------------

　   point

-------------*/
.point{
  background-color: #ede7e7;  
}
.point-title{
  display: flex;
}
.point2>.point-title{
   padding-bottom: 50px;
}
.point-title>img{
  width: 20vw;
}
.point-title>p{
  font-size: 2rem;
  color: #ec3200;
  font-weight: 300;
  font-style: italic;
  margin: auto 0;
  padding-left: 10px;
}
.point1,.point2{
  padding-bottom: 70px;
}
.point3{
  padding-bottom: 80px;
}
.point1-img{
  width: 30vw;
  margin: 0 auto;
  padding-bottom: 50px;
}
/*-------------

　   location

-------------*/
.location-title{
  font-size: 2rem;
  color: #ec3200;
  padding: 80px 0 50px;
  margin: 0 auto;
  text-align: center;
  font-style: italic;
}
.location-text{
  font-size: 1.4rem;
  color: #ec3200;
  text-align: center;
  font-style: italic;
  font-weight: 300;
  padding: 30px 0;
}
.access{
  padding: 0 20px 80px;
}
.location-img{
  width: 80%;
  margin: 0 auto;
}
/*-------------

　 recruitment

-------------*/
.table-recruit{
  line-height: 1.5;
}
.table-recruit th{
  font-size: 1.4rem;
  padding: 10px 10px;
  background-color: #ec3200;
  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: #ede7e7;*/
  font-size: 1.4rem;
  line-height: 1.5;
  background-image: url("../img/background2.png");
}
.img-question{
  padding-top: 30px;
  text-align: center;
}
.question-top{
  height: 80px;
  text-align: center;
  line-height: 65px;
}


/* アコーディオンメニュー全体のサイズ・位置 */
.ac {
  max-width: 600px;
  margin: 0 auto;
  padding-bottom: 80px;
}

/* クリック領域 */
.ac-parent {
  font-size: 1.4rem;
  position: relative; 
  height: 60px;
  border: 1px solid #ec3200;
  color: #ec3200;
  text-align: left;
  line-height: 60px;
  text-indent: 60px;
  cursor: pointer;
  margin-bottom: 10px;
  border-radius: 20px;
}
.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;
  line-height: 2;
}
.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: 1px solid #ec3200;
	border-bottom: 1px solid #ec3200;
	transform: translateY(-50%) rotate(45deg);
	transition: .3s;
}

/* オープン時にopenクラスを付与 */
.ac-parent.open:after {
	transform: rotate(225deg);
}
/*-------------

     flow

-------------*/

/*scroll down*/

/*タイムライン全体の設定*/
.timeline{
	max-width: 400px;
	width:100%;
	margin:50px auto 0;
	padding:0 10px;
}

.timeline li{
    /*線の起点とするためrelativeを設定*/
    position: relative;
	list-style: none;
	padding:0 0 20px 0;
}
.timeline li:last-of-type{
  padding: 0 0 40px 0;
}

.timeline dl{
	margin:0 0 50px 3em;
}

/*絶対配置で線を設定*/
.border-line {
    /*線の位置*/
	position: absolute;
	left:0.3em;
	top:0;
	width:2px;/*線の太さ*/
	height:0;/*はじめは高さを0に*/
	background: #ec3200;
}

/*タイムラインの見出し横の丸の位置と形状*/
.timeline li::after{
	content:'';
	position: absolute;
	top:0;
	left:0;
	width:10px;
	height: 10px;
	background:#ec3200;
	border-radius: 50%;
}

.timeline dt{
  font-size: 1.8rem;
  padding-bottom: 10px;
  color: #ec3200;
  font-weight: bold;
}
.timeline dd{
  font-size: 1.4rem;
  line-height: 1.7;
}
.bg_style{
	background-image:
		linear-gradient(0deg, rgba(190,200,206,0.3) 1px, rgba(0,0,0,0) 0),
		linear-gradient(90deg, rgba(190,200,206,0.3) 1px, rgba(0,0,0,0) 0);
	background-size: 20px 20px;
	background-position: center;
}

/*-------------

　 form

-------------*/
.c-apply-termsOfUse__heading--lv1::before{
  content: none;
}
.c-apply-termsOfUse__heading--lv1{
  margin-bottom: 0;
}

/*-------------

　 footer

-------------*/
.footer{
  background-color: #ede7e7;
  text-align: center;
  padding: 50px 50px 100px;
}
.footer>a>img{
  width:200px;
}
.footer-text{
  font-size: 1.4rem;
  padding: 20px 0;
  line-height: 2;
}