@charset "UTF-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Outfit:wght@100..900&family=Zen+Kaku+Gothic+New:wght@400;500&display=swap");
/* Font */
/*-------------------------------------------------------------------------------------------------*/
/* リセット
 ------------------------------------------*/
body, header, div, span, applet, object, iframe, input[type=file], h1, h2, h3, h4, h5, h6, p, select, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, figure, dt, dd {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  vertical-align: baseline;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: normal;
  box-sizing: border-box;
  color: #3e3a39;
}
@media screen and (max-width: 1440px) {
  body, header, div, span, applet, object, iframe, input[type=file], h1, h2, h3, h4, h5, h6, p, select, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, figure, dt, dd {
    margin: 0;
  }
}
@media screen and (max-width: 1024px) {
  body, header, div, span, applet, object, iframe, input[type=file], h1, h2, h3, h4, h5, h6, p, select, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, figure, dt, dd {
    margin: 0;
  }
}
@media screen and (max-width: 736px) {
  body, header, div, span, applet, object, iframe, input[type=file], h1, h2, h3, h4, h5, h6, p, select, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, figure, dt, dd {
    margin: 0;
  }
}

a {
  text-decoration: none;
  outline: none;
  border: none;
  opacity: 1;
  transition: 0.2s;
}

a:hover {
  text-decoration: none;
  opacity: 0.7;
  cursor: pointer;
}

a img, img {
  border: 0;
  max-width: 100%;
  width: 100%;
  vertical-align: bottom;
}

blockquote, dd, div, dl, dt, h1, h2, h3, h4, h5, h6, li, p, pre, span, td, th, ul {
  margin: 0;
  padding: 0;
}

abbr, acronym {
  border: 0;
}

address, caption, cite, code, dfn, em, th, strong, var {
  font-style: normal;
  font-weight: normal;
}

caption, th {
  text-align: left;
}

code, kbd, pre, samp, tt {
  font-family: monospace;
  line-height: 100%;
}

