@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  list-style: none;
}
*:before, *:after {
  box-sizing: border-box;
}
*:focus {
  outline: none;
}

html {
  font-size: 62.5%;
  min-height: 100%;
  -webkit-overflow-scrolling: touch;
  position: relative;
  scroll-behavior: smooth;
}

body {
  font-family: YakuHanJP, "ryo-gothic-plusn", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.1vw;
  color: #000000;
  background: #ffffff;
  position: relative;
  z-index: 0;
}
body img {
  max-width: 100%;
  width: 100%;
}
body.no-scroll {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 3.8vw;
  }
  body img {
    pointer-events: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

.sp_inline {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp_inline {
    display: inline-block;
  }
}

.ec_span {
  letter-spacing: -0.12em;
  padding-right: 0.2vw;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}
.flex {
  display: flex;
}

.grid {
  display: grid;
}

section {
  position: relative;
  z-index: 0;
}
section .inner {
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  section .inner-introduction {
    width: 95%;
    max-width: 90.654vw;
  }
}
section .inner-about {
  width: 95%;
  max-width: 92.708vw;
}
@media screen and (max-width: 767px) {
  section .inner-about {
    max-width: 90.654vw;
  }
}
section .inner-entry {
  margin: 0;
  max-width: 90.104vw;
}
@media screen and (max-width: 767px) {
  section .inner-entry {
    width: 100%;
    max-width: none;
  }
}
section .inner-data {
  max-width: 79.167vw;
}
@media screen and (max-width: 767px) {
  section .inner-data {
    max-width: 90.654vw;
  }
}
section .inner-careerpass {
  max-width: 79.375vw;
}
@media screen and (max-width: 767px) {
  section .inner-careerpass {
    max-width: 89.953vw;
  }
}
section .inner-feature {
  max-width: 77.448vw;
  margin: 0;
  margin-left: 10.156vw;
}
@media screen and (max-width: 767px) {
  section .inner-feature {
    max-width: 83.411vw;
    margin: 0 auto;
  }
}
section .inner-benefits {
  max-width: 76.615vw;
  margin: 0;
  margin-left: 10.313vw;
}
@media screen and (max-width: 767px) {
  section .inner-benefits {
    max-width: 90.421vw;
    margin: 0 auto;
  }
}
section .inner-faq {
  max-width: 74.01vw;
}
@media screen and (max-width: 767px) {
  section .inner-faq {
    max-width: 90.654vw;
  }
}

.scroll_down {
  position: absolute;
}
.scroll_down:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -0.208vw;
  width: 0.573vw;
  height: 0.573vw;
  border-radius: 50%;
  background: #ed4d1c;
  animation: circlemove 1.2s ease-in-out infinite, cirlemovehide 1.2s ease-out infinite;
  z-index: 1;
}
.scroll_down#index-scroll_down {
  opacity: 0;
  transition: all 0.4s;
}
.scroll_down#index-scroll_down.active {
  opacity: 1;
}
.scroll_down:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0.104vw;
  height: 3.646vw;
  background: #000;
}
.scroll_down a {
  position: absolute;
  left: -0.469vw;
  bottom: 4.01vw;
  color: #000000;
  font-size: 0.938vw;
  font-family: "montserrat", sans-serif;
  font-style: normal;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.14em;
  writing-mode: vertical-lr;
  text-decoration: none;
  text-transform: uppercase;
}
.scroll_down-mv {
  top: 20.313vw;
  right: 4.427vw;
}
.scroll_down-page {
  top: 35.5vw;
  right: 4.427vw;
}
.scroll_down-job {
  bottom: 4.688vw;
  bottom: 0;
  left: -1vw;
}
.scroll_down-modal {
  bottom: 1.042vw;
  left: 50%;
  right: auto;
  z-index: 1;
  transition: opacity 0.3s ease, visibility 0.3s;
  opacity: 1;
  visibility: visible;
}
.scroll_down-modal.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .scroll_down:before {
    left: -0.935vw;
    width: 2.336vw;
    height: 2.336vw;
    animation: circlemove-sp 1.2s ease-in-out infinite, cirlemovehide 1.2s ease-out infinite;
  }
  .scroll_down:after {
    width: 0.234vw;
    height: 19.86vw;
  }
  .scroll_down a {
    left: -1.636vw;
    bottom: 21.729vw;
    font-size: 2.804vw;
  }
  .scroll_down-mv {
    top: 117vw;
    right: 4.6vw;
  }
  .scroll_down-page {
    display: none;
  }
  .scroll_down-job {
    top: 163vw;
    bottom: auto;
  }
  .scroll_down-job.-left {
    left: -5vw;
  }
  .scroll_down-job.-right {
    left: auto;
    right: -1vw;
  }
  .scroll_down-modal {
    display: none;
  }
}

.bg_line {
  width: 110%;
  height: 2.083vw;
  background-color: #ff3a00;
  position: absolute;
  top: 0px;
  left: -5.365vw;
  z-index: -1;
  transform: rotate(12deg) scale(0, 1);
  transform-origin: left top;
  transition: all 0.2s;
}
.bg_line-01.active {
  transform: rotate(12deg) scale(1, 1);
  transition-delay: 1.5s;
}
@media screen and (max-width: 767px) {
  .bg_line-01 {
    width: 190%;
    height: 9.346vw;
    top: 4.673vw;
    transform: rotate(49deg) scale(0, 1);
  }
  .bg_line-01.active {
    transform: rotate(49deg) scale(1, 1);
  }
}
.bg_line-02 {
  height: 8.333vw;
  background-color: #ed4d1c;
  top: 12.5vw;
  transform: rotate(-6deg) scale(0, 1);
  z-index: 10;
  transition: all 0.3s;
}
.bg_line-02::before {
  content: "";
  width: 100%;
  height: 3.49vw;
  background-image: url(../images/bg_line_txt.webp);
  background-repeat: repeat-x;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0;
  opacity: 0;
  transform: translateY(-50%);
  transition: all 0.4s;
}
.bg_line-02.active {
  transform: rotate(-6deg) scale(1, 1);
  transition-delay: 1.7s;
}
.bg_line-02.active::before {
  opacity: 1;
  animation: scroll-bg 15s linear infinite;
  transition-delay: 2s;
}
@media screen and (max-width: 767px) {
  .bg_line-02 {
    height: 23vw;
    top: 66vw;
  }
  .bg_line-02::before {
    height: 9vw;
    background-size: cover;
  }
  .bg_line-02.active::before {
    animation: scroll-bg-sp 65s linear infinite;
  }
}
.bg_line-03 {
  height: 1.302vw;
  background-color: #ed4d1c;
  top: auto;
  bottom: 27vw;
}
.bg_line-03.active {
  transform: rotate(13deg) scale(1, 1);
}
@media screen and (max-width: 767px) {
  .bg_line-03 {
    width: 160%;
    height: 5.841vw;
    bottom: 100vw;
    transform: rotate(40deg) scale(0, 1);
  }
  .bg_line-03.active {
    transform: rotate(40deg) scale(1, 1);
  }
}
.bg_line-04 {
  height: 1.302vw;
  background-color: #ed4d1c;
  top: auto;
  bottom: 0;
  transform: rotate(-6deg) scale(0, 1);
}
.bg_line-04.active {
  transform: rotate(-6deg) scale(1, 1);
}
@media screen and (max-width: 767px) {
  .bg_line-04 {
    height: 9.346vw;
    bottom: 7.009vw;
    transform: rotate(-15deg) scale(0, 1);
  }
  .bg_line-04.active {
    transform: rotate(-15deg) scale(1, 1);
  }
}
.bg_line-05 {
  height: 1vw;
  background-color: #ed4d1c;
  top: -9vw;
  transform: rotate(9deg) scale(0, 1);
}
.bg_line-05.active {
  transform: rotate(9deg) scale(1, 1);
}
@media screen and (max-width: 767px) {
  .bg_line-05 {
    width: 130%;
    height: 5.841vw;
    top: -23vw;
    transform: rotate(16deg) scale(0, 1);
  }
  .bg_line-05.active {
    transform: rotate(16deg) scale(1, 1);
  }
}
.bg_line-06 {
  height: 1.302vw;
  background-color: #ed4d1c;
  top: 14vw;
  transform: rotate(-7deg) scale(0, 1);
}
.bg_line-06.active {
  transform: rotate(-7deg) scale(1, 1);
}
@media screen and (max-width: 767px) {
  .bg_line-06 {
    height: 9.346vw;
    top: -2vw;
    transform: rotate(-2deg) scale(0, 1);
  }
  .bg_line-06.active {
    transform: rotate(-2deg) scale(1, 1);
  }
}
.bg_line-07 {
  height: 1vw;
  background-color: #ed4d1c;
  top: auto;
  bottom: 19.5vw;
  transform: rotate(-7deg) scale(0, 1);
  transform-origin: right top;
}
.bg_line-07.active {
  transform: rotate(-7deg) scale(1, 1);
}
@media screen and (max-width: 767px) {
  .bg_line-07 {
    height: 5.841vw;
    bottom: 69vw;
    transform: rotate(-11deg) scale(0, 1);
  }
  .bg_line-07.active {
    transform: rotate(-11deg) scale(1, 1);
  }
}
.bg_line-08 {
  background-color: #ed4d1c;
  width: 60%;
  top: -1.562vw;
  left: -50.5vw;
  transform: rotate(-79deg) scale(0, 1);
  transform-origin: right top;
  transition: all 0.3s;
}
.bg_line-08.active {
  transform: rotate(-79deg) scale(1, 1);
  transition-delay: 1.5s;
}
@media screen and (max-width: 767px) {
  .bg_line-08 {
    width: 200%;
    height: 4.673vw;
    left: -195.5vw;
    transform: rotate(-87deg) scale(0, 1);
    transition: all 0.45s;
  }
  .bg_line-08.active {
    transform: rotate(-87deg) scale(1, 1);
  }
}
.bg_line-09 {
  background-color: #ed4d1c;
  top: auto;
  bottom: 1px;
  transform: rotate(2deg) scale(0, 1);
}
.bg_line-09.active {
  transform: rotate(2deg) scale(1, 1);
}
@media screen and (max-width: 767px) {
  .bg_line-09 {
    height: 3.505vw;
  }
}
.bg_line-010 {
  background-color: #ed4d1c;
  top: auto;
  bottom: -12.5vw;
  transform: rotate(-6deg) scale(0, 1);
  z-index: 20;
}
@media screen and (max-width: 767px) {
  .bg_line-010 {
    height: 7.009vw;
  }
}
.bg_line-011 {
  background-color: #ed4d1c;
  top: auto;
  bottom: 0px;
  transform: rotate(7deg) scale(0, 1);
  z-index: 20;
}
@media screen and (max-width: 767px) {
  .bg_line-011 {
    height: 9.346vw;
    bottom: -7vw;
  }
}
.bg_line-012 {
  background-color: #ed4d1c;
  transform: rotate(5deg) scale(0, 1);
}
@media screen and (max-width: 767px) {
  .bg_line-012 {
    top: 28.738vw;
    height: 7.009vw;
    transform: rotate(9deg) scale(0, 1);
  }
}
.bg_line-013 {
  background-color: #ed4d1c;
  width: 50%;
  height: 1.042vw;
  top: -1.042vw;
  transform: rotate(-10deg) scale(0, 1);
  transform-origin: right top;
}
@media screen and (max-width: 767px) {
  .bg_line-013 {
    width: 120%;
    top: 14.019vw;
    height: 4.673vw;
    transform: rotate(-13deg) scale(0, 1);
  }
}

.bg_line_box {
  position: absolute;
  width: 100%;
  bottom: 0;
  pointer-events: none;
}
.bg_line_box-top {
  top: 0;
}
.bg_line_box.active .bg_line-010 {
  transform: rotate(-6deg) scale(1, 1);
}
.bg_line_box.active .bg_line-011 {
  transform: rotate(7deg) scale(1, 1);
}
.bg_line_box.active .bg_line-012 {
  transform: rotate(5deg) scale(1, 1);
}
@media screen and (max-width: 767px) {
  .bg_line_box.active .bg_line-012 {
    transform: rotate(9deg) scale(1, 1);
  }
}
.bg_line_box.active .bg_line-013 {
  transform: rotate(-10deg) scale(1, 1);
}
@media screen and (max-width: 767px) {
  .bg_line_box.active .bg_line-013 {
    transform: rotate(-13deg) scale(1, 1);
  }
}

.bg_slider {
  width: 150%;
  height: 19.792vw;
  position: absolute;
  top: auto;
  bottom: 5vw;
  left: -1vw;
  z-index: -1;
  transform: rotate(-5deg);
}
.bg_slider::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/pic_slider.webp);
  background-repeat: repeat-x;
  background-size: 197.5vw 19.792vw;
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  animation: scroll-bg-02-reverse 40s linear infinite;
}
@media screen and (max-width: 767px) {
  .bg_slider {
    width: 300%;
    height: 44vw;
    bottom: 63vw;
    left: -3vw;
  }
  .bg_slider::before {
    background-size: 413vw 44vw;
    animation: scroll-bg-02 60s linear infinite;
  }
  .bg_slider-sp {
    bottom: 19.8vw;
  }
  .bg_slider-sp::before {
    animation: scroll-bg-02-reverse-sp 60s linear infinite;
  }
}

a.a-txt {
  color: #ed4d1c;
  padding-bottom: 2px;
  text-decoration: underline;
  text-underline-offset: 5px;
  transition: all 0.4s;
}
@media screen and (min-width: 767px) {
  a.a-txt:hover {
    opacity: 0.6;
  }
}

.heading_box_a {
  display: inline-block;
  transition: all 0.4s;
}
@media screen and (min-width: 767px) {
  .heading_box_a:hover {
    opacity: 0.6;
  }
}
.heading_box_a .heading_box {
  align-items: center;
}
.heading_box_a .heading_box .logo {
  width: 12.083vw;
  position: relative;
  padding-right: 1.771vw;
  margin-right: 1.25vw;
}
.heading_box_a .heading_box .logo::after {
  content: "";
  width: 0.052vw;
  height: 1.875vw;
  background-color: #000000;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.heading_box_a .heading_box h1 {
  font-size: 1.354vw;
  letter-spacing: 0.04em;
}
.heading_box_a .heading_box .heading_h1 {
  font-size: 1.875vw;
  letter-spacing: 0.04em;
}
.heading_box_a .heading_box-header {
  padding-top: 1.719vw;
  margin-left: 3.646vw;
}
.heading_box_a .heading_box-footer .logo {
  width: 17.292vw;
}
.heading_box_a .heading_box-footer .logo::after {
  width: 0.104vw;
  height: 3.073vw;
  background-color: #ffffff;
}
.heading_box_a .heading_box-footer .logo img {
  filter: brightness(0) invert(1);
}
@media screen and (max-width: 767px) {
  .heading_box_a .heading_box .logo {
    width: 23.364vw;
    padding-right: 3.505vw;
    margin-right: 3.505vw;
  }
  .heading_box_a .heading_box .logo::after {
    width: 0.234vw;
    height: 5.14vw;
  }
  .heading_box_a .heading_box h1 {
    font-size: 2.804vw;
  }
  .heading_box_a .heading_box .heading_h1 {
    font-size: 3.738vw;
  }
  .heading_box_a .heading_box-header {
    padding-top: 4.673vw;
    margin-left: 4.673vw;
  }
  .heading_box_a .heading_box-footer .logo {
    width: 35.047vw;
  }
  .heading_box_a .heading_box-footer .logo::after {
    width: 0.234vw;
    height: 5.374vw;
  }
}

