@charset "utf-8";

/*  msghd  */
#msghd{
  position: relative;
}
@media screen and (min-width: 768px){
  #msghd::before {
    content: '';
    position: absolute;
    background-color:#F5FCEF;
    left: 428px;
    bottom: -338px;
    width: 338px;
    height: 338px;
    z-index: -10;
  }
}
#msghd .text{
  position: relative;
  display: -webkit-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  padding: 30px 0;
}
@media screen and (min-width: 768px){
  #msghd .text{
    padding: 0;
    width: calc(430 / 1000 * 100%);
    height: calc(55rem + 60px);
    gap: 120px;
  }
}
#msghd .text::before {
  content: '';
  position: absolute;
  left: calc(50% - 50vw);
  right: 0;
  z-index: -10;
  top: 0;
  background-color: var(--theme-color);
  max-width: 50%;
  height: 100%;
}
@media screen and (min-width: 768px){
  #msghd .text::before {
    height: calc(55rem + 60px);
    max-width: none;
  }
}
#msghd .text::after {
  content: "";
  position: absolute;
  width: 61px;
  height: 61px;
  left: -15px;
  bottom: -50px;
  background: url('../images/ill_interview_bg.png') no-repeat center / contain;
}
@media screen and (min-width: 768px){
  #msghd .text::after {
    width: 122px;
    height: 122px;
    left: -122px;
    bottom: -88px;
  }
}
#msghd h2{
  position: absolute;
  left: -30px;
  top: 0;
  bottom: 0;
  margin: auto;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: rgba(255,255,255, 0.2);
  font-size: 41px;
  letter-spacing: 0.08em;
  line-height: 1;
  font-family: var(--Oswald);
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-align: center;
}
@media screen and (min-width: 768px){
  #msghd h2{
    left: -176px;
    font-size: 82px;
  }
}
#msghd .msg p{
  margin: 0;
  font-size: 3.2rem;
  font-size: clamp(1.9rem, 32 / 1280 * 100vw, 3.2rem);
  font-weight: 900;
  line-height: 2;
  letter-spacing: 0.1em;
  color: rgb(255, 255, 255);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: var(--theme-color) 2px 0;
}
#msghd .name{
  padding: .3rem 0;
  margin: 0;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: calc(0.9 / 15 * 1em);
  color: rgb(255, 255, 255);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 768px){
  #msghd .name{
    padding: 1.3rem 0;
  }
}
#msghd .name .kana{
  padding-left: 1.5rem;
  font-family: var(--Oswald);
  font-size: 1.2rem;
  letter-spacing: calc(2.16 / 12 * 1em);
  text-shadow: var(--theme-color) 2px 0;
}
@media screen and (min-width: 768px){
  #msghd .name .kana{
    padding-left: calc(36 / 12 * 1em);
  }
}
#msghd .post{
  margin: 0;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.7;
  letter-spacing: calc(0.78 / 13 * 1em);
  color: rgb(255, 255, 255);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: var(--theme-color) 2px 0;
}
#msghd .image{
  position: absolute;
  top: 0;
  left: calc(50% - 50vw);
  right: calc(50% - 50vw);
  z-index: -20;
  height: 100%;
}
@media screen and (min-width: 768px){
  #msghd .image{
    left: auto;
    height: 55.0rem;
  }
}
@media screen and (min-width: 1366px){
  #msghd .image{
    width: calc(1023 / 1366 * 100vw);
  }
}
#msghd .image img{
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/*  itw1  */
#itw1{
  padding-top: 14rem;
  padding-bottom: 13.2rem;
}
@media screen and (min-width: 768px){
  #itw1{
    display: -webkit-box;
    display: flex;
  }
}
@media screen and (min-width: 768px) and (max-height: 640px){
  #itw1{
    padding-top: calc(7.8rem + 120px);
  }
}
@media screen and (min-width: 768px) and (min-height: 641px) and (max-height: 760px){
  #itw1{
    padding-top: calc(7.8rem + 760px - 100vh);
  }
}
@media screen and (min-width: 768px){
  #itw1 .text{
    padding-left: 4.0rem;
    flex-basis: 52.0rem;
    box-sizing: border-box;
  }
}
#itw1 h3{
  margin: 0;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.9;
  letter-spacing: calc(0.72 / 18 * 1em);
  color: var(--theme-color);
  text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.75),
    -1px 1px 2px rgba(255, 255, 255, 0.75),
    1px -1px 2px rgba(255, 255, 255, 0.75),
    -1px -1px 2px rgba(255, 255, 255, 0.75);
}
#itw1 .desc{
  padding-top: 2.2rem;
  padding-bottom: 3.2rem;
}
@media screen and (min-width: 768px){
  #itw1 .desc{
    padding-top: 4.4rem;
    padding-bottom: 0;
  }
}
#itw1 .desc p{
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.86;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
}
@media screen and (min-width: 768px){
  #itw1 .image{
    -webkit-box-ordinal-group: 0;
    order: -1;
    flex-basis: 48.0rem;
  }
}

