@charset "UTF-8";
@import url("animate.min.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,200;0,300;0,400;0,500;0,600;1,100&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@400;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap");

.font1 {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 300;
  font-style: normal;
}

.font2 {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.font3 {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 500;
  font-style: normal;
}

.font4 {
  font-family: "Montserrat", sans-serif;
  /*font-weight: 200,300,400,500,600;*/
}

.font5 {
  font-family: "Josefin Sans", sans-serif;
  /*font-weight: 400,600,700;*/
}

.font6 {
  font-family: "Lato", sans-serif;
  /*font-weight: 300,400,700;*/
}

:root {
  --company-color: #a5b1be;
  --work-color: #afb487;
  --people-color: #e59830;
  --way-of-working-color: #54b6d3;
  --recruit-color: #a5b1be;
  --header-height: 75px;

  @media (width <= 900px) {
    --header-height: 62px;
  }
}

/* --------RESET-------------------------------------------------------------------------------------- */
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-break: strict;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
li {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

*:focus {
  outline: none;
}

/* --------LINK-------------------------------------------------------------------------------------- */
a:link {
  color: inherit;
  text-decoration: inherit;
}

a:visited {
  color: inherit;
  text-decoration: inherit;
}

a:hover {
  color: inherit;
  text-decoration: inherit;
}

a:active {
  color: inherit;
  text-decoration: inherit;
}

/* --------FONT-------------------------------------------------------------------------------------- */
body {
  background-color: #fff;
  color: #000;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3",
    "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica",
    "Arial", sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: 0.08em;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  position: relative;
  line-height: 2;
}

@media screen and (min-width: 901px) {
  body {
    font-size: 14px;
    overflow-x: hidden;
  }
}

@media screen and (max-width: 900px) {
  body {
    font-size: 14px;
    overflow-x: hidden;
  }
}

@media screen and (min-width: 901px) {
  .pc_ver {
    display: block;
  }

  .sp_ver {
    display: none;
  }
}

@media screen and (max-width: 900px) {
  .pc_ver {
    display: none;
  }

  .sp_ver {
    display: block;
  }
}

/*========================================================================================== OPENING ===*/
@-webkit-keyframes logo-anim {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes logo-anim {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes logo-sub-anim {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

@keyframes logo-sub-anim {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

@media print, screen and (min-width: 901px) {
  #loading {
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 30;
  }

  #loading > div {
    width: 100%;
  }

  #loading > div > div img {
    display: block;
    height: auto;
    width: 100%;
    position: relative;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  #loading > div .main {
    overflow: hidden;
    margin: 0 auto;
    width: 20.1%;
  }

  #loading > div .main img {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }

  #loading > div .main.set img {
    -webkit-animation: logo-anim 0.3s ease-out 0s forwards;
    animation: logo-anim 0.3s ease-out 0s forwards;
  }

  #loading > div .sub {
    margin: 20px auto 0;
    width: 13.52%;
    position: relative;
  }

  #loading > div .sub:after {
    background-color: #fff;
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
  }

  #loading > div .sub.set:after {
    -webkit-animation: logo-sub-anim 0.3s ease-out 0.3s forwards;
    animation: logo-sub-anim 0.3s ease-out 0.3s forwards;
  }
}

@media screen and (max-width: 900px) {
  #loading {
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 30;
  }

  #loading > div {
    width: 100%;
  }

  #loading > div > div img {
    display: block;
    height: auto;
    width: 100%;
    position: relative;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  #loading > div .main {
    overflow: hidden;
    margin: 0 auto;
    width: 53.73%;
  }

  #loading > div .main img {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }

  #loading > div .main.set img {
    -webkit-animation: logo-anim 0.3s ease-out 0s forwards;
    animation: logo-anim 0.3s ease-out 0s forwards;
  }

  #loading > div .sub {
    overflow: hidden;
    margin: 20px auto 0;
    width: 36.13%;
    position: relative;
  }

  #loading > div .sub:after {
    background-color: #fff;
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
  }

  #loading > div .sub.set:after {
    -webkit-animation: logo-sub-anim 0.3s ease-out 0.3s forwards;
    animation: logo-sub-anim 0.3s ease-out 0.3s forwards;
  }
}

/*========================================================================================== HEADER ===*/
#header_area {
  opacity: 0;
  -webkit-animation-name: fadeHead;
  animation-name: fadeHead;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@media print, screen and (min-width: 901px) {
  #header_area {
    background-color: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: var(--header-height);
    z-index: 11;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}

@media screen and (max-width: 900px) {
  #header_area {
    background-color: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: var(--header-height);
    z-index: 11;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}

#header_area.header--top {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

#header_area.header--sub {
  background: transparent;

  #logo_main .main img {
    filter: brightness(0);
  }

  #logo_main .sub {
    color: #000;
  }
}

@-webkit-keyframes fadeHead {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeHead {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@media print, screen and (min-width: 901px) {
  #header_area.bg {
    background-color: rgb(255, 255, 255);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}

@media screen and (max-width: 900px) {
  #header_area.bg {
    background-color: rgb(255, 255, 255);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}

#header_area.st_transparent {
  background-color: transparent;
}

#header_area #logo_main .main .black {
  display: none;
}

#header_area.bg #logo_main .main .black {
  display: block;
}

