@charset "UTF-8";
/* -------------------------------------------------------------------------*/
/* MIXIN / ARGUMENT / COMMON CLASS
/* -------------------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,500;1,500&display=swap");
.font_LLL {
  font-size: 30px;
  font-size: 1.875rem !important;
}

.font_LL {
  font-size: 26px;
  font-size: 1.625rem !important;
}

.font_L {
  font-size: 20px;
  font-size: 1.25rem !important;
}

.font_LM {
  font-size: 18px;
  font-size: 1.125rem !important;
}

.font_M {
  font-size: 16px;
  font-size: 1rem !important;
}

.font_S {
  font-size: 14px;
  font-size: 0.875rem !important;
}

.font_SS {
  font-size: 12px;
  font-size: 0.75rem !important;
}

.default_ftz {
  font-size: 18px;
  font-size: 1.125rem;
}
@media only screen and (max-width: 640px) {
  .default_ftz {
    font-size: 16px;
    font-size: 1rem;
  }
}

.text_out {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.fixed_area {
  max-width: 1200px;
  margin: 0 auto;
}

.tbl_scroll {
  overflow-x: auto;
}
.tbl_scroll table {
  min-width: 600px;
}

:root {
  --color_1: #0aaf96;
  --color_2: #b6e7df;
  --color_3: #e6e6e6;
  --color_hover: #14c5ab;
}

/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
/* FONT
/* -------------------------------------------------------------------------*/
.lang_ja, body {
  font-family: YuGothic, "游ゴシック", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.font_1, .rqrt_culture_block h4, .interview_cnt_sch .block .cell .en span, .interview_cnt_hd h4 span, #ENTRY a p, #PG_kv .pg_title .title p.en, #PG_kv .pg_title_2 .title p.en, #PG_kv_2 .pg_title .title p.en, #PG_kv_2 .pg_title_2 .title p.en, .spMenu #NV ul li a span, #BTN_topTop, .interview_list .swiper-slide::after, #BTN_entry a p.en, .btn_1, .btn_2, .btn_3, .tp_title h3, #TP_kv .tp_kv_caption .en {
  font-family: "Jost", YuGothic, "游ゴシック", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
/* COMMON / BASE
/* -------------------------------------------------------------------------*/
html {
  font-size: 100%;
  line-height: 1.5;
}
@media only screen and (max-width: 980px) {
  html {
    font-size: 90%;
  }
}
@media only screen and (max-width: 640px) {
  html {
    font-size: 90%;
  }
}
@media print {
  html {
    width: 1000px !important;
  }
}

* {
  box-sizing: border-box;
}

img {
  vertical-align: bottom;
}

body {
  margin: 0;
  padding: 0;
}

.bgc {
  background-color: var(--color_2);
}

/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
/* LOADING
/* -------------------------------------------------------------------------*/
#LOADING_block {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  left: 0;
  height: 110vh;
  background-color: #b6e7df;
}
#LOADING_block .box {
  position: fixed;
  top: 40%;
  left: 50%;
  transform: translateX(-50%);
}
#LOADING_block .box img {
  width: 200px;
  height: auto;
}
#LOADING_block p {
  margin: 10px 0 0;
  text-align: center;
  color: #fff;
  font-weight: bold;
  animation: LODING_anm 2s ease infinite;
}
body.loaded #LOADING_block {
  opacity: 0;
  transition: opacity 1s ease;
  pointer-events: none;
}

body {
  background-color: #fff;
}
body::before {
  content: "";
  display: block;
  height: 200px;
  background-color: var(--color_1);
}
body.loading {
  background-color: #b6e7df;
}
body.loading::before {
  display: none;
}
body.loaded {
  overflow: auto !important;
}
body.loaded .wrapper {
  opacity: 1 !important;
}
@media only screen and (max-width: 1200px) {
  body::before {
    height: 180px;
  }
}
@media only screen and (max-width: 980px) {
  body::before {
    height: 100px;
  }
}
@media only screen and (max-width: 640px) {
  body::before {
    height: 90px;
  }
}

@keyframes LODING_anm {
  0% {
    opacity: 0.2;
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
  100% {
    opacity: 0.2;
  }
}
/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
/* HD
/* -------------------------------------------------------------------------*/
#HD {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: var(--color_1);
  z-index: 101;
  transition: padding 0.2s ease;
  padding: 40px 0;
}
#HD .hd_inner {
  display: flex;
  gap: 20px;
  align-items: center;
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 20px;
  transition: padding 0.3s ease;
}
#HD #HD_logo {
  width: 510px;
  margin: 0;
  padding: 0;
}
#HD #HD_logo a {
  display: block;
  line-height: 0;
  height: 120px;
  transition: height 0.2s ease;
}
#HD #HD_logo img {
  width: auto;
  height: 100%;
}
#HD #NV {
  flex: 1;
}
#HD #NV > ul {
  display: flex;
  width: 100%;
  justify-content: right;
  list-style: none;
  margin: 0 0 0 auto;
  padding: 0;
}
#HD #NV > ul > li {
  flex: auto;
  margin: 0;
  padding: 0;
  text-align: center;
}
#HD #NV > ul > li > a {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  transition: height 0.1s ease, color 0.2s ease;
  padding: 10px 0;
  transition: opacity 0.2s ease;
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 1px;
}
#HD #NV > ul > li > a::before {
  content: "";
  display: block;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
}
#HD #NV > ul > li > a span {
  font-size: 8px;
  font-size: 0.5rem;
  display: block;
  margin-top: 10px;
  letter-spacing: 0.5px;
}
#HD #NV > ul > li > a:hover {
  opacity: 0.5;
}
body.scrolled #HD #NV > ul > li > a {
  transition: height 0.4s ease;
}
#HD #NV > ul > li:hover .nv_child {
  opacity: 1;
  pointer-events: auto;
  transition: none;
}
body.ctg_about #HD #NV .nv_about > a::before, body.ctg_environment #HD #NV .nv_environment > a::before, body.ctg_interview #HD #NV .nv_interview > a::before, body.ctg_requirements #HD #NV .nv_requirements > a::before {
  opacity: 1;
}
body.scrolled #HD {
  padding: 10px 0;
  transition: padding 0.3s ease;
}
body.scrolled #HD #HD_logo a {
  height: 50px;
  transition: height 0.3s ease;
}
@media only screen and (max-width: 980px) {
  body.scrolled #HD {
    padding: 5px 0;
  }
  body.scrolled #HD .hd_inner {
    padding: 0 5px;
  }
  body.scrolled #HD #HD_logo a {
    height: 40px;
  }
}
@media only screen and (max-width: 640px) {
  body.scrolled #HD #HD_logo a {
    height: 30px;
  }
}
@media only screen and (max-width: 640px) {
  body.spMenu_active #HD {
    padding: 5px 0;
  }
  body.spMenu_active #HD .hd_inner {
    padding: 0 5px;
  }
  body.spMenu_active #HD #HD_logo a {
    height: 30px;
  }
}
@media only screen and (max-width: 1200px) {
  #HD #HD_logo {
    width: 425px;
  }
  #HD #HD_logo a {
    height: 100px;
  }
}
@media only screen and (max-width: 980px) {
  #HD {
    padding: 20px 0;
  }
  #HD .hd_inner {
    padding: 0 10px;
  }
  #HD #HD_logo {
    width: 300px;
  }
  #HD #HD_logo a {
    height: 71px;
  }
  #HD #NV > ul > li > a {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
@media only screen and (max-width: 750px) {
  #HD #HD_logo {
    width: 255px;
  }
  #HD #HD_logo a {
    height: 60px;
  }
}
@media only screen and (max-width: 640px) {
  #HD #HD_logo {
    width: 213px;
  }
  #HD #HD_logo a {
    height: 50px;
  }
  #HD #NV {
    display: none;
  }
}

@media only screen and (max-width: 640px) {
  body.spMenu_active {
    overflow: hidden !important;
  }
}

