@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Kosugi&family=Onest&family=Zen+Kaku+Gothic+New:wght@400;500;700;900&display=swap");
:root {
  --main-color-green: #005d32;
  --main-color-yellow: #f4ce29;
  --main-color-blue: #008cce;
  --sub-color-green-light: #d9e7e0;
  --txt-black: #333;
  --txt-black-dark: #000;
  --bg-gray-light: #efefef;
}

*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  border: none;
  text-decoration: none;
  list-style: none;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  color: inherit;
}
a:focus {
  outline: none;
}

img {
  max-width: 100%;
  height: auto;
}

.sp-tbOnly {
  display: block !important;
}
@media only screen and (min-width: 1025px) {
  .sp-tbOnly {
    display: none !important;
  }
}

.minOnly {
  display: block !important;
}
@media only screen and (min-width:374px) {
  .minOnly {
    display: none !important;
  }
}

.spOnly {
  display: block !important;
}
@media only screen and (min-width:768px) {
  .spOnly {
    display: none !important;
  }
}

.tb-pcOnly {
  display: none !important;
}
@media only screen and (min-width:768px) {
  .tb-pcOnly {
    display: block !important;
  }
}

.pcOnly {
  display: none !important;
}
@media only screen and (min-width:1024px) {
  .pcOnly {
    display: block !important;
  }
}

/*=======================
目次
1.base     共通設定
2.common   汎用スタイル
-------------------------
3.recruit  recruitページ
-------------------------
4.fade-in
========================*/
.js-fadein {
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
}
.js-fadein.is-fadein {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
  transition: 0.4s;
}

/*===============================================
                 1.base   共通設定
================================================*/
#glt-translate-trigger {
  display: none !important;
}

.kosugi-regular {
  font-family: "Kosugi", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.onest-regular {
  font-family: "Onest", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.onest-black {
  font-family: "Onest", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.zen-kaku-gothic-new-regular {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}

* {
  font-size: 0;
}

body {
  font-family: "Kosugi", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2;
  color: #3C3C3C;
  font-size: 0;
}
@media only screen and (min-width:1024px) {
  body {
    font-size: 16px;
    font-size: 1rem;
  }
}

a {
  transition: all 0.3s;
  text-decoration: none;
  transition: 0.7s;
}
a.h-under:hover {
  color: #1C9A6E;
  text-decoration: underline;
}

p {
  font-family: "Kosugi", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  font-size: 1rem;
  line-height: 2;
}
@media only screen and (min-width:1024px) {
  p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

section.l-section {
  margin: 20px auto 0;
  padding: 60px 0 0;
  width: 90%;
}
@media only screen and (min-width:1024px) {
  section.l-section {
    max-width: 1200px;
    width: calc(100% - 3vw);
    padding: 120px 0 0;
  }
}
section.l-section.--fst {
  padding: 0px;
}
@media only screen and (min-width:1024px) {
  section.l-section.--fst {
    padding: 0px;
  }
}

.paragraph {
  word-break: keep-all;
  overflow-wrap: break-word;
}

@media only screen and (min-width:1024px) {
  .sp {
    display: none;
  }
}

.pc {
  display: none;
}
@media only screen and (min-width:1024px) {
  .pc {
    display: block;
  }
}

.heading {
  text-align: center;
  margin: 0 0 30px;
  display: flex;
  gap: 10px;
  flex-direction: column;
}
@media only screen and (min-width:1024px) {
  .heading {
    text-align: left;
    margin: 0 0 50px;
  }
}
@media only screen and (min-width:1024px) {
  .heading.--center {
    text-align: center;
  }
}
.heading__en {
  font-family: "Onest", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  font-size: 1.125rem;
  margin: -0.4em 0;
  transform-origin: top center;
}
.heading__h1 {
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.6;
  margin: -0.3em 0;
}
@media only screen and (min-width:1024px) {
  .heading__h1 {
    font-size: 42px;
    font-size: 2.625rem;
    line-height: 1.8;
    margin: -0.4em 0;
  }
}
.heading__h2 {
  font-size: 23px;
  font-size: 1.4375rem;
  line-height: 1.6;
  margin: -0.3em 0;
}
@media only screen and (min-width:1024px) {
  .heading__h2 {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.8;
    margin: -0.4em 0;
  }
}
.heading__h3 {
  color: #1C9A6E;
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1.6;
  margin: -0.3em 0;
  transform-origin: top center;
}
@media only screen and (min-width:1024px) {
  .heading__h3 {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.8;
    margin: -0.4em 0;
  }
}
.heading__h4 {
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 1.6;
  margin: 0 0 26px;
}
@media only screen and (min-width:1024px) {
  .heading__h4 {
    font-size: 23px;
    font-size: 1.4375rem;
    margin: 0 0 36px;
  }
}
.heading__h4.--green {
  color: #1C9A6E;
}

.information__bg {
  background-color: #1C9A6E;
  border-radius: 5px;
  padding: 30px 20px;
}
@media only screen and (min-width:1024px) {
  .information__bg {
    padding: 40px 10px;
  }
}
.information__flex {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media only screen and (min-width:1024px) {
  .information__flex {
    flex-direction: row;
    justify-content: space-between;
    max-width: 800px;
    margin: 0 auto;
    gap: 0px 80px;
  }
}
@media only screen and (min-width:1024px) {
  .information__entry {
    width: 45%;
  }
}
.information__entry-heading {
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 1.6;
  margin: -0.3em 0 calc(20px - 0.3em);
  color: #fff;
}
@media only screen and (min-width:1024px) {
  .information__entry-heading {
    font-size: 23px;
    font-size: 1.4375rem;
    margin: -0.3em 0 calc(30px - 0.3em);
  }
}
.information__entry-link {
  background-color: #fff;
  border-radius: 5px;
  padding: 6px 12px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #fff;
}
@media only screen and (min-width:1024px) {
  .information__entry-link {
    padding: 16px 14px;
  }
}
.information__entry-link p {
  color: #1C9A6E;
}
.information__entry-link span {
  width: 50px;
  border-left: 1px solid #BEE0CE;
  display: flex;
  justify-content: center;
  height: 40px;
}
.information__entry-link:hover {
  transition: 0.4s;
}
@media only screen and (min-width:1024px) {
  .information__entry-link:hover p {
    opacity: 0.8;
  }
  .information__entry-link:hover span {
    opacity: 0.8;
  }
}
@media only screen and (min-width:1024px) {
  .information__contact {
    width: 45%;
  }
}
.information__contact-heading {
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 1.6;
  margin: -0.3em 0 calc(20px - 0.3em);
  color: #fff;
}
@media only screen and (min-width:1024px) {
  .information__contact-heading {
    font-size: 23px;
    font-size: 1.4375rem;
    margin: -0.3em 0 calc(30px - 0.3em);
  }
}
.information__contact-link {
  color: #fff;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: 0.4s;
}
.information__contact-link + .information__contact-link {
  margin: 4px 0 0;
}
@media only screen and (min-width:1024px) {
  .information__contact-link:hover {
    opacity: 0.8;
    transition: 0.4s;
  }
}
.information__contact-icon {
  display: flex;
  align-items: center;
}
.information__contact-arrow {
  display: flex;
  align-items: center;
}
.information__contact-num {
  font-family: "Onest", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.information__contact-hour {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.6;
  margin: -0.3em 0;
}
/* ===== header ===== */
header {
  position: fixed;
  top: 10px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 94%;
  border-radius: 5px;
  text-align: center;
  background-color: #FFFFFF;
  z-index: 10;
}
@media only screen and (min-width:1024px) {
  header {
    top: 0px;
    left: 0;
    transform: unset;
    width: 100%;
    border-radius: 0px;
  }
}
header.open {
  width: 100%;
  top: 0;
  left: 0;
  transform: unset;
}
header.open .nav_flex {
  margin-top: 10px;
}
header #nav_input {
  display: none;
}
header #nav_input:checked ~ #nav_open {
  z-index: 200;
}
header #nav_input:checked ~ #nav_open span {
  display: block;
  transition: 0.4s;
  position: relative;
  background-color: #FFFFFF;
  width: 24px;
  height: 2px;
  border-radius: 4px;
}
header #nav_input:checked ~ #nav_open span:nth-of-type(1) {
  top: 0;
  transform: translateY(0px) rotate(-315deg);
}
header #nav_input:checked ~ #nav_open span:nth-of-type(2) {
  top: 20px;
  transform: translateY(-22px) rotate(315deg);
}
header #nav_input:checked ~ #nav_open p {
  color: #fff;
}
header #nav_input:checked ~ header {
  width: 100%;
}
header #nav_input:checked ~ .header_menu {
  display: block;
  color: #FFFFFF;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}