#header_area #logo_main .main .white {
  display: block;
}

#header_area.bg #logo_main .main .white {
  display: none;
}

#logo_main {
  z-index: 11;
}

@media print, screen and (min-width: 901px) {
  #logo_main {
    margin-left: 25px;
  }
}

@media screen and (min-width: 901px) and (max-width: 1264px) {
  #logo_main {
    margin-left: 20px;
  }
}

@media screen and (max-width: 900px) {
  #logo_main {
    -ms-flex-item-align: center;
    align-self: center;
    margin-left: 10px;
    margin-right: 10px;
    width: 39%;
    max-width: 146px;
  }
}

@media print, screen and (min-width: 901px) {
  #logo_main a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media print, screen and (min-width: 901px) {
  #logo_main .main img {
    height: auto;
    width: 159px;
  }
}

@media screen and (min-width: 901px) and (max-width: 1264px) {
  #logo_main .main img {
    height: auto;
    width: 130px;
  }
}

@media screen and (max-width: 900px) {
  #logo_main .main img {
    vertical-align: bottom;
    height: auto;
    width: 100%;
  }
}

@media print, screen and (min-width: 901px) {
  #logo_main .main {
    margin-right: 15px;
  }
}

@media print, screen and (min-width: 901px) {
  #logo_main .sub {
    color: #fff;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 0.16em;
    line-height: 1;
    white-space: nowrap;
  }
}

@media screen and (max-width: 900px) {
  #logo_main .sub {
    display: none;
  }
}

#header_area.bg #logo_main .sub {
  color: #000;
}

/*========================================================================================== GLOBAL NAVI ===*/
#navi_global {
  background-color: #fff;
  display: none;
  height: 100%;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  overflow-y: auto;
}

@media print, screen and (min-width: 901px) {
  #navi_global {
    padding: 75px 0;
  }
}

@media screen and (max-width: 900px) {
  #navi_global {
    padding: 62px 0 0;
  }
}

#navi_global > ul {
  font-weight: 500;
  font-size: 14px;
  margin: 0 auto;
  max-width: 725px;
}

@media screen and (min-width: 901px) {
  #navi_global > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    padding-bottom: 140px;
  }
}

@media screen and (max-width: 900px) {
  #navi_global > ul {
    width: 76%;
    margin-inline: auto;
    margin-top: 32px;
  }
}

#navi_global > ul > div > li {
  font-size: 18px;
  line-height: 1;
}

@media screen and (max-width: 900px) {
  #navi_global > ul > div > li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
}

#navi_global > ul > div > li + li {
  margin-top: 45px;
}

@media screen and (max-width: 900px) {
  #navi_global > ul > div > li + li {
    margin-top: 0;
  }
}

#navi_global > ul > div > li.has-child {
  position: relative;
}

#navi_global > ul > div > li > a[href="#"],
#navi_global > ul > div > li > ul > li > a[href="#"] {
  opacity: 0.5;
  pointer-events: none;
}

#navi_global > ul > div > li > a {
  display: block;
  padding-left: 15px;
  position: relative;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.3125;
}

#navi_global > ul > div > li > a::before {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0px;
  width: 6px;
  height: 11px;
  background: url("../img/ic_arrow_navi-o.svg") no-repeat center center/contain;
}

@media screen and (max-width: 900px) {
  #navi_global > ul > div > li > a {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 16px;
  }

  #navi_global > ul > div > li > a::before {
    left: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 16px;
    width: 6px;
    height: 12px;
    background: url("../img/ic_arrow_navi.svg") no-repeat center center/contain;
  }
}

@media screen and (max-width: 900px) {
  #navi_global > ul > div > li.has-child a::before {
    content: none;
  }
}

#navi_global > ul > div > li.has-child > a {
  margin-bottom: 15px;
}

@media screen and (max-width: 900px) {
  #navi_global > ul > div > li.has-child > a {
    margin-bottom: 0;
    margin-right: 50px;
  }
}

@media print, screen and (min-width: 901px) {
  #navi_global ul li.has-child .js-submenu {
    display: none;
  }
}

@media screen and (max-width: 900px) {
  #navi_global ul li.has-child .js-submenu {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background: none;
    position: absolute;
    top: 7.4666666667vw;
    top: 28px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 13px;
    width: 15px;
    height: 15px;
  }

  #navi_global ul li.has-child .js-submenu::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 12px;
    height: 6px;
    background: url("../img/ic_arrow_navi-bottom.svg") no-repeat center
      center/contain;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
  }
}

@media screen and (max-width: 900px) {
  .submenu__list {
    display: none;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 900px) {
  .js-submenu.is-open + .submenu__list {
    display: block;
  }
}

#navi_global ul li.has-child .js-submenu.is-open::before {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
  transform: translate(-50%, -50%) rotate(180deg);
}

.submenu__item {
  padding-left: 15px;
}

@media screen and (max-width: 900px) {
  .submenu__item {
    padding-left: 17px;
  }
}

.submenu__item a {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2142857143;
}

@media screen and (max-width: 900px) {
  .submenu__item a {
    font-size: 14px;
    line-height: 1.2857142857;
  }
}

.submenu__item + .submenu__item {
  margin-top: 9px;
}