/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
/* TOP
/* -------------------------------------------------------------------------*/
#TP_kv {
  position: relative;
  background-color: var(--color_2);
  padding-bottom: 50px;
}
#TP_kv .tp_kv_inner {
  position: relative;
}
#TP_kv .swiper-slide {
  transform: scale(1.02);
}
#TP_kv .swiper-slide img {
  width: 100%;
  height: auto;
}
#TP_kv .tp_kv_caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  pointer-events: none;
  padding: 0 20px;
}
#TP_kv .tp_kv_caption .tp_kv_caption_inner {
  max-width: 1220px;
  margin: 0 auto;
  overflow: hidden;
}
#TP_kv .tp_kv_caption .en {
  font-size: 70px;
  font-size: 4.375rem;
  line-height: 1;
  margin: 0 0 20px;
}
#TP_kv .tp_kv_caption .en span {
  display: inline-block;
  background-color: #fff;
  box-sizing: border-box;
  max-width: 0;
  overflow: hidden;
  transition: max-width 0.5s linear;
}
#TP_kv .tp_kv_caption .en span i {
  font-style: normal;
  padding: 10px 10px 5px;
}
body.loaded #TP_kv .tp_kv_caption .en span {
  max-width: 400px;
}
body.loaded #TP_kv .tp_kv_caption .en span.t_1 {
  transition-delay: 1s;
}
body.loaded #TP_kv .tp_kv_caption .en span.t_2 {
  transition-delay: 1.1s;
}
body.loaded #TP_kv .tp_kv_caption .en span.t_3 {
  transition-delay: 1.4s;
}
#TP_kv .tp_kv_caption .jp {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  margin: 0 0 10px;
  line-height: 1.2;
  opacity: 0;
  transition: opacity 1s ease;
  transition-delay: 1.8s;
}
#TP_kv .tp_kv_caption .jp span {
  display: inline-block;
  padding: 5px 10px;
  background-color: #fff;
}
body.loaded #TP_kv .tp_kv_caption .jp {
  opacity: 1;
}
#TP_kv .tp_kv_caption .text {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  margin: 0;
  line-height: 1.2;
  opacity: 0;
  transition: opacity 1s ease;
  transition-delay: 2.2s;
}
#TP_kv .tp_kv_caption .text span {
  display: inline-block;
  padding: 5px 10px;
  background-color: #fff;
}
body.loaded #TP_kv .tp_kv_caption .text {
  opacity: 1;
}
#TP_kv .tp_kv_ft {
  position: relative;
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 20px;
}
#TP_kv #TP_kv_pg {
  top: 15px;
}
#TP_kv #TP_kv_pg .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 1;
  width: 10px;
  height: 10px;
  margin: 7px;
}
#TP_kv #TP_kv_pg .swiper-pagination-bullet-active {
  background-color: #999;
}
#TP_kv .tp_kv_btn {
  position: relative;
  z-index: 11;
  display: inline-block;
}
@media only screen and (max-width: 1200px) {
  #TP_kv .tp_kv_caption .en {
    font-size: 60px;
    font-size: 3.75rem;
    margin-bottom: 15px;
  }
  #TP_kv .tp_kv_caption .jp {
    font-size: 18px;
    font-size: 1.125rem;
  }
  #TP_kv .tp_kv_caption .text {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 980px) {
  #TP_kv .tp_kv_caption .en {
    font-size: 50px;
    font-size: 3.125rem;
    margin-bottom: 15px;
  }
  #TP_kv .tp_kv_caption .jp {
    font-size: 17px;
    font-size: 1.0625rem;
  }
  #TP_kv .tp_kv_caption .text {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 750px) {
  #TP_kv .tp_kv_caption .en {
    font-size: 40px;
    font-size: 2.5rem;
    margin-bottom: 5px;
  }
  #TP_kv .tp_kv_caption .jp {
    font-size: 15px;
    font-size: 0.9375rem;
    margin-bottom: 5px;
  }
  #TP_kv .tp_kv_caption .text {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
@media only screen and (max-width: 640px) {
  #TP_kv .tp_kv_caption {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    margin-top: -80px;
  }
  #TP_kv #TP_kv_pg {
    display: none;
  }
  #TP_kv .tp_kv_btn {
    display: block;
    text-align: center;
    margin-top: 20px;
  }
}

/* TOP TITLE */
.tp_title {
  text-align: center;
  margin-top: -40px;
}
.tp_title h3 {
  font-size: 63px;
  font-size: 3.9375rem;
  display: inline-block;
  font-weight: normal;
  margin: 0;
  padding: 10px 30px;
  background-color: #fff;
  line-height: 1;
  border: 1px solid #000;
  overflow: hidden;
}
.tp_title h3 span {
  display: block;
  transform: translateY(100%);
  opacity: 0;
  transition: all 0.5s ease;
}
.tp_title p {
  font-size: 26px;
  font-size: 1.625rem;
  margin: 20px 0;
  font-weight: bold;
}
.tp_title.anm_on h3 span {
  transform: translateY(0);
  opacity: 1;
}
@media only screen and (max-width: 980px) {
  .tp_title h3 {
    font-size: 50px;
    font-size: 3.125rem;
    padding: 8px 20px;
  }
  .tp_title p {
    font-size: 24px;
    font-size: 1.5rem;
    margin: 15px 0;
  }
}
@media only screen and (max-width: 640px) {
  .tp_title h3 {
    font-size: 40px;
    font-size: 2.5rem;
    padding: 6px 15px;
  }
  .tp_title p {
    font-size: 22px;
    font-size: 1.375rem;
    margin: 10px 0;
  }
}

.tp_btn {
  margin-top: 70px;
  margin-bottom: -25px;
  text-align: center;
}
@media only screen and (max-width: 980px) {
  .tp_btn {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 640px) {
  .tp_btn {
    margin-top: 30px;
  }
}

#TP_interview {
  padding: 1px 0;
  margin-top: 250px;
}
#TP_interview .interview_list_title {
  display: none;
}
@media only screen and (max-width: 980px) {
  #TP_interview {
    margin-top: 200px;
  }
}
@media only screen and (max-width: 640px) {
  #TP_interview {
    margin-top: 150px;
  }
}

#TP_environment {
  padding: 1px 20px;
}
#TP_environment .tp_env_inner {
  position: relative;
  max-width: 1220px;
  margin: 0 auto;
}
#TP_environment .tp_env_inner figure {
  margin: 0;
  padding: 0;
  width: 73%;
  line-height: 0;
}
#TP_environment .tp_env_inner figure img {
  width: 100%;
  height: auto;
  filter: grayscale(1);
  opacity: 0.2;
  transition: all 1s ease;
}
#TP_environment .tp_env_inner .text {
  position: absolute;
  right: 40px;
  top: 30px;
  left: 0;
  font-size: 23px;
  font-size: 1.4375rem;
  font-weight: bold;
  letter-spacing: 2px;
  opacity: 0;
  transition: opacity 0.6s ease;
  transition-delay: 0.2s;
  text-align: right;
}
#TP_environment .tp_env_inner .text p {
  display: inline-block;
  margin: 0 auto 0 0;
  writing-mode: vertical-rl;
  text-align-last: left;
}
#TP_environment .tp_env_inner .text span {
  display: inline-block;
  padding: 10px 3px;
  background-color: #fff;
}
#TP_environment .tp_env_inner.anm_on figure img {
  filter: grayscale(0);
  opacity: 1;
}
#TP_environment .tp_env_inner.anm_on .text {
  opacity: 1;
}
@media only screen and (max-width: 1200px) {
  #TP_environment .tp_env_inner .text {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 980px) {
  #TP_environment .tp_env_inner .text {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 750px) {
  #TP_environment .tp_env_inner {
    display: block;
  }
  #TP_environment .tp_env_inner figure {
    width: auto;
  }
  #TP_environment .tp_env_inner .text {
    position: relative;
    transform: none;
    display: block;
    margin: -20px auto 0;
    text-align: center;
  }
  #TP_environment .tp_env_inner .text p {
    display: inline-block;
    text-align: left;
  }
}