* + html code, kbd, pre, samp, tt {
  font-size: 108%;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

ul, li {
  margin: 0;
  padding: 0;
  list-style: none;
}

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

button, fieldset, form, input, label, legend, textarea {
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  outline: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%; /*table-layout:fixed;*/
}

table td {
  vertical-align: top;
}

br.pc,
img.pc {
  display: block;
}
@media screen and (max-width: 1024px) {
  br.pc,
  img.pc {
    display: none;
  }
}

br.sp,
img.sp {
  display: none;
}
@media screen and (max-width: 1024px) {
  br.sp,
  img.sp {
    display: block;
  }
}

br.tablet,
img.tablet {
  display: none;
}
@media screen and (max-width: 1024px) {
  br.tablet,
  img.tablet {
    display: block;
  }
}

.fadein {
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: opacity 1s, visibility 1s, transform 1s;
}

.mvfade01,
.mvfade02,
.recruit-mv-fadein01,
.recruit-mv-fadein02,
.recruit-mv-fadein03,
.recruit-mv-fadein04 {
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: opacity 1s, visibility 1s, transform 1s;
}

.is-fadein {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

a.btn-more {
  display: flex;
  color: var(--Colors-Tertiary, #E43121);
  padding: var(--Component-Container-xs, 8px) var(--Component-Container-sm, 16px);
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: 30px;
  border: 2px solid var(--Colors-Tertiary, #E43121);
  background: #FFF;
}
@media screen and (max-width: 736px) {
  a.btn-more {
    font-size: var(--font-size-labels-small, 16px);
  }
}

p {
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 28px;
}
@media screen and (max-width: 736px) {
  p {
    font-size: 14px;
  }
}

body {
  background-color: #fff;
}

header {
  width: 90%;
  max-width: 1400px;
  padding: 0 40px;
  margin: 0px auto;
  background-color: #fff;
  position: fixed;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 100px;
  box-shadow: 0px 0px 15px -5px #c7c7c7;
}
@media screen and (max-width: 736px) {
  header {
    height: 60px;
    padding: 10px;
    top: 16px;
    left: 2%;
    width: 96%;
    transform: none;
  }
}
header .logo {
  display: flex;
  align-items: center;
}
header .logo h1 {
  margin-right: 15px;
}
header .logo h1 a {
  height: 33px;
  display: block;
}
@media screen and (max-width: 736px) {
  header .logo h1 a {
    height: 20px;
  }
}
header .logo h1 a:hover {
  cursor: pointer;
}
header .logo h1 a img {
  height: 100%;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
header .nav-box {
  display: flex;
  align-items: center;
}
header .nav-box ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 736px) {
  header .nav-box ul {
    display: none;
  }
}
header .nav-box ul .menu-item {
  position: relative;
  margin-right: 16px;
}
header .nav-box ul .menu-item:hover {
  cursor: pointer;
}
header .nav-box ul .menu-item a {
  color: var(--Colors-black, #003059);
  font-family: var(--font-famliy-JP, "Zen Kaku Gothic New");
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 20px 0;
  display: block;
}
header .nav-box ul .menu-item a:hover {
  cursor: pointer;
}
header .nav-box ul .menu-item .sub-menu {
  min-width: 220px;
  display: block;
  position: absolute;
  top: 100%;
  left: -32px;
  padding: var(--Component-Container-lg, 24px) 32px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  opacity: 0;
  transform: translateY(10px);
  pointer-events: none;
  transition: all 0.3s ease;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.16);
  background: var(--Colors-White-2, #F4F2E7);
}
header .nav-box ul .menu-item .sub-menu li {
  margin: 0;
  width: 100%;
  margin-bottom: 20px;
}
header .nav-box ul .menu-item .sub-menu li:last-of-type {
  margin-bottom: 0;
}
header .nav-box ul .menu-item .sub-menu li a {
  color: var(--Colors-black, #003059);
  font-family: "Zen Kaku Gothic New";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 0;
}
header .nav-box ul .menu-item .sub-menu li:hover {
  opacity: 0.7;
}
header .nav-box ul .menu-item:hover .sub-menu {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
header .nav-box ul .btn-recruit {
  margin-right: 16px;
}
header .nav-box ul .btn-recruit a {
  display: block;
  padding: 8px 16px;
  border-radius: 30px;
  background: var(--Colors-Secondary, #0A5EB8);
  color: var(--Colors-White, #FCFCF7);
  font-size: 14px;
}
header .nav-box .translate-btn-box select {
  display: flex;
  align-items: center;
  padding: 0px 8px 0px 14px;
  width: 125px;
  height: 38px;
  border-radius: 8px;
  border: 1px solid #000;
}
header .nav-box a.btn-menu {
  display: none;
}
@media screen and (max-width: 736px) {
  header .nav-box a.btn-menu {
    display: block;
    margin-left: 8px;
  }
}
header .nav-box a.btn-menu img {
  width: 40px;
}
header .nav-box a.btn-menu .icon-close {
  display: none;
}

#sp-header {
  display: none;
}
@media screen and (max-width: 736px) {
  #sp-header {
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 100;
    box-sizing: border-box;
    border-radius: 0;
    border: none;
    background: var(--Colors-White, #FCFCF7);
    position: fixed;
    padding: 100px 8px 8px;
    overflow: auto;
  }
}
#sp-header .sp-nav dl dt.sp-question {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 4px 0;
  width: 100%;
  color: var(--brand-Blue, #004EA2);
  font-family: var(--font-famliy-JP, "Zen Kaku Gothic New");
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  position: relative;
  margin-top: 24px;
}
#sp-header .sp-nav dl dt.sp-question:hover {
  cursor: pointer;
}
#sp-header .sp-nav dl dt.sp-question::after {
  content: "+";
  color: var(--brand-Blue, #004EA2);
  font-family: "Hiragino Kaku Gothic ProN";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 120% */
  position: absolute;
  top: 0px;
  right: 0px;
}
#sp-header .sp-nav dl dt.question.open::after {
  content: "-";
}
#sp-header .sp-nav dl dd.sp-answer {
  display: none;
}
#sp-header .sp-nav dl dd.sp-answer ul li a {
  display: block;
  background: var(--Colors-White-2, #F4F2E7);
  padding: 16px;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  color: var(--Colors-black, #003059);
  font-family: "Zen Kaku Gothic New";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#sp-header .sp-nav .sp-nav05 {
  margin-bottom: 24px;
}
#sp-header .sp-nav .sp-nav05 ul li a {
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 4px 0;
  width: 100%;
  color: var(--brand-Blue, #004EA2);
  font-family: var(--font-famliy-JP, "Zen Kaku Gothic New");
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  position: relative;
  margin-top: 24px;
}
#sp-header .sp-nav .sp-nav05 ul li a:hover {
  cursor: pointer;
}
#sp-header .sp-nav .sp-btn-recruit {
  margin-bottom: 40px;
}
#sp-header .sp-nav .sp-btn-recruit a {
  display: block;
  color: var(--Colors-Secondary, #0A5EB8);
  font-family: "Zen Kaku Gothic New";
  font-size: var(--font-size-labels-large, 14px);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-radius: var(--Component-Container-sm, 8px);
  border: 1px solid var(--Colors-Secondary, #0A5EB8);
  padding: 24px;
}

.title {
  margin-bottom: 30px;
}
.title h2 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
  position: relative;
}
.title h2::after {
  content: "";
  background-image: url(../img/common/title-line.png);
  background-size: cover;
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 160px;
  height: 5px;
}
.title span {
  display: block;
  font-size: 14px;
  text-align: center;
}

#banner-box .banner-top ul {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
  flex-wrap: wrap;
}
#banner-box .banner-top ul li {
  width: 50%;
}
@media screen and (max-width: 736px) {
  #banner-box .banner-top ul li {
    width: 100%;
  }
}
#banner-box .banner-bottom ul {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
#banner-box .banner-bottom ul li {
  width: 50%;
}