@media screen and (max-width: 900px) {
  .submenu__item + .submenu__item {
    margin-top: 10px;
  }
}

#navi_global .nav_btn-wrapper {
  display: grid;
  grid-template-columns: calc(260 / 1040 * 100%) calc(543 / 1040 * 100%) 1fr;
  gap: 22px;
  width: 100%;

  @media (max-width: 900px) {
    height: 100%;
    align-content: flex-start;
  }
}

.entry_block {
  width: 100%;

  @media (max-width: 900px) {
    order: 3;
    margin-block-start: 20px;
    background: #909090;
    padding-inline: 20px;
    padding-block: 22px 27px;
    gap: 8px;
    margin-block-start: auto;
    margin-inline: -20px;
    width: calc(100% + 40px);
  }
}

.entry_block_title {
  display: none;

  @media (max-width: 900px) {
    display: block;
    font-size: 25px;
    font-weight: 500;
    line-height: calc(30 / 25);
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    margin-block-end: 15px;
  }
}

.entry_block_items {
  display: flex;
  gap: 22px;
  width: 100%;

  @media (max-width: 900px) {
    gap: 10px;
  }
}

@media print, screen and (min-width: 901px) {
  #navi_global .nav_btn-wrapper {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
  }
}

@media screen and (max-width: 900px) {
  #navi_global .nav_btn-wrapper {
    grid-template-columns: 1fr;
    grid-template-rows: min-content min-content 1fr;
    row-gap: 2vw;
  }
}

#navi_global .btn_entry,
#navi_global .btn_desc,
#navi_global .btn_apply,
#navi_global .btn_recruit {
  display: block;
  font-size: 14px;
  padding: 15px 10px;
  text-align: center;
  width: 100%;

  small {
    font-size: 12px;

    @media (width <= 900px) {
      font-size: 10px;
    }
  }
}

@media print, screen and (min-width: 901px) {
  #navi_global .btn_entry,
  #navi_global .btn_desc,
  #navi_global .btn_apply,
  #navi_global .btn_recruit {
    /* display: block; */
    font-size: 14px;
    padding: 20px 20px;
    text-align: center;
    /* width: min(260px, 100%); */
    /* width: 260px; */
    width: 100%;
    min-height: 69px;
    display: grid;
    place-items: center;
  }

  #navi_global .btn_entry span,
  #navi_global .btn_desc span,
  #navi_global .btn_apply span,
  #navi_global .btn_recruit span {
    position: relative;
    padding-right: 20px;
  }
}

@media screen and (max-width: 900px) {
  #navi_global .btn_entry,
  #navi_global .btn_desc,
  #navi_global .btn_apply,
  #navi_global .btn_recruit {
    position: relative;
    padding: 10px 16px;
    display: flex;
    align-items: center;
  }

  #navi_global .btn_entry span,
  #navi_global .btn_desc span,
  #navi_global .btn_apply span,
  #navi_global .btn_recruit span {
    padding-right: 10px;
    line-height: calc(35 / 29);
    text-align: left;
  }

  #navi_global .btn_desc::before,
  #navi_global .btn_entry::before,
  #navi_global .btn_apply::before,
  #navi_global .btn_recruit::before {
    position: absolute;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 19px;
    width: 6px;
    height: 12px;
  }

  #navi_global .btn_desc::before,
  #navi_global .btn_apply::before {
    background: url("../img/ic_arrow_right-w.png") no-repeat center
      center/contain;
  }

  #navi_global .btn_entry::before,
  #navi_global .btn_recruit::before {
    background: url("../img/ic_arrow_right.png") no-repeat center center/contain;
  }
}

#navi_global .btn_entry > span {
  background: url("../img/icon_career.svg") left center no-repeat;
  background-size: 17px auto;
  display: inline-block;
  padding-left: 33px;
  color: #000;
}

#navi_global .btn_desc > span {
  background: url("../img/icon_student.svg") left center no-repeat;
  /* background-size: 24px auto; */
  background-size: 17px auto;
  display: inline-block;
  padding-left: 33px;
  text-align: left;
}

@media (min-width: 901px) {
  #navi_global .btn_desc > span {
    line-height: 1.2;
  }
}

#navi_global .btn_apply > span {
  background: url("../img/apply.png") left center no-repeat;
  /* background-size: 24px auto; */
  background-size: 21px auto;
  display: inline-block;
  padding-left: 33px;
}

#navi_global .btn_recruit > span {
  background: url("../img/icon_report.svg") left center no-repeat;
  background-size: 17px auto;
  display: inline-block;
  padding-left: 33px;
}

@media print, screen and (min-width: 901px) {
  #navi_global .btn_desc > span::before,
  #navi_global .btn_entry > span::before,
  #navi_global .btn_apply > span::before,
  #navi_global .btn_recruit > span::before {
    position: absolute;
    content: "";
    top: 55%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    width: 7.5px;
    height: 15px;
  }

  #navi_global .btn_desc > span::before,
  #navi_global .btn_apply > span::before {
    background: url("../img/ic_arrow_right-w.png") no-repeat center
      center/contain;
  }

  #navi_global .btn_entry > span::before,
  #navi_global .btn_recruit > span::before {
    background: url("../img/ic_arrow_right.png") no-repeat center center/contain;
  }
}

