@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.05em;
}
@media only screen and (max-width: 782px) {
  .h3sub{
    font-size: 2rem;
  }
}

.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.line.en{
  text-align: center;
  position: relative;
  margin-top: 100px;
}
h3.line.en::before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 1360px;
  max-width: 100%;
  height: 1px;
  background: #fff;
  left: calc(50% - 680px);
  top: 50%;
}
h3.line.en span, h3.en.sp span {
  font-size: 60px;
  line-height: 1;
  background: #ff490f;
  display: inline-block;
  padding: 0 40px;
  position: relative;
  z-index: 2;
  color: #fff;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 690px) {
  h3.line.en::before { width: 90%; left: 5%;}
}
@media only screen and (max-width: 782px) {
  .other.footer { padding-bottom: 70px;}
  
  h3.line.en {
    margin-top: 0;
  }
  h3.en.sp{
    text-align: center;
  }
  h3.line.en::before {
    width: 93.4%;
    left: 3.3%;
  }
  h3.line.en span, h3.en.sp span {
    font-size: 45px;
    padding: 0 30px;
  }
}
.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:not(.footer) {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: calc(100% + 35px);
  z-index: 2;
  overflow: hidden;
  pointer-events: none;
}
.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;
}
.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;
}
.other [data-num] .img figure { transition: all 0.5s ease; transform-origin: center bottom;}
.other [data-num]:hover .img figure { 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;
  position: relative;
}
.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 .name::after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  left: calc(50% - 7px);
  bottom: -28px;
  z-index: 3;
  box-sizing: border-box;
  border-top: #000 2px solid;
  border-right: #000 2px solid;
  transform: rotate(45deg);
}

@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;
  flex-wrap: wrap
}
.other .flex01 [data-num] {
  width: 330px;
  height: 400px /*435px*/;
  background: #e7e7e7;
  box-shadow: 0 10px 10px 10px rgba(0,0,0,0.1);
  margin: 150px 20px 0;
}
.other .flex01 [data-num] .img { height: 270px;}
.other .flex01 .name { color: #ff490f; font-size: 32px; font-weight: 500;}
.other .flex01 .name::before { background: #ff490f; width: 50px; height: 50px;    left: calc(50% - 25px);
    bottom: -100px/*-140px;*/}
.other .flex01 .name::after { border-top: #fff 1px solid; border-right:#fff 1px solid; bottom: -80px/*-120px*/;}
.other .flex01 .en.num { font-size: 18px; margin: 30px 0 20px;}

@media only screen and (max-width: 782px) {
  .flex01 {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .other .flex01 [data-num] {
    width: auto;
    height: 100px;
    margin: 35px 0 0 0;
    position: relative;
    padding-left: 135px;
  }
  .other .flex01 [data-num] .img {
    height: 135px; 
    width: 135px;
    position: absolute;
    left: 0;
    bottom: 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; text-align: left;}
  .other .flex01 .name::before { display: none; background: #ff490f; width: 50px; height: 50px;    left: calc(50% - 25px);
      bottom: -68px;}
  .other .flex01 .name::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;}
}
.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;}