@import url(//use.fontawesome.com/releases/v5.6.3/css/all.css);
@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0&icon_names=stat_minus_1");
/* ==========================================================================
   Foundation
========================================================================== */
html {
  scroll-behavior: smooth;
}

.is-hidden {
  display: none;
}

.pc-hidden {
  display: none;
}

@media only screen and (max-width: 640px) {
  .sp-hidden {
    display: none;
  }
  .pc-hidden {
    display: block;
  }
  .sp-scroll {
    width: 100%;
    overflow-x: auto;
  }
}
#secret-event h1 {
  font-size: 2.8rem;
  font-weight: 700;
}
@media only screen and (max-width: 640px) {
  #secret-event h1 {
    font-size: 1.8rem;
  }
}
#secret-event h2 {
  font-size: 2.2rem;
  font-weight: 700;
}
@media only screen and (max-width: 640px) {
  #secret-event h2 {
    font-size: 1.6rem;
  }
}
#secret-event h3 {
  font-size: 2rem;
  font-weight: 700;
}
@media only screen and (max-width: 640px) {
  #secret-event h3 {
    font-size: 1.35rem;
  }
}
#secret-event h4 {
  font-size: 1.4rem;
  font-weight: 700;
}
@media only screen and (max-width: 640px) {
  #secret-event h4 {
    font-size: 1.15rem;
  }
}
#secret-event h5 {
  font-size: 1rem;
  font-weight: 700;
}
#secret-event h6 {
  font-size: 0.8rem;
  font-weight: 700;
}
@media only screen and (max-width: 640px) {
  #secret-event h6 {
    font-size: 0.85rem;
  }
}
#secret-event .txtLarge {
  font-size: 1.2rem;
}
@media only screen and (max-width: 640px) {
  #secret-event .txtLarge {
    font-size: 1.15rem;
  }
}
#secret-event .txtSmall {
  font-size: 0.8rem;
}
@media only screen and (max-width: 640px) {
  #secret-event .txtSmall {
    font-size: 0.85rem;
  }
}
#secret-event .txtXsmall {
  font-size: 0.7rem;
}
#secret-event .txtXxsmall {
  font-size: 0.6rem;
}
#secret-event .txtBold {
  font-weight: bold;
}
#secret-event .pT_base {
  padding-top: 80px !important;
}
@media only screen and (max-width: 640px) {
  #secret-event .pT_base {
    padding-top: 40px !important;
  }
}
#secret-event .pB_base {
  padding-bottom: 80px !important;
}
@media only screen and (max-width: 640px) {
  #secret-event .pB_base {
    padding-bottom: 40px !important;
  }
}
#secret-event .pT_half {
  padding-top: 40px !important;
}
@media only screen and (max-width: 640px) {
  #secret-event .pT_half {
    padding-top: 20px !important;
  }
}
#secret-event .pB_half {
  padding-bottom: 40px;
}
@media only screen and (max-width: 640px) {
  #secret-event .pB_half {
    padding-bottom: 20px;
  }
}
#secret-event .col_01 {
  color: #007ac5;
}
#secret-event .col_02 {
  color: #00baf2;
}
#secret-event .col_03 {
  color: #d63636;
}
#secret-event .col_04 {
  color: #AD8647;
}
#secret-event .col_05 {
  color: #E0E721;
}
#secret-event .col_06 {
  color: #6a36b7;
}
#secret-event .col_07 {
  color: #f03b7a;
}
#secret-event .col_08 {
  color: #1e18ca;
}
#secret-event .col_09 {
  color: #a6ea1c;
}
#secret-event .col_10 {
  color: #007ac5;
}