footer .box .footer-top {
  display: flex;
  justify-content: space-between;
  background: #EEF4F7;
  padding: 60px 5%;
  position: relative;
}
@media screen and (max-width: 736px) {
  footer .box .footer-top {
    display: none;
  }
}
footer .box .footer-top::after {
  content: "";
  background-image: url(../img/common/logo-bg.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 180px;
  height: auto;
  aspect-ratio: 1/1;
  position: absolute;
  right: 30px;
  bottom: 30px;
}
footer .box .footer-top .f-nav {
  width: 18%;
}
footer .box .footer-top .f-nav p {
  color: var(--brand-Blue, #004EA2);
  font-family: var(--font-famliy-JP, "Zen Kaku Gothic New");
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 8px;
  margin-bottom: 8px;
}
footer .box .footer-top .f-nav p a {
  display: block;
  color: var(--brand-Blue, #004EA2);
  font-family: var(--font-famliy-JP, "Zen Kaku Gothic New");
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
footer .box .footer-top .f-nav ul li {
  margin-bottom: 8px;
  padding-left: 20px;
}
footer .box .footer-top .f-nav05 {
  width: 54%;
}
footer .box .footer-top .f-nav05 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
footer .box .footer-top .f-nav05 ul li {
  width: 32%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 8px;
  margin-bottom: 24px;
}
footer .box .footer-top .f-nav05 ul li a {
  display: block;
  color: var(--brand-Blue, #004EA2);
  font-family: var(--font-famliy-JP, "Zen Kaku Gothic New");
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
footer .box .sp-footer-top {
  display: none;
}
@media screen and (max-width: 736px) {
  footer .box .sp-footer-top {
    display: block;
    padding: 32px 5%;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    background: #EEF4F7;
    position: relative;
  }
}
footer .box .sp-footer-top::after {
  content: "";
  background-image: url(../img/common/logo-bg.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 140px;
  height: auto;
  aspect-ratio: 1/1;
  position: absolute;
  right: 5%;
  bottom: 5%;
}
footer .box .sp-footer-top ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
footer .box .sp-footer-top ul li {
  width: 49%;
  margin-bottom: 4px;
}
footer .box .sp-footer-top ul li:nth-of-type(2n-1) {
  width: 40%;
}
footer .box .sp-footer-top ul li:nth-of-type(2n) {
  width: 59%;
}
footer .box .sp-footer-top ul li a {
  display: block;
  color: var(--brand-Blue, #004EA2);
  font-family: var(--font-famliy-JP, "Zen Kaku Gothic New");
  font-size: var(--font-size-body, 14px);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 4px 0;
}
footer .box .footer-logo {
  padding: 24px 5%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .box .footer-logo a {
  height: 40px;
  width: auto;
  display: block;
}
@media screen and (max-width: 736px) {
  footer .box .footer-logo a {
    height: 30px;
  }
}
footer .box .footer-logo a img {
  height: 40px;
  width: auto;
}
@media screen and (max-width: 736px) {
  footer .box .footer-logo a img {
    height: 30px;
  }
}
footer .box .footer-bottom {
  display: flex;
  padding: 14px 5% 32px 5%;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  background: #29363D;
}
@media screen and (max-width: 736px) {
  footer .box .footer-bottom {
    flex-wrap: wrap;
    justify-content: center;
  }
}
footer .box .footer-bottom ul {
  display: flex;
}
footer .box .footer-bottom ul li a {
  display: block;
  color: #EEE;
  font-family: var(--font-famliy-JP, "Zen Kaku Gothic New");
  font-size: var(--font-size-footnote, 12px);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
}
footer .box .footer-bottom small {
  color: #A4A3A3;
  font-family: var(--font-famliy-EG, Inter);
  font-size: var(--font-size-footnote, 12px);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media screen and (max-width: 736px) {
  footer .box .footer-bottom small {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 16px;
  }
}

/* モーダルの基本スタイル */
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  padding-top: 60px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(255, 255, 255);
  background-color: rgba(255, 255, 255, 0.9);
}

/* モーダルコンテンツ */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* 閉じるボタン */
.modal-close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #3e3a39;
  font-size: 40px;
  font-weight: bold;
}

.modal-close:hover,
.modal-close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

main#recruit {
  background-color: #FCFCF7;
}
main#recruit section {
  padding: 72px 0;
  background-color: #FCFCF7;
}
main#recruit section .box {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
main#recruit section .box .title h2 {
  color: var(--Colors-Tertiary, #E43121);
  font-family: Outfit;
  font-size: 72px;
  font-style: normal;
  font-weight: 700;
  line-height: 1em;
  margin-bottom: 32px;
}
@media screen and (max-width: 736px) {
  main#recruit section .box .title h2 {
    font-size: 48px;
    line-height: 140%;
    margin-bottom: 24px;
  }
}
main#recruit section .box .title h2 span {
  color: #000;
  font-family: "Zen Kaku Gothic New";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 2em;
}
@media screen and (max-width: 736px) {
  main#recruit section .box .title h2 span {
    font-size: 14px;
    padding-bottom: 10px;
  }
}
main#recruit #mv {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  background-image: url(../img/recruit/mv-bg.png);
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 736px) {
  main#recruit #mv {
    padding-top: 100px;
  }
}
@media screen and (max-width: 736px) {
  main#recruit #mv .box {
    width: 100%;
  }
}
main#recruit #mv .mv-img {
  width: 100%;
  position: absolute;
  top: 200px;
  left: 0;
}
@media screen and (max-width: 736px) {
  main#recruit #mv .mv-img {
    top: 100px;
    position: static;
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 736px) {
  main#recruit #mv .mv-img .mv-left {
    width: 37%;
  }
}
@media screen and (max-width: 736px) {
  main#recruit #mv .mv-img .mv-right {
    width: 60%;
  }
}
main#recruit #mv .mv-img img {
  position: absolute;
  border-radius: 12px;
}
@media screen and (max-width: 736px) {
  main#recruit #mv .mv-img img {
    position: static;
    width: 100%;
  }
}
main#recruit #mv .mv-img img.mv01 {
  width: 25%;
  height: auto;
  top: 30px;
  left: 5%;
}
@media screen and (max-width: 736px) {
  main#recruit #mv .mv-img img.mv01 {
    width: 100%;
    aspect-ratio: 1/1;
    -o-object-fit: cover;
       object-fit: cover;
    margin-bottom: 16px;
  }
}
main#recruit #mv .mv-img img.mv02 {
  width: 28%;
  height: auto;
  top: 80px;
  left: 32%;
}
@media screen and (max-width: 736px) {
  main#recruit #mv .mv-img img.mv02 {
    width: 100%;
    aspect-ratio: 1/1;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
main#recruit #mv .mv-img img.mv03 {
  width: 30%;
  height: auto;
  right: 5%;
}
@media screen and (max-width: 736px) {
  main#recruit #mv .mv-img img.mv03 {
    width: 100%;
  }
}
main#recruit #mv .mv-text {
  position: absolute;
  left: 10%;
  bottom: 120px;
}
@media screen and (max-width: 736px) {
  main#recruit #mv .mv-text {
    position: static;
    margin-left: 15px;
  }
}
main#recruit #mv .mv-text span {
  color: var(--Colors-Tertiary, #E43121);
  font-family: Outfit;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
main#recruit #mv .mv-text h1 {
  color: var(--Colors-Tertiary, #E43121);
  font-family: Outfit;
  font-size: 52px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 72.8px */
}
@media screen and (max-width: 736px) {
  main#recruit #mv .mv-text h1 {
    font-size: 36px;
    margin: 16px 0;
  }
}
main#recruit #mv .mv-text h2 {
  color: var(--Colors-Tertiary, #E43121);
  font-family: "Zen Kaku Gothic New";
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media screen and (max-width: 736px) {
  main#recruit #mv .mv-text h2 {
    font-size: 18px;
  }
}
main#recruit #about .box {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 736px) {
  main#recruit #about .box {
    flex-wrap: wrap;
  }
}
main#recruit #about .box .img {
  max-width: 500px;
  margin-right: 72px;
}
@media screen and (max-width: 736px) {
  main#recruit #about .box .img {
    width: 100%;
    margin-right: 0;
  }
}
main#recruit #about .box .img img {
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
main#recruit #about .box .text {
  flex: 1;
}
main#recruit #about .box .text .title h2 {
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 736px) {
  main#recruit #about .box .text .title h2 {
    font-size: 48px;
  }
}
main#recruit #about .box .text .title h2 span {
  margin-left: 24px;
}
@media screen and (max-width: 736px) {
  main#recruit #about .box .text .title h2 span {
    font-size: 14px;
  }
}
main#recruit #about .box .text h3 {
  color: var(--Colors-Secondary, #0A5EB8);
  font-family: "Hiragino Kaku Gothic Std";
  font-size: 32px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  margin-bottom: 16px;
}
@media screen and (max-width: 736px) {
  main#recruit #about .box .text h3 {
    font-size: 24px;
  }
}
main#recruit #about .box .text p {
  color: #333;
  font-family: "Zen Kaku Gothic New";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
