﻿/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
メインビジュアル
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

.chInterviewVisual{
  max-width: 1920px;
  margin: 0 auto 100px;;
  position: relative;
  height: 780px;
  max-height: calc(100vh - 96px);
}

.chInterviewVisual .chVisualImage{
    width: 100%;
    height: 780px;
    max-height: calc(100vh - 96px);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

.chInterviewVisual .chVisualImage img{
  display: none;
}

.chInterviewVisual .chRecruitInner{

}

.chInterviewVisual h1{
  position: absolute;
  top: 50%;
  margin-top: -64.5px;
  left: 100px;
  z-index: 10;
  color: #fff;
}

.chInterviewVisual h1 .en{
  font-size: 9rem;
  font-weight: bold;
  line-height: 1;
}

.chInterviewVisual h1 .jp{
  font-size: 3.6rem;
  font-weight: 500;
}

@media screen and (max-width: 768px){
  .chInterviewVisual{
    margin-bottom: 40px;
  height: 200px;
}
.chInterviewVisual .chVisualImage{
  max-height: none;
  height: 200px;
}

.chInterviewVisual h1{
  left: 20px;
  margin-top: 0;
  transform: translateY(-50%);
}

.chInterviewVisual h1 .en{
  font-size: 4.7rem;
}

.chInterviewVisual h1 .jp{
  font-size: 2rem;
}

}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
chTopLead
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.chTopLead{
  margin-bottom: 70px;
}
@media screen and (max-width: 768px){
  .chTopLead {
    font-size: 1.3rem;
    margin-bottom: 30px;
}
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
chSection
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
chBtnArea
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.chBtnArea{
  display: flex;
  justify-content: space-between;
}
.chBtnArea span,
.chBtnArea a{
  display: block;
  width: 50%;
  border: 1px solid #BCBCBC;
  color: #0E66B5;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 130px;
  transition: 0.3s;
}
.chBtnArea span{
  color: #999;
}
.chBtnArea a{
	width: 49%;
}
.chBtnArea a:hover{
  background-color: #0E66B5;
  color: #fff;
}
.chBtnArea a:hover::after{
  border-color: #fff;
}
.trText {
  color: red;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  text-align: center;
}
.chBtnArea a.kousei img{
	width: 40px;
	margin: 0 8px;
}

@media screen and (max-width: 768px){
  .chBtnArea{
    display: block;
  }
  .chBtnArea span.comming,
  .chBtnArea a{
    width: 100%;
    border-radius: 39px;
    text-align: center;
    transition: 0.2s;
    height: auto;
    padding: 0 26px;
    min-height: 67px;
    line-height: 1.3;
    border: 1px solid #B8BEC3;
    margin-bottom: 10px;
  }
  .chBtnArea a.kousei img{
    width: 28px;
  }
}