h2.h2-mv {
  width: 63.469vw;
  margin-top: -4vw;
  margin-left: 8.7vw;
  position: relative;
  z-index: 30;
}
h2.h2-mv img {
  opacity: 0;
  transform: translateY(10%);
  transition: all ease-in-out 0.5s;
}
h2.h2-mv.active img {
  opacity: 1;
  transform: translateY(0%);
  transition-delay: 2s;
}
@media screen and (max-width: 767px) {
  h2.h2-mv {
    width: 65.654vw;
    margin-top: -30.7vw;
    margin-left: 3.802vw;
  }
}
h2.h2-pageabout {
  font-family: "montserrat", "ryo-gothic-plusn", sans-serif;
  font-size: 4.792vw;
  font-weight: 600;
  letter-spacing: 0.04em;
}
h2.h2-pageabout span {
  font-size: 1.25vw;
  font-weight: 700;
  letter-spacing: 0.06em;
  display: block;
}
@media screen and (max-width: 767px) {
  h2.h2-pageabout {
    font-size: 11.682vw;
  }
  h2.h2-pageabout span {
    font-size: 3.271vw;
    letter-spacing: 0.02em;
  }
}

h3.h3-about {
  font-size: 2.5vw;
  line-height: 1.45;
  font-weight: 900;
}
h3.h3-about span {
  color: #ed4d1c;
}
@media screen and (max-width: 767px) {
  h3.h3-about {
    font-size: 6.542vw;
    line-height: 1.5;
  }
  h3.h3-about small {
    font-size: 100%;
  }
}
h3.h3-job {
  font-size: 2.292vw;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
h3.h3-job span {
  color: #ed4d1c;
}
@media screen and (max-width: 767px) {
  h3.h3-job {
    font-size: 6.542vw;
    line-height: 1.57;
  }
  h3.h3-job small {
    font-size: 100%;
  }
}
h3.h3-career_step {
  font-family: "montserrat", "ryo-gothic-plusn", sans-serif;
  font-size: 3.854vw;
  font-weight: 600;
  opacity: 0;
  transform: translateY(10%);
  transition: all ease-out 0.4s;
}
h3.h3-career_step span {
  font-size: 1.146vw;
  font-weight: 700;
  letter-spacing: 0.06em;
  display: block;
}
@media screen and (max-width: 767px) {
  h3.h3-career_step {
    font-size: 9.346vw;
  }
  h3.h3-career_step span {
    font-size: 3.738vw;
  }
}
h3.h3-data, h3.h3-career_pass, h3.h3-movie, h3.h3-feature, h3.h3-guidelines, h3.h3-benefits, h3.h3-flow {
  font-family: "montserrat", "ryo-gothic-plusn", sans-serif;
  color: #ffffff;
  font-size: 3.854vw;
  font-weight: 600;
  opacity: 0;
  transform: translateY(10%);
  transition: all ease-out 0.4s;
}
h3.h3-data span, h3.h3-career_pass span, h3.h3-movie span, h3.h3-feature span, h3.h3-guidelines span, h3.h3-benefits span, h3.h3-flow span {
  font-size: 1.146vw;
  font-weight: 700;
  letter-spacing: 0.06em;
  display: block;
}
h3.h3-data.active, h3.h3-career_pass.active, h3.h3-movie.active, h3.h3-feature.active, h3.h3-guidelines.active, h3.h3-benefits.active, h3.h3-flow.active {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 767px) {
  h3.h3-data, h3.h3-career_pass, h3.h3-movie, h3.h3-feature, h3.h3-guidelines, h3.h3-benefits, h3.h3-flow {
    font-size: 9.346vw;
  }
  h3.h3-data span, h3.h3-career_pass span, h3.h3-movie span, h3.h3-feature span, h3.h3-guidelines span, h3.h3-benefits span, h3.h3-flow span {
    font-size: 3.738vw;
  }
}
h3.h3-career_pass {
  opacity: 1;
  transform: translateY(0);
}
h3.h3-movie, h3.h3-feature, h3.h3-guidelines, h3.h3-benefits, h3.h3-flow {
  color: #ed4d1c;
}
h3.h3-entry {
  display: flex;
  align-items: center;
  font-size: 2.083vw;
  line-height: 1.7;
  letter-spacing: 0.06em;
  font-weight: 900;
  color: #ffffff;
  background: url(../images/entry_title_bg.webp) no-repeat #ed4d1c left 5.552vw center/71%;
  width: 37.344vw;
  height: 19.531vw;
  border-top-right-radius: 1.563vw;
  border-bottom-right-radius: 1.563vw;
  padding-left: 10.417vw;
  transform: translateX(-100%);
  transition: all ease-out 0.4s;
}
h3.h3-entry.active {
  transform: translateX(0%);
}
@media screen and (max-width: 767px) {
  h3.h3-entry {
    font-size: 6.542vw;
    letter-spacing: 0.02em;
    background: url(../images/sp/entry_title_bg.webp) no-repeat #ed4d1c left 35px center/86%;
    width: 91.589vw;
    height: 45.794vw;
    border-top-right-radius: 4.673vw;
    border-bottom-right-radius: 4.673vw;
    padding-left: 8.178vw;
  }
}
h3.h3-faq {
  justify-content: center;
  align-items: center;
  opacity: 0;
  transform: translateY(10%);
  transition: all ease-out 0.4s;
}
h3.h3-faq.active {
  opacity: 1;
  transform: translateY(0);
}
h3.h3-faq .faq_title-en {
  font-family: "montserrat", sans-serif;
  font-style: normal;
  font-size: 3.854vw;
  font-weight: 600;
  position: relative;
  padding-right: 1.563vw;
  margin-right: 1.563vw;
}
h3.h3-faq .faq_title-en::after {
  content: "";
  width: 0.104vw;
  height: 3.229vw;
  background-color: #000000;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
h3.h3-faq .faq_title-ja {
  font-size: 3.229vw;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  h3.h3-faq .faq_title-en {
    font-size: 9.346vw;
    padding-right: 3.505vw;
    margin-right: 3.505vw;
  }
  h3.h3-faq .faq_title-en::after {
    width: 0.467vw;
    height: 7.944vw;
  }
  h3.h3-faq .faq_title-ja {
    font-size: 7.477vw;
  }
}

h4.h4-about {
  font-family: "montserrat", "ryo-gothic-plusn", sans-serif;
  font-size: 0.833vw;
  font-weight: 900;
}
h4.h4-about span {
  display: block;
  font-size: 2.083vw;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  h4.h4-about {
    font-size: 1.869vw;
  }
  h4.h4-about span {
    font-size: 4.206vw;
  }
}
h4.h4-about-product {
  color: #d1683e;
}
h4.h4-about-fmd {
  color: #5586bc;
}
h4.h4-about-contents {
  color: #dbadc8;
}
h4.h4-about-ec {
  color: #f4d54b;
}
h4.h4-about-lmd {
  color: #0f9d78;
}
h4.h4-about-hd {
  color: #ff9e23;
}
h4.h4-steptitle {
  width: 13.802vw;
  height: 2.865vw;
  font-family: "montserrat", sans-serif;
  font-style: normal;
  background-color: #ed4d1c;
  color: #ffffff;
  font-size: 1.927vw;
  font-weight: 600;
  text-align: center;
  border-radius: 1.563vw;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -1.406vw;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  h4.h4-steptitle {
    width: 35.748vw;
    height: 7.477vw;
    font-size: 5.14vw;
    top: -3.738vw;
    border-radius: 7.009vw;
  }
}
h4.h4-careerpass_li_title {
  text-align: left;
  width: 20%;
}
h4.h4-careerpass_li_title .jobname_txt {
  font-size: 2.292vw;
  line-height: 1;
  font-weight: 900;
  margin-top: 0;
}
h4.h4-careerpass_li_title .jobname_txt small {
  display: block;
  font-size: 50%;
  line-height: 1.4;
  margin-top: 0.781vw;
}
@media screen and (max-width: 767px) {
  h4.h4-careerpass_li_title {
    text-align: center;
    width: 100%;
  }
  h4.h4-careerpass_li_title .jobname_txt {
    font-size: 7.944vw;
    margin-top: 0;
  }
  h4.h4-careerpass_li_title .jobname_txt small {
    margin-top: 2.336vw;
  }
}
h4.h4-job {
  font-size: 2.396vw;
  font-weight: 900;
  letter-spacing: 0.04em;
  line-height: 1.4;
  margin-top: 1.302vw;
}
@media screen and (max-width: 767px) {
  h4.h4-job {
    font-size: 5.607vw;
    margin-top: 4.206vw;
  }
}

.job_cppy .job_cppy_en {
  font-family: YakuHanJP, "montserrat", "ryo-gothic-plusn", sans-serif;
  font-size: 3.125vw;
  font-weight: 500;
  padding-right: 1.563vw;
  margin-right: 1.563vw;
  position: relative;
}
.job_cppy .job_cppy_en::after {
  content: "";
  width: 0.104vw;
  height: 3.281vw;
  background-color: #000000;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.job_cppy .job_cppy_ja {
  font-size: 1.354vw;
  line-height: 1.38;
  font-weight: 900;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .job_cppy {
    margin-top: 4.673vw;
  }
  .job_cppy .job_cppy_en {
    font-size: 7.71vw;
    padding-right: 4.206vw;
    margin-right: 4.206vw;
  }
  .job_cppy .job_cppy_en::after {
    width: 0.467vw;
    height: 8.178vw;
  }
  .job_cppy .job_cppy_ja {
    font-size: 3.271vw;
  }
}
.job_cppy-product {
  color: #d1683e;
}
.job_cppy-product .job_cppy_en::after {
  background-color: #d1683e;
}
.job_cppy-fmd {
  color: #4487c0;
}
.job_cppy-fmd .job_cppy_en::after {
  background-color: #4487c0;
}
.job_cppy-lmd {
  color: #0f9d78;
}
.job_cppy-lmd .job_cppy_en::after {
  background-color: #0f9d78;
}
.job_cppy-contents {
  color: #e3aac9;
}
.job_cppy-contents .job_cppy_en::after {
  background-color: #e3aac9;
}
.job_cppy-ec {
  color: #f9d314;
}
.job_cppy-ec .job_cppy_en::after {
  background-color: #f9d314;
}
.job_cppy-hd {
  color: #ff9e23;
}
.job_cppy-hd .job_cppy_en::after {
  background-color: #ff9e23;
}

.btn_orange {
  font-family: "montserrat", "ryo-gothic-plusn", sans-serif;
  width: 25.365vw;
  height: 8.438vw;
  color: #ffffff;
  background-color: #ed4d1c;
  border-radius: 4.167vw;
  display: flex;
  align-items: center;
  padding-left: 3.125vw;
  position: relative;
  transition: all 0.4s;
}
.btn_orange::after {
  content: "";
  width: 1.875vw;
  height: 1.875vw;
  background-image: url(../images/icon_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 2.604vw;
  transform: translateY(-50%);
  filter: brightness(0) invert(1);
  transition: all 0.4s;
}
.btn_orange p {
  font-size: 2.5vw;
  font-weight: 500;
  letter-spacing: 0.04em;
}
.btn_orange p span {
  font-size: 0.938vw;
  font-weight: 500;
  display: block;
  letter-spacing: 0.06em;
}
.btn_orange-clickhere {
  width: 19.323vw;
  height: 6.406vw;
  padding-left: 2.083vw;
}
.btn_orange-clickhere::after {
  width: 1.458vw;
  height: 1.458vw;
  right: 2.083vw;
}
.btn_orange-clickhere p {
  font-size: 1.771vw;
}
@media screen and (min-width: 767px) {
  .btn_orange:hover {
    color: #ed4d1c;
    background-color: #ffffff;
  }
  .btn_orange:hover::after {
    filter: brightness(1) invert(0);
  }
  .btn_orange:hover.btn_orange-clickhere {
    color: #ffffff;
    background-color: #e88567;
  }
  .btn_orange:hover.btn_orange-clickhere::after {
    filter: brightness(0) invert(1);
  }
}
@media screen and (max-width: 767px) {
  .btn_orange {
    width: 71.495vw;
    height: 19.86vw;
    border-radius: 10.047vw;
    padding-left: 7.009vw;
  }
  .btn_orange::after {
    width: 4.439vw;
    height: 4.439vw;
    right: 5.841vw;
  }
  .btn_orange p {
    font-size: 5.607vw;
  }
  .btn_orange p span {
    font-size: 3.271vw;
    letter-spacing: 0;
  }
  .btn_orange-clickhere {
    width: 67.29vw;
    height: 19.86vw;
    padding-left: 7.477vw;
    margin: 0 auto;
  }
  .btn_orange-clickhere::after {
    width: 4.439vw;
    height: 4.439vw;
    right: 6.542vw;
  }
  .btn_orange-clickhere p {
    font-size: 5.607vw;
  }
}

nav {
  font-family: "montserrat", "ryo-gothic-plusn", sans-serif;
  font-weight: 500;
}
nav .menu_sub_ul {
  margin-top: 0.781vw;
  grid-template-columns: repeat(2, 1fr);
}
nav .menu_sub_ul .menu_sub_li {
  position: relative;
  margin-bottom: 1.042vw;
}
nav .menu_sub_ul .menu_sub_li:last-of-type {
  margin-bottom: 0;
}
nav .menu_sub_ul .menu_sub_li::before {
  content: "・";
}
nav .title {
  font-size: 1.823vw;
  letter-spacing: 0.04em;
}
nav .title .sub_title {
  font-size: 0.833vw;
  letter-spacing: 0.06em;
  font-weight: 700;
}
nav a {
  display: inline-block;
  transition: all 0.4s;
}
nav#header_menu {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  color: #ffffff;
  font-family: "montserrat", "ryo-gothic-plusn", sans-serif;
  font-weight: 500;
  background: rgba(0, 0, 0, 0);
  pointer-events: none;
  z-index: 110;
  transition: all 0.4s;
}
nav#header_menu .menu_ul {
  background: #ed4d1c;
  width: 30%;
  height: 100vh;
  margin-left: auto;
  padding: 3.646vw 5.885vw;
  transform: translateX(100%);
  transition: all 0.4s;
}
nav#header_menu .menu_ul .menu_li {
  margin-bottom: 1.823vw;
}
nav#header_menu .menu_ul .menu_li:last-of-type {
  margin-bottom: 0;
}
nav#header_menu .menu_sub_ul .menu_sub_li {
  font-size: 0.833vw;
}
nav#header_menu .title {
  font-size: 1.823vw;
}
nav#header_menu .title .sub_title {
  font-size: 0.833vw;
}
@media screen and (min-width: 767px) {
  nav#header_menu a:hover {
    opacity: 0.6;
  }
}
nav#header_menu.active {
  background: rgba(0, 0, 0, 0.7);
  pointer-events: all;
}
nav#header_menu.active .menu_ul {
  transform: translateX(0);
}
nav#footer_menu {
  margin-top: 2.76vw;
}
nav#footer_menu .menu_ul {
  display: flex;
  gap: 0 4.427vw;
}
nav#footer_menu .menu_ul .menu_sub_ul {
  gap: 0 1.302vw;
}
nav#footer_menu .menu_ul .menu_sub_ul .menu_sub_li {
  font-size: 0.938vw;
}
nav#footer_menu .menu_ul .title {
  font-size: 2.188vw;
}
nav#footer_menu .menu_ul .title .sub_title {
  font-size: 0.938vw;
}
nav#footer_menu .menu_ul .menu_li-home .menu_sub_ul {
  position: relative;
}
nav#footer_menu .menu_ul .menu_li-home .menu_sub_ul .menu_sub_li:last-of-type {
  position: absolute;
  top: 0;
  right: 0;
}
nav#footer_menu .menu_ul .menu_li-official_link {
  width: 21.667vw;
  margin-left: 3.125vw;
}
nav#footer_menu .menu_ul .menu_li-official_link img {
  transition: all 0.4s;
}
@media screen and (min-width: 767px) {
  nav#footer_menu a:hover {
    color: #ed4d1c;
  }
  nav#footer_menu a:hover img {
    opacity: 0.6;
  }
}
@media screen and (max-width: 767px) {
  nav .menu_sub_ul {
    margin-top: 4.206vw;
  }
  nav .menu_sub_ul .menu_sub_li {
    margin-bottom: 4.206vw;
  }
  nav .title {
    font-size: 6.075vw;
  }
  nav .title .sub_title {
    font-size: 3.505vw;
  }
  nav#header_menu .menu_ul {
    width: 100%;
    height: 100%;
    padding: 15.187vw 8.178vw;
    overflow-y: scroll;
  }
  nav#header_menu .menu_ul .menu_li {
    margin-bottom: 9.346vw;
  }
  nav#header_menu .menu_ul .menu_li-recruit {
    padding-bottom: 4.673vw;
    border-bottom: 1px solid #ffffff;
  }
  nav#header_menu .menu_ul .menu_li-official_link {
    width: 53.271vw;
    margin: 0 auto;
  }
  nav#header_menu .menu_sub_ul .menu_sub_li {
    font-size: 3.271vw;
  }
  nav#header_menu .title {
    font-size: 6.075vw;
  }
  nav#header_menu .title .sub_title {
    font-size: 3.505vw;
  }
  nav#footer_menu {
    margin-top: 9.346vw;
  }
  nav#footer_menu .menu_ul {
    flex-direction: column;
    gap: 9.346vw 0;
  }
  nav#footer_menu .menu_ul .menu_sub_ul {
    grid-template-columns: repeat(2, 0.4fr);
    gap: 0 5.841vw;
  }
  nav#footer_menu .menu_ul .menu_sub_ul .menu_sub_li {
    font-size: 3.271vw;
  }
  nav#footer_menu .menu_ul .title {
    font-size: 5.841vw;
  }
  nav#footer_menu .menu_ul .title .sub_title {
    font-size: 3.271vw;
  }
  nav#footer_menu .menu_ul .menu_li-home .menu_sub_ul .menu_sub_li:last-of-type {
    right: 23vw;
  }
  nav#footer_menu .menu_ul .menu_li-official_link {
    width: 66.589vw;
    margin: 0 auto;
  }
}