main#recruit #support {
  position: relative;
  padding-top: 0;
  background-color: #FCF8C0;
  margin-top: 120px;
}
main#recruit #support::before {
  content: "";
  background-image: url(../img/recruit/bg-yellow.svg);
  background-size: cover;
  background-position: bottom;
  width: 100%;
  height: 120px;
  position: absolute;
  top: -120px;
  left: 0;
}
@media screen and (max-width: 736px) {
  main#recruit #support .box {
    width: 100%;
  }
}
main#recruit #support .box .title h2 {
  text-align: center;
}
main#recruit #support .box .title h2 span {
  display: block;
  width: 100%;
}
main#recruit #support .box .img {
  width: 50%;
  margin: 0 auto;
}
@media screen and (max-width: 736px) {
  main#recruit #support .box .img {
    width: 80%;
  }
}
main#recruit #support .box h3 {
  color: var(--Colors-Secondary, #0A5EB8);
  font-family: "Hiragino Kaku Gothic Std";
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-align: center;
}
@media screen and (max-width: 736px) {
  main#recruit #support .box h3 {
    font-size: 25px;
    width: 90%;
    margin: 0 auto;
  }
}
main#recruit #support .box p {
  color: var(--Colors-Secondary, #0A5EB8);
  text-align: center;
  font-family: "Zen Kaku Gothic New";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 27px */
}
@media screen and (max-width: 736px) {
  main#recruit #support .box p {
    font-size: var(--font-size-headline, 16px);
    margin-top: 16px;
    width: 90%;
    margin: 16px auto 0;
  }
}
@media screen and (max-width: 736px) {
  main#recruit #support .box .support-slide {
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
  }
}
main#recruit #support .box .support-slide ul {
  display: flex;
  justify-content: space-between;
  margin-top: 48px;
}
@media screen and (max-width: 736px) {
  main#recruit #support .box .support-slide ul {
    width: -moz-max-content;
    width: max-content;
  }
}
main#recruit #support .box .support-slide ul li {
  width: 24%;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
  overflow: hidden;
}
@media screen and (max-width: 736px) {
  main#recruit #support .box .support-slide ul li {
    width: 240px;
    margin-left: 16px;
  }
}
main#recruit #support .box .support-slide ul li img {
  width: 100%;
  margin-bottom: 16px;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}
