@charset "UTF-8";
*::selection {
  background-color: #FFE092;
  color: #3c3c3c;
}

.windows body {
  background-color: #eeeeee !important;
}

html {
  scroll-behavior: smooth;
}

body {
  background: #F8F8F8;
}

#wrapper {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

#container {
  position: relative;
  z-index: 10;
}

.float_ig {
  position: fixed;
  z-index: 100;
  bottom: 12%;
  left: -50px;
  transform: rotate(90deg);
}
@media screen and (max-width: 1100px) {
  .float_ig {
    bottom: 17%;
    left: -64px;
  }
}
@media screen and (max-width: 768px) {
  .float_ig {
    display: none;
  }
}
@media screen and (max-height: 600px) {
  .float_ig {
    bottom: 19%;
  }
}
.float_ig a {
  display: flex;
  align-items: center;
}
.float_ig a .txt {
  display: inline-block;
  color: #3C3C3C;
  font-family: "brother-1816", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.8rem;
  margin-right: 10px;
  visibility: hidden;
}
.float_ig a .line {
  height: 2px;
  background: #3C3C3C;
  width: 40px;
  display: inline-block;
  margin-right: 10px;
  visibility: hidden;
}
.float_ig a .float_icon {
  display: inline-block;
  vertical-align: bottom;
  transform: rotate(-90deg);
}

#global_header {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 75px;
  background: transparent;
  z-index: 9500;
}
#global_header .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

.logo {
  position: absolute;
  width: 15%;
  padding-left: 20px;
  padding-top: 24px;
}
@media screen and (max-width: 520px) {
  .logo {
    padding-left: 5px;
    padding-top: 16px;
    width: auto;
  }
}
.logo a {
  display: inline-block;
  padding: 10px;
  font-family: "brother-1816", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  font-size: 4rem;
}
@media screen and (max-width: 520px) {
  .logo a {
    width: 120px;
    display: grid;
    place-items: center;
  }
}
.logo a img {
  filter: drop-shadow(2px 2px 0 rgb(255, 255, 255));
}
@media screen and (max-width: 520px) {
  .logo a img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
  }
}

#global_navi {
  display: none;
  position: absolute;
  right: 0;
  width: 65%;
  margin-right: 120px;
}
@media screen and (max-width: 1100px) {
  #global_navi {
    display: none;
  }
}
#global_navi ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
#global_navi ul li {
  position: relative;
  overflow: hidden;
}
#global_navi ul li a {
  width: 100%;
  height: 100%;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.4rem;
  color: #F57F31;
  line-height: 1;
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
}
#global_navi ul li a:hover span {
  transition: all 0.3s;
  transform: translateY(-100%);
}
#global_navi ul li a span {
  position: relative;
  display: inline-block;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #3C3C3C;
  font-size: 1.4rem;
}
#global_navi ul li a span::before {
  position: absolute;
  top: 100%;
  font-size: 1.4rem;
  color: #F57F31;
  content: attr(data-hover);
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  transform: translate3d(0, 0, 0);
  background: linear-gradient(to bottom, #FFAB4A 0%, #F57F31 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  background-position: 0 0;
}
#global_navi ul li a.outlink {
  padding-left: 20px;
  background: url(../images/common/icon_cart.svg) no-repeat left center;
}

.key_visual#top {
  position: relative;
  width: 100%;
  height: 100svh;
  z-index: 9000;
  background: linear-gradient(180deg, rgb(245, 127, 49) 0%, rgb(255, 81, 65) 100%);
}
.key_visual#top.end__sc {
  position: relative;
}
@media screen and (max-width: 520px) {
  .key_visual#top .key_infinite_text,
.key_visual#top .key_infinite_text2 {
    display: none;
  }
}
.key_visual#top .key_infinite_text .text-infinity-scroll,
.key_visual#top .key_infinite_text .text-infinity-scroll2,
.key_visual#top .key_infinite_text2 .text-infinity-scroll,
.key_visual#top .key_infinite_text2 .text-infinity-scroll2 {
  width: 100%;
  display: flex;
  overflow: hidden;
  position: absolute;
  top: 20%;
  z-index: 10;
  padding: 6px 0;
  border: 4px solid #fff;
  border-left: none;
  border-right: none;
}
.key_visual#top .key_infinite_text .text-infinity-scroll .first,
.key_visual#top .key_infinite_text .text-infinity-scroll .second,
.key_visual#top .key_infinite_text .text-infinity-scroll2 .first,
.key_visual#top .key_infinite_text .text-infinity-scroll2 .second,
.key_visual#top .key_infinite_text2 .text-infinity-scroll .first,
.key_visual#top .key_infinite_text2 .text-infinity-scroll .second,
.key_visual#top .key_infinite_text2 .text-infinity-scroll2 .first,
.key_visual#top .key_infinite_text2 .text-infinity-scroll2 .second {
  flex-shrink: 0;
  width: auto;
  height: auto;
  text-wrap: nowrap;
  word-break: keep-all;
  display: inline;
  font-size: 4vw;
  font-family: "brother-1816", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
}
@media screen and (max-width: 1100px) {
  .key_visual#top .key_infinite_text .text-infinity-scroll .first,
.key_visual#top .key_infinite_text .text-infinity-scroll .second,
.key_visual#top .key_infinite_text .text-infinity-scroll2 .first,
.key_visual#top .key_infinite_text .text-infinity-scroll2 .second,
.key_visual#top .key_infinite_text2 .text-infinity-scroll .first,
.key_visual#top .key_infinite_text2 .text-infinity-scroll .second,
.key_visual#top .key_infinite_text2 .text-infinity-scroll2 .first,
.key_visual#top .key_infinite_text2 .text-infinity-scroll2 .second {
    font-size: 3vw;
  }
}
@media screen and (max-width: 834px) {
  .key_visual#top .key_infinite_text .text-infinity-scroll .first,
.key_visual#top .key_infinite_text .text-infinity-scroll .second,
.key_visual#top .key_infinite_text .text-infinity-scroll2 .first,
.key_visual#top .key_infinite_text .text-infinity-scroll2 .second,
.key_visual#top .key_infinite_text2 .text-infinity-scroll .first,
.key_visual#top .key_infinite_text2 .text-infinity-scroll .second,
.key_visual#top .key_infinite_text2 .text-infinity-scroll2 .first,
.key_visual#top .key_infinite_text2 .text-infinity-scroll2 .second {
    font-size: 14.5vw;
  }
}
@media screen and (max-width: 520px) {
  .key_visual#top .key_infinite_text .text-infinity-scroll .first,
.key_visual#top .key_infinite_text .text-infinity-scroll .second,
.key_visual#top .key_infinite_text .text-infinity-scroll2 .first,
.key_visual#top .key_infinite_text .text-infinity-scroll2 .second,
.key_visual#top .key_infinite_text2 .text-infinity-scroll .first,
.key_visual#top .key_infinite_text2 .text-infinity-scroll .second,
.key_visual#top .key_infinite_text2 .text-infinity-scroll2 .first,
.key_visual#top .key_infinite_text2 .text-infinity-scroll2 .second {
    font-size: 18vw;
  }
}
.key_visual#top .key_infinite_text .text-infinity-scroll .first,
.key_visual#top .key_infinite_text .text-infinity-scroll2 .first,
.key_visual#top .key_infinite_text2 .text-infinity-scroll .first,
.key_visual#top .key_infinite_text2 .text-infinity-scroll2 .first {
  animation: anim--first 100s infinite linear 0.1s both;
}
.key_visual#top .key_infinite_text .text-infinity-scroll .second,
.key_visual#top .key_infinite_text .text-infinity-scroll2 .second,
.key_visual#top .key_infinite_text2 .text-infinity-scroll .second,
.key_visual#top .key_infinite_text2 .text-infinity-scroll2 .second {
  animation: anim--second 100s infinite linear 0.1s both;
}
@keyframes anim--first {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes anim--second {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-100%);
  }
}
.key_visual#top .key_infinite_text2 .text-infinity-scroll2 {
  top: 37.8%;
}
.key_visual#top .wapper_img {
  width: 100%;
  height: 100%;
  z-index: 100;
  overflow: hidden;
  filter: blur(30px);
}
.key_visual#top .wapper_img.active {
  transition: all 1.2s ease-in-out 2.2s;
  filter: blur(0);
}
.key_visual#top .wapper_img.end__sc {
  position: relative;
}
.key_visual#top .wapper_img .slider {
  width: 100%;
  height: 100svh;
  z-index: 100;
  position: relative;
}
.key_visual#top .wapper_img .slider img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  object-fit: cover;
  object-position: center bottom;
}
.key_visual#top .wapper_img .slider img.pc {
  display: inline;
}
@media screen and (max-width: 1100px) {
  .key_visual#top .wapper_img .slider img.pc {
    object-position: 50% bottom;
    object-fit: contain;
    height: 100%;
  }
}
.key_visual#top .wapper_img .slider img.sp {
  display: none;
}
@media screen and (max-width: 834px) {
  .key_visual#top .wapper_img .slider img.pc {
    display: none;
  }
  .key_visual#top .wapper_img .slider img.sp {
    display: inline-block;
    object-fit: contain;
    height: 100%;
    object-position: center bottom;
  }
}
.key_visual#top .slider__nav.js-slider__nav,
.key_visual#top .scroll {
  display: none;
}
.key_visual#top .txt_box {
  position: absolute;
  z-index: 200;
  left: 40px;
  bottom: 50px;
}
@media screen and (max-width: 520px) {
  .key_visual#top .txt_box {
    left: 15px;
    bottom: auto;
    top: 15%;
    height: 75%;
    width: 90%;
  }
}
.key_visual#top .txt_box.widescreen {
  bottom: 15px;
  left: 20px;
  padding: 10px 10px 0 10px;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.35);
}
@media screen and (max-width: 520px) {
  .key_visual#top .txt_box.widescreen {
    background: none;
  }
}
.key_visual#top .txt_box.widescreen p.txt1 span.txt_box_title {
  padding-left: 30px;
  font-size: 2.6rem;
}
.key_visual#top .txt_box.widescreen p.txt2 span.txt_wrap {
  font-size: 3.8rem;
}
.key_visual#top .txt_box.widescreen p.txt3 span.txt_wrap {
  font-size: 3.8rem;
}
.key_visual#top .txt_box.widescreen .info_box .cursor_saki {
  right: -0.3px;
  bottom: 38px;
}
.key_visual#top .txt_box.widescreen .info_box .txtmain_inner {
  font-size: 3.6rem;
}
.key_visual#top .txt_box .box_txt > p {
  width: fit-content;
  position: relative;
  overflow: hidden;
  line-height: 1.2;
}
.key_visual#top .txt_box .box_txt > p.txt1::before {
  content: "";
  position: absolute;
  z-index: 10;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 5px;
}
.key_visual#top .txt_box .box_txt > p.txt1.active::before {
  transition: all 0.35s cubic-bezier(0.17, 0.67, 0.84, 0.38);
  left: 100%;
}
.key_visual#top .txt_box .box_txt > p.txt1.active span {
  color: rgb(255, 255, 255);
  opacity: 1;
}
.key_visual#top .txt_box .box_txt > p.txt2 {
  margin-bottom: 4px;
  line-height: 1.2;
}
.key_visual#top .txt_box .box_txt > p.txt2 span {
  padding: 4px 10px 4px 0;
  line-height: 1;
  text-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 1280px) {
  .key_visual#top .txt_box .box_txt > p.txt2 span {
    font-size: 4.6rem;
  }
}
@media screen and (max-width: 520px) {
  .key_visual#top .txt_box .box_txt > p.txt2 span {
    font-size: 3.6rem;
  }
}
.key_visual#top .txt_box .box_txt > p.txt2::before {
  content: "";
  position: absolute;
  z-index: 10;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 5px;
}
.key_visual#top .txt_box .box_txt > p.txt2.active::before {
  transition: all 0.35s cubic-bezier(0.17, 0.67, 0.84, 0.38);
  left: 100%;
}
.key_visual#top .txt_box .box_txt > p.txt2.active span {
  color: rgb(255, 255, 255);
  opacity: 1;
}
.key_visual#top .txt_box .box_txt > p.txt3 {
  line-height: 1.2;
}
.key_visual#top .txt_box .box_txt > p.txt3 span {
  padding: 4px 10px 4px 0;
  line-height: 1;
  text-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 1280px) {
  .key_visual#top .txt_box .box_txt > p.txt3 span {
    font-size: 4.6rem;
  }
}
@media screen and (max-width: 520px) {
  .key_visual#top .txt_box .box_txt > p.txt3 span {
    font-size: 3.6rem;
  }
}
.key_visual#top .txt_box .box_txt > p.txt3::before {
  content: "";
  position: absolute;
  z-index: 10;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 5px;
}
.key_visual#top .txt_box .box_txt > p.txt3.active::before {
  transition: all 0.35s cubic-bezier(0.16, 0.93, 0.84, 0.38);
  left: 100%;
}
.key_visual#top .txt_box .box_txt > p.txt3.active span {
  color: rgb(255, 255, 255);
  opacity: 1;
}
.key_visual#top .txt_box .box_txt span.txt_box_title {
  position: relative;
  z-index: 1;
  display: inline-block;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  font-size: 3.6rem;
  line-height: 1.5;
  background: rgba(0, 0, 0, 0);
  padding: 4px 25px 4px 40px;
  border-radius: 5px;
  text-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
  transition: all 0.5s ease-in-out;
  opacity: 0;
  overflow: hidden;
}
@media screen and (max-width: 1280px) {
  .key_visual#top .txt_box .box_txt span.txt_box_title {
    padding: 4px 25px 4px 30px;
  }
}
@media screen and (max-width: 520px) {
  .key_visual#top .txt_box .box_txt span.txt_box_title {
    padding: 4px 14px;
    font-size: 3.2rem;
  }
}
.key_visual#top .txt_box .box_txt span.txt_wrap {
  display: inline-block;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  font-size: 6.4rem;
  position: relative;
  border-radius: 5px;
  opacity: 0;
}
@media screen and (max-width: 520px) {
  .key_visual#top .txt_box .box_txt span.txt_wrap {
    font-size: 3.2rem;
  }
}
.key_visual#top .txt_box .box_txt span.txt_wrap .carning {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: -0.35em;
  padding: 0;
}
.key_visual#top .txt_box .box_txt span.txt_wrap .carning1 {
  letter-spacing: -0.85em;
}
.key_visual#top .txt_box .box_txt span.txt_wrap .shironuki {
  font-weight: bold;
  color: rgba(255, 255, 255, 0) !important;
  -webkit-text-stroke: 2px #fff;
  text-stroke: 2px #fff;
  text-shadow: none;
}
@media screen and (max-width: 520px) {
  .key_visual#top .txt_box .box_txt span.txt_wrap .shironuki {
    -webkit-text-stroke: 1px #fff;
    text-stroke: 1px #fff;
    padding: 4px;
  }
}
.key_visual#top .txt_box .box_txt > ::before, .key_visual#top .txt_box .box_txt > ::after {
  content: "";
  width: 100%;
  height: 100%;
  z-index: 10;
  position: absolute;
  top: 0;
  left: -100%;
}
.key_visual#top .txt_box .box_txt > ::before {
  background: rgb(0, 0, 0);
}
.key_visual#top .txt_box .box_txt > ::after {
  background: rgb(255, 255, 255);
}
.key_visual#top .txt_box .info_box {
  position: relative;
  overflow: hidden;
  padding: 10px;
  margin-top: 10px;
}
@media screen and (max-width: 520px) {
  .key_visual#top .txt_box .info_box {
    position: absolute;
    bottom: 0;
    padding: 10px 20px 0 0;
  }
}
.key_visual#top .txt_box .info_box.active span {
  transition: all 0.4s ease 0.7s;
  opacity: 1;
  transform: scale(1) rotate(0);
}
.key_visual#top .txt_box .info_box.active::before {
  transition: all 0.4s ease;
  left: 110%;
}
.key_visual#top .txt_box .info_box.active::after {
  transition: all 0.4s ease 0.3s;
  left: 110%;
}
.key_visual#top .txt_box .info_box #line_wrap {
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 520px) {
  .key_visual#top .txt_box .info_box #line_wrap {
    width: 100%;
    padding-right: 5px;
  }
}
.key_visual#top .txt_box .info_box #line_wrap .line1 {
  stroke: #fff;
  stroke-width: 2;
  stroke-linecap: round;
  fill: none;
  stroke-dasharray: 500;
  stroke-dashoffset: 500;
  animation: line-animation 1.2s linear forwards 5.8s;
}
@media screen and (max-width: 520px) {
  .key_visual#top .txt_box .info_box #line_wrap .line1 {
    stroke-width: 3;
  }
}
.key_visual#top .txt_box .info_box .cursor_saki {
  position: absolute;
  bottom: 22px;
  right: 2.5px;
  opacity: 0;
  animation: cursorop 0.45s linear forwards 6.4s;
}
@media screen and (max-width: 1280px) {
  .key_visual#top .txt_box .info_box .cursor_saki {
    bottom: 39px;
    right: -0.5px;
  }
}
@media screen and (max-width: 520px) {
  .key_visual#top .txt_box .info_box .cursor_saki {
    bottom: 6px;
    right: 0.58%;
  }
}
.key_visual#top .txt_box .info_box .info_box_txt {
  position: relative;
  display: inline-block;
  padding: 10px 20px 12px 10px;
}
@media screen and (max-width: 520px) {
  .key_visual#top .txt_box .info_box .info_box_txt {
    padding: 0 10px 0 0;
  }
}
.key_visual#top .txt_box .info_box .info_box_txt.active .txtmain::before {
  transition: all 0.35s linear;
  left: 120%;
}
.key_visual#top .txt_box .info_box .info_box_txt.active .txtmain .txtmain_inner {
  transition: all 0.35s linear 0.4s;
  opacity: 1;
}
.key_visual#top .txt_box .info_box .info_box_txt .txtmain {
  position: relative;
  width: fit-content;
  height: fit-content;
  display: inline-block;
  overflow: hidden;
}
.key_visual#top .txt_box .info_box .info_box_txt .txtmain::before {
  content: "";
  position: absolute;
  top: 0;
  left: -120%;
  z-index: 10;
  width: 100%;
  height: 100%;
  background: #fff;
}
.key_visual#top .txt_box .info_box .info_box_txt .txtmain .txtmain_inner {
  position: relative;
  z-index: 1;
  display: inline-block;
  font-size: 4rem;
  color: #fff;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 900;
  font-style: normal;
  line-height: 1;
  opacity: 0;
}
@media screen and (max-width: 520px) {
  .key_visual#top .txt_box .info_box .info_box_txt .txtmain .txtmain_inner {
    padding: 0;
    font-size: 3rem;
    text-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
  }
}
.key_visual#top .overlay_cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 520px) {
  .key_visual#top .overlay_cover {
    height: 100%;
    background: rgba(0, 0, 0, 0.15);
  }
}

