@charset "UTF-8";
/* ------------------------------
    mixin
------------------------------ */
/* ------------------------------
    interview
------------------------------ */
#sec_pagettl .fv {
  position: relative;
}
#sec_pagettl .fv .sttl {
  color: #fff;
  position: absolute;
  left: 10rem;
  bottom: 2rem;
}
#sec_pagettl .fv .sttl .ja {
  font-size: 6rem;
  line-height: 1.4;
  font-weight: 600;
  text-shadow: 5px 4px 6px rgba(0, 0, 0, 0.5);
}
#sec_pagettl .fv .sttl .en {
  font-size: 4rem;
  line-height: 1.4;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #sec_pagettl .fv .sttl {
    left: 8vw;
    bottom: 8vw;
  }
  #sec_pagettl .fv .sttl .ja {
    font-size: 4rem;
  }
  #sec_pagettl .fv .sttl .en {
    font-size: 2.4rem;
  }
}

#sec_profile .ttl {
  font-size: 3.6rem;
  line-height: 1.8;
  font-weight: 600;
  text-align: center;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  #sec_profile .ttl {
    font-size: 2.6rem;
  }
}
@media screen and (min-width: 768px) {
  #sec_profile .catch {
    text-align: center;
  }
}
#sec_profile .list {
  display: flex;
  gap: 6rem;
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  #sec_profile .list {
    gap: 0;
    margin-left: -8vw;
    margin-right: -8vw;
  }
}
#sec_profile .list .item {
  flex: 1;
}
#sec_profile .list .item a {
  display: block;
}
#sec_profile .list .img {
  position: relative;
}
#sec_profile .list .img img {
  width: 100%;
}
#sec_profile .list .img .num {
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  line-height: 1.2;
  text-align: center;
  padding-left: 0.3em;
}
#sec_profile .list .img .num > * {
  position: relative;
  z-index: 1;
}
#sec_profile .list .img .num small {
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 600;
}
#sec_profile .list .img .num strong {
  font-size: 5.4rem;
  line-height: 0.8;
  font-weight: 600;
}
#sec_profile .list .img .num::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 12rem;
  height: 12rem;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  mix-blend-mode: multiply;
  background: #095CA8;
}
@media screen and (max-width: 767px) {
  #sec_profile .list .img .num small {
    font-size: 1.2rem;
  }
  #sec_profile .list .img .num strong {
    font-size: 4rem;
  }
  #sec_profile .list .img .num::before {
    width: 10rem;
    height: 10rem;
  }
}
#sec_profile .list .name {
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 500;
  margin: 1em 0 0.5em;
}
@media screen and (max-width: 767px) {
  #sec_profile .list .name {
    text-align: center;
    position: relative;
    padding-bottom: 2em;
  }
  #sec_profile .list .name::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%) rotate(45deg);
    border-bottom: 2px solid #000;
    border-right: 2px solid #000;
    width: 0.8em;
    height: 0.8em;
  }
}
#sec_profile .list .name strong {
  font-size: 3rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #sec_profile .list .name strong {
    font-size: 2.8rem;
  }
}
#sec_profile .list .name img {
  height: 5rem;
  width: auto;
}
@media screen and (max-width: 767px) {
  #sec_profile .list .name img {
    height: 4rem;
  }
}
#sec_profile .list .txt {
  border-top: 1px solid #707070;
  padding-top: 0.5em;
}