header #nav_input:checked ~ .header_menu ul {
  width: 100%;
  min-height: 50%;
  padding: 20% 0 20px;
  background-color: rgba(0, 103, 61, 0.95);
}
header #nav_input:checked ~ .header_menu ul li {
  width: 90%;
  margin: 0 auto;
  border-bottom: solid 1px #b4d2c6;
  position: relative;
}
header #nav_input:checked ~ .header_menu ul li a {
  font-size: 19px;
  font-size: 1.1875rem;
  text-align: left;
  line-height: 1.7em;
  display: block;
  padding: 8px 0;
  color: #fff;
}
header #nav_input:checked ~ .header_menu ul li:last-child {
  border-bottom: none;
}
header #nav_input:checked ~ .header_menu .sp_menu_wrapper {
  height: 100%;
}
header #nav_input:checked ~ .header_menu .sp-nav_footer {
  background: rgba(255, 255, 255, 0.95);
  color: #000;
  min-height: 40%;
}
header #nav_input:checked ~ .header_menu .sp-nav_footer ul {
  background: transparent;
  padding: 5% 0;
}
header #nav_input:checked ~ .header_menu .sp-nav_footer ul li {
  font-size: 13px;
  font-size: 0.8125rem;
  text-align: center;
  border-bottom: none;
  padding: 5px 0;
}
header #nav_input:checked ~ .header_menu .sp-nav_footer ul li .company {
  -webkit-display: flex;
  display: flex;
  justify-content: center;
}
header #nav_input:checked ~ .header_menu .sp-nav_footer ul li .company img {
  width: 60px;
  height: 37px;
}
header #nav_input:checked ~ .header_menu .sp-nav_footer ul li .company p {
  font-size: 14px;
  font-size: 0.875rem;
  margin-left: 20px;
  line-height: 37px;
  font-weight: bold;
}
header #nav_input:checked ~ .header_menu .sp-nav_footer ul li a {
  font-size: 13px;
  font-size: 0.8125rem;
  text-decoration: underline;
  display: inline;
  padding: 0;
  color: #000;
  font-weight: normal;
}
header #nav_input:checked ~ .header_menu .sp-nav_footer ul li small {
  font-size: 11px;
  font-size: 0.6875rem;
}
header #nav_open {
  height: calc(20px + 1em + 5px);
  position: relative;
  margin-top: 3px;
}
header #nav_open span {
  display: block;
  transition: 0.4s;
  position: relative;
  background-color: #1C9A6E;
  width: 24px;
  height: 2px;
  border-radius: 4px;
}
header #nav_open span:nth-of-type(1) {
  top: -3px;
}
header #nav_open span:nth-of-type(2) {
  top: 2px;
}
header .nav_flex {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
header .nav_menu {
  font-family: "Onest", sans-serif;
  color: #1C9A6E;
}
header .nav_line {
  position: relative;
}
header .header_wrapper {
  -webkit-display: flex;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 90%;
  margin: 0 auto;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media only screen and (min-width:1024px) {
  header .header_wrapper {
    padding: 20px 0;
    max-width: 1280px;
    margin: 0 auto;
  }
}
@media only screen and (min-width:1024px) {
  header .header_logo-sp {
    display: none;
  }
}
header .header_logo-pc {
  display: none;
}
@media only screen and (min-width:1024px) {
  header .header_logo-pc {
    display: block;
  }
}
header .header_menu {
  display: none;
}
@media only screen and (min-width: 1025px) {
  header .header_menu {
    display: block;
  }
}
header .header_menu ul li a {
  font-weight: bold;
}
header .header_menu ul li .entry_circle {
  position: unset;
  background-color: #fff;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  display: inline-block;
  margin: 0px 10px 0.2rem;
}
@media only screen and (min-width: 1025px) {
  header .header_menu ul {
    -webkit-display: flex;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    font-size: 17px;
    font-size: 1.0625rem;
    gap: 40px;
  }
  header .header_menu ul li a {
    display: block;
    text-decoration: none;
    color: #3c3c3c;
    cursor: pointer;
    cursor: hand;
    margin-top: 5px;
    position: relative;
    transition: opacity 0.3s;
  }
  header .header_menu ul li a:hover span {
    background-color: #1C9A6E;
  }
  header .header_menu ul li a.is-current span {
    display: block;
    height: 3px;
    width: 100%;
    left: 28%;
    bottom: 20px;
    box-sizing: border-box;
    background-color: #1C9A6E;
    transition-duration: 0.3s;
  }
  header .header_menu ul li a.entry {
    margin: 2px 0 0 20px;
    background-color: #1C9A6E;
    color: #FFFFFF;
    padding: 5px 25px;
    font-size: 15px;
    font-size: 0.9375rem;
    border-radius: 3px;
    display: flex;
    gap: 10px;
    justify-content: space-between;
    align-items: center;
  }
  header .header_menu ul li a.entry:hover {
    opacity: 0.7;
  }
  header .header_menu ul li a .entry_circle {
    position: unset;
    background-color: #217C55;
    width: 6px;
    height: 6px;
    border-radius: 50%;
  }
}
header .header_menu ul.sp-nav_toggle-list {
  display: none;
  width: 100%;
  margin: 0;
}
header .sp-nav_toggle {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  height: 100%;
  width: 10%;
}
header .sp-nav_toggle span {
  position: relative;
  display: block;
  background: #fff;
  height: 1px;
  width: 10px;
  top: 25px;
  right: 8px;
}
header .sp-nav_toggle span:nth-child(1) {
  transform: rotate(-90deg);
  transition-duration: 0.3s;
}
header #sp-nav_toggle-input {
  display: none;
}
header #sp-nav_toggle-input:checked ~ .sp-nav_toggle span:nth-child(1) {
  transform: rotate(0deg);
}
header #sp-nav_toggle-input:checked ~ ul.sp-nav_toggle-list {
  display: block;
  padding: 0 0 0 20px;
  background-color: transparent;
}
header #sp-nav_toggle-input:checked ~ ul.sp-nav_toggle-list li {
  border-bottom: none;
  width: 100%;
}
header #sp-nav_toggle-input:checked ~ ul.sp-nav_toggle-list li a {
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: normal;
  line-height: 1.5rem;
  width: 100%;
}
header .in {
  height: 100%;
  animation: fade-in 0.8s;
}
header .out {
  height: 0px;
  animation: fade-out 0.8s;
}
@keyframes fade-in {
  0% {
    opacity: 0;
    height: 0px;
  }
  5% {
    height: 100%;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
    height: 100%;
  }
  5% {
    height: 100%;
  }
  100% {
    opacity: 0;
  }
}