#load {
  background: #ffffff;
  position: fixed;
  height: 100svh;
  width: 100%;
  z-index: 999;
  transition: 0.2s;
  transition-delay: 2s;
}
#load.load_active {
  animation: view 0.5s ease-in-out 1s forwards;
}
@keyframes view {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    pointer-events: none;
  }
}

header {
  width: 100%;
  height: 5.885vw;
  background-color: rgba(255, 255, 255, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  transform: translateY(-100%);
  transition: all 0.2s;
}
header.header_active {
  transform: translateY(0%);
}
header .btn_menu {
  width: 3.229vw;
  height: 3.229vw;
  border: 1px solid #ed4d1c;
  border-radius: 50%;
  position: absolute;
  top: 1.354vw;
  right: 3.646vw;
  cursor: pointer;
  transition: all 0.4s;
  z-index: 120;
}
header .btn_menu span {
  width: 1.51vw;
  height: 0.052vw;
  background-color: #ed4d1c;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.4s;
}
header .btn_menu span:first-of-type {
  top: 30%;
}
header .btn_menu span:nth-of-type(2) {
  top: 50%;
}
header .btn_menu span:last-of-type {
  top: 70%;
}
@media screen and (min-width: 767px) {
  header .btn_menu:hover {
    background-color: #ed4d1c;
  }
  header .btn_menu:hover span {
    background-color: #ffffff;
  }
}
header .btn_menu.active {
  border-color: #ffffff;
}
header .btn_menu.active span {
  background-color: #ffffff;
}
header .btn_menu.active span:first-of-type {
  top: 50%;
  transform: translateX(-50%) rotate(45deg);
}
header .btn_menu.active span:nth-of-type(2) {
  opacity: 0;
}
header .btn_menu.active span:last-of-type {
  top: 50%;
  transform: translateX(-50%) rotate(-45deg);
}
@media screen and (min-width: 767px) {
  header .btn_menu.active:hover {
    background-color: #ffffff;
  }
  header .btn_menu.active:hover span {
    background-color: #ed4d1c;
  }
}
@media screen and (max-width: 767px) {
  header {
    height: 14.019vw;
  }
  header .btn_menu {
    width: 7.009vw;
    height: 7.009vw;
    top: 3.505vw;
    right: 4.673vw;
  }
  header .btn_menu span {
    width: 3.505vw;
    height: 0.234vw;
  }
}

main {
  position: relative;
  overflow: hidden;
}
main #mv {
  height: 100vh;
  max-height: 48.854vw;
}
main #mv .mv_img {
  width: 82%;
  height: 33.021vw;
  margin: 0 auto;
  margin-top: 6vw;
  position: relative;
  z-index: auto;
}
main #mv .mv_img .mv_unit {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
main #mv .mv_img .mv_unit.active .mv_back_img {
  opacity: 1;
}
main #mv .mv_img .mv_unit.active .mv_front_img {
  opacity: 1;
}
main #mv .mv_img .mv_front_img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 20;
  opacity: 0;
  transition: opacity 1.5s ease;
  -webkit-mask-image: url(../images/top_mask.webp);
  mask-image: url(../images/top_mask.webp);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
}
main #mv .mv_img .mv_front_img::before {
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
}
main #mv .mv_img .mv_back_img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  transition: opacity 1.5s ease;
  -webkit-mask-image: url(../images/top_mask.webp);
  mask-image: url(../images/top_mask.webp);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
}
main #mv .mv_img .mv_back_img::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/mv_back_01_sample.webp);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
}
main #mv .mv_img .mv_unit-01 .mv_front_img::before {
  background-image: url(../images/mv/mv_front_01.webp?2025121802);
}
main #mv .mv_img .mv_unit-01 .mv_back_img::before {
  background-image: url(../images/mv/mv_back_01.webp?2025121802);
}
main #mv .mv_img .mv_unit-02 .mv_front_img::before {
  background-image: url(../images/mv/mv_front_02.webp?2025121802);
}
main #mv .mv_img .mv_unit-02 .mv_back_img::before {
  background-image: url(../images/mv/mv_back_02.webp?2025121802);
}
main #mv .mv_img .mv_unit-03 .mv_front_img::before {
  background-image: url(../images/mv/mv_front_03.webp?2025121802);
}
main #mv .mv_img .mv_unit-03 .mv_back_img::before {
  background-image: url(../images/mv/mv_back_03.webp?2025121802);
}
main #mv .mv_img .mv_unit-04 .mv_front_img::before {
  background-image: url(../images/mv/mv_front_04.webp?2025121802);
}
main #mv .mv_img .mv_unit-04 .mv_back_img::before {
  background-image: url(../images/mv/mv_back_04.webp?2025121802);
}
main #mv .mv_img .mv_unit-05 .mv_front_img::before {
  background-image: url(../images/mv/mv_front_05.webp?2025121802);
}
main #mv .mv_img .mv_unit-05 .mv_back_img::before {
  background-image: url(../images/mv/mv_back_05.webp?2025121802);
}
@media screen and (max-width: 767px) {
  main #mv {
    max-height: 184.916vw;
  }
  main #mv .mv_img {
    width: 84%;
    max-width: 82.944vw;
    height: 159vw;
    margin-top: 14.019vw;
  }
  main #mv .mv_img .mv_front_img {
    -webkit-mask-image: url(../images/sp/top_mask.svg?20251218);
    mask-image: url(../images/sp/top_mask.svg?20251218);
  }
  main #mv .mv_img .mv_back_img {
    -webkit-mask-image: url(../images/sp/top_mask.svg?20251218);
    mask-image: url(../images/sp/top_mask.svg?20251218);
  }
  main #mv .mv_img .mv_unit-01 .mv_front_img::before {
    background-image: url(../images/mv/mv_front_01_sp.webp?2025121802);
  }
  main #mv .mv_img .mv_unit-01 .mv_back_img::before {
    background-image: url(../images/mv/mv_back_01_sp.webp?2025121802);
  }
  main #mv .mv_img .mv_unit-02 .mv_front_img::before {
    background-image: url(../images/mv/mv_front_02_sp.webp?2025121802);
  }
  main #mv .mv_img .mv_unit-02 .mv_back_img::before {
    background-image: url(../images/mv/mv_back_02_sp.webp?2025121802);
  }
  main #mv .mv_img .mv_unit-03 .mv_front_img::before {
    background-image: url(../images/mv/mv_front_03_sp.webp?2025121802);
  }
  main #mv .mv_img .mv_unit-03 .mv_back_img::before {
    background-image: url(../images/mv/mv_back_03_sp.webp?2025121802);
  }
  main #mv .mv_img .mv_unit-04 .mv_front_img::before {
    background-image: url(../images/mv/mv_front_04_sp.webp?2025121802);
  }
  main #mv .mv_img .mv_unit-04 .mv_back_img::before {
    background-image: url(../images/mv/mv_back_04_sp.webp?2025121802);
  }
  main #mv .mv_img .mv_unit-05 .mv_front_img::before {
    background-image: url(../images/mv/mv_front_05_sp.webp?2025121802);
  }
  main #mv .mv_img .mv_unit-05 .mv_back_img::before {
    background-image: url(../images/mv/mv_back_05_sp.webp?2025121802);
  }
}
main #introduction {
  background: url(../images/bg_mouse.webp) no-repeat center top 10px/38%;
  text-align: center;
  padding-top: 5.208vw;
  padding-bottom: 40vw;
  scroll-margin-top: 8vw;
}
main #introduction p {
  font-size: 1.458vw;
  line-height: 2.14;
  letter-spacing: 0.16em;
  opacity: 0;
  transform: translateY(10%);
  transition: all ease-out 0.4s;
}
main #introduction p.big_txt {
  font-size: 3.229vw;
  line-height: 1.6;
  letter-spacing: 0.04em;
  font-weight: 900;
}
main #introduction p span {
  color: #ed4d1c;
}
main #introduction p span.big_txt {
  font-size: 2.083vw;
  font-weight: 900;
}
main #introduction.active p {
  opacity: 1;
  transform: translateY(0%);
}
main #introduction.active p:nth-of-type(1) {
  transition-delay: 0.2s;
}
main #introduction.active p:nth-of-type(2) {
  transition-delay: 0.4s;
}
main #introduction.active p:nth-of-type(3) {
  transition-delay: 0.6s;
}
main #introduction.active p:nth-of-type(4) {
  transition-delay: 0.8s;
}
main #introduction.active p:nth-of-type(5) {
  transition-delay: 1s;
}
main #introduction.active p:nth-of-type(6) {
  transition-delay: 1.2s;
}
@media screen and (max-width: 767px) {
  main #introduction.active p:nth-of-type(1) {
    transition-delay: 0.3s;
  }
  main #introduction.active p:nth-of-type(2) {
    transition-delay: 0.6s;
  }
  main #introduction.active p:nth-of-type(3) {
    transition-delay: 0.9s;
  }
  main #introduction.active p:nth-of-type(4) {
    transition-delay: 1.2s;
  }
  main #introduction.active p:nth-of-type(5) {
    transition-delay: 1.5s;
  }
  main #introduction.active p:nth-of-type(6) {
    transition-delay: 1.8s;
  }
}
@media screen and (max-width: 767px) {
  main #introduction {
    background: url(../images/bg_mouse.webp) no-repeat left -19.159vw top/162%;
    padding-top: 4vw;
    padding-bottom: 125vw;
  }
  main #introduction p {
    font-size: 4.206vw;
    line-height: 2.22;
  }
  main #introduction p.big_txt {
    font-size: 7.71vw;
    line-height: 1.58;
    margin-top: 4.841vw;
    margin-bottom: 5.178vw;
  }
  main #introduction p.lh_18 {
    line-height: 1.8;
  }
  main #introduction p span {
    color: #ed4d1c;
  }
  main #introduction p span.big_txt {
    font-size: 6.075vw;
  }
}
main #about {
  padding-top: 4vw;
  padding-bottom: 6.51vw;
}
main #about .about_box {
  padding: 3.542vw 6.458vw;
  background-color: #fbeeea;
  border-radius: 1.563vw;
  gap: 0 2.969vw;
  justify-content: space-between;
  align-items: center;
}
main #about .about_flex-left {
  width: 50%;
}
main #about .about_flex-left p.about_flex-left-txt {
  font-size: 1.354vw;
  line-height: 1.92;
  letter-spacing: 0.02em;
  margin-top: 2.083vw;
  margin-bottom: 3.125vw;
}
main #about .about_flex-right {
  width: 48%;
}
main #about .about_ul {
  grid-template-columns: repeat(2, 1fr);
  gap: 1.563vw;
}
main #about .about_li {
  text-align: center;
  display: none;
  opacity: 0;
  transform: scale(0);
  transition: opacity 0.5s ease, transform 1s ease;
}
main #about .about_li.active {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
main #about .about_li.show {
  opacity: 1;
  transform: scale(1);
}
main #about .about_li p {
  font-size: 1.042vw;
  font-weight: 900;
}
main #about .about_li .about_mark {
  margin: 0 auto;
  margin-top: 0.521vw;
  margin-bottom: 1.823vw;
}
main #about .about_li-01 .about_mark {
  width: 80%;
}
main #about .about_li-02 .about_mark {
  width: 80%;
}
main #about .about_li-03 .about_mark {
  width: 80%;
}
main #about .about_li-04 .about_mark {
  width: 80%;
}
main #about .about_li-05 .about_mark {
  width: 80%;
}
main #about .about_li-06 .about_mark {
  width: 80%;
}
@media screen and (max-width: 767px) {
  main #about {
    padding-top: 0;
    padding-bottom: 24.533vw;
  }
  main #about .about_box {
    padding: 9.346vw;
    border-radius: 4.673vw;
    gap: 5.14vw 0;
    flex-direction: column-reverse;
  }
  main #about .about_flex-left {
    width: 100%;
  }
  main #about .about_flex-left p.about_flex-left-txt {
    font-size: 3.738vw;
    line-height: 1.5;
    letter-spacing: 0.06em;
    margin-top: 4vw;
    margin-bottom: 5.841vw;
  }
  main #about .about_flex-right {
    width: 100%;
  }
  main #about .about_ul {
    gap: 3.037vw;
  }
  main #about .about_li p {
    font-size: 2.336vw;
  }
  main #about .about_li .about_mark {
    margin-top: 1.168vw;
    margin-bottom: 3.505vw;
  }
}
main #career_step {
  padding-top: 6.51vw;
}
main #career_step .step_box {
  width: 19.167vw;
  height: auto;
  border: 2px solid #ed4d1c;
  border-radius: 1.563vw;
  background-color: #ffffff;
  font-size: 1.25vw;
  padding-top: 2.5vw;
  padding-bottom: 1.833vw;
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: translateY(10%);
  transition: all ease-out 0.4s;
}
main #career_step .step_box p {
  line-height: 1.58;
}
main #career_step .step_box p.big_txt {
  font-size: 1.875vw;
  color: #ed4d1c;
}
main #career_step .step_box-01 {
  top: 10.938vw;
  left: 13.802vw;
}
main #career_step .step_box-02 {
  top: 5.729vw;
  left: 40.365vw;
}
main #career_step .step_box-03 {
  top: 1.302vw;
  right: 13.802vw;
}
main #career_step .bg_arrows_box {
  width: 53.125vw;
  height: 23.802vw;
  position: absolute;
  top: 0;
  right: 8.854vw;
  opacity: 0.7;
  z-index: -1;
}
main #career_step .bg_arrows_box.active .bg_arrows {
  opacity: 1;
  transform: translateX(0%);
}
main #career_step .bg_arrows_box.active .bg_arrows-01 {
  transition-delay: 0.1s;
}
main #career_step .bg_arrows_box.active .bg_arrows-02 {
  transition-delay: 0.2s;
}
main #career_step .bg_arrows_box .bg_arrows {
  position: absolute;
  opacity: 0;
  transform: translateX(-5%);
  transition: all ease-out 0.4s;
}
main #career_step .bg_arrows_box .bg_arrows::before {
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}
main #career_step .bg_arrows_box .bg_arrows-01 {
  width: 31.354vw;
  height: 5.938vw;
  top: 0;
  left: 2.604vw;
}
main #career_step .bg_arrows_box .bg_arrows-01::before {
  background-image: url(../images/step_arrow-01.webp);
}
main #career_step .bg_arrows_box .bg_arrows-02 {
  width: 25.26vw;
  height: 10.052vw;
  bottom: 2.083vw;
  left: 0;
}
main #career_step .bg_arrows_box .bg_arrows-02::before {
  background-image: url(../images/step_arrow-02.webp);
}
main #career_step .bg_arrows_box .bg_arrows-03 {
  width: 49.896vw;
  height: 22.448vw;
  bottom: 0;
  right: 0;
  z-index: -3;
}
main #career_step .bg_arrows_box .bg_arrows-03::before {
  background-image: url(../images/step_arrow-03.webp);
}
main #career_step .career_step_txt {
  width: 30.99vw;
  margin-top: 1.9vw;
  margin-left: 10.208vw;
}
main #career_step .career_step_txt p {
  width: 27.344vw;
  font-size: 0.938vw;
  line-height: 1.88;
  margin-top: 0.781vw;
  opacity: 0;
  transform: translateY(10%);
  transition: all ease-out 0.4s;
}
main #career_step .career_step_txt.active h3 {
  opacity: 1;
  transform: translateY(0);
}
main #career_step .career_step_txt.active p {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.2s;
}
main #career_step .career_step_box {
  position: relative;
  margin-top: -2vw;
}
main #career_step .career_step_box.active .step_box {
  opacity: 1;
  transform: translateY(0%);
}
main #career_step .career_step_box.active .step_box-01 {
  transition-delay: 0.2s;
}
main #career_step .career_step_box.active .step_box-02 {
  transition-delay: 0.4s;
}
main #career_step .career_step_box.active .step_box-03 {
  transition-delay: 0.6s;
}
main #career_step .career_step_box .career_step_box_bg {
  width: 100%;
  height: 33.021vw;
  background: url(../images/bg_step.webp) no-repeat left bottom/contain;
}
@media screen and (max-width: 767px) {
  main #career_step {
    padding-top: 0;
    scroll-margin-top: 30vw;
  }
  main #career_step .step_box {
    width: 49.533vw;
    border-radius: 4.206vw;
    font-size: 3.271vw;
    padding: 8.178vw 0 5.841vw;
  }
  main #career_step .step_box p {
    line-height: 1.28;
  }
  main #career_step .step_box p.big_txt {
    font-size: 4.907vw;
    margin-bottom: 2.336vw;
  }
  main #career_step .step_box-01 {
    top: 47vw;
    left: 13.8vw;
  }
  main #career_step .step_box-02 {
    top: 37vw;
    left: 75vw;
  }
  main #career_step .step_box-03 {
    top: 27vw;
    right: -88vw;
  }
  main #career_step .bg_arrows_box {
    width: 101.869vw;
    height: 45.093vw;
    top: 54vw;
    right: 4.673vw;
  }
  main #career_step .bg_arrows_box .bg_arrows-01 {
    width: 62.85vw;
    height: 11.916vw;
    top: 2.336vw;
    left: 4.673vw;
  }
  main #career_step .bg_arrows_box .bg_arrows-02 {
    width: 50.701vw;
    height: 20.093vw;
    bottom: 1.168vw;
    left: 0;
  }
  main #career_step .bg_arrows_box .bg_arrows-03 {
    width: 99.766vw;
    height: 45.093vw;
    bottom: 0;
    right: 0;
  }
  main #career_step .career_step_txt {
    width: 85%;
    margin: 0 auto;
  }
  main #career_step .career_step_txt p {
    width: 100%;
    font-size: 3.271vw;
    margin-top: 3.505vw;
  }
  main #career_step .career_step_box {
    overflow-x: scroll;
    margin-top: 0;
  }
  main #career_step .career_step_box .career_step_box_bg {
    width: 200%;
    height: 96.028vw;
  }
}
main #data {
  padding-top: 8.854vw;
  padding-bottom: 8.854vw;
  background-color: #ffffff;
  z-index: 10;
  overflow: hidden;
}
main #data::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000000;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.6;
  z-index: -1;
}
main #data .data_ul {
  grid-template-columns: repeat(3, 1fr);
  gap: 1.563vw;
  width: 80%;
  margin: 0 auto;
  margin-top: 2.604vw;
}
main #data .data_ul.active .data_li {
  opacity: 1;
  transform: translateY(0);
}
main #data .data_ul.active .data_li:nth-of-type(2) {
  transition-delay: 0.2s;
}
main #data .data_ul.active .data_li:nth-of-type(3) {
  transition-delay: 0.3s;
}
main #data .data_ul.active .data_li:nth-of-type(4) {
  transition-delay: 0.4s;
}
main #data .data_ul.active .data_li:nth-of-type(5) {
  transition-delay: 0.5s;
}
main #data .data_ul.active .data_li:nth-of-type(6) {
  transition-delay: 0.6s;
}
main #data .data_ul .data_li {
  opacity: 0;
  transform: translateY(10%);
  transition: all ease-out 0.4s;
}
main #data .bg_photo_ul {
  width: 100%;
  height: 140%;
  position: absolute;
  top: -6.771vw;
  left: -16.667vw;
  z-index: -2;
  transform: rotate(-18deg);
}
main #data .bg_photo_ul .bg_photo_li {
  width: 44vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