/* ==========================================================================
   Common
========================================================================== */
#secret-event .main {
  max-width: 1180px;
  position: relative;
  margin: 0 auto;
  padding: 0 5%;
  color: #fff;
}
#secret-event .contentsTitle {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 6rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 10px;
  margin-bottom: 50px;
  white-space: nowrap;
  border-bottom: 1px solid #ccc;
  padding-bottom: 16px;
}
@media only screen and (max-width: 640px) {
  #secret-event .contentsTitle {
    font-size: 5.5555555556vw;
    letter-spacing: 5px;
    margin-bottom: 30px;
    padding-bottom: 8px;
  }
}
#secret-event .sub_title {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 3.6rem;
  font-weight: 700;
  font-style: normal;
  margin: 80px auto 30px;
  white-space: nowrap;
}
@media only screen and (max-width: 640px) {
  #secret-event .sub_title {
    font-size: 2.4rem;
    margin: 40px auto 20px;
  }
}
#secret-event .lead {
  font-size: 2rem;
  line-height: 2;
  padding: 0;
  margin: 0 auto;
  text-align: center;
  font-weight: bold;
  color: #fff;
  font-family: "Noto Serif JP", serif;
}
@media only screen and (max-width: 640px) {
  #secret-event .lead {
    font-size: 3.5714285714vw;
    padding: 0;
    line-height: 1.5;
  }
  #secret-event .lead + .lead {
    margin-top: 20px;
  }
}
#secret-event .content_area {
  margin: 0 auto 120px;
  padding: 50px 0 0;
}
@media only screen and (max-width: 640px) {
  #secret-event .content_area {
    margin: 0 auto 50px;
  }
}
#secret-event .wrapper {
  width: 1180px;
  margin: 0 auto;
}
@media only screen and (max-width: 640px) {
  #secret-event .wrapper {
    width: 100%;
  }
}
#secret-event .pagetop {
  position: fixed;
  bottom: 80px;
  right: -100px;
  z-index: 999;
}
#secret-event .btn_link {
  position: relative;
  margin: 0 auto;
  border-bottom: solid 1px #00baf2;
  color: #00baf2;
  text-decoration: none !important;
  display: inline-block;
  padding: 10px 30px;
  text-align: center;
  font-size: 1.8rem;
  transition: all 0.2s linear;
}
@media only screen and (max-width: 640px) {
  #secret-event .btn_link {
    padding: 10px;
    width: 80%;
    font-size: 1.4rem;
  }
}
#secret-event .btn_link:hover {
  color: #fff;
  border-bottom: solid 1px #fff;
  opacity: 0.7;
}
#secret-event a.anchor {
  display: block;
  padding-top: 70px;
  margin-top: -70px;
}
#secret-event .btn_app {
  width: 50%;
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 20px 50px;
  border-radius: 35px;
  text-align: center;
  font-size: 1.8rem;
  transition: all 0.2s linear;
  background: #00baf2;
  color: #fff;
  margin: 40px auto 0;
}
@media only screen and (max-width: 640px) {
  #secret-event .btn_app {
    width: 90%;
    padding: 10px 20px;
    margin-top: 20px;
  }
}
#secret-event .btn_app:hover {
  color: #007ac5;
  background: #e0e721;
}
#secret-event .align_r {
  text-align: right !important;
}
#secret-event .align_l {
  text-align: left !important;
}
#secret-event .align_c {
  text-align: center !important;
}
#secret-event .colum2 {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
}
#secret-event .colum2 li {
  width: calc(50% - 40px);
}
#secret-event .colum2 li + li {
  margin-left: 80px;
}
@media only screen and (max-width: 640px) {
  #secret-event .colum2 {
    display: block;
  }
}
#secret-event .table_content {
  width: -webkit-fill-available;
  padding: 0 10%;
}
#secret-event .table_content th, #secret-event .table_content td {
  padding: 10px;
  text-align: center;
  background: #007ac5;
  color: #fff;
  font-size: 1.8rem;
  border-bottom: 1px solid #333;
  border-right: 1px solid #333;
}
@media only screen and (max-width: 640px) {
  #secret-event .table_content th, #secret-event .table_content td {
    font-size: 3.3333333333vw;
  }
}
#secret-event .table_content tbody tr th, #secret-event .table_content tbody tr td {
  background: rgba(0, 122, 197, 0.6);
}
#secret-event .table_content tbody tr th a, #secret-event .table_content tbody tr td a {
  color: #fff;
  text-decoration: underline;
}
#secret-event .table_content tbody tr th a:hover, #secret-event .table_content tbody tr td a:hover {
  color: #fff;
  opacity: 0.7;
  text-decoration: none;
}
#secret-event .table_content tbody tr:nth-child(2n) th, #secret-event .table_content tbody tr:nth-child(2n) td {
  background: rgba(0, 122, 197, 0.5);
}
#secret-event .table_content tbody tr th {
  width: 30%;
}
@media only screen and (max-width: 640px) {
  #secret-event .table_content {
    padding: 0 5%;
  }
}
#secret-event .cap {
  font-size: 1.4rem;
  color: #fff;
}
#secret-event .txtR {
  text-align: right;
}