#TP_requirements {
  padding: 1px 20px;
}
#TP_requirements .tp_rqm_inner {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
}
#TP_requirements .tp_rqm_inner figure {
  margin: 0;
  padding: 0;
  width: 90%;
  line-height: 0;
}
#TP_requirements .tp_rqm_inner figure img {
  width: 100%;
  height: auto;
  filter: grayscale(1);
  opacity: 0.2;
  transition: all 1s ease;
}
#TP_requirements .tp_rqm_inner .text {
  font-size: 23px;
  font-size: 1.4375rem;
  width: 10%;
  z-index: 1;
  margin-top: 40px;
  font-weight: bold;
  letter-spacing: 2px;
  opacity: 0;
  transition: opacity 0.6s ease;
  transition-delay: 0.2s;
}
#TP_requirements .tp_rqm_inner .text p {
  writing-mode: vertical-rl;
  margin: 0;
}
#TP_requirements .tp_rqm_inner .text span {
  display: inline-block;
  padding: 10px 3px;
  background-color: #fff;
}
#TP_requirements .tp_rqm_inner.anm_on figure img {
  filter: grayscale(0);
  opacity: 1;
}
#TP_requirements .tp_rqm_inner.anm_on .text {
  opacity: 1;
}
@media only screen and (max-width: 1200px) {
  #TP_requirements .tp_rqm_inner .text {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 980px) {
  #TP_requirements .tp_rqm_inner .text {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 750px) {
  #TP_requirements .tp_rqm_inner {
    display: block;
  }
  #TP_requirements .tp_rqm_inner figure {
    width: auto;
  }
  #TP_requirements .tp_rqm_inner .text {
    position: relative;
    display: block;
    margin-top: -20px;
    width: 100%;
    text-align: center;
  }
  #TP_requirements .tp_rqm_inner .text p {
    display: inline-block;
    text-align: left;
  }
}

/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
/* PATRS
/* -------------------------------------------------------------------------*/
.btn_1, .btn_2, .btn_3 {
  display: inline-block;
  position: relative;
  background-color: var(--color_1);
  color: #fff;
  text-decoration: none;
  line-height: 1;
  margin-top: 40px;
  transition: border-radius 0.4s ease, background 0.2s ease;
}
.btn_1::before, .btn_2::before, .btn_3::before {
  content: "";
  display: block;
  pointer-events: none;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translate(0, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 7.5px 0 7.5px;
  border-color: var(--color_1) transparent transparent transparent;
}
.btn_1:hover, .btn_2:hover, .btn_3:hover {
  border-radius: 5rem;
  background-color: var(--color_hover);
}

.btn_1 {
  font-size: 18px;
  font-size: 1.125rem;
  padding: 15px 60px;
}

.btn_2 {
  font-size: 20px;
  font-size: 1.25rem;
  padding: 20px 70px;
}

.btn_3 {
  font-size: 30px;
  font-size: 1.875rem;
  padding: 20px 70px;
}

/* background */
.bc_w100_1, .bc_w100_2 {
  position: relative;
}
.bc_w100_1::before, .bc_w100_2::before {
  content: "";
  width: 100vw;
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.bc_w100_1::before {
  background-color: var(--color_2);
}

.bc_w100_2::before {
  background-color: var(--color_3);
}

#BTN_entry {
  padding: 140px 10px;
  text-align: center;
}
#BTN_entry::before {
  content: "";
  display: block;
  width: 80px;
  height: 40px;
  margin: 0 auto 30px;
  background: url(../img/arw_enter.png) 0 0 no-repeat;
  background-size: contain;
}
#BTN_entry a {
  display: inline-block;
  text-decoration: none;
  color: #000;
}
#BTN_entry a p.en {
  font-size: 65px;
  font-size: 4.0625rem;
  margin: 0;
  padding: 18px 60px;
  background-color: var(--color_1);
  color: #fff;
  line-height: 1;
  letter-spacing: 10px;
  transition: border-radius 0.4s ease, background 0.2s ease;
}
#BTN_entry a p.jp {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 3px;
}
#BTN_entry a:hover p.en {
  border-radius: 5rem;
  background-color: var(--color_hover);
}
@media only screen and (max-width: 980px) {
  #BTN_entry {
    padding: 120px 10px;
  }
  #BTN_entry::before {
    width: 70px;
    height: 35px;
  }
  #BTN_entry a p.en {
    font-size: 55px;
    font-size: 3.4375rem;
    padding: 15px 50px;
    letter-spacing: 5px;
  }
  #BTN_entry a p.jp {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 640px) {
  #BTN_entry {
    padding: 100px 10px;
  }
  #BTN_entry::before {
    width: 50px;
    height: 25px;
  }
  #BTN_entry a p.en {
    font-size: 45px;
    font-size: 2.8125rem;
    padding: 10px 40px;
    letter-spacing: 2px;
  }
}