main #data .bg_photo_ul .bg_photo_li::before {
  content: "";
  width: 21.458vw;
  height: 100%;
  background-image: url(../images/bg_data_01.webp);
  background-repeat: repeat-y;
  background-size: 19.479vw 130.208vw;
  position: absolute;
  top: 0;
  left: 0;
  animation: scroll-bg-03 30s linear infinite;
}
main #data .bg_photo_ul .bg_photo_li::after {
  content: "";
  width: 21.458vw;
  height: 100%;
  background-image: url(../images/bg_data_02.webp);
  background-repeat: repeat-y;
  background-size: 19.479vw 130.208vw;
  position: absolute;
  top: 0;
  right: 0;
  animation: scroll-bg-03-reverse 30s linear infinite;
}
main #data .bg_photo_ul .bg_photo_li:nth-of-type(2) {
  left: 45vw;
}
main #data .bg_photo_ul .bg_photo_li:nth-of-type(3) {
  left: 90vw;
}
@media screen and (max-width: 767px) {
  main #data {
    padding-top: 21.028vw;
    padding-bottom: 29.206vw;
    z-index: 0;
  }
  main #data .data_ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.336vw;
    width: 100%;
    margin-top: 3.505vw;
  }
  main #data .bg_photo_ul {
    top: -16.7vw;
    left: -26.6vw;
    transform: rotate(-18deg);
  }
  main #data .bg_photo_ul .bg_photo_li {
    width: 98.5vw;
  }
  main #data .bg_photo_ul .bg_photo_li::before {
    width: 47vw;
    background-size: 47.196vw 315.888vw;
    animation: scroll-bg-03-sp 20s linear infinite;
  }
  main #data .bg_photo_ul .bg_photo_li::after {
    width: 47vw;
    background-size: 47.196vw 315.888vw;
    animation: scroll-bg-03-reverse-sp 20s linear infinite;
  }
  main #data .bg_photo_ul .bg_photo_li:nth-of-type(2) {
    left: 103vw;
  }
}
main #entry {
  padding-top: 17.448vw;
  padding-bottom: 7.552vw;
  scroll-margin-top: -11vw;
}
main #entry .entry_ul {
  display: grid;
}
main #entry .entry_ul-01 {
  width: 49.74vw;
  grid-template-columns: repeat(2, 1fr);
  gap: 7.292vw;
  margin-top: -19vw;
  margin-left: auto;
}
main #entry .entry_ul-02 {
  width: 77.917vw;
  grid-template-columns: repeat(3, 1fr);
  gap: 4.167vw;
  margin-top: 6.688vw;
  margin-left: auto;
}
main #entry .entry_ul.active .entry_li {
  opacity: 1;
  transform: translateY(0%);
}
main #entry .entry_ul.active .entry_li-txt {
  opacity: 1;
  transform: translateY(0%);
  transition-delay: 0.4s;
}
main #entry .entry_ul .entry_li {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  opacity: 0;
  transform: translateY(10%);
  transition: all ease-out 0.4s;
}
main #entry .entry_ul .entry_li-txt {
  font-size: 1.354vw;
  font-weight: 900;
  line-height: 1.37;
  letter-spacing: 0.06em;
  padding: 0 2.083vw 1.042vw;
  position: relative;
  opacity: 0;
  transform: translateY(10%);
  transition: all 0.4s;
}
main #entry .entry_ul .entry_li-txt::before, main #entry .entry_ul .entry_li-txt::after {
  content: "";
  width: 0.365vw;
  height: 4vw;
  background-color: #ed4d1c;
  position: absolute;
  bottom: 0;
  border-radius: 0.521vw;
}
main #entry .entry_ul .entry_li-txt::before {
  left: 0;
  transform: rotate(-45deg);
}
main #entry .entry_ul .entry_li-txt::after {
  right: 0;
  transform: rotate(45deg);
}
main #entry .entry_ul .entry_li-01 .entry_li-img {
  width: 13.646vw;
}
main #entry .entry_ul .entry_li-02 .entry_li-img {
  width: 11.563vw;
}
main #entry .entry_ul .entry_li-03 .entry_li-img {
  width: 11.302vw;
}
main #entry .entry_ul .entry_li-04 {
  width: 110%;
  margin-left: -1.042vw;
}
main #entry .entry_ul .entry_li-04 .entry_li-txt {
  letter-spacing: 0;
  padding: 0 0 1.042vw;
}
main #entry .entry_ul .entry_li-04 .entry_li-img {
  width: 10.625vw;
}
main #entry .entry_ul .entry_li-05 .entry_li-img {
  width: 14.479vw;
}
@media screen and (max-width: 767px) {
  main #entry {
    padding-top: 23.364vw;
    padding-bottom: 20.561vw;
    scroll-margin-top: -9vw;
  }
  main #entry .entry_ul {
    display: grid;
  }
  main #entry .entry_ul-01 {
    width: 85%;
    grid-template-columns: repeat(2, 1fr);
    gap: 7.7vw 2vw;
    margin: 0 auto;
    margin-top: 12.85vw;
  }
  main #entry .entry_ul-02 {
    width: 85%;
    grid-template-columns: repeat(2, 1fr);
    gap: 7.7vw 2vw;
    margin: 0 auto;
    margin-top: 7.7vw;
  }
  main #entry .entry_ul .entry_li-txt {
    font-size: 3.271vw;
    padding: 0 2vw 3.1vw;
    opacity: 0;
    transform: translateX(-10%);
  }
  main #entry .entry_ul .entry_li-txt::before, main #entry .entry_ul .entry_li-txt::after {
    content: "";
    width: 1vw;
    height: 9vw;
    background-color: #ed4d1c;
    position: absolute;
    bottom: 0;
  }
  main #entry .entry_ul .entry_li:nth-of-type(2) {
    width: 93%;
  }
  main #entry .entry_ul .entry_li-01 .entry_li-img {
    width: 150px;
  }
  main #entry .entry_ul .entry_li-02 .entry_li-img {
    width: 134px;
  }
  main #entry .entry_ul .entry_li-03 .entry_li-img {
    width: 124px;
  }
  main #entry .entry_ul .entry_li-04 {
    width: 100%;
    margin-left: 0;
    grid-column: span 2;
  }
  main #entry .entry_ul .entry_li-04 .entry_li-txt {
    padding: 0 2vw 3.1vw;
  }
  main #entry .entry_ul .entry_li-04 .entry_li-img {
    width: 116px;
  }
  main #entry .entry_ul .entry_li-05 .entry_li-txt {
    letter-spacing: 0;
  }
  main #entry .entry_ul .entry_li-05 .entry_li-img {
    width: 154px;
  }
}
main #last {
  padding-top: 8.854vw;
  padding-bottom: 22.917vw;
  background: url(../images/bg_mouse.webp) no-repeat #fbeeea right top/56%;
}
main #last .last_txt_box {
  text-align: center;
}
main #last .last_txt_box p {
  font-size: 1.563vw;
  line-height: 2;
  letter-spacing: 0.16em;
  opacity: 0;
  transform: translateY(10%);
  transition: all ease-in-out 0.4s;
}
main #last .last_txt_box p.big_txt {
  font-size: 2.188vw;
  font-weight: 900;
}
main #last .last_txt_box p span {
  color: #ed4d1c;
}
main #last .last_txt_box.active p {
  opacity: 1;
  transform: translateY(0);
}
main #last .last_txt_box.active p:nth-of-type(1) {
  transition-delay: 0.2s;
}
main #last .last_txt_box.active p:nth-of-type(2) {
  transition-delay: 0.3s;
}
main #last .last_txt_box.active p:nth-of-type(3) {
  transition-delay: 0.4s;
}
main #last .last_txt_box.active p:nth-of-type(4) {
  transition-delay: 0.5s;
}
main #last .btn_box {
  justify-content: center;
  align-items: center;
  gap: 1.563vw;
  margin-top: 2.344vw;
  opacity: 0;
  transform: translateY(10%);
  transition: all ease-out 0.4s;
}
main #last .btn_box.active {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 767px) {
  main #last {
    padding-top: 18.692vw;
    padding-bottom: 89.953vw;
    background: url(../images/bg_mouse.webp) no-repeat #fbeeea left -20vw top/165%;
  }
  main #last .last_txt_box p {
    font-size: 3.738vw;
    line-height: 1.87;
  }
  main #last .last_txt_box p.big_txt {
    font-size: 6.075vw;
    line-height: 1.6;
    letter-spacing: 0.07em;
    margin-bottom: 5.841vw;
  }
  main #last .btn_box {
    flex-direction: column;
    gap: 5.841vw;
    margin-top: 14.019vw;
  }
}
main.page-about {
  overflow: clip;
}
main.page-about::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/bg_about.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: fixed;
  top: 0;
  left: 0;
}
main.page-about #about-intro {
  background-color: #ffffff;
}
main.page-about #about-intro::before {
  content: "";
  width: 100%;
  height: 3.083vw;
  background-color: #ffffff;
  position: absolute;
  bottom: -2.5vw;
  right: 0;
  z-index: -1;
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 22%);
}
main.page-about #about-intro::after {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/bg-about-top.webp) no-repeat right top/62%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  main.page-about #about-intro::after {
    content: "";
    width: 100%;
    height: 100%;
    background: url(../images/sp/bg-about-top.webp) no-repeat right top/contain;
    position: absolute;
    top: 0;
    left: 0;
  }
}
main #about-intro {
  padding-top: 13.802vw;
  padding-bottom: 9.375vw;
  padding-left: 10.417vw;
  z-index: 20;
}
main #about-intro .about-intro_txtbox {
  margin-top: 4.2vw;
}
main #about-intro .about-intro_txtbox p {
  font-size: 1.3vw;
  line-height: 1.71;
  letter-spacing: 0.04em;
  margin-bottom: 2.2vw;
}
main #about-intro .about-intro_txtbox p span {
  color: #ed4d1c;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  main #about-intro {
    padding-top: 64vw;
    padding-bottom: 18.692vw;
    padding-left: 8.411vw;
  }
  main #about-intro .about-intro_txtbox {
    width: 90%;
    margin-top: 7.009vw;
  }
  main #about-intro .about-intro_txtbox p {
    font-size: 3.738vw;
    line-height: 1.625;
    margin-bottom: 5vw;
  }
  main #about-intro .about-intro_txtbox p span {
    color: #ed4d1c;
    font-weight: 900;
  }
}
main #job {
  background-color: #fbeeea;
  height: 800vh;
  margin-top: 5.313vw;
  padding-bottom: 8.854vw;
  z-index: 10;
}
main #job::before {
  content: "";
  width: 100%;
  height: 5.313vw;
  background-color: #fbeeea;
  position: absolute;
  top: -5.208vw;
  left: 0;
  clip-path: polygon(0 0, 100% 40%, 100% 100%, 0% 100%);
}
main #job::after {
  content: "";
  width: 100%;
  height: 11.719vw;
  background-color: #fbeeea;
  position: absolute;
  bottom: -11.615vw;
  left: 0;
  clip-path: polygon(0 0, 100% 0%, 100% 0%, 0% 100%);
}
main #job .job_contents {
  width: 90%;
  max-width: 79.427vw;
  height: 100vh;
  position: sticky;
  top: 0;
  left: 0;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  gap: 3vw;
}
main #job .job_txt_content_inner {
  width: 95%;
  max-width: 34.896vw;
  margin: 0 auto;
}
main #job .job_circcle {
  position: relative;
}
main #job .job_circcle::before {
  content: "";
  width: 9.323vw;
  height: 9.323vw;
  background-image: url(../images/logo_samll.webp);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