@keyframes cursorop {
  to {
    opacity: 1;
  }
}
@keyframes line-animation {
  0% {
    stroke-dashoffset: 500;
  }
  50% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes MoveLeft {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes MoveLeft2 {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
.sc_circle {
  position: absolute;
  z-index: 300;
  bottom: 50px;
  right: 50px;
  width: 128px;
  height: 128px;
}
@media screen and (max-width: 520px) {
  .sc_circle {
    width: 65px;
    height: 65px;
    bottom: 10%;
    right: 20px;
  }
}
.sc_circle .circle {
  animation: 12s linear infinite rotation1;
}
@media screen and (max-width: 520px) {
  .sc_circle .circle {
    width: 100%;
    height: 100%;
    vertical-align: bottom;
  }
}
.sc_circle .cursor {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 350;
  margin: auto;
  width: 25px;
  height: auto;
}
@media screen and (max-width: 520px) {
  .sc_circle .cursor {
    width: 12px;
  }
}

@keyframes rotation1 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.topkey_blur1 {
  visibility: hidden;
  position: absolute;
  top: 70vh;
  left: -300px;
  z-index: -1;
  opacity: 0;
}
@media screen and (max-width: 520px) {
  .topkey_blur1 {
    width: 350px;
    height: auto;
    left: -50px;
  }
}

.key_visual#sub {
  position: relative;
  padding-top: 150px;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .key_visual#sub {
    padding-top: 150px;
    margin-bottom: 80px;
  }
}
.key_visual#sub .inner {
  position: relative;
  width: 1360px;
  margin: 0 auto;
  display: grid;
  align-items: center;
}
@media screen and (max-width: 1360px) {
  .key_visual#sub .inner {
    width: 90%;
  }
}
@media screen and (max-width: 1100px) {
  .key_visual#sub .inner {
    width: 80%;
  }
}
@media screen and (max-width: 520px) {
  .key_visual#sub .inner {
    width: 90%;
  }
}
.key_visual#sub .inner .title-box {
  margin-bottom: 40px;
}
.key_visual#sub .inner .title-box .sub-title {
  color: #F57F31;
  font-size: 2rem;
  font-family: "brother-1816", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
  margin-bottom: 14px;
}
@media screen and (max-width: 520px) {
  .key_visual#sub .inner .title-box .sub-title {
    font-size: 1.6rem;
  }
}
.key_visual#sub .inner .title-box .page-title {
  font-family: "ryo-gothic-plusn", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 10rem;
  color: #3C3C3C;
  line-height: 1;
}
@media screen and (max-width: 1100px) {
  .key_visual#sub .inner .title-box .page-title {
    font-size: 6rem;
  }
}
@media screen and (max-width: 768px) {
  .key_visual#sub .inner .title-box .page-title {
    font-size: 5rem;
  }
}
@media screen and (max-height: 600px) {
  .key_visual#sub .inner .title-box .page-title {
    font-size: 4.5rem;
  }
}
.key_visual#sub .inner .title-box .page-title .after {
  display: none;
}
@media screen and (max-width: 768px) {
  .key_visual#sub .inner .title-box .page-title .after {
    display: block;
  }
}
@media screen and (max-height: 600px) {
  .key_visual#sub .inner .title-box .page-title .after {
    display: none;
  }
}
.key_visual#sub .inner .title-box .another {
  font-size: 7rem !important;
  line-height: 1.3 !important;
}
@media screen and (max-width: 768px) {
  .key_visual#sub .inner .title-box .another {
    font-size: 3.4rem !important;
  }
}
@media screen and (max-height: 600px) {
  .key_visual#sub .inner .title-box .another {
    font-size: 4.5rem !important;
  }
}

@media screen and (max-width: 768px) {
  .key_about#sub {
    margin-bottom: 0px !important;
  }
}

.pankuzu {
  width: 100%;
}
.pankuzu .navi {
  text-align: right;
  color: #F57F31;
  display: block;
  font-size: 1.6rem;
  font-family: "ryo-gothic-plusn", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-left: auto;
}
.pankuzu .navi a {
  color: #F57F31;
  display: inline-block;
  font-size: 1.6rem;
  font-family: "ryo-gothic-plusn", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.pankuzu .navi span {
  display: inline;
  font-size: 1.6rem;
  color: #3C3C3C;
  font-family: "ryo-gothic-plusn", sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media screen and (max-width: 520px) {
  .pankuzu .navi span {
    display: inline-block;
  }
}

.key_visual#recruit {
  position: relative;
  width: 100%;
  height: 100svh;
  z-index: 9000;
  background: linear-gradient(180deg, rgb(245, 127, 49) 0%, rgb(255, 81, 65) 100%);
}
.key_visual#recruit .eyecatch_pic {
  position: absolute;
  z-index: 10;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 1100px) {
  .key_visual#recruit .eyecatch_pic {
    width: 100%;
    overflow-x: hidden;
  }
}
.key_visual#recruit .eyecatch_pic img {
  position: relative;
  display: inline-block;
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
@media screen and (max-width: 1100px) {
  .key_visual#recruit .eyecatch_pic img {
    width: 100%;
    left: 6%;
  }
}
@media screen and (max-width: 834px) {
  .key_visual#recruit .eyecatch_pic img {
    width: 210%;
    left: -10%;
  }
}
@media screen and (max-width: 520px) {
  .key_visual#recruit .eyecatch_pic img {
    width: 280%;
    left: -30%;
  }
}
.key_visual#recruit .key_visual_inner {
  position: absolute;
  z-index: 50;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: end;
}
.key_visual#recruit .key_visual_inner .inner_box {
  width: 50%;
  position: relative;
  display: grid;
  place-items: center;
}
@media screen and (max-width: 834px) {
  .key_visual#recruit .key_visual_inner .inner_box {
    place-items: start center;
    width: 100%;
  }
}
.key_visual#recruit .key_visual_inner .inner_box .txt_wrap {
  text-align: right;
}
@media screen and (max-width: 834px) {
  .key_visual#recruit .key_visual_inner .inner_box .txt_wrap {
    padding: 15% 0 0 0;
    text-align: center;
  }
}
@media screen and (max-width: 520px) {
  .key_visual#recruit .key_visual_inner .inner_box .txt_wrap {
    padding: 26% 0 0 0;
  }
}
.key_visual#recruit .key_visual_inner .inner_box .txt_wrap .read {
  font-size: 2.4vw;
  color: #fff;
  font-family: "ryo-gothic-plusn", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-feature-settings: "palt";
}
@media screen and (max-width: 520px) {
  .key_visual#recruit .key_visual_inner .inner_box .txt_wrap .read {
    font-size: 5vw;
  }
}
.key_visual#recruit .key_visual_inner .inner_box .txt_wrap .main_read {
  font-size: 5vw;
  color: #fff;
  font-family: "ryo-gothic-plusn", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-feature-settings: "palt";
}
@media screen and (max-width: 520px) {
  .key_visual#recruit .key_visual_inner .inner_box .txt_wrap .main_read {
    font-size: 8vw;
  }
}
.key_visual#recruit .key_visual_inner .inner_box .txt_wrap .catch_sironuki span {
  display: block;
  color: transparent;
  -webkit-text-stroke: 1px #ffffff;
  text-stroke: 1px #ffffff;
  font-family: "ryo-gothic-plusn", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3.4vw;
  font-weight: bold;
  line-height: 1.2;
  font-feature-settings: "palt";
}
@media screen and (max-width: 520px) {
  .key_visual#recruit .key_visual_inner .inner_box .txt_wrap .catch_sironuki span {
    font-size: 6vw;
  }
}
.key_visual#recruit .pankuzu {
  position: absolute;
  z-index: 100;
  bottom: 0;
  right: 0;
}
.key_visual#recruit .pankuzu .navi {
  padding: 40px;
}
.key_visual#recruit .pankuzu .navi a {
  color: #fff;
}

