@charset "UTF-8";
html {
  font-size: 62.5%;
}

body {
  @import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;800&display=swap");
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt";
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 1.75;
  color: #333;
  background-color: #f1f1f1;
}
@media screen and (max-width: 959px) {
  body {
    font-size: 1.4rem;
  }
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

a {
  color: #333;
  text-decoration: none;
}

li {
  list-style: none;
}

.inner {
  padding-left: 10.4166666667vw;
  padding-right: 10.4166666667vw;
  margin: 0 auto;
}
@media screen and (max-width: 959px) {
  .inner {
    padding-left: 5vw;
    padding-right: 5vw;
  }
}
@media screen and (max-width: 519px) {
  .inner {
    flex-direction: column;
  }
}

.section-group {
  margin-right: 30px;
  height: 221px;
  writing-mode: vertical-rl;
  position: relative;
  line-height: 1;
}
.section-group:after {
  content: "";
  background-image: url(../images/section-line.svg);
  width: 60px;
  height: 221px;
  position: absolute;
  top: 24px;
  right: 0px;
}
.section-group .section_ttl {
  margin-right: 15px;
  font-size: 3.2rem;
  text-align: right;
  margin-bottom: 36px;
  transition: cubic-bezier(1, 0, 0, 1) 1s;
  opacity: 0;
  transform: translateY(20px);
}
.section-group .section_subttl {
  font-size: 2rem;
  letter-spacing: 0.3em;
  transition: cubic-bezier(1, 0, 0, 1) 1s 0.2s;
  opacity: 0;
  transform: translateY(20px);
}
.section-group span {
  color: #EEC95C;
}
@media screen and (max-width: 519px) {
  .section-group {
    margin-right: 0;
    writing-mode: inherit;
    height: 111px;
  }
  .section-group:after {
    background-size: cover;
    width: 30px;
    height: 111px;
    top: 0;
    left: 0;
  }
  .section-group .section_ttl {
    margin: 10px 0 0 35px;
    font-size: 4.8rem;
    text-align: left;
  }
  .section-group .section_subttl {
    margin-top: 5px;
    margin-left: 40px;
    font-size: 1.5rem;
    text-align: left;
  }
}

.news_section-group {
  margin-right: 30px;
  writing-mode: vertical-rl;
  line-height: 1;
}
.news_section-group .news_section_ttl {
  font-size: 3.2rem;
  transition: cubic-bezier(1, 0, 0, 1) 1s;
  opacity: 0;
  transform: translateY(20px);
}
.news_section-group span {
  color: #EEC95C;
}
@media screen and (max-width: 519px) {
  .news_section-group .news_section_ttl {
    font-size: 2.4rem;
  }
  .news_section-group .news_section_subttl {
    font-size: 1.5rem;
  }
}

.recruit_section-group {
  text-align: center;
}
.recruit_section-group .recruit_section_ttl_wrapp {
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
}
.recruit_section-group .recruit_section_ttl_wrapp:before {
  margin-right: 1em;
  display: block;
  content: "";
  width: 30vw;
  height: 1px;
  background-color: #333;
}
.recruit_section-group .recruit_section_ttl_wrapp:after {
  margin-left: 1em;
  display: block;
  content: "";
  width: 30vw;
  height: 1px;
  background-color: #333;
}
.recruit_section-group .recruit_section_ttl_container {
  font-size: 3.6rem;
  position: relative;
  transform: translateX(-20px);
}
.recruit_section-group .recruit_section_ttl_container .recruit_section_ttl {
  opacity: 0;
}
.recruit_section-group .recruit_section_ttl_container:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #222; /*伸びる背景色の設定*/
  z-index: 1;
  transform: scaleX(0);
}
.recruit_section-group .recruit_section_ttl_container:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000; /*伸びる背景色の設定*/
  z-index: 2;
  transform: scaleX(0);
}
@media screen and (max-width: 519px) {
  .recruit_section-group .recruit_section_ttl_container {
    font-size: 3rem;
  }
}

.fluid {
  position: fixed;
  top: -50vh;
  left: -50vh;
  width: 140vh;
  height: 120vh;
  background: #00BFFF;
  animation: fluidrotate 30s ease 0s infinite;
  z-index: -1000;
}

.fluid_2 {
  position: fixed;
  top: 55vh;
  left: 50%;
  transform: translateX(-50%);
  width: 70vh;
  height: 70vh;
  background: #87CEEB;
  animation: fluidrotate2 30s ease 0s infinite;
  z-index: -1000;
}

.fluid_3 {
  position: fixed;
  top: 30vh;
  right: 5%;
  width: 170px;
  height: 170px;
  background: #00BFFF;
  animation: fluidrotate 30s ease 0s infinite;
  z-index: -1000;
}