/* inview
---------------------------------------------------------------------------*/
.fade-mv {
  opacity: 0;
  transform: translateY(60px);
  transition: opacity 1s ease, transform 1s ease;
}
.fade-mv.mv {
  opacity: 1;
  transform: translateY(0px);
}

.fade-mv_x {
  opacity: 0;
  transform: translateX(-100px);
  transition: opacity 1s ease, transform 1s ease;
}
@media only screen and (max-width: 640px) {
  .fade-mv_x {
    transform: translateX(0);
    transform: translateY(60px);
  }
}

.mv_x {
  opacity: 1;
  transform: translateX(0px);
}
@media only screen and (max-width: 640px) {
  .mv_x {
    transform: translateY(0px);
  }
}

li:nth-child(2n).fade-mv_x {
  transform: translateX(100px);
}
@media only screen and (max-width: 640px) {
  li:nth-child(2n).fade-mv_x {
    transform: translateX(0);
    transform: translateY(60px);
  }
}
li:nth-child(2n).mv_x {
  opacity: 1;
  transform: translateX(0px);
}

/* ==========================================================================
  Contents
========================================================================== */
#secret-event {
  padding-bottom: 80px;
  background: #333;
  color: #fff;
}
@media only screen and (max-width: 640px) {
  #secret-event {
    padding-bottom: 40px;
  }
}
#secret-event .contents {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
#secret-event .kv_area {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  position: relative;
  overflow: hidden;
}
#secret-event .kv_area img {
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 640px) {
  #secret-event .kv_area {
    margin: 0 auto;
  }
  #secret-event .kv_area img {
    margin: 0 auto;
  }
}
#secret-event .nav_list {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  max-width: 1180px;
  margin: 0 auto 80px;
}
@media only screen and (max-width: 640px) {
  #secret-event .nav_list {
    padding: 0;
    margin: 0 auto;
  }
}
#secret-event .nav_list li {
  width: calc(33.3333333333% - 1px);
}
#secret-event .nav_list li + li {
  border-left: 1px solid #333;
}
#secret-event .nav_list li a {
  width: 100%;
  display: block;
  text-decoration: none;
  color: #fff;
  font-size: 2.4rem;
  background: #007ac5;
  padding: 20px 0;
  transition: all 0.2s linear;
  position: relative;
}
#secret-event .nav_list li a::after {
  font-family: "Material Symbols Outlined";
  font-size: 3rem;
  display: block;
  content: "\e69b";
  position: absolute;
  right: 20px;
  width: 20px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.2s linear;
  color: #fff;
}
#secret-event .nav_list li a:hover {
  background: #00baf2;
}
#secret-event .nav_list li a:hover::after {
  top: 55%;
  transform: translateY(-45%);
}
@media only screen and (max-width: 640px) {
  #secret-event .nav_list li a {
    font-size: 1.4rem;
    padding: 10px 0;
    height: 60px;
  }
  #secret-event .nav_list li a::after {
    right: auto;
    font-size: 2rem;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    top: auto;
  }
}
#secret-event .content_wrap {
  max-width: 1180px;
  margin: 0 auto;
  padding: 50px 0 0;
  text-align: center;
}
#secret-event .content_wrap:nth-child(odd) .content_box figure {
  float: right;
  margin: 0 0 30px 60px;
}
#secret-event .content_wrap .content_box figure {
  width: calc(50% - 30px);
  margin: 0 60px 30px 0;
  float: left;
}
@media only screen and (max-width: 640px) {
  #secret-event .content_wrap .content_box figure {
    width: 100%;
    float: none;
    margin: 0 auto 20px;
  }
  #secret-event .content_wrap .content_box figure img {
    width: 100%;
  }
}
#secret-event .content_wrap .content_box + .content_box {
  margin-top: 40px;
}
#secret-event .content_wrap .content_box::after {
  content: "";
  display: block;
  clear: both;
}
#secret-event .content_wrap + .content_wrap {
  margin-top: 80px;
}
#secret-event .content_wrap figure .fRight {
  float: right !important;
  margin: 0 0 30px 60px !important;
}
@media only screen and (max-width: 640px) {
  #secret-event .content_wrap figure .fRight {
    float: none !important;
    margin: 0 auto 20px !important;
  }
}
#secret-event .content_wrap figure img {
  margin-bottom: 10px;
}
#secret-event .content_wrap figure figcaption {
  font-size: 1.4rem;
  text-align: left;
}
@media only screen and (max-width: 640px) {
  #secret-event .content_wrap {
    max-width: auto;
    padding: 0 4%;
  }
  #secret-event .content_wrap figure {
    margin: 0 auto 20px;
  }
  #secret-event .content_wrap + .content_wrap {
    margin-top: 40px;
  }
  #secret-event .content_wrap .text_article {
    padding: 0;
  }
}
#secret-event .content_wrap a {
  text-decoration: underline;
  color: #00baf2;
  transition: all 0.2s linear;
}
#secret-event .content_wrap a:hover {
  opacity: 0.7;
}
#secret-event .content_wrap .colum2 {
  padding: 80px 0 0;
}
#secret-event .content_wrap .colum2 > li figure {
  float: none;
  width: 100%;
  padding: 0;
  margin: 0 !important;
}
@media only screen and (max-width: 640px) {
  #secret-event .content_wrap .colum2 {
    display: block;
    padding: 40px 0 0;
  }
  #secret-event .content_wrap .colum2 > li {
    width: 100%;
  }
  #secret-event .content_wrap .colum2 > li figure {
    float: none !important;
  }
  #secret-event .content_wrap .colum2 > li + li {
    margin: 20px auto 0;
  }
  #secret-event .content_wrap .colum2 > li:first-child {
    margin: 0 auto 20px;
  }
}
#secret-event .content_wrap.summary {
  background: #000;
  padding: 80px 0;
  margin-bottom: 80px;
  width: 100%;
  max-width: 100%;
}
@media only screen and (max-width: 640px) {
  #secret-event .content_wrap.summary {
    padding: 40px 0;
    margin-bottom: 40px;
  }
}
#secret-event .content_wrap.summary h2 {
  font-size: 5.8rem;
  color: #fff;
  margin-bottom: 80px;
  line-height: 1.2;
}
@media only screen and (max-width: 640px) {
  #secret-event .content_wrap.summary h2 {
    font-size: 8vw;
    margin-bottom: 0;
  }
}
#secret-event .content_wrap.summary .wrapper {
  max-width: 1180px;
  position: relative;
}
#secret-event .content_wrap.summary .wrapper img {
  width: 100%;
}
#secret-event .content_wrap.summary .wrapper .text_box {
  position: absolute;
  top: 0;
  left: 40px;
  color: #fff;
  text-align: left;
  z-index: 99;
  font-size: 1.6rem;
}
@media only screen and (max-width: 640px) {
  #secret-event .content_wrap.summary .wrapper .text_box {
    position: static;
    padding: 20px 5% 0;
    margin-bottom: 20px;
  }
}
#secret-event .content_wrap.prof {
  width: 100%;
  max-width: 100%;
  padding: 40px 0 0;
}
#secret-event .content_wrap.prof img {
  width: 240px;
}
@media only screen and (max-width: 640px) {
  #secret-event .content_wrap.prof {
    max-width: auto;
    padding: 32px 0;
  }
}
#secret-event .content_wrap.prof .wrapper {
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 640px) {
  #secret-event .content_wrap.prof .wrapper {
    display: block;
  }
  #secret-event .content_wrap.prof .wrapper img {
    width: 92%;
    margin: 0 auto;
  }
}
#secret-event .content_wrap.prof .text_box {
  background: #fff;
  color: #007ac5;
  padding: 24px;
  margin-left: -24px;
  text-align: left;
  position: relative;
  z-index: 99;
}
#secret-event .content_wrap.prof .text_box .name {
  font-size: 2.6rem;
  font-weight: bold;
}
#secret-event .content_wrap.prof .text_box .name span {
  font-size: 1.8rem;
  display: block;
  font-weight: normal;
  margin-bottom: 16px;
}
@media only screen and (max-width: 640px) {
  #secret-event .content_wrap.prof .text_box {
    width: 70%;
    padding: 20px;
    margin: -30px auto 0;
  }
  #secret-event .content_wrap.prof .text_box .name {
    font-size: 6vw;
  }
  #secret-event .content_wrap.prof .text_box .name span {
    font-size: 3vw;
  }
}
#secret-event .content_foot {
  text-align: center;
  margin: 80px auto 0;
  width: 1180px;
}
#secret-event .content_foot img {
  width: 100%;
}
#secret-event .content_foot a {
  text-align: center;
}
#secret-event .content_foot a img {
  transition: all 0.2s linear;
  width: 50%;
  display: inline-block;
}
#secret-event .content_foot a img:hover {
  opacity: 0.7;
}
#secret-event .content_foot a figcaption {
  font-size: 1.4rem;
  margin-top: 10px;
}
@media only screen and (max-width: 640px) {
  #secret-event .content_foot {
    margin: 40px auto 0;
    width: 100%;
  }
  #secret-event .content_foot a img {
    width: 100%;
  }
  #secret-event .content_foot a figcaption {
    margin-top: 10px;
  }
}
#secret-event .lead_area {
  background: linear-gradient(180deg, #08669F 0%, #007ac5 100%);
  padding: 60px 0;
  margin-bottom: 80px;
}
@media only screen and (max-width: 640px) {
  #secret-event .lead_area {
    padding: 30px 5%;
    margin-bottom: 40px;
  }
}
#secret-event .lead_area .lead {
  max-width: 1180px;
  margin: 0 auto;
}
#secret-event .content_movie {
  width: 100%;
  aspect-ratio: 16/9;
}
#secret-event .content_movie iframe {
  width: 100%;
  height: 100%;
}
#secret-event .title_main {
  font-size: 5.4rem;
  color: #1a1a1a;
  font-weight: bold;
  line-height: 1.2;
  text-align: left;
  font-family: "Noto Serif JP", serif;
}
@media only screen and (max-width: 640px) {
  #secret-event .title_main {
    font-size: 5.5555555556vw;
  }
}
#secret-event .content_wrap .title_main {
  margin-bottom: 40px;
}
#secret-event .title {
  font-size: 4rem;
  color: #fff;
  line-height: 1.2;
  text-align: left;
  margin: 0 auto 60px;
  font-family: "Noto Serif JP", serif;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