/*========================================================================================== INDEX ===*/
/* ドロワーメニューコンテンツ */
/*========================================================================================== INDEX ===*/
.navi_global_content {
  width: min(1080px, 100%);
  margin-inline: auto;
  padding-inline: 20px;
  padding-block-start: 76px;

  @media (max-width: 900px) {
    padding-block-start: 65px;
    height: 100%;
    display: flex;
    flex-direction: column;
  }
}
.navi-index__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 80px 42px;

  @media (max-width: 900px) {
    gap: 34px 10px;
  }

  .navi-index__card {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 13px;

    @media (max-width: 900px) {
      grid-template-columns: 1fr;
    }

    &.navi-index__card--company {
      --main-color: var(--company-color);
    }

    &.navi-index__card--work {
      --main-color: var(--work-color);
    }

    &.navi-index__card--people {
      --main-color: var(--people-color);
    }

    &.navi-index__card--way-of-working {
      --main-color: var(--way-of-working-color);
    }
  }

  .navi-index__card-image {
    width: 100%;
    height: 100%;
    order: 2;

    a {
      display: block;
      position: relative;
      transition: opacity 0.5s ease;

      @media (any-hover: hover) {
        &:hover {
          opacity: 0.8;
        }
      }
    }

    img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
      transition: transform 0.5s ease;
    }
  }

  .navi-index__card-title {
    display: block;
    width: fit-content;
    background: var(--main-color);
    padding: 0 15px;
    color: color-mix(in srgb, #fff 50%, transparent);
    font-size: 25px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: calc(36 / 25);
    transition: opacity 0.3s ease;

    strong {
      color: #fff;
    }

    @media (max-width: 900px) {
      font-size: 17px;
      padding: 8px;
      text-align: center;
      width: 100%;
    }

    @media (any-hover: hover) {
      &:hover {
        opacity: 0.8;
      }
    }

    &.image_in {
      display: none;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      width: 100%;
      color: #fff;

      &::after {
        content: "";
        display: inline-block;
        width: 10px;
        margin-inline-start: 10px;
        aspect-ratio: 1 / 1;
        background-color: currentColor;
        mask: url(../img/icon_arrow_slim.svg) no-repeat center center / contain;
      }
      @media (max-width: 900px) {
        display: block;
      }
    }
  }

  .navi-index__card-number {
    display: block;
    width: 57px;
    position: absolute;
    top: 0;
    left: 19px;
    transform: translateY(-40%);

    @media (max-width: 900px) {
      width: 30px;
      left: initial;
      right: 11px;
      transform: translateY(-50%);
      line-height: 1;
    }

    img {
      width: 100%;
      height: 100%;
      object-fit: contain;
      object-position: center;
    }
  }

  .navi-index__card-body {
    order: 1;

    @media (max-width: 900px) {
      display: none;
    }
  }

  .navi-index__card-menu {
    border-left: 4px solid var(--main-color);
    padding-inline-start: 14px;
    margin-block-start: 17px;
  }

  .navi-index__menu-item {
    border-bottom: 1px solid color-mix(in srgb, #9fa0a0 50%, transparent);

    &:nth-child(1 of .navi-index__menu-item) {
      border-top: 1px solid color-mix(in srgb, #9fa0a0 50%, transparent);
    }

    @media (max-width: 900px) {
      &:nth-child(1 of .navi-index__menu-item) {
        border-top: none;
      }
    }
  }

  .navi-index__menu-item a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 10px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: opacity 0.3s ease;

    &::after {
      content: "";
      display: block;
      width: 8px;
      aspect-ratio: 1 / 1;
      mask: url(../img/icon_arrow_slim.svg) no-repeat center center / contain;
      background-color: var(--main-color);
    }

    @media (any-hover: hover) {
      &:hover {
        opacity: 0.7;
      }
    }
  }
}

.navi_global_content .navi_global_bottom {
  margin-block-start: 72px;

  @media (max-width: 900px) {
    margin-block-start: 15px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
  }
}

.navi_global_content .nav_btn-wrapper {
  position: static !important;
  transform: none !important;
}

.sns_block {
  width: min(196px, 100%);
  min-height: 69px;

  @media (max-width: 900px) {
    width: 100%;
    min-height: 60px;
  }
}
.sns_block_list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px 25px;
  width: 100%;
  min-height: inherit;

  @media (max-width: 900px) {
    justify-content: center;
  }

  li {
    width: 20px;
    transition: opacity 0.3s ease;

    a {
      display: block;
      width: 100%;
      height: 100%;
    }

    img {
      width: 100%;
      height: 100%;
      object-fit: contain;
      object-position: center;
    }

    @media (any-hover: hover) {
      &:hover {
        opacity: 0.7;
      }
    }
  }
}

/*========================================================================================== MENU ===*/
@media print, screen and (min-width: 901px) {
  #header_area .sp-fixed {
    display: contents;
  }
}

/* #header_area .fixedNavMenu {
  display: contents;
} */

@media screen and (max-width: 900px) {
  #header_area .sp-fixed {
    position: fixed;
    bottom: -1px;
    left: 0;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    height: 90px;
  }
}

#info {
  margin-right: 0;
  margin-left: auto;
}

#info,
#entry,
#apply {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 10px;
  text-align: center;
  height: 100%;
  z-index: 11;
}

