<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* reset.scss */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@600;700;800;900&amp;family=Noto+Serif:ital,wght@1,700&amp;display=swap");
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

img {
  width: 100%;
  height: auto;
  display: block;
}

/* You can add more global styles if necessary */
body {
  background-color: #EFEFEF;
}

* {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-weight: normal;
}

.u_noto {
  font-family: "Noto Serif", serif;
  font-style: italic;
  font-weight: 700;
}

.u_notojp {
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 500;
}

.u_semibold {
  font-weight: 600;
}

.u_medium {
  font-weight: 500;
}

.contactbtn {
  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;
  width: 300px;
  height: 77px;
  border-radius: 8px;
  color: #FFF;
  font-size: 20px;
  background-color: #000;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media (min-width: 960px) {
  .contactbtn {
    width: 100%;
    height: 100%;
    font-size: 15px;
  }
  .contactbtn_txt__bottom {
    font-size: 20px;
  }
  .contactbtn:hover {
    background-color: #B58849;
  }
}
.contactbtn__slim {
  width: 100%;
  height: 50px;
}
@media (min-width: 960px) {
  .contactbtn__slim {
    width: 395px;
    margin: auto;
  }
}
.contactbtn_icon {
  width: 25px;
  height: 18px;
  margin: 0 12px 0 0;
  background: url("/src/img/common/_icon_mail.svg") no-repeat center center/contain;
}
.contactbtn__mini {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 58px;
  height: 50px;
  border-radius: 0 0 5px 5px;
  font-size: 10px;
}
.contactbtn__mini .contactbtn_icon {
  margin: 0 0 5px 0;
}
.contactbtn__pchead {
  width: 218px;
  height: 59px;
  border-radius: 0 0 8px 8px;
}
.contactbtn__colored {
  background-color: #B58849;
}