/*  movie  */
#movie{
  padding: 8.8rem calc(50vw - 50%);
  margin: 0 calc(50% - 50vw);
  position: relative;
}
#movie .image{
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(50% - 50vw);
  right: calc(50% - 50vw);
  z-index: -10;
}
@media screen and (min-width: 768px){
  #movie .image{
    height: 68.8rem;
    bottom: auto;
  }
}
#movie .image::before{
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.7);
}
#movie .image img{
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 66.6% 50%;
  object-position: 66.6% 50%;
}
#movie h3{
  margin: 0;
  font-family: var(--Oswald);
  font-size: 2.7rem;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: calc(9.18 / 27 * 1em);
  text-align: center;
  color: rgb(255, 255, 255);
}
#movie .desc{
  padding: 3.0rem 0 5.1rem 0;
}
#movie .desc p{
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.86;
  text-align: center;
  color: rgb(255, 255, 255);
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
}
#movie .mv{
  margin: 0 auto;
  position: relative;
  max-width: 96.0rem;
}
#movie .mv::before{
  content: '';
  display: block;
  padding-top: calc(540 / 960 * 100%);
}
#movie .mv iframe{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/*  sched  */
#sched{
  padding-bottom: 12.3rem;
}
@media screen and (min-width: 768px){
  #sched{
    padding-top: 12.3rem;
    padding-bottom: 24.4rem;
  }
}
#sched h3{
  padding-top: 7.4rem;
  padding-left: calc(30 / 375 * 100%);
  margin: 0;
  font-family: var(--Oswald);
  font-size: 4.5rem;
  font-size: clamp(2.7rem, 45 / 1366 * 100vw, 4.5rem);
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: rgb(89, 87, 87);
  border-left: solid 3px var(--theme-color);
}
@media screen and (min-width: 768px){
  #sched h3{
    padding-top: 0;
    padding-left: 0;
    letter-spacing: 0;
    position: absolute;
    border-left: 0;
  }
}
#sched h3::first-letter {
  color: var(--theme-color);
}
#sched ol{
  padding: 6.0rem calc(50vw - 50%) 6.0rem 0;
  margin: 0 calc(50% - 50vw) 0 0;
  list-style: none;
  border-bottom: solid 3px var(--theme-color);
  border-left: solid 3px var(--theme-color);
}
@media screen and (min-width: 768px){
  #sched ol{
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    border-bottom: 0;
    border-left: 0;
  }
  #sched ol::before{
    content: '';
    flex-basis: calc(1 / 3 * 100%);
    box-sizing: border-box;
  }
}
@media screen and (min-width: 768px){
  #sched li{
    flex-basis: calc(1 / 3 * 100%);
    box-sizing: border-box;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  #sched li:nth-of-type(3){
    -webkit-box-ordinal-group: 4;
    order: 3;
  }
  #sched li:nth-of-type(4){
    -webkit-box-ordinal-group: 3;
    order: 2;
  }
  #sched li:nth-of-type(5){
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
}
#sched .label{
  padding: 1.1rem 0 1.1rem calc(30 / 315 * 100%);
  position: relative;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: calc(2.16 / 18 * 1em);
  white-space: nowrap;
}
@media screen and (min-width: 768px){
  #sched .label{
    padding: 1.1rem 0;
    text-align: center;
    border-bottom: solid 3px var(--theme-color);
  }
  #sched li:nth-of-type(3) .label{
    border-right: solid 3px var(--theme-color);
  }
}
#sched .label::after{
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -.95rem;
  margin: auto;
  width: 1.4rem;
  height: 1.4rem;
  border: solid 1px rgb(255, 255, 255);
  border-radius: 50%;
  background-color: rgb(232, 224, 13);
  box-sizing: border-box;
}
@media screen and (min-width: 768px){
  #sched .label::after{
    top: auto;
    bottom: -0.8rem;
    left: 0;
    right: 0;
  }
  #sched li:first-of-type .label::before{
    content: '';
    display: inline-block;
    position: absolute;
    top: 100%;
    left: calc(50% * 3 - 50vw - 100%);
    right: 100%;
    border-bottom: solid 3px var(--theme-color);
  }
}
#sched .label time{
  display: inline-block;
  min-width: 4em;
  font-family: var(--Oswald);
  color: var(--theme-color);
}
@media screen and (min-width: 768px){
  #sched .label time{
    display: block;
    min-width: 0;
  }
}
#sched .exp{
  padding-top: 1.1rem;
  padding-bottom: 1.1rem;
  position: relative;
}
@media screen and (min-width: 768px){
  #sched .exp{
    padding-top: 6.3rem;
    -webkit-box-flex: 1;
    flex-grow: 1;
  }
  #sched li:nth-of-type(2) .exp{
    border-right: solid 3px var(--theme-color);
  }
  #sched li:nth-of-type(5) .exp{
    border-left: solid 3px var(--theme-color);
  }
  #sched li:nth-of-type(n+3) .exp{
    padding-bottom: 3.5rem;
    border-bottom: solid 3px var(--theme-color);
  }
  #sched li:nth-of-type(3) .exp{
    position: relative;
  }
  #sched li:nth-of-type(3) .exp::after{
    content: '';
    position: absolute;
    top: 100%;
    left: 100%;
    right: calc(50% * 3 - 50vw);
    border-bottom: solid 3px var(--theme-color);
  }
  #sched .exp::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -10;
    margin: auto;
    width: 0;
    height: 5.9rem;
    border-left: solid 1px rgb(193, 193, 193);
  }
}
#sched .exp p{
  padding: 0 0 0 calc(30 / 315 * 100%);
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.63;
}
@media screen and (min-width: 768px){
  #sched .exp p{
    padding: 0 0.75em;
    margin: 0 auto;
    max-width: 22.0rem;
    font-size: 1.6rem;
  }
}