@media screen and (max-width: 900px) {
  #info,
  #entry,
  #apply {
    width: 100%;
    font-size: 12px;
  }
}

#info a,
#entry a,
#apply a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  line-height: 1.15;
  height: 100%;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

@media print, screen and (min-width: 901px) {
  #info a,
  #entry a,
  #apply a {
    font-size: 14px;
  }
}

@media screen and (max-width: 900px) {
  #info a,
  #entry a,
  #apply a {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

#info {
  margin-right: 0;
  margin-left: auto;
}

#entry {
  margin-right: 0;
  margin-left: 0;
}

#apply {
  margin-right: 0;
  margin-left: 0;
}

#info a > span,
#entry a > span,
#apply a > span {
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 30px;
  padding-right: 30px;
}

@media print, screen and (min-width: 901px) {
  #info a > span,
  #entry a > span,
  #apply a > span {
    padding-top: 5px;
    padding-bottom: 5px;
    position: relative;
    display: inline-block;
    padding-left: 28px;
    padding-right: 19px;
  }

  #info a > span::before,
  #entry a > span::before,
  #apply a > span::before {
    position: absolute;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    width: 7px;
    height: 13px;
  }
}

@media screen and (max-width: 900px) {
  #info a > span,
  #entry a > span,
  #apply a > span {
    background-position: center top 5px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 28px;
  }
}

#info a > span {
  background-image: url("../img/contact.png");
  background-size: 18px auto;
}

@media print, screen and (min-width: 901px) {
  #info a > span {
    background-size: 20px auto;
  }

  #info a > span::before {
    background: url("../img/ic_arrow_right-w.png") no-repeat center
      center/contain;
  }
}

@media screen and (max-width: 900px) {
  #info a > span {
    background-size: 16px auto;
    background-position: center top 8px;
    line-height: 1.3;
  }
}

#entry a > span {
  background-image: url("../img/line.png");
  background-size: contain;
  color: #000;
}

@media print, screen and (min-width: 901px) {
  #entry a > span {
    background-size: 21px auto;
  }

  #entry a > span::before {
    background: url("../img/ic_arrow_right.png") no-repeat center center/contain;
  }
}

@media screen and (max-width: 900px) {
  #entry a > span {
    background-size: 18px auto;
  }
}

#apply a > span {
  background-image: url("../img/apply.png");
  background-size: contain;
  color: #fff;
}

@media print, screen and (min-width: 901px) {
  #apply a > span {
    /* background-size: 17px auto; */
    background-size: 20px auto;
  }

  #apply a > span::before {
    background: url("../img/ic_arrow_right-w.png") no-repeat center
      center/contain;
  }
}

@media screen and (max-width: 900px) {
  #apply a > span {
    background-size: 17px auto;
  }
}

#menu {
  background-color: #f1f0ef;
  text-align: center;
  cursor: pointer;
  margin-right: 0;
  position: relative;
  z-index: 11;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  flex-shrink: 0;
}

@media print, screen and (min-width: 901px) {
  #menu {
    height: 75px;
    width: 75px;
  }
}

@media screen and (max-width: 900px) {
  #menu {
    height: 62px;
    width: 62px;
    /* margin-left: auto; */
  }
}

#menu .menu_trigger,
#menu .menu_trigger > span,
#menu .menu_trigger > span > span {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#menu .menu_trigger > span {
  position: absolute;
  right: 16px;
  top: 20px;
}

@media print, screen and (min-width: 901px) {
  #menu .menu_trigger > span {
    right: 18px;
    top: 23px;
  }
}

#menu .menu_trigger > span > span {
  position: absolute;
  right: 0;
  width: 28px;
  height: 1px;
  background-color: #535252;
}

@media print, screen and (min-width: 901px) {
  #menu .menu_trigger > span > span {
    width: 38px;
  }
}

#menu .menu_trigger > span > span:nth-of-type(1) {
  top: 0px;
}

#menu .menu_trigger > span > span:nth-of-type(2) {
  top: 11px;
}

@media print, screen and (min-width: 901px) {
  #menu .menu_trigger > span > span:nth-of-type(2) {
    top: 14px;
  }
}

#menu .menu_trigger > span > span:nth-of-type(3) {
  top: 22px;
}

@media print, screen and (min-width: 901px) {
  #menu .menu_trigger > span > span:nth-of-type(3) {
    top: 27px;
  }
}

#menu.active .menu_trigger > span > span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotate(45deg);
}

@media print, screen and (min-width: 901px) {
  #menu.active .menu_trigger > span > span:nth-of-type(1) {
    -webkit-transform: translateY(13px) rotate(45deg);
    transform: translateY(13px) rotate(45deg);
  }
}

#menu.active .menu_trigger > span > span:nth-of-type(2) {
  opacity: 0;
}

#menu.active .menu_trigger > span > span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotate(-45deg);
}

@media print, screen and (min-width: 901px) {
  #menu.active .menu_trigger > span > span:nth-of-type(3) {
    -webkit-transform: translateY(-13px) rotate(-45deg);
    transform: translateY(-13px) rotate(-45deg);
  }
}