.page_desc {
  width: 1360px;
  margin: 0 auto 60px;
}
@media screen and (max-width: 1360px) {
  .page_desc {
    width: 100%;
    margin: 0 auto 40px;
  }
}
@media screen and (max-width: 1100px) {
  .page_desc {
    height: auto;
  }
}
.page_desc p {
  font-feature-settings: "palt";
  font-family: "ryo-gothic-plusn", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.4rem;
  line-height: 1.8;
  color: #3C3C3C;
}
.page_desc p span {
  display: block;
  font-family: "ryo-gothic-plusn", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3.2rem;
  line-height: 1.8;
  color: #F57F31;
  font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  .page_desc p span {
    font-size: 2.3rem;
    line-height: 1.4;
    display: inline-block;
    margin-bottom: 20px;
    width: 100%;
  }
}
@media screen and (max-height: 600px) {
  .page_desc p span {
    font-size: 2.5rem;
  }
}
.page_desc p span .after {
  display: none;
}
@media screen and (max-width: 1100px) {
  .page_desc p span .after {
    display: block;
  }
}
@media screen and (max-height: 600px) {
  .page_desc p span .after {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .page_desc p {
    font-size: 1.8rem;
  }
}
@media screen and (max-height: 600px) {
  .page_desc p {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1100px) {
  .page_desc .desc_txt_sevice br {
    display: none;
  }
}

.logo-box {
  position: absolute;
  top: 20px;
  left: 15px;
  width: 150px;
  z-index: 8000;
}
.logo-box img {
  width: 100%;
}

#pankuzu {
  padding: 25px 0;
  position: relative;
  z-index: 50;
  width: 100%;
}
#pankuzu.sub {
  top: auto;
}
#pankuzu.sub.company_pan {
  position: relative;
  z-index: 1000;
}
#pankuzu.sub.company_pan * {
  color: #fff !important;
}
#pankuzu .inner {
  position: relative;
  z-index: 5;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media screen and (max-width: 1400px) {
  #pankuzu .inner {
    width: 100%;
  }
}
#pankuzu .inner a {
  font-size: 1.4rem;
  line-height: 1;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
}
#pankuzu .inner .pantxt {
  font-size: 1.4rem;
  line-height: 1;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
}

#global_footer {
  padding: 80px 0 40px;
  position: relative;
  z-index: 10;
  background: #F8F8F8;
}
#global_footer.js__bg .overlay {
  transition: height 0.65s cubic-bezier(0.72, 0.22, 0.34, 0.79);
  height: 70%;
}
@media screen and (max-width: 800px) {
  #global_footer.js__bg .overlay {
    height: 90%;
  }
}
@media screen and (max-width: 520px) {
  #global_footer.js__bg .overlay {
    height: 100%;
  }
}
#global_footer .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  border-radius: 0;
  background: linear-gradient(to bottom, #FFAB4A 0%, #F57F31 100%);
}
@media screen and (max-width: 520px) {
  #global_footer .overlay {
    border-radius: 35em 35em 0 0;
  }
}
@media screen and (max-width: 520px) {
  #global_footer {
    border-radius: 40px 40px 0 0;
    padding-top: 0;
    background: linear-gradient(to bottom, #FFAB4A 0%, #F57F31 100%);
  }
}

#global_footer .cta_area {
  position: relative;
}
#global_footer .cta_area .cta_pic {
  width: 100%;
}
@media screen and (max-width: 1680px) {
  #global_footer .cta_area .cta_pic {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 834px) {
  #global_footer .cta_area .cta_pic {
    display: none;
  }
}
#global_footer .cta_area .cta_pic_sp {
  display: none;
  width: 100%;
}
@media screen and (max-width: 834px) {
  #global_footer .cta_area .cta_pic_sp {
    display: inline-block;
  }
}
#global_footer .cta_area .cta_info {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 1360px;
  height: 100%;
  margin: 0 auto 0 0;
  display: grid;
  place-items: center;
}
@media screen and (max-width: 1360px) {
  #global_footer .cta_area .cta_info {
    width: 95%;
  }
}
@media screen and (max-width: 834px) {
  #global_footer .cta_area .cta_info {
    width: 100%;
    justify-items: center;
  }
}
@media screen and (max-width: 520px) {
  #global_footer .cta_area .cta_info {
    visibility: hidden;
  }
}
#global_footer .cta_area .cta_info .info_wrap {
  display: flex;
  justify-content: space-between;
  align-items: start;
  position: relative;
}
@media screen and (max-width: 1100px) {
  #global_footer .cta_area .cta_info .info_wrap {
    left: -3%;
  }
}
@media screen and (max-width: 834px) {
  #global_footer .cta_area .cta_info .info_wrap {
    left: auto;
    bottom: 80px;
  }
}
@media screen and (max-width: 520px) {
  #global_footer .cta_area .cta_info .info_wrap {
    bottom: 30px;
    width: 90%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 49% 49%;
    column-gap: 2%;
  }
}
#global_footer .cta_area .cta_info .info_wrap .box1 {
  margin-right: 80px;
}
@media screen and (max-width: 834px) {
  #global_footer .cta_area .cta_info .info_wrap .box1 {
    margin-right: 100px;
  }
}
@media screen and (max-width: 520px) {
  #global_footer .cta_area .cta_info .info_wrap .box1 {
    margin-right: 0;
    text-align: center;
  }
}
#global_footer .cta_area .cta_info .info_wrap .box1 .desc {
  color: #fff;
  font-size: 1.8rem;
  line-height: 1;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 520px) {
  #global_footer .cta_area .cta_info .info_wrap .box1 .desc {
    font-size: 1.2rem;
  }
}
#global_footer .cta_area .cta_info .info_wrap .box1 .link1 {
  display: inline-block;
  color: #fff;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 6.5rem;
  line-height: 1;
  margin-bottom: 8px;
}
@media screen and (max-width: 1440px) {
  #global_footer .cta_area .cta_info .info_wrap .box1 .link1 {
    font-size: 4.8rem;
  }
}
@media screen and (max-width: 1100px) {
  #global_footer .cta_area .cta_info .info_wrap .box1 .link1 {
    font-size: 2.4rem;
  }
}
#global_footer .cta_area .cta_info .info_wrap .box1 .annotation {
  color: #fff;
  font-size: 1.8rem;
  line-height: 1;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 520px) {
  #global_footer .cta_area .cta_info .info_wrap .box1 .annotation {
    font-size: 1.3rem;
  }
}
#global_footer .cta_area .cta_info .info_wrap .box2 {
  margin-right: 80px;
}
@media screen and (max-width: 834px) {
  #global_footer .cta_area .cta_info .info_wrap .box2 {
    margin-right: 0;
  }
}
@media screen and (max-width: 520px) {
  #global_footer .cta_area .cta_info .info_wrap .box2 {
    text-align: center;
  }
}
#global_footer .cta_area .cta_info .info_wrap .box2 .desc {
  color: #fff;
  font-size: 1.8rem;
  line-height: 1;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
}
#global_footer .cta_area .cta_info .info_wrap .box2 .link_tel {
  display: inline-block;
  color: #fff;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 6.5rem;
  line-height: 1;
  margin-bottom: 8px;
}
@media screen and (max-width: 1440px) {
  #global_footer .cta_area .cta_info .info_wrap .box2 .link_tel {
    font-size: 4.8rem;
  }
}
@media screen and (max-width: 1100px) {
  #global_footer .cta_area .cta_info .info_wrap .box2 .link_tel {
    font-size: 2.4rem;
  }
}
#global_footer .cta_area .cta_info .info_wrap .box3 {
  position: relative;
  top: 20px;
}
@media screen and (max-width: 834px) {
  #global_footer .cta_area .cta_info .info_wrap .box3 {
    display: none;
  }
}
#global_footer .cta_area .cta_info .info_wrap .box3 a {
  display: flex;
  align-items: center;
}
#global_footer .cta_area .cta_info .info_wrap .box3 a:hover .txt {
  transition: all 0.25s ease-in-out 0.05s;
  background-position: 0 0;
  border-bottom-color: #F57F31;
}
#global_footer .cta_area .cta_info .info_wrap .box3 a:hover .btn_circle {
  transition: background 0.35s cubic-bezier(0.47, 0.21, 0.49, 0.77) 0.2s;
  background: #3C3C3C;
}
#global_footer .cta_area .cta_info .info_wrap .box3 a .txt {
  color: #fff;
  font-size: 1.7rem;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-right: 20px;
  padding-bottom: 6px;
  border-bottom: 2px solid #fff;
  transform: translate3d(0, 0, 0);
  background: linear-gradient(to left, #fff 0%, #fff 50%, #FFAB4A 50%, #F57F31 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  background-position: 100% 0;
}
#global_footer .cta_area .cta_info .info_wrap .box3 a .btn_circle {
  width: 50px;
  height: 50px;
  background: #F57F31;
  display: grid;
  place-items: center;
  border-radius: 50%;
}
#global_footer .cta_area .cta_sns {
  position: absolute;
  bottom: 20%;
  left: 25%;
  width: 1360px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1100px) {
  #global_footer .cta_area .cta_sns {
    left: 6%;
  }
}
@media screen and (max-width: 834px) {
  #global_footer .cta_area .cta_sns {
    justify-content: space-around;
    left: auto;
    right: auto;
    width: 90%;
    margin: 0 auto;
    text-align: center;
  }
}
@media screen and (max-width: 520px) {
  #global_footer .cta_area .cta_sns {
    width: 100%;
  }
}
#global_footer .cta_area .cta_sns a {
  display: flex;
  align-items: center;
  margin-right: 80px;
}
@media screen and (max-width: 834px) {
  #global_footer .cta_area .cta_sns a {
    margin-right: 20px;
  }
}
@media screen and (max-width: 520px) {
  #global_footer .cta_area .cta_sns a {
    margin-right: 0;
    text-align: center;
  }
}
#global_footer .cta_area .cta_sns a span {
  color: #fff;
  font-size: 1.8rem;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media screen and (max-width: 834px) {
  #global_footer .cta_area .cta_sns a span {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 520px) {
  #global_footer .cta_area .cta_sns a span {
    display: none;
  }
}
#global_footer .cta_area .cta_sns a img {
  display: inline-block;
  margin-right: 20px;
}
@media screen and (max-width: 834px) {
  #global_footer .cta_area .cta_sns a img {
    margin-right: 8px;
  }
}
@media screen and (max-width: 520px) {
  #global_footer .cta_area .cta_sns a img {
    margin-right: 0;
  }
}