/*  itw2  */
@media screen and (min-width: 768px){
  #itw2{
    padding: 5.0rem 0;
    display: -webkit-box;
    display: flex;
  }
}
#itw2>.text{
  padding: 6.0rem calc(50vw - 50%);
  margin: 0 calc(50% - 50vw);
  background-color: var(--theme-color);
}
@media screen and (min-width: 768px){
  #itw2>.text{
    padding: 1.2rem 0 1.2rem 2.0rem;
    margin: 0;
    flex-basis: 50%;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
  }
  #itw2>.text::before{
    content: '';
    position: absolute;
    top: -5.0rem;
    bottom: -5.0rem;
    left: calc(255 / 500 * -100%);
    right: calc(100% - 50vw);
    z-index: -10;
    background-color: inherit;
  }
}
#itw2>.photo{
  padding: 0 calc(50vw - 50%) 6.0rem calc(50vw - 50%);
  margin: 0 calc(50% - 50vw);
  background-color: var(--theme-color);
}
@media screen and (min-width: 768px){
  #itw2>.photo{
    padding: 0 2.0rem 0 0;
    margin: 0;
    flex-basis: 50%;
    box-sizing: border-box;
    -webkit-box-ordinal-group: 0;
    order: -1;
    background-color: transparent;
  }
  #itw2>.photo .image{
    margin-left: calc(100% - 50vw + 2.0rem);
    height: 100%;
    text-align: right;
  }
  #itw2>.photo .image img{
    width: 100%;
    max-width: 94.0rem;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