/* ===== footer ===== */
.footer {
  width: 90%;
  margin: 20px auto 0;
  padding: 60px 0 0;
}
@media only screen and (min-width:1024px) {
  .footer {
    width: calc(100% - 3vw);
    max-width: 1200px;
    padding: 120px 0 0;
  }
}
.footer__grid {
  display: grid;
  gap: 30px;
  margin: 0 0 50px;
}
@media only screen and (min-width:1024px) {
  .footer__grid {
    grid-template-columns: 24% 46% 30%;
    grid-template-rows: auto;
    gap: 0px;
    margin: 0 0 110px;
  }
}
.footer__navi-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media only screen and (min-width:1024px) {
  .footer__navi-list {
    gap: 35px;
  }
}
.footer__navi-link {
  font-size: 15px;
  font-size: 0.9375rem;
}
@media only screen and (min-width:1024px) {
  .footer__navi-link {
    font-size: 16px;
    font-size: 1rem;
  }
}
.footer__navi-entry {
  margin: 0;
  background-color: #1C9A6E;
  color: #FFFFFF;
  padding: 5px 14px;
  font-size: 15px;
  font-size: 0.9375rem;
  border-radius: 3px;
  display: flex;
  gap: 10px;
  justify-content: space-between;
  align-items: center;
  max-width: 200px;
}
.footer__navi-entry:hover {
  opacity: 0.7;
}
.footer .entry_circle {
  position: unset;
  background-color: #217C55;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
.footer__heading {
  margin: -0.5em 0 calc(20px - 0.5em);
}
.footer__interview .interview_flex {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer__interview .interview_item {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  gap: 10px;
  background-color: #E6F4EF;
  border-radius: 3px;
  padding: 15px;
  width: 100%;
}
@media only screen and (min-width:768px) {
  .footer__interview .interview_item {
    grid-template-columns: 20% 67% 13%;
    width: calc(100% - 80px);
    gap: 12px;
    transition: 0.4s;
  }
}
@media only screen and (min-width:1024px) {
  .footer__interview .interview_item:hover {
    transition: 0.4s;
    opacity: 0.8;
  }
}
.footer__interview .interview_figure {
  grid-area: 1/1/2/3;
  font-size: 0;
}
@media only screen and (min-width:768px) {
  .footer__interview .interview_figure {
    grid-area: unset;
  }
}
.footer__interview .interview_figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
}
@media only screen and (min-width:1024px) {
  .footer__interview .interview_figure img {
    aspect-ratio: 88/77;
  }
}
.footer__interview .interview_ttl {
  line-height: 1.6;
  font-size: 15px;
  font-size: 0.9375rem;
  margin: 0 0 8px;
}
@media only screen and (min-width:768px) {
  .footer__interview .interview_ttl {
    margin: 0 0 10px;
  }
}
.footer__interview .interview_name {
  line-height: 1.4;
  font-size: 14px;
  font-size: 0.875rem;
}
.footer__interview .interview_arrow {
  display: flex;
  grid-area: 2/2/3/3;
  justify-content: flex-end;
  align-items: flex-end;
}
@media only screen and (min-width:768px) {
  .footer__interview .interview_arrow {
    grid-area: unset;
    justify-content: flex-start;
    align-items: center;
  }
}
.footer__interview .interview_arrow-img {
  width: 20px;
  height: 20px;
}
@media only screen and (min-width:768px) {
  .footer__interview .interview_arrow-img {
    width: 30px;
    height: 30px;
  }
}
@media only screen and (min-width:1024px) {
  .footer__comapany {
    border-left: 1px solid #D0E7DB;
  }
}
.footer__comapany .company_info {
  margin: 10px 0 0;
}
.footer__comapany .company_name {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin: -0.3em 0 calc(20px - 0.3em);
}
@media only screen and (min-width:1024px) {
  .footer__comapany .company_name {
    font-size: 16px;
    font-size: 1rem;
    margin: -0.3em 0 calc(40px - 0.3em);
  }
}
.footer__comapany .company_address {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin: -0.3em 0 calc(10px - 0.3em);
}
@media only screen and (min-width:1024px) {
  .footer__comapany .company_address {
    font-size: 16px;
    font-size: 1rem;
    margin: -0.3em 0 calc(20px - 0.3em);
  }
}
.footer__comapany .company_tel {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin: -0.3em 0 calc(20px - 0.3em);
}
@media only screen and (min-width:1024px) {
  .footer__comapany .company_tel {
    font-size: 16px;
    font-size: 1rem;
    margin: -0.3em 0 calc(50px - 0.3em);
  }
}
.footer__comapany .company_site {
  color: #1C9A6E;
  font-size: 16px;
  font-size: 1rem;
}
@media only screen and (min-width:1024px) {
  .footer__comapany .company_site {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.footer__comapany .company_link {
  display: flex;
  align-items: center;
  gap: 10px;
  transition: 0.4s;
}
@media only screen and (min-width:1024px) {
  .footer__comapany .company_link:hover {
    cursor: pointer;
    opacity: 0.8;
    transition: 0.4s;
  }
}
.footer__comapany .company_link-img {
  width: 20px;
  height: 20px;
}
@media only screen and (min-width:1024px) {
  .footer__comapany .company_link-img {
    width: 30px;
    height: 30px;
  }
}
@media only screen and (min-width:1024px) {
  .footer__company-content {
    max-width: 274px;
    margin: 0 0 0 auto;
  }
}

.copyright {
  font-size: 12px;
  font-size: 0.75rem;
  font-family: "Onest", sans-serif;
  text-align: center;
  color: #3C3C3C;
}
@media only screen and (min-width:1024px) {
  .copyright {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

/* 3.lp */
.opening {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  background: #fff;
  z-index: 500000;
}
.opening__inner {
  width: 200px;
}

.is-finish .opening {
  display: none;
  height: 0;
}

#recruit {
  /* 逆再生時はflex方向を逆に */
}
#recruit .gsap-card-slider {
  position: relative;
  width: 290px;
  height: 330px;
  margin: auto;
  perspective: 1000px;
}
#recruit .card {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  transform-style: preserve-3d;
}
#recruit .card.--01 {
  transform: rotate(1deg) !important;
  margin: 0;
}
#recruit .card.--02 {
  transform: rotate(12deg) !important;
  margin: 0 0 0 50px;
}
#recruit .card.--03 {
  transform: rotate(-10deg) !important;
  margin: 0 80px 0 0;
}
#recruit .marquee-wrapper {
  overflow: hidden;
  width: 100%;
}
#recruit .marquee-track {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  animation: scroll-left 40s linear infinite;
  animation-play-state: running;
}
#recruit .marquee-content {
  display: flex;
  gap: 30px;
  margin: 30px 0 0;
}
#recruit .marquee-item {
  display: flex;
  align-items: center;
  white-space: nowrap;
  font-size: 18px;
  gap: 10px;
  flex-direction: row;
}
#recruit .marquee-item:last-of-type {
  margin-right: 30px;
}
#recruit .marquee-figure {
  width: 60px;
  height: 60px;
}
@media only screen and (min-width:1024px) {
  #recruit .marquee-figure {
    width: 90px;
    height: 90px;
  }
}
@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes scroll-right {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}
#recruit .marquee-track.reverse {
  animation: scroll-right 40s linear infinite;
}
#recruit .marquee-track.reverse.last {
  display: none;
  animation: scroll-right 50s linear infinite;
}
@media only screen and (min-width:1024px) {
  #recruit .marquee-track.reverse.last {
    display: flex;
  }
}
#recruit .marquee-text {
  color: #1C9A6E;
  opacity: 0.4;
  font-size: 28px;
  font-size: 1.75rem;
}
@media only screen and (min-width:1024px) {
  #recruit .marquee-text {
    font-size: 45px;
    font-size: 2.8125rem;
  }
}
#recruit .swiper-test .swiper {
  overflow: visible !important;
}
#recruit .swiper-test .swiper-slide-next {
  transform: rotate(30deg) !important;
  width: 260px !important;
  height: auto !important;
  filter: blur(4px);
}
#recruit .fv {
  margin: 30px auto 10px;
  padding-top: 75px;
  max-width: 1200px;
  width: 95%;
}
@media only screen and (min-width:1024px) {
  #recruit .fv {
    margin: 80px auto 60px;
  }
}
#recruit .fv__box {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 10px;
}
@media only screen and (min-width:1024px) {
  #recruit .fv__box {
    align-items: center;
    gap: 20px;
  }
}
#recruit .fv__box img {
  max-width: 70px;
}
@media only screen and (min-width:1024px) {
  #recruit .fv__box img {
    max-width: 100%;
  }
}
#recruit .fv__flex {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
}
@media only screen and (min-width:1024px) {
  #recruit .fv__flex {
    flex-direction: row;
    align-items: center;
    gap: 84px;
  }
}
#recruit .fv__slide {
  width: 80%;
  margin: 0 auto;
  position: relative;
}
@media only screen and (min-width:1024px) {
  #recruit .fv__slide {
    width: 50%;
  }
}
#recruit .fv__slide:before {
  display: flex;
  content: "";
  width: 260px;
  height: 330px;
  background-color: #E5F5ED;
  border-radius: 5px;
  position: absolute;
  right: -10px;
  transform: rotate(10deg);
}
@media only screen and (min-width:768px) and (max-width:1024px) {
  #recruit .fv__slide:before {
    right: 60px;
  }
}
@media only screen and (min-width:1024px) {
  #recruit .fv__slide:before {
    right: 0;
  }
}
#recruit .fv .swiper {
  width: 290px;
  height: 330px;
  margin: 0 50px 0 auto;
}
@media only screen and (min-width:768px) and (max-width:1024px) {
  #recruit .fv .swiper {
    margin: 0 auto;
  }
}
@media only screen and (min-width:1024px) {
  #recruit .fv .swiper {
    margin: 0 50px 0 auto;
  }
}
#recruit .fv .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}
#recruit .fv__grid {
  display: grid;
  width: 100%;
}
@media only screen and (min-width:1024px) {
  #recruit .fv__grid {
    width: 50%;
  }
}
#recruit .fv__text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #1C9A6E;
  font-size: 21px;
  font-size: 1.3125rem;
}
@media only screen and (min-width:1024px) {
  #recruit .fv__text {
    font-size: 23px;
    font-size: 1.4375rem;
  }
}
#recruit .fv__copy {
  font-size: 43px;
  font-size: 2.6875rem;
  line-height: 1.4;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  margin: calc(40px - 0.35em) 0 0;
}
@media only screen and (min-width:1024px) {
  #recruit .fv__copy {
    font-size: 60px;
    font-size: 3.75rem;
  }
}
#recruit .news__box {
  background-color: #E1F4EA;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media only screen and (min-width:1024px) {
  #recruit .news__box {
    flex-direction: row;
    align-items: center;
    gap: 30px;
  }
}
#recruit .news__box-ttl {
  font-family: "Onest", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #1C9A6E;
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 1.6;
  margin: -0.3em 0;
}
@media only screen and (min-width:1024px) {
  #recruit .news__box-ttl {
    font-size: 23px;
    font-size: 1.4375rem;
  }
}
#recruit .news__box-textarea {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media only screen and (min-width:1024px) {
  #recruit .news__box-textarea {
    flex-direction: row;
    gap: 20px;
  }
}
#recruit .news__box-textarea .date {
  line-height: 1.6;
  margin: -0.3em 0;
}
@media only screen and (min-width:1024px) {
  #recruit .news__box-textarea .date {
    line-height: 2;
    margin: 0;
  }
}
#recruit .message__flex {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media only screen and (min-width:1024px) {
  #recruit .message__flex {
    flex-direction: row;
    gap: 50px;
  }
}
@media only screen and (min-width:1024px) {
  #recruit .message__flex .box-01 {
    width: 74%;
  }
}
#recruit .message__flex .box-02 {
  width: 52%;
  align-self: flex-end;
}
@media only screen and (min-width:1024px) {
  #recruit .message__flex .box-02 {
    width: 26%;
  }
}
#recruit .message__img {
  border-radius: 5px;
  margin: 0 0 10px;
}
#recruit .message__txt {
  margin: -0.5em 0;
}
#recruit .message__txt + .message__txt {
  margin: calc(30px - 0.5em) 0 -0.5em;
}
@media only screen and (min-width:1024px) {
  #recruit .message__txt + .message__txt {
    margin: calc(50px - 0.5em) 0 -0.5em;
  }
}
#recruit .message__belongs {
  margin: calc(6px - 0.5em) 0 calc(10px - 0.5em);
}
#recruit .message__name {
  font-size: 23px;
  font-size: 1.4375rem;
  line-height: 1.6;
  margin: calc(4px - 0.3em) 0 -0.3em;
}
@media only screen and (min-width:1024px) {
  #recruit .message__name {
    font-size: 19px;
    font-size: 1.1875rem;
  }
}
#recruit .workstyle__flex {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media only screen and (min-width:1024px) {
  #recruit .workstyle__flex {
    flex-direction: row;
    gap: 36px;
  }
}
#recruit .workstyle__item {
  display: flex;
  flex-direction: row;
  gap: 20px;
}
@media only screen and (min-width:1024px) {
  #recruit .workstyle__item {
    flex-direction: column;
    width: 33.3333333333%;
    gap: unset;
  }
}
#recruit .workstyle__icon {
  width: 36%;
}
@media only screen and (min-width:1024px) {
  #recruit .workstyle__icon {
    width: 100%;
  }
}
#recruit .workstyle__textarea {
  width: 100%;
}
@media only screen and (min-width:1024px) {
  #recruit .workstyle__textarea {
    width: 100%;
    margin: 24px 0 0;
  }
}
#recruit .workstyle__num {
  color: #1C9A6E;
  font-weight: 700;
  font-style: italic;
}
#recruit .workstyle__heading {
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 1.6;
  margin: -0.3em 0 calc(10px - 0.3em);
  color: #1C9A6E;
}
@media only screen and (min-width:1024px) {
  #recruit .workstyle__heading {
    font-size: 23px;
    font-size: 1.4375rem;
  }
}
#recruit .interview-top__wrap {
  position: relative;
  overflow: hidden;
}
#recruit .interview-top__bg {
  position: absolute;
  top: 0;
  left: -80px;
  width: 120%;
}
#recruit .interview-top__content {
  padding: 0;
}
#recruit .interview-top__flex {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media only screen and (min-width:1024px) {
  #recruit .interview-top__flex {
    gap: 50px;
  }
}
#recruit .interview-top__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  gap: 0px;
  position: relative;
}
@media only screen and (min-width:1024px) {
  #recruit .interview-top__item {
    gap: 50px;
    flex-direction: row;
    transition: 0.4s;
  }
}
@media only screen and (min-width:1024px) {
  #recruit .interview-top__item:hover {
    cursor: pointer;
    opacity: 0.8;
    transition: 0.4s;
  }
}
@media only screen and (min-width:1024px) and (min-width:1024px) {
  #recruit .interview-top__item:hover .interview-top__figure::before {
    animation: shine 0.85s;
  }
}
@media only screen and (min-width:1024px) {
  @keyframes shine {
    100% {
      left: 125%;
    }
  }
}
@media only screen and (min-width:1024px) {
  #recruit .interview-top__figure {
    width: 56%;
    margin: 0;
    padding: 0;
    background: #fff;
    overflow: hidden;
    position: relative;
  }
  #recruit .interview-top__figure::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    transform: skewX(-25deg);
  }
}
#recruit .interview-top__textarea {
  padding: 30px 0;
  width: 100%;
  position: relative;
}
@media only screen and (min-width:1024px) {
  #recruit .interview-top__textarea {
    width: 44%;
    padding: 0;
  }
}
#recruit .interview-top__num {
  color: #1C9A6E;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.6;
  display: none;
}
@media only screen and (min-width:1024px) {
  #recruit .interview-top__num {
    font-size: 18px;
    font-size: 1.125rem;
    display: block;
    margin: -0.3em 0 calc(30px - 0.3em);
  }
}
#recruit .interview-top__ttl {
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 1.6;
  margin: -0.3em 0 calc(20px - 0.3em);
}
@media only screen and (min-width:1024px) {
  #recruit .interview-top__ttl {
    font-size: 23px;
    font-size: 1.4375rem;
    margin: -0.3em 0 calc(40px - 0.3em);
  }
}
#recruit .interview-top__textbox {
  display: flex;
  gap: 10px;
}
#recruit .interview-top__belongs {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.6;
}
@media only screen and (min-width:1024px) {
  #recruit .interview-top__belongs {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
#recruit .interview-top__year {
  background-color: #fff;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.6;
  position: absolute;
  top: -20px;
  left: 10px;
  padding: 0 10px;
}
@media only screen and (min-width:1024px) {
  #recruit .interview-top__year {
    background-color: transparent;
    font-size: 18px;
    font-size: 1.125rem;
    position: unset;
  }
}
#recruit .interview-top__name {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.6;
}
@media only screen and (min-width:1024px) {
  #recruit .interview-top__name {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
#recruit .interview-top__link {
  font-size: 16px;
  font-size: 1rem;
  color: #1C9A6E;
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  margin: 20px 0 0;
}
@media only screen and (min-width:1024px) {
  #recruit .interview-top__link {
    font-size: 18px;
    font-size: 1.125rem;
    margin: 30px 0 0;
  }
}
#recruit .enviroment__heading {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.6;
  margin: -0.3em 0 calc(20px - 0.3em);
  display: flex;
  gap: 5px;
  align-items: center;
}
@media only screen and (min-width:1024px) {
  #recruit .enviroment__heading {
    font-size: 23px;
    font-size: 1.4375rem;
  }
}
#recruit .enviroment__heading:before {
  display: block;
  content: "";
  background-color: #BEE0CE;
  border-radius: 50%;
  width: 10px;
  height: 10px;
}
#recruit .enviroment__box {
  margin: 25px 0 0;
}
@media only screen and (min-width:1024px) {
  #recruit .enviroment__box {
    margin: 50px 0 0;
  }
}
#recruit .enviroment__box + .enviroment__box {
  margin: 50px 0 0;
}
@media only screen and (min-width:1024px) {
  #recruit .enviroment__box + .enviroment__box {
    margin: 80px 0 0;
  }
}
#recruit .enviroment .stepup {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media only screen and (min-width:1024px) {
  #recruit .enviroment .stepup {
    flex-direction: row;
    gap: 70px;
  }
}
#recruit .enviroment .stepup__list {
  display: flex;
  width: 100%;
  flex-direction: column;
}
@media only screen and (min-width:1024px) {
  #recruit .enviroment .stepup__list {
    flex-direction: row;
  }
}
@media only screen and (min-width:1024px) {
  #recruit .enviroment .stepup__item-01 {
    width: 30%;
  }
}
@media only screen and (min-width:1024px) {
  #recruit .enviroment .stepup__item-02 {
    width: 70%;
  }
}
#recruit .enviroment .stepup__flex {
  display: flex;
  flex-direction: column;
  position: relative;
}
@media only screen and (min-width:1024px) {
  #recruit .enviroment .stepup__flex {
    width: 33.3333333333%;
  }
}
#recruit .enviroment .stepup__list-dt {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.2;
  background-color: #BEE0CE;
  padding: 10px;
  border-top: 1px dashed;
}
@media only screen and (min-width:1024px) {
  #recruit .enviroment .stepup__list-dt {
    font-size: 18px;
    font-size: 1.125rem;
    border-top: none;
    padding: 20px;
    position: relative;
  }
}
#recruit .enviroment .stepup__list-dt.--01 {
  border-top: none;
}
#recruit .enviroment .stepup__list-dt.--02 {
  background-color: #CDEADA;
}
#recruit .enviroment .stepup__list-dt.--03 {
  background-color: #BEE0CE;
}
#recruit .enviroment .stepup__circle {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #1C9A6E;
  position: absolute;
  top: -8px;
  left: -8px;
}
@media only screen and (min-width:1024px) {
  #recruit .enviroment .stepup__circle {
    top: auto;
    bottom: -8px;
    left: -9px;
  }
}
#recruit .enviroment .stepup__line {
  height: 2px;
  width: 100%;
  background-color: #1C9A6E;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (min-width:1024px) {
  #recruit .enviroment .stepup__line {
    top: auto;
    bottom: 0;
  }
}
#recruit .enviroment .stepup__list-dd {
  padding: 20px 16px;
}
@media only screen and (min-width:1024px) {
  #recruit .enviroment .stepup__list-dd {
    border-left: 1px dashed;
    padding: 16px;
  }
}
#recruit .enviroment .stepup__textarea + .stepup__textarea {
  margin: 20px 0 0;
}
@media only screen and (min-width:1024px) {
  #recruit .enviroment .stepup__textarea + .stepup__textarea {
    margin: 30px 0 0;
  }
}
#recruit .enviroment .stepup__list-ttl {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.6;
  margin: -0.3em 0;
  color: #1C9A6E;
}
@media only screen and (min-width:1024px) {
  #recruit .enviroment .stepup__list-ttl {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
#recruit .enviroment .stepup__list-txt {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.6;
  margin: calc(10px - 0.3em) 0 -0.3em;
}
@media only screen and (min-width:1024px) {
  #recruit .enviroment .stepup__list-txt {
    font-size: 16px;
    font-size: 1rem;
  }
}
#recruit .enviroment .numbers__list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 0;
}
@media only screen and (min-width:1024px) {
  #recruit .enviroment .numbers__list {
    gap: 10px 0;
  }
}
#recruit .enviroment .numbers__item {
  padding: 10px;
  width: 50%;
  border-right: 1px solid #1C9A6E;
  text-align: center;
  margin: auto 0;
}
@media only screen and (min-width:1024px) {
  #recruit .enviroment .numbers__item {
    width: 25%;
  }
}
#recruit .enviroment .numbers__item:nth-child(2) {
  border-right: none;
}
@media only screen and (min-width:1024px) {
  #recruit .enviroment .numbers__item:nth-child(2) {
    border-right: 1px solid #1C9A6E;
  }
}
#recruit .enviroment .numbers__item:last-of-type {
  border-right: none;
}
#recruit .enviroment .numbers__content {
  display: flex;
  flex-direction: row;
  gap: 5px;
  justify-content: center;
  align-items: baseline;
  margin: 10px 0 0;
}
#recruit .enviroment .numbers__ttl {
  line-height: 1.6;
  margin: -0.3em 0 calc(10px - 0.3em);
}
#recruit .enviroment .numbers__count {
  font-family: "Onest", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1.6;
  margin: -0.3em 0;
  color: #1C9A6E;
}
@media only screen and (min-width:1024px) {
  #recruit .enviroment .numbers__count {
    font-size: 32px;
    font-size: 2rem;
  }
}
#recruit .enviroment .numbers__txt {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.2;
}
@media only screen and (min-width:1024px) {
  #recruit .enviroment .numbers__txt {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
#recruit .enviroment .feature__box {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 50px 30px;
}
@media only screen and (min-width:1024px) {
  #recruit .enviroment .feature__box {
    flex-direction: row;
    gap: 70px 40px;
  }
}
#recruit .enviroment .feature__item {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 16px;
}
@media only screen and (min-width:1024px) {
  #recruit .enviroment .feature__item {
    width: calc(50% - 20px);
    gap: 30px;
  }
}
#recruit .enviroment .feature__item > div {
  width: 40%;
}
@media only screen and (min-width:1024px) {
  #recruit .enviroment .feature__item > div {
    width: 30%;
  }
}
#recruit .enviroment .feature__item > p {
  width: 60%;
}
@media only screen and (min-width:1024px) {
  #recruit .enviroment .feature__item > p {
    width: 70%;
  }
}
#recruit .enviroment .feature__txt {
  margin: -0.5em 0;
}