/*========================================================================================== FOOTER ===*/
a.page_top {
  background-size: 15px auto;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "Montserrat", sans-serif;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  padding: 0 0 15px;
  height: 66px;
  width: 66px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9;
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #000 url("../img/ic_arrow_top.svg") center top 20px no-repeat;
}

@media screen and (min-width: 901px) {
  a.page_top {
  }
}

@media screen and (max-width: 900px) {
  a.page_top {
    bottom: 100px;
    position: absolute;
  }
}

@media screen and (min-width: 901px) {
  a.page_top.hide {
    bottom: -100px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}

a.page_top:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#footer_area {
  background-color: #f2f1f0;
  text-align: center;
}

@media screen and (min-width: 901px) {
  #footer_area {
    padding: 35px 0;
    margin-top: -1px;
  }
}

@media screen and (max-width: 900px) {
  #footer_area {
    padding: 10px 0;
  }
}

#copyright {
  color: #333333;
  font-family: "Montserrat", sans-serif;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  letter-spacing: 0.08em;
  line-height: 1;
  display: inline-block;
}

@media screen and (min-width: 901px) {
  #copyright {
    font-size: 12px;
  }
}

@media screen and (max-width: 900px) {
  #copyright {
    font-size: 10px;
  }
}

/*========================================================================================== COMMON ===*/
@-webkit-keyframes top-anim {
  0% {
    left: -100%;
  }

  100% {
    left: 0;
  }
}

@keyframes top-anim {
  0% {
    left: -100%;
  }

  100% {
    left: 0;
  }
}

@-webkit-keyframes right-anim {
  0% {
    top: -100%;
  }

  100% {
    top: 0;
  }
}

@keyframes right-anim {
  0% {
    top: -100%;
  }

  100% {
    top: 0;
  }
}

@-webkit-keyframes bottom-anim {
  0% {
    right: -100%;
  }

  100% {
    right: 0;
  }
}

@keyframes bottom-anim {
  0% {
    right: -100%;
  }

  100% {
    right: 0;
  }
}

@-webkit-keyframes left-anim {
  0% {
    bottom: -100%;
  }

  100% {
    bottom: 0;
  }
}

@keyframes left-anim {
  0% {
    bottom: -100%;
  }

  100% {
    bottom: 0;
  }
}

@-webkit-keyframes ttl-anim {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  100% {
    -webkit-transform: translateX(201%);
    transform: translateX(201%);
  }
}

@keyframes ttl-anim {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  100% {
    -webkit-transform: translateX(201%);
    transform: translateX(201%);
  }
}

@-webkit-keyframes img-anim {
  0% {
    right: 100%;
    width: 100%;
    opacity: 1;
  }

  50% {
    right: 0;
    width: 100%;
    opacity: 1;
  }

  99% {
    opacity: 1;
  }

  100% {
    right: 0;
    width: 0;
    opacity: 0;
  }
}

@keyframes img-anim {
  0% {
    right: 100%;
    width: 100%;
    opacity: 1;
  }

  50% {
    right: 0;
    width: 100%;
    opacity: 1;
  }

  99% {
    opacity: 1;
  }

  100% {
    right: 0;
    width: 0;
    opacity: 0;
  }
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 100%;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 100%;
  }
}