@media screen and (max-width: 959px) {
  .fluid {
    top: -30vh;
    left: -40vh;
    width: 110vh;
    height: 90vh;
  }
  .fluid_2 {
    top: auto;
    bottom: -10vh;
    left: 50%;
    transform: translateX(-50%);
    width: 30vh;
    height: 30vh;
  }
  .fluid_3 {
    top: 50vh;
    right: 5%;
    width: 13vh;
    height: 13vh;
  }
}
@media screen and (max-width: 519px) {
  .fluid {
    top: -15vh;
    left: -40vh;
    width: 70vh;
    height: 50vh;
  }
  .fluid_3 {
    right: -5%;
  }
}
@keyframes fluidrotate {
  0%, 100% {
    border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
  }
  14% {
    border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
  }
  28% {
    border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
  }
  42% {
    border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
  }
  56% {
    border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
  }
  70% {
    border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
  }
  84% {
    border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
  }
}
@keyframes fluidrotate2 {
  0%, 100% {
    border-radius: 51% 49% 53% 47%/53% 55% 45% 47%;
  }
  14% {
    border-radius: 39% 61% 34% 66%/65% 51% 49% 35%;
  }
  28% {
    border-radius: 61% 39% 39% 61%/53% 62% 38% 47%;
  }
  42% {
    border-radius: 61% 39% 54% 46%/45% 44% 56% 55%;
  }
  56% {
    border-radius: 40% 60% 54% 46%/45% 35% 65% 55%;
  }
  70% {
    border-radius: 50% 50% 44% 56%/45% 44% 56% 55%;
  }
  84% {
    border-radius: 63% 37% 54% 46%/42% 57% 43% 58%;
  }
}
.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}

.header_pc {
  width: calc(100% - 40px);
  margin: 20px 20px 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 6px 0 20px;
  box-sizing: border-box;
  height: 72px;
  background-color: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.1);
  border-radius: 100px;
  transition: all 0.5s cubic-bezier(1, 0, 0, 1);
}
.header_pc .header-l {
  width: 16.6666666667vw;
  max-width: 240px;
  min-width: 160px;
}
.header_pc .header-r .nav-lists {
  transition: ease 0.4s;
}
.header_pc .header-r .nav-lists .nav-list_content {
  background-color: transparent;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 100;
}
.header_pc .header-r .nav-lists .nav-list_content a {
  margin-left: 1.3888888889vw;
  display: block;
  color: #333;
  background-color: transparent;
  line-height: 1;
  transition: cubic-bezier(1, 0, 0, 1) 0.4s;
  position: relative;
}
.header_pc .header-r .nav-lists .nav-list_content a:after {
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #EEC95C;
  position: absolute;
  bottom: 10px;
  transition: cubic-bezier(1, 0, 0, 1) 0.4s;
  opacity: 0;
  z-index: 1;
}
.header_pc .header-r .nav-lists .nav-list_content:hover a:after {
  opacity: 1;
  bottom: -5px;
}
.header_pc .header-r .nav-lists .nav-list_recruit {
  height: 60px;
  font-size: 1.6rem;
  font-weight: bold;
  transition: cubic-bezier(1, 0, 0, 1) 0.4s;
}
.header_pc .header-r .nav-lists .nav-list_recruit a {
  padding: 0 2rem;
  color: #333;
  background-color: #EEC95C;
  text-align: center;
  line-height: 60px;
  letter-spacing: 0.1em;
  border-radius: 100px;
}
.header_pc .header-r .nav-lists .nav-list_recruit a:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: solid 1px #EEC95C;
  border-radius: 45px;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: cubic-bezier(1, 0, 0, 1) 0.4s;
  z-index: -1;
}
.header_pc .header-r .nav-lists .nav-list_recruit:hover a {
  letter-spacing: 0.1em;
}
.header_pc .header-r .nav-lists .nav-list_recruit:hover a:after {
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border: solid 1px #fff;
  z-index: 10;
}
.header_pc .header-r .nav-lists {
  display: flex;
  align-items: center;
}
.header_pc .header-r .nav-lists li {
  margin-left: 0.1388888889vw;
}
.header_pc:has(.is-fixed) {
  height: 72px;
  margin: 20px 20px 0 20px !important;
  background-color: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.1);
}
.header_pc:has(.is-fixed) .nav-list_recruit {
  height: 60px !important;
}
.header_pc:has(.is-fixed) .nav-list_recruit a {
  line-height: 60px !important;
  border-radius: 35px !important;
}
.header_pc:has(.is-fixed) .nav-list_recruit a:after {
  border-radius: 35px !important;
}

@media screen and (max-width: 959px) {
  .header_sp:has(.is-fixed) {
    background-color: rgba(0, 0, 0, 0);
  }
}

.header_sp {
  display: none;
}