main#recruit #support .box .support-slide ul li h4 {
  width: 90%;
  margin: 0 auto 8px;
  color: #031F95;
  font-family: "Zen Kaku Gothic New";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 30px */
}
main#recruit #support .box .support-slide ul li p {
  width: 90%;
  margin: 0 auto 24px;
  color: #333;
  font-family: "Noto Sans JP";
  font-size: var(--body, 14px);
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 22.4px */
  text-align: left;
  white-space: normal;
}
main#recruit #entry .box {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 736px) {
  main#recruit #entry .box .title {
    margin-bottom: 0;
  }
}
main#recruit #entry .box .title h2 {
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 736px) {
  main#recruit #entry .box .title h2 {
    margin-bottom: 0;
  }
}
main#recruit #entry .box .title h2 span {
  margin-left: 24px;
}
main#recruit #entry .box p {
  margin: 10px 0 0 48px;
}
@media screen and (max-width: 736px) {
  main#recruit #entry .box p {
    margin: 16px 0 24px;
  }
}
main#recruit #entry .box p a {
  text-decoration: underline;
}
main#recruit #entry .box .p-contact {
  margin-left: 0;
}
main#recruit #entry .box ul {
  width: 100%;
}
main#recruit #entry .box ul li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 8px;
  margin-bottom: 24px;
  font-family: var(--font-famliy-JP, "Zen Kaku Gothic New");
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
main#recruit #movie {
  background-image: url(../img/recruit/bg-movie.jpg);
  background-size: cover;
}
@media screen and (max-width: 736px) {
  main#recruit #movie {
    padding-top: 32px;
  }
}
main#recruit #movie .box .title h2 {
  color: #fff;
}
main#recruit #movie .box .title h2 span {
  color: rgba(255, 255, 255, 0.7);
}
main#recruit #movie .box .movie-box {
  border-radius: 20px;
  border: 3px solid #E63C2D;
  background: var(--Colors-White, #FCFCF7);
  margin-bottom: 48px;
  padding: 40px;
}
@media screen and (max-width: 736px) {
  main#recruit #movie .box .movie-box {
    padding: 8px;
  }
}
main#recruit #movie .box .movie-box iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  border-radius: 10px;
}
main#recruit #movie .box h3 {
  color: #FFF;
  font-family: "Hiragino Kaku Gothic Std";
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-align: center;
}
@media screen and (max-width: 736px) {
  main#recruit #movie .box h3 {
    font-size: 26px;
    margin-bottom: 8px;
  }
}
main#recruit #movie .box p {
  color: #FFF;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 72px;
}
@media screen and (max-width: 736px) {
  main#recruit #movie .box p {
    font-size: 18px;
    margin-bottom: 32px;
  }
}
main#recruit #movie .box .btn-box a {
  border-radius: 40px;
  background: #FEF362;
  display: flex;
  padding: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  color: var(--Colors-Tertiary, #E43121);
  font-family: var(--font-famliy-JP, "Zen Kaku Gothic New");
  font-size: var(--font-size-labels-large, 16px);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  max-width: 600px;
  margin: 0 auto;
}/*# sourceMappingURL=recruit.css.map */