@charset "utf-8";
/*--------------------------------------------
                   共通
-------------------------------------------**/
body {
  background-color: #eee;
}

p {
  line-height: 2rem;
}

.btn {
  width: 250px;
  display: block;
  color: #333;
  border: 1px solid #999;
  margin: 5px auto;
  padding: 10px 40px;
  text-decoration: none;
  text-align: center;
  font-weight: 300;
  font-size: 15px;
}

.main-all {
  margin-bottom: 50px;
}

.all__area-img-top {
  width: 100%;
  height: 80%;
}

.all__area-box-text {
  width: 95%;
  margin: 0 auto;
  padding-top: 10%;
}

.all__h2, .identity-title, .interview-title {
  color: #333;
  font-size: 23px;
  text-align: center;
  white-space: nowrap;
}

.all__area-box-p {
  margin: 20px auto;
}

.identity__area-text-p, .recruit__area-p {
  width: 90%;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
}

.sp_br {
  display: block;
}

/*--------------------------------------------
                   Top
--------------------------------------------*/
/*              slider str.
------------------------------------------*/
div.top__slide-show {
width: 100%; /* スライドショーの幅 */
height: calc(100vh - 80px);
overflow: hidden;
max-width: 100%; /* スマホで表示が欠けないように */
margin: 0 auto; /* 中央揃え */
position: relative;
}

.top__slide-show-img {
animation: show 20s infinite; /* 12秒のスライドショーを繰り返し */
max-width: 100%;
height: 100vh;
object-fit: cover;
opacity: 0;
position: absolute; /* 画像を重ねて表示 */
left: 0;
top: 0;
}



@keyframes show {
0% {opacity: 0}
17% {opacity: 1}
33% {opacity: 1}
50% {opacity: 0}
68% {opacity: 0}
}
.top__slide-show-img:nth-of-type(1) {
position: relative;
}
.top__slide-show-img:nth-of-type(2) {
animation-delay: 5s;
}
.top__slide-show-img:nth-of-type(3) {
animation-delay: 10s;
}
.top__slide-show-img:nth-of-type(4) {
  animation-delay: 15s;
}
.top__slide-show-img:nth-of-type(5) {
  animation-delay: 20s;
}
/*            slider fin.
------------------------------------------*/
.top {
  width: 100%;
  margin-top: 80px;
  margin-bottom: 20px;
  color: #fff;

  position: relative;
}

.top__area{
  position: absolute;
  top: 30%;
  transform: translate(3%, 50%);
}

.top__h1-copy{
  font-size: 20px;
  line-height: 1.5rem;
}

.top__h1-copy-p{
  font-size: 35px;
  line-height: 1.5rem;
  margin-left: -17px;
}

.top__area-text{
  margin-top: 20px;
}


/*スクロールダウン全体の場所*/
.scrolldown1{
  /*描画位置※位置は適宜調整してください*/
position:absolute;
left:50%;
bottom:10px;
  /*全体の高さ*/
height:50px;
}

/*Scrollテキストの描写*/
.scrolldown1 span{
  /*描画位置*/
position: absolute;
left:-15px;
top: -15px;
  /*テキストの形状*/
color: #eee;
font-size: 0.7rem;
letter-spacing: 0.05em;
}

/* 線の描写 */
.scrolldown1::after{
content: "";
  /*描画位置*/
position: absolute;
top: 0;
  /*線の形状*/
width: 1px;
height: 30px;
background: #eee;
  /*線の動き1.4秒かけて動く。永遠にループ*/
animation: pathmove 1.4s ease-in-out infinite;
opacity:0;
}

/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove{
0%{
  height:0;
  top:0;
  opacity: 0;
}
30%{
  height:30px;
  opacity: 1;
}
100%{
  height:0;
  top:50px;
  opacity: 0;
}
}


/*--------------------------------------------
                  Identity
-------------------------------------------**/
.identity{
  margin-top: 20px;
  margin-bottom: 50px;
  position: relative;
}