@media screen and (max-width: 959px) {
  .header_pc {
    display: none;
  }
  .header_sp {
    width: 100vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 5vw 0 5vw;
    box-sizing: border-box;
    position: fixed;
    z-index: 100;
    transition: all 0.5s cubic-bezier(1, 0, 0, 1);
  }
  .header-l {
    z-index: 1000;
    mix-blend-mode: multiply;
    width: 200px;
  }
  .header_humburger {
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #EEC95C;
    box-sizing: border-box;
    cursor: pointer;
    z-index: 1000;
    position: relative;
  }
  .header_humburger:hover .header_humburger-frame {
    transform: scale(1.1);
  }
  .header_humburger-frame {
    width: 100%;
    height: 100%;
    transition: cubic-bezier(1, 0, 0, 1) 0.3s;
  }
  .header_humburger-frame .header_humburger-dots {
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #333;
    position: absolute;
    top: 50%;
    left: 50%;
  }
  .header_humburger-frame .dot-1 {
    transform: translate(calc(-50% - 10px), calc(-50% - 10px));
    transition: cubic-bezier(1, 0, 0, 1) 0.4s;
  }
  .header_humburger-frame .dot-2 {
    transform: translate(-50%, calc(-50% - 10px));
    transition: cubic-bezier(1, 0, 0, 1) 0.4s;
  }
  .header_humburger-frame .dot-3 {
    transform: translate(calc(-50% + 10px), calc(-50% - 10px));
    transition: cubic-bezier(1, 0, 0, 1) 0.4s;
  }
  .header_humburger-frame .dot-4 {
    transform: translate(calc(-50% - 10px), -50%);
    transition: cubic-bezier(1, 0, 0, 1) 0.4s;
  }
  .header_humburger-frame .dot-5 {
    transform: translate(-50%, -50%);
    transition: cubic-bezier(1, 0, 0, 1) 0.4s;
  }
  .header_humburger-frame .dot-6 {
    transform: translate(calc(-50% + 10px), -50%);
    transition: cubic-bezier(1, 0, 0, 1) 0.4s;
  }
  .header_humburger-frame .dot-7 {
    transform: translate(calc(-50% - 10px), calc(-50% + 10px));
    transition: cubic-bezier(1, 0, 0, 1) 0.4s;
  }
  .header_humburger-frame .dot-8 {
    transform: translate(-50%, calc(-50% + 10px));
    transition: cubic-bezier(1, 0, 0, 1) 0.4s;
  }
  .header_humburger-frame .dot-9 {
    transform: translate(calc(-50% + 10px), calc(-50% + 10px));
    transition: cubic-bezier(1, 0, 0, 1) 0.4s;
  }
  .header_humburger .close .dot-1 {
    transform: rotate(45deg) translate(calc(-50% - 2px), calc(-50% - 10px));
  }
  .header_humburger .close .dot-2 {
    transform: rotate(45deg) translate(calc(-50% + 4px), calc(-50% - 10px));
  }
  .header_humburger .close .dot-3 {
    transform: rotate(45deg) translate(calc(-50% + 10px), calc(-50% - 10px));
  }
  .header_humburger .close .dot-4 {
    transform: rotate(45deg) translate(calc(-50% - 1px), calc(-50% + 1px));
  }
  .header_humburger .close .dot-5 {
    transform: rotate(45deg) translate(calc(-50% + 4px), calc(-50% - 4px));
  }
  .header_humburger .close .dot-6 {
    transform: rotate(45deg) translate(calc(-50% + 10px), calc(-50% - 4px));
  }
  .header_humburger .close .dot-7 {
    transform: rotate(45deg) translate(calc(-50% - 11px), calc(-50% + 11px));
  }
  .header_humburger .close .dot-8 {
    transform: rotate(45deg) translate(calc(-50% - 6px), calc(-50% + 6px));
  }
  .header_humburger .close .dot-9 {
    transform: rotate(45deg) translate(calc(-50% + 10px), calc(-50% + 2px));
  }
  .humburger_menu {
    display: block;
    position: absolute;
    top: 0;
    right: -100vw;
    width: 100vw;
    height: 120vh;
    background-color: #333;
    transition: cubic-bezier(1, 0, 0, 1) 0.4s;
    opacity: 0;
    z-index: 100;
  }
  .humburger_menu-nav {
    display: flex;
    justify-content: center;
    width: 100%;
    box-sizing: border-box;
  }
  .humburger_menu-nav_inner {
    margin-top: 14.7965474723vh;
  }
  .humburger_menu-nav_inner .nav-lists {
    transition: ease 0.4s;
  }
  .humburger_menu-nav_inner .nav-lists .nav-list_content {
    background-color: transparent;
    width: -moz-fit-content;
    width: fit-content;
    z-index: 100;
  }
  .humburger_menu-nav_inner .nav-lists .nav-list_content a {
    margin-left: 1.3888888889vw;
    display: block;
    color: #333;
    background-color: transparent;
    line-height: 1;
    transition: cubic-bezier(1, 0, 0, 1) 0.4s;
    position: relative;
  }
  .humburger_menu-nav_inner .nav-lists .nav-list_content a:after {
    display: block;
    content: "";
    width: 100%;
    height: 2px;
    background-color: #EEC95C;
    position: absolute;
    bottom: 10px;
    transition: cubic-bezier(1, 0, 0, 1) 0.4s;
    opacity: 0;
    z-index: 1;
  }
  .humburger_menu-nav_inner .nav-lists .nav-list_content:hover a:after {
    opacity: 1;
    bottom: -5px;
  }
  .humburger_menu-nav_inner .nav-lists .nav-list_recruit {
    height: 60px;
    font-size: 1.6rem;
    font-weight: bold;
    transition: cubic-bezier(1, 0, 0, 1) 0.4s;
  }
  .humburger_menu-nav_inner .nav-lists .nav-list_recruit a {
    padding: 0 2rem;
    color: #333;
    background-color: #EEC95C;
    text-align: center;
    line-height: 60px;
    letter-spacing: 0.1em;
    border-radius: 100px;
  }
  .humburger_menu-nav_inner .nav-lists .nav-list_recruit a:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-color: transparent;
    border: solid 1px #EEC95C;
    border-radius: 45px;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: cubic-bezier(1, 0, 0, 1) 0.4s;
    z-index: -1;
  }
  .humburger_menu-nav_inner .nav-lists .nav-list_recruit:hover a {
    letter-spacing: 0.1em;
  }
  .humburger_menu-nav_inner .nav-lists .nav-list_recruit:hover a:after {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    border: solid 1px #fff;
    z-index: 10;
  }
  .humburger_menu-nav_inner .nav-lists {
    margin: 0;
    font-size: 3.2rem;
    font-weight: bold;
    white-space: nowrap;
  }
  .humburger_menu-nav_inner li {
    margin-top: 4.9321824908vh;
    margin-right: auto;
    margin-left: auto;
  }
  .humburger_menu-nav_inner .nav-list_content a {
    margin-left: 0 !important;
    color: #fff !important;
  }
  .humburger_menu-nav_inner .nav-list_recruit {
    width: 100% !important;
  }
  /* 上の .nav-list_content a の color:#fff !important を採用ボタンだけ打ち消す
     （停止中はグレー背景で白文字が正しかった。ゴールド背景では沈むため #333 に戻す） */
  .humburger_menu-nav_inner .nav-list_recruit a {
    color: #333 !important;
  }
}
.footer {
  margin-top: 140px;
}
.footer .footer-content {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 959px) {
  .footer .footer-content {
    flex-direction: column-reverse;
  }
}
.footer .access {
  width: 50%;
}
.footer .access .footer-logo {
  width: 200px;
}
.footer .access dl {
  margin-top: 60px;
}
.footer .access dl dt {
  margin-top: 32px;
  font-size: 2rem;
  font-weight: bold;
}
.footer .access dl dt a {
  color: #333 !important;
}
.footer .access dl dd {
  margin-top: 10px;
  margin-left: 15px;
}
.footer .access dl dd a {
  color: #333 !important;
}
@media screen and (max-width: 959px) {
  .footer .access {
    margin-top: 80px;
    width: 100%;
  }
}
.footer .contact {
  width: 50%;
}
.footer .contact .contact-form .section-contact {
  font-size: 4.8rem;
  letter-spacing: 0.2em;
}
.footer .contact .contact-form .section-contact span {
  color: #EEC95C;
}
.footer .contact .contact-form .contact-para {
  margin-top: 16px;
}
.footer .contact .contact-form form {
  margin-top: 50px;
}
.footer .contact .contact-form form .form-contents hr {
  border: none;
}
.footer .contact .contact-form form .form-contents .form-list {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer .contact .contact-form form .form-contents .form-list:before {
  margin-bottom: 16px;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ddd;
}
.footer .contact .contact-form form .form-contents .form-list .form-ttl {
  margin-left: 5px;
  position: relative;
}
.footer .contact .contact-form form .form-contents .form-list .form-ttl .required {
  font-size: 2rem;
  color: #D5514A;
  position: absolute;
  right: -10px;
  top: -5px;
}
.footer .contact .contact-form form .form-contents .form-list .radio-list {
  width: 23.4722222222vw;
}
.footer .contact .contact-form form .form-contents .form-list .radio-list .wpcf7-list-item {
  margin-left: 0;
  margin-bottom: 1px;
  letter-spacing: 0;
  display: block;
}
.footer .contact .contact-form form .form-contents .form-list .radio-list .wpcf7-list-item input {
  position: absolute;
  opacity: 0;
}
.footer .contact .contact-form form .form-contents .form-list .radio-list .wpcf7-list-item .wpcf7-list-item-label {
  font-size: 1.3rem;
}
.footer .contact .contact-form form .form-contents .form-list .radio-list .wpcf7-list-item .wpcf7-list-item-label:before {
  content: "";
  display: inline-block;
  margin: 0 8px 0 0;
  width: 14px;
  height: 14px;
  border-color: transparent;
  border-radius: 50%;
  background-color: #ddd;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: ease 0.2s;
  vertical-align: -2px;
}
.footer .contact .contact-form form .form-contents .form-list .radio-list .wpcf7-list-item input:checked + .wpcf7-list-item-label:before {
  background-color: #EEC95C;
  box-shadow: 0 0 0 2px #f1f1f1, 0 0 0 3px #EEC95C;
}
.footer .contact .contact-form form .form-contents .form-list .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}
.footer .contact .contact-form form .form-contents .form-list p {
  width: 100%;
}
.footer .contact .contact-form form .form-contents .form-list .form-detail {
  display: block;
  padding: 14px 7px;
  width: 100%;
  font-size: 1.6rem;
  outline: none;
  border: none;
  border-radius: 0;
  background-color: #ddd;
  box-sizing: border-box;
}
.footer .contact .contact-form form .form-contents .form-list textarea {
  height: 150px;
}
.footer .contact .contact-form form .more-btn_wrapp {
  width: 100%;
}
@media screen and (max-width: 959px) {
  .footer .contact {
    width: 100%;
  }
  .footer .contact .contact-form form .form-contents .form-list .wpcf7-form-control-wrap {
    width: 70%;
  }
  .footer .contact .contact-form form .form-contents .form-list .wpcf7-form-control-wrap .radio-list {
    width: 100%;
  }
  .footer .contact .contact-form form .form-contents .form-list .wpcf7-form-control-wrap .form-detail {
    width: 100%;
    font-size: 1.4rem;
  }
  .footer .contact .contact-form form .form-contents .form-list .radio-list {
    width: 70%;
  }
  .footer .contact .contact-form form .form-contents .form-list .form-detail {
    width: 70%;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 519px) {
  .footer .contact .contact-form form .form-contents .form-list .wpcf7-form-control-wrap {
    width: 100%;
  }
  .footer .contact .contact-form form .form-contents .form-list .wpcf7-form-control-wrap .radio-list {
    width: 100%;
  }
  .footer .contact .contact-form form .form-contents .form-list .wpcf7-form-control-wrap .form-detail {
    width: 100%;
  }
  .footer .contact .contact-form form .form-contents .form-list .radio-list {
    width: -moz-fit-content;
    width: fit-content;
  }
  .footer .contact .contact-form form .form-contents .form-list .form-detail {
    width: 100%;
  }
}
.footer .copyright_wrapp {
  margin-top: 72px;
  margin-bottom: 70px;
  font-size: 1.4rem;
  text-align: center;
}

.section-group.show .section_ttl, .section-group.show .section_subttl {
  opacity: 1 !important;
  transform: none !important;
}

.news.show .news_section_ttl, .news.show tr, .news.show .more-btn_wrapp {
  opacity: 1 !important;
  transform: none !important;
}

.delayShow {
  opacity: 0;
}

.delayShowPara {
  opacity: 0;
  position: relative;
  bottom: -50px;
}

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 3s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.4, 0.4, 0, 1);
  opacity: 0;
}

