@charset "UTF-8";

.mainimg {
  
}
@media only screen and (min-width: 783px) {
  .sp{ display: none!important;}
}
@media only screen and (max-width: 782px) {
  .pc{ display: none!important;}
}
.mainimg img {
  object-fit: cover;
  width: 100%;
}
@media only screen and (min-width: 783px) {
  .mainimg img {
    height: 350px;
  }
}
h2.h201 {
  margin-top: 110px;
  padding: 30px 120px;
  background: #ff490f;
  text-align: center;
}
h2.h201 .en {
  color: #fff;
  font-size: 60px;
  line-height: 1.1;
  display: block;
}
h2.h201 .jp {
  color: #fff;
  font-size: 32px;
  display: block;
  line-height: 1.2;
}
@media only screen and (max-width: 782px) {
  h2.h201 {
    margin-top: 0px;
    padding: 20px 5%;
  }
  h2.h201 .en {
    font-size: 45px;
  }
  h2.h201 .jp {
    font-size: 25px;
  }
}
.contents { position: relative; margin: 0px auto; width: 1360px; max-width:94%; background: #fff; padding:0px 0 0 0; z-index: 2;}
.contents .content {
  padding: 0 0px 0px;
  width: 1080px;
  max-width: 90%;
  margin: 0 auto;
  box-sizing: border-box;
}

@media only screen and (max-width: 782px) {
  .contents {
    margin: 0 3.33%;
    padding: 0px 3.33%;
    max-width: inherit;
    width: auto;
  }
  .contents .content {
    padding-bottom: 0px;
    width: auto;
    max-width: inherit;
  }
}

h3.h301 {
  text-align: center;
  margin-top: 90px;
  font-size: 50px;
  font-weight: bold;
  line-height: 1;
}
h3.h301 span { display: inline-block; padding: 0 10px; position: relative;}
h3.h301 span::before {
  content: "";
  width: 100%;
  height: 10px;
  background: #ff490f;
  position: absolute;
  left: 0;
  bottom: -5px;
  z-index: -1;
}
@media only screen and (max-width: 782px) {
  h3.h301 {
    margin-top: 40px;
    font-size: 25px;
  }
  h3.h301 span { display: inline-block; padding: 0 10px; position: relative;}
  h3.h301 span::before {
    height: 6px;
    bottom: -4px;
  }
}
.h3sub{
  color: #ffea00;
  /* font-size: 3.2rem;
  text-align: center; */
  margin: 0;
  letter-spacing: 0;
  font-size: 4rem;
  font-weight: 500;
  text-align: left;
  width: 90%;
  padding: 0 40px;
}
@media only screen and (max-width: 782px) {
  .h3sub{
    font-size: 6.6vw;
    text-align: center;
    padding: 0;
    width: 100%;
    margin: 6vw auto 2vw ;
  }
}

.flex3 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: calc(100% + 50px);
  margin-left: -25px;
}
.flex3 dl {
  width: 33.333%;
  box-sizing: border-box;
  padding: 0 25px;
  margin-top: 60px;
}
.flex3 dl dt {
  text-align: center;
  color: #ff490f;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.flex3.numbers dl dt .en {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  color: #fff;
  background: #ff490f;
  font-weight: bold;
  font-size: 60px;
  line-height: 80px;
}
.flex3 dl dt .jp {
  margin: 20px 0;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 1.6;
}
.flex3.numbers dl dt .jp {
  height: 80px;
  margin: 10px 0 0;
}
.flex3 dl dd { font-size: 90%; letter-spacing: 0.1rem;}

@media only screen and (max-width: 782px) {
  .flex3 {
    display: block;
    width: auto;
    margin-left: 0;
  }
  .flex3 dl {
    width: auto;
    padding: 0;
    margin-top: 50px;
  }
  .flex3.numbers dl dt .en {
    width: 50px;
    height: 50px;
    font-size: 40px;
    line-height: 50px;
  }
  .flex3 dl dt .jp {
    margin: 15px 0;
    font-size: 16px;
  }
  .flex3.numbers dl dt .jp {
    height: auto;
    margin: 15px 0;
  }
  .flex3.icons dl dt .en img { height: 50px; width: auto;}
}

.bg_orange { 
  background: #ff490f;
  padding: 8rem 0;
}