main #job .job_circle_ul {
  width: 36.458vw;
  height: 37.083vw;
  position: relative;
  transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: transform;
  transform: translateZ(0);
}
main #job .job_circle_ul.is-rotating {
  animation: infiniteRotate 10s linear infinite;
}
main #job .job_circle_ul .job_circcle_li {
  width: 17.813vw;
  height: 12.396vw;
  position: absolute;
  cursor: pointer;
}
main #job .job_circle_ul .job_circcle_li.active::before {
  filter: brightness(1);
  opacity: 1;
}
main #job .job_circle_ul .job_circcle_li::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/arrow-product.webp);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  filter: brightness(0);
  opacity: 0.45;
  transition: all 0.4s;
}
main #job .job_circle_ul .job_circcle_li .job_mark {
  filter: brightness(0) invert(1);
}
main #job .job_circle_ul .job_circcle_li-01 {
  top: 0;
  right: 11.458vw;
}
main #job .job_circle_ul .job_circcle_li-01 .job_mark {
  width: 5.052vw;
  margin-top: 3.125vw;
  margin-left: 8.333vw;
}
main #job .job_circle_ul .job_circcle_li-02 {
  width: 12.917vw;
  height: 15.885vw;
  top: 5.469vw;
  left: 0.781vw;
}
main #job .job_circle_ul .job_circcle_li-02::before {
  background-image: url(../images/arrow-fmd.webp);
}
main #job .job_circle_ul .job_circcle_li-02 .job_mark {
  width: 4.167vw;
  margin-top: 4.948vw;
  margin-left: 4.01vw;
}
main #job .job_circle_ul .job_circcle_li-02 .job_mark img {
  transform: rotate(30deg);
}
main #job .job_circle_ul .job_circcle_li-03 {
  width: 14.115vw;
  height: 16.563vw;
  top: 18.49vw;
  left: 0;
}
main #job .job_circle_ul .job_circcle_li-03::before {
  background-image: url(../images/arrow-lmd.webp);
}
main #job .job_circle_ul .job_circcle_li-03 .job_mark {
  width: 4.688vw;
  margin-top: 4.427vw;
  margin-left: 4.948vw;
}
main #job .job_circle_ul .job_circcle_li-03 .job_mark img {
  transform: rotate(-30deg);
}
main #job .job_circle_ul .job_circcle_li-04 {
  bottom: 0;
  left: 11.563vw;
}
main #job .job_circle_ul .job_circcle_li-04::before {
  background-image: url(../images/arrow-contents.webp);
}
main #job .job_circle_ul .job_circcle_li-04 .job_mark {
  width: 5.365vw;
  margin-top: 4.167vw;
  margin-left: 4.531vw;
}
main #job .job_circle_ul .job_circcle_li-05 {
  width: 12.917vw;
  height: 15.885vw;
  top: 15.625vw;
  right: 0.729vw;
}
main #job .job_circle_ul .job_circcle_li-05::before {
  background-image: url(../images/arrow-ec.webp);
}
main #job .job_circle_ul .job_circcle_li-05 .job_mark {
  width: 4.896vw;
  margin-top: 7.031vw;
  margin-left: 4.427vw;
}
main #job .job_circle_ul .job_circcle_li-05 .job_mark img {
  transform: rotate(-60deg);
}
main #job .job_circle_ul .job_circcle_li-06 {
  width: 14.115vw;
  height: 16.563vw;
  top: 2.083vw;
  right: 0;
}
main #job .job_circle_ul .job_circcle_li-06::before {
  background-image: url(../images/arrow-hd.webp);
}
main #job .job_circle_ul .job_circcle_li-06 .job_mark {
  width: 4.844vw;
  margin-top: 7.031vw;
  margin-left: 4.427vw;
}
main #job .job_circle_ul .job_circcle_li-06 .job_mark img {
  transform: rotate(60deg);
}
main #job .job_txt {
  width: 47%;
}
main #job .job_txt .job_txt_content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transform: translateY(5%);
  transition: opacity 0.8s, max-height 0s, transform 0.8s;
}
main #job .job_txt .job_txt_content-about {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  padding: 0;
}
main #job .job_txt .job_txt_content.active {
  opacity: 1;
  max-height: none;
  visibility: visible;
  transform: translateY(0%);
}
main #job .job_txt .job_txt_content.active.job_txt_content-about {
  border-top: 1px solid #ed4d1c;
  border-bottom: 1px solid #ed4d1c;
  padding: 2.604vw 0;
}
@media screen and (max-width: 767px) {
  main #job .job_txt .job_txt_content.active.job_txt_content-about {
    border-top: none;
    border-bottom: none;
    padding: 0;
    padding-bottom: 0;
  }
}
main #job .job_txt p.job_about {
  font-size: 1.354vw;
  line-height: 1.92;
  letter-spacing: 0.06em;
  margin-top: 1.823vw;
}
main #job .job_txt p.job_about_type02 {
  font-size: 1.563vw;
  line-height: 1.46;
  margin-top: 1.563vw;
  margin-bottom: 4.167vw;
}
main #job .btn_job_ul {
  grid-template-columns: repeat(6, 1fr);
  margin-top: 2.604vw;
}
main #job .btn_job_ul .btn_job_li {
  width: 5.573vw;
  height: 5.573vw;
  background-color: #d0d0d0;
  background-repeat: no-repeat;
  border-radius: 0.26vw;
  text-align: center;
  font-size: 0.885vw;
  line-height: 1.3;
  box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.16);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 0;
  cursor: pointer;
  transition: all 0.4s;
}
main #job .btn_job_ul .btn_job_li::before {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  opacity: 0.25;
}
@media screen and (min-width: 767px) {
  main #job .btn_job_ul .btn_job_li:hover {
    background: #f1f1f1;
  }
}
main #job .btn_job_ul .btn_job_li.active {
  background-color: #ffffff;
}
main #job .btn_job_ul .btn_job_li-01::before {
  width: 4.219vw;
  height: 4.167vw;
  background-image: url(../images/icon-product.webp);
}
main #job .btn_job_ul .btn_job_li-02::before {
  width: 3.542vw;
  height: 3.542vw;
  background-image: url(../images/icon-fmd.webp);
}
main #job .btn_job_ul .btn_job_li-03::before {
  width: 3.333vw;
  height: 3.333vw;
  background-image: url(../images/icon-lmd.webp);
}
main #job .btn_job_ul .btn_job_li-04::before {
  width: 3.333vw;
  height: 3.333vw;
  background-image: url(../images/icon-contents.webp);
}
main #job .btn_job_ul .btn_job_li-05::before {
  width: 4.531vw;
  height: 3.021vw;
  background-image: url(../images/icon-ec.webp);
}
main #job .btn_job_ul .btn_job_li-06::before {
  width: 3.542vw;
  height: 3.542vw;
  background-image: url(../images/icon-hd.webp);
}
@media screen and (max-width: 767px) {
  main #job {
    margin-top: 2vw;
  }
  main #job .job_contents {
    width: 95%;
    max-width: 90.654vw;
    padding-top: 13.084vw;
    gap: 3.505vw;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main #job .job_txt_content_inner {
    width: 100%;
    max-width: 83.178vw;
  }
  main #job .job_circcle::before {
    width: 20.093vw;
    height: 20.093vw;
  }
  main #job .job_circle_ul {
    width: 83.178vw;
    height: 84.579vw;
  }
  main #job .job_circle_ul .job_circcle_li {
    width: 40.654vw;
    height: 28.037vw;
  }
  main #job .job_circle_ul .job_circcle_li-01 {
    top: 0;
    right: 26.636vw;
  }
  main #job .job_circle_ul .job_circcle_li-01 .job_mark {
    width: 11.682vw;
    margin-top: 7.009vw;
    margin-left: 18.4vw;
  }
  main #job .job_circle_ul .job_circcle_li-02 {
    width: 29.439vw;
    height: 36.215vw;
    top: 12.85vw;
    left: 1.402vw;
  }
  main #job .job_circle_ul .job_circcle_li-02 .job_mark {
    width: 10.047vw;
    margin-top: 10vw;
    margin-left: 10vw;
  }
  main #job .job_circle_ul .job_circcle_li-03 {
    width: 32.243vw;
    height: 37.617vw;
    top: 42.29vw;
    left: 0;
  }
  main #job .job_circle_ul .job_circcle_li-03 .job_mark {
    width: 10.748vw;
    margin-top: 10vw;
    margin-left: 11vw;
  }
  main #job .job_circle_ul .job_circcle_li-04 {
    bottom: 0;
    left: 25.701vw;
  }
  main #job .job_circle_ul .job_circcle_li-04 .job_mark {
    width: 12.15vw;
    margin-top: 9.2vw;
    margin-left: 9.5vw;
  }
  main #job .job_circle_ul .job_circcle_li-05 {
    width: 29.439vw;
    height: 36.215vw;
    top: 36.215vw;
    right: 1.869vw;
  }
  main #job .job_circle_ul .job_circcle_li-05 .job_mark {
    width: 11.215vw;
    margin-top: 17vw;
    margin-left: 9.4vw;
  }
  main #job .job_circle_ul .job_circcle_li-06 {
    width: 32.243vw;
    height: 37.85vw;
    top: 4.673vw;
    right: 0;
  }
  main #job .job_circle_ul .job_circcle_li-06 .job_mark {
    width: 10.981vw;
    margin-top: 17vw;
    margin-left: 10.3vw;
  }
  main #job .job_txt {
    width: 95%;
  }
  main #job .job_txt .job_txt_content-about {
    border-top: none;
    border-bottom: none;
    padding: 0;
    padding-bottom: 0;
  }
  main #job .job_txt p.job_about {
    font-size: 3.738vw;
    line-height: 1.62;
    margin-top: 3.505vw;
  }
  main #job .job_txt p.job_about_type02 {
    font-size: 3.738vw;
    line-height: 1.37;
    margin-top: 3.505vw;
    margin-bottom: 7.009vw;
  }
  main #job .btn_job_ul {
    display: none;
  }
}
main #careerpass {
  padding-top: 18.49vw;
  padding-bottom: 8.594vw;
  scroll-margin-top: -10vw;
  color: #ffffff;
}
main #careerpass::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000000;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.6;
  z-index: -1;
}
main #careerpass .careerpass_title {
  opacity: 0;
  transform: translateY(10%);
  transition: all ease-out 0.4s;
}
main #careerpass .careerpass_title.active {
  opacity: 1;
  transform: translateY(0);
}
main #careerpass .careerpass_title p {
  font-size: 0.938vw;
}
main #careerpass .careerpass_ul {
  max-width: 68.75vw;
  margin: 0 auto;
  margin-top: 3.906vw;
  grid-template-columns: repeat(1, 1fr);
  gap: 2.083vw;
}
main #careerpass .careerpass_ul .careerpass_li {
  width: 100%;
  height: auto;
  padding: 2.604vw 3.125vw;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 1.042vw;
  position: relative;
  overflow: hidden;
  opacity: 0;
  transform: translateY(10%);
  transition: all ease-out 0.4s;
}
main #careerpass .careerpass_ul .careerpass_li.active {
  opacity: 1;
  transform: translateY(0);
}
main #careerpass .careerpass_ul .careerpass_li::before {
  content: "";
  width: 34.115vw;
  height: 34.115vw;
  background-image: url(../images/icon-product.webp);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.35;
  z-index: 0;
  pointer-events: none;
}
main #careerpass .careerpass_ul .careerpass_li-02::before {
  width: 28.229vw;
  height: 28.229vw;
  background-image: url(../images/icon-fmd.webp);
}
main #careerpass .careerpass_ul .careerpass_li-04::before {
  width: 28.229vw;
  height: 28.229vw;
  background-image: url(../images/icon-fmd.webp);
}
main #careerpass .careerpass_ul .careerpass_li-04 .careerpass_list_box::before {
  transition: height 5s ease-out;
}
main #careerpass .careerpass_ul .careerpass_li .careerpass_li_inner {
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
}
main #careerpass .careerpass_ul .careerpass_li .years_txt {
  font-size: 1.667vw;
  font-weight: 900;
  letter-spacing: 0.04em;
  margin-top: 0.781vw;
}
main #careerpass .careerpass_list_box {
  width: 74%;
  margin-top: 0;
  padding-top: 0;
  position: relative;
}
main #careerpass .careerpass_list_box::before {
  content: "";
  width: 0.26vw;
  height: 0;
  background-color: #ffffff;
  border-radius: 0.521vw;
  position: absolute;
  top: 0;
  left: 0;
  transition: height 2s ease-out;
}
main #careerpass .careerpass_list_box.is-active::before {
  height: 100%;
}
main #careerpass .careerpass_list_li {
  width: 100%;
  margin-top: -1.042vw;
  margin-bottom: 2.5vw;
  padding-left: 2.396vw;
  position: relative;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s, transform 0.8s;
}
main #careerpass .careerpass_list_li:last-of-type {
  margin-bottom: 0;
}
main #careerpass .careerpass_list_li::before {
  content: "";
  width: 1.563vw;
  height: 1.563vw;
  background-color: #ed4d1c;
  border: 0.26vw solid #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 0.677vw;
  left: -0.677vw;
  transform: scale(0);
  transition: transform 0.4s;
}
main #careerpass .careerpass_list_li p {
  font-size: 1.25vw;
  line-height: 1.9;
  letter-spacing: 0.02em;
}
main #careerpass .careerpass_list_li p.careerpass_list_li_years_txt {
  font-size: 1.667vw;
  font-weight: 900;
}
main #careerpass .careerpass_list_box.is-active .careerpass_list_li {
  opacity: 1;
  transform: translateY(0);
}
main #careerpass .careerpass_list_box.is-active .careerpass_list_li::before {
  transform: scale(1);
}
main #careerpass .careerpass_list_box.is-active .careerpass_list_li:nth-child(1) {
  transition-delay: 0.2s;
}
main #careerpass .careerpass_list_box.is-active .careerpass_list_li:nth-child(1)::before {
  transition-delay: 0.2s;
}
main #careerpass .careerpass_list_box.is-active .careerpass_list_li:nth-child(2) {
  transition-delay: 0.8s;
}
main #careerpass .careerpass_list_box.is-active .careerpass_list_li:nth-child(2)::before {
  transition-delay: 0.8s;
}
main #careerpass .careerpass_list_box.is-active .careerpass_list_li:nth-child(3) {
  transition-delay: 1.4s;
}
main #careerpass .careerpass_list_box.is-active .careerpass_list_li:nth-child(3)::before {
  transition-delay: 1.4s;
}
main #careerpass .careerpass_list_box.is-active .careerpass_list_li:nth-child(4) {
  transition-delay: 2s;
}
main #careerpass .careerpass_list_box.is-active .careerpass_list_li:nth-child(4)::before {
  transition-delay: 2s;
}
main #careerpass .careerpass_list_box.is-active .careerpass_list_li:nth-child(5) {
  transition-delay: 2.6s;
}
main #careerpass .careerpass_list_box.is-active .careerpass_list_li:nth-child(5)::before {
  transition-delay: 2.6s;
}
main #careerpass .careerpass_list_box.is-active .careerpass_list_li:nth-child(6) {
  transition-delay: 3.2s;
}
main #careerpass .careerpass_list_box.is-active .careerpass_list_li:nth-child(6)::before {
  transition-delay: 3.2s;
}
main #careerpass .careerpass_list_box.is-active .careerpass_list_li:nth-child(7) {
  transition-delay: 3.8s;
}
main #careerpass .careerpass_list_box.is-active .careerpass_list_li:nth-child(7)::before {
  transition-delay: 3.8s;
}
@media screen and (max-width: 767px) {
  main #careerpass {
    padding-top: 35.047vw;
    padding-bottom: 18.692vw;
    scroll-margin-top: -20vw;
  }
  main #careerpass .careerpass_title {
    width: 90%;
    margin: 0 auto;
  }
  main #careerpass .careerpass_title p {
    font-size: 3.738vw;
    line-height: 1.87;
    margin-top: 3.505vw;
  }
  main #careerpass .careerpass_ul {
    max-width: none;
    margin-top: 4.673vw;
    grid-template-columns: repeat(1, 1fr);
    gap: 8.178vw;
  }
  main #careerpass .careerpass_ul.active .careerpass_li {
    opacity: 0;
    transform: translateY(10%);
  }
  main #careerpass .careerpass_ul .careerpass_li {
    width: 100%;
    height: auto;
    padding: 7.71vw 4.673vw;
    border-radius: 2.336vw;
  }
  main #careerpass .careerpass_ul .careerpass_li::before {
    width: 118.458vw;
    height: 118.458vw;
  }
  main #careerpass .careerpass_ul .careerpass_li.active {
    opacity: 1;
    transform: translateY(0);
  }
  main #careerpass .careerpass_ul .careerpass_li-02::before {
    width: 97.43vw;
    height: 97.43vw;
  }
  main #careerpass .careerpass_ul .careerpass_li .careerpass_li_inner {
    flex-direction: column;
  }
  main #careerpass .careerpass_ul .careerpass_li .years_txt {
    font-size: 6.542vw;
    margin-top: 3.505vw;
  }
  main #careerpass .careerpass_list_box {
    width: 100%;
    margin-top: 12vw;
    padding-top: 0;
  }
  main #careerpass .careerpass_list_box::before {
    width: 0.935vw;
    left: 5vw;
    border-radius: 2.336vw;
  }
  main #careerpass .careerpass_list_li {
    width: 100%;
    margin-top: -4.673vw;
    margin-bottom: 10vw;
    padding-left: 11.682vw;
  }
  main #careerpass .careerpass_list_li::before {
    width: 7.243vw;
    height: 7.243vw;
    border: 0.935vw solid #ffffff;
    top: 1.4vw;
    left: 1.636vw;
  }
  main #careerpass .careerpass_list_li p {
    font-size: 4.206vw;
  }
  main #careerpass .careerpass_list_li p.careerpass_list_li_years_txt {
    font-size: 4.673vw;
  }
}
main.page-recruit {
  overflow: clip;
}
main.page-recruit #about-intro::after {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/bg-recruit-top.webp) no-repeat right top/62%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  main.page-recruit #about-intro::after {
    content: "";
    width: 100%;
    height: 100%;
    background: url(../images/sp/bg-recruit-top.webp) no-repeat right top/contain;
    position: absolute;
    top: 0;
    left: 0;
  }
}
main #movie {
  max-width: 96.771vw;
  height: 29.583vw;
  background-color: #fbeeea;
  border-top-right-radius: 1.563vw;
  border-bottom-right-radius: 1.563vw;
  margin-top: 16vw;
  padding-top: 5.469vw;
  padding-left: 10.417vw;
  scroll-margin-top: 16vw;
}
main #movie .movie_name {
  margin-top: 1.563vw;
  opacity: 0;
  transform: translateY(10%);
  transition: all ease-out 0.4s;
}
main #movie .movie_name.active {
  opacity: 1;
  transform: translateY(0);
}
main #movie .movie_name p {
  letter-spacing: 0.04em;
}
main #movie .movie_name p.movie_name-01 {
  font-size: 2.813vw;
  font-weight: 900;
}
main #movie .movie_name p.movie_name-02 {
  font-size: 4.583vw;
  font-weight: 900;
  margin-top: 1.042vw;
}
main #movie .movie_name p.movie_name-03 {
  font-family: "montserrat", sans-serif;
  font-style: normal;
  font-size: 1.979vw;
  margin-top: 0.781vw;
}
main #movie .movie_name .movie_name-flex {
  flex-direction: column;
}
main #movie .movie_img {
  width: 52.24vw;
  position: absolute;
  top: -5.99vw;
  right: 6.771vw;
}
main #movie .movie_img::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.4s;
  border-radius: 1.042vw;
}
main #movie .movie_img img {
  border-radius: 1.042vw;
}
main #movie .movie_img .movie_btn {
  width: 8.646vw;
  height: 8.646vw;
  border: 2px solid #ed4d1c;
  border-radius: 50%;
  background-color: rgba(237, 77, 28, 0.6);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  cursor: pointer;
  transition: all 0.4s;
}
main #movie .movie_img .movie_btn::before {
  content: "";
  width: 3.646vw;
  height: 4.167vw;
  background-color: #ffffff;
  clip-path: polygon(100% 55%, 0 0, 0 100%);
  position: absolute;
  top: 50%;
  left: 55%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 767px) {
  main #movie .movie_img:hover::before {
    opacity: 0.5;
  }
  main #movie .movie_img:hover .movie_btn {
    transform: translate(-50%, -50%) scale(0.8);
  }
}
@media screen and (max-width: 767px) {
  main #movie {
    max-width: 95.327vw;
    height: 109.813vw;
    border-top-right-radius: 4.673vw;
    border-bottom-right-radius: 4.673vw;
    margin-top: 18.692vw;
    padding-top: 10.514vw;
    padding-left: 8.178vw;
  }
  main #movie .movie_name {
    margin-top: 56.075vw;
  }
  main #movie .movie_name p {
    letter-spacing: 0.04em;
  }
  main #movie .movie_name p.movie_name-01 {
    font-size: 6.542vw;
  }
  main #movie .movie_name p.movie_name-02 {
    width: 60%;
    font-size: 9.346vw;
    margin-top: 2.336vw;
  }
  main #movie .movie_name p.movie_name-03 {
    width: 34%;
    font-size: 3.738vw;
    font-weight: 900;
    margin-top: 1.168vw;
  }
  main #movie .movie_name .movie_name-flex {
    flex-direction: row;
    align-items: center;
    gap: 1.168vw;
  }
  main #movie .movie_img {
    width: 81.308vw;
    top: 28.505vw;
    right: auto;
    left: 8.411vw;
  }
  main #movie .movie_img img {
    border-radius: 2vw;
  }
  main #movie .movie_img .movie_btn {
    width: 16.355vw;
    height: 16.355vw;
    border: 1px solid #ed4d1c;
  }
  main #movie .movie_img .movie_btn::before {
    content: "";
    width: 6.776vw;
    height: 7.944vw;
  }
}
main #feature {
  padding-top: 5.208vw;
  padding-bottom: 5.208vw;
  scroll-margin-top: 0.5vw;
}
main #feature .feature_ul {
  grid-template-columns: repeat(4, 1fr);
  max-width: 75.052vw;
  margin-top: 3.802vw;
  margin-left: auto;
}
main #feature .feature_ul.active .feature_li {
  opacity: 1;
  transform: translateY(0);
}
main #feature .feature_ul.active .feature_li:nth-of-type(2) {
  transition-delay: 0.2s;
}
main #feature .feature_ul.active .feature_li:nth-of-type(3) {
  transition-delay: 0.3s;
}
main #feature .feature_ul.active .feature_li:nth-of-type(4) {
  transition-delay: 0.4s;
}
main #feature .feature_li {
  opacity: 0;
  transform: translateY(10%);
  transition: all ease-out 0.4s;
}
main #feature .feature_li-img {
  height: 11.823vw;
  margin: 0 auto;
}
main #feature .feature_li-txt {
  margin-top: 1.25vw;
}
main #feature .feature_li-txt p {
  font-size: 0.833vw;
  line-height: 1.75;
  letter-spacing: 0.04em;
  text-align: center;
}
main #feature .feature_li-txt p.feature_li-txt-title {
  font-size: 1.146vw;
  font-weight: 900;
}
main #feature .feature_li-01 .feature_li-img {
  width: 14.271vw;
}
main #feature .feature_li-02 .feature_li-img {
  width: 12.031vw;
}
main #feature .feature_li-03 .feature_li-img {
  width: 11.354vw;
}
main #feature .feature_li-04 .feature_li-img {
  width: 14.167vw;
}
main #feature .lounge_box {
  width: 74.01vw;
  margin-top: 2.083vw;
  margin-left: auto;
  padding: 2.5vw 5.99vw;
  border-radius: 1.042vw;
  background-color: #ed4d1c;
  justify-content: space-between;
  align-items: center;
  opacity: 0;
  transform: translateY(10%);
  transition: all ease-out 0.4s;
}
main #feature .lounge_box.active {
  opacity: 1;
  transform: translateY(0);
}
main #feature .lounge_box .lounge_box_img {
  width: 22%;
}
main #feature .lounge_box .lounge_box_txt {
  width: 73%;
}
main #feature .lounge_box .lounge_box_txt p {
  color: #ffffff;
  font-size: 1.25vw;
  line-height: 1.75;
  letter-spacing: 0.04em;
}
main #feature .lounge_box .lounge_box_txt p.lounge_box_txt-title {
  font-size: 2.396vw;
  line-height: 1.45;
  letter-spacing: 0.06em;
  font-weight: 900;
  margin-bottom: 1.667vw;
}
@media screen and (max-width: 767px) {
  main #feature {
    padding-top: 11.682vw;
    padding-bottom: 11.682vw;
    scroll-margin-top: 5vw;
  }
  main #feature .feature_ul {
    grid-template-columns: repeat(2, 1fr);
    max-width: 82.009vw;
    margin: 0 auto;
    margin-top: 4.673vw;
    gap: 7.009vw 4.673vw;
  }
  main #feature .feature_li-img {
    height: auto;
  }
  main #feature .feature_li-txt {
    margin-top: 3.505vw;
  }
  main #feature .feature_li-txt p {
    font-size: 3.271vw;
    line-height: 1.57;
    letter-spacing: -0.06em;
    text-align: left;
  }
  main #feature .feature_li-txt p.feature_li-txt-title {
    font-size: 4.206vw;
    letter-spacing: 0.04em;
    text-align: center;
  }
  main #feature .feature_li-01 .feature_li-img {
    width: 35.047vw;
  }
  main #feature .feature_li-02 .feature_li-img {
    width: 29.907vw;
  }
  main #feature .feature_li-03 .feature_li-img {
    width: 27.804vw;
  }
  main #feature .feature_li-04 .feature_li-img {
    width: 34.579vw;
  }
  main #feature .lounge_box {
    width: 100%;
    margin: 0 auto;
    margin-top: 7.009vw;
    padding: 7.477vw 3.972vw 9.346vw;
    border-radius: 4.673vw;
    background-color: #ed4d1c;
    flex-direction: column;
  }
  main #feature .lounge_box .lounge_box_img {
    width: 32.477vw;
  }
  main #feature .lounge_box .lounge_box_txt {
    width: 100%;
    margin-top: 7.71vw;
  }
  main #feature .lounge_box .lounge_box_txt p {
    font-size: 3.738vw;
    line-height: 1.37;
  }
  main #feature .lounge_box .lounge_box_txt p.lounge_box_txt-title {
    font-size: 5.607vw;
    line-height: 1.58;
    letter-spacing: 0.03em;
    margin-bottom: 4.673vw;
  }
}
main #guidelines {
  max-width: 96.25vw;
  background-color: #fbeeea;
  border-top-right-radius: 1.563vw;
  border-bottom-right-radius: 1.563vw;
  padding-top: 5.417vw;
  padding-left: 10.156vw;
  padding-bottom: 4.844vw;
  scroll-margin-top: 1vw;
}
main #guidelines .guidelines_ul {
  max-width: 64.74vw;
  margin-top: 2.969vw;
  margin-left: 7.813vw;
  opacity: 0;
  transform: translateY(10%);
  transition: all ease-out 0.4s;
}
main #guidelines .guidelines_ul.active {
  opacity: 1;
  transform: translateY(0);
}
main #guidelines .guidelines_li {
  margin-bottom: 1.146vw;
  justify-content: space-between;
  align-items: center;
}
main #guidelines .guidelines_li:last-of-type {
  margin-bottom: 0;
}
main #guidelines .guidelines_li-title {
  width: 21%;
  color: #ed4d1c;
  font-size: 1.458vw;
  font-weight: 900;
  letter-spacing: 0.06em;
}
main #guidelines .guidelines_li-txt {
  width: 69%;
  padding: 0.521vw 0;
  padding-left: 6.25vw;
  font-size: 1.042vw;
  line-height: 1.7;
  letter-spacing: 0.04em;
  position: relative;
}
main #guidelines .guidelines_li-txt::after {
  content: "";
  width: 0.26vw;
  height: 100%;
  background-color: #ed4d1c;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  main #guidelines {
    max-width: 95.327vw;
    border-top-right-radius: 4.673vw;
    border-bottom-right-radius: 4.673vw;
    padding-top: 8.178vw;
    padding-left: 8.178vw;
    padding-bottom: 8.178vw;
    scroll-margin-top: 7vw;
  }
  main #guidelines .guidelines_ul {
    max-width: 79.439vw;
    margin-top: 5.374vw;
    margin-left: 0;
  }
  main #guidelines .guidelines_li {
    margin-bottom: 4.673vw;
    flex-direction: column;
    align-items: flex-start;
  }
  main #guidelines .guidelines_li-title {
    width: 100%;
    font-size: 5.607vw;
  }
  main #guidelines .guidelines_li-txt {
    width: 100%;
    margin-top: 2.336vw;
    padding: 3.037vw 0 0;
    font-size: 3.738vw;
    line-height: 1.37;
    letter-spacing: 0.06em;
  }
  main #guidelines .guidelines_li-txt::after {
    content: "";
    width: 100%;
    height: 0.467vw;
    top: 0;
    left: 0;
    transform: none;
  }
}
main #benefits {
  padding-top: 5.208vw;
  padding-bottom: 5.208vw;
  scroll-margin-top: 1vw;
}
main #benefits .benefits_ul {
  grid-template-columns: repeat(3, 1fr);
  gap: 1.823vw 2.083vw;
  align-items: center;
  max-width: 73.906vw;
  margin-top: 1.563vw;
  margin-left: auto;
}
main #benefits .benefits_ul.active .benefits_li {
  opacity: 1;
  transform: translateY(0);
}
main #benefits .benefits_ul.active .benefits_li:nth-of-type(2) {
  transition-delay: 0.2s;
}
main #benefits .benefits_ul.active .benefits_li:nth-of-type(3) {
  transition-delay: 0.3s;
}
main #benefits .benefits_ul.active .benefits_li:nth-of-type(4) {
  transition-delay: 0.4s;
}
main #benefits .benefits_ul.active .benefits_li:nth-of-type(5) {
  transition-delay: 0.5s;
}
main #benefits .benefits_ul.active .benefits_li:nth-of-type(6) {
  transition-delay: 0.6s;
}
main #benefits .benefits_ul.active .benefits_li:nth-of-type(7) {
  transition-delay: 0.7s;
}
main #benefits .benefits_ul.active .benefits_li:nth-of-type(8) {
  transition-delay: 0.8s;
}
main #benefits .benefits_ul.active .benefits_li:nth-of-type(9) {
  transition-delay: 0.9s;
}
main #benefits .benefits_li {
  width: 23.229vw;
  height: 23.229vw;
  padding: 0 2.292vw;
  border-radius: 1.042vw;
  background-color: #fbeeea;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transform: translateY(10%);
  transition: all ease-out 0.4s;
}
main #benefits .benefits_li-txt {
  margin-top: 1.719vw;
}
main #benefits .benefits_li-txt p {
  font-size: 0.833vw;
  line-height: 1.75;
  letter-spacing: 0.04em;
  text-align: center;
}
main #benefits .benefits_li-txt p.benefits_li-title {
  font-size: 1.146vw;
  font-weight: 900;
  margin-bottom: 0.781vw;
}
main #benefits .benefits_li-01 .benefits_li-img {
  width: 10.833vw;
}
main #benefits .benefits_li-02 .benefits_li-img {
  width: 8.698vw;
}
main #benefits .benefits_li-03 .benefits_li-img {
  width: 11.927vw;
}
main #benefits .benefits_li-04 .benefits_li-img {
  width: 10.781vw;
}
main #benefits .benefits_li-05 .benefits_li-img {
  width: 10.781vw;
}
main #benefits .benefits_li-06 .benefits_li-img {
  width: 11.406vw;
}
main #benefits .benefits_li-07 .benefits_li-img {
  width: 10.625vw;
}
main #benefits .benefits_li-08 .benefits_li-img {
  width: 10.417vw;
}
main #benefits .benefits_li-09 .benefits_li-img {
  width: 10.781vw;
}
@media screen and (max-width: 767px) {
  main #benefits {
    padding-top: 11.682vw;
    padding-bottom: 11.682vw;
    scroll-margin-top: 2.5vw;
  }
  main #benefits .benefits_ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.336vw;
    max-width: 100%;
    margin: 0 auto;
    margin-top: 4.673vw;
  }
  main #benefits .benefits_li {
    width: 43.925vw;
    height: 43.925vw;
    padding: 0 2.336vw;
    border-radius: 2.336vw;
  }
  main #benefits .benefits_li-txt {
    margin-top: 3.505vw;
  }
  main #benefits .benefits_li-txt p {
    font-size: 2.804vw;
    line-height: 1.41;
    text-align: left;
  }
  main #benefits .benefits_li-txt p.benefits_li-title {
    font-size: 3.271vw;
    text-align: center;
    margin-bottom: 1.168vw;
  }
  main #benefits .benefits_li-01 .benefits_li-img {
    width: 17.757vw;
  }
  main #benefits .benefits_li-02 .benefits_li-img {
    width: 14.252vw;
  }
  main #benefits .benefits_li-03 .benefits_li-img {
    width: 19.626vw;
  }
  main #benefits .benefits_li-04 .benefits_li-img {
    width: 17.523vw;
  }
  main #benefits .benefits_li-05 .benefits_li-img {
    width: 17.523vw;
  }
  main #benefits .benefits_li-06 .benefits_li-img {
    width: 18.692vw;
  }
  main #benefits .benefits_li-07 .benefits_li-img {
    width: 17.523vw;
  }
  main #benefits .benefits_li-08 .benefits_li-img {
    width: 17.056vw;
  }
  main #benefits .benefits_li-09 .benefits_li-img {
    width: 17.757vw;
  }
}
main #flow {
  max-width: 96.25vw;
  background-color: #fbeeea;
  border-top-right-radius: 1.563vw;
  border-bottom-right-radius: 1.563vw;
  padding-top: 5.417vw;
  padding-left: 10.156vw;
  padding-bottom: 4.844vw;
  z-index: 10;
  scroll-margin-top: 2vw;
}
main #flow .flow_pic {
  max-width: 79.167vw;
  margin-top: 2.083vw;
  opacity: 0;
  transform: translateY(10%);
  transition: all ease-out 0.4s;
}
main #flow .flow_pic.active {
  opacity: 1;
  transform: translateY(0);
}
main #flow .flow_pic.active .flow_pic_svg #mask-line02 {
  animation: h-written02 2s 0.5s 1 forwards;
}
main #flow .flow_pic.active .flow_txt div {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1s;
}
main #flow .flow_pic .flow_pic_svg {
  position: relative;
}
main #flow .flow_pic .flow_pic_svg .svg_line {
  position: absolute;
  bottom: -0.8vw;
  left: -1.2vw;
  width: 103%;
  max-width: 80.9vw;
}
main #flow .flow_pic .flow_pic_svg .svg_line svg {
  display: block;
}
main #flow .flow_pic .flow_txt {
  display: flex;
  margin-top: 1.563vw;
}
main #flow .flow_pic .flow_txt div {
  width: 24%;
  text-align: center;
  font-size: 0.833vw;
  line-height: 1.75;
  position: relative;
  opacity: 0;
  transform: translateY(10%);
  transition: all ease-out 0.4s;
}
main #flow .flow_pic .flow_txt div:first-of-type {
  width: 26%;
}
main #flow .flow_pic .flow_txt div span {
  font-size: 0.885vw;
}
@media screen and (max-width: 767px) {
  main #flow {
    max-width: 95.327vw;
    border-top-right-radius: 4.673vw;
    border-bottom-right-radius: 4.673vw;
    padding-top: 7.944vw;
    padding-left: 5.841vw;
    padding-bottom: 11.215vw;
    scroll-margin-top: 8vw;
  }
  main #flow .flow_pic {
    max-width: 87.15vw;
    margin-top: 5.841vw;
  }
  main #flow .flow_pic.active .flow_pic_svg #mask-line-1 {
    animation: h-written03 4s linear 0.7s 1 forwards;
  }
  main #flow .flow_pic .flow_pic_svg .svg_line {
    top: -1.869vw;
    bottom: auto;
    left: auto;
    right: -0.467vw;
    width: 81.1%;
    max-width: 74.5vw;
  }
  main #flow .flow_pic .flow_txt {
    display: none;
  }
}
main #faq {
  padding-top: 13.281vw;
  padding-bottom: 25.521vw;
  scroll-margin-top: -7vw;
}
main #faq .faq_ul {
  width: 100%;
  margin-top: 3.906vw;
}
main #faq .faq_li {
  margin-bottom: 1.042vw;
  background-color: #fbeeea;
  border-radius: 1.563vw;
  padding: 2.604vw 2.083vw;
  opacity: 0;
  transform: translateY(10%);
  transition: all ease-out 0.4s;
}
main #faq .faq_li:last-of-type {
  margin-bottom: 0;
}
main #faq .faq_li.active {
  opacity: 1;
  transform: translateY(0);
}
main #faq .faq_li .q_txt {
  color: #ed4d1c;
  font-size: 1.042vw;
  letter-spacing: 0.06em;
  font-weight: 900;
  position: relative;
  padding-left: 6.771vw;
  margin-bottom: 2.5vw;
}
main #faq .faq_li .q_txt::before {
  content: "";
  width: 3.229vw;
  height: 3.229vw;
  background-image: url(../images/icon_q.webp);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