#global_footer .footer_content {
  padding: 60px 0 16px;
  max-width: 85vw;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1440px) {
  #global_footer .footer_content {
    max-width: 90vw;
  }
}
@media screen and (max-width: 520px) {
  #global_footer .footer_content {
    padding: 30px 0 30px;
  }
}
#global_footer .footer_content .content_top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
@media screen and (max-width: 1100px) {
  #global_footer .footer_content .content_top {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 800px) {
  #global_footer .footer_content .content_top {
    display: block;
  }
}
@media screen and (max-width: 520px) {
  #global_footer .footer_content .content_top {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 800px) {
  #global_footer .footer_content .content_top .content_top_left {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 520px) {
  #global_footer .footer_content .content_top .content_top_left {
    text-align: center;
  }
}
#global_footer .footer_content .content_top .content_top_left .f_logo {
  margin-bottom: 20px;
  width: 250px;
}
@media screen and (max-width: 520px) {
  #global_footer .footer_content .content_top .content_top_left .f_logo {
    width: 180px;
    margin: 0 auto 20px;
  }
}
#global_footer .footer_content .content_top .content_top_left .f_logo a {
  display: inline-block;
  width: 100%;
}
#global_footer .footer_content .content_top .content_top_left .f_logo a img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
#global_footer .footer_content .content_top .content_top_left .f_address {
  font-size: 1.8rem;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
  margin-bottom: 15px;
  color: #fff;
}
@media screen and (max-width: 520px) {
  #global_footer .footer_content .content_top .content_top_left .f_address {
    font-size: 2.1rem;
  }
}
#global_footer .footer_content .content_top .content_top_left .f_telnum {
  font-size: 1.8rem;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
  color: #fff;
}
#global_footer .footer_content .content_top .content_top_center {
  display: flex;
  width: 800px;
  margin: 0 auto;
  align-items: center;
}
@media screen and (max-width: 1440px) {
  #global_footer .footer_content .content_top .content_top_center {
    width: auto;
  }
}
@media screen and (max-width: 1200px) {
  #global_footer .footer_content .content_top .content_top_center {
    display: block;
    padding-left: 100px;
  }
}
@media screen and (max-width: 800px) {
  #global_footer .footer_content .content_top .content_top_center {
    display: block;
    padding-left: 0;
    margin: 0 0 20px;
  }
}
@media screen and (max-width: 520px) {
  #global_footer .footer_content .content_top .content_top_center {
    display: none;
  }
}
#global_footer .footer_content .content_top .content_top_center .pc_sns {
  margin: 0 auto;
  padding: 0 30px;
  display: block;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.2rem;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 1200px) {
  #global_footer .footer_content .content_top .content_top_center .pc_sns {
    margin: 0 0 10px;
  }
}
@media screen and (max-width: 800px) {
  #global_footer .footer_content .content_top .content_top_center .pc_sns {
    font-size: 1.6rem;
  }
}
#global_footer .footer_content .content_top .content_top_center .pc_sns:nth-child(1)::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  background-image: url(../images/common/icon_youtube_f.svg);
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 800px) {
  #global_footer .footer_content .content_top .content_top_center .pc_sns:nth-child(1)::before {
    background-size: 27px;
  }
}
#global_footer .footer_content .content_top .content_top_center .pc_sns:nth-child(2)::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(-50%, -50%);
  width: 70px;
  height: 60px;
  background-image: url(../images/common/icon_instagram_f.svg);
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 800px) {
  #global_footer .footer_content .content_top .content_top_center .pc_sns:nth-child(2)::before {
    background-size: 22px;
  }
}
#global_footer .footer_content .content_top .content_top_center .pc_sns:nth-child(3)::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  background-image: url(../images/common/icon_tiktok_f.svg);
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 800px) {
  #global_footer .footer_content .content_top .content_top_center .pc_sns:nth-child(3)::before {
    background-size: 22px;
  }
}
#global_footer .footer_content .content_top .content_top_right {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 520px) {
  #global_footer .footer_content .content_top .content_top_right {
    display: block;
    text-align: center;
  }
}
#global_footer .footer_content .content_top .content_top_right a {
  display: inline-block;
  position: relative;
  border: 1px solid #fff;
  border-radius: 2em;
  box-sizing: border-box;
  overflow: hidden;
}
@media screen and (max-width: 520px) {
  #global_footer .footer_content .content_top .content_top_right a {
    padding: 4px 24px;
    font-size: 1.6rem;
  }
}
#global_footer .footer_content .content_top .content_top_right a:hover {
  transition: all 0.3s;
  border-color: #FFE092;
}
#global_footer .footer_content .content_top .content_top_right a:hover span {
  transition: all 0.3s;
  transform: translateY(-100%);
}
@media screen and (max-width: 520px) {
  #global_footer .footer_content .content_top .content_top_right a:hover span {
    transform: none;
  }
}
#global_footer .footer_content .content_top .content_top_right a span {
  display: inline-block;
  position: relative;
  color: #fff;
  font-size: 2rem;
  line-height: 1;
  padding: 8px 24px;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  transition: all 0.3s;
}
#global_footer .footer_content .content_top .content_top_right a span::before {
  position: absolute;
  top: 100%;
  font-size: 2rem;
  color: #FFE092;
  padding: 8px 0px;
  line-height: 1;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  content: attr(data-hover);
  transform: translate3d(0, 0, 0);
}
#global_footer .footer_content .content_top .sp_sns {
  display: none;
  width: 90%;
  margin: 0 auto;
  padding: 40px 0 20px;
}
@media screen and (max-width: 520px) {
  #global_footer .footer_content .content_top .sp_sns {
    display: flex;
    justify-content: space-around;
    align-items: center;
    text-align: center;
  }
  #global_footer .footer_content .content_top .sp_sns a {
    display: inline-block;
  }
  #global_footer .footer_content .content_top .sp_sns a:last-child {
    margin-right: 0;
  }
  #global_footer .footer_content .content_top .sp_sns a:last-child img {
    width: 32px;
    height: auto;
    vertical-align: bottom;
  }
}
#global_footer .footer_content .content_navi {
  display: flex;
  column-gap: 40px;
}
@media screen and (max-width: 1440px) {
  #global_footer .footer_content .content_navi {
    column-gap: 20px;
  }
}
@media screen and (max-width: 834px) {
  #global_footer .footer_content .content_navi {
    display: grid;
    grid-template-columns: 32% 32% 32%;
    column-gap: 2%;
  }
}
@media screen and (max-width: 520px) {
  #global_footer .footer_content .content_navi {
    display: block;
  }
}
#global_footer .footer_content .content_navi .navi_block {
  margin-bottom: 30px;
}
@media screen and (max-width: 1360px) {
  #global_footer .footer_content .content_navi .navi_block {
    padding: 0 0 20px;
  }
}
@media screen and (max-width: 520px) {
  #global_footer .footer_content .content_navi .navi_block {
    margin-bottom: 0;
    padding-bottom: 0;
    overflow: hidden;
  }
}
#global_footer .footer_content .content_navi .navi_block:last-child {
  margin-bottom: 0;
}
#global_footer .footer_content .content_navi .navi_block .navi_title {
  font-size: 1.6rem;
  color: #E8E8E8;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
  margin-bottom: 18px;
  padding-bottom: 5px;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 520px) {
  #global_footer .footer_content .content_navi .navi_block .navi_title {
    font-size: 1.85rem;
    margin-bottom: 0;
    padding: 14px 0 13px;
    position: relative;
    border-bottom: 1px solid #fff;
  }
  #global_footer .footer_content .content_navi .navi_block .navi_title.js__on span::before {
    transition: all 0.35s ease;
    transform: translateX(25px);
    opacity: 0;
  }
  #global_footer .footer_content .content_navi .navi_block .navi_title.js__on span::after {
    transition: all 0.35s ease;
    transform: rotate(180deg);
  }
  #global_footer .footer_content .content_navi .navi_block .navi_title span {
    display: inline-block;
    position: absolute;
    z-index: 10;
    top: 12px;
    right: 10px;
    width: 15px;
    height: 15px;
  }
  #global_footer .footer_content .content_navi .navi_block .navi_title span::before, #global_footer .footer_content .content_navi .navi_block .navi_title span::after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 0;
  }
  #global_footer .footer_content .content_navi .navi_block .navi_title span::before {
    top: 7px;
  }
  #global_footer .footer_content .content_navi .navi_block .navi_title span::after {
    transform: rotate(90deg);
    top: 7px;
  }
}
@media screen and (max-width: 520px) {
  #global_footer .footer_content .content_navi .navi_block .navi_title.spnone {
    display: none;
  }
}
#global_footer .footer_content .content_navi .navi_block ul {
  position: relative;
}
@media screen and (max-width: 520px) {
  #global_footer .footer_content .content_navi .navi_block ul.sp_toggle {
    padding: 0;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.2);
    height: 0;
    overflow: hidden;
  }
  #global_footer .footer_content .content_navi .navi_block ul.sp_toggle li:last-child a span {
    border-bottom: none;
  }
}
#global_footer .footer_content .content_navi .navi_block ul.sp_toggle.js__on {
  transition: all 0.5s;
  top: 10px;
  padding: 20px;
  height: 100%;
  margin-bottom: 30px;
}
@media screen and (max-width: 520px) {
  #global_footer .footer_content .content_navi .navi_block ul.sp_toggle.js__on {
    padding: 10px;
  }
}
#global_footer .footer_content .content_navi .navi_block ul li {
  margin-bottom: 20px;
}
@media screen and (max-width: 520px) {
  #global_footer .footer_content .content_navi .navi_block ul li {
    margin-bottom: 0;
  }
}
#global_footer .footer_content .content_navi .navi_block ul li:last-child {
  margin-bottom: 0;
}
#global_footer .footer_content .content_navi .navi_block ul li a {
  display: inline-block;
  overflow: hidden;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  line-height: 1;
  position: relative;
}
#global_footer .footer_content .content_navi .navi_block ul li a:hover span {
  transition: all 0.3s;
  transform: translateY(-100%);
}
@media screen and (max-width: 520px) {
  #global_footer .footer_content .content_navi .navi_block ul li a:hover span {
    transform: none;
  }
}
#global_footer .footer_content .content_navi .navi_block ul li a span {
  position: relative;
  display: inline-block;
  font-size: 1.6rem;
  color: #fff;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: -0.04em;
  transition: all 0.3s;
}
@media screen and (max-width: 1440px) {
  #global_footer .footer_content .content_navi .navi_block ul li a span {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1100px) {
  #global_footer .footer_content .content_navi .navi_block ul li a span {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 834px) {
  #global_footer .footer_content .content_navi .navi_block ul li a span {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 520px) {
  #global_footer .footer_content .content_navi .navi_block ul li a span {
    box-sizing: border-box;
    font-size: 1.85rem;
    margin-bottom: 0;
    padding: 12px 0 11px;
    width: 100%;
    border-bottom: 1px solid #fff;
  }
}
#global_footer .footer_content .content_navi .navi_block ul li a span::before {
  position: absolute;
  top: 100%;
  font-size: inherit;
  color: #FFE092;
  content: attr(data-hover);
  transform: translate3d(0, 0, 0);
}
#global_footer .footer_content .relation_list {
  display: flex;
  align-items: center;
  column-gap: 40px;
  padding-top: 16px;
}
@media screen and (max-width: 834px) {
  #global_footer .footer_content .relation_list {
    display: block;
  }
}
@media screen and (max-width: 520px) {
  #global_footer .footer_content .relation_list {
    padding-top: 0;
    border-top: none;
  }
}
#global_footer .footer_content .relation_list .navi_title {
  font-size: 1.6rem;
  color: #E8E8E8;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
}
@media screen and (max-width: 834px) {
  #global_footer .footer_content .relation_list .navi_title {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 520px) {
  #global_footer .footer_content .relation_list .navi_title {
    margin-bottom: 0;
    padding: 14px 0 13px;
    position: relative;
    border-bottom: 1px solid #fff;
  }
  #global_footer .footer_content .relation_list .navi_title.js__on span::before {
    transition: all 0.35s ease;
    transform: translateX(25px);
    opacity: 0;
  }
  #global_footer .footer_content .relation_list .navi_title.js__on span::after {
    transition: all 0.35s ease;
    transform: rotate(180deg);
  }
  #global_footer .footer_content .relation_list .navi_title span {
    display: inline-block;
    position: absolute;
    z-index: 10;
    top: 12px;
    right: 10px;
    width: 15px;
    height: 15px;
  }
  #global_footer .footer_content .relation_list .navi_title span::before, #global_footer .footer_content .relation_list .navi_title span::after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 0;
  }
  #global_footer .footer_content .relation_list .navi_title span::before {
    top: 7px;
  }
  #global_footer .footer_content .relation_list .navi_title span::after {
    transform: rotate(90deg);
    top: 7px;
  }
}
#global_footer .footer_content .relation_list ul {
  display: flex;
  align-items: center;
  column-gap: 40px;
  position: relative;
}
@media screen and (max-width: 834px) {
  #global_footer .footer_content .relation_list ul {
    display: block;
  }
}
@media screen and (max-width: 520px) {
  #global_footer .footer_content .relation_list ul.sp_toggle {
    padding: 0;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.2);
    height: 0;
    overflow: hidden;
  }
}
#global_footer .footer_content .relation_list ul.sp_toggle.js__on {
  transition: all 0.5s;
  top: 10px;
  padding: 20px;
  height: 100%;
  margin-bottom: 10px;
}
@media screen and (max-width: 834px) {
  #global_footer .footer_content .relation_list ul li {
    margin-bottom: 15px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 520px) {
  #global_footer .footer_content .relation_list ul li {
    padding-left: 0;
    margin-bottom: 0;
  }
  #global_footer .footer_content .relation_list ul li:nth-child(1) a {
    border-top: 1px solid #fff;
  }
}
#global_footer .footer_content .relation_list ul li a {
  display: inline-block;
  font-size: 1.6rem;
  color: #fff;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
  font-feature-settings: "palt";
}
@media screen and (max-width: 520px) {
  #global_footer .footer_content .relation_list ul li a {
    box-sizing: border-box;
    font-size: 1.7rem;
    margin-bottom: 0;
    padding: 12px 5px 11px;
    width: 100%;
    border-bottom: 1px solid #fff;
  }
}
#global_footer .footer_content .relation_list ul li a span {
  display: inline-block;
  font-size: 1.4rem;
  color: #fff;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-feature-settings: "palt";
}

#global_footer .footer_bottom {
  position: relative;
  max-width: 85vw;
  margin: 0 auto;
  padding: 20px 0 0;
  border-top: 1px solid #fff;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1440px) {
  #global_footer .footer_bottom {
    max-width: 90vw;
  }
}
@media screen and (max-width: 520px) {
  #global_footer .footer_bottom {
    border-top: none;
  }
}
#global_footer .footer_bottom .pp_link {
  overflow: hidden;
}
#global_footer .footer_bottom .pp_link a {
  display: inline-block;
  font-size: 1.4rem;
  color: #fff;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  position: relative;
  padding: 4px 0;
  transition: all 0.3s;
}
#global_footer .footer_bottom .pp_link a:hover {
  transition: all 0.3s;
  transform: translateY(-100%);
}
#global_footer .footer_bottom .pp_link a::after {
  content: attr(data-hover);
  font-size: 1.4rem;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 10;
  transform: translate3d(0, 0, 0);
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  padding: 4px 0;
  transition: all 0.3s;
}
#global_footer .footer_bottom .copy small {
  display: inline-block;
  font-size: 1.4rem;
  color: #fff;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
}

html {
  scroll-behavior: smooth;
}

main#container {
  width: 100%;
  overflow-x: hidden;
}