.bg_yellow {
  background: #fefad6;
  padding-top: 90px;
  padding-bottom: 150px;
  margin-top: 100px;
  margin-bottom: 150px;
}

h2.h202 {
  margin: 0;
  text-align: center;
}
h2.h202 .en {
  color: #000;
  font-size: 60px;
  line-height: 1.1;
  display: block;
}
h2.h202 .jp {
  color: #000;
  font-size: 32px;
  display: block;
  line-height: 1.2;
}
.fig { margin-top: 50px;}

@media only screen and (max-width: 782px) {
  .bg_orange { 
    padding: 5rem 0;
  }

  .bg_yellow {
    margin-top: 50px;
    margin-bottom: 50px;
    padding-top: 40px;
    padding-bottom: 80px;
  }
  h2.h202 {
    margin: 0px;
  }
  h2.h202 .en {
    font-size: 45px;
  }
  h2.h202 .jp {
    font-size: 25px;
  }
  .fig { margin-top: 20px;}
}

h3.title{
  /* text-align: center; */
  position: relative;
  /* margin-top: 100px; */
  /* width: 90%;
  margin: 25px auto 0; */
  text-align: left;
}
/* h3.title::before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 1360px;
  max-width: 100%;
  height: 1px;
  background: #fff;
  left: calc(50% - 680px);
  top: 50%;
} */
h3.title span, h3.en.sp span {
  font-size: 128px;
  line-height: 1;
  /* background: #ff490f; */
  display: inline-block;
  padding: 0 33px;
  position: relative;
  z-index: 2;
  color: #fff;
  letter-spacing: 0.03em;
}
/* @media only screen and (max-width: 690px) {
  h3.line.en::before { width: 90%; left: 5%;}
} */
.h3sub02 {
  padding: 5px 35px;
  margin: 48px 40px;
  background: #000;
  color: #fff;
  font-size: 2.45rem;
  width: 460px;
  text-align: center;
  border-radius: 4rem;
  letter-spacing: 0;
  font-weight: 600;
}
@media only screen and (max-width: 782px) {
  
  h3.title {
    margin-top: 0;
  }
  h3.en.sp{
    text-align: center;
  }
  h3.title::before {
    width: 93.4%;
    left: 3.3%;
  }
  h3.title span, h3.en.sp span {
    font-size: 19vw;
    padding: 0 6%;
    text-align: center;
  }
  .h3sub02 {
    width: 78vw;
    font-size: 4.2vw;
    margin: 4.7vw auto;
    padding: 1vw 3vw;
  }
}
.other.footer { background: none; padding-bottom: 150px;}
.inner01 { position: relative; margin: 0px auto; width: 1360px; max-width:90%; background: #fff;  z-index: 2; box-sizing: border-box;}

@media only screen and (max-width: 782px) {
  .inner01 {
    margin: 0 5%;
    max-width: inherit;
    width: auto;
  }
  .other.footer { padding-bottom: 70px;}

}

.other:not(.footer) {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: calc(100% + 35px);
  z-index: 2;
  overflow: hidden;
  pointer-events: none;
}css
.other .abs {
  position: absolute;
  left: 1050px;
  bottom: 0;
  display: flex;
}
.other [data-num] {
  width: 160px;
  height: 230px;
  background: #ff490f;
  margin-right: 10px;
  pointer-events: auto;
  position: relative;
}
.other [data-num]:hover { animation: bright 0.5s ease;}
.other [data-num] .img {
  margin-top: -110px;
  display: flex;
  height: 170px;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: 0;
  position: relative;
}
.other [data-num] .img picture { transition: all 0.5s ease; transform-origin: center bottom;}
.other [data-num]:hover .img picture { transform: scale(1.03);}
.other .en.num { font-size: 13px; text-align: center; margin: 5px 0; letter-spacing: 0;line-height: 1; color: #000;}
.other .en.num::before {
  content: "INTERVIEW.";
}
.other .name {
  margin-top: 0;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0;
  line-height: 1;
}

/* .other .name::before {
  content: "";
  width: 30px;
  height: 30px;
  background: #ececec;
  position: absolute;
  left: calc(50% - 15px);
  bottom: -38px;
  z-index: 2;
  border-radius: 50%;
} */
.other [data-num]::after {
  content: "";
  width: 87px;
  height: 60px;
  position: absolute;
  top: 135%;
  left: calc(50% - 43px);
  z-index: 3;
  /* box-sizing: border-box;
  border-bottom: #000 2px solid;
  border-right: #000 2px solid;
  transform: rotate(45deg); */
  background: url(../img/recruit/schedule/arrow.png) no-repeat center / contain;
}
.schedule-01 .other  [data-num="02"]::after,
.schedule-02 .other  [data-num="01"]::after { content: none; }

@media only screen and (max-width: 782px) {
  .other [data-num]::after{
    width: 13vw;
    height: 9vw;
    top: 115%;
    left: calc(50% - 7.5vw);
  }
}
@media only screen and (max-width: 1500px) {
  .mainimg_nav .other { display: none;}
}


.catch {
  color: #ff490f;
  font-size: 50px;
  margin: 90px 0 70px;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
}
@media only screen and (max-width: 782px) {
  .catch {font-size: 25px; margin: 50px 5% 40px;}
}

body.interview-01 .prof .abs > div:not([data-num="01"]) { display: none;}
body.interview-02 .prof .abs > div:not([data-num="02"]) { display: none;}
body.interview-03 .prof .abs > div:not([data-num="03"]) { display: none;}
body.interview-04 .prof .abs > div:not([data-num="04"]) { display: none;}
body.interview-05 .prof .abs > div:not([data-num="05"]) { display: none;}
body.interview-06 .prof .abs > div:not([data-num="06"]) { display: none;}
body.interview-01 .other [data-num="01"] { display: none;}
body.interview-02 .other [data-num="02"] { display: none;}
body.interview-03 .other [data-num="03"] { display: none;}
body.interview-04 .other [data-num="04"] { display: none;}
body.interview-05 .other [data-num="05"] { display: none;}
body.interview-06 .other [data-num="06"] { display: none;}

.flex01 {
  margin-top: 0px;
  display: flex;
  justify-content: center;
}
.other .flex01 [data-num] {
  width: 535px;
  height: 100px;
  background: #e7e7e7;
  box-shadow: 0 10px 10px 10px rgba(0,0,0,0.1);
  margin: 140px 5px 0;
  display: flex;
  border-radius: 5px;
}
.other .flex01 [data-num="01"]  {
  gap: 2rem;
}

.flex01 [data-num] .img { height: 210px;}
.flex01 .name { color: #000; font-size: 29px; font-weight: 600; line-height: 1.6; margin-top: 10px; letter-spacing: 0.1em;}
/* .other .flex01 .name::before { background: #ff490f; width: 50px; height: 50px;    left: calc(50% - 25px);
    bottom: -100px} */
.flex01 .name-en { display: block; color:#ff490f; font-size: 14px; text-align: left; letter-spacing: 0.1em;}
/* .other .flex01  [data-num]::after { border-bottom: #fff 15px solid; border-right:#fff 15px solid; } */
/* .other .flex01 .en.num { font-size: 18px; margin: 30px 0 20px;} */

.schedule-01 .other .flex01 [data-num="01"],
.schedule-02 .other .flex01 [data-num="02"] { background: #ffea00; }

@media only screen and (max-width: 782px) {
  .flex01 {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    /* flex-direction: column; */
    gap: 4vw;
  }
  .other .flex01 [data-num] {
    width: auto;
    height: 100px;
    margin: 35px 0 0 0;
    position: relative;
    /* padding-left: 135px; */
    flex-direction: column;
    width: 42vw;
    height: 37vw;
    margin-top: 45px;
  }
  .other .flex01 [data-num="01"]{ gap: 0; }

  .other [data-num] .img figure { margin: 0 auto;}
  .other [data-num] .img figure img { height: 130px; width: auto;}
  .other .flex01 .name { font-size: 20px; margin: 1rem 0 1.5rem; /*text-align: left;*/}
  .other .flex01 .name-en{text-align: center; font-size: 9px; font-weight: 500;}
  /* .other .flex01 .name::before { display: none; background: #ff490f; width: 50px; height: 50px;    left: calc(50% - 25px);
      bottom: -68px;} */
  .other .flex01 .img::after { display: none; border-top: #fff 1px solid; border-right:#fff 1px solid; bottom: -48px;}
  .other .flex01 .en.num { font-size: 16px; margin: 22px 0 8px; text-align: left;}
}
  /* .other [data-num] i.arrow {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .other [data-num] i.arrow::before {
    content: "";
    width: 33px;
    height: 33px;
    background: #ff490f;
    position: absolute;
    right: 20px;
    top: calc(50% - 16.5px);
    z-index: 2;
    border-radius: 50%;
  }
  .other [data-num] i.arrow::after {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    right: 34px;
    top: calc(50% - 5px);
    z-index: 3;
    box-sizing: border-box;
    border-top: #fff 1px solid;
    border-right: #fff 1px solid;
    transform: rotate(45deg);
  } 

@media only screen and (max-width: 360px) {
  .other [data-num] i.arrow::before {right: auto; left: 270px;}
  .other [data-num] i.arrow::after {right: auto; left: 278px;}
}*/
@media only screen and (max-width: 782px) {
  /* .other .flex01 [data-num] .img {
    top: 24%;
    position: relative;
    bottom: auto;
    width: 100%;
    height: 38vw;
  } */
  .other [data-num] .img figure img{ height: 100%; width: auto;}
}
.simpleBtn a:hover {
  animation: flash1 0.5s ease;
}
@keyframes flash1 {
	 0% { background: #000; }
	10% { background: #555; }
	100% { background: #000; }
}



/* h3.line ~ h3.line {
    display: none;
}
.backtoindex{display: none!important;} */

.section1 {
  display: flex;
  flex-direction: row-reverse;
  margin-top: 25px;
}
.section1 figure {
  width: 78%;
}
.section1 figure img { width: 100%;}
.section1 .title {
  margin-left: 5%;
  width: 22%;
}
.timetable {
    background: #f5f5f5;
    width: 85%;
    margin: 7rem auto 0px;
    padding-bottom: 17rem;
    border-radius: 0.5rem;
}
.timetable-top .flex01 {
    gap: 3rem;
}
.timetable-top .flex01 .img {
    margin: -45px 15px 0;
    height: 331px;
    margin-bottom: 0;
    position: relative;
}
.timetable-top .profile{
  margin-top: 8rem;
    padding: 0px 15px;
    background: #ff490f;
    text-align: center;
    color: #fff;
    border-radius: 2rem;
    font-size: 2rem;
    line-height: 1.5;
    width: fit-content;
}
.timetable-top .flex01 .name {
    font-size: 50px;
}
.timetable-main {
    width: fit-content;
    margin: 0 auto;
}
.timetable-main tr {
    position: relative;
    border-top: dotted 2px #000;
    display: flex;
    align-items: flex-start;
}
.timetable-main tr:last-child {
    border-bottom: dotted 2px #000;
}
.timetable-main .time {
    color: #ff490f;
    font-size: 3.6rem;
    font-family: 'Barlow', sans-serif;
    font-style: normal;
    width: 20rem;
    align-items: center;
    gap: 2rem;
    margin: 1.3rem 2rem;
}
.timetable-main strong {
    font-size: 2.0rem;
    line-height: 1.5;
    display: inline-block;
    margin: 0rem 0 1.2rem;
}
.timetable-main .time::before {
    content: "";
    width: 60px;
    height: 60px;
}
.schedule-01 .timetable-main .time01::before { background: url(../img/recruit/schedule/01/time01.png) center / contain no-repeat; }
.schedule-01 .timetable-main .time02::before { background: url(../img/recruit/schedule/01/time02.png) center / contain no-repeat; }
.schedule-01 .timetable-main .time03::before { background: url(../img/recruit/schedule/01/time03.png) center / contain no-repeat; }
.schedule-01 .timetable-main .time04::before { background: url(../img/recruit/schedule/01/time04.png) center / contain no-repeat; }
.schedule-01 .timetable-main .time05::before { background: url(../img/recruit/schedule/01/time05.png) center / contain no-repeat; }
.schedule-01 .timetable-main .time06::before { background: url(../img/recruit/schedule/01/time06.png) center / contain no-repeat; }
.schedule-01 .timetable-main .time07::before { background: url(../img/recruit/schedule/01/time07.png) center / contain no-repeat; }
.schedule-01 .timetable-main .time08::before { background: url(../img/recruit/schedule/01/time08.png) center / contain no-repeat; }
.schedule-01 .timetable-main .time09::before { background: url(../img/recruit/schedule/01/time09.png) center / contain no-repeat; }
.schedule-01 .timetable-main .time10::before { background: url(../img/recruit/schedule/01/time10.png) center / contain no-repeat; }
.schedule-02 .timetable-main .time01::before { background: url(../img/recruit/schedule/02/time01.png) center / contain no-repeat; }
.schedule-02 .timetable-main .time02::before { background: url(../img/recruit/schedule/02/time02.png) center / contain no-repeat; }
.schedule-02 .timetable-main .time03::before { background: url(../img/recruit/schedule/02/time03.png) center / contain no-repeat; }
.schedule-02 .timetable-main .time04::before { background: url(../img/recruit/schedule/02/time04.png) center / contain no-repeat; }
.schedule-02 .timetable-main .time05::before { background: url(../img/recruit/schedule/02/time05.png) center / contain no-repeat; }
.schedule-02 .timetable-main .time06::before { background: url(../img/recruit/schedule/02/time06.png) center / contain no-repeat; }
.schedule-02 .timetable-main .time07::before { background: url(../img/recruit/schedule/02/time07.png) center / contain no-repeat; }
.schedule-02 .timetable-main .time08::before { background: url(../img/recruit/schedule/02/time08.png) center / contain no-repeat; }
.schedule-02 .timetable-main .time09::before { background: url(../img/recruit/schedule/02/time09.png) center / contain no-repeat; }
.schedule-02 .timetable-main .time10::before { background: url(../img/recruit/schedule/02/time10.png) center / contain no-repeat; }

.timetable-main .time::after {
  content: "";
  width: 25px;
  height: 17px;
  position: absolute;
  top:calc(100% - 8px);
  left: 12%;
  z-index: 3;
  background: #000;
  mask: url(../img/recruit/schedule/arrow.png);
  mask-size: contain;
  mask-repeat: no-repeat;
}
.timetable-main tr:last-child .time:after {
  content: none;
}
.timetable-main td {
  margin: 3.4rem 0 2.6rem;
}
.timetable + .simpleBtn { margin-top: -40px; position: relative; z-index: 5;}

.bottom .other.footer {
    padding-top: 195px;
    padding-bottom: 360px;
}
.bottom .other [data-num]::after{
  bottom: 220%;
  top: auto;
  transform: rotate(180deg);
}

@media only screen and (max-width: 782px) {
.mainimg_nav{
  margin-bottom: -8vw;
}
.section1 {
  flex-direction: column;
}
.section1 figure {
  width: 100%;
}
.section1 .title {
  margin-left: 0;
  width: 100%;
}
.timetable {
  border-radius: 0.5rem;
  width: 90%;
  margin-top: 22vw;
}
  .timetable-top .flex01{
    flex-direction: column;
    gap: 6vw;
  }
  .timetable-top .flex01 .img{
    margin: -49px 0 0;
    height: auto;
  }
  .timetable .flex01 .img img {
    height: 62vw;
    width: auto;
  }
  .timetable-top .text{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 9vw;
  }
  .timetable-top .profile{
    font-size: 3.2vw;
    letter-spacing: 0;
    margin: 0 auto 1vw;
  }
  .timetable-top .flex01 .name{
    font-size: 8vw;
    margin-top: 0;
  }
  .flex01 .name-en{
    text-align: center;
    font-size: 3vw;
  }
  .timetable-main{ width: 92%;}
  .timetable-main .time{
    flex-direction: row;
    font-size: 6vw;
    width: 95%;
    margin: 4vw auto 0;
    gap: 4vw;
  }
  .timetable-main .time::before{
    width: 9vw;
    height: 9vw;
  }
  .timetable-main tr{
    flex-direction: column;
    border-width: 1px;
  }
  .timetable-main td{
    width: 95%;
    margin: 2vw auto 4vw;
    font-size: 3vw;
    letter-spacing: 0.08em;
  }
  .timetable-main .time::after{
    width: 5vw;
    left: 5%;
  }
  .timetable-main strong{
    font-size: 4.2vw;
    margin: 0 auto 2.8vw;
  }
  .bottom .other.footer{
    padding: 46vw 0 28vw;
  }
  .bottom .other [data-num]::after{
    top: auto;
    bottom: 165%;
  }
}