.gsap .card-slider {
  position: relative;
  width: 290px;
  height: 330px;
  margin: 50px auto;
  overflow: hidden;
}
.gsap .card {
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent;
  color: white;
  font-size: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  opacity: 0;
  pointer-events: none;
}
#interview .fv {
  position: relative;
  overflow: hidden;
}
#interview .fv__bg {
  position: absolute;
  bottom: -10px;
  left: -80px;
  width: 120%;
  z-index: -10;
}
#interview .fv__content {
  margin: 0 auto;
}
@media only screen and (min-width:1024px) {
  #interview .fv__content {
    margin: 80px auto 0;
    padding-top: 75px;
    max-width: 1200px;
    width: calc(100% - 68px);
  }
}
#interview .fv__flex {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
@media only screen and (min-width:1024px) {
  #interview .fv__flex {
    flex-direction: row-reverse;
    gap: 40px;
  }
}
@media only screen and (min-width:1024px) {
  #interview .fv__figure {
    width: 56%;
  }
}
#interview .fv__textarea {
  width: 90%;
}
@media only screen and (min-width:1024px) {
  #interview .fv__textarea {
    width: 44%;
  }
}
#interview .fv__num {
  color: #1C9A6E;
  font-family: "Onest", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.6;
  margin: -0.3em 0 calc(20px - 0.3em);
}
@media only screen and (min-width:1024px) {
  #interview .fv__num {
    font-size: 18px;
    font-size: 1.125rem;
    margin: -0.3em 0 calc(20px - 0.3em);
  }
}
#interview .fv__ttl {
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.4;
  margin: -0.2em 0 calc(20px - 0.2em);
}
@media only screen and (min-width:1024px) {
  #interview .fv__ttl {
    font-size: 42px;
    font-size: 2.625rem;
    margin: -0.2em 0 calc(50px - 0.2em);
  }
}
#interview .fv__textbox {
  display: flex;
  flex-direction: row;
  gap: 10px;
  margin: 0 0 10px;
}
@media only screen and (min-width:1024px) {
  #interview .fv__textbox {
    margin: 0;
  }
}
#interview .fv__year {
  display: block;
  font-size: 16px;
  font-size: 1rem;
}
#interview .fv__name {
  font-size: 23px;
  font-size: 1.4375rem;
  line-height: 1.6;
  margin: -0.3em 0 calc(20px - 0.3em);
}
@media only screen and (min-width:1024px) {
  #interview .fv__name {
    font-size: 30px;
    font-size: 1.875rem;
    margin: -0.3em 0 calc(30px - 0.3em);
  }
}
#interview .fv__keyword {
  color: #1C9A6E;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.4;
}
@media only screen and (min-width:1024px) {
  #interview .fv__keyword {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
#interview .fv__tag {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 4px 0 0;
}
#interview .fv__tag span {
  color: #1C9A6E;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4;
}
@media only screen and (min-width:1024px) {
  #interview .fv__tag span {
    font-size: 16px;
    font-size: 1rem;
  }
}
#interview .interview__content {
  margin: 50px auto 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media only screen and (min-width:1024px) {
  #interview .interview__content {
    margin: 92px auto 0;
  }
}
#interview .interview__box {
  background-color: #f7f7f7;
  padding: 60px 20px;
}
@media only screen and (min-width:1024px) {
  #interview .interview__box {
    padding: 100px 60px;
    max-width: 1200px;
    width: calc(100% - 3vw);
    margin: 0 auto;
  }
}
#interview .interview__flex {
  display: flex;
  align-items: center;
  gap: 50px;
  flex-direction: column-reverse;
}
@media only screen and (min-width:1024px) {
  #interview .interview__flex {
    flex-direction: row;
    gap: 70px;
  }
}
#interview .interview__flex.--reverse {
  flex-direction: column;
}
@media only screen and (min-width:1024px) {
  #interview .interview__flex.--reverse {
    flex-direction: row-reverse;
  }
}
@media only screen and (min-width:1024px) {
  #interview .interview__figure {
    width: 54%;
  }
}
@media only screen and (min-width:1024px) {
  #interview .interview__textarea {
    width: 46%;
  }
}
#interview .interview__ttl {
  color: #1C9A6E;
  font-size: 23px;
  font-size: 1.4375rem;
  line-height: 1.4;
  margin: -0.2em 0 calc(30px - 0.2em);
}
@media only screen and (min-width:1024px) {
  #interview .interview__ttl {
    font-size: 30px;
    font-size: 1.875rem;
    margin: -0.2em 0 calc(50px - 0.2em);
  }
}
#interview .interview__txt {
  font-size: 16px;
  font-size: 1rem;
  line-height: 2;
}
@media only screen and (min-width:1024px) {
  #interview .interview__txt {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 2.2;
  }
}
#interview .interview__txt + .interview__txt {
  margin: calc(40px - 0.5em) 0 -0.5em;
}
#interview .interview__note {
  font-size: 14px;
  font-size: 0.875rem;
  margin: calc(20px - 0.3em) 0 -0.3em;
}
#interview .interview__min {
  display: flex;
  gap: 10px;
  align-items: center;
  width: 90%;
  margin: 20px auto 0;
}
@media only screen and (min-width:768px) and (max-width:1024px) {
  #interview .interview__min {
    width: 75%;
  }
}
@media only screen and (min-width:1024px) {
  #interview .interview__min {
    width: 100%;
    margin: -30px 0 0 -30px;
    align-items: flex-end;
  }
}
@media only screen and (min-width:1024px) {
  #interview .interview__min-figure {
    width: 50%;
    height: auto;
  }
}
#interview .interview__min-text {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.6;
}
@media only screen and (min-width:1024px) {
  #interview .interview__min-text {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.8;
    width: 50%;
  }
}
#interview .message {
  padding: 30px 0 0;
}
@media only screen and (min-width:1024px) {
  #interview .message {
    padding: 50px 0 0;
  }
}
#interview .message__flex {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px 16px;
  align-items: center;
  margin: 0 auto;
  border-top: 1px solid #1C9A6E;
  border-bottom: 1px solid #1C9A6E;
  width: 90%;
}
@media only screen and (min-width:1024px) {
  #interview .message__flex {
    flex-direction: row;
    gap: 30px;
    padding: 0 40px;
    max-width: 800px;
    border-top: transparent;
    border-bottom: transparent;
    border-right: 1px solid #1C9A6E;
    border-left: 1px solid #1C9A6E;
    width: 100%;
  }
}
#interview .message__figure {
  width: 160px;
}
@media only screen and (min-width:1024px) {
  #interview .message__figure {
    width: 40%;
  }
}
#interview .message__figure img {
  aspect-ratio: 1/1;
  border-radius: 50%;
}
@media only screen and (min-width:1024px) {
  #interview .message__figure img {
    margin: 0 0 0 auto;
  }
}
@media only screen and (min-width:1024px) {
  #interview .message__textarea {
    width: 60%;
  }
}
#interview .message__ttl {
  font-size: 19px;
  font-size: 1.1875rem;
  color: #1C9A6E;
  line-height: 1.6;
  margin: -0.3em 0 calc(20px - 0.3em);
}
@media only screen and (min-width:1024px) {
  #interview .message__ttl {
    font-size: 23px;
    font-size: 1.4375rem;
    margin: -0.3em 0 calc(30px - 0.3em);
  }
}
#interview .message__txt {
  position: relative;
}
@media only screen and (min-width:1024px) {
  #interview .message__txt {
    padding-left: 16px;
  }
}
#interview .message__txt::before {
  content: "";
  display: block;
  width: 30px;
  height: 19px;
  position: absolute;
  top: 2px;
  left: -12px;
  background-image: url("../img/recruit/quotation.png");
  background-size: 30px 19px;
}
@media only screen and (min-width:1024px) {
  #interview .message__txt::before {
    width: 38px;
    height: 24px;
    top: -4px;
    left: -4px;
    background-size: 38px 24px;
  }
}
#interview .bottom-interview {
  background-color: #f7f7f7;
  padding-bottom: 50px;
}
@media only screen and (min-width:1024px) {
  #interview .bottom-interview {
    margin-top: 80px;
    padding-bottom: 80px;
  }
}
#interview .bottom-interview__content {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media only screen and (min-width:1024px) {
  #interview .bottom-interview__content {
    flex-direction: row;
  }
}
@media only screen and (min-width: 1025px) {
  #interview .bottom-interview__content {
    gap: 80px;
  }
}
#interview .bottom-interview__flex {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media only screen and (min-width:768px) and (max-width:1024px) {
  #interview .bottom-interview__flex {
    width: 100%;
    flex-direction: row;
  }
}
@media only screen and (min-width:1024px) {
  #interview .bottom-interview__flex {
    gap: 50px;
    width: 76%;
    flex-direction: row;
  }
}
#interview .bottom-interview__flex > a {
  width: 100%;
}
@media only screen and (min-width: 1025px) {
  #interview .bottom-interview__flex > a {
    width: auto;
  }
}
#interview .bottom-interview__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  gap: 10px;
  position: relative;
}
@media only screen and (min-width:768px) and (max-width:1024px) {
  #interview .bottom-interview__item {
    gap: 20px;
  }
}
@media only screen and (min-width:1024px) {
  #interview .bottom-interview__item {
    width: 100%;
    transition: 0.4s;
  }
}
@media only screen and (min-width:1024px) {
  #interview .bottom-interview__item:hover {
    cursor: pointer;
    opacity: 0.8;
    transition: 0.4s;
  }
}
#interview .bottom-interview__textarea {
  padding: 30px 0;
  width: 100%;
  position: relative;
}
@media only screen and (min-width:768px) and (max-width:1024px) {
  #interview .bottom-interview__textarea {
    padding: 0;
  }
}
#interview .bottom-interview__num {
  color: #1C9A6E;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.6;
  display: none;
}
@media only screen and (min-width:768px) and (max-width:1024px) {
  #interview .bottom-interview__num {
    font-size: 18px;
    font-size: 1.125rem;
    display: block;
    margin: -0.3em 0 calc(20px - 0.3em);
  }
}
#interview .bottom-interview__ttl {
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 1.6;
  margin: -0.3em 0 calc(10px - 0.3em);
}
@media only screen and (min-width:768px) and (max-width:1024px) {
  #interview .bottom-interview__ttl {
    font-size: 23px;
    font-size: 1.4375rem;
    margin: -0.3em 0 calc(26px - 0.3em);
  }
}
#interview .bottom-interview__textbox {
  display: flex;
  gap: 10px;
}
#interview .bottom-interview__belongs {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.6;
}
@media only screen and (min-width:768px) and (max-width:1024px) {
  #interview .bottom-interview__belongs {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
#interview .bottom-interview__year {
  background-color: #fff;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.6;
  position: absolute;
  top: -20px;
  left: 10px;
  padding: 0 10px;
}
@media only screen and (min-width:768px) and (max-width:1024px) {
  #interview .bottom-interview__year {
    background-color: transparent;
    font-size: 18px;
    font-size: 1.125rem;
    position: unset;
  }
}
#interview .bottom-interview__name {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.6;
}
@media only screen and (min-width:768px) and (max-width:1024px) {
  #interview .bottom-interview__name {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
#interview .bottom-interview__link {
  color: #1C9A6E;
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  margin: 10px 0 0;
  font-size: 16px;
  font-size: 1rem;
}
@media only screen and (min-width:1024px) {
  #interview .bottom-interview__link {
    margin: 20px 0 0;
    font-size: 18px;
    font-size: 1.125rem;
  }
}
#interview .bottom-interview__linkarea {
  width: 100%;
  display: flex;
  gap: 20px;
}
@media only screen and (min-width:1024px) {
  #interview .bottom-interview__linkarea {
    flex-direction: column;
    width: 24%;
    gap: 0px;
  }
}
#interview .bottom-interview__linkarea-link {
  color: #1C9A6E;
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  margin: 10px 0 0;
  transition: 0.4s;
}
@media only screen and (min-width:1024px) {
  #interview .bottom-interview__linkarea-link:hover {
    cursor: pointer;
    opacity: 0.8;
    transition: 0.4s;
  }
}
#interview .bottom-interview__linkarea-box {
  padding: 30px 0;
  border-top: 1px solid #BEE0CE;
}
@media only screen and (min-width:1024px) {
  #interview .bottom-interview__linkarea-box {
    border-top: none;
    padding: 0 0 50px;
  }
}
@media only screen and (min-width:1024px) {
  #interview .bottom-interview__linkarea-box + .bottom-interview__linkarea-box {
    padding: 50px 0 0;
    border-top: 1px solid #BEE0CE;
  }
}