.paraUp {
  animation-name: paraUpAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.4, 0.4, 0, 1);
}

@keyframes fadeUpAnime {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes paraUpAnime {
  0% {
    opacity: 0;
    bottom: -50px;
  }
  to {
    opacity: 1;
    bottom: 0px;
  }
}
.works .more-btn_wrapp.show {
  opacity: 1 !important;
  transform: none !important;
}

@keyframes showUp {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes downElements {
  0% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes showElements {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes bgExtendAnime {
  0% {
    transform-origin: top;
    transform: scaleY(0);
  }
  50% {
    transform-origin: top;
    transform: scaleY(1);
  }
  50.001% {
    transform-origin: bottom;
  }
  100% {
    transform-origin: bottom;
    transform: scaleY(0);
    opacity: 1;
  }
}
@keyframes bgExtendAnime2 {
  0% {
    transform-origin: top;
    transform: scaleY(0);
  }
  50% {
    transform-origin: top;
    transform: scaleY(1);
  }
  50.001% {
    transform-origin: bottom;
  }
  100% {
    transform-origin: bottom;
    transform: scaleY(0);
  }
}
.service .service-content.show {
  animation-name: showUp;
  animation-delay: 0s;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.4, 0.4, 0, 1);
}
.service .service-content.show .service_ttl_wrapp {
  animation-name: downElements;
  animation-delay: 0.5s;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
.service .service-content.show .service_ttl_wrapp .service_ttl {
  animation-name: showElements;
  animation-delay: 1s;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
.service .service-content.show .service_ttl_wrapp:before {
  animation-name: bgExtendAnime;
  animation-delay: 0.5s;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.4, 0.4, 0, 1);
}
.service .service-content.show .service_ttl_wrapp:after {
  animation-name: bgExtendAnime2;
  animation-delay: 0.3s;
  animation-duration: 0.2s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.4, 0.4, 0, 1);
}
.service .service-content.show .service_info {
  animation-name: showLRElements;
  animation-delay: 1.4s;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes slideLRElements {
  0% {
    transform: translateX(-20px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes showLRElements {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}
@keyframes bgLRExtendAnime {
  0% {
    transform-origin: left;
    transform: scaleX(0);
  }
  50% {
    transform-origin: left;
    transform: scaleX(1);
  }
  50.001% {
    transform-origin: right;
  }
  100% {
    transform-origin: right;
    transform: scaleX(0);
    opacity: 1;
  }
}
@keyframes bgLRExtendAnime2 {
  0% {
    transform-origin: left;
    transform: scaleX(0);
  }
  50% {
    transform-origin: left;
    transform: scaleX(1);
  }
  50.001% {
    transform-origin: right;
  }
  100% {
    transform-origin: right;
    transform: scaleX(0);
  }
}
.recruit_section-group.show .recruit_section_ttl_container {
  animation-name: slideLRElements;
  animation-delay: 0.5s;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
.recruit_section-group.show .recruit_section_ttl_container .recruit_section_ttl {
  animation-name: showLRElements;
  animation-delay: 1s;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
.recruit_section-group.show .recruit_section_ttl_container:before {
  animation-name: bgLRExtendAnime;
  animation-delay: 0.5s;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.4, 0.4, 0, 1);
}
.recruit_section-group.show .recruit_section_ttl_container:after {
  animation-name: bgLRExtendAnime2;
  animation-delay: 0.3s;
  animation-duration: 0.2s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.4, 0.4, 0, 1);
}

.recruit .more-btn_wrapp.show {
  opacity: 1 !important;
  transform: none !important;
}

.works-para.show {
  animation-name: showLRElements;
  animation-delay: 0.5s;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

.news-para.show {
  animation-name: showLRElements;
  animation-delay: 0.5s;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

.page-company .greeting.show .greeting-message {
  animation-name: showLRElements;
  animation-delay: 0.5s;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
.page-company .greeting.show .director-wrapp {
  animation-name: showLRElements;
  animation-delay: 1s;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
.page-company .greeting.show .director-name {
  animation-name: showLRElements;
  animation-delay: 1.2s;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

.page-recruit .greeting.show .director {
  animation-name: showLRElements;
  animation-delay: 0s;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
.page-recruit .greeting.show .director-name {
  animation-name: showLRElements;
  animation-delay: 0.5s;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
.page-recruit .greeting.show .director-message {
  animation-name: showLRElements;
  animation-delay: 1s;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
.page-recruit .elements-content_figures.show {
  animation-name: fadeUpAnime;
  animation-delay: 0s;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
.page-recruit .elements-content_ratio_wrapp.show .elements-content_ratio:nth-of-type(1) {
  animation-name: showLRElements;
  animation-delay: 0s;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
.page-recruit .elements-content_ratio_wrapp.show .elements-content_ratio:nth-of-type(2) {
  animation-name: showLRElements;
  animation-delay: 0.5s;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
.page-recruit .elements-content_ratio_wrapp.show .elements-content_ratio:nth-of-type(3) {
  animation-name: showLRElements;
  animation-delay: 1s;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
.page-recruit .slogan-contents li.show h3 {
  animation-name: showLRElements;
  animation-delay: 0s;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
.page-recruit .slogan-contents li.show p {
  animation-name: showLRElements;
  animation-delay: 0.5s;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

.more-btn_wrapp {
  margin-top: 50px;
  background-color: #333;
  box-sizing: border-box;
  min-width: 260px;
  width: -moz-fit-content;
  width: fit-content;
}
.more-btn_wrapp .more-btn {
  display: block;
  height: 72px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.more-btn_wrapp .more-btn span {
  display: block;
  color: #fff;
  line-height: 72px;
  transition: ease 0.4s;
  z-index: 1;
  position: relative;
}
.more-btn_wrapp .more-btn span:after {
  display: inline-block;
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #EEC95C;
  border-right: 2px solid #EEC95C;
  transform: translateX(12px) rotate(45deg);
  transition: cubic-bezier(1, 0, 0, 1) 0.4s;
}
.more-btn_wrapp .more-btn span:before {
  display: block;
  content: "";
  width: 0%;
  height: 100%;
  background-color: #f1f1f1;
  color: #333;
  position: absolute;
  top: 0;
  right: 0;
  transition: cubic-bezier(1, 0, 0, 1) 0.4s;
  z-index: -1;
}
.more-btn_wrapp .more-btn:hover span {
  color: #333;
  opacity: 1;
}
.more-btn_wrapp .more-btn:hover span::after {
  transform: translateX(20px) rotate(45deg);
  opacity: 1;
}
.more-btn_wrapp .more-btn:hover span::before {
  width: 100%;
  left: 0;
}
.more-btn_wrapp .more-btn button {
  padding: 0;
  width: 100%;
  height: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: none;
  font-size: 1.6rem;
  letter-spacing: 0.2em;
  cursor: pointer;
}
@media screen and (max-width: 519px) {
  .more-btn_wrapp {
    width: 100%;
  }
}

.news .more-btn_wrapp {
  transition: cubic-bezier(1, 0, 0, 1) 1s 0.7s;
  opacity: 0;
  transform: translateX(-20px);
}

.works .more-btn_wrapp {
  transition: cubic-bezier(1, 0, 0, 1) 1s 0.2s;
  opacity: 0;
  transform: translateX(-20px);
}

.recruit .more-btn_wrapp {
  transition: cubic-bezier(1, 0, 0, 1) 1s 1.2s;
  opacity: 0;
  transform: translateX(-20px);
}
.recruit .more-btn_wrapp .more-btn span {
  padding: 0 3rem;
  letter-spacing: 0.05em;
}

.pagination_wrapp {
  margin-top: 100px;
}
.pagination_wrapp .pagination {
  display: flex;
  list-style: none;
  justify-content: center;
}
.pagination_wrapp .pagination li:not(:first-of-type) {
  margin-left: 13px;
}
.pagination_wrapp .pagination li a {
  display: block;
  width: 32px;
  height: 32px;
  color: #333;
  line-height: 32px;
  text-align: center;
  border: solid 1px #333;
  border-radius: 50%;
  box-sizing: border-box;
  transition: cubic-bezier(1, 0, 0, 1) 0.3s;
}
.pagination_wrapp .pagination li a:hover {
  background-color: #f1f1f1;
}
.pagination_wrapp .pagination li .current {
  background-color: #333;
  color: #fff;
}
.pagination_wrapp .pagination li .current:hover {
  opacity: 0.8;
}

.nav-recruit a:after {
  bottom: -5px !important;
  opacity: 1 !important;
}

.recruit-mv {
  margin-top: 155px;
  position: relative;
}
.recruit-mv-slider {
  width: 100%;
  height: 547px;
  position: relative;
}
@media screen and (max-width: 959px) {
  .recruit-mv {
    margin-top: 0;
    padding-top: 100px;
  }
}
.recruit-mv-copy {
  font-size: 3.7rem;
  font-weight: bold;
  color: #EEC95C;
  letter-spacing: 0.2em;
  white-space: nowrap;
  writing-mode: vertical-rl;
  position: absolute;
  top: 20%;
  right: 20%;
  z-index: 10;
}
.recruit-mv-copy span {
  padding: 6px;
  position: relative;
}
.recruit-mv-copy span:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  z-index: -1;
}
@media screen and (max-width: 959px) {
  .recruit-mv-copy {
    top: 35%;
    right: 10%;
  }
}
@media screen and (max-width: 519px) {
  .recruit-mv-copy {
    top: 35%;
    right: 5%;
  }
}

.greeting {
  margin-top: 60px;
}
.greeting .director {
  font-size: 2.4rem;
  font-weight: bold;
  opacity: 0;
  transform: translateX(-20px);
}
.greeting .director-name {
  font-size: 1.4rem;
  opacity: 0;
  transform: translateX(-20px);
}
.greeting .director-message {
  margin-top: 30px;
  width: 49.5138888889vw;
  letter-spacing: 0.2em;
  opacity: 0;
  transform: translateX(-20px);
}
@media screen and (max-width: 959px) {
  .greeting .director-message {
    width: 100%;
  }
}
.elements {
  margin-top: 120px;
}
.elements .elements-content {
  margin-top: 60px;
}
.elements .elements-content_figures_wrapp {
  display: flex;
  justify-content: center;
}
.elements .elements-content_figures_wrapp .elements-content_figures {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
  width: 29.1666666667vw;
  height: 16.6666666667vw;
  color: #f1f1f1;
  background-color: #EEC95C;
  opacity: 0;
  transform: translateY(50px);
}
.elements .elements-content_figures_wrapp .elements-content_figures dt {
  margin-top: 1.2em;
}
.elements .elements-content_figures_wrapp .elements-content_figures dd {
  margin-top: 5%;
  display: flex;
}
.elements .elements-content_figures_wrapp .elements-content_figures dd img {
  width: 5.5555555556vw;
}
.elements .elements-content_figures_wrapp .elements-content_figures dd span {
  margin-left: 0.2em;
  align-self: flex-end;
  font-size: 2.4rem;
  line-height: 1;
  transform: translateY(0.2em);
}
.elements .elements-content_figures_wrapp .elements-content_figures:nth-of-type(2) {
  margin-left: 2.7777777778vw;
}
@media screen and (max-width: 959px) {
  .elements .elements-content_figures_wrapp .elements-content_figures {
    width: calc(50% - 10px);
    height: 30vw;
  }
  .elements .elements-content_figures_wrapp .elements-content_figures dd img {
    width: 65px;
  }
  .elements .elements-content_figures_wrapp .elements-content_figures dd span {
    font-size: 2rem;
  }
  .elements .elements-content_figures_wrapp .elements-content_figures:nth-of-type(2) {
    margin-left: 20px;
  }
}
@media screen and (max-width: 519px) {
  .elements .elements-content_figures_wrapp {
    flex-direction: column;
  }
  .elements .elements-content_figures_wrapp .elements-content_figures {
    width: 100%;
    height: 200px;
  }
  .elements .elements-content_figures_wrapp .elements-content_figures dt {
    bottom: 20%;
  }
  .elements .elements-content_figures_wrapp .elements-content_figures:nth-of-type(2) {
    margin-top: 20px;
    margin-left: 0px;
  }
}
.elements .elements-content_ratio_wrapp {
  margin: 80px auto 0;
  width: 61.1111111111vw;
}
.elements .elements-content_ratio_wrapp .elements-content_ratio {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  opacity: 0;
  transform: translateX(-20px);
}
.elements .elements-content_ratio_wrapp .elements-content_ratio dt {
  margin-right: 10px;
  width: 110px;
  line-height: 1;
}
.elements .elements-content_ratio_wrapp .elements-content_ratio dd {
  display: flex;
  width: 100%;
  height: 32px;
}
@media screen and (max-width: 959px) {
  .elements .elements-content_ratio_wrapp {
    margin: 80px auto 0;
    width: 100%;
  }
}
@media screen and (max-width: 519px) {
  .elements .elements-content_ratio_wrapp .elements-content_ratio {
    flex-direction: column;
  }
  .elements .elements-content_ratio_wrapp .elements-content_ratio dd {
    margin-top: 10px;
  }
}
.elements .elements-content_ratio_wrapp .sex .male {
  width: 90%;
  height: 10px;
  background: #eec95c;
}
.elements .elements-content_ratio_wrapp .sex .male:after {
  display: block;
  margin-top: 15px;
  content: "男性";
  font-size: 1rem;
}
.elements .elements-content_ratio_wrapp .sex .female {
  width: 10%;
  height: 10px;
  background: rgba(238, 201, 92, 0.5);
}
.elements .elements-content_ratio_wrapp .sex .female:after {
  display: block;
  margin-top: 15px;
  content: "女性";
  font-size: 1rem;
}
.elements .elements-content_ratio_wrapp .age .over-21 {
  width: 23.0769230769%;
  height: 10px;
  background: #eec95c;
}
.elements .elements-content_ratio_wrapp .age .over-21:after {
  display: block;
  margin-top: 15px;
  content: "20歳〜";
  font-size: 1rem;
}
.elements .elements-content_ratio_wrapp .age .over-31 {
  width: 30.7692307692%;
  height: 10px;
  background: rgba(238, 201, 92, 0.8);
}
.elements .elements-content_ratio_wrapp .age .over-31:after {
  display: block;
  margin-top: 15px;
  content: "30歳〜";
  font-size: 1rem;
}
.elements .elements-content_ratio_wrapp .age .over-41 {
  width: 23.0769230769%;
  height: 10px;
  background: rgba(238, 201, 92, 0.6);
}
.elements .elements-content_ratio_wrapp .age .over-41:after {
  display: block;
  margin-top: 15px;
  content: "40歳〜";
  font-size: 1rem;
}
.elements .elements-content_ratio_wrapp .age .over-51 {
  width: 15.3846153846%;
  height: 10px;
  background: rgba(238, 201, 92, 0.4);
}
.elements .elements-content_ratio_wrapp .age .over-51:after {
  display: block;
  margin-top: 15px;
  content: "50歳〜";
  font-size: 1rem;
}
.elements .elements-content_ratio_wrapp .age .over-61 {
  width: 7.6923076923%;
  height: 10px;
  background: rgba(238, 201, 92, 0.2);
}
.elements .elements-content_ratio_wrapp .age .over-61:after {
  display: block;
  margin-top: 15px;
  content: "60歳〜";
  font-size: 1rem;
}
.elements .elements-content_ratio_wrapp .serve .over-0 {
  width: 15.3846153846%;
  height: 10px;
  background: #eec95c;
}
.elements .elements-content_ratio_wrapp .serve .over-0:after {
  display: block;
  margin-top: 15px;
  content: "1年〜";
  font-size: 1rem;
}
.elements .elements-content_ratio_wrapp .serve .over-4 {
  width: 23.0769230769%;
  height: 10px;
  background: rgba(238, 201, 92, 0.8);
}
.elements .elements-content_ratio_wrapp .serve .over-4:after {
  display: block;
  margin-top: 15px;
  content: "3年〜";
  font-size: 1rem;
}
.elements .elements-content_ratio_wrapp .serve .over-6 {
  width: 15.3846153846%;
  height: 10px;
  background: rgba(238, 201, 92, 0.6);
}
.elements .elements-content_ratio_wrapp .serve .over-6:after {
  display: block;
  margin-top: 15px;
  content: "5年〜";
  font-size: 1rem;
}
.elements .elements-content_ratio_wrapp .serve .over-11 {
  width: 46.1538461538%;
  height: 10px;
  background: rgba(238, 201, 92, 0.4);
}
.elements .elements-content_ratio_wrapp .serve .over-11:after {
  display: block;
  margin-top: 15px;
  content: "10年〜";
  font-size: 1rem;
}

.slogan {
  margin-top: 120px;
}
.slogan-contents {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 959px) {
  .slogan-contents {
    flex-direction: column;
  }
}
.slogan-contents ul {
  width: 43.0555555556vw;
}
.slogan-contents ul li:not(:first-of-type) {
  margin-top: 60px;
}
.slogan-contents ul li h3 {
  margin-left: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  position: relative;
  opacity: 0;
  transform: translateX(-20px);
}
.slogan-contents ul li h3:before {
  content: "";
  width: 14px;
  height: 14px;
  background-color: #EEC95C;
  position: absolute;
  top: 12px;
  left: -24px;
}
.slogan-contents ul li p {
  margin-top: 20px;
  margin-left: 3.4722222222vw;
  opacity: 0;
  transform: translateX(-20px);
}
@media screen and (max-width: 959px) {
  .slogan-contents ul {
    width: 100%;
  }
}
.slogan-contents figure {
  margin-top: 15px;
  margin-right: -10.4166666667vw;
  width: 45.1388888889vw;
  align-self: auto;
  overflow: hidden;
}
.slogan-contents figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 959px) {
  .slogan-contents figure {
    margin-top: 60px;
    margin-left: -5vw;
    width: 100vw;
    height: 300px;
  }
}
.recruit-message {
  margin-top: 120px;
  margin-left: auto;
  margin-right: auto;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 3rem;
  font-weight: bold;
  background-image: linear-gradient(90deg, #EEC95C 50%, transparent 50%);
  background-size: 200% 40%;
  background-position: 100% bottom;
  background-position: 0 bottom;
  background-repeat: no-repeat;
  transition: cubic-bezier(1, 0, 0, 1) 0.4s;
}
@media screen and (max-width: 959px) {
  .recruit-message {
    margin-top: 80px;
    font-size: 2.4rem;
    background: none;
  }
}
@media screen and (max-width: 519px) {
  .recruit-message {
    font-size: 2rem;
  }
}

.is-fixed {
  background-position: 0 bottom;
}/*# sourceMappingURL=page-recruit.css.map */