/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
/* INTERVIEW LIST
/* -------------------------------------------------------------------------*/
.interview_list {
  margin-top: 50px;
}
.interview_list .interview_list_title {
  text-align: center;
}
.interview_list .interview_list_title p {
  font-size: 25px;
  font-size: 1.5625rem;
  margin: 0 0 80px;
  font-weight: bold;
}
.interview_list .swiper-slide {
  position: relative;
  width: 320px !important;
  border: 1px solid #000;
  margin: 20px 25px;
  padding-bottom: 50px;
  color: #000;
  background-color: #fff;
  text-decoration: none;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
  transition: color 0.2s ease, background 0.2s ease;
}
.interview_list .swiper-slide.on_blk {
  background-color: #54c6b5;
}
.interview_list .swiper-slide:hover {
  color: var(--color_1);
  background-color: #e9fffc;
}
.interview_list .swiper-slide:hover figure img {
  filter: brightness(1.1);
}
.interview_list .swiper-slide::after {
  font-size: 20px;
  font-size: 1.25rem;
  display: block;
  line-height: 1;
  padding: 5px 10px;
  border: 1px solid #000;
  background-color: #fff;
  position: absolute;
  top: -20px;
  left: -1px;
  letter-spacing: 2px;
}
.interview_list .swiper-slide.int01::after {
  content: "Interview#1";
}
.interview_list .swiper-slide.int02::after {
  content: "Interview#2";
}
.interview_list .swiper-slide.int03::after {
  content: "Interview#3";
}
.interview_list .swiper-slide.int04::after {
  content: "Interview#4";
}
.interview_list .swiper-slide.int05::after {
  content: "Interview#5";
}
.interview_list .swiper-slide.int06::after {
  content: "Interview#6";
}
.interview_list .swiper-slide::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 35px 35px;
  border-color: transparent transparent #6ccfc0 transparent;
  position: absolute;
  right: 0;
  bottom: 0;
}
.interview_list .swiper-slide figure {
  width: 250px;
  margin: -20px auto 20px;
  padding: 0;
  border: 1px solid #000;
}
.interview_list .swiper-slide figure img {
  width: 100%;
  height: auto;
  transition: filter 0.2s ease;
}
.interview_list .swiper-slide p.division {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: bold;
  margin: 0;
  padding: 0 35px;
}
.interview_list .swiper-slide p.year {
  font-size: 15px;
  font-size: 0.9375rem;
  margin: 5px 0;
  padding: 0 35px;
}
.interview_list .interview_list_nv {
  position: absolute;
  z-index: 1;
  top: 150px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1170px;
}
.interview_list .interview_list_nv .nv_1, .interview_list .interview_list_nv .nv_2 {
  position: absolute;
  padding: 10px;
  cursor: pointer;
  transition: background 0.2s ease;
}
.interview_list .interview_list_nv .nv_1:hover, .interview_list .interview_list_nv .nv_2:hover {
  background-color: var(--color_2);
}
.interview_list .interview_list_nv .nv_1 img, .interview_list .interview_list_nv .nv_2 img {
  width: 40px;
  height: auto;
}
.interview_list .interview_list_nv .nv_1 {
  right: 0;
}
@media only screen and (max-width: 980px) {
  .interview_list .swiper-slide {
    width: 280px !important;
    margin: 20px 20px;
    padding-bottom: 40px;
  }
  .interview_list .swiper-slide::after {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .interview_list .swiper-slide figure {
    width: 230px;
  }
  .interview_list .swiper-slide p.division {
    font-size: 20px;
    font-size: 1.25rem;
    padding: 0 25px;
  }
  .interview_list .swiper-slide p.year {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 0 25px;
  }
  .interview_list .interview_list_nv {
    top: 100px;
  }
  .interview_list .interview_list_nv .nv_1 img, .interview_list .interview_list_nv .nv_2 img {
    width: 30px;
  }
}
@media only screen and (max-width: 640px) {
  .interview_list .swiper-slide {
    width: 250px !important;
    margin: 20px 10px;
    padding-bottom: 30px;
  }
  .interview_list .swiper-slide::after {
    font-size: 16px;
    font-size: 1rem;
  }
  .interview_list .swiper-slide figure {
    width: 210px;
  }
  .interview_list .swiper-slide p.division {
    font-size: 16px;
    font-size: 1rem;
    padding: 0 20px;
  }
  .interview_list .swiper-slide p.year {
    font-size: 12px;
    font-size: 0.75rem;
    padding: 0 20px;
  }
  .interview_list .interview_list_nv {
    top: 120px;
  }
  .interview_list .interview_list_nv .nv_1 img, .interview_list .interview_list_nv .nv_2 img {
    width: 20px;
  }
}

.scroll_ic {
  padding: 100px 0;
  text-align: center;
}
.scroll_ic img {
  width: 80px;
  height: auto;
}
@media only screen and (max-width: 980px) {
  .scroll_ic {
    padding: 80px 0;
  }
  .scroll_ic img {
    width: 70px;
  }
}
@media only screen and (max-width: 640px) {
  .scroll_ic {
    padding: 70px 0;
  }
  .scroll_ic img {
    width: 50px;
  }
}

/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
/* FOOTER
/* -------------------------------------------------------------------------*/
#FT {
  background-color: var(--color_1);
  color: #fff;
  text-align: center;
}
#FT .ft_inner {
  padding: 70px 10px 50px;
}
#FT .ft_inner .ft_logo {
  margin: 0;
}
#FT .ft_inner .ft_logo a {
  display: inline-block;
  width: 510px;
  transition: opacity 0.2s ease;
}
#FT .ft_inner .ft_logo a:hover {
  opacity: 0.8;
}
#FT .ft_inner .ft_logo a img {
  width: 100%;
  height: auto;
}
#FT .ft_inner .ft_btn {
  position: relative;
  margin-top: 20px;
  padding-top: 20px;
  line-height: 1.2;
}
#FT .ft_inner .ft_btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(0, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 8px 0 8px;
  border-color: #fff transparent transparent transparent;
}
#FT .ft_inner .ft_btn a {
  font-size: 22px;
  font-size: 1.375rem;
  display: inline-block;
  padding: 15px 50px 12px;
  font-weight: bold;
  background-color: #fff;
  color: var(--color_1);
  text-decoration: none;
  transition: opacity 0.2s ease;
}
#FT .ft_inner .ft_btn a:hover {
  opacity: 0.8;
}
#FT .copyright {
  font-size: 15px;
  font-size: 0.9375rem;
  background-color: #6ccfc0;
  margin: 0;
  padding: 15px 10px 60px;
}
@media only screen and (max-width: 980px) {
  #FT .ft_inner {
    padding: 50px 10px 30px;
  }
  #FT .ft_inner .ft_logo a {
    width: 400px;
  }
  #FT .ft_inner .ft_btn a {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 980px) {
  #FT .ft_inner {
    padding: 50px 10px 30px;
  }
  #FT .ft_inner .ft_logo a {
    width: 400px;
  }
  #FT .ft_inner .ft_btn a {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 640px) {
  #FT .ft_inner {
    padding: 30px 10px 20px;
  }
  #FT .ft_inner .ft_logo a {
    width: 250px;
  }
  #FT .ft_inner .ft_btn a {
    display: block;
    font-size: 18px;
    font-size: 1.125rem;
    padding: 10px;
  }
}

#BTN_topTop {
  font-size: 14px;
  font-size: 0.875rem;
  position: fixed;
  z-index: 1;
  right: 40px;
  bottom: 10px;
}
#BTN_topTop a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  color: #fff;
  background-color: var(--color_1);
  text-decoration: none;
  opacity: 0;
  border-radius: 100%;
  text-align: center;
  transition: opacity 0.2s ease;
  pointer-events: none;
}
#BTN_topTop a:hover {
  opacity: 1 !important;
}
#BTN_topTop a span::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 3px 5px 3px;
  border-color: transparent transparent #FFFFFF transparent;
  margin: 0 auto;
}
body.scrolled #BTN_topTop a {
  opacity: 0.5;
  pointer-events: auto;
}
@media only screen and (max-width: 640px) {
  #BTN_topTop {
    bottom: 30px;
    right: 5px;
  }
  #BTN_topTop a {
    width: 40px;
    height: 40px;
  }
}

/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
/* SP
/* -------------------------------------------------------------------------*/
.btn_burgur {
  display: none;
  cursor: pointer;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
}
.btn_burgur span {
  display: inline-block;
  transition: all 0.2s;
  position: absolute;
  left: 10px;
  height: 2px;
  border-radius: 2px;
  background: #fff;
  width: 55%;
}
.btn_burgur span:nth-of-type(1) {
  top: 10px;
}
.btn_burgur span:nth-of-type(2) {
  top: 18px;
}
.btn_burgur span:nth-of-type(3) {
  top: 26px;
}
body.spMenu_active .btn_burgur span:nth-of-type(1) {
  top: 13px;
  left: 10px;
  transform: translateY(6px) rotate(-45deg);
  width: 55%;
}
body.spMenu_active .btn_burgur span:nth-of-type(2) {
  opacity: 0;
}
body.spMenu_active .btn_burgur span:nth-of-type(3) {
  top: 25px;
  left: 10px;
  transform: translateY(-6px) rotate(45deg);
  width: 55%;
}
@media only screen and (max-width: 640px) {
  .btn_burgur {
    display: block;
  }
}

.spMenu {
  display: none;
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  left: 0;
  height: 110vh;
  padding: 45px 0;
  background-color: var(--color_1);
}
.spMenu__inner {
  position: relative;
  padding: 0 0 100px;
  height: calc(100vh - 45px);
  overflow-y: auto;
}
.spMenu #NV {
  line-height: 1.2;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.spMenu #NV a {
  display: block;
  text-decoration: none;
}
.spMenu #NV ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.spMenu #NV ul li {
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}
.spMenu #NV ul li a {
  font-size: 18px;
  font-size: 1.125rem;
  padding: 15px;
  color: #fff;
  font-weight: bold;
}
.spMenu #NV ul li a span {
  font-size: 12px;
  font-size: 0.75rem;
}
.spMenu .ft_btn {
  text-align: center;
  padding: 30px;
}
.spMenu .ft_btn a {
  display: block;
  background-color: #fff;
  color: var(--color_1);
  text-decoration: none;
  font-weight: bold;
  line-height: 1;
  padding: 15px 10px;
  border-radius: 2px;
}
@media only screen and (max-width: 640px) {
  .spMenu {
    display: block;
    transform: translateX(-150vw);
    transition: transform 0.5s ease;
  }
  body.spMenu_active .spMenu {
    transform: translateX(0);
  }
}

@media only screen and (max-width: 640px) {
  body.spMenu_active {
    overflow: hidden;
  }
}