article .title_wrap {
  width: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: grid;
  place-items: center;
}
article .title_wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
}
article .title_wrap .eyecatch_image {
  width: auto;
  height: 100%;
  object-fit: contain;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 10;
  filter: drop-shadow(-24px 0 0 #ff7200);
}
article .title_wrap .art_header {
  position: relative;
  width: 100%;
  z-index: 15;
  margin-left: 17%;
  opacity: 0;
}
@media screen and (max-width: 520px) {
  article .title_wrap .art_header {
    margin-bottom: 5vh;
  }
}
article .title_wrap .art_header.js__active {
  transition: all 0.25s linear 0.4s;
  opacity: 1;
}
article .title_wrap .art_header .en {
  font-family: "adobe-handwriting-ernie", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #f87436;
  font-size: 4rem;
  margin-bottom: 18px;
}
@media screen and (max-width: 520px) {
  article .title_wrap .art_header .en {
    font-size: 2rem;
  }
}
article .title_wrap .art_header .ja span {
  font-family: "toppan-bunkyu-midashi-go-std", sans-serif;
  font-weight: 900;
  font-style: normal;
  color: #fff;
  font-size: 6rem;
  line-height: 1;
  padding: 10px 14px;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 520px) {
  article .title_wrap .art_header .ja span {
    font-size: 2.8rem;
  }
}
article .title_wrap .art_header .ja span::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: rgba(255, 150, 0, 0.65);
  mix-blend-mode: overlay;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 520px) {
  article .title_wrap .art_header .ja span::after {
    background: rgba(255, 150, 0, 0.85);
  }
}
article#aboutus .title_wrap {
  background: url(../images/recruit/eyecatch/rec_content_bg1.webp) no-repeat;
  background-size: cover;
  height: 80vh;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 520px) {
  article#aboutus .title_wrap {
    height: 250px;
  }
}
article#aboutus .title_wrap::before {
  background: url(../images/recruit/eyecatch/rec_eyecatch_filter.webp) no-repeat;
  background-size: cover;
}
article#aboutus .title_wrap .eyecatch_image {
  right: -5%;
  opacity: 0;
}
article#aboutus .title_wrap .eyecatch_image.js__active {
  transition: all 0.35s linear 0.2s;
  right: 0;
  opacity: 1;
}
@media screen and (max-width: 520px) {
  article#aboutus .title_wrap .eyecatch_image.js__active {
    right: -2.5%;
  }
}
article#hd_data .title_wrap {
  background: url(../images/recruit/eyecatch/rec_content_bg2.webp) no-repeat;
  background-size: cover;
  height: 80vh;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 520px) {
  article#hd_data .title_wrap {
    height: 250px;
  }
}
article#hd_data .title_wrap::before {
  background: url(../images/recruit/eyecatch/rec_eyecatch_filter.webp) no-repeat;
  background-size: cover;
}
article#hd_data .title_wrap .eyecatch_image {
  right: -5%;
  opacity: 0;
}
article#hd_data .title_wrap .eyecatch_image.js__active {
  transition: all 0.35s linear 0.2s;
  right: 0;
  opacity: 1;
}
@media screen and (max-width: 520px) {
  article#hd_data .title_wrap .eyecatch_image.js__active {
    right: -2.5%;
  }
}
article#interview .title_wrap {
  background: url(../images/recruit/eyecatch/rec_content_bg3.webp) no-repeat;
  background-size: cover;
  height: 80vh;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 520px) {
  article#interview .title_wrap {
    height: 250px;
  }
}
article#interview .title_wrap::before {
  background: url(../images/recruit/eyecatch/rec_eyecatch_filter.webp) no-repeat;
  background-size: cover;
}
article#interview .title_wrap .eyecatch_image {
  right: -5%;
  opacity: 0;
}
article#interview .title_wrap .eyecatch_image.js__active {
  transition: all 0.35s linear 0.2s;
  right: 0;
  opacity: 1;
}
@media screen and (max-width: 520px) {
  article#interview .title_wrap .eyecatch_image.js__active {
    right: -2.5%;
  }
}
article#desired_profile .title_wrap {
  background: url(../images/recruit/eyecatch/rec_content_bg4.webp) no-repeat;
  background-size: cover;
  height: 80vh;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 520px) {
  article#desired_profile .title_wrap {
    height: 250px;
  }
}
article#desired_profile .title_wrap::before {
  background: url(../images/recruit/eyecatch/rec_eyecatch_filter.webp) no-repeat;
  background-size: cover;
}
article#desired_profile .title_wrap .eyecatch_image {
  right: -5%;
  opacity: 0;
}
article#desired_profile .title_wrap .eyecatch_image.js__active {
  transition: all 0.35s linear 0.2s;
  right: 0;
  opacity: 1;
}
@media screen and (max-width: 520px) {
  article#desired_profile .title_wrap .eyecatch_image.js__active {
    right: -2.5%;
  }
}
article#oneday .title_wrap {
  background: url(../images/recruit/eyecatch/rec_content_bg6.webp) no-repeat;
  background-size: cover;
  height: 80vh;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 520px) {
  article#oneday .title_wrap {
    height: 250px;
  }
}
article#oneday .title_wrap::before {
  background: url(../images/recruit/eyecatch/rec_eyecatch_filter.webp) no-repeat;
  background-size: cover;
}
article#oneday .title_wrap .eyecatch_image {
  right: -5%;
  opacity: 0;
}
article#oneday .title_wrap .eyecatch_image.js__active {
  transition: all 0.35s linear 0.2s;
  right: 0;
  opacity: 1;
}
@media screen and (max-width: 520px) {
  article#oneday .title_wrap .eyecatch_image.js__active {
    right: -2.5%;
  }
}
article#gallery .title_wrap {
  background: url(../images/recruit/eyecatch/rec_content_bg7.webp) no-repeat;
  background-size: cover;
  height: 80vh;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 520px) {
  article#gallery .title_wrap {
    height: 250px;
  }
}
article#gallery .title_wrap::before {
  background: url(../images/recruit/eyecatch/rec_eyecatch_filter.webp) no-repeat;
  background-size: cover;
}
article#gallery .title_wrap .eyecatch_image {
  right: -5%;
  opacity: 0;
}
article#gallery .title_wrap .eyecatch_image.js__active {
  transition: all 0.35s linear 0.2s;
  right: 0;
  opacity: 1;
}
@media screen and (max-width: 520px) {
  article#gallery .title_wrap .eyecatch_image.js__active {
    right: -2.5%;
  }
}
article#apply .title_wrap {
  background: url(../images/recruit/eyecatch/rec_content_bg8.webp) no-repeat;
  background-size: cover;
  height: 80vh;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 520px) {
  article#apply .title_wrap {
    height: 250px;
  }
}
article#apply .title_wrap::before {
  background: url(../images/recruit/eyecatch/rec_eyecatch_filter.webp) no-repeat;
  background-size: cover;
}
article#apply .title_wrap .eyecatch_image {
  right: -5%;
  opacity: 0;
}
article#apply .title_wrap .eyecatch_image.js__active {
  transition: all 0.35s linear 0.2s;
  right: 0;
  opacity: 1;
}
@media screen and (max-width: 520px) {
  article#apply .title_wrap .eyecatch_image.js__active {
    right: -2.5%;
  }
}

#aboutus .content {
  min-height: 100vh;
  padding: 15vh 0 5vh;
}
@media screen and (max-width: 520px) {
  #aboutus .content {
    height: 100svh;
  }
}
#aboutus .content.panel1 {
  background: #FFECBE;
}
@media screen and (max-width: 834px) {
  #aboutus .content.panel1 {
    min-height: 70vh;
    padding: 9vh 0 8vh;
  }
}
@media screen and (max-width: 520px) {
  #aboutus .content.panel1 {
    min-height: 50vh;
    height: auto;
  }
}
#aboutus .content.panel2 {
  background: #FFE49F;
}
@media screen and (max-width: 834px) {
  #aboutus .content.panel2 {
    min-height: 70vh;
    padding: 9vh 0 8vh;
  }
}
@media screen and (max-width: 520px) {
  #aboutus .content.panel2 {
    min-height: 50vh;
    height: auto;
  }
}
#aboutus .content.panel3 {
  background: #FFDC83;
  padding: 15vh 0;
}
@media screen and (max-width: 834px) {
  #aboutus .content.panel3 {
    padding: 9vh 0 8vh;
  }
}
@media screen and (max-width: 520px) {
  #aboutus .content.panel3 {
    min-height: 50vh;
    height: auto;
    padding: 9vh 0 3vh;
  }
}
#aboutus .content.panel3 .inner .boxlist .box {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.25s ease;
}
#aboutus .content.panel3 .inner .boxlist .box.js__active {
  opacity: 1;
  transform: translateY(0);
}
#aboutus .content.panel4 {
  background: #f3daa9;
  padding: 15vh 0;
}
@media screen and (max-width: 520px) {
  #aboutus .content.panel4 {
    min-height: 50vh;
    height: auto;
    padding: 9vh 0 3vh;
  }
}
#aboutus .content .sec_header {
  text-align: center;
  margin-bottom: 10vh;
}
@media screen and (max-width: 520px) {
  #aboutus .content .sec_header {
    margin-bottom: 5vh;
  }
}
#aboutus .content .sec_header .icon {
  display: inline-block;
  transform: rotateY(0);
  position: relative;
  top: -30px;
  opacity: 0;
}
@media screen and (max-width: 520px) {
  #aboutus .content .sec_header .icon {
    width: 40px;
  }
}
#aboutus .content .sec_header .icon.js__rotate {
  transition: top 0.45s ease-in-out 0.15s, opacity 0.45s ease-in-out 0.15s, transform 0.95s ease-in-out 0.15s;
  top: 0;
  opacity: 1;
  transform: rotateY(720deg);
}
#aboutus .content .sec_header .en span {
  font-family: "brother-1816", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 4rem;
  line-height: 1;
  margin-bottom: 10px;
  color: #F57F31;
}
#aboutus .content .sec_header .ja {
  font-family: "brother-1816", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 2.1rem;
  line-height: 1;
  margin-bottom: 10px;
  color: #F57F31;
}
@media screen and (max-width: 520px) {
  #aboutus .content .sec_header .ja {
    font-size: 1.7rem;
  }
}
#aboutus .inner {
  text-align: center;
}
@media screen and (max-width: 1100px) {
  #aboutus .inner {
    margin-bottom: 10vh;
  }
}
#aboutus .inner .maintxt {
  margin-bottom: 1vh;
}
#aboutus .inner .maintxt span {
  font-size: 4.6vw;
  color: #F57F31;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  display: inline-block;
  overflow: hidden;
  text-align: center;
  opacity: 0;
  letter-spacing: 0.24em;
  font-feature-settings: "palt";
  background: linear-gradient(55deg, rgb(255, 191, 48) 0, rgb(255, 146, 0) 50%, rgb(246, 97, 19) 100%) 0 0;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 0 0 rgba(15, 15, 15, 0.85));
}
#aboutus .inner .maintxt span#mission_txt.js__grad {
  transition: all 0.5s linear 0.3s;
  opacity: 1;
  letter-spacing: 0.07em;
  filter: drop-shadow(1px 1px 0 rgba(80, 80, 80, 0.35));
}
#aboutus .inner .maintxt span#purpose_txt.js__grad {
  transition: all 0.5s linear 0.3s;
  opacity: 1;
  letter-spacing: 0.07em;
  filter: drop-shadow(1px 1px 0 rgba(80, 80, 80, 0.35));
}
#aboutus .inner .sub_en {
  font-size: 4rem;
  color: #FFB648;
  font-family: "brother-1816", sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media screen and (max-width: 1100px) {
  #aboutus .inner .sub_en {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 520px) {
  #aboutus .inner .sub_en {
    font-size: 4vw;
    width: 90%;
    margin: 0 auto;
  }
}
#aboutus .inner .boxlist {
  width: 80%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 30px;
  row-gap: 30px;
}
@media screen and (max-width: 1100px) {
  #aboutus .inner .boxlist {
    width: 95%;
  }
}
@media screen and (max-width: 834px) {
  #aboutus .inner .boxlist {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 520px) {
  #aboutus .inner .boxlist {
    display: block;
    width: 90%;
  }
}
#aboutus .inner .boxlist.boxlist_three {
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 30px;
}
@media screen and (max-width: 834px) {
  #aboutus .inner .boxlist.boxlist_three {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 520px) {
  #aboutus .inner .boxlist.boxlist_three {
    display: block;
  }
}
#aboutus .inner .boxlist .box {
  width: 100%;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.25s ease;
}
#aboutus .inner .boxlist .box.js__active {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 520px) {
  #aboutus .inner .boxlist .box {
    margin-bottom: 50px;
  }
}
#aboutus .inner .boxlist .box .thumb {
  background: #fff;
  border-radius: 20px;
  width: 100%;
  height: 240px;
  margin-bottom: 15px;
}
@media screen and (max-width: 520px) {
  #aboutus .inner .boxlist .box .thumb {
    height: 210px;
  }
}
#aboutus .inner .boxlist .box .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: bottom;
  border-radius: 20px;
}
#aboutus .inner .boxlist .box .title {
  font-size: 2.4rem;
  color: #F57F31;
  font-family: "ryo-gothic-plusn", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
  margin-bottom: 12px;
}
@media screen and (max-width: 1100px) {
  #aboutus .inner .boxlist .box .title {
    font-size: 2.1rem;
  }
}
#aboutus .inner .boxlist .box .txt {
  font-size: 1.8rem;
  font-family: "ryo-gothic-plusn", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #2B3153;
  text-align: left;
  font-feature-settings: "palt";
  line-height: 1.8;
}
@media screen and (max-width: 1100px) {
  #aboutus .inner .boxlist .box .txt {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 520px) {
  #aboutus .inner .boxlist .box .txt {
    font-size: 1.6rem;
  }
}