main #faq .faq_li .q_txt-type02 {
  margin-bottom: 1vw;
}
main #faq .faq_li .a_txt {
  font-size: 1.042vw;
  line-height: 1.35;
  letter-spacing: 0.04em;
  position: relative;
  padding-left: 6.771vw;
}
main #faq .faq_li .a_txt::before {
  content: "";
  width: 3.229vw;
  height: 3.229vw;
  background-image: url(../images/icon_a.webp);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -0.3vw;
  left: 0;
}
main #faq .faq_li .a_txt-type02 {
  padding-top: 2.3vw;
}
main #faq .faq_li .a_txt-type02::before {
  top: 75%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  main #faq {
    padding-top: 61.916vw;
    padding-bottom: 86.449vw;
    scroll-margin-top: -48vw;
  }
  main #faq .faq_ul {
    width: 100%;
    margin-top: 7.009vw;
  }
  main #faq .faq_li {
    margin-bottom: 4.673vw;
    border-radius: 4.673vw;
    padding: 8.178vw 3.505vw;
  }
  main #faq .faq_li .q_txt {
    font-size: 4.206vw;
    line-height: 1.66;
    padding-left: 15.187vw;
    margin-bottom: 4.673vw;
  }
  main #faq .faq_li .q_txt::before {
    width: 10.514vw;
    height: 10.514vw;
  }
  main #faq .faq_li .q_txt-type02 {
    margin-bottom: 4.673vw;
  }
  main #faq .faq_li .a_txt {
    font-size: 4.206vw;
    line-height: 1.66;
    padding-left: 15.187vw;
  }
  main #faq .faq_li .a_txt::before {
    width: 10.514vw;
    height: 10.514vw;
    top: 0;
  }
  main #faq .faq_li .a_txt-type02 {
    padding-top: 0;
  }
  main #faq .faq_li .a_txt-type02::before {
    top: 0;
    transform: none;
  }
}