#entry .fv {
  overflow-x: hidden;
  background-image: url(../img/recruit/interview-bg.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: 30px bottom;
}
@media only screen and (min-width:768px) and (max-width:1024px) {
  #entry .fv {
    background-position: 0px bottom;
  }
}
@media only screen and (min-width: 1025px) {
  #entry .fv {
    background-position: center 80px;
  }
}
#entry .fv__content {
  margin: 60px auto 0;
  min-height: 45svh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media only screen and (min-width: 1025px) {
  #entry .fv__content {
    margin: 120px auto 0;
    min-height: 68svh;
    max-width: 1200px;
    width: calc(100% - 68px);
  }
}
#entry .fv__text {
  text-align: center;
}
#entry .requirements__heading {
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 1.6;
  margin: 0 0 16px;
}
@media only screen and (min-width:1024px) {
  #entry .requirements__heading {
    font-size: 23px;
    font-size: 1.4375rem;
    margin: 0 0 36px;
  }
}
#entry .requirements__list {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0 0;
}
@media only screen and (min-width:1024px) {
  #entry .requirements__list {
    margin: 30px auto 0;
    max-width: 780px;
  }
}
#entry .requirements__list dt {
  padding: 10px;
  width: 100%;
  background: #F7F7F7;
  border-bottom: 1px solid #E6E5EB;
  font-family: "Kosugi", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.6;
}
@media only screen and (min-width:1024px) {
  #entry .requirements__list dt {
    width: 30%;
    background: transparent;
    padding: 16px 0px;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.8;
  }
}
#entry .requirements__list dt:last-of-type {
  border-bottom: none;
}
#entry .requirements__list dd {
  padding: 10px;
  width: 100%;
  border-bottom: 1px solid #E6E5EB;
  font-family: "Kosugi", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.6;
}
#entry .requirements__list dd:last-of-type {
  border-bottom: none;
}
@media only screen and (min-width:1024px) {
  #entry .requirements__list dd {
    padding: 16px 0px 16px 16px;
    width: 70%;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.8;
  }
}
#entry .requirements__list--attach {
  position: relative;
}
#entry .requirements__list--attach .wpcf7-label {
  cursor: pointer;
  background: #1C9A6E;
  font-size: 14px;
  font-size: 0.875rem;
  color: #fff;
  width: auto;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 5;
  padding: 2px 8px;
}
@media only screen and (min-width:1024px) {
  #entry .requirements__list--attach .wpcf7-label {
    padding: 4px 8px;
    font-size: 16px;
    font-size: 1rem;
  }
}
#entry .requirements__comfirm {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
#entry .custom-wpcf7c-confirmed .requirements__list--attach .wpcf7-label {
  display: none;
}
#entry .form {
  /* ===== column layout ===== */
  /* 本サイトお問い合わせフォームより転記 */
  /* ラジオボタンのラップ全体 */
  /* 各ラジオボタン項目 */
  /* ラジオボタン本体を非表示 */
  /* カスタムラジオボタンの見た目（円） */
  /* 選択状態（チェックされた時） */
}
#entry .form .form-wrap {
  max-width: 800px;
  margin: 0 auto;
}
#entry .form .form-wrap.second-mt40 {
  margin: 40px auto 0;
}
#entry .form input,
#entry .form button,
#entry .form textarea,
#entry .form select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 3px;
  outline: none;
  font-size: 14px;
  font-size: 0.875rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media only screen and (min-width:1024px) {
  #entry .form input,
  #entry .form button,
  #entry .form textarea,
  #entry .form select {
    font-size: 16px;
    font-size: 1rem;
  }
}
#entry .form input[type=text],
#entry .form input[type=tel],
#entry .form input[type=email] {
  width: 100%;
  border: 1px solid #B2B2B2;
  padding: 14px 10px;
}
#entry .form input[type=text]::-moz-placeholder, #entry .form input[type=tel]::-moz-placeholder, #entry .form input[type=email]::-moz-placeholder {
  color: #ccc;
}
#entry .form input[type=text]::placeholder,
#entry .form input[type=tel]::placeholder,
#entry .form input[type=email]::placeholder {
  color: #ccc;
}
#entry .form input[type=text]:-ms-input-placeholder,
#entry .form input[type=tel]:-ms-input-placeholder,
#entry .form input[type=email]:-ms-input-placeholder {
  color: #ccc;
}
#entry .form input[type=text]::-ms-input-placeholder,
#entry .form input[type=tel]::-ms-input-placeholder,
#entry .form input[type=email]::-ms-input-placeholder {
  color: #ccc;
}
#entry .form textarea {
  width: 100%;
  min-height: 120px;
  border: 1px solid #B2B2B2;
  padding: 14px 10px;
  resize: vertical;
}
@media only screen and (min-width:1024px) {
  #entry .form textarea {
    min-height: 180px;
  }
}
#entry .form input[type=radio] {
  display: none;
}
#entry .form input[type=radio]:checked ~ label::after {
  position: absolute;
  content: "";
  top: calc(50% - 5px);
  left: 5px;
  width: 10px;
  height: 10px;
  background: #1C9A6E;
  border-radius: 100%;
}
#entry .form input:is([type=button], [type=reset]),
#entry .form input[type=file]::file-selector-button,
#entry .form button {
  min-width: 114px;
  margin-right: 1rem;
  font-family: "Kosugi", sans-serif;
}
#entry .form input[type=checkbox] {
  accent-color: gray;
  inline-size: 1.2em;
  block-size: 1.2em;
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
  vertical-align: middle;
}
#entry .form .acceptance-218 {
  display: inline-block;
  margin: 0 auto 30px;
}
#entry .form .acceptance-218 .span.wpcf7-list-item {
  margin: 0 auto;
}
#entry .form .select-belong label {
  position: relative;
  display: block;
  padding: 3px 3px 3px 30px;
  cursor: pointer;
}
#entry .form .select-belong label::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  top: calc(50% - 10px);
  width: 20px;
  height: 20px;
  background: #FFFFFF;
  border: 1px solid #B2B2B2;
  border-radius: 100%;
}
#entry .form input[type=submit] {
  width: 50%;
  position: relative;
  padding: 13px 0;
  color: #FFFFFF;
  background-color: #1C9A6E;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
  font-size: 1rem;
  transition: opacity 0.3s;
}
@media only screen and (min-width:1024px) {
  #entry .form input[type=submit] {
    width: 280px;
    padding: 15px 0;
    font-size: 18px;
    font-size: 1.125rem;
  }
}
#entry .form input[type=submit]:hover {
  -webkit-opacity: 0.8;
  opacity: 0.8;
}
#entry .form input[type=button] {
  width: 50%;
  padding: 13px 0;
  color: #1C9A6E;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
  font-size: 1rem;
  border: 1px solid #1C9A6E;
  transition: all 0.3s;
}
@media only screen and (min-width:1024px) {
  #entry .form input[type=button] {
    width: 280px;
    padding: 15px 0;
    font-size: 18px;
    font-size: 1.125rem;
  }
}
#entry .form input[type=button]:hover {
  color: #FFFFFF;
  background-color: #1C9A6E;
}
#entry .form .form-wrap .required::after {
  content: "必須";
  margin: 0 0 0 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: normal;
  color: #FFF;
  background-color: #1C9A6E;
  border-radius: 1px;
}
#entry .form .f-column {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media only screen and (min-width:1024px) {
  #entry .form .f-column {
    flex-direction: row;
    justify-content: space-between;
    gap: 0;
  }
}
#entry .form .col-2-pc {
  width: 100%;
}
@media only screen and (min-width:1024px) {
  #entry .form .col-2-pc {
    width: calc(50% - 15px);
  }
}
#entry .form .custom-radio {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
#entry .form .custom-radio .wpcf7-list-item {
  position: relative;
  cursor: pointer;
  font-size: 16px;
  line-height: 1.5;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  margin-left: 0;
}
#entry .form .custom-radio input[type=radio] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  top: 50%;
  left: 0;
  margin: 0;
  transform: translateY(-50%);
  z-index: 2;
}
#entry .form .custom-radio .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border: 2px solid #ccc;
  border-radius: 50%;
  background-color: #fff;
  transition: all 0.3s ease;
  box-sizing: border-box;
  z-index: 1;
}
#entry .form .custom-radio input[type=radio]:checked ~ .wpcf7-list-item-label::before {
  background-color: #1C9A6E;
  border-color: #1C9A6E;
  box-shadow: inset 0 0 0 4px #fff;
}
#entry .privacy {
  margin: 20px 0;
  font-size: 13px;
  font-size: 0.8125rem;
  text-align: center;
}
@media only screen and (min-width:1024px) {
  #entry .privacy {
    margin: 40px 0 0;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
#entry .privacy p.indent {
  text-align: center;
  text-indent: -1em;
  padding-left: 1em;
  margin: 0 0 20px;
}
#entry .privacy p:last-child {
  margin: 0;
}
@media only screen and (min-width:1024px) {
  #entry .privacy p {
    text-align: center;
  }
}
#entry .privacy a {
  text-align: center;
}
#entry .privacy a i {
  margin: 0 0.4em;
}
#entry .privacy a i:last-child {
  margin: 0 0.5em;
}
#entry .policy h2 {
  margin-bottom: 1.5em;
  text-align: center;
  font-weight: bold;
}
@media only screen and (min-width:1024px) {
  #entry .policy h2 {
    margin-bottom: 1.7em;
  }
}
#entry .policy h3 {
  margin: 3em 0 0;
}
#entry .policy p {
  margin-top: 1em;
  line-height: 1.7;
  text-indent: -1em;
  padding-left: 1em;
}
#entry .policy p.none {
  text-indent: 0;
  padding-left: 0;
}
#entry .policy ul li {
  line-height: 1.7;
  margin-top: 0.7em;
  text-indent: -2.5em;
  padding-left: 2.5em;
}
#entry .modaal-inner-wrapper {
  padding: 16px;
}
@media only screen and (min-width:1024px) {
  #entry .modaal-inner-wrapper {
    padding: 85px 25px;
  }
}
#entry .modaal-content-container {
  padding: 30px 16px;
}
@media only screen and (min-width:1024px) {
  #entry .modaal-content-container {
    padding: 30px;
  }
}
#entry #modaal-close {
  top: 10px;
  right: 10px;
  border: 2px solid #1C9A6E;
  background-color: #FFF;
}
@media only screen and (min-width:1024px) {
  #entry #modaal-close {
    top: 30px;
    right: 30px;
  }
}
#entry #modaal-close::before, #entry #modaal-close::after {
  width: 3px;
  top: 12px;
  left: 22px;
  background-color: #1C9A6E;
}
#entry #modaal-close:hover {
  background-color: #1C9A6E;
}
#entry #modaal-close:hover::before, #entry #modaal-close:hover::after {
  background-color: #FFF;
}

#entry-thanks {
  position: relative;
  overflow-x: hidden;
  /* ===== button ===== */
}
#entry-thanks .fv {
  background-image: url(../img/recruit/interview-bg.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: 40px bottom;
}
@media only screen and (min-width:768px) and (max-width:1024px) {
  #entry-thanks .fv {
    background-position: 0px bottom;
  }
}
@media only screen and (min-width: 1025px) {
  #entry-thanks .fv {
    background-position: center 80px;
  }
}
#entry-thanks .fv__content {
  margin: 120px auto 0;
  min-height: 60svh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media only screen and (min-width:1024px) {
  #entry-thanks .fv__content {
    max-width: 1200px;
    width: calc(100% - 68px);
  }
}
#entry-thanks .fv__text {
  text-align: center;
}
#entry-thanks .btn_link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 30px 0 40px;
}
@media only screen and (min-width:1024px) {
  #entry-thanks .btn_link {
    margin: 40px 0 0;
  }
}
#entry-thanks .btn_link-img {
  width: 20px;
  height: 20px;
}
@media only screen and (min-width:1024px) {
  #entry-thanks .btn_link-img {
    width: 30px;
    height: 30px;
  }
}