#hd_data {
  background: #f4e8cd;
  position: relative;
  padding-bottom: 0;
}
#hd_data .content_wrap {
  padding: 0;
}
#hd_data .content_wrap .content {
  width: 100%;
  position: relative;
  display: grid;
  grid-template-columns: 50% 50%;
  align-items: center;
  background: #fff;
  overflow: hidden;
}
@media screen and (max-width: 1100px) {
  #hd_data .content_wrap .content.data4 {
    align-items: stretch;
  }
}
@media screen and (max-width: 520px) {
  #hd_data .content_wrap .content {
    display: block;
    padding: 20px;
  }
}
#hd_data .content_wrap .content:nth-child(even) .data_pic1 {
  order: 2;
}
#hd_data .content_wrap .content:nth-child(even) .data_info1 {
  order: 1;
}
@media screen and (max-width: 520px) {
  #hd_data .content_wrap .data_pic1 .pic_wrap1 {
    height: 200px;
  }
}
@media screen and (max-width: 520px) {
  #hd_data .content_wrap .data_pic1 .pic_wrap1 .wrap_inner1 {
    display: inline-block;
    width: 100%;
    height: 100%;
  }
}
#hd_data .content_wrap .data_pic1 .pic_wrap1 .wrap_inner1 img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  object-fit: cover;
}
@media screen and (max-width: 520px) {
  #hd_data .content_wrap .data_pic1 .pic_wrap1 .wrap_inner1 img {
    height: 100%;
  }
}
#hd_data .content_wrap .data_info1 .data_info_inner, #hd_data .content_wrap .data_info2 .data_info_inner {
  padding: 90px 0;
}
@media screen and (max-width: 520px) {
  #hd_data .content_wrap .data_info1 .data_info_inner, #hd_data .content_wrap .data_info2 .data_info_inner {
    padding: 40px 0;
  }
}
#hd_data .content_wrap .data_info1 .data_info_inner .txt, #hd_data .content_wrap .data_info1 .data_info_inner .num, #hd_data .content_wrap .data_info2 .data_info_inner .txt, #hd_data .content_wrap .data_info2 .data_info_inner .num {
  color: #F57F31;
  font-family: "brother-1816", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
  text-align: center;
}
#hd_data .content_wrap .data_info1 .data_info_inner .txt span, #hd_data .content_wrap .data_info1 .data_info_inner .num span, #hd_data .content_wrap .data_info2 .data_info_inner .txt span, #hd_data .content_wrap .data_info2 .data_info_inner .num span {
  display: inline-block;
  color: #F57F31;
  font-family: "brother-1816", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
  text-align: center;
}
#hd_data .content_wrap .data_info1 .data_info_inner .txt, #hd_data .content_wrap .data_info2 .data_info_inner .txt {
  font-size: 4.8rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 1440px) {
  #hd_data .content_wrap .data_info1 .data_info_inner .txt, #hd_data .content_wrap .data_info2 .data_info_inner .txt {
    font-size: 2.4vw;
  }
}
@media screen and (max-width: 520px) {
  #hd_data .content_wrap .data_info1 .data_info_inner .txt, #hd_data .content_wrap .data_info2 .data_info_inner .txt {
    font-size: 3.8vw;
    margin-bottom: 10px;
  }
}
#hd_data .content_wrap .data_info1 .data_info_inner .num .main, #hd_data .content_wrap .data_info2 .data_info_inner .num .main {
  font-size: 18rem;
  font-feature-settings: "palt";
  letter-spacing: -0.04em;
}
@media screen and (max-width: 1440px) {
  #hd_data .content_wrap .data_info1 .data_info_inner .num .main, #hd_data .content_wrap .data_info2 .data_info_inner .num .main {
    font-size: 10vw;
  }
}
@media screen and (max-width: 520px) {
  #hd_data .content_wrap .data_info1 .data_info_inner .num .main, #hd_data .content_wrap .data_info2 .data_info_inner .num .main {
    font-size: 14vw;
  }
}
#hd_data .content_wrap .data_info1 .data_info_inner .num .sub, #hd_data .content_wrap .data_info2 .data_info_inner .num .sub {
  font-size: 3.2rem;
}
@media screen and (max-width: 1440px) {
  #hd_data .content_wrap .data_info1 .data_info_inner .num .sub, #hd_data .content_wrap .data_info2 .data_info_inner .num .sub {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 520px) {
  #hd_data .content_wrap .data_info1 .data_info_inner .num .sub, #hd_data .content_wrap .data_info2 .data_info_inner .num .sub {
    font-size: 3.4vw;
    margin-left: 10px;
  }
}
#hd_data .content_wrap #data_pic1 .pic_wrap1 {
  position: relative;
}
#hd_data .content_wrap #data_pic1 .pic_wrap1 #data_pic1_txt {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  display: grid;
  place-items: center;
  color: #fff;
  font-family: "brother-1816", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 4.2vw;
  text-align: center;
  line-height: 1;
  filter: drop-shadow(2px 2px 0 rgb(0, 0, 0));
  left: -40px;
  opacity: 0;
}
@media screen and (max-width: 520px) {
  #hd_data .content_wrap #data_pic1 .pic_wrap1 #data_pic1_txt {
    font-size: 10vw;
  }
}
#hd_data .content_wrap #data_pic1 .pic_wrap1 #data_pic1_txt.js__toggle {
  transition: all 0.55s linear;
  left: 0;
  opacity: 1;
}
#hd_data .content_wrap #data_pic2 .pic_wrap1 {
  position: relative;
}
#hd_data .content_wrap #data_pic2 .pic_wrap1 #data_pic2_txt {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  display: grid;
  place-items: center;
  color: #fff;
  font-family: "brother-1816", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 4.2vw;
  text-align: left;
  line-height: 1;
  filter: drop-shadow(2px 2px 0 rgb(0, 0, 0));
  left: -40px;
  opacity: 0;
}
@media screen and (max-width: 520px) {
  #hd_data .content_wrap #data_pic2 .pic_wrap1 #data_pic2_txt {
    text-align: left;
    place-items: center start;
    padding-left: 30px;
    font-size: 8vw;
  }
}
#hd_data .content_wrap #data_pic2 .pic_wrap1 #data_pic2_txt.js__toggle {
  transition: all 0.55s linear;
  left: 0;
  opacity: 1;
}
#hd_data .content_wrap #data_pic3 .pic_wrap1 {
  position: relative;
}
#hd_data .content_wrap #data_pic3 .pic_wrap1 #data_pic3_txt {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  display: grid;
  place-items: center;
  color: #fff;
  font-family: "brother-1816", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 4.2vw;
  text-align: center;
  line-height: 1;
  filter: drop-shadow(2px 2px 0 rgb(0, 0, 0));
  left: -40px;
  opacity: 0;
}
@media screen and (max-width: 520px) {
  #hd_data .content_wrap #data_pic3 .pic_wrap1 #data_pic3_txt {
    font-size: 10vw;
  }
}
#hd_data .content_wrap #data_pic3 .pic_wrap1 #data_pic3_txt.js__toggle {
  transition: all 0.55s linear;
  left: 0;
  opacity: 1;
}
#hd_data .content_wrap #data_pic4 .pic_wrap1 {
  position: relative;
}
#hd_data .content_wrap #data_pic4 .pic_wrap1 #data_pic4_txt {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  display: grid;
  place-items: center;
  color: #fff;
  font-family: "brother-1816", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 4.2vw;
  text-align: center;
  line-height: 1;
  filter: drop-shadow(2px 2px 0 rgb(0, 0, 0));
  left: -40px;
  opacity: 0;
}
@media screen and (max-width: 520px) {
  #hd_data .content_wrap #data_pic4 .pic_wrap1 #data_pic4_txt {
    font-size: 10vw;
  }
}
#hd_data .content_wrap #data_pic4 .pic_wrap1 #data_pic4_txt.js__toggle {
  transition: all 0.55s linear;
  left: 0;
  opacity: 1;
}
#hd_data .content_wrap #data_info5 {
  position: relative;
  background: #fafafa;
  mix-blend-mode: luminosity;
}
#hd_data .content_wrap #data_info5.js__complete {
  mix-blend-mode: unset;
}
#hd_data .content_wrap #data_info6 {
  position: relative;
  background: #fafafa;
  mix-blend-mode: luminosity;
}
#hd_data .content_wrap #data_info6.js__complete {
  mix-blend-mode: unset;
}

#interview .tab-menu {
  padding: 60px 20px;
}
@media screen and (max-width: 834px) {
  #interview .tab-menu {
    padding: 20px;
  }
}
#interview .tab-menu__container {
  max-width: 85%;
  margin: 0 auto 60px;
}
@media screen and (max-width: 1024px) {
  #interview .tab-menu__container {
    max-width: 90%;
  }
}
@media screen and (max-width: 834px) {
  #interview .tab-menu__container {
    max-width: 100%;
  }
}
#interview .tab-menu__container:last-child {
  margin: auto;
}
#interview .tab-menu__head {
  display: flex;
}
@media screen and (max-width: 520px) {
  #interview .tab-menu__head {
    display: block;
    position: relative;
  }
}
#interview .tab-menu__head li.js-tab-button {
  position: relative;
  flex: 1;
  cursor: pointer;
  background: #FC623D;
  /* クラス付与時の指定 */
}
@media screen and (max-width: 520px) {
  #interview .tab-menu__head li.js-tab-button {
    height: 240px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
  }
}
#interview .tab-menu__head li.js-tab-button img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 520px) {
  #interview .tab-menu__head li.js-tab-button img {
    height: 100%;
    object-fit: cover;
    object-position: 100% 14%;
  }
}
#interview .tab-menu__head li.js-tab-button .txt_box {
  position: absolute;
  bottom: 7%;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 10;
  display: block;
  text-align: center;
  padding: 13px 0;
}
@media screen and (max-width: 520px) {
  #interview .tab-menu__head li.js-tab-button .txt_box {
    bottom: 0;
    visibility: hidden;
  }
}
#interview .tab-menu__head li.js-tab-button .txt_box span {
  font-family: "ryo-gothic-plusn", sans-serif;
  font-weight: 700;
  font-style: normal;
  display: inline-block;
  width: 100%;
  color: #fff;
  line-height: 1;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.45);
}
#interview .tab-menu__head li.js-tab-button .txt_box .name {
  font-size: 3.6vw;
  margin-bottom: 5px;
}
@media screen and (max-width: 520px) {
  #interview .tab-menu__head li.js-tab-button .txt_box .name {
    font-size: 5vw;
  }
}
#interview .tab-menu__head li.js-tab-button .txt_box .name_en {
  font-size: 1.5vw;
  margin-bottom: 12px;
}
@media screen and (max-width: 520px) {
  #interview .tab-menu__head li.js-tab-button .txt_box .name_en {
    font-size: 3vw;
    margin-bottom: 10px;
  }
}
#interview .tab-menu__head li.js-tab-button .txt_box .nyusya {
  font-size: 1vw;
}
@media screen and (max-width: 520px) {
  #interview .tab-menu__head li.js-tab-button .txt_box .nyusya {
    font-size: 2.3vw;
  }
}
#interview .tab-menu__head li.js-tab-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  background: rgba(0, 0, 0, 0.55);
}
#interview .tab-menu__head li.js-tab-button:last-child {
  border-right: none;
}
#interview .tab-menu__head li.js-tab-button.is-active {
  transition: all 0.3s ease;
  color: #fff;
}
@media screen and (max-width: 520px) {
  #interview .tab-menu__head li.js-tab-button.is-active {
    transition: all 0.3s ease;
    height: 280px;
    position: relative;
    z-index: 30;
  }
}
#interview .tab-menu__head li.js-tab-button.is-active .txt_box {
  background: rgba(0, 0, 0, 0.75);
}
@media screen and (max-width: 520px) {
  #interview .tab-menu__head li.js-tab-button.is-active .txt_box {
    visibility: visible;
  }
}
#interview .tab-menu__head li.js-tab-button.is-active::before {
  background: rgba(0, 0, 0, 0);
}
#interview .tab-menu__head li.icon_box {
  display: none;
  position: absolute;
  z-index: 80;
  width: 107%;
  top: 35%;
  left: -3.5%;
}
@media screen and (max-width: 520px) {
  #interview .tab-menu__head li.icon_box {
    display: block;
  }
}
#interview .tab-menu__head li.icon_box.is-pettern1 {
  text-align: right;
}
#interview .tab-menu__head li.icon_box.is-pettern1 span:nth-child(2) {
  display: inline-block;
  right: 0;
  z-index: 50;
}
#interview .tab-menu__head li.icon_box.is-pettern1 span:nth-child(2)::before {
  content: "＞";
  font-family: "brother-1816", sans-serif;
  font-weight: 900;
  font-style: normal;
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 110%;
}
#interview .tab-menu__head li.icon_box.is-pettern2 {
  display: flex;
  justify-content: space-between;
}
#interview .tab-menu__head li.icon_box.is-pettern2 span:nth-child(1) {
  display: inline-block;
  left: 0;
  z-index: 50;
}
#interview .tab-menu__head li.icon_box.is-pettern2 span:nth-child(1)::before {
  content: "＜";
  font-family: "brother-1816", sans-serif;
  font-weight: 900;
  font-style: normal;
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 115%;
}
#interview .tab-menu__head li.icon_box.is-pettern2 span:nth-child(3) {
  display: inline-block;
  right: 0;
  z-index: 50;
}
#interview .tab-menu__head li.icon_box.is-pettern2 span:nth-child(3)::before {
  content: "＞";
  font-family: "brother-1816", sans-serif;
  font-weight: 900;
  font-style: normal;
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 110%;
}
#interview .tab-menu__head li.icon_box.is-pettern3 span:nth-child(2) {
  display: inline-block;
  left: 0;
  z-index: 50;
}
#interview .tab-menu__head li.icon_box.is-pettern3 span:nth-child(2)::before {
  content: "＜";
  font-family: "brother-1816", sans-serif;
  font-weight: 900;
  font-style: normal;
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 115%;
}
#interview .tab-menu__head li.icon_box span {
  position: relative;
  cursor: pointer;
  display: none;
}
#interview .tab-menu__head li.icon_box span img {
  width: 60px;
  height: 60px;
  vertical-align: bottom;
  border-radius: 50%;
  border: 1px solid #fff;
  filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.25));
}
#interview .tab-menu__main {
  padding: 20px;
  background: #EAEAEA;
  width: 100%;
  height: fit-content;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 520px) {
  #interview .tab-menu__main {
    padding: 10px;
  }
}
#interview .tab-menu__main > div {
  width: 100%;
  line-height: 1.6;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
}
#interview .tab-menu__main > div:nth-child(1) {
  z-index: 8;
}
#interview .tab-menu__main > div:nth-child(2) {
  z-index: 5;
}
#interview .tab-menu__main > div:nth-child(3) {
  z-index: 1;
}
#interview .tab-menu__main > div.is-active {
  position: relative;
  visibility: visible;
}
#interview .tab-menu__main > div .minitab_wrap {
  text-align: center;
  position: absolute;
}
#interview .tab-menu__main > div .minitab_wrap .minitab {
  display: inline-block;
  width: 300px;
  height: 125px;
  position: relative;
  left: 0;
  right: 0;
  z-index: 2;
  opacity: 0;
}
@media screen and (max-width: 1100px) {
  #interview .tab-menu__main > div .minitab_wrap .minitab {
    width: 240px;
    height: 105px;
  }
}
@media screen and (max-width: 520px) {
  #interview .tab-menu__main > div .minitab_wrap .minitab {
    width: 180px;
    height: 90px;
  }
}
#interview .tab-menu__main > div .minitab_wrap .minitab.active {
  opacity: 1;
  position: fixed;
  bottom: 30px;
  margin: 0 auto;
  transition: all 0.6s ease;
}
#interview .tab-menu__main > div .minitab_wrap .minitab .minitab_icon {
  position: absolute;
  left: 42%;
  bottom: 40px;
  width: 80px;
  height: 80px;
}
@media screen and (max-width: 1100px) {
  #interview .tab-menu__main > div .minitab_wrap .minitab .minitab_icon {
    width: 60px;
    height: 60px;
    left: 40%;
  }
}
@media screen and (max-width: 520px) {
  #interview .tab-menu__main > div .minitab_wrap .minitab .minitab_icon {
    width: 40px;
    height: 40px;
    bottom: 34px;
  }
}
#interview .tab-menu__main > div .minitab_wrap .minitab span {
  display: inline-block;
  width: 100%;
  color: #fff;
  font-size: 2rem;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
  position: absolute;
  left: 15px;
  bottom: 20px;
  z-index: 5;
}
@media screen and (max-width: 520px) {
  #interview .tab-menu__main > div .minitab_wrap .minitab span {
    bottom: 14px;
  }
}
#interview .tab-menu__main > div .minitab.mini1 {
  background: url("../images/recruit/minitab_bar1.svg") no-repeat;
  background-size: 100% auto;
  background-position: center bottom;
}
#interview .tab-menu__main > div .minitab.mini2 {
  background: url("../images/recruit/minitab_bar2.svg") no-repeat;
  background-size: 100% auto;
  background-position: center bottom;
}
#interview .tab-menu__main > div .minitab.mini3 {
  background: url("../images/recruit/minitab_bar3.svg") no-repeat;
  background-size: 100% auto;
  background-position: center bottom;
}
#interview .tab-menu__main > div .interview_list div {
  padding: 40px;
  background: #fff;
  margin-bottom: 20px;
}
@media screen and (max-width: 834px) {
  #interview .tab-menu__main > div .interview_list div {
    padding: 20px;
  }
}
@media screen and (max-width: 520px) {
  #interview .tab-menu__main > div .interview_list div {
    padding: 10px;
  }
}
#interview .tab-menu__main > div .interview_list div:last-child {
  margin-bottom: 0;
}
#interview .tab-menu__main > div .interview_list div dt {
  color: #F57F31;
  font-family: "ryo-gothic-plusn", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3.2rem;
  margin-bottom: 10px;
  font-feature-settings: "palt";
}
@media screen and (max-width: 1100px) {
  #interview .tab-menu__main > div .interview_list div dt {
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 520px) {
  #interview .tab-menu__main > div .interview_list div dt {
    font-size: 2.3rem;
  }
}
#interview .tab-menu__main > div .interview_list div dd {
  font-size: 2.6rem;
  line-height: 1.8;
  letter-spacing: 0.2em;
  font-feature-settings: "palt";
}
@media screen and (max-width: 1100px) {
  #interview .tab-menu__main > div .interview_list div dd {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 834px) {
  #interview .tab-menu__main > div .interview_list div dd {
    line-height: 2.2;
    letter-spacing: 0.12em;
  }
}
@media screen and (max-width: 520px) {
  #interview .tab-menu__main > div .interview_list div dd {
    font-size: 1.8rem;
    line-height: 1.8;
  }
}
#interview .tab-menu__main > div .btn_wrap {
  padding: 15px 0;
  text-align: center;
}
#interview .tab-menu__main > div .btn_wrap a {
  display: inline-block;
  background: #F57F31;
  text-align: center;
  line-height: 1;
  border-radius: 8px;
  color: #F8F8F8;
  font-size: 2.6rem;
  font-family: "ryo-gothic-plusn", sans-serif;
  font-weight: 400;
  font-style: normal;
  padding: 10px 25px 13px;
  transition: all 0.35s ease;
}
@media screen and (max-width: 1100px) {
  #interview .tab-menu__main > div .btn_wrap a {
    font-size: 2rem;
  }
}
#interview .tab-menu__main > div .btn_wrap a:hover {
  background: #1d1d1d;
}
#interview .tab-menu__main > div .btn_wrap a img {
  display: inline-block;
  margin-bottom: 6px;
}