footer {
  margin-top: -20.833vw;
  padding-top: 10vw;
  padding-bottom: 0.833vw;
  background-color: #000000;
  color: #ffffff;
  clip-path: polygon(0 0, 100% 40%, 100% 100%, 0% 100%);
}
footer .footer_inner {
  width: 90%;
  max-width: 87.5vw;
  margin-left: 8.854vw;
}
footer .copy_txt {
  font-family: "montserrat", sans-serif;
  font-size: 0.938vw;
  letter-spacing: 0.04em;
  font-weight: 500;
  text-align: right;
  margin-top: 4.583vw;
}
@media screen and (max-width: 767px) {
  footer {
    margin-top: -74.766vw;
    padding-top: 26.869vw;
    padding-bottom: 12.85vw;
    clip-path: polygon(0 0, 100% 10%, 100% 100%, 0% 100%);
  }
  footer .footer_inner {
    width: 95%;
    max-width: 90.654vw;
    margin: 0 auto;
  }
  footer .copy_txt {
    font-size: 2.804vw;
    margin-top: 9.346vw;
    text-align: center;
  }
}

.btn_entryform {
  width: 10.208vw;
  height: 10.208vw;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  bottom: 2.604vw;
  right: 2.604vw;
  z-index: 90;
  opacity: 0;
  transition: opacity 0.4s;
}
.btn_entryform.active {
  opacity: 1;
}
.btn_entryform.stopped {
  position: absolute;
}
.btn_entryform a {
  display: block;
  transition: all 0.4s;
}
.btn_entryform a .btn_entryform_inner {
  width: 7.135vw;
  height: 7.135vw;
  position: relative;
}
.btn_entryform a .btn_entryform_inner::before {
  content: "";
  width: 10.208vw;
  height: 10.208vw;
  background-image: url(../images/btn_entry_circle.webp);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: rotate 10s linear infinite;
}
.btn_entryform a .btn_entryform_inner img {
  transition: all 0.4s;
}
@media screen and (min-width: 767px) {
  .btn_entryform a:hover .btn_entryform_inner img {
    transform: scale(0.9);
  }
}
@media screen and (max-width: 767px) {
  .btn_entryform {
    width: 27.103vw;
    height: 27.103vw;
    bottom: 3.505vw;
    right: 3.505vw;
    transform: scale(0.9);
  }
  .btn_entryform a .btn_entryform_inner {
    width: 19.159vw;
    height: 19.159vw;
    position: relative;
  }
  .btn_entryform a .btn_entryform_inner::before {
    width: 27.103vw;
    height: 27.103vw;
  }
}