@-webkit-keyframes fade-left-in {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
  }

  100% {
    opacity: 100%;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fade-left-in {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
  }

  100% {
    opacity: 100%;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes fade-bottom-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }

  100% {
    opacity: 100%;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fade-bottom-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }

  100% {
    opacity: 100%;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.animate__animated,
.anim {
  opacity: 0;
}

.fade-left {
  -webkit-animation: fade-left-in 0.5s ease-out 0s forwards;
  animation: fade-left-in 0.5s ease-out 0s forwards;
}

.fade-bottom {
  -webkit-animation: fade-bottom-in 0.5s ease-out 0s forwards;
  animation: fade-bottom-in 0.5s ease-out 0s forwards;
}

.en {
  font-family: "Lato", sans-serif;
}

a.btn_entry,
a.btn_desc,
a.btn_apply {
  color: #fff;
  line-height: 1.5;
  text-align: center;
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a.btn_entry {
  background-color: #dadada;
}

a.btn_desc {
  background-color: #000000;
}

a.btn_apply {
  background-color: #6f6f6f;
}

a.btn_recruit {
  background-color: #fff;
  border: 1px solid #c3c3c3;
}

a.btn_desc span,
a.btn_entry span,
a.btn_apply span,
a.btn_recruit span {
  display: inline-block;
}

a.btn_desc:hover,
a.btn_entry:hover,
a.btn_apply:hover,
a.btn_recruit:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.images {
  position: relative;
}

.section_head {
  overflow: hidden;
}

@media screen and (min-width: 901px) {
  .section_head {
    line-height: 1.4423076923;
  }
}

@media screen and (max-width: 900px) {
  .section_head {
    position: relative;
  }
}

@media screen and (max-width: 900px) {
  .ttl > p {
    position: relative;
    overflow: hidden;
  }
}

@media screen and (min-width: 901px) {
  .section_head span,
  .ttl > p span {
    display: inline-block;
    vertical-align: bottom;
    position: relative;
    overflow: hidden;
  }
}

@media screen and (max-width: 900px) {
  .section_head > span,
  .ttl > p > span {
    display: inline-block;
    vertical-align: bottom;
    position: relative;
    overflow: hidden;
    z-index: 0;
  }
}

.ttl > p.set_anim > span:before {
  background-color: #fff;
}

.notes {
  font-size: 12px;
  margin-top: 20px;
}

.notes > li {
  text-indent: -2em;
  padding-left: 2em;
}

/*============================================== MODAL ===*/
.modaal-container {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.modaal-content-container {
  padding: 30px 0;
}

.modaal-close {
  background: url("../img/ic_close2.svg") no-repeat !important;
  background-size: 28px auto !important;
  height: 28px;
  width: 28px;
  right: 30px;
  top: 30px;
}

@media screen and (max-width: 900px) {
  .modaal-close {
    background: url("../img/ic_close3.svg") no-repeat !important;
    background-size: 62px auto !important;
    border-radius: 0;
    height: 62px;
    width: 62px;
    right: 0;
    top: 0;
  }
}

.modaal-close:after,
.modaal-close:before {
  display: none;
}

/*============================================== ENTRY ===*/
.entry_line_inner {
  background-color: #fff;
  text-align: center;
  position: relative;
}

@media screen and (min-width: 901px) {
  .entry_line_inner {
    padding: 50px;
    /* max-width: 540px; */
    max-width: 660px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 900px) {
  .entry_line_inner {
    padding: 70px 20px;
  }
}

@media screen and (min-width: 901px) {
  .qr {
    margin: 0 auto;
    max-width: 138px;
  }
}

@media screen and (max-width: 900px) {
  .qr {
    display: none;
  }
}

@media screen and (min-width: 901px) {
  .qr img {
    height: auto;
    width: 100%;
  }
}

.entry_line_inner dt {
  font-weight: 500;
}

@media screen and (min-width: 901px) {
  .entry_line_inner dt {
    background: url("../img/ic_line.svg") center top no-repeat;
    background-size: 37px auto;
    font-size: 25px;
    padding-top: 55px;
    margin-top: 15px;
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 900px) {
  .entry_line_inner dt {
    font-size: 20px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 900px) {
  .entry_line_inner dd {
    line-height: 1.85;
  }
}

@media screen and (min-width: 901px) {
  .entry_line_inner a {
    display: none;
  }
}

@media screen and (max-width: 900px) {
  .entry_line_inner a {
    color: #fff;
    display: block;
    background-color: #3db056;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    line-height: 1;
    padding: 15px 10px;
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
    width: 89.122%;
  }
}

.entry_line_inner .close {
  cursor: pointer;
  position: absolute;
  right: 22px;

  top: 22px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (min-width: 901px) {
  .entry_line_inner .close {
    height: 33px;
    width: 33px;
  }
}

@media screen and (max-width: 900px) {
  .entry_line_inner .close {
    height: 34px;
    width: 34px;
  }
}

@media screen and (min-width: 901px) {
  .entry_line_inner .close:hover {
    opacity: 0.6;
  }
}

@media screen and (max-width: 900px) {
  .entry_line_inner a span {
    background: url("../img/ic_line_sp.svg") left center no-repeat;
    background-size: 16px auto;
    display: inline-block;
    padding-left: 27px;
  }
}

.fadeIn {
  opacity: 0;
  visibility: hidden;
  position: relative;
  -webkit-transition: all 2s cubic-bezier(0.4, 0.4, 0, 1);
  transition: all 2s cubic-bezier(0.4, 0.4, 0, 1);
}

.scroll {
  opacity: 1;
  visibility: visible;
}

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

.sp_only {
  display: none !important;

  @media (width <= 900px) {
    display: block !important;
  }
}

.pc_only {
  @media (width <= 900px) {
    display: none;
  }
}

.fixedNavMenu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: inherit;
  gap: min(35px, calc(35 / 1400 * 100vw));
  margin-left: auto;
  position: relative;
  z-index: 12;
}

.headerMenu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: inherit;
  gap: min(35px, calc(35 / 1400 * 100vw));
  list-style: none;
  margin: 0;

  @media (width <= 1080px) {
    display: none;
  }
}

.headerMenu__item a {
  font-size: min(16px, calc(16 / 1400 * 100vw));
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #fff;
  text-decoration: none;
  transition: opacity 0.3s ease;

  @media (any-hover: hover) {
    &:hover {
      opacity: 0.7;
    }
  }
}

#header_area.bg .headerMenu__item a,
#header_area.header--sub .headerMenu__item a {
  color: #000;
}

body:has(.modaal-wrapper) .headerMenu__item a {
  color: #fff !important;
}

.headerBtnNav_wrap {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btnNav {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  width: 172px;
  height: 100%;
  transition: opacity 0.3s ease;

  @media (width <= 900px) {
    width: 140px;
    gap: 5px;
  }

  &.st_student {
    background: #000000;
  }

  &.st_career {
    background: #dadada;
  }

  &.st_header {
    background: #e59830;
  }

  &.st_large {
    width: 100%;
    max-width: 205px;
    min-height: 62px;

    @media (width <= 900px) {
      max-width: 235px;
      min-height: 70px;
    }
  }

  @media (any-hover: hover) {
    &:hover {
      opacity: 0.7;
    }
  }

  .btnNav__text {
    color: #fff;
    font-size: 17px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;

    &::after {
      content: "";
      display: block;
      width: 16px;
      height: 16px;
      background-color: currentColor;
      mask: url("../img/icon_arrow_right.svg") no-repeat center center / contain;
    }
  }
}

.mainText {
  font-size: 16px;
  letter-spacing: 0.1em;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;

  @media (width <= 900px) {
    font-size: 13px;
  }

  &::before {
    content: "";
    display: block;
    width: 14px;
    height: 17px;
    background-color: currentColor;
    margin-inline-end: 8px;
  }

  &.st_student {
    color: #fff;

    &::before {
      mask: url("../img/icon_student.svg") no-repeat center center / contain;
    }
  }

  &.st_career {
    &::before {
      mask: url("../img/icon_career.svg") no-repeat center center / contain;
    }
  }
}

@media (width <= 900px) {
  .mainText::before {
    content: none;
  }
}

.subText {
  font-size: 12px;
  letter-spacing: 0.12em;
  font-weight: 400;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  line-height: 1;

  @media (width <= 900px) {
    font-size: 10px;
  }

  &::after {
    content: "";
    display: block;
    width: 5px;
    height: 10px;
    mask: url("../img/icon_arrow_right.svg") no-repeat center center / contain;
    background-color: currentColor;
  }

  &.st_student {
    color: #fff;
  }
}

@media (width <= 900px) {
  .subText::after {
    width: 3px;
    height: 6px;
  }
}

.iconText {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  line-height: 1;
  color: #fff;

  &::before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background-color: currentColor;
    mask: url("../img/icon_pen_w.svg") no-repeat center center / contain;
  }

  &::after {
    content: "";
    display: block;
    width: 5px;
    height: 10px;
    mask: url("../img/icon_arrow_right.svg") no-repeat center center / contain;
    background-color: currentColor;
  }
}

.student_entry_modal_inner,
.common_entry_modal_inner {
  background: #fff;
  height: 460px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 50px;
  max-width: 780px;
  margin-inline: auto;
  position: relative;

  @media (width <= 900px) {
    height: 400px;
    padding: 50px 30px;
  }
}

.student_entry_modal_inner .modaal-close,
.common_entry_modal_inner .modaal-close {
  position: absolute;
  right: 20px;
  top: 20px;
  color: #000;
  cursor: pointer;
  opacity: 1;
  width: 23px;
  height: 23px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background: url(../img/ic_close.svg) no-repeat center center / contain !important;
}

@media (width <= 900px) {
  .student_entry_modal_inner .modaal-close,
  .common_entry_modal_inner .modaal-close {
    width: 17px;
    height: 17px;
  }
}

.student_entry_modal_content {
}

.student_entry_modal_text {
  font-size: 14px;
  line-height: calc(27 / 14);
  letter-spacing: 0.025em;
  text-align: center;

  @media (width <= 900px) {
    line-height: calc(45 / 26);
  }

  .date {
    display: inline-block;
    margin-inline: 0.5em;

    @media (width <= 900px) {
      display: block;
      margin-inline: 0;
    }
  }
}

.student_entry_modal_bottom {
  margin-block-start: 48px;
  display: flex;
  justify-content: center;

  @media (width <= 900px) {
    margin-block-start: 32px;
  }
}

.modaal-wrapper:has(.student_entry_modal_inner) {
  z-index: 10;
}
.modaal-wrapper:has(.common_entry_modal_inner) {
  z-index: 10;
}

.modaal-wrapper:has(.student_entry_modal_inner) + .modaal-overlay,
.modaal-wrapper:has(.common_entry_modal_inner) + .modaal-overlay {
  z-index: 9;
}

.modal_btn_wrap {
  display: grid;
  gap: 36px;
  width: min(342px, 100%);
  margin-inline: auto;

  &.is_close {
    display: none;
  }
}

.modal_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  height: 85px;
  transition: opacity 0.3s ease;

  @media (width <= 900px) {
    width: 100%;
    gap: 5px;
  }

  &.st_student {
    background: #000000;
  }

  &.st_career {
    background: #dadada;
  }

  &.st_large {
    width: 100%;
    max-width: 205px;
    min-height: 62px;

    @media (width <= 900px) {
      max-width: 235px;
      min-height: 70px;
    }
  }

  .modal_btn__text {
    font-size: 18px;
    letter-spacing: 0.037em;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;

    @media (width <= 900px) {
      font-size: 15px;
    }

    &::before {
      content: "";
      display: block;
      width: 19px;
      aspect-ratio: 19 / 24;
      background-color: currentColor;
      margin-inline-end: 8px;
    }
    &::after {
      content: "";
      display: block;
      width: 8px;
      aspect-ratio: 8 / 15;
      mask: url("../img/icon_arrow_right.svg") no-repeat center center / contain;
      background-color: currentColor;
      margin-inline-start: 11px;
    }

    &.st_student {
      color: #fff;

      &::before {
        mask: url("../img/icon_student.svg") no-repeat center center / contain;
      }
    }

    &.st_career {
      &::before {
        mask: url("../img/icon_career.svg") no-repeat center center / contain;
      }
    }

    small {
      font-size: 14px;

      @media (width <= 900px) {
        font-size: 12px;
      }
    }
  }

  @media (any-hover: hover) {
    &:hover {
      opacity: 0.7;
    }
  }
}