/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
/* PAGE COMMON
/* -------------------------------------------------------------------------*/
#PG_kv, #PG_kv_2 {
  position: relative;
}
#PG_kv, #PG_kv .pg_title, #PG_kv .pg_title_2, #PG_kv_2, #PG_kv_2 .pg_title, #PG_kv_2 .pg_title_2 {
  height: 430px;
}
#PG_kv .pg_title, #PG_kv .pg_title_2, #PG_kv_2 .pg_title, #PG_kv_2 .pg_title_2 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  color: #fff;
  line-height: 1;
}
#PG_kv .pg_title .title, #PG_kv .pg_title_2 .title, #PG_kv_2 .pg_title .title, #PG_kv_2 .pg_title_2 .title {
  margin-left: 40px;
  color: #000;
}
#PG_kv .pg_title .title p, #PG_kv .pg_title_2 .title p, #PG_kv_2 .pg_title .title p, #PG_kv_2 .pg_title_2 .title p {
  font-size: 24px;
  font-size: 1.5rem;
  margin: 0 0 10px;
  font-weight: bold;
  overflow: hidden;
}
#PG_kv .pg_title .title p span, #PG_kv .pg_title_2 .title p span, #PG_kv_2 .pg_title .title p span, #PG_kv_2 .pg_title_2 .title p span {
  display: inline-block;
  background-color: #fff;
  padding: 10px;
  white-space: nowrap;
}
#PG_kv .pg_title .title h2, #PG_kv .pg_title_2 .title h2, #PG_kv_2 .pg_title .title h2, #PG_kv_2 .pg_title_2 .title h2 {
  font-size: 64px;
  font-size: 4rem;
  margin: 0;
  letter-spacing: 5px;
  overflow: hidden;
}
#PG_kv .pg_title .title h2 span, #PG_kv .pg_title_2 .title h2 span, #PG_kv_2 .pg_title .title h2 span, #PG_kv_2 .pg_title_2 .title h2 span {
  display: inline-block;
  background-color: #fff;
  padding: 10px;
  white-space: nowrap;
}
#PG_kv .pg_title_2, #PG_kv_2 .pg_title_2 {
  align-items: flex-end;
}
#PG_kv .pg_title_2 .title, #PG_kv_2 .pg_title_2 .title {
  margin-bottom: 40px;
}
#PG_kv .pg_title_2 .title h2, #PG_kv_2 .pg_title_2 .title h2 {
  font-size: 50px;
  font-size: 3.125rem;
  letter-spacing: 0;
}
#PG_kv figure, #PG_kv_2 figure {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#PG_kv figure img, #PG_kv_2 figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 1200px) {
  #PG_kv .pg_title .title p, #PG_kv_2 .pg_title .title p {
    font-size: 20px;
    font-size: 1.25rem;
  }
  #PG_kv .pg_title .title h2, #PG_kv_2 .pg_title .title h2 {
    font-size: 58px;
    font-size: 3.625rem;
  }
  #PG_kv .pg_title_2 .title p, #PG_kv_2 .pg_title_2 .title p {
    font-size: 20px;
    font-size: 1.25rem;
  }
  #PG_kv .pg_title_2 .title h2, #PG_kv_2 .pg_title_2 .title h2 {
    font-size: 50px;
    font-size: 3.125rem;
  }
}
@media only screen and (max-width: 980px) {
  #PG_kv, #PG_kv .pg_title, #PG_kv .pg_title_2, #PG_kv_2, #PG_kv_2 .pg_title, #PG_kv_2 .pg_title_2 {
    height: 350px;
  }
  #PG_kv .pg_title .title p, #PG_kv_2 .pg_title .title p {
    font-size: 18px;
    font-size: 1.125rem;
  }
  #PG_kv .pg_title .title h2, #PG_kv_2 .pg_title .title h2 {
    font-size: 50px;
    font-size: 3.125rem;
  }
  #PG_kv .pg_title_2 .title, #PG_kv_2 .pg_title_2 .title {
    margin-bottom: 30px;
  }
  #PG_kv .pg_title_2 .title p, #PG_kv_2 .pg_title_2 .title p {
    font-size: 18px;
    font-size: 1.125rem;
  }
  #PG_kv .pg_title_2 .title h2, #PG_kv_2 .pg_title_2 .title h2 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
@media only screen and (max-width: 750px) {
  #PG_kv .pg_title .title, #PG_kv .pg_title_2 .title, #PG_kv_2 .pg_title .title, #PG_kv_2 .pg_title_2 .title {
    margin-left: 20px;
  }
  #PG_kv .pg_title .title p, #PG_kv .pg_title_2 .title p, #PG_kv_2 .pg_title .title p, #PG_kv_2 .pg_title_2 .title p {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 7px;
  }
  #PG_kv .pg_title .title h2, #PG_kv .pg_title_2 .title h2, #PG_kv_2 .pg_title .title h2, #PG_kv_2 .pg_title_2 .title h2 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
@media only screen and (max-width: 640px) {
  #PG_kv, #PG_kv .pg_title, #PG_kv .pg_title_2, #PG_kv_2, #PG_kv_2 .pg_title, #PG_kv_2 .pg_title_2 {
    height: 220px;
  }
  #PG_kv .pg_title .title, #PG_kv_2 .pg_title .title {
    margin-left: 10px;
  }
  #PG_kv .pg_title .title p, #PG_kv_2 .pg_title .title p {
    font-size: 14px;
    font-size: 0.875rem;
    margin-bottom: 7px;
  }
  #PG_kv .pg_title .title p span, #PG_kv_2 .pg_title .title p span {
    padding: 5px 8px;
  }
  #PG_kv .pg_title .title h2, #PG_kv_2 .pg_title .title h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
  #PG_kv .pg_title .title h2 span, #PG_kv_2 .pg_title .title h2 span {
    padding: 5px 8px;
  }
  #PG_kv .pg_title_2 .title, #PG_kv_2 .pg_title_2 .title {
    margin-bottom: 20px;
  }
  #PG_kv .pg_title_2 .title p, #PG_kv_2 .pg_title_2 .title p {
    font-size: 14px;
    font-size: 0.875rem;
    margin-bottom: 7px;
  }
  #PG_kv .pg_title_2 .title p span, #PG_kv_2 .pg_title_2 .title p span {
    padding: 5px 8px;
  }
  #PG_kv .pg_title_2 .title h2, #PG_kv_2 .pg_title_2 .title h2 {
    font-size: 24px;
    font-size: 1.5rem;
  }
  #PG_kv .pg_title_2 .title h2 span, #PG_kv_2 .pg_title_2 .title h2 span {
    padding: 5px 8px;
  }
}

#ENTRY {
  position: fixed;
  z-index: 10;
  top: 525px;
  right: 0;
  padding: 10px 0 10px 10px;
  overflow: hidden;
}
body.ctg_recTop #ENTRY {
  top: 530px;
}
#ENTRY a {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  color: var(--color_1);
  text-decoration: none;
  background-color: #fff;
  width: 190px;
  height: 190px;
  text-align: center;
  border: 1px solid var(--color_1);
  border-right: none;
  transition: transform 0.5s ease;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
#ENTRY a p {
  font-size: 28px;
  font-size: 1.75rem;
  width: 100%;
  margin: 0;
  letter-spacing: 3px;
  transition: opacity 0.3s ease;
}
#ENTRY a span {
  display: block;
  margin-top: 5px;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 1px;
  transition: opacity 0.3s ease;
}
#ENTRY a::after {
  content: "";
  display: block;
  width: 20px;
  height: 165px;
  background: url(../img/entry_txt.png) 0 0 no-repeat;
  background-size: contain;
  opacity: 0;
  transition: opacity 0.3s ease;
  position: absolute;
  left: 9px;
  top: 10px;
}
body.scrolled #ENTRY a {
  transform: translateX(145px);
}
body.scrolled #ENTRY a::after {
  opacity: 1;
}
body.scrolled #ENTRY a p, body.scrolled #ENTRY a span {
  opacity: 0;
}
@media only screen and (max-width: 980px) {
  #ENTRY {
    top: 370px;
  }
  body.ctg_home #ENTRY {
    top: 300px;
  }
  #ENTRY a {
    width: 150px;
    height: 150px;
  }
  #ENTRY a p {
    font-size: 26px;
    font-size: 1.625rem;
  }
  #ENTRY a span {
    margin-top: 0;
  }
  #ENTRY a::after {
    width: 16px;
    height: 130px;
  }
  body.scrolled #ENTRY a {
    transform: translateX(115px);
  }
}
@media only screen and (max-width: 640px) {
  #ENTRY {
    top: 250px;
  }
  body.ctg_recTop #ENTRY {
    top: 180px;
  }
  #ENTRY a {
    width: 100px;
    height: 100px;
  }
  #ENTRY a p {
    font-size: 22px;
    font-size: 1.375rem;
    letter-spacing: 0;
  }
  #ENTRY a span {
    font-size: 10px;
    font-size: 0.625rem;
  }
  #ENTRY a::after {
    width: 15px;
    height: 96px;
    left: 13px;
    top: 1px;
  }
  body.scrolled #ENTRY a {
    transform: translateX(60px);
  }
}