#secret-event .title::before {
  content: "";
  display: block;
  margin-right: 16px;
  width: 20px;
  height: 20px;
  background: #007ac5;
  margin-top: 0.35em;
}
@media only screen and (max-width: 640px) {
  #secret-event .title::before {
    width: 15px;
    height: 15px;
    margin-right: 8px;
    margin-top: 0.3em;
  }
}
@media only screen and (max-width: 640px) {
  #secret-event .title {
    margin: 0 auto 40px;
    font-size: 5.5555555556vw;
  }
}
#secret-event .title_sub {
  font-size: 2.4rem;
  color: #1a1a1a;
  line-height: 1.2;
  text-align: center;
  margin: 80px auto 20px;
}
@media only screen and (max-width: 640px) {
  #secret-event .title_sub {
    margin: 40px auto 20px;
    font-size: 4.1666666667vw;
  }
}
#secret-event .img_box {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto 120px;
}
#secret-event .img_box img {
  width: 100%;
}
@media only screen and (max-width: 640px) {
  #secret-event .img_box {
    width: 100%;
    margin: 0 auto 40px;
  }
}
#secret-event .conditions_list {
  margin: 0 auto;
  padding: 0 10%;
  margin: 24px auto;
}
@media only screen and (max-width: 640px) {
  #secret-event .conditions_list {
    font-size: 1.6rem;
    padding: 0 0 8px;
  }
}
#secret-event .conditions_list li {
  font-size: 2rem;
  line-height: 1.8;
  background: #e5e5e5;
  padding: 10px;
  border-radius: 0;
  margin-bottom: 1px;
  color: #333;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  #secret-event .conditions_list li {
    font-size: 1.4rem;
    padding: 5px;
    border-radius: 5px;
  }
}
#secret-event .conditions_list li a {
  color: #007ac5;
  text-decoration: underline;
  transition: all 0.2s linear;
}
#secret-event .conditions_list li a:hover {
  text-decoration: none;
  opacity: 0.7;
}
#secret-event .text_article {
  font-size: 1.8rem;
  color: #fff;
  line-height: 1.8;
  text-align: left;
  margin: 0 auto;
  max-width: 1180px;
}
@media only screen and (max-width: 640px) {
  #secret-event .text_article {
    max-width: 100%;
    padding: 0;
    font-size: 3.8461538462vw;
  }
  .content_main #secret-event .text_article {
    padding: 0 4%;
  }
}
#secret-event .text_article + .interview_q, #secret-event .text_article + img {
  margin-top: 60px;
}
@media only screen and (max-width: 640px) {
  #secret-event .text_article + .interview_q, #secret-event .text_article + img {
    margin-top: 30px;
  }
}
#secret-event .text_article + .text_article {
  margin-top: 24px;
}
@media only screen and (max-width: 640px) {
  #secret-event .text_article + .text_article {
    margin-top: 16px;
  }
}
#secret-event .clm2_article {
  background: #fff;
  border-radius: 10px;
  padding: 30px;
  margin: 40px auto 0;
}
@media only screen and (max-width: 640px) {
  #secret-event .clm2_article {
    padding: 15px;
    margin: 20px auto 0;
  }
}
#secret-event .clm2_article ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
}
#secret-event .clm2_article ul li {
  width: 50%;
}
#secret-event .clm2_article ul li img {
  margin-bottom: 0;
  border-radius: 10px 10px 0 0;
}
#secret-event .clm2_article ul li figcaption {
  font-size: 1.6rem;
  color: #fff;
  text-align: left;
  padding: 20px;
  background: #E0E721;
  border-radius: 0 0 10px 10px;
}
@media only screen and (max-width: 640px) {
  #secret-event .clm2_article ul {
    display: block;
  }
  #secret-event .clm2_article ul li {
    width: 100%;
  }
  #secret-event .clm2_article ul li + li {
    margin-top: 20px;
  }
  #secret-event .clm2_article ul li figcaption {
    padding: 10px;
  }
}
#secret-event #floating {
  position: fixed;
  top: auto;
  right: 50px;
  bottom: 50px;
  width: 460px;
  z-index: 9;
  opacity: 0;
}
#secret-event #floating.fade_off {
  opacity: 0;
  transition: all 1s;
}
#secret-event #floating.fade_on {
  opacity: 1;
  display: block;
}
#secret-event #floating.fade_on .btn_close {
  position: absolute;
  right: -10px;
  top: -10px;
  width: 24px;
  height: 24px;
  z-index: 99;
}
#secret-event #floating a {
  transition: all 0.2s;
}
#secret-event #floating a.hover {
  opacity: 0.7;
}
#secret-event #floating a img {
  width: 100%;
}
@media only screen and (max-width: 640px) {
  #secret-event #floating {
    position: fixed;
    top: auto;
    right: 5%;
    bottom: 0;
    width: 90%;
    z-index: 9;
  }
}

