@charset "utf-8";

/* reset */
ul,li,ol{
  margin: 0;
  padding: 0;
  list-style: none;
}
.show_pc{
  display: none;
}
.show_sp{
  display: block;
}

main{font-weight: 700;}
.show_pc{
  display: none;
}
.show_sp{
  display: block;
}
.text-note{
  font-size: 12px;
  font-weight: 400;
}
/* パンくず */
.box-Breadcrumb{
  position: absolute;
  right: 16px;
  top:16px;
  display: flex;
  font-size: 10px;
  gap: 8px;
  color: #fff;
  z-index: 50;
}

.box-Breadcrumb a{
  text-decoration: underline;
}
.box-Breadcrumb :not(:first-child){
  align-items: center;
  display:flex;
  gap: 8px;
}
.box-Breadcrumb :not(:first-child)::before{
    background: var(--color-gray-line);
    content: "";
    display: block;
    height: 14px;
    rotate: 22deg;
    transform-origin: center;
    width: 1px;
}
.hdg-00{
  color: var(--color-light-blue);
  font-size: 28px;
  margin-bottom: 24px;
}
.hdg-01{
  color: #fff;
  font-size: 28px;
}
.hdg-01 > span{
  display: block;
  font-size: 12px;
  color: #fff;
  font-weight: 400;
  letter-spacing: 1.2px;
}  
.hdg-square::before{
  display: block;
  content: "";
  background-color: var(--color-light-blue);
  margin-right: 10px;
  width: 10px;
  height: 10px;
  border-radius: 1px;
}

/*-----------------------------
 メインビジュアル 
------------------------------- */
/* 採用TOP */
.main-visual,
.interview-main-visual{
  background:linear-gradient(299deg, #EBC06A 0%, #42A2DA 45.97%, #2562B2 97.18%);
  position: relative;
  margin-bottom: 0;
}

.main-visual .slide-container{
  position: relative;
  width: 100%;
  padding-top: 63.5%;
  overflow: hidden;
}

@keyframes slideshow {
  0% {
    opacity: 0;
  }
 
  10% {
    opacity: 1;
  }
 
  28% {
    opacity: 1
  }
 
  68% {
    opacity: 0;
  }
 
  100% {
    opacity: 0;
  }
}

.main-visual .slide-container .slide-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 115%;
  height: auto;
  opacity: 0;
  animation: slideshow 16s linear infinite;
}
 
.main-visual .slide-container .slide-image.image2 {
  animation-delay: 8s;
}


/* 個人ページ */
.interview-header{
  position: relative;
}
.hdg-interview-header{
  > span{
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #333;
    margin-top:8px;
    line-height: initial;
  }
}
.box-text{
  padding: 40px 20px;
}

.interview-header-inner .txt-pr{
  font-size: 18px;
  line-height: 1.6;
}
.interview-header-inner .txt-initial{
  width: 120px;
  margin-top: 16px;
  border-top: 1px solid #707070;
  padding: 16px 0;
  font-size: 18px;
}

.interview-header-inner .box-text ul{
  font-size: 14px;
  line-height: 1.8;  
}

/* ---------------------
コンテンツ
------------------------ */
.hdg-recruit-lv2{
  padding: 60px 0 16px;
}

.box-lead{
  padding: 16px 20px 20px;
}
.box-lead .text-note{
  margin-top: 8px;
}

.area-career-pass{
  background-color: var(--color-light-blue);
  color: #fff;
  padding: 24px 20px;
}
.area-career-pass .hdg-box{
  font-size: 18px;
  margin-bottom: 24px;
}