#desired_profile .title_wrap {
  margin-bottom: 60px;
}
#desired_profile .purpose {
  max-width: 85%;
  margin: 0 auto 60px;
}
@media screen and (max-width: 1100px) {
  #desired_profile .purpose {
    max-width: 80%;
  }
}
@media screen and (max-width: 864px) {
  #desired_profile .purpose {
    margin: 0 auto 30px;
  }
}
#desired_profile .purpose .subheader {
  position: relative;
  padding: 20px;
}
@media screen and (max-width: 864px) {
  #desired_profile .purpose .subheader {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 520px) {
  #desired_profile .purpose .subheader {
    padding: 10px;
  }
}
#desired_profile .purpose .subheader.js__active::before {
  width: 100%;
}
#desired_profile .purpose .subheader::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #FF951A;
  z-index: -1;
  transition: all 0.55s cubic-bezier(0.39, 0.5, 0.68, 0.57);
}
#desired_profile .purpose .subheader h3 {
  color: #ffffff;
  font-size: 3.2rem;
  font-family: "greycliff-cf", sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media screen and (max-width: 864px) {
  #desired_profile .purpose .subheader h3 {
    font-size: 2.7rem;
  }
}
@media screen and (max-width: 520px) {
  #desired_profile .purpose .subheader h3 {
    font-size: 2.4rem;
  }
}
#desired_profile .purpose .subheader p {
  color: #2a2a2a;
  font-size: 2.1rem;
  font-family: "ryo-gothic-plusn", sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media screen and (max-width: 864px) {
  #desired_profile .purpose .subheader p {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 520px) {
  #desired_profile .purpose .subheader p {
    font-size: 1.6rem;
  }
}
#desired_profile .purpose .purpose_txt {
  padding: 20px;
  transition: all 0.65s ease 0.25s;
  opacity: 0;
  transform: translateY(20px);
}
@media screen and (max-width: 520px) {
  #desired_profile .purpose .purpose_txt {
    padding: 0;
  }
}
#desired_profile .purpose .purpose_txt.js__active {
  opacity: 1;
  transform: translateY(0);
}
#desired_profile .purpose .purpose_txt p {
  font-size: 4.5rem;
  color: #2A2A2A;
  font-family: "greycliff-cf", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.8;
  letter-spacing: 0.2em;
  font-feature-settings: "palt";
}
@media screen and (max-width: 1440px) {
  #desired_profile .purpose .purpose_txt p {
    font-size: 3.8rem;
  }
}
@media screen and (max-width: 1100px) {
  #desired_profile .purpose .purpose_txt p {
    font-size: 3rem;
  }
}
@media screen and (max-width: 864px) {
  #desired_profile .purpose .purpose_txt p {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 520px) {
  #desired_profile .purpose .purpose_txt p {
    font-size: 1.7rem;
  }
}
#desired_profile .purpose .purpose_txt p b {
  font-size: 7rem;
  color: #FF951A;
  font-family: "greycliff-cf", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.8;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
}
@media screen and (max-width: 1440px) {
  #desired_profile .purpose .purpose_txt p b {
    font-size: 6rem;
  }
}
@media screen and (max-width: 1100px) {
  #desired_profile .purpose .purpose_txt p b {
    font-size: 4.5rem;
  }
}
@media screen and (max-width: 864px) {
  #desired_profile .purpose .purpose_txt p b {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 520px) {
  #desired_profile .purpose .purpose_txt p b {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 450px) {
  #desired_profile .purpose .purpose_txt p b {
    font-size: 2.2rem;
  }
}
#desired_profile .d_profile {
  max-width: 85%;
  margin: 0 auto 60px;
}
@media screen and (max-width: 1100px) {
  #desired_profile .d_profile {
    max-width: 80%;
  }
}
@media screen and (max-width: 520px) {
  #desired_profile .d_profile {
    max-width: 85%;
  }
}
#desired_profile .d_profile .subheader {
  position: relative;
  padding: 20px;
  margin-bottom: 30px;
}
@media screen and (max-width: 520px) {
  #desired_profile .d_profile .subheader {
    padding: 10px;
  }
}
#desired_profile .d_profile .subheader.js__active::before {
  width: 100%;
}
#desired_profile .d_profile .subheader::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #FF951A;
  z-index: -1;
  transition: all 0.55s cubic-bezier(0.39, 0.5, 0.68, 0.57);
}
#desired_profile .d_profile .subheader h3 {
  color: #fff;
  font-size: 3.2rem;
  font-family: "greycliff-cf", sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media screen and (max-width: 864px) {
  #desired_profile .d_profile .subheader h3 {
    font-size: 2.7rem;
  }
}
@media screen and (max-width: 520px) {
  #desired_profile .d_profile .subheader h3 {
    font-size: 2.4rem;
  }
}
#desired_profile .d_profile .subheader p {
  color: #2A2A2A;
  font-size: 2.1rem;
  font-family: "ryo-gothic-plusn", sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media screen and (max-width: 864px) {
  #desired_profile .d_profile .subheader p {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 520px) {
  #desired_profile .d_profile .subheader p {
    font-size: 1.6rem;
  }
}
#desired_profile .d_profile .d_profile_txt {
  margin-bottom: 50px;
  transition: all 0.55s cubic-bezier(0.39, 0.5, 0.68, 0.57) 0.35s;
  transform: translateY(25px);
  opacity: 0;
}
#desired_profile .d_profile .d_profile_txt.js__active {
  transform: translateY(0);
  opacity: 1;
}
#desired_profile .d_profile .d_profile_txt p {
  font-size: 3.2rem;
  color: #2A2A2A;
  font-family: "greycliff-cf", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.8;
  font-feature-settings: "palt";
}
@media screen and (max-width: 1440px) {
  #desired_profile .d_profile .d_profile_txt p {
    font-size: 2.7rem;
  }
}
@media screen and (max-width: 1100px) {
  #desired_profile .d_profile .d_profile_txt p {
    font-size: 2rem;
  }
}
@media screen and (max-width: 520px) {
  #desired_profile .d_profile .d_profile_txt p {
    font-size: 2rem;
  }
}
#desired_profile .d_profile .d_profile_txt p br {
  display: none;
}
@media screen and (max-width: 520px) {
  #desired_profile .d_profile .d_profile_txt p br {
    display: block;
  }
}
#desired_profile .d_profile .d_profile_list dl {
  display: grid;
  grid-template-columns: 32% 32% 32%;
  column-gap: 2%;
}
@media screen and (max-width: 1100px) {
  #desired_profile .d_profile .d_profile_list dl {
    grid-template-columns: 32% 32% 32%;
    column-gap: 2%;
  }
}
@media screen and (max-width: 864px) {
  #desired_profile .d_profile .d_profile_list dl {
    grid-template-columns: 49% 49%;
  }
}
@media screen and (max-width: 520px) {
  #desired_profile .d_profile .d_profile_list dl {
    display: block;
  }
}
#desired_profile .d_profile .d_profile_list dl div {
  width: 100%;
  position: relative;
  background: #ffefe0;
  border-radius: 15px;
  margin-bottom: 60px;
  transform: translateY(30px);
  opacity: 0;
}
@media screen and (max-width: 520px) {
  #desired_profile .d_profile .d_profile_list dl div {
    margin-bottom: 20px;
  }
}
#desired_profile .d_profile .d_profile_list dl div.js__active {
  transition: all 0.35s ease;
  transform: translateY(0);
  opacity: 1;
}
#desired_profile .d_profile .d_profile_list dl div dt {
  font-size: 4rem;
  color: #F57F31;
  font-family: "greycliff-cf", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  position: relative;
  padding: 12px 20px 0;
  text-shadow: 1px 1px 0 #ffd500;
  border-radius: 15px 15px 0 0;
}
@media screen and (max-width: 1100px) {
  #desired_profile .d_profile .d_profile_list dl div dt {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 864px) {
  #desired_profile .d_profile .d_profile_list dl div dt {
    font-size: 4rem;
  }
}
@media screen and (max-width: 520px) {
  #desired_profile .d_profile .d_profile_list dl div dt {
    font-size: 2.6rem;
    padding-top: 10px;
  }
}
#desired_profile .d_profile .d_profile_list dl div dd {
  font-size: 2.4rem;
  color: #2A2A2A;
  font-family: "greycliff-cf", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  font-feature-settings: "palt";
  padding: 10px 20px 25px;
}
@media screen and (max-width: 1100px) {
  #desired_profile .d_profile .d_profile_list dl div dd {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 864px) {
  #desired_profile .d_profile .d_profile_list dl div dd {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 520px) {
  #desired_profile .d_profile .d_profile_list dl div dd {
    padding: 0 20px 20px;
  }
}
#desired_profile .d_profile .message_box {
  width: 100%;
  height: 670px;
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 1440px) {
  #desired_profile .d_profile .message_box {
    height: 500px;
  }
}
@media screen and (max-width: 1100px) {
  #desired_profile .d_profile .message_box {
    height: auto;
  }
}
@media screen and (max-width: 520px) {
  #desired_profile .d_profile .message_box {
    display: block;
  }
}
#desired_profile .d_profile .message_box .box_pic_wrap {
  position: absolute;
  z-index: 10;
  left: 0;
  height: 670px;
}
@media screen and (max-width: 1440px) {
  #desired_profile .d_profile .message_box .box_pic_wrap {
    height: 500px;
  }
}
@media screen and (max-width: 1100px) {
  #desired_profile .d_profile .message_box .box_pic_wrap {
    height: auto;
    width: 40%;
    margin-right: 5%;
    position: relative;
  }
}
@media screen and (max-width: 520px) {
  #desired_profile .d_profile .message_box .box_pic_wrap {
    width: 100%;
    margin-right: 0;
  }
}
#desired_profile .d_profile .message_box .box_pic_wrap img {
  width: auto;
  height: 100%;
}
@media screen and (max-width: 1100px) {
  #desired_profile .d_profile .message_box .box_pic_wrap img {
    width: 100%;
    height: auto;
  }
}
#desired_profile .d_profile .message_box .box_txt_wrap {
  position: relative;
  z-index: 50;
  margin-left: auto;
  width: 65%;
}
@media screen and (max-width: 1100px) {
  #desired_profile .d_profile .message_box .box_txt_wrap {
    width: 55%;
  }
}
@media screen and (max-width: 520px) {
  #desired_profile .d_profile .message_box .box_txt_wrap {
    width: 100%;
    margin-left: 0;
  }
}
#desired_profile .d_profile .message_box .box_txt_wrap p {
  font-size: 4.5rem;
  color: #2A2A2A;
  font-family: "greycliff-cf", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.8;
  text-shadow: 0 0 8px rgb(255, 255, 255);
  font-feature-settings: "palt";
  letter-spacing: 0.2em;
  position: relative;
  transform: translateX(-20px);
  opacity: 0;
}
@media screen and (max-width: 1440px) {
  #desired_profile .d_profile .message_box .box_txt_wrap p {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 1100px) {
  #desired_profile .d_profile .message_box .box_txt_wrap p {
    font-size: 2.2vw;
    line-height: 2;
  }
}
@media screen and (max-width: 864px) {
  #desired_profile .d_profile .message_box .box_txt_wrap p {
    font-size: 1.8rem;
  }
}
#desired_profile .d_profile .message_box .box_txt_wrap p.js__active {
  transition: all 0.3s linear 0.25s;
  opacity: 1;
  transform: translateX(0);
}
#desired_profile .d_profile .message_box .box_txt_wrap p br {
  display: block;
}
@media screen and (max-width: 864px) {
  #desired_profile .d_profile .message_box .box_txt_wrap p br {
    display: none;
  }
}