#CNT {
  position: relative;
  padding-top: 1px;
  margin-top: -1px;
}
#CNT::before, #CNT::after {
  content: "";
  width: 100%;
  max-width: 1366px;
  position: absolute;
  z-index: 10;
  top: 400px;
  right: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
  background-repeat: repeat-y;
}
#CNT::before {
  background-image: url(../img/bg_1.png);
  background-position: 10px 0;
}
#CNT::after {
  background-image: url(../img/bg_2.png);
  background-position: right 10px top;
}
body.ctg_recTop #CNT::before, body.ctg_recTop #CNT::after {
  top: -240px;
}
@media only screen and (max-width: 640px) {
  #CNT::before, #CNT::after {
    opacity: 0.3;
  }
}

.pankuzu {
  position: relative;
  max-width: 1280px;
  height: 200px;
  padding: 0 30px;
  margin: 0 auto;
}
.pankuzu ul {
  list-style: none;
  margin: 0;
  padding: 15px 0 0 40px;
  font-size: 0;
}
.pankuzu li {
  font-size: 14px;
  font-size: 0.875rem;
  display: inline-block;
  margin: 0;
  padding: 0;
}
.pankuzu li::before {
  content: "/";
  display: inline-block;
  margin: 0 5px;
}
.pankuzu li:first-child::before {
  display: none;
}
.pankuzu a {
  color: #000;
}
@media only screen and (max-width: 980px) {
  .pankuzu {
    height: 120px;
    padding: 0 20px;
  }
  .pankuzu ul {
    padding-left: 30px;
  }
}
@media only screen and (max-width: 640px) {
  .pankuzu {
    height: 80px;
    padding: 0 10px;
  }
  .pankuzu ul {
    padding-left: 10px;
  }
  .pankuzu li {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
/* INTERVIEW
/* -------------------------------------------------------------------------*/
.interviewArea {
  padding-bottom: 80px;
  overflow: hidden;
}
@media only screen and (max-width: 980px) {
  .interviewArea {
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 640px) {
  .interviewArea {
    padding-bottom: 30px;
  }
}

.intA_intro {
  background-color: var(--color_2);
  margin-top: 120px;
}
.intA_intro .inner {
  max-width: 1100px;
  padding-right: 30px;
  margin: 0 auto;
  display: flex;
  gap: 100px;
}
.intA_intro .cell_text {
  flex: 1;
  padding: 60px 0;
  transform: translateX(-10%);
  opacity: 0;
}
.intA_intro h3 {
  font-size: 30px;
  font-size: 1.875rem;
  margin: 0;
  line-height: 1.2;
}
.intA_intro h3 span {
  display: inline-block;
  background-color: #fff;
  margin-bottom: 10px;
  padding: 3px 10px;
}
.intA_intro .text {
  line-height: 1.5;
  font-weight: bold;
}
.intA_intro .info {
  margin-top: 50px;
}
.intA_intro .infoTitle {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  margin: 0 0 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #000;
}
.intA_intro .infoText {
  margin-top: 10px;
}
.intA_intro figure {
  margin: 0;
  padding: 0;
  width: 50%;
  transform: translateY(15%);
  opacity: 0;
}
.intA_intro figure img {
  width: 100%;
  height: auto;
}
.intA_intro.anm_on .cell_text {
  transform: none;
  opacity: 1 !important;
  transition: opacity 0.5s ease, transform 0.5s ease;
  transition-delay: 0.3s;
}
.intA_intro.anm_on figure {
  transform: translateY(-15%);
  opacity: 1 !important;
  transition: opacity 0.5s ease, transform 0.5s ease;
}
@media only screen and (max-width: 1200px) {
  .intA_intro .inner {
    gap: 50px;
  }
}
@media only screen and (max-width: 980px) {
  .intA_intro {
    margin-top: 90px;
  }
  .intA_intro .inner {
    gap: 20px;
  }
  .intA_intro h3 {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
@media only screen and (max-width: 640px) {
  .intA_intro {
    margin-top: 70px;
  }
  .intA_intro .inner {
    display: block;
    padding: 0 20px;
    transform: translateY(-50px);
  }
  .intA_intro h3 {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .intA_intro figure {
    width: auto;
    transform: translateY(0) !important;
    text-align: center;
  }
  .intA_intro figure img {
    max-width: 450px;
  }
  .intA_intro .cell_text {
    position: relative;
    max-width: 450px;
    margin: 0 auto;
    padding: 0;
    margin-top: -60px;
  }
}

.interview_cnt {
  max-width: 1366px;
  margin: 0 auto;
}

.interview_cnt_hd {
  text-align: center;
  margin-bottom: 50px;
  margin-top: 30px;
}
.interview_cnt_hd h4 {
  font-size: 25px;
  font-size: 1.5625rem;
  margin: 0;
  line-height: 1.2;
}
.interview_cnt_hd h4 span {
  font-size: 63px;
  font-size: 3.9375rem;
  display: block;
}
@media only screen and (max-width: 980px) {
  .interview_cnt_hd h4 {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .interview_cnt_hd h4 span {
    font-size: 53px;
    font-size: 3.3125rem;
  }
}
@media only screen and (max-width: 640px) {
  .interview_cnt_hd {
    margin: 50px 0 20px;
  }
  .interview_cnt_hd h4 {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .interview_cnt_hd h4 span {
    font-size: 45px;
    font-size: 2.8125rem;
  }
}

.interview_cnt_body {
  max-width: 1200px;
  margin: 0 auto;
  padding: 8% 30px;
}
.interview_cnt_body .block_1, .interview_cnt_body .block_2 {
  display: flex;
  background-color: var(--color_2);
}
.interview_cnt_body .block_1 .cell, .interview_cnt_body .block_2 .cell {
  flex: 1;
  padding: 60px 100px;
}
.interview_cnt_body .block_1 .box, .interview_cnt_body .block_2 .box {
  margin-top: 40px;
}
.interview_cnt_body .block_1 .box h5, .interview_cnt_body .block_2 .box h5 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.3;
  margin: 0;
}
.interview_cnt_body .block_1 .box h5 span, .interview_cnt_body .block_2 .box h5 span {
  display: inline-block;
  padding: 2px 7px;
  margin-right: 10px;
  background-color: var(--color_1);
  color: #fff;
}
.interview_cnt_body .block_1 .fig, .interview_cnt_body .block_2 .fig {
  position: relative;
  width: 45%;
  margin: 0;
  padding: 0;
  opacity: 0;
  transform: translateX(-5%);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.interview_cnt_body .block_1 .fig img, .interview_cnt_body .block_2 .fig img {
  width: 100%;
  height: auto;
  transform: translate(12%, -12%) scale(1.2);
}
.interview_cnt_body .block_1 .fig.anm_on, .interview_cnt_body .block_2 .fig.anm_on {
  opacity: 1;
  transform: translateX(0);
}
.interview_cnt_body .block_2 {
  flex-direction: row-reverse;
}
.interview_cnt_body .block_2 .fig {
  transform: translateX(5%);
}
.interview_cnt_body .block_2 .fig img {
  transform: translate(-12%, 12%) scale(1.2);
}
.interview_cnt_body .block_2 .cell {
  margin-top: -90px;
}
@media only screen and (max-width: 1200px) {
  .interview_cnt_body .block_1 .cell {
    padding: 30px 30px 60px 50px;
  }
  .interview_cnt_body .block_2 .cell {
    margin-top: -50px;
    padding: 30px 50px 60px 30px;
  }
}
@media only screen and (max-width: 640px) {
  .interview_cnt_body {
    padding: 0 10px;
  }
  .interview_cnt_body .block_1, .interview_cnt_body .block_2 {
    display: block;
  }
  .interview_cnt_body .block_1 .cell, .interview_cnt_body .block_2 .cell {
    margin-top: 0;
    padding: 1px 20px;
  }
  .interview_cnt_body .block_1 .box h5, .interview_cnt_body .block_2 .box h5 {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .interview_cnt_body .block_1 .fig, .interview_cnt_body .block_2 .fig {
    width: auto;
    text-align: center;
    margin-top: 20px;
    padding: 0 20px;
  }
  .interview_cnt_body .block_1 .fig img, .interview_cnt_body .block_2 .fig img {
    transform: none;
    max-width: 450px;
  }
  .interview_cnt_body .block_2 {
    padding-bottom: 30px;
  }
}

.interview_cnt_sch {
  max-width: 1200px;
  margin: 0 auto;
  padding: 8% 30px;
}
.interview_cnt_sch .block {
  display: flex;
  background-color: var(--color_2);
}
.interview_cnt_sch .block .cell {
  flex: 1;
  padding: 0 100px 30px;
}
.interview_cnt_sch .block .cell .en {
  margin: 0 0 30px;
  line-height: 1;
}
.interview_cnt_sch .block .cell .en span {
  font-size: 32px;
  font-size: 2rem;
  display: inline-block;
  padding: 0 10px;
  background-color: #fff;
  color: #000;
}
.interview_cnt_sch .block .cell h5 {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: bold;
  margin: 0;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #000;
}
.interview_cnt_sch .block .cell table {
  border-collapse: collapse;
  margin-top: 15px;
}
.interview_cnt_sch .block .cell th, .interview_cnt_sch .block .cell td {
  padding: 5px;
}
.interview_cnt_sch .block .cell th {
  padding-right: 10px;
}
.interview_cnt_sch .block .fig {
  position: relative;
  width: 45%;
  margin: 0;
  padding: 0;
  opacity: 0;
  transition: opacity 0.8s ease;
}
.interview_cnt_sch .block .fig img {
  width: 100%;
  height: auto;
  transform: translateX(12%) scale(1.2);
}
.interview_cnt_sch .block .fig.anm_on {
  opacity: 1;
}
@media only screen and (max-width: 980px) {
  .interview_cnt_sch .block .cell {
    padding: 0 40px 30px;
  }
}
@media only screen and (max-width: 640px) {
  .interview_cnt_sch {
    padding: 50px 10px;
  }
  .interview_cnt_sch .block {
    display: block;
    padding-bottom: 20px;
  }
  .interview_cnt_sch .block .cell {
    padding: 0 20px;
  }
  .interview_cnt_sch .block .cell .en span {
    font-size: 26px;
    font-size: 1.625rem;
  }
  .interview_cnt_sch .block .cell h5 {
    font-size: 22px;
    font-size: 1.375rem;
    font-weight: bold;
    margin: 0;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #000;
  }
  .interview_cnt_sch .block .fig {
    width: auto;
    text-align: center;
    margin-top: 20px;
    padding: 0 20px;
  }
  .interview_cnt_sch .block .fig img {
    transform: none;
    max-width: 450px;
  }
}

/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
/* ABOUT
/* -------------------------------------------------------------------------*/
.rqrt_bigMsg_blck .inner {
  display: flex;
  flex-direction: row-reverse;
  max-width: 1400px;
  margin: 0 auto;
}
.rqrt_bigMsg_blck .inner .cell {
  width: 450px;
  margin: 0 100px;
  transition: opacity 0.8s ease;
}
.rqrt_bigMsg_blck .inner .cell.anm_on {
  opacity: 1 !important;
}
.rqrt_bigMsg_blck .inner .cell h3 {
  font-size: 30px;
  font-size: 1.875rem;
  display: inline-block;
  padding: 1px 5px;
  margin: 0;
  background-color: #fff;
  line-height: 1.3;
}
.rqrt_bigMsg_blck .inner .cell .text p {
  margin: 25px 0;
}
.rqrt_bigMsg_blck .inner figure {
  flex: 1;
  margin: 0;
  padding: 0;
  top: -80px;
  position: relative;
  opacity: 0;
  transform: translateX(-10%);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.rqrt_bigMsg_blck .inner figure img {
  width: 100%;
  height: auto;
}
.rqrt_bigMsg_blck .inner figure.anm_on {
  opacity: 1 !important;
  transform: translateX(0);
}
@media only screen and (max-width: 1200px) {
  .rqrt_bigMsg_blck .inner .cell {
    width: 40%;
    margin: 0 50px;
  }
}
@media only screen and (max-width: 980px) {
  .rqrt_bigMsg_blck .inner .cell {
    margin: 0 50px 0 20px;
  }
  .rqrt_bigMsg_blck .inner figure {
    top: 0;
  }
}
@media only screen and (max-width: 750px) {
  .rqrt_bigMsg_blck .inner {
    display: block;
  }
  .rqrt_bigMsg_blck .inner .cell {
    width: auto;
    margin: 0 30px 40px;
  }
  .rqrt_bigMsg_blck .inner .cell h3 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.rqrt_culture_block {
  margin: 140px 0;
  padding: 0 30px;
}
.rqrt_culture_block .inner {
  max-width: 1050px;
  margin: 0 auto;
  border: 1px solid #bfbfbf;
  box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.2);
}
.rqrt_culture_block h4 {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: normal;
  margin: 0;
  text-align: center;
  line-height: 1;
}
.rqrt_culture_block h4 span {
  display: inline-block;
  position: relative;
  top: -20px;
  padding: 5px 20px;
  background-color: #fff;
  border: 1px solid #bfbfbf;
}
.rqrt_culture_block .block {
  display: flex;
  gap: 30px;
  padding: 40px;
}
.rqrt_culture_block .block .cell_1 {
  text-align: center;
  flex: 1;
}
.rqrt_culture_block .block .cell_1 h5 {
  margin: 20px 0;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: bold;
  color: var(--color_1);
}
.rqrt_culture_block .block .cell_1 p {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  margin: 30px 0;
}
.rqrt_culture_block .block .cell_2 {
  width: 48%;
  padding: 40px;
  border: 1px solid #bfbfbf;
  text-align: center;
  font-weight: bold;
}
.rqrt_culture_block .block .cell_2 > p {
  margin: 20px 0;
}
.rqrt_culture_block .block .cell_2 > p span {
  font-size: 20px;
  font-size: 1.25rem;
  display: block;
  margin-top: 5px;
  color: var(--color_1);
}
.rqrt_culture_block .block .cell_2 .arw::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 22px 24px 0 24px;
  border-color: #6ccfc0 transparent transparent transparent;
}
.rqrt_culture_block .block .cell_2 .box {
  padding: 10px;
  border: 1px solid #bfbfbf;
}
.rqrt_culture_block .block .cell_2 .box p {
  margin: 0;
}
@media only screen and (max-width: 980px) {
  .rqrt_culture_block {
    margin: 120px 0;
  }
  .rqrt_culture_block .block {
    padding: 20px;
  }
}
@media only screen and (max-width: 750px) {
  .rqrt_culture_block {
    margin: 100px 0;
  }
  .rqrt_culture_block .block {
    display: block;
    padding: 20px;
  }
  .rqrt_culture_block .block .cell_1 h5 {
    margin-top: 0;
  }
  .rqrt_culture_block .block .cell_2 {
    width: auto;
    padding: 20px;
    margin-top: 50px;
  }
}
@media only screen and (max-width: 640px) {
  .rqrt_culture_block {
    margin: 80px 0;
  }
  .rqrt_culture_block .block .cell_1 p {
    font-size: 18px;
    font-size: 1.125rem;
    margin: 20px 0;
  }
}

.rqrt_occ_area {
  padding: 100px 15px;
  overflow: hidden;
}
.rqrt_occ_area .inner {
  max-width: 1220px;
  margin: 0 auto;
}
.rqrt_occ_area .rqrt_occ_msg {
  width: 670px;
  margin: 0 auto;
  font-weight: bold;
  line-height: 1.8;
}
.rqrt_occ_area .rqrt_occ_inner {
  max-width: 1300px;
  margin: 0 auto;
  padding: 1px 30px 100px;
  background-color: #daf3ef;
}
@media only screen and (max-width: 980px) {
  .rqrt_occ_area {
    padding: 80px 15px;
  }
}
@media only screen and (max-width: 750px) {
  .rqrt_occ_area .rqrt_occ_inner .rcrt_block_ftc, .rqrt_occ_area .rqrt_occ_inner .rcrt_block_tfc {
    border-bottom: 2px dotted var(--color_1);
    padding-bottom: 40px;
    margin-top: 40px;
  }
  .rqrt_occ_area .rqrt_occ_msg {
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .rqrt_occ_area {
    padding: 60px 15px;
  }
}

.rqrt_occ_text {
  max-width: 360px;
  text-align: center;
  margin: 0 auto;
}
.rqrt_occ_text .rcrt_title_1 {
  margin: 0 0 20px;
}
.rqrt_occ_text > p {
  text-align: left;
}

.rcrt_btn_block {
  margin-top: 30px;
  font-weight: bold;
}
.rcrt_btn_block p {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: bold;
  margin: 0;
}

.rcrt_block_tf, .rcrt_block_tfc, .rcrt_block_ft, .rcrt_block_ftc {
  display: flex;
}
.rcrt_block_tf .text, .rcrt_block_tfc .text, .rcrt_block_ft .text, .rcrt_block_ftc .text {
  width: 50%;
}
.rcrt_block_tf .fig, .rcrt_block_tfc .fig, .rcrt_block_ft .fig, .rcrt_block_ftc .fig {
  flex: 1;
  margin: 0;
  padding: 0;
}
.rcrt_block_tf .fig img, .rcrt_block_tfc .fig img, .rcrt_block_ft .fig img, .rcrt_block_ftc .fig img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 750px) {
  .rcrt_block_tf, .rcrt_block_tfc, .rcrt_block_ft, .rcrt_block_ftc {
    display: block;
  }
  .rcrt_block_tf .text, .rcrt_block_tfc .text, .rcrt_block_ft .text, .rcrt_block_ftc .text {
    width: auto;
  }
  .rcrt_block_tf .fig, .rcrt_block_tfc .fig, .rcrt_block_ft .fig, .rcrt_block_ftc .fig {
    transform: none !important;
    margin-top: 30px;
  }
}

.rcrt_block_tf .fig, .rcrt_block_tfc .fig {
  transform: translateX(12%) scale(1.15);
}

.rcrt_block_ft .fig, .rcrt_block_ftc .fig {
  transform: translateX(-12%) scale(1.15);
}

.rcrt_block_tfc, .rcrt_block_ftc {
  align-items: center;
}

.rcrt_block_ft, .rcrt_block_ftc {
  flex-direction: row-reverse;
}

.rcrt_title_1 {
  font-size: 24px;
  font-size: 1.5rem;
  display: inline-block;
  padding: 5px;
  border: 1px solid #000;
  background-color: #fff;
  line-height: 1.3;
  font-weight: bold;
}

.rcrt_pgNv {
  margin-top: 100px;
}
.rcrt_pgNv ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 24px;
  justify-content: center;
  flex-wrap: wrap;
}
.rcrt_pgNv li {
  margin: 0;
  padding: 0;
  width: calc(25% - 18px);
}
.rcrt_pgNv li div {
  display: block;
  height: 100%;
  padding: 0 20px 15px;
  background-color: #fff;
  text-decoration: none;
  color: #000;
  border: 1px solid #000;
  box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.3);
  transition: background 0.2s ease;
}
.rcrt_pgNv li div > * {
  width: 100%;
}
.rcrt_pgNv li div figure {
  margin: 0;
  padding: 0;
}
.rcrt_pgNv li div figure img {
  width: 100%;
  height: auto;
  transition: filter 0.2s ease;
}
.rcrt_pgNv li div .title {
  font-size: 20px;
  font-size: 1.25rem;
  margin: 10px 0;
  font-weight: bold;
  text-align: center;
  transition: color 0.2s ease;
}
.rcrt_pgNv li div .title span {
  font-size: 16px;
  font-size: 1rem;
  display: block;
}
.rcrt_pgNv li div .text {
  font-size: 14px;
  font-size: 0.875rem;
  margin: 0;
}
@media only screen and (max-width: 980px) {
  .rcrt_pgNv {
    margin-top: 80px;
  }
  .rcrt_pgNv ul {
    gap: 12px;
  }
  .rcrt_pgNv li {
    width: calc(25% - 9px);
  }
  .rcrt_pgNv li div {
    padding: 0 15px 15px;
  }
}
@media only screen and (max-width: 750px) {
  .rcrt_pgNv {
    margin-top: 60px;
  }
  .rcrt_pgNv ul {
    gap: 16px;
  }
  .rcrt_pgNv li {
    width: calc(50% - 8px);
    margin-bottom: 15px;
  }
  .rcrt_pgNv li div {
    padding: 0 15px 15px;
  }
}

/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
/* COMMON
/* -------------------------------------------------------------------------*/
/* margin */
.mt_0 {
  margin-top: 0;
}

.mt_L {
  margin-top: 100px;
}

.mt_M {
  margin-top: 70px;
}

.mt_S {
  margin-top: 40px;
}

.mb_0 {
  margin-top: 0;
}

.mb_L {
  margin-top: 100px;
}

.mb_M {
  margin-top: 70px;
}

.mb_S {
  margin-top: 40px;
}

.pt_0 {
  padding-top: 0;
}

.pt_L {
  padding-top: 80px;
}

.pt_M {
  padding-top: 50px;
}

.pt_S {
  padding-top: 20px;
}

.pb_0 {
  padding-top: 0;
}

.pb_L {
  padding-top: 80px;
}

.pb_M {
  padding-top: 50px;
}

.pb_S {
  padding-top: 20px;
}

/* padding */
.p_0 {
  padding: 0;
}

.p_L {
  padding: 40px;
}

.p_M {
  padding: 25px;
}

.p_S {
  padding: 10px;
}

@media only screen and (max-width: 640px) {
  .mt_L {
    margin-top: 70px;
  }
  .mt_M {
    margin-top: 40px;
  }
  .mt_S {
    margin-top: 20px;
  }
  .mb_L {
    margin-top: 70px;
  }
  .mb_M {
    margin-top: 40px;
  }
  .mb_S {
    margin-top: 20px;
  }
  .pt_0 {
    padding-top: 0;
  }
  .pt_L {
    padding-top: 60px;
  }
  .pt_M {
    padding-top: 30px;
  }
  .pt_S {
    padding-top: 10px;
  }
  .pb_0 {
    padding-top: 0;
  }
  .pb_L {
    padding-top: 60px;
  }
  .pb_M {
    padding-top: 30px;
  }
  .pb_S {
    padding-top: 10px;
  }
}
/* TEXT ALIGN */
.ta_L {
  text-align: left;
}

.ta_C {
  text-align: center;
}

.ta_R {
  text-align: right;
}

/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
/* animation
/* -------------------------------------------------------------------------*/
.anm_1 {
  opacity: 0;
}
.anm_1.anm_on {
  opacity: 1 !important;
  transition: opacity 1s ease;
}

.anm_2 {
  opacity: 0;
  transform: translateX(-20%);
}
.anm_2.anm_on {
  opacity: 1 !important;
  transform: translateX(0);
  transition: opacity 1s ease, transform 0.5s ease;
}

.anm_3 {
  opacity: 0;
  transform: translateX(20%);
}
.anm_3.anm_on {
  opacity: 1 !important;
  transform: translateX(0);
  transition: opacity 1s ease, transform 0.5s ease;
}

.anm_4 {
  opacity: 0;
  transform: translateY(20%);
}
.anm_4.anm_on {
  opacity: 1 !important;
  transform: translateY(0);
  transition: opacity 1s ease, transform 0.5s ease;
}

/* -------------------------------------------------------------------------*/