#itw2 h3{
  padding-bottom: 2.4rem;
  margin: 0;
  color: rgb(255, 255, 255);
}
@media screen and (min-width: 768px){
  #itw2 h3{
    padding-bottom: 0;
  }
}
#itw2 h3 .en{
  display: block;
  font-family: var(--Oswald);
  font-size: 4.5rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: calc(8.1 / 45 * 1em);
}
@media screen and (min-width: 768px){
  #itw2 h3 .en{
    padding-bottom: 3.6rem;
  }
}
#itw2 h3 .en::before{
  content: '';
  display: inline-block;
  margin-right: calc(18 / 45 * 1em);
  width: calc(25 / 45 * 1em);
  height: calc(33 / 45 * 1em);
  background: url(../images/ico_next.svg) no-repeat 50% 50%/contain;
}
#itw2 h3 .ja{
  padding: 2.8rem 0;
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.44;
  letter-spacing: calc(1.08 / 18 * 1em);
}
#itw2 .desc p{
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.86;
  color: rgb(255, 255, 255);
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
}

/*  linearnav  */
#linearnav{
  padding: 17.0rem 0;
}
#linearnav ul{
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
@media screen and (min-width: 768px){
  #linearnav ul{
    -webkit-box-pack: center;
    justify-content: center;
  }
  #linearnav .index{
    padding: 0 calc(96 / 1000 * 100%);
  }
}
#linearnav .index a{
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  width: 8.0rem;
  height: 8.0rem;
  font-size: 1.0rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: calc(3.36 / 12 * 1em);
  color: rgb(255, 255, 255);
  border: solid 1px rgb(112, 112, 112);
  border-radius: 50%;
  background-color: rgb(0, 0, 0);
}
@media screen and (min-width: 768px){
  #linearnav .index a{
    width: 10.8rem;
    height: 10.8rem;
    font-size: 1.2rem;
  }
}
#linearnav .index a::before{
  content: '';
  display: block;
  margin-bottom: .9rem;
  width: 2.2rem;
  height: 2.2rem;
  background: url(../images/ico_index.svg) no-repeat 50% 50%/contain;
}
#linearnav .prev a,
#linearnav .next a{
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  height: 100%;
  font-size: 1.3rem;
  font-weight: 900;
  line-height: 1.6;
  letter-spacing: calc(3.64 / 13 * 1em);
}
#linearnav .prev span,
#linearnav .next span{
  display: none;
}
@media screen and (min-width: 768px){
  #linearnav .prev span,
  #linearnav .next span{
    display: inline;
  }
}
#linearnav .prev a::before,
#linearnav .next a::after{
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1.0rem;
  height: 1.58rem;
  background: url(../images/ico_arrow.svg) no-repeat 50% 50%/contain;
}
#linearnav .prev a::before{
  margin-right: 1.0rem;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
@media screen and (min-width: 768px){
  #linearnav .prev a::before{
    margin-right: 3.0rem;
  }
}
#linearnav .next a::after{
  margin-left: 1.0rem;
}
@media screen and (min-width: 768px){
  #linearnav .next a::after{
    margin-left: 3.0rem;
  }
}