.group-career{
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.group-career .group-career-inner .child:not(:last-child){
  margin-bottom: 24px;
}

.area-interview{
  background: #fff;
  padding: 40px 20px 40px;
  display: block;
}
.box-interview:not(:last-child){
  margin-bottom: 40px;
}

.box-interview dl dt{
  font-size: 18px;
  display: flex;
  align-items:flex-start;
  margin-bottom: 24px;  
  &::before{
    content: '';
    width: 20px;
    display: inline-block;
    border: 1px solid #707070;
    margin-right: 16px;
    margin-top: 10px;
  }  
}
.box-interview dl dd{
  line-height: 1.7;
}

.box-interview dl dd p:not(:last-child){
  margin-bottom: 20px;
}

.box-interview img{
  border-radius: 10px;
}
.area-schedule{
  margin: 40px 0;
  padding: 0 20px;
}

.area-other-Interview{
  margin: 40px 0 80px;
  padding: 0 20px;
}

.area-schedule-inner{
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.area-schedule .box-inner{
 background: #fff;
 border-radius: 10px;
 padding: 24px;
 line-height: 1.7;
}
.area-schedule .box-inner .hdg-box{
  font-size: 18px;
  margin-bottom: 16px;
}
.area-schedule .box-inner .hdg-box > span{
  font-size: 14px;
  display: block;
}

.area-schedule .box-inner dl{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 4px;
}
.area-schedule .box-inner dl dt{
  width: 4em
}
.area-schedule .box-inner dl dd{
  width: calc(100% - 4em - 4px);
}

/* ボタン */
.box-btn-00 a{
  display: flex;
  width: 100%;
  height: 60px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  border: 1px solid #E3E3E3;
  background: #FFF;
  font-size: 16px;
}

/* 矢印 */
[class^="arrow-r-"]{
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding-right: 28px;
}

[class^="arrow-r-"]::before,
[class^="arrow-r-"]::after{
  position: absolute;
	top: 0;
	bottom: 0;
  right:0;
	margin: auto;
	content: "";
	vertical-align: middle; 
}
[class^="arrow-r-"]::before{
	width: 12px;
	height: 12px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #50A2D2;
}
[class^="arrow-r-"]::after{
	right: 5px;
	width: 4px;
	height: 4px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.arrow-r-01::before{
	background: #fff;
}

.arrow-r-01::after{
	border-top: 1px solid #50A2D2;
	border-right: 1px solid #50A2D2;
}

.area-floating-banner .box-btn-01 .arrow-r-01::before,
.area-floating-banner .box-btn-02 .arrow-r-00::before{

  width: 20px;
	height: 20px;
}
.area-floating-banner .box-btn-01 .arrow-r-01::after,
.area-floating-banner .box-btn-02 .arrow-r-00::after{
	width: 6px;
	height: 6px;
	right: 8px;
  border-top-width: 2px;
  border-right-width: 2px;
}

/*  */
#interview-index .m-Block .m-Heading{
  margin-bottom: 24px;
}
.list-other-person{
  display: flex;
  flex-wrap: wrap;
  gap:24px;
  margin-bottom: 80px;
}
.list-other-person > .Hover-shrink{
  width: 100%;
  display: grid;
  grid-template-rows: subgrid;
}
.list-other-person .box-person{
  width: 100%;
  border-radius: 10px;
  background-color: #fff;
}

.list-other-person .box-person .box-image img{
  width: 100%;
  height: auto;
  aspect-ratio: 1.1;
  object-fit: cover;
  object-position: center top;
  border-radius: 10px 10px 0 0;
}
.list-other-person .box-person .box-txt{
  border-radius: 0 0 10px 10px;
  padding: 16px;
}
.list-other-person .box-person .box-txt .initial{
  font-size: 16px;
  margin-bottom: 10px;
}
.list-other-person .box-person .box-txt .belong{
  color: #666;
  font-size: 14px;
  margin-bottom: 10px;
}
.list-other-person .box-person .box-txt .comment{
  font-size: 16px;
}
.list-other-person .box-person .box-txt .list-tag{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}
.list-other-person .box-person .box-txt .list-tag > li{
  display: flex;
  padding: 4px 10px;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  background: #EFEFEF;
  font-size: 12px;
  color: #666;
}

/* 個人ページ*/
.area-other-interview{
  padding: 40px 20px 80px;
}
/*
.area-other-interview .list-other-person .Hover-shrink{
  width: calc((100% - 24px) / 2 );
}*/

.area-other-interview .list-other-person .box-person .box-image{
  width: 100%;
  height: auto;
  /*height: 105px;*/
}
.area-other-interview .list-other-person .box-person .box-txt{
  padding: 8px 10px;
}
/*
.area-other-interview .list-other-person .box-person .box-txt .initial{
  font-size: 12px;
  margin-bottom: 4px;
}
.area-other-interview .list-other-person .box-person .box-txt .belong{
  font-size: 9px;
  margin-bottom: 4px;
}
*/
.area-other-interview .list-other-person .box-person .box-txt .comment{
  font-size: 14px;
}

/* ---------------------
フローティング エリア
------------------------*/
.area-floating-banner{
  background: #fff;
  box-sizing: border-box;
  width: 100%;
  padding: 20px;
  position: fixed; 
  z-index: 50;
  bottom: 0;
}
.area-floating-banner .box-btn-group{
  display: flex;
  justify-content: space-between;
}
.area-floating-banner .box-btn-group [class^="box-btn-"] a{
  width: 160px;
  height: 44px;
  display: flex;
  border-radius: 8px;
  font-size: 14px;
  justify-content: flex-start;
  align-items: center;
  box-sizing: border-box;
  padding-left: 14px;
}

.area-floating-banner .box-btn-group .box-btn-01 a{
  background: linear-gradient(96deg, #0C7DAD 0%, #368CC3 51.77%, #F2CC34 119.97%);
  color: #fff;
}
.area-floating-banner .box-btn-group .box-btn-02 a{
  background: #fff;
  border-radius: 8px;
  border: 1px solid #2994D3;
  color: #50A2D2;
}
.area-floating-banner .box-btn-group [class^="box-btn-"] a{
  position: relative;
}
.area-floating-banner .box-btn-group [class^="box-btn-"] a > [class^="arrow-r-"]{
  position: absolute;
  top:50%;
  transform: translateY(-50%);
  right: 14px;
}

/* -------------------
 PC 
----------------------*/

@media screen and (min-width: 769px){
  .show_pc{
    display: block;
  }
  .show_sp{
    display: none;
  }
  .hdg-00{
    font-size: 32px;
  }
  .hdg-01{
    font-size: 36px;
  }
  .text-note{
    font-size: 14px;
  }
  .main-visual{
    background:none;
    position: relative;
    width: 100%;
    max-height: 630px;
    display: flex;
    flex-direction: row-reverse;
  }

 .main-visual .box-image{
    position: relative;
    width: 47%;
    max-height: 630px;
    aspect-ratio:1.2;  
  }
  .main-visual .box-image .slide-container{
    position: absolute;
    width: 120%;
    max-height: 630px;
    aspect-ratio:1.5;  
    padding-top: 0;
    right: 0;
    top: 0;
    z-index: 50;
  }
  .main-visual .box-image .slide-container .slide-image {
    top:0;
    right: 0;
    transform: translate(-50%, 0);
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: end;
  }
  .main-visual .slide-container .slide-image img{
    height: 100%;
    width: auto;
    aspect-ratio:1.5;
  }
 
  .main-visual .box-text{
    width: 53%;
    height: 526px;
    padding: 0;
  }
  .main-visual .box-text .box-text-inner{
    position: relative;
    width: 100%;
    height: 460px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .main-visual .box-text .box-text-inner::before{
    content: "";
    position: absolute;
    top: 80px; bottom: 0; left: 0; right: 0;
    z-index: -1;
    background:linear-gradient(299deg, #EBC06A 0%, #42A2DA 45.97%, #2562B2 97.18%);
    transform: skewY(-8deg);

  }

  .main-visual .box-text .hdg-main-visual{
    margin-left: -100px;
  }

  .interview-main-visual{
    position: relative;
  }
  .interview-main-visual .interview-main-visual-inner{
    position: relative;
    display: flex;
    flex-direction: row-reverse;
  }
  .interview-main-visual .interview-main-visual-inner .box-text{
    position: absolute;
    box-sizing: border-box;
    top: 50%;
    left: 25%;
    transform: translate(-50%, -50%);    
  }

  .hdg-interview-main-visual > span{
      font-size: 16px;
  }  

  .interview-main-visual .box-image{
    width: 58%;
  }

  .box-lead{
    width: min(96%, 1200px);
    margin: 0 auto;
    padding: 24px 0 80px;
    letter-spacing: -1px;
  }

  .box-lead .text-note{
    margin-top: 16px;
  }

   .interview-header{
    background: #fff;
   }
    
   .interview-header-inner{
    margin: 0 auto;
    position: relative;
   }
   .box-Breadcrumb{
    right:100px;
    font-size: 12px;
    top:20px;

   }
  .interview-header-inner .box-image{
    height: 560px;
    text-align: right;
    background: #fff;
  }
  .interview-header-inner .box-image img{
    height: 560px;
    width: auto;
    object-fit: cover;
  }
  .interview-header-inner .box-text{
    position: absolute;
    background-color: #fff;
    border-radius: 20px;
    box-sizing: border-box;
    width: 35vw;
    max-width: 552px;
    padding: 40px;
    top: 50%;
    left: 47%;
    transform: translate(-50%, -50%);
    margin-left: -276px;

  }
  .hdg-interview-header{
    letter-spacing: 3.2px;  
  }
  .hdg-interview-header{
  > span{
    font-size: 18px;
    display: flex;
    align-items: center;
    letter-spacing: initial;
    }
  }
  .interview-header-inner .txt-pr{
    font-size: 36px;
    letter-spacing: 1.44px;
    font-feature-settings: "palt" 1;
  }
  .interview-contents{
    width: min(96%, 1200px);
    margin: 0 auto;
    padding: 100px 0 0;
  }
  .area-career-pass{
    padding: 40px;
  }
  .area-career-pass .hdg-box{
    margin-bottom: 40px;
  }
  .group-career{
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: initial;
    gap: initial;
  }
  .group-career-inner{
    width: calc((100% - 40px) / 2);
  }
  .box-interview:not(:last-child),
  .box-interview{
      margin-bottom: 60px;    
    }
    .box-interview img{
      width: 600px;
    }
    .box-interview dl dd{
      font-size: 16px;
    }

  /*---------------------------------------------------------------------------------------
    type-01(デフォルト）  写真横2行下1行　写真横2行下1行  person02 person05 person06
    type-02              写真横1行下2行　写真横1行下2行  person01 person03 person04
    type-03              写真横2行下1行　写真横1行下2行  person07 
  ---------------------------------------------------------------------------------------*/   
    .area-interview{
      background: initial;
      padding: 100px 0;
      display: grid;
      grid-template-areas:
      "area4 area1"
      "area4 area2"
      "area3 area3"
      "area5 area8"
      "area6 area8"
      "area7 area7";
      grid-template-columns: 1fr 1fr;
      grid-template-rows: max-content max-content auto max-content max-content auto;
    }
   .area-interview.type-02{
      grid-template-areas:
      "area4 area1"
      "area2 area2"
      "area3 area3"
      "area5 area8"
      "area6 area6"
      "area7 area7";
      grid-template-rows: max-content auto auto max-content auto auto;
      grid-template-rows: max-content max-content auto max-content max-content auto;
   }
   .area-interview.type-03{
      grid-template-areas:
      "area4 area1"
      "area4 area2"
      "area3 area3"
      "area5 area8"
      "area6 area6"
      "area7 area7";
      grid-template-rows: max-content max-content auto max-content auto auto;
   }

    .area-interview .child-4{
      grid-area: area4;
    }    
    .area-interview .child-1{
      grid-area: area1;
      padding-left: 48px;
    }
    .area-interview .child-2{
      grid-area: area2;
      padding-left: 48px;
    }
   .area-interview .child-3{
      grid-area: area3;
    }
    .area-interview .child-5{
      grid-area: area5;
      padding-right: 48px;
    }    
    .area-interview .child-6{
      grid-area: area6;
      padding-right: 48px;
    }
   .area-interview .child-7{
      grid-area: area7;
      margin-bottom: 0;
    }
    .area-interview .child-8{
      grid-area: area8;
    }

    .area-interview.type-02 .child-2{
      padding-left: 0;
    }
    .area-interview.type-02 .child-6{
      padding-right: 0;
    }
    .area-interview.type-03 .child-6{
      padding-left: 0;
    }

    .area-schedule,
    .area-other-Interview{
      padding: 0;
      margin:0 0 100px;

    }
    .area-schedule-inner{
      flex-direction: initial;
      gap: 60px;
    }
    .area-schedule-inner .box-inner{
      width: calc((100% - 60px) / 2);
      box-sizing: border-box;
      padding: 40px;
      font-size: 14px;
    }
    .list-other-person{
      display: grid;
      margin-bottom: 100px;
      padding: initial;
      row-gap: 4em;
      column-gap: 8%;
      flex-shrink: 0;
      grid-template-rows: repeat(2, minmax(0, 1fr));
      grid-template-columns: repeat(auto-fit, minmax(334px, 1fr));
      place-items: center;
    }

    .list-other-person .Hover-shrink,
    .area-other-interview s.list-other-person .Hover-shrink{
      max-width: 335px;
      box-sizing: border-box;
    }

    .list-other-person .box-person{
      border-radius: 20px;
    }

    .list-other-person .box-person .box-image{
      width: 100%;
    }

    .list-other-person .box-person .box-image img{
     border-radius: 20px 20px 0 0;
     min-height: 310px;
    }

    .list-other-person .box-person .box-txt{
     border-radius: 0 0 20px 20px;
    }

    .list-other-person .box-person .box-txt,
    .area-other-interview .list-other-person .box-person .box-txt{
      padding: 16px;
    }

    .list-other-person .box-person .box-txt .initial,
    .area-other-interview .list-other-person .box-person .box-txt .initial{
      font-size: 16px;
      margin-bottom: 10px;
    }
    .list-other-person .box-person .box-txt .belong,
    .area-other-interview .list-other-person .box-person .box-txt .belong{
      color: #666;
      font-size: 14px;
      margin-bottom: 10px;
    }
    .list-other-person .box-person .box-txt .comment,
    .area-other-interview .list-other-person .box-person .box-txt .comment{
      font-size: 16px;
    }
    .box-btn-00{
      width: 335px;
      margin: 0 auto;
    }
    .area-floating-banner{
      width: 202px;
      right:0;
      bottom:5%;      
    }
    .area-floating-banner .box-btn-group{
      flex-flow: column;
      row-gap: 10px;
    }
  }

  /* -------------------
 iPad Pro - 
----------------------*/
@media screen and (max-width: 1024px){

  .interview-header-inner .box-text {
      position: initial;
      width: auto;
      transform: none;
      margin-left: 0;
  }

  .interview-contents{
    padding-top: 2%;    
  }

  .list-other-person .Hover-shrink, .area-other-interview s.list-other-person .Hover-shrink {
      max-width: initial;
  }
  .list-other-person{
    column-gap: 60px;
  }
}