.interview_anchor {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  background: #1a1a1a;
  padding: 20px 50px;
  margin-top: 40px;
}
@media only screen and (max-width: 640px) {
  .interview_anchor {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    padding: 20px;
    margin-top: 20px;
  }
}
.interview_anchor.multi_line {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 20px 50px 10px;
}
.interview_anchor.multi_line li {
  width: 20%;
  margin-bottom: 10px;
}
.interview_anchor.multi_line li a .name {
  font-size: 1.4rem;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
.interview_anchor.multi_line li a .name span {
  font-size: 1.2rem;
}
.interview_anchor.multi_line li a::after {
  font-size: 1.4rem;
}
@media only screen and (max-width: 640px) {
  .interview_anchor.multi_line {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 10px 10px 0;
  }
  .interview_anchor.multi_line li {
    width: 50%;
    border-top: none;
    margin-bottom: 10px;
  }
  .interview_anchor.multi_line li + li {
    margin: 0 0 10px;
    padding-top: 0;
  }
}
@media only screen and (max-width: 640px) {
  .interview_anchor li {
    width: 100%;
  }
  .interview_anchor li + li {
    margin: 10px 0 0 0;
    padding-top: 20px;
    border-top: 1px solid #666;
  }
}
.interview_anchor li a {
  transition: all 0.2s linear;
  text-decoration: none !important;
}
.interview_anchor li a:hover {
  opacity: 0.7;
}
.interview_anchor li a .name {
  color: #fff;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: bold;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
.interview_anchor li a .name span {
  font-size: 1.8rem;
  font-weight: normal;
  display: inline-block;
  padding-left: 0.5em;
}
.interview_anchor li a .name::after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-size: 1.8rem;
  margin-left: 10px;
}
@media only screen and (max-width: 640px) {
  .interview_anchor li a .name {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 4vw;
  }
  .interview_anchor li a .name span {
    font-size: 4vw;
    padding-left: 0.25em;
  }
  .interview_anchor li a .name::after {
    margin-left: 10px;
  }
}

.title_img {
  position: relative;
  margin-bottom: 100px;
}
@media only screen and (max-width: 640px) {
  .title_img {
    margin-bottom: 40px;
  }
}
.title_img .name_box {
  background: #1a1a1a;
  padding: 30px;
  color: #fff;
  position: absolute;
  display: inline-block;
  bottom: -50px;
  left: 30px;
}
.title_img .name_box .name {
  font-size: 3.6rem;
  font-weight: 700;
  width: 100%;
  border-bottom: 1px solid #fff;
  padding: 0 0 10px;
  text-align: left;
  line-height: 1.2;
}
.title_img .name_box .name span {
  font-size: 2.4rem;
  font-weight: 300;
  margin-left: 10px;
  display: inline-block;
}
.title_img .name_box .name_en {
  font-size: 2.4rem;
  padding-top: 10px;
  text-align: left;
  font-weight: 700;
}
@media only screen and (max-width: 640px) {
  .title_img .name_box {
    padding: 15px;
    bottom: -30px;
    left: 10px;
  }
  .title_img .name_box .name {
    font-size: 5.5555555556vw;
    padding: 0;
  }
  .title_img .name_box .name span {
    font-size: 1.4rem;
  }
  .title_img .name_box .name_en {
    font-size: 4vw;
    padding-top: 5px;
  }
}/*# sourceMappingURL=style.css.map */