.identity__area.lazyloaded{
  background-image: url(../images/img-index-identity-sp.webp);
  position: relative;
  background-origin: content-box;
  animation: fade 3s forwards;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.identity-title span {
  font-size: 2rem;
}

.identity__area{
  text-align: center;
  margin: 0 auto;
}


/*--------------------------------------------
                  Interview
--------------------------------------------*/
.interview {
  width: 95%;
  margin: 0 auto;
}

.interview-title {
  font-size: 26px;
  margin-bottom: 30px;
}

.member__list {
  margin-bottom: 30px;
}

.member__list_box {
  margin: 0 auto;
  margin-bottom: 10px;
}

.img-member-pc {
  display: none;
}

.img-member-sp {
  display: block;
  width: 300px;
  height: 200px;
  margin: 0 auto;
}

.message {
  width: 300px;
  margin: 0 auto;
}

/*--------------------------------------------
                  Recruit
--------------------------------------------*/
.recruit__area.lazyloaded{
  background-image: url(../images/img-index-Recruit-top-sp.webp);
  background-origin: content-box;
  animation: fade 3s forwards;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 400px;
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.recruit {
  color: #fff;
}

.recruit-title {
  color: #fff;
}

.recruit__area{
  text-align: center;
  margin: 0 auto;
}

.recruit__area-text{
  width: 95%;
  margin: 0 auto;
  padding-top: 3%;
}

.btn-recruit {
  color:  #fff;
  border: 1px solid #fff;
}

/*  600px以上に適用されるCSS（タブレット用）
------------------------------------------*/
/*--------------------------------------------
                   共通
-------------------------------------------**/
@media screen and (min-width:600px){
  .sp_br {
    display: none;
  }

  .btn:hover {
    border: 1px solid #999;
    color: #e5e5e5;
    background: #333;
    transition:  0.6s;
  }

  .main-all {
    display: block;
    width: 95%;
    margin: 0 auto;
    margin-bottom: 80px;
  }

  .all__area {
    display: flex;
    height: 500px;
    background-color: #fff;
  }

  .rev {
    flex-direction: row-reverse;
  }

  .all__area-box {
    width: 90%;
    margin: auto 10px;
  }

  .all__area-box-p {
    margin: 20px auto;
  }

  .all__area-img-top {
    width: 50%;
    height: 50%;
  }

/*--------------------------------------------
                   Top
--------------------------------------------*/
  div.top__slide-show {
    height: calc(100vh - 80px);
  }

  .top__h1-copy{
    font-size: 30px;
    line-height: 3rem;
  }

  .top__h1-copy-p{
    font-size:50px;
    line-height: 3rem;
    margin-left: -25px;
  }

  .top__area-text-br{
    display: none;
  }

/*--------------------------------------------
                  Interview
--------------------------------------------*/
  .message {
    width: auto;
    text-align: center;
  }

/*--------------------------------------------
                  Recruit
--------------------------------------------*/
  .recruit__area.lazyloaded {
    background-image: url(../images/img-index-Recruit-top-mb.webp);
    height: 550px;
  }

  .recruit__area-p {
    width: 590px;
    margin: 80px auto;
  }

  .btn-recruit:hover {
    border: 1px solid  #fff;
    color: #333;
    background:  #fff;
  }
}

/*  700px以上に適用されるCSS（タブレット用）
------------------------------------------*/
/*--------------------------------------------
                   INTERVIEW
-------------------------------------------**/
@media screen and (min-width:700px){


.sp_br {
  display: block;
}
}

/*      1200px以上に適用されるCSS（PC用）
------------------------------------------*/
/*--------------------------------------------
                   共通
-------------------------------------------**/
@media screen and (min-width:1200px){
  p {
    font-size: 15px;
    line-height: 2rem;
  }

  .sp_br {
    display: none;
  }

  .main-all {
    width: 1200px;
    height: 430px;
    margin-bottom: 100px;
    position: relative;
  }

  .about-inner::after, .service-inner::before {
    content: "";
    display: block;
    position: absolute;
    width: calc(49.3% + 50vw);
    height: 430px;
    top: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 1;
  }

  .about-inner::after {
    left: 0;
  }

  .service-inner::before {
    right: 0;
  }

  .all__area {
    width: 1200px;
    height: auto;
    position: absolute;
    z-index: 2;
  }

  .all__h2 {
    font-size: 32px;
  }

  .all__area-box-text {
    width: auto;
    padding-top: 3%;
  }

  .all__area-img-top{
    width: 600px;
    height: 430px;
  }

  .all__area-box{
    margin: auto 10px;
  }

  .all__area-box-p {
    text-align: center;
    margin: 40px auto;
  }

  .btn {
		width: 310px;
		padding: 20px 15px;
    margin: 0 auto;
		margin-top: 15px;
	}

/*--------------------------------------------
                   Top
--------------------------------------------*/
  div.top__slide-show {
    width: 100%;
    height: calc(100vh - 80px);
  }

  .top__slide-show-img {
    width: 100%;
  }

  .top {
    margin-bottom: 20px;
  }

  .top__area {
    top: 30%;
    left: 3%;
  }

  .top__area-text {
    margin-top: 30px;
    text-align: left;
    margin-left: 5px;
  }

  .top__h1-copy {
    font-size: 60px;
    line-height: 6rem;
  }

  .top__h1-copy-p {
    font-size:100px;
    margin-left: -40px;
  }

/*--------------------------------------------
                  Identity
-------------------------------------------**/
  .identity {
    margin-bottom: 20px;
  }

  .identity__area.lazyloaded {
    background-image: url(../images/img-index-identity.webp);
  }

  .identity__area{
    height: 400px;
  }

  .identity__area-text {
    width: 1200px;
    margin: 0 auto;
  }

  .identity-title {
    padding-top: 70px;
  }

  .identity-title span {
    font-size: 5rem;
  }

  .identity-title, .interview-title {
    font-size: 65px;
  }

  .identity__area-text-p {
    width: auto;
    margin-top: 40px;
    margin-bottom: 30px;
  }

/*--------------------------------------------
                  Interview
-------------------------------------------**/
  .interview-title {
    text-align: left;
    margin-bottom: 50px;
  }

  .about-flex {
    display: flex;
    justify-content: space-between;
  }

  .img-member-sp {
    display: none;
  }

  .img-member-pc {
    display: block;
    width: 380px;
    height: 255px;
  }

  .member__list {
    overflow: hidden;
    width: 380px;
    margin-bottom: 0;
  }

  .member__list_box {
    overflow: hidden;
    margin: 0 auto;
  }

  .img-member:hover {
    transform: scale(1.1, 1.1);
    transition: 0.5s;
  }

  .member__list p {
    text-align: left;
  }

  .member__list p:hover {
    color: #09017e;
  }

  .message {
    width: 380px;
  }

/*--------------------------------------------
                  Recruit
--------------------------------------------*/
  .recruit__area.lazyloaded{
    background-image: url(../images/img-index-Recruit-top.webp);
    height: 550px;
  }

  .recruit{
    margin-top: 50px;
  }

  .recruit__area-p{
    width: 700px;
  }
}