.morebtn {
  font-size: 16px;
  text-align: center;
  width: 300px;
  background-color: transparent;
  border-radius: 8px;
  border: 1px solid #000;
  margin: 40px auto 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (min-width: 960px) {
  .morebtn:hover {
    background-color: rgba(0, 0, 0, 0.3);
  }
}
.morebtn a {
  display: block;
  padding: 18px 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 960px) {
  .morebtn__left {
    margin: 50px 0 0;
  }
}
.morebtn__recruit {
  font-size: 15px;
}

.maincontainer {
  position: relative;
  padding: 20px 20px 70px;
  margin-right: 20px;
  background-color: #FFF;
}
@media (min-width: 960px) {
  .maincontainer {
    margin-right: 11.7%;
    padding: 30px 0 0 calc((100% - 980px) / 2);
  }
}
.maincontainer_title {
  margin-bottom: 38px;
}
.maincontainer_title_main {
  font-size: 50px;
  color: #ACACAC;
  line-height: 1.5;
}
.maincontainer_title_sub {
  font-size: 14px;
  line-height: 1.3;
}
.maincontainer_body_title {
  font-size: 22px;
  line-height: 1.5;
  letter-spacing: 2px;
}
@media (min-width: 960px) {
  .maincontainer_body_title {
    font-size: 30px;
  }
}
.maincontainer_body_text {
  margin-top: 10px;
  line-height: 1.5;
}
@media (min-width: 960px) {
  .maincontainer_body_text {
    margin-top: 25px;
    line-height: 1.8;
  }
  .maincontainer_body_text__company {
    width: 475px;
  }
}
.maincontainer::before {
  content: "";
  position: absolute;
  display: block;
  height: 4px;
  width: 68%;
  top: 0;
  left: 0;
  background-color: #000;
}
@media (min-width: 960px) {
  .maincontainer::before {
    width: 45%;
  }
}
.maincontainer__company {
  padding-bottom: 50px;
}
@media (min-width: 960px) {
  .maincontainer__company {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 43px;
       -moz-column-gap: 43px;
            column-gap: 43px;
    padding-bottom: 100px;
  }
}
.maincontainer__business {
  padding-bottom: 20px;
}
@media (min-width: 960px) {
  .maincontainer__business {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 88px;
       -moz-column-gap: 88px;
            column-gap: 88px;
    padding-bottom: 100px;
    margin-right: 8.6%;
    padding-left: calc((100% - 980px) / 2);
  }
  .maincontainer__business .maincontainer_body {
    margin-top: 112px;
  }
  .maincontainer__business::before {
    width: 42%;
  }
}

.subcontainer_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  padding-left: 30px;
  margin: 0 20px 20px;
  height: 138px;
}
@media (min-width: 960px) {
  .subcontainer_title {
    padding: 0 30px 0 0;
    height: 200px;
    line-height: 1.5;
    margin: 0;
  }
}
.subcontainer_title::before {
  content: "";
  position: absolute;
  display: block;
  width: 4px;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000;
}
@media (min-width: 960px) {
  .subcontainer_title::before {
    right: 0;
    left: auto;
  }
}
.subcontainer_title_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
}
@media (min-width: 960px) {
  .subcontainer_title_box {
    display: block;
    text-align: right;
  }
}
.subcontainer_title_box_main {
  font-size: 50px;
  color: #ACACAC;
}
.subcontainer_title_box_sub {
  font-size: 14px;
  margin-bottom: 10px;
}
.subcontainer__recruit .subcontainer_title {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (min-width: 960px) {
  .subcontainer__recruit .subcontainer_title {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.subcontainer__recruit .subcontainer_title_box {
  display: block;
}
.subcontainer__recruit .subcontainer_title_box_main {
  line-height: 1.5;
}
.subcontainer__recruit .subcontainer_title_box_sub {
  margin-bottom: 20px;
}

.l_breadcrump {
  padding: 4px 16px 3px;
  background-color: #FFF;
}
@media (min-width: 960px) {
  .l_breadcrump {
    padding-left: 150px;
    margin-top: 18px;
  }
}

.breadcrump {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.breadcrump_item {
  position: relative;
  font-size: 12px;
  margin-right: 18px;
  line-height: 1.2;
}
@media (min-width: 960px) {
  .breadcrump_item {
    font-size: 13px;
  }
}
.breadcrump_item::after {
  content: "";
  position: absolute;
  display: block;
  width: 5px;
  height: 5px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: -10px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.breadcrump_item:last-of-type {
  margin-right: 0;
}
.breadcrump_item:last-of-type::after {
  display: none;
}

@media (min-width: 960px) {
  .subpagesec {
    width: 980px;
    margin: auto;
  }
}
.subpagesec_head {
  position: relative;
  text-align: center;
}
.subpagesec_head_en {
  color: #ACACAC;
}
@media (min-width: 960px) {
  .subpagesec_head_en {
    font-size: 20px;
  }
}
.subpagesec_head_ja {
  font-size: 26px;
  line-height: 1;
  letter-spacing: 5px;
  padding: 15px 0 20px;
  margin-bottom: 25px;
  font-weight: 500;
}
@media (min-width: 960px) {
  .subpagesec_head_ja {
    font-size: 40px;
    padding: 15px 0 30px;
    margin-bottom: 40px;
  }
}
.subpagesec_head::after {
  content: "";
  position: absolute;
  display: block;
  width: 30px;
  height: 4px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #000;
}
.subpagesec_description {
  margin: 0 20px;
  text-align: center;
  line-height: 1.7;
}
@media (min-width: 960px) {
  .subpagesec_description {
    margin: 0 auto;
    width: 690px;
    line-height: 1.8;
  }
}

.contact {
  position: relative;
  margin: 0 20px 100px;
  padding-bottom: 15px;
  border: 4px solid #000;
}
@media (min-width: 960px) {
  .contact {
    width: 980px;
    margin: 0 auto 200px;
    padding: 105px 0 86px;
  }
}
.contact__inpage {
  padding: 80px 18px 35px;
  margin-bottom: 20px;
}
@media (min-width: 960px) {
  .contact__inpage {
    padding: 90px 0 35px;
    margin-bottom: 40px;
  }
}
@media (min-width: 960px) {
  .contact__inpage .contact_body {
    display: block;
  }
}
.contact__inpage .contact_body_subtitle {
  font-size: 20px;
  text-align: center;
  margin-bottom: 15px;
}
@media (min-width: 960px) {
  .contact__inpage .contact_body_subtitle {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
.contact__inpage .contact_body_address {
  position: relative;
  display: block;
  font-size: 20px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding-left: 20px;
  margin: 0 auto 20px;
  letter-spacing: -1px;
}
@media (min-width: 960px) {
  .contact__inpage .contact_body_address {
    font-size: 30px;
    padding-left: 30px;
    margin-bottom: 40px;
  }
}
.contact__inpage .contact_body_address span {
  position: absolute;
  width: 22px;
  height: 15px;
  background: url("/src/img/common/_icon_mail_bk.svg") no-repeat center center/contain;
  top: 5px;
  bottom: 0;
  left: -7px;
  margin: auto 0;
}
@media (min-width: 960px) {
  .contact__inpage .contact_body_address span {
    width: 31px;
    height: 22px;
    top: 10px;
    left: -17px;
  }
}
.contact__inpage .contact_body_address::after {
  content: "";
  position: absolute;
  display: block;
  height: 1.5px;
  width: calc(100% - 20px);
  background-color: #000;
  bottom: -5px;
  right: 0;
}
@media (min-width: 960px) {
  .contact__inpage .contact_body_address::after {
    width: calc(100% - 30px);
    height: 2px;
    bottom: -8px;
  }
}
.contact__inpage .contact_body_txt {
  margin: 0;
}
@media (min-width: 960px) {
  .contact__inpage .contact_body_txt {
    text-align: center;
    line-height: 1.8;
  }
}
.contact_head {
  position: absolute;
  top: -45px;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 0 20px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  text-align: center;
  background-color: #EFEFEF;
}
.contact_head_main {
  font-size: 50px;
  line-height: 1.5;
  color: #ACACAC;
}
.contact_head_sub {
  font-size: 14px;
}
@media (min-width: 960px) {
  .contact_body {
    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;
    -webkit-column-gap: 35px;
       -moz-column-gap: 35px;
            column-gap: 35px;
  }
}
.contact_body_txt {
  text-align: center;
  line-height: 1.7;
  margin: 80px 0 35px;
}
.contact_body_txt a {
  text-decoration: underline;
}
@media (min-width: 960px) {
  .contact_body_txt {
    margin: 0;
    text-align: left;
  }
}
.contact_body_link {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
}
@media (min-width: 960px) {
  .contact_body_link {
    width: 395px;
    height: 77px;
    margin: 0;
  }
}

.scrollspy {
  display: none;
}
@media (min-width: 960px) {
  .scrollspy {
    display: block;
    position: fixed;
    bottom: 26%;
    right: 20px;
    z-index: 100;
  }
}
.scrollspy_nav li {
  margin-bottom: 15px;
}
.scrollspy_nav li:last-of-type {
  margin: 0;
}
.scrollspy_nav_item {
  position: relative;
  display: block;
  text-align: right;
  padding-right: 25px;
  color: #868686;
  letter-spacing: 1.5px;
}
.scrollspy_nav_item::after {
  content: "";
  position: absolute;
  display: block;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 0;
  background-color: #868686;
}
.scrollspy_nav_item.is_current {
  color: #000;
}
.scrollspy_nav_item.is_current::after {
  background-color: #000;
}

.scrolltop {
  position: fixed;
  display: block;
  height: 94px;
  width: 94px;
  right: 30px;
  bottom: 48px;
  border-radius: 50%;
  border: 1px solid #000;
  background-color: transparent;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  z-index: 100;
}
.scrolltop_inner {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.scrolltop_inner_item {
  position: absolute;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  font-size: 29px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.scrolltop::after {
  content: "";
  width: 15px;
  height: 15px;
  border: 0;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  position: absolute;
  top: 17px;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: top 0.3s;
  transition: top 0.3s;
}
@media (min-width: 960px) {
  .scrolltop:hover {
    background-color: rgba(0, 0, 0, 0.3);
  }
  .scrolltop:hover::after {
    top: 10px;
  }
}

@media (min-width: 960px) {
  .u_sp {
    display: none;
  }
}

@media (max-width: 959px) {
  .u_pc {
    display: none;
  }
}

.l_header {
  height: 70px;
  width: 100%;
  border-top: 4px solid #000;
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  height: 100%;
  padding: 0 20px;
}
@media (min-width: 960px) {
  .header {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 3%;
  }
}
.header_hmbrg {
  position: absolute;
  width: 30px;
  height: 20px;
  top: 0;
  bottom: 0;
  left: 20px;
  margin: auto 0;
  z-index: 101;
}
.header_hmbrg_line {
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #000;
  top: 0;
}
.header_hmbrg_line:nth-child(2) {
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.header_hmbrg_line:nth-child(3) {
  top: auto;
  bottom: 0;
}
.header_hmbrg.is_show {
  position: fixed;
  width: 35px;
  height: 25px;
  top: 20px;
  bottom: auto;
}
.header_hmbrg.is_show .header_hmbrg_line {
  background-color: #FFF;
}
.header_hmbrg.is_show .header_hmbrg_line:nth-child(1) {
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  bottom: 0;
  margin: auto 0;
}
.header_hmbrg.is_show .header_hmbrg_line:nth-child(2) {
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}
.header_hmbrg.is_show .header_hmbrg_line:nth-child(3) {
  display: none;
}
.header_logo {
  display: block;
  width: 128px;
  aspect-ratio: 128/41;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  margin-top: 5px;
}
@media (min-width: 960px) {
  .header_logo {
    width: 192px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    margin-top: 15px;
  }
  .header_logo:hover {
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: scale(0.74);
            transform: scale(0.74);
    opacity: 0.4;
  }
}
.header_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 960px) {
  .header_right_links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 45px;
  }
  .header_right_links li {
    position: relative;
    text-align: center;
    margin-right: 45px;
  }
  .header_right_links li:last-of-type {
    margin-right: 0;
  }
  .header_right_links li::after {
    content: "";
    position: absolute;
    opacity: 0;
    left: 0;
    bottom: -10px;
    height: 4px;
    width: 100%;
    background-color: #000;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .header_right_links li:hover::after {
    opacity: 1;
  }
  .header_right_links_item {
    font-size: 12px;
  }
  .header_right_links span {
    display: block;
    font-size: 18px;
    line-height: 1.2;
    color: #ACACAC;
  }
}
.header_contact {
  position: absolute;
  top: 0;
  right: 20px;
}
@media (min-width: 960px) {
  .header_contact {
    position: static;
    margin-top: 3px;
    height: 73px;
  }
}

.spnav {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding-bottom: 77px;
  background-color: #000;
  border-radius: 0 0 20px 20px;
  z-index: 100;
}
.spnav_head {
  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;
  height: 70px;
}
.spnav_head_logo {
  display: block;
  height: 43px;
  width: 143px;
}
.spnav_head_contact {
  position: absolute;
  top: 0;
  right: 20px;
}
.spnav_links {
  color: #FFF;
  margin-top: 55px;
}
.spnav_links li:first-of-type {
  border-top: 1px solid #707070;
}
.spnav_links li {
  position: relative;
  border-bottom: 1px solid #707070;
}
.spnav_links li::after {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  width: 16px;
  height: 16px;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.spnav_links_item {
  display: block;
  padding: 15px 20px;
}
.spnav_links_en {
  display: block;
  color: #ACACAC;
  font-size: 32px;
  margin-bottom: 10px;
}
.spnav_btn {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 30px auto 0;
}
.spnav_close {
  position: absolute;
  height: 94px;
  width: 94px;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -37px;
  border-radius: 50%;
  background-color: #000;
  border: 1px solid #FFF;
}
.spnav_close_cross {
  position: absolute;
  top: 24px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 35px;
  height: 25px;
}
.spnav_close_cross span {
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 100%;
  height: 1px;
  background-color: #FFF;
}
.spnav_close_cross span:first-of-type {
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
.spnav_close_cross span:last-of-type {
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}
.spnav_close_text {
  position: absolute;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  color: #FFF;
  font-size: 24px;
}

.footer_slidetop {
  position: relative;
  display: block;
  height: 62px;
  border-top: 1px solid #000;
  background-color: #FFF;
}
@media (min-width: 960px) {
  .footer_slidetop {
    display: none;
  }
}
.footer_slidetop_inner {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 29px;
}
.footer_slidetop::after {
  content: "";
  width: 15px;
  height: 15px;
  border: 0;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.footer_body {
  padding: 60px 0;
  background-color: #000;
}
@media (min-width: 960px) {
  .footer_body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 0 45px;
    width: 980px;
    margin: 0 auto;
    background-color: transparent;
  }
}
.footer_body_logo {
  display: block;
  height: 60px;
  width: 187px;
  margin: 0 auto;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
@media (min-width: 960px) {
  .footer_body_logo {
    height: 93px;
    width: 291px;
    margin: 0;
  }
  .footer_body_logo:hover {
    opacity: 0.5;
  }
}
.footer_body_list {
  margin-top: 65px;
}
@media (min-width: 960px) {
  .footer_body_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.footer_body_list li {
  color: #FFF;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto 35px;
}
@media (min-width: 960px) {
  .footer_body_list li {
    position: relative;
    color: #000;
    margin: 0 30px 0 0;
  }
  .footer_body_list li::after {
    content: "";
    position: absolute;
    opacity: 0;
    bottom: 5px;
    left: 0;
    height: 1px;
    width: 100%;
    background-color: #000;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .footer_body_list li:hover::after {
    opacity: 1;
  }
}
.footer_body_list li:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 960px) {
  .footer_body_list li:last-of-type {
    margin-right: 0;
  }
}
.footer_bottom {
  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;
  color: #FFF;
  font-size: 14px;
  padding: 8px 0 4px;
  border-top: 1px solid #FFF;
  background-color: #000;
}

.l_hero {
  margin: 0px 0 45px;
}
@media (min-width: 960px) {
  .l_hero {
    margin: 0;
  }
}

.hero {
  position: relative;
  aspect-ratio: 375/422;
  background: url("/src/img/img_bgrecruit_sp.png") no-repeat center center/contain;
}
@media (min-width: 960px) {
  .hero {
    aspect-ratio: 256/141;
    background: url("/src/img/img_bgrecruit.png") no-repeat center center/contain;
  }
}
.hero_copy {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: auto;
}
.hero_copy_main, .hero_copy_sub {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
}
.hero_copy_main {
  font-size: 46px;
  text-align: center;
  margin-bottom: 25px;
}
@media (min-width: 960px) {
  .hero_copy_main {
    font-size: 80px;
  }
}
.hero_copy_sub {
  position: relative;
}
@media (min-width: 960px) {
  .hero_copy_sub {
    font-size: 23px;
  }
}
.hero_copy_sub::after, .hero_copy_sub::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 23px;
  height: 1px;
  background-color: #000;
}
.hero_copy_sub::before {
  left: -40px;
}
.hero_copy_sub::after {
  right: -40px;
}
.hero_scroll {
  position: absolute;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
}
.hero_scroll_txt {
  font-size: 10px;
}
.hero_scroll_arrow {
  display: block;
  width: 21px;
  height: 16px;
  margin: 14px auto 0;
  background: url("/src/img/common/_icon_doublearrow.svg") no-repeat center center/contain;
}

.anchorlinks {
  padding: 10px calc(50% - 170px) 18px;
  margin-bottom: 80px;
  background-color: rgba(0, 0, 0, 0.2);
}
.anchorlinks_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 7px;
     -moz-column-gap: 7px;
          column-gap: 7px;
  row-gap: 12px;
}
.anchorlinks_list_item {
  width: 107px;
  height: 30px;
}
.anchorlinks_list_item a {
  position: relative;
  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;
  width: 100%;
  height: 100%;
  background-color: #FFF;
  border: 1px solid #000;
  border-radius: 5px;
}
.anchorlinks_list_item a span {
  position: absolute;
  display: block;
  background-color: #FFF;
  border: 1px solid #000;
  width: 20px;
  height: 10px;
  bottom: -10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.anchorlinks_list_item a span::after, .anchorlinks_list_item a span::before {
  content: "";
  position: absolute;
  display: block;
}
.anchorlinks_list_item a span::before {
  background-color: #FFF;
  top: -1px;
  height: 2px;
  width: 100%;
}
.anchorlinks_list_item a span::after {
  top: 0;
  bottom: 7px;
  right: 0;
  left: 0;
  margin: auto;
  width: 5px;
  height: 5px;
  border-bottom: solid 1px #000;
  border-right: solid 1px #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.recruitttl {
  margin: 0 20px 75px;
}
@media (min-width: 960px) {
  .recruitttl {
    width: 792px;
    margin: 100px auto 96px;
    text-align: center;
  }
}
.recruitttl_main {
  font-size: 22px;
  line-height: 1.8;
  margin-bottom: 5px;
}
@media (min-width: 960px) {
  .recruitttl_main {
    font-size: 30px;
    letter-spacing: 2px;
    margin-bottom: 10px;
  }
}
.recruitttl_sub {
  line-height: 1.8;
}

.recruit {
  width: calc(100% - 40px);
  margin: 0 auto 80px;
}
@media (min-width: 960px) {
  .recruit {
    width: 100%;
    margin: 0 auto 100px;
  }
}
.recruit_list_item {
  margin-bottom: 30px;
}
@media (min-width: 960px) {
  .recruit_list_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 50px;
  }
  .recruit_list_item:nth-of-type(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right;
  }
  .recruit_list_item:nth-of-type(even) .recruitdesc {
    margin: 0 -40px 0 0;
  }
}
.recruit_list_item:last-of-type {
  margin-bottom: 0;
}
.recruit_list_item_img {
  width: 100%;
  aspect-ratio: 335/224;
  background: url("/src/img/img_interview1.png") no-repeat center center/contain;
}
@media (min-width: 960px) {
  .recruit_list_item_img {
    width: 689px;
    aspect-ratio: 689/384;
    background: url("/src/img/img_interview1_pc.png") no-repeat center center/contain;
  }
}
.recruit_list_item_img__interview02 {
  background: url("/src/img/img_interview2.png") no-repeat center center/contain;
}
@media (min-width: 960px) {
  .recruit_list_item_img__interview02 {
    background: url("/src/img/img_interview2_pc.png") no-repeat center center/contain;
  }
}
.recruit_list_item_img__interview03 {
  background: url("/src/img/img_interview3.png") no-repeat center center/contain;
}
@media (min-width: 960px) {
  .recruit_list_item_img__interview03 {
    background: url("/src/img/img_interview3_pc.png") no-repeat center center/contain;
  }
}
.recruit_list_item_img__interview04 {
  background: url("/src/img/img_interview4.png") no-repeat center center/contain;
}
@media (min-width: 960px) {
  .recruit_list_item_img__interview04 {
    background: url("/src/img/img_interview4_pc.png") no-repeat center center/contain;
  }
}

.recruitdesc {
  position: relative;
  margin: -40px 15px 0;
  padding: 24px 20px 67px;
  border-radius: 8px;
  background-color: #FFF;
}
@media (min-width: 960px) {
  .recruitdesc {
    width: 484px;
    height: 266px;
    margin: 0 0 0 -40px;
  }
}
.recruitdesc_ttl {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
}
@media (min-width: 960px) {
  .recruitdesc_ttl {
    font-size: 25px;
  }
}
.recruitdesc_occupation {
  font-size: 14px;
  color: #868686;
}
.recruitdesc_subttl {
  margin: 15px 0;
  font-weight: bold;
}
.recruitdesc_text {
  line-height: 1.6;
}
.recruitdesc_btn {
  position: absolute;
  border: none;
  font-size: 16px;
  padding-right: 25px;
  background-color: transparent;
  right: 20px;
  bottom: 20px;
  cursor: pointer;
  color: #000;
}
.recruitdesc_btn::after {
  content: "";
  position: absolute;
  opacity: 0;
  height: 2px;
  width: calc(100% - 7px);
  background-color: rgba(0, 0, 0, 0.3);
  bottom: -3px;
  left: 7px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (min-width: 960px) {
  .recruitdesc_btn {
    right: 45px;
  }
  .recruitdesc_btn:hover::after {
    opacity: 1;
  }
}
.recruitdesc_btn span {
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #000;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 0;
}
.recruitdesc_btn span::after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  bottom: 0;
  right: 3px;
  left: 0;
  margin: auto;
  width: 4px;
  height: 4px;
  border-bottom: solid 1px #000;
  border-right: solid 1px #000;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.environment {
  width: calc(100% - 40px);
  margin: 0 auto 80px;
}
@media (min-width: 960px) {
  .environment {
    width: 980px;
    margin: 0 auto 100px;
  }
}
.environment_contents_list_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 960px) {
  .environment_contents_list_head {
    display: grid;
    grid-template-rows: repeat(2, auto);
    grid-template-columns: 375px calc(100% - 400px);
    gap: 25px;
    margin-bottom: 25px;
  }
}
.environment_contents_list_head .environmentitem:nth-of-type(1) {
  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;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  width: 100%;
  height: 160px;
  padding: 24px 18px 24px 20px;
  margin-bottom: 55px;
}
@media (min-width: 960px) {
  .environment_contents_list_head .environmentitem:nth-of-type(1) {
    grid-row: 1/3;
    grid-column: 1;
    width: 100%;
    height: 100%;
    padding: 0 0 80px 0;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin: 0;
  }
}
.environment_contents_list_head .environmentitem:nth-of-type(1) .environmentitem_icon {
  height: 100%;
}
@media (min-width: 960px) {
  .environment_contents_list_head .environmentitem:nth-of-type(1) .environmentitem_icon {
    position: absolute;
    height: 148px;
    width: 148px;
    top: -48px;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
}
.environment_contents_list_head .environmentitem:nth-of-type(1) .environmentitem_icon::after {
  width: 50px;
  height: 67px;
  background: url("/src/img/common/_icon_woman.svg") no-repeat center center/contain;
}
@media (min-width: 960px) {
  .environment_contents_list_head .environmentitem:nth-of-type(1) .environmentitem_icon::after {
    width: 61px;
    height: 81px;
  }
}
@media (min-width: 960px) {
  .environment_contents_list_head .environmentitem:nth-of-type(1) .environmentitem_detail_ttl {
    font-size: 25px;
    text-align: center;
  }
}
.environment_contents_list_head .environmentitem:nth-of-type(1) .environmentitem_detail_num {
  font-size: 54px;
  line-height: 1;
  margin-left: -5px;
}
@media (min-width: 960px) {
  .environment_contents_list_head .environmentitem:nth-of-type(1) .environmentitem_detail_num {
    font-size: 74px;
  }
}
.environment_contents_list_head .environmentitem:nth-of-type(1) .environmentitem_detail_num span {
  font-size: 90px;
}
@media (min-width: 960px) {
  .environment_contents_list_head .environmentitem:nth-of-type(1) .environmentitem_detail_num span {
    font-size: 124px;
  }
}
.environment_contents_list_head .environmentitem:nth-of-type(2) {
  width: calc(58% - 20px);
  padding: 60px 0 10px;
  text-align: center;
  margin-bottom: 20px;
}
@media (min-width: 960px) {
  .environment_contents_list_head .environmentitem:nth-of-type(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    padding: 28px 43px;
    margin: 0;
  }
}
.environment_contents_list_head .environmentitem:nth-of-type(2) .environmentitem_icon {
  position: absolute;
  height: 81px;
  width: 81px;
  top: -40px;
  right: 0;
  left: 0;
  margin: 0 auto;
}
@media (min-width: 960px) {
  .environment_contents_list_head .environmentitem:nth-of-type(2) .environmentitem_icon {
    position: relative;
    height: 148px;
    width: 148px;
    margin: 0;
    top: auto;
  }
}
.environment_contents_list_head .environmentitem:nth-of-type(2) .environmentitem_icon::after {
  width: 56px;
  height: 49px;
  background: url("/src/img/common/_icon_gift.svg") no-repeat center center/contain;
}
@media (min-width: 960px) {
  .environment_contents_list_head .environmentitem:nth-of-type(2) .environmentitem_icon::after {
    width: 90px;
    height: 78px;
  }
}
@media (min-width: 960px) {
  .environment_contents_list_head .environmentitem:nth-of-type(2) .environmentitem_detail_ttl {
    font-size: 25px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin-left: -60px;
  }
}
.environment_contents_list_head .environmentitem:nth-of-type(2) .environmentitem_detail_num {
  font-size: 49px;
  line-height: 1;
  margin-left: -5px;
}
@media (min-width: 960px) {
  .environment_contents_list_head .environmentitem:nth-of-type(2) .environmentitem_detail_num {
    font-size: 93px;
  }
}
.environment_contents_list_head .environmentitem:nth-of-type(2) .environmentitem_detail_num span {
  font-size: 81px;
}
@media (min-width: 960px) {
  .environment_contents_list_head .environmentitem:nth-of-type(2) .environmentitem_detail_num span {
    font-size: 139px;
  }
}
.environment_contents_list_head .environmentitem:nth-of-type(3) {
  width: 42%;
  padding-top: 60px;
  text-align: center;
  margin: 0 0 20px 20px;
}
@media (min-width: 960px) {
  .environment_contents_list_head .environmentitem:nth-of-type(3) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    padding: 13px 37px 13px 62px;
    margin: 0;
  }
}
.environment_contents_list_head .environmentitem:nth-of-type(3) .environmentitem_icon {
  position: absolute;
  height: 81px;
  width: 81px;
  top: -40px;
  right: 0;
  left: 0;
  margin: 0 auto;
}
@media (min-width: 960px) {
  .environment_contents_list_head .environmentitem:nth-of-type(3) .environmentitem_icon {
    position: relative;
    height: 102px;
    width: 102px;
    margin: 0;
    top: auto;
  }
}
.environment_contents_list_head .environmentitem:nth-of-type(3) .environmentitem_icon::after {
  width: 47px;
  height: 40px;
  background: url("/src/img/common/_icon_home.svg") no-repeat center center/contain;
}
@media (min-width: 960px) {
  .environment_contents_list_head .environmentitem:nth-of-type(3) .environmentitem_icon::after {
    width: 58px;
    height: 50px;
  }
}
@media (min-width: 960px) {
  .environment_contents_list_head .environmentitem:nth-of-type(3) .environmentitem_detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
  .environment_contents_list_head .environmentitem:nth-of-type(3) .environmentitem_detail_ttl {
    font-size: 25px;
  }
}
.environment_contents_list_head .environmentitem:nth-of-type(3) .environmentitem_detail_num {
  font-size: 37px;
  line-height: 1;
  margin-left: -5px;
}
@media (min-width: 960px) {
  .environment_contents_list_head .environmentitem:nth-of-type(3) .environmentitem_detail_num {
    font-size: 54px;
  }
}
.environment_contents_list_head .environmentitem:nth-of-type(3) .environmentitem_detail_num span {
  font-size: 61px;
}
@media (min-width: 960px) {
  .environment_contents_list_head .environmentitem:nth-of-type(3) .environmentitem_detail_num span {
    font-size: 90px;
  }
}
@media (min-width: 960px) {
  .environment_contents_list_bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.environment_contents_list_bottom .environmentitem:nth-of-type(1) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 18px;
     -moz-column-gap: 18px;
          column-gap: 18px;
  width: 100%;
  height: 100%;
  padding: 18px 28px 17px 15px;
  margin-bottom: 20px;
}
@media (min-width: 960px) {
  .environment_contents_list_bottom .environmentitem:nth-of-type(1) {
    width: 493px;
    margin-bottom: 0;
    padding: 13px 30px 13px 13px;
  }
}
.environment_contents_list_bottom .environmentitem:nth-of-type(1) .environmentitem_icon {
  height: 100%;
  width: 103px;
}
.environment_contents_list_bottom .environmentitem:nth-of-type(1) .environmentitem_icon::after {
  width: 55px;
  height: 48px;
  background: url("/src/img/common/_icon_home.svg") no-repeat center center/contain;
}
@media (min-width: 960px) {
  .environment_contents_list_bottom .environmentitem:nth-of-type(1) .environmentitem_detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 18px;
       -moz-column-gap: 18px;
            column-gap: 18px;
  }
  .environment_contents_list_bottom .environmentitem:nth-of-type(1) .environmentitem_detail_ttl {
    font-size: 25px;
  }
}
.environment_contents_list_bottom .environmentitem:nth-of-type(1) .environmentitem_detail_num {
  font-size: 52px;
  line-height: 1;
  margin-left: 34px;
}
@media (min-width: 960px) {
  .environment_contents_list_bottom .environmentitem:nth-of-type(1) .environmentitem_detail_num {
    margin-left: 0;
  }
}
.environment_contents_list_bottom .environmentitem:nth-of-type(1) .environmentitem_detail_num span {
  font-size: 77px;
}
.environment_contents_list_bottom .environmentitem:nth-of-type(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 18px;
     -moz-column-gap: 18px;
          column-gap: 18px;
  width: 100%;
  height: 102px;
  padding: 13px 20px 9px 15px;
  margin-bottom: 20px;
}
@media (min-width: 960px) {
  .environment_contents_list_bottom .environmentitem:nth-of-type(2) {
    width: calc(100% - 518px);
    margin-bottom: 0;
    height: auto;
    padding: 13px 30px 13px 25px;
  }
}
.environment_contents_list_bottom .environmentitem:nth-of-type(2) .environmentitem_icon {
  height: 100%;
}
@media (min-width: 960px) {
  .environment_contents_list_bottom .environmentitem:nth-of-type(2) .environmentitem_icon {
    width: 103px;
    height: 103px;
  }
}
.environment_contents_list_bottom .environmentitem:nth-of-type(2) .environmentitem_icon::after {
  width: 31px;
  height: 38px;
  background: url("/src/img/common/_icon_shirt.svg") no-repeat center center/contain;
}
@media (min-width: 960px) {
  .environment_contents_list_bottom .environmentitem:nth-of-type(2) .environmentitem_icon::after {
    width: 38px;
    height: 47px;
  }
}
.environment_contents_list_bottom .environmentitem:nth-of-type(2) .environmentitem_detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 25px;
     -moz-column-gap: 25px;
          column-gap: 25px;
}
@media (min-width: 960px) {
  .environment_contents_list_bottom .environmentitem:nth-of-type(2) .environmentitem_detail {
    -webkit-column-gap: 42px;
       -moz-column-gap: 42px;
            column-gap: 42px;
  }
}
.environment_contents_list_bottom .environmentitem:nth-of-type(2) .environmentitem_detail_ttl {
  line-height: 1.8;
  text-align: center;
}
@media (min-width: 960px) {
  .environment_contents_list_bottom .environmentitem:nth-of-type(2) .environmentitem_detail_ttl {
    font-size: 25px;
  }
}
.environment_contents_list_bottom .environmentitem:nth-of-type(2) .environmentitem_detail_num {
  font-size: 44px;
  line-height: 1;
}
@media (min-width: 960px) {
  .environment_contents_list_bottom .environmentitem:nth-of-type(2) .environmentitem_detail_num {
    font-size: 56px;
  }
}
.environment_contents_list_bottom .environmentitem:nth-of-type(2) .environmentitem_detail_num span {
  font-size: 66px;
}
@media (min-width: 960px) {
  .environment_contents_list_bottom .environmentitem:nth-of-type(2) .environmentitem_detail_num span {
    font-size: 84px;
  }
}

.environmentitem {
  position: relative;
  background-color: #FFF;
  border-radius: 8px;
}
.environmentitem_detail_ttl {
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
}
.environmentitem_detail_num {
  font-weight: bold;
}
.environmentitem_detail_num span {
  display: inline-block;
  margin-right: 2px;
}
.environmentitem_icon {
  position: relative;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
}
.environmentitem_icon::after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}

.requirements {
  width: calc(100% - 40px);
  margin: 0 auto 114px;
}
@media (min-width: 960px) {
  .requirements {
    width: 766px;
    margin: 0 auto 134px;
  }
}
.requirements_contents_tabs {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 7px;
     -moz-column-gap: 7px;
          column-gap: 7px;
}
@media (min-width: 960px) {
  .requirements_contents_tabs {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.requirements_contents_tabs_item {
  cursor: pointer;
  font-size: 14px;
  border-radius: 8px 8px 0 0;
  padding: 10px 15px;
  text-align: center;
  color: #FFF;
  background-color: #868686;
  width: calc(33% - 4px);
}
@media (min-width: 960px) {
  .requirements_contents_tabs_item {
    font-size: 22px;
    width: calc(33% - 7px);
    padding: 15px;
    text-align: left;
  }
}
.requirements_contents_tabs_item.is_active {
  color: #000;
  background-color: #FFF;
}

.requirementitem {
  position: relative;
  display: none;
  background-color: #FFF;
  margin-top: -5px;
  padding: 20px 15px;
  border-radius: 8px;
  z-index: 2;
}
@media (min-width: 960px) {
  .requirementitem {
    padding: 50px;
  }
}
.requirementitem_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  margin-bottom: 15px;
}
@media (min-width: 960px) {
  .requirementitem_head {
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
    margin-bottom: 34px;
  }
}
.requirementitem_head_img {
  width: 56%;
  border-radius: 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (min-width: 960px) {
  .requirementitem_head_img {
    width: 310px;
  }
}
.requirementitem_head_img img {
  border-radius: 5px;
}
.requirementitem_head_detail_ttl {
  font-size: 20px;
}
@media (min-width: 960px) {
  .requirementitem_head_detail_ttl {
    font-size: 25px;
    margin-bottom: 15px;
  }
  .requirementitem_head_detail_txt {
    line-height: 1.4;
  }
}
.requirementitem_txt {
  margin-bottom: 28px;
  line-height: 1.4;
}
.requirementitem_list {
  margin-bottom: 33px;
}
.requirementitem_list_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 8px 12px 8px 15px;
  border-radius: 5px;
  background-color: #EFEFEF;
  margin-bottom: 5px;
}
@media (min-width: 960px) {
  .requirementitem_list_item {
    padding: 13px 12px 12px 15px;
    margin-bottom: 10px;
  }
}
.requirementitem_list_item:last-of-type {
  margin-bottom: 0;
}
.requirementitem_list_item_ttl {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30%;
}
.requirementitem_list_item_ttl::after {
  content: "";
  display: block;
  position: absolute;
  width: 4px;
  height: 100%;
  background-color: #000;
  right: 0;
}
.requirementitem_list_item_txt {
  font-size: 14px;
  line-height: 1.4;
  padding: 5px 0 10px 12px;
}
.requirementitem_contact {
  position: relative;
  border: 1px solid #000;
  padding: 35px 15px 15px;
}
.requirementitem_contact_ttl {
  position: absolute;
  padding: 8px;
  font-size: 18px;
  right: 0;
  left: 0;
  margin: 0 auto;
  top: -15px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background-color: #FFF;
  z-index: 2;
}
@media (min-width: 960px) {
  .requirementitem_contact_ttl {
    font-size: 20px;
  }
}
.requirementitem_contact_txt {
  text-align: center;
  line-height: 1.4;
  margin-bottom: 18px;
}
.requirementitem.is_show {
  display: block;
}

.recruitmodal {
  display: none;
  position: fixed;
  overflow: scroll;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 105;
}
.recruitmodal_inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 80%;
  width: calc(100% - 40px);
  background-color: #FFF;
  border-radius: 8px;
}
@media (min-width: 960px) {
  .recruitmodal_inner {
    width: 830px;
  }
}
.recruitmodal_inner_topclose {
  position: absolute;
  width: 52px;
  height: 52px;
  background-color: #000;
  top: -26px;
  right: -10px;
  border-radius: 50%;
  border: 1px solid #FFF;
  z-index: 11;
}
@media (min-width: 960px) {
  .recruitmodal_inner_topclose {
    width: 66px;
    height: 66px;
    cursor: pointer;
  }
}
.recruitmodal_inner_topclose::before, .recruitmodal_inner_topclose::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 18px;
  height: 1px;
  background-color: #FFF;
  -webkit-transform-origin: center;
          transform-origin: center;
}
@media (min-width: 960px) {
  .recruitmodal_inner_topclose::before, .recruitmodal_inner_topclose::after {
    width: 23px;
  }
}
.recruitmodal_inner_topclose::before {
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
.recruitmodal_inner_topclose::after {
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}
.recruitmodal_inner_bottomclose {
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 0 0 0 20px;
  background-color: transparent;
  line-height: 1;
  font-weight: bold;
  font-size: 20px;
  border: none;
  border-bottom: 1px solid #000;
  cursor: pointer;
  color: #000;
}
.recruitmodal_inner_bottomclose::before, .recruitmodal_inner_bottomclose::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
  width: 16px;
  height: 1px;
  background-color: #000;
  -webkit-transform-origin: center;
          transform-origin: center;
}
.recruitmodal_inner_bottomclose::before {
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
.recruitmodal_inner_bottomclose::after {
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}
.recruitmodal_inner_contents {
  padding: 40px 15px;
  height: 100%;
  overflow: scroll;
}
@media (min-width: 960px) {
  .recruitmodal_inner_contents {
    padding: 50px;
  }
}
.recruitmodal_inner_contents_ttl {
  position: relative;
  font-size: 20px;
  font-weight: bold;
  padding: 0 0 8px 14px;
  margin-bottom: 20px;
}
@media (min-width: 960px) {
  .recruitmodal_inner_contents_ttl {
    font-size: 26px;
    padding: 2px 0 8px 14px;
    margin-bottom: 35px;
  }
}
.recruitmodal_inner_contents_ttl::before {
  content: "";
  display: block;
  position: absolute;
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #000;
}
.recruitmodal_inner_contents_img {
  margin-bottom: 30px;
}
@media (min-width: 960px) {
  .recruitmodal_inner_contents_img {
    width: 510px;
    margin: 0 auto 40px;
  }
}

.recruitmodalitem {
  margin-bottom: 30px;
}
@media (min-width: 960px) {
  .recruitmodalitem {
    margin-bottom: 40px;
  }
}
.recruitmodalitem_ttl {
  position: relative;
  font-size: 18px;
  padding: 18px 15px;
  background-color: #EFEFEF;
  margin-bottom: 20px;
}
@media (min-width: 960px) {
  .recruitmodalitem_ttl {
    font-size: 22px;
    padding: 18px 15px 18px 30px;
  }
}
.recruitmodalitem_ttl::before, .recruitmodalitem_ttl::after {
  content: "";
  display: block;
  position: absolute;
}
.recruitmodalitem_ttl::before {
  width: 4px;
  height: 100%;
  background-color: #000;
  left: 0;
  top: 0;
  z-index: 2;
}
.recruitmodalitem_ttl::after {
  height: 3px;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: #DDDDDD;
  z-index: 1;
}
.recruitmodalitem_txt {
  line-height: 1.5;
}
@media (min-width: 960px) {
  .recruitmodalitem_txt {
    line-height: 1.8;
    letter-spacing: 1px;
  }
}

body.no_scroll {
  overflow: hidden;
}</pre></body></html>