.sec_interview {
  margin-top: 20rem;
  padding-top: 6rem;
}
@media screen and (max-width: 767px) {
  .sec_interview {
    margin-top: 8rem;
    padding-top: 0;
  }
}
.sec_interview .sec_fv {
  position: relative;
}
@media screen and (min-width: 768px) {
  .sec_interview .sec_fv:hover .img .default {
    display: none;
  }
  .sec_interview .sec_fv:hover .img .hover {
    display: block;
  }
}
.sec_interview .sec_fv .img img {
  width: 100%;
}
.sec_interview .sec_fv .img img.hover {
  display: none;
}
.sec_interview .sec_fv .num {
  position: absolute;
  left: 0;
  top: -6rem;
  color: #fff;
  font-size: 2.4rem;
  line-height: 1.2;
  font-weight: 500;
  padding: 2rem 3rem 3rem;
}
.sec_interview .sec_fv .num > * {
  position: relative;
  z-index: 1;
}
.sec_interview .sec_fv .num small {
  font-size: 4rem;
  line-height: 1;
  font-weight: 600;
}
.sec_interview .sec_fv .num strong {
  font-size: 17rem;
  line-height: 0.7;
  font-weight: 600;
  margin-left: -0.05em;
}
.sec_interview .sec_fv .num::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 40rem;
  height: 40rem;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  mix-blend-mode: multiply;
  background: #095CA8;
}
@media screen and (max-width: 767px) {
  .sec_interview .sec_fv .num {
    top: 0;
    padding: 2vw;
    font-size: 1.2rem;
  }
  .sec_interview .sec_fv .num small {
    font-size: 2rem;
  }
  .sec_interview .sec_fv .num strong {
    font-size: 7rem;
  }
  .sec_interview .sec_fv .num::before {
    width: 18rem;
    height: 18rem;
  }
}
.sec_interview .sec_fv .position {
  color: #fff;
  position: absolute;
  right: 0.2em;
  bottom: 0;
  font-size: 9rem;
  line-height: 0.8;
  font-weight: 900;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .sec_interview .sec_fv .position {
    display: none;
  }
}
.sec_interview .sec_talk {
  margin-top: 6rem;
}
.sec_interview .sec_talk .name {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec_interview .sec_talk .name img {
    height: 15rem;
    width: auto;
  }
}
.sec_interview .sec_talk .people {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: absolute;
  left: 0;
  top: -21rem;
  height: 42rem;
}
.sec_interview .sec_talk .people img {
  height: 100%;
  width: auto;
  max-width: inherit;
}
@media screen and (max-width: 767px) {
  .sec_interview .sec_talk .people {
    width: 11rem;
    height: 28rem;
    left: -7vw;
    top: -12rem;
  }
}
.sec_interview .sec_talk .detail {
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .sec_interview .sec_talk .detail {
    margin-top: 4rem;
  }
}
.sec_interview .sec_talk .detail .ttl {
  color: #095CA8;
  font-size: 2.8rem;
  line-height: 1.4;
  font-weight: 600;
  text-align: center;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .sec_interview .sec_talk .detail .ttl {
    line-height: 1.6;
  }
}
.sec_interview .sec_talk .detail .flex {
  display: flex;
  gap: 2rem;
  margin: 3em 0 4em;
}
.sec_interview .sec_talk .detail .flex .item {
  flex: 1;
}
.sec_interview .sec_talk .detail .flex .item img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .sec_interview .sec_talk .detail .flex {
    flex-direction: column;
    gap: 1rem;
  }
}
.sec_interview .sec_talk .detail .txt + .txt {
  margin-top: 2em;
}
.sec_interview .sec_talk .off {
  background: #F0F0F0;
  padding: 6rem 6rem 3rem;
  margin: 8rem 0;
}
@media screen and (max-width: 767px) {
  .sec_interview .sec_talk .off {
    margin-left: -8vw;
    margin-right: -8vw;
    padding: 8vw;
  }
}
.sec_interview .sec_talk .off .ttl {
  background: #fff;
  color: #095CA8;
  width: 49rem;
  height: 5.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.6rem;
  line-height: 1.4;
  font-weight: 600;
  border-radius: 100px;
  margin: 0 auto 4rem;
}
@media screen and (max-width: 767px) {
  .sec_interview .sec_talk .off .ttl {
    width: 75%;
    margin-bottom: 1em;
  }
}
.sec_interview .sec_talk .off .sttl {
  color: #095CA8;
  font-size: 2.6rem;
  line-height: 1.4;
  font-weight: 600;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  .sec_interview .sec_talk .off .sttl {
    font-size: 2.4rem;
  }
}
.sec_interview .sec_talk .off .flex {
  display: flex;
  gap: 2rem;
  margin: 3em 0;
}
.sec_interview .sec_talk .off .flex .left {
  flex: 0 0 auto;
}
.sec_interview .sec_talk .off .flex .left img {
  width: 42.5rem;
}
@media screen and (max-width: 767px) {
  .sec_interview .sec_talk .off .flex {
    flex-direction: column;
  }
}
.sec_interview .sec_talk .btn {
  text-align: center;
  margin: 10rem 0;
}
@media screen and (max-width: 767px) {
  .sec_interview .sec_talk .btn {
    margin: 6rem 0 3rem;
  }
}
.sec_interview .sec_talk .btn a {
  background: #095CA8;
  color: #fff;
  width: 66rem;
  height: 15rem;
  font-size: 2.4rem;
  line-height: 1.6;
  font-weight: 600;
  border-radius: 100px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 2rem 0 5rem;
  transition: background-color 0.3s ease;
}
@media screen and (min-width: 768px) {
  .sec_interview .sec_talk .btn a:hover {
    opacity: 1;
    background: #0037A0;
  }
}
@media screen and (max-width: 767px) {
  .sec_interview .sec_talk .btn a {
    width: 100%;
    height: 8rem;
    font-size: 1.6rem;
    padding: 0 2rem;
    white-space: nowrap;
  }
}
.sec_interview .sec_talk .btn a .arrow {
  display: inline-block;
  width: 11rem;
  height: 11rem;
  border: 1px solid #fff;
  border-radius: 100%;
  margin-left: 1em;
  position: relative;
}
.sec_interview .sec_talk .btn a .arrow::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-75%, -50%) rotate(45deg);
  width: 30%;
  height: 30%;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .sec_interview .sec_talk .btn a .arrow {
    width: 3em;
    height: 3em;
    margin-left: 0;
  }
}
.sec_interview .sec_schedule {
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .sec_interview .sec_schedule {
    margin-top: 4rem;
  }
}
.sec_interview .sec_schedule .flex {
  display: flex;
  align-items: center;
  gap: 3rem;
}
.sec_interview .sec_schedule .flex .ico {
  flex: 0 0 auto;
}
.sec_interview .sec_schedule .flex .ico img {
  width: 17rem;
}
.sec_interview .sec_schedule .flex .ttl {
  color: #095CA8;
  font-size: 2.4rem;
  line-height: 1.4;
  font-weight: 600;
  margin-bottom: 1em;
}
.sec_interview .sec_schedule .flex .txt {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .sec_interview .sec_schedule .flex {
    flex-wrap: wrap;
  }
  .sec_interview .sec_schedule .flex .ico img {
    width: 12rem;
  }
  .sec_interview .sec_schedule .flex .ttl {
    width: calc( 100% - 15rem );
    margin: 0;
  }
  .sec_interview .sec_schedule .flex .detail {
    display: contents;
  }
}
.sec_interview .sec_schedule .bg {
  background: #F0F0F0;
  padding: 6rem 0;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .sec_interview .sec_schedule .bg {
    padding: 4rem 0 6rem;
  }
}
.sec_interview .sec_schedule .time {
  display: grid;
  grid-template-columns: 15rem auto;
}
@media screen and (max-width: 767px) {
  .sec_interview .sec_schedule .time {
    display: block;
  }
}
.sec_interview .sec_schedule .time + .time {
  margin-top: 3rem;
  padding-top: 3rem;
  border-top: 3px solid #095CA8;
}
@media screen and (max-width: 767px) {
  .sec_interview .sec_schedule .time + .time {
    padding-top: 0;
    border-top: none;
  }
}
.sec_interview .sec_schedule .time .ttl span {
  background: #095CA8;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.2em;
  height: 3.2em;
  border-radius: 100px;
  font-size: 2.6rem;
  line-height: 1.4;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .sec_interview .sec_schedule .time .ttl span {
    margin: 0 auto 2rem;
  }
}
.sec_interview .sec_schedule .kome {
  margin-top: 2rem;
  font-size: 1.4rem;
}
.sec_interview .sec_schedule .kome span::before {
  content: "※";
}