#oneday {
  margin-bottom: 100px;
  position: relative;
}
@media screen and (max-width: 520px) {
  #oneday {
    margin-bottom: 50px;
  }
}
#oneday .content_data_inner {
  position: relative;
  padding: 40px;
  overflow: hidden;
}
@media screen and (max-width: 520px) {
  #oneday .content_data_inner {
    padding: 40px 0 20px;
  }
}
#oneday .content_data_inner .scroll {
  display: block;
  margin-bottom: 20px;
}
#oneday .content_data_inner .scroll span {
  background: #FF951A;
  display: inline-block;
  color: #fff;
  font-size: 1.75rem;
  font-family: "ryo-gothic-plusn", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
  padding: 8px 15px;
  border-radius: 2em;
}
@media screen and (max-width: 520px) {
  #oneday .content_data_inner .scroll span {
    border-radius: 0 2em 2em 0;
  }
}
#oneday .content_data_inner .container {
  padding: 20px;
  display: flex;
  overflow-x: scroll;
  cursor: -moz-grab;
  cursor: -webkit-grab;
  cursor: grab;
}
#oneday .content_data_inner .container:active {
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
#oneday .content_data_inner .container::-webkit-scrollbar {
  display: none;
}
#oneday .content_data_inner .container .item {
  width: 500px;
  position: relative;
  padding: 15px;
  border-radius: 15px;
  margin-right: 30px;
  background-color: #fff;
  scroll-snap-align: start;
  flex: 0 0 auto;
}
#oneday .content_data_inner .container .item:last-child {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  #oneday .content_data_inner .container .item {
    width: 400px;
  }
}
@media screen and (max-width: 520px) {
  #oneday .content_data_inner .container .item {
    width: 300px;
  }
}
#oneday .content_data_inner .container .item .time {
  position: absolute;
  top: -5px;
  left: 10px;
  font-family: "ryo-gothic-plusn", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.7rem;
  color: #fff;
  text-align: center;
  background-color: #FF951A;
  padding: 5px 10px;
  border-radius: 20px;
}
#oneday .content_data_inner .container .item img {
  display: block;
  width: 100%;
  height: 330px;
  object-fit: cover;
  border-radius: 15px;
  margin-bottom: 20px;
  pointer-events: none;
}
@media screen and (max-width: 520px) {
  #oneday .content_data_inner .container .item img {
    height: 180px;
  }
}
#oneday .content_data_inner .container .item .text {
  font-family: "ryo-gothic-plusn", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  color: #000;
  letter-spacing: 0.1em;
}

#gallery {
  margin-bottom: 100px;
}
@media screen and (max-width: 520px) {
  #gallery {
    margin-bottom: 50px;
  }
}
#gallery .pic_container {
  width: 80%;
  margin: 0 auto;
  padding: 40px 0;
}
@media screen and (max-width: 834px) {
  #gallery .pic_container {
    width: 95%;
  }
}
#gallery .pic_container .pic_area {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  column-gap: 2%;
  row-gap: 30px;
}
@media screen and (max-width: 520px) {
  #gallery .pic_container .pic_area {
    grid-template-columns: 1fr 1fr 1fr;
    row-gap: 10px;
  }
}
#gallery .pic_container .pic_area a {
  display: inline-block;
  width: 100%;
  height: auto;
  vertical-align: bottom;
  object-fit: cover;
  position: relative;
  transition: all 0.25s ease;
  opacity: 0;
}
#gallery .pic_container .pic_area a.js__active {
  opacity: 1;
}
#gallery .pic_container .pic_area a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

#apply {
  margin-bottom: 120px;
}
@media screen and (max-width: 520px) {
  #apply {
    margin-bottom: 40px;
  }
}
#apply .apply_content {
  width: 1100px;
  margin: 0 auto;
  padding: 100px 0;
}
@media screen and (max-width: 1100px) {
  #apply .apply_content {
    width: 90%;
  }
}
@media screen and (max-width: 520px) {
  #apply .apply_content {
    padding: 20px 0;
  }
}
#apply .apply_content .accordion-area {
  width: 100%;
  list-style: none;
  margin-bottom: 50px;
}
#apply .apply_content .accordion-area .accordion-inner {
  margin: 20px 0;
}
#apply .apply_content .accordion-area .accordion-inner .title {
  background: linear-gradient(to bottom, #FF5141, #F57F31);
  text-align: center;
  padding: 15px;
  border-radius: 15px;
  margin-bottom: 30px;
  cursor: pointer;
}
#apply .apply_content .accordion-area .accordion-inner .title h3 {
  color: white;
  font-family: "ryo-gothic-plusn", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.4rem;
  margin-bottom: 10px;
  line-height: 1;
}
#apply .apply_content .accordion-area .accordion-inner .title p {
  color: white;
  font-family: "ryo-gothic-plusn", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.5rem;
  margin-bottom: 10px;
}
#apply .apply_content .accordion-area .accordion-inner .title .occupation {
  color: white;
  font-family: "ryo-gothic-plusn", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3rem;
  margin-bottom: 10px;
  line-height: 1;
}
#apply .apply_content .accordion-area .accordion-inner .title img {
  width: 30px;
  margin: 0 auto;
}
#apply .apply_content .accordion-area .accordion-inner dl {
  background: #fff;
  padding: 40px;
  border-radius: 20px;
  margin-bottom: 50px;
}
@media screen and (max-width: 520px) {
  #apply .apply_content .accordion-area .accordion-inner dl {
    padding: 20px 10px;
    margin-bottom: 20px;
  }
}
#apply .apply_content .accordion-area .accordion-inner dl > div {
  display: grid;
  grid-template-columns: 17% 80%;
  column-gap: 3%;
  align-items: center;
  padding: 20px 0;
  border-top: 1px solid #CACACA;
}
@media screen and (max-width: 834px) {
  #apply .apply_content .accordion-area .accordion-inner dl > div {
    display: block;
  }
}
#apply .apply_content .accordion-area .accordion-inner dl > div:first-child {
  border-top: none;
}
#apply .apply_content .accordion-area .accordion-inner dl dt {
  font-size: 2.6rem;
  font-feature-settings: "palt";
}
@media screen and (max-width: 1100px) {
  #apply .apply_content .accordion-area .accordion-inner dl dt {
    font-size: 2rem;
  }
}
@media screen and (max-width: 834px) {
  #apply .apply_content .accordion-area .accordion-inner dl dt {
    font-size: 2.4rem;
    color: #F88E41;
  }
}
@media screen and (max-width: 520px) {
  #apply .apply_content .accordion-area .accordion-inner dl dt {
    margin-bottom: 10px;
  }
}
#apply .apply_content .accordion-area .accordion-inner dl dd {
  font-size: 2.6rem;
  line-height: 2;
  font-feature-settings: "palt";
}
@media screen and (max-width: 1100px) {
  #apply .apply_content .accordion-area .accordion-inner dl dd {
    font-size: 2rem;
  }
}
@media screen and (max-width: 520px) {
  #apply .apply_content .accordion-area .accordion-inner dl dd {
    font-size: 1.8rem;
  }
}
#apply .apply_content .apply_contact .apply_contact_wrap {
  width: 1100px;
  margin: 0 auto;
  background: #fff;
  border-radius: 20px;
  padding: 40px;
}
@media screen and (max-width: 1100px) {
  #apply .apply_content .apply_contact .apply_contact_wrap {
    width: 90%;
  }
}
@media screen and (max-width: 834px) {
  #apply .apply_content .apply_contact .apply_contact_wrap {
    width: 100%;
  }
}
@media screen and (max-width: 520px) {
  #apply .apply_content .apply_contact .apply_contact_wrap {
    padding: 20px;
  }
}
#apply .apply_content .apply_contact .apply_contact_wrap h3 {
  text-align: center;
  margin-bottom: 15px;
}
#apply .apply_content .apply_contact .apply_contact_wrap h3 span {
  display: inline-block;
  padding: 14px 60px 13px;
  line-height: 1;
  color: #F88E41;
  font-size: 3rem;
  font-family: "ryo-gothic-plusn", sans-serif;
  font-weight: 700;
  font-style: normal;
  border-radius: 2em;
  border: 1px solid #F88E41;
}
#apply .apply_content .apply_contact .apply_contact_wrap h3 + p {
  text-align: center;
  font-size: 2.6rem;
  font-family: "ryo-gothic-plusn", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #333333;
  margin-bottom: 20px;
}
@media screen and (max-width: 1100px) {
  #apply .apply_content .apply_contact .apply_contact_wrap h3 + p {
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 834px) {
  #apply .apply_content .apply_contact .apply_contact_wrap h3 + p {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 520px) {
  #apply .apply_content .apply_contact .apply_contact_wrap h3 + p {
    font-size: 1.8rem;
  }
}
#apply .apply_content .apply_contact .apply_contact_wrap .apply_btn_wrap {
  text-align: center;
  width: 100%;
}
#apply .apply_content .apply_contact .apply_contact_wrap .apply_btn_wrap .apply_btn {
  display: inline-block;
  padding: 15px 0 14px;
  background: #FFF2D9;
  width: 45%;
  border-radius: 18px;
  transition: all 0.45s ease;
}
@media screen and (max-width: 834px) {
  #apply .apply_content .apply_contact .apply_contact_wrap .apply_btn_wrap .apply_btn {
    width: 49%;
  }
}
@media screen and (max-width: 520px) {
  #apply .apply_content .apply_contact .apply_contact_wrap .apply_btn_wrap .apply_btn {
    width: 100%;
  }
}
#apply .apply_content .apply_contact .apply_contact_wrap .apply_btn_wrap .apply_btn:nth-child(1) {
  margin-bottom: 20px;
}
#apply .apply_content .apply_contact .apply_contact_wrap .apply_btn_wrap .apply_btn:hover {
  background: #F57F31;
}
#apply .apply_content .apply_contact .apply_contact_wrap .apply_btn_wrap .apply_btn:hover .sub {
  color: #fff;
}
#apply .apply_content .apply_contact .apply_contact_wrap .apply_btn_wrap .apply_btn:hover .main {
  color: #fff;
}
#apply .apply_content .apply_contact .apply_contact_wrap .apply_btn_wrap .apply_btn .sub {
  font-size: 2.1rem;
  font-family: "ryo-gothic-plusn", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #F88E41;
  line-height: 1;
  transition: all 0.45s ease;
}
@media screen and (max-width: 1100px) {
  #apply .apply_content .apply_contact .apply_contact_wrap .apply_btn_wrap .apply_btn .sub {
    font-size: 1.8rem;
  }
}
#apply .apply_content .apply_contact .apply_contact_wrap .apply_btn_wrap .apply_btn .main {
  font-size: 2.8rem;
  font-family: "ryo-gothic-plusn", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #F88E41;
  line-height: 1;
  transition: all 0.45s ease;
}
@media screen and (max-width: 1100px) {
  #apply .apply_content .apply_contact .apply_contact_wrap .apply_btn_wrap .apply_btn .main {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 834px) {
  #apply .apply_content .apply_contact .apply_contact_wrap .apply_btn_wrap .apply_btn .main {
    font-size: 2.1rem;
  }
}

/*# sourceMappingURL=recruit.css.map */