.btn_entryform.is-white a .btn_entryform_inner::before {
  filter: brightness(0) invert(1);
  transition: filter 0.4s;
}
.btn_entryform.is-white a .btn_entryform_inner img {
  filter: brightness(0) invert(1);
  transition: filter 0.4s;
}

.modal_box {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
}
.modal_box .modal_inner {
  width: 90%;
  max-width: 79.115vw;
  border-radius: 1.563vw;
  margin: 0 auto;
  position: absolute;
  background-color: #ffffff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}
.modal_box .modal_inner-product::before {
  content: "";
  width: 31.615vw;
  height: 31.615vw;
  background-image: url(../images/icon-product.webp);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 7.813vw;
  transform: translateY(-50%);
  z-index: -1;
  opacity: 0.3;
}
.modal_box .modal_inner-fmd::before {
  content: "";
  width: 31.615vw;
  height: 31.615vw;
  background-image: url(../images/icon-fmd.webp);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 7.813vw;
  transform: translateY(-50%);
  z-index: -1;
  opacity: 0.3;
}
.modal_box .modal_inner-lmd::before {
  content: "";
  width: 31.615vw;
  height: 31.615vw;
  background-image: url(../images/icon-lmd.webp);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 7.813vw;
  transform: translateY(-50%);
  z-index: -1;
  opacity: 0.3;
}
.modal_box .modal_inner-contents::before {
  content: "";
  width: 31.615vw;
  height: 31.615vw;
  background-image: url(../images/icon-contents.webp);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 7.813vw;
  transform: translateY(-50%);
  z-index: -1;
  opacity: 0.3;
}
.modal_box .modal_inner-ec::before {
  content: "";
  width: 31.615vw;
  height: 31.615vw;
  background-image: url(../images/icon-ec.webp);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 7.813vw;
  transform: translateY(-50%);
  z-index: -1;
  opacity: 0.3;
}
.modal_box .modal_inner-hd::before {
  content: "";
  width: 31.615vw;
  height: 31.615vw;
  background-image: url(../images/icon-hd.webp);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 7.813vw;
  transform: translateY(-50%);
  z-index: -1;
  opacity: 0.3;
}
.modal_box .modal_inner_box {
  width: 71.875vw;
  padding-top: 1vw;
  padding-left: 3.177vw;
  gap: 3.906vw;
}
.modal_box .modal_inner_box-left {
  width: 47%;
  padding-top: 1vw;
  position: relative;
}
.modal_box .modal_inner_box-right {
  width: 49%;
  padding-top: 1vw;
  position: relative;
}
.modal_box .modal_inner_box-right::after {
  content: "";
  width: 100%;
  height: 6.094vw;
  background: #ffffff;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 1%, rgba(255, 255, 255, 0.9) 70%, rgb(255, 255, 255) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  pointer-events: none;
}
.modal_box .modal_inner_box-right .modal_inner_box-right_inner {
  height: 38.542vw;
  padding-bottom: 6.094vw;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.modal_box .modal_inner_box-right .about_txt {
  font-size: 1.354vw;
  font-weight: 900;
  line-height: 1.92;
  letter-spacing: 0.04em;
  border-bottom: 1px solid #ed4d1c;
  padding-bottom: 2.083vw;
  margin-bottom: 2.083vw;
  transform: rotate(0.05deg);
}
.modal_box .modal_inner_box .modal_inner_box_title {
  position: absolute;
  top: 1.823vw;
  left: 1.823vw;
}
.modal_box .modal_inner_box .modal_inner_box_title .job_copy {
  font-size: 1.146vw;
  font-weight: 800;
}
.modal_box .modal_inner_box .modal_inner_box_title .job_copy-product {
  color: #e06030;
}
.modal_box .modal_inner_box .modal_inner_box_title .job_copy-fmd {
  color: #4487c0;
}
.modal_box .modal_inner_box .modal_inner_box_title .job_copy-lmd {
  color: #0f9d78;
}
.modal_box .modal_inner_box .modal_inner_box_title .job_copy-contents {
  color: #e3aac9;
}
.modal_box .modal_inner_box .modal_inner_box_title .job_copy-ec {
  color: #f9d314;
}
.modal_box .modal_inner_box .modal_inner_box_title .job_copy-hd {
  color: #ff9e23;
}
.modal_box .modal_inner_box .modal_inner_box_title .job_name {
  font-size: 1.979vw;
  font-weight: 900;
  margin-top: 0.521vw;
  transform: rotate(0.05deg);
}
.modal_box .modal_inner_box .job_details_ul .job_details_li {
  margin-bottom: 2.083vw;
}
.modal_box .modal_inner_box .job_details_ul .job_details_li:last-of-type {
  margin-bottom: 0;
}
.modal_box .modal_inner_box .job_details_ul .job_details_title {
  font-size: 1.771vw;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: 0.04em;
}
.modal_box .modal_inner_box .job_details_ul .job_details_txt {
  font-size: 0.938vw;
  line-height: 1.66;
  letter-spacing: 0.04em;
  margin-top: 1.042vw;
}
.modal_box .close_btn {
  width: 3.229vw;
  height: 3.229vw;
  border: 2px solid #ffffff;
  border-radius: 50%;
  position: absolute;
  top: -2.187vw;
  right: -6.354vw;
  cursor: pointer;
  transition: all 0.4s;
}
.modal_box .close_btn::before, .modal_box .close_btn::after {
  content: "";
  width: 1.823vw;
  height: 0.104vw;
  background-color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  transition: all 0.4s;
}
.modal_box .close_btn::after {
  transform: translate(-50%, -50%) rotate(45deg);
}
@media screen and (min-width: 767px) {
  .modal_box .close_btn:hover {
    background-color: #ffffff;
  }
  .modal_box .close_btn:hover::before, .modal_box .close_btn:hover::after {
    background-color: #ed4d1c;
  }
}
.modal_box .close_btn-type02 {
  width: 19.271vw;
  height: 4.167vw;
  border-radius: 4.167vw;
  background-color: #ed4d1c;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-size: 1.771vw;
  font-family: "montserrat", sans-serif;
  font-style: normal;
  letter-spacing: 0.04em;
  margin: 0 auto;
  margin-top: 3.125vw;
  cursor: pointer;
  transition: all 0.4s;
}
@media screen and (min-width: 767px) {
  .modal_box .close_btn-type02:hover {
    background-color: #ffffff;
    color: #ed4d1c;
  }
}
@media screen and (max-width: 767px) {
  .modal_box {
    overflow-y: scroll;
    padding: 7.009vw 0;
  }
  .modal_box .modal_inner {
    width: 95%;
    max-width: 90.654vw;
    height: auto;
    border-radius: 2.336vw;
    position: relative;
    top: 0;
    left: 0;
    transform: none;
  }
  .modal_box .modal_inner-product::before {
    content: "";
    width: 74.533vw;
    height: 74.533vw;
    top: 51.402vw;
    left: 50%;
    transform: translateX(-50%);
  }
  .modal_box .modal_inner-fmd::before {
    content: "";
    width: 74.533vw;
    height: 74.533vw;
    top: 51.402vw;
    left: 50%;
    transform: translateX(-50%);
  }
  .modal_box .modal_inner-lmd::before {
    content: "";
    width: 74.533vw;
    height: 74.533vw;
    top: 51.402vw;
    left: 50%;
    transform: translateX(-50%);
  }
  .modal_box .modal_inner-contents::before {
    content: "";
    width: 74.533vw;
    height: 74.533vw;
    top: 51.402vw;
    left: 50%;
    transform: translateX(-50%);
  }
  .modal_box .modal_inner-ec::before {
    content: "";
    width: 74.533vw;
    height: 74.533vw;
    top: 51.402vw;
    left: 50%;
    transform: translateX(-50%);
  }
  .modal_box .modal_inner-hd::before {
    content: "";
    width: 74.533vw;
    height: 74.533vw;
    top: 51.402vw;
    left: 50%;
    transform: translateX(-50%);
  }
  .modal_box .modal_inner_box {
    width: 100%;
    padding-top: 2.336vw;
    padding-left: 0;
    gap: 7.009vw;
    flex-direction: column;
  }
  .modal_box .modal_inner_box-left {
    width: 90%;
    padding-top: 0;
    margin: 0 auto;
  }
  .modal_box .modal_inner_box-right {
    width: 90%;
    padding-top: 0;
    margin: 0 auto;
  }
  .modal_box .modal_inner_box-right::after {
    content: none;
  }
  .modal_box .modal_inner_box-right .modal_inner_box-right_inner {
    height: auto;
    padding-bottom: 14.019vw;
    overflow: hidden;
  }
  .modal_box .modal_inner_box-right .about_txt {
    font-size: 3.738vw;
    line-height: 1.62;
    padding-bottom: 7.009vw;
    margin-bottom: 7.009vw;
  }
  .modal_box .modal_inner_box .modal_inner_box_title {
    top: 2.673vw;
    left: 1vw;
  }
  .modal_box .modal_inner_box .modal_inner_box_title .job_copy {
    font-size: 3.271vw;
  }
  .modal_box .modal_inner_box .modal_inner_box_title .job_name {
    font-size: 5.374vw;
    margin-top: 1.168vw;
  }
  .modal_box .modal_inner_box .job_details_ul .job_details_li {
    margin-bottom: 7.009vw;
  }
  .modal_box .modal_inner_box .job_details_ul .job_details_title {
    font-size: 4.673vw;
  }
  .modal_box .modal_inner_box .job_details_ul .job_details_txt {
    font-size: 3.738vw;
    line-height: 1.62;
    margin-top: 3.505vw;
  }
  .modal_box .close_btn {
    width: 7.009vw;
    height: 7.009vw;
    border: 1px solid #ffffff;
    background-color: rgba(255, 58, 0, 0.4);
    top: -3.505vw;
    right: 0;
    z-index: 10;
  }
  .modal_box .close_btn::before, .modal_box .close_btn::after {
    width: 3.505vw;
    height: 0.234vw;
  }
  .modal_box .close_btn-type02 {
    width: 46.028vw;
    height: 10.047vw;
    border-radius: 112.15vw;
    font-size: 4.673vw;
    margin-top: 7.009vw;
  }
}

/*モーダル設定*/
@media screen and (max-width: 767px) {
  .mfp-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.movie-mfp.mfp-wrap.mfp-ready .mfp-content {
  max-width: 70%;
}
@media screen and (max-width: 767px) {
  .movie-mfp.mfp-wrap.mfp-ready .mfp-content {
    max-width: 100%;
    min-height: auto;
  }
}

.mfp-close {
  width: 3.229vw !important;
  height: 3.229vw !important;
  border: 2px solid #ffffff !important;
  border-radius: 50% !important;
  position: absolute !important;
  top: -2.187vw !important;
  right: -6.354vw !important;
  cursor: pointer !important;
  transition: all 0.4s !important;
}
.mfp-close::before, .mfp-close::after {
  content: "";
  width: 1.823vw;
  height: 0.104vw;
  background-color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  transition: all 0.4s;
}
.mfp-close::after {
  transform: translate(-50%, -50%) rotate(45deg);
}
@media screen and (min-width: 767px) {
  .mfp-close:hover {
    background-color: #ffffff;
  }
  .mfp-close:hover::before, .mfp-close:hover::after {
    background-color: #ed4d1c;
  }
}
@media screen and (max-width: 767px) {
  .mfp-close {
    width: 7.009vw !important;
    height: 7.009vw !important;
    border: 1px solid #ffffff !important;
    background-color: rgba(255, 58, 0, 0.4);
    top: -9.5vw !important;
    right: 0 !important;
    z-index: 10 !important;
  }
  .mfp-close::before, .mfp-close::after {
    width: 3.505vw;
    height: 0.234vw;
  }
}

/*フェードインアウト*/
.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.9;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.3s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

/*scroll.js設定*/
.scroll-hint-icon-wrap .scroll-hint-icon {
  background: rgba(0, 0, 0, 0.35);
}
.scroll-hint-icon-wrap.is-active .scroll-hint-icon::before {
  animation: scroll-hint-appear 1.2s linear infinite;
}

@keyframes blink-animation {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}/*# sourceMappingURL=style.css.map */