@charset "UTF-8";
html {
  scroll-behavior: smooth;
  font-family: "Noto Sans JP", sans-serif;
}

.wrapper {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
}

.serif {
  font-family: "Noto Serif JP", serif;
}

img {
  max-width: 100%;
}

h2 {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}

h3 {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
}

a {
  text-decoration: none;
  color: #333;
  transition: all 0.2s;
}
a:focus {
  text-decoration: none;
  color: #333;
  transition: all 0.2s;
}

p {
  font-size: 14px;
}

h3,
p {
  margin: 0;
}

.sectionTitle {
  display: flex;
  align-items: end;
}
.sectionTitle h2 {
  font-size: 40px;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .sectionTitle h2 {
    font-size: 32px;
  }
}
@media screen and (max-width: 520px) {
  .sectionTitle h2 {
    font-size: 24px;
  }
}
.sectionTitle .en {
  color: #88c9a7;
  font-family: "Noto Serif JP", serif;
  font-size: 28px;
  margin: 0;
  padding-left: 20px;
}
@media screen and (max-width: 1024px) {
  .sectionTitle .en {
    font-size: 24px;
    padding-left: 15px;
  }
}
@media screen and (max-width: 520px) {
  .sectionTitle .en {
    font-size: 16px;
    padding-left: 10px;
  }
}

.button01 {
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 30px;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
  display: block;
  font-size: 16px;
  padding: 12px 20px 15px 40px;
  width: 240px;
  border-radius: 60px;
  line-height: 1.3em;
  position: relative;
}
.button01::after {
  background-image: url(../images/recruit/arw04@2x.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  content: "";
  width: 20px;
  height: 14px;
  right: 25px;
  top: 50%;
  transform: translate(0, -50%);
}
.button01:hover {
  background-color: #0e68aa;
  color: #fff;
}
.button01:hover::after {
  background-image: url(../images/recruit/arw05@2x.png);
}
.button01 span {
  font-size: 18px;
}

.button02 {
  background-color: #0e68aa;
  border: 1px solid #0e68aa;
  border-radius: 30px;
  color: #fff;
  display: block;
  font-size: 16px;
  margin: 60px auto 0;
  padding: 15px 20px 13px 40px;
  width: 240px;
  border-radius: 60px;
  line-height: 1.3em;
  position: relative;
}
.button02::after {
  background-image: url(../images/recruit/arw01@2x.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  content: "";
  width: 20px;
  height: 14px;
  right: 25px;
  top: 50%;
  transform: translate(0, -50%);
}
.button02:hover {
  background-color: #fff;
  color: #0e68aa;
}
.button02:hover::after {
  background-image: url(../images/recruit/arw02@2x.png);
}
.button02 span {
  font-size: 18px;
}

#recruit-thoughts,
#recruit-description,
#recruit-description-1,
#recruit-description-2,
#recruit-description-3,
#recruit-description-4,
#recruit-description-5,
#recruit-interview,
#recruit-benefits,
#recruit-require,
#recruit-qa,
#recruit-blue {
  margin-top: -120px;
  padding-top: 120px;
}

#req01,
#req02,
#req03,
#req04,
#req05 {
  margin-top: -120px;
  padding-top: 120px;
}

#recruit_new {
  background-color: #f2f2f2;
}
#recruit_new .main {
  padding-top: 90px;
}
#recruit_new .main h1 {
  font-family: "Noto Serif JP", serif;
  font-size: 70px;
  font-weight: 400;
  padding: 80px 0;
  text-align: center;
}
@media screen and (max-width: 1400px) {
  #recruit_new .main h1 {
    font-size: 60px;
  }
}
@media screen and (max-width: 1200px) {
  #recruit_new .main h1 {
    font-size: 50px;
  }
}
@media screen and (max-width: 1000px) {
  #recruit_new .main h1 {
    font-size: 40px;
  }
}
@media screen and (max-width: 820px) {
  #recruit_new .main h1 {
    padding: 60px 0;
  }
}
@media screen and (max-width: 520px) {
  #recruit_new .main h1 {
    font-size: 28px;
    padding: 20px 0 40px;
  }
}
#recruit_new .main .people {
  margin: -30px auto 0;
  padding: 0 10px;
  position: relative;
  text-align: center;
  z-index: 2;
  opacity: 0;
  transform: translateY(40px);
  animation: fadeUp 1s ease-out forwards;
  animation-delay: 1s;
}
@media screen and (max-width: 820px) {
  #recruit_new .main .people {
    margin: -15px auto 0;
  }
}
@media screen and (max-width: 520px) {
  #recruit_new .main .people {
    margin: -10px auto 0;
  }
}

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.scroll01 {
  background: linear-gradient(to bottom, #f2f2f2 0%, #dadada 40%, #b2b2b2 50%, #e7e7e7 90%, #f2f2f2 100%);
  margin-bottom: 120px;
}
@media screen and (max-width: 1024px) {
  .scroll01 {
    margin-bottom: 0;
  }
}

.scroll02 {
  margin: 190px 0;
}
@media screen and (max-width: 1024px) {
  .scroll02 {
    margin: 100px 0;
  }
}
@media screen and (max-width: 520px) {
  .scroll02 {
    margin: 70px 0;
  }
}

.scroll-infinity {
  position: relative;
  z-index: 1;
}
.scroll-infinity .scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
}
.scroll-infinity .scroll-infinity__wrap .scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  width: -moz-max-content;
  width: max-content;
  animation: infinity-scroll-left 80s linear infinite;
}
.scroll-infinity .scroll-infinity__wrap .scroll-infinity__item {
  flex-shrink: 0;
  width: 100vw;
}
@media screen and (max-width: 1800px) {
  .scroll-infinity .scroll-infinity__wrap .scroll-infinity__item {
    width: 110vw;
  }
}
@media screen and (max-width: 1600px) {
  .scroll-infinity .scroll-infinity__wrap .scroll-infinity__item {
    width: 120vw;
  }
}
@media screen and (max-width: 1400px) {
  .scroll-infinity .scroll-infinity__wrap .scroll-infinity__item {
    width: 140vw;
  }
}
@media screen and (max-width: 1200px) {
  .scroll-infinity .scroll-infinity__wrap .scroll-infinity__item {
    width: 160vw;
  }
}
@media screen and (max-width: 820px) {
  .scroll-infinity .scroll-infinity__wrap .scroll-infinity__item {
    width: 130vw;
  }
}
@media screen and (max-width: 520px) {
  .scroll-infinity .scroll-infinity__wrap .scroll-infinity__item {
    width: 220vw;
  }
}
.scroll-infinity .scroll-infinity__wrap .scroll-infinity__item > img {
  width: 100%;
  display: block;
  padding-left: 40px;
}

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.guruguru {
  position: fixed;
  right: 50px;
  bottom: 20px;
  width: 180px;
  height: 180px;
  z-index: 5;
}
@media screen and (max-width: 1400px) {
  .guruguru {
    right: 20px;
    bottom: 20px;
    width: 130px;
    height: 130px;
  }
}
@media screen and (max-width: 520px) {
  .guruguru {
    right: 10px;
    bottom: 10px;
    width: 100px;
    height: 100px;
  }
}
.guruguru .guruguru-inner {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.guruguru .guruguru-inner img {
  width: 100%;
  height: auto;
  animation: rotate 10s linear infinite;
}
.guruguru .guruguru-inner::after {
  background-image: url(../images/recruit/arw07@2x.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  content: "";
  width: 42px;
  height: 61px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1400px) {
  .guruguru .guruguru-inner::after {
    width: 32px;
    height: 51px;
  }
}
@media screen and (max-width: 520px) {
  .guruguru .guruguru-inner::after {
    width: 26px;
    height: 42px;
  }
}
.guruguru.is-reverse .guruguru-inner {
  transform: scale(0.7) rotate(180deg);
}

/* 回転アニメーション */
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
/* ------------------------------------
   recruit-parallax
------------------------------------ */
#rec_parallax .wrapper {
  max-width: 622px;
}
#rec_parallax .wrapper .content p {
  font-size: 21px;
  line-height: 2.5em;
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  #rec_parallax .wrapper .content p {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 520px) {
  #rec_parallax .wrapper .content p {
    line-height: 2em;
    font-size: 16px;
  }
}
#rec_parallax .text-area {
  position: relative;
  z-index: 2;
  padding: 120px 0 0;
  margin-bottom: -20vh;
}
@media screen and (max-width: 1024px) {
  #rec_parallax .text-area {
    padding: 90px 0 0;
  }
}
@media screen and (max-width: 520px) {
  #rec_parallax .text-area {
    padding: 60px 0 0;
  }
}
#rec_parallax .image-sticky {
  position: sticky;
  bottom: 0;
  height: 70vh;
  overflow: hidden;
  z-index: 1;
  --fade-start: 100%; /* JSから操作する変数 */
}
@media screen and (max-width: 1024px) {
  #rec_parallax .image-sticky {
    height: 50vh;
  }
}
@media screen and (max-width: 520px) {
  #rec_parallax .image-sticky {
    height: 35vh;
  }
}
#rec_parallax .image-sticky::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  opacity: calc(var(--fade-start));
  background: rgb(242, 242, 242);
}
#rec_parallax .scroll-image {
  width: calc(100% + 70vh);
  max-width: calc(100% + 70vh);
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  transform: translateX(0);
  will-change: transform;
  position: relative;
  z-index: 1;
}

/* ------------------------------------
   recruit-thoughts
------------------------------------ */
#rec_thoughts {
  background-color: #f2f2f2;
  border-radius: 40px 40px 0 0;
  padding: 120px 0 180px;
  margin-top: -60px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  #rec_thoughts {
    padding: 70px 0 120px;
  }
}
@media screen and (max-width: 520px) {
  #rec_thoughts {
    border-radius: 20px 20px 0 0;
    padding: 50px 0 110px;
  }
}

.thoughtsArea {
  margin-bottom: 140px;
}
@media screen and (max-width: 1024px) {
  .thoughtsArea {
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 520px) {
  .thoughtsArea {
    margin-bottom: 60px;
  }
}
.thoughtsArea .thoughts_flex {
  display: flex;
}
@media screen and (max-width: 820px) {
  .thoughtsArea .thoughts_flex {
    flex-direction: column-reverse;
  }
}
.thoughtsArea .thoughts_flex .left h3 {
  font-size: 70px;
  margin-bottom: 30px;
  line-height: 1.5;
}
@media screen and (max-width: 1400px) {
  .thoughtsArea .thoughts_flex .left h3 {
    font-size: 60px;
  }
}
@media screen and (max-width: 1200px) {
  .thoughtsArea .thoughts_flex .left h3 {
    font-size: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .thoughtsArea .thoughts_flex .left h3 {
    font-size: 40px;
  }
}
@media screen and (max-width: 520px) {
  .thoughtsArea .thoughts_flex .left h3 {
    font-size: 36px;
    margin: 15px 0;
  }
}
.thoughtsArea .thoughts_flex .left p {
  font-size: 16px;
  line-height: 3;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .thoughtsArea .thoughts_flex .left p {
    font-size: 14px;
    line-height: 2.5;
  }
}
@media screen and (max-width: 520px) {
  .thoughtsArea .thoughts_flex .left p {
    font-size: 13px;
  }
}
.thoughtsArea .thoughts_flex .left a {
  cursor: pointer;
}
.thoughtsArea .thoughts_flex .right {
  max-width: 700px;
  width: 100%;
}
@media screen and (max-width: 1300px) {
  .thoughtsArea .thoughts_flex .right {
    max-width: 600px;
    margin-left: 30px;
  }
}
@media screen and (max-width: 1150px) {
  .thoughtsArea .thoughts_flex .right {
    max-width: 500px;
  }
}
@media screen and (max-width: 1024px) {
  .thoughtsArea .thoughts_flex .right {
    max-width: 400px;
  }
}
@media screen and (max-width: 900px) {
  .thoughtsArea .thoughts_flex .right {
    max-width: 350px;
  }
}
@media screen and (max-width: 820px) {
  .thoughtsArea .thoughts_flex .right {
    max-width: 90%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 520px) {
  .thoughtsArea .thoughts_flex .right {
    max-width: 100%;
  }
}

/* ==========================
   Simple Interview Modal
========================== */
.simple-interview-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
}
.simple-interview-modal.is-open {
  opacity: 1;
  visibility: visible;
}
.simple-interview-modal.is-open .simple-interview-modal__content {
  transform: translateY(0);
  opacity: 1;
}
.simple-interview-modal__overlay {
  position: absolute;
  inset: 0;
}
.simple-interview-modal__content {
  position: relative;
  height: 100%;
  padding: 32px;
  background-color: #0e68aa;
  transform: translateY(20px);
  opacity: 0;
  transition: all 0.3s ease;
  overflow-y: auto;
  height: 100vh;
}
.simple-interview-modal__content::-webkit-scrollbar {
  width: 0;
}
@media screen and (max-width: 520px) {
  .simple-interview-modal__content {
    padding: 20px;
  }
}
.simple-interview-modal__close {
  position: absolute;
  top: 40px;
  right: 50px;
  color: #fff;
  font-size: 0px;
  background: none;
  border: none;
  cursor: pointer;
}
@media screen and (max-width: 520px) {
  .simple-interview-modal__close {
    top: 20px;
    right: 20px;
  }
}
.simple-interview-modal .s_inner {
  max-width: 1000px;
  font-family: "Noto Serif JP", serif;
  margin: 0 auto;
  padding: 90px 0;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 520px) {
  .simple-interview-modal .s_inner {
    padding: 60px 0;
  }
}
.simple-interview-modal .s_inner .s_topTitle {
  font-size: 24px;
  margin-bottom: 110px;
}
@media screen and (max-width: 1024px) {
  .simple-interview-modal .s_inner .s_topTitle {
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 520px) {
  .simple-interview-modal .s_inner .s_topTitle {
    margin-bottom: 60px;
  }
}
.simple-interview-modal .s_inner .s_title {
  font-size: 20px;
  border: 1px solid #fff;
  border-radius: 50px;
  padding: 10px;
  margin-bottom: 40px;
}
@media screen and (max-width: 520px) {
  .simple-interview-modal .s_inner .s_title {
    margin-bottom: 20px;
  }
}
.simple-interview-modal .s_inner .s_bigText {
  font-size: 30px;
  margin-bottom: 90px;
  line-height: 2;
}
@media screen and (max-width: 520px) {
  .simple-interview-modal .s_inner .s_bigText {
    font-size: 26px;
    margin-bottom: 50px;
  }
}
.simple-interview-modal .s_inner .s_middleText {
  font-size: 24px;
  line-height: 2.2;
}
@media screen and (max-width: 820px) {
  .simple-interview-modal .s_inner .s_middleText {
    font-size: 20px;
  }
}
@media screen and (max-width: 520px) {
  .simple-interview-modal .s_inner .s_middleText {
    text-align: left;
    text-indent: -1.5em;
    padding-left: 1.5em;
  }
}
.simple-interview-modal .s_inner .s_middleText02 {
  margin-bottom: 50px;
}
@media screen and (max-width: 520px) {
  .simple-interview-modal .s_inner .s_middleText02 {
    margin-bottom: 30px;
  }
}
.simple-interview-modal .s_inner .s_text {
  font-size: 16px;
  line-height: 3;
  margin-bottom: 100px;
}
@media screen and (max-width: 820px) {
  .simple-interview-modal .s_inner .s_text {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 520px) {
  .simple-interview-modal .s_inner .s_text {
    text-align: left;
    line-height: 2.5;
    margin-bottom: 40px;
  }
}
.simple-interview-modal .s_inner .s_flexArea {
  margin-bottom: 90px;
}
@media screen and (max-width: 520px) {
  .simple-interview-modal .s_inner .s_flexArea {
    margin-bottom: 60px;
  }
}
.simple-interview-modal .s_inner .s_flexArea .s_flexItem {
  display: flex;
  font-size: 16px;
  max-width: 670px;
  margin: 0 auto 25px;
}
@media screen and (max-width: 520px) {
  .simple-interview-modal .s_inner .s_flexArea .s_flexItem {
    flex-direction: column;
  }
}
.simple-interview-modal .s_inner .s_flexArea .s_flexItem .left {
  font-size: 16px;
  width: 151px;
  text-align: right;
}
@media screen and (max-width: 520px) {
  .simple-interview-modal .s_inner .s_flexArea .s_flexItem .left {
    text-align: left;
    width: 100%;
  }
}
.simple-interview-modal .s_inner .s_flexArea .s_flexItem .right {
  font-size: 16px;
  padding-left: 51px;
  width: calc(100% - 151px);
  text-align: left;
}
@media screen and (max-width: 520px) {
  .simple-interview-modal .s_inner .s_flexArea .s_flexItem .right {
    width: 100%;
    padding-left: 0;
    padding-top: 8px;
  }
}
.simple-interview-modal .s_inner .button01 {
  width: 300px;
  margin: 0 auto;
  text-align: left;
}

/* 初期状態：アニメーションなし */
#wrap_all .st0,
#wrap_all .st1,
#wrap_all .st2,
#wrap_all .dot {
  animation: none;
}

#wrap_all .st0,
#wrap_all .st1,
#wrap_all .st2 {
  fill: transparent;
  stroke: transparent;
  animation: none;
}

#wrap_all .dot {
  opacity: 0;
  transform: scale(0.9);
  animation: none;
}

#wrap_all.is-active .st0 {
  stroke: #0e68a9;
  animation: svg0 7s ease-in both;
}

#wrap_all.is-active .st1 {
  stroke: #88c9a7;
  animation: svg1 7s ease-in both;
}

#wrap_all.is-active .st2 {
  animation: svg2 7s ease-in both;
}

#wrap_all.is-active .dot {
  animation: dotIn 1s cubic-bezier(0.2, 0.9, 0.3, 1) forwards;
}

/* ------------------------------------
   recruit-description
------------------------------------ */
.descriptionArea .first {
  padding-top: 80px;
}
@media screen and (max-width: 1024px) {
  .descriptionArea .first {
    padding-top: 40px;
  }
}

.jobFlex {
  display: flex;
  align-items: end;
  padding-bottom: 90px;
}
@media screen and (max-width: 1024px) {
  .jobFlex {
    align-items: start;
  }
}
@media screen and (max-width: 820px) {
  .jobFlex {
    flex-direction: column;
  }
}
.jobFlex .leftArea {
  padding-right: 60px;
  max-width: calc(100% - 590px);
}
@media screen and (max-width: 1200px) {
  .jobFlex .leftArea {
    max-width: calc(100% - 470px);
    padding-right: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .jobFlex .leftArea {
    max-width: calc(100% - 440px);
    padding-right: 30px;
  }
}
@media screen and (max-width: 820px) {
  .jobFlex .leftArea {
    width: 100%;
    max-width: 100%;
  }
}
.jobFlex .rightArea {
  width: 550px;
  margin-right: 30px;
}
@media screen and (max-width: 820px) {
  .jobFlex .rightArea {
    width: 100%;
    margin: 0 auto;
    padding: 30px 30px 0;
  }
}
.jobFlex .rightArea .desTitle {
  display: flex;
  align-items: end;
  margin-bottom: 50px;
}
@media screen and (max-width: 1200px) {
  .jobFlex .rightArea .desTitle {
    margin-bottom: 30px;
  }
}
.jobFlex .rightArea .desTitle h3 {
  font-size: 60px;
  line-height: 1;
}
@media screen and (max-width: 1200px) {
  .jobFlex .rightArea .desTitle h3 {
    font-size: 50px;
  }
}
@media screen and (max-width: 520px) {
  .jobFlex .rightArea .desTitle h3 {
    font-size: 40px;
  }
}
.jobFlex .rightArea .desTitle .en {
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  color: #88c9a7;
  padding-left: 10px;
}
@media screen and (max-width: 520px) {
  .jobFlex .rightArea .desTitle .en {
    font-size: 18px;
  }
}
.jobFlex .rightArea .dessubTitle {
  font-family: "Noto Serif JP", serif;
  font-size: 30px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1200px) {
  .jobFlex .rightArea .dessubTitle {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 520px) {
  .jobFlex .rightArea .dessubTitle {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.jobFlex .rightArea .dessubText {
  font-size: 16px;
  line-height: 3;
  margin-bottom: 20px;
}
@media screen and (max-width: 1200px) {
  .jobFlex .rightArea .dessubText {
    font-size: 14px;
    line-height: 2.5;
  }
}
@media screen and (max-width: 820px) {
  .jobFlex .rightArea .dessubText {
    line-height: 2.3;
  }
}

.last {
  padding-bottom: 0;
}

/* ------------------------------------
   recruit-interview
------------------------------------ */
#rec_interview {
  background-color: #0e68aa;
  border-radius: 40px 40px 0 0;
  padding: 120px 0;
  margin-top: -60px;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 1024px) {
  #rec_interview {
    padding: 70px 0 120px;
  }
}
@media screen and (max-width: 520px) {
  #rec_interview {
    border-radius: 20px 20px 0 0;
    padding: 50px 0 110px;
  }
}

.recruitBg {
  width: 95%;
  margin: 0 auto;
}

.recruit-interview .recruit-en-title {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 28px;
  color: #88c9a7;
  margin: 0 0 20px;
}
@media screen and (max-width: 820px) {
  .recruit-interview .recruit-en-title {
    font-size: 24px;
  }
}
@media screen and (max-width: 520px) {
  .recruit-interview .recruit-en-title {
    font-size: 22px;
    margin: 0 0 10px;
  }
}
.recruit-interview .recruit-sec-title {
  color: #fff;
  font-size: 70px;
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.5;
}
@media screen and (max-width: 1024px) {
  .recruit-interview .recruit-sec-title {
    font-size: 50px;
  }
}
@media screen and (max-width: 820px) {
  .recruit-interview .recruit-sec-title {
    font-size: 38px;
  }
}
@media screen and (max-width: 520px) {
  .recruit-interview .recruit-sec-title {
    font-size: 28px;
  }
}
.recruit-interview .recruit-sub-title {
  color: #fff;
  font-size: 16px;
  line-height: 2.5;
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 520px) {
  .recruit-interview .recruit-sub-title {
    font-size: 14px;
    margin-bottom: 40px;
  }
}
.recruit-interview-list {
  display: flex;
  gap: 0 21px;
}
@media screen and (max-width: 1200px) {
  .recruit-interview-list {
    margin-right: 0;
  }
}
.recruit-interview-list .inner {
  width: calc(20% - 10px);
  padding: 0 10px;
  cursor: pointer;
  transition: 0.2s all;
}
.recruit-interview-list .inner > div {
  width: 100%;
}
.recruit-interview-list .inner:hover {
  opacity: 0.7;
}
.recruit-interview-list .inner02 {
  padding-top: 60px;
}
@media screen and (max-width: 520px) {
  .recruit-interview-list .inner02 {
    padding-top: 0;
  }
}
.recruit-interview-list h3 {
  margin: 18px 0 0;
  color: #fff;
  font-size: 20px;
  line-height: 1.65;
  text-align: center;
}
@media screen and (max-width: 1450px) {
  .recruit-interview-list h3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 1350px) {
  .recruit-interview-list h3 {
    font-size: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .recruit-interview-list h3 {
    font-size: 18px;
  }
}
.recruit-interview-list .recruit-button {
  color: #88c9a7;
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  text-align: center;
  margin: 15px auto 0;
  padding-right: 30px;
  position: relative;
  width: 200px;
}
.recruit-interview-list .recruit-button::after {
  background-image: url(../images/recruit/arw03@2x.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  content: "";
  width: 20px;
  height: 14px;
  right: 45px;
  top: 50%;
  transform: translate(0, -50%);
}
.recruit-interview-list .inImg img {
  width: 100%;
}

.recruit-interview-list {
  position: relative;
}

@media screen and (max-width: 520px) {
  .slick-slider {
    width: 320px;
    margin: auto;
  }
}

.slick-arrow {
  position: absolute;
  top: 45%;
  width: 32px;
  height: 32px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 10;
}

.slick-arrow::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
}

.slick-prev {
  left: -10px;
  transform: translateY(-50%) rotate(-135deg);
}
@media screen and (max-width: 520px) {
  .slick-prev {
    left: -15px;
  }
}

.slick-next {
  right: -10px;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 520px) {
  .slick-next {
    right: -15px;
  }
}

.slick-arrow:hover {
  opacity: 0.7;
}

/* ------------------------------------
   recruit-interview-modal
------------------------------------ */
.btn-modal-close {
  position: absolute;
  top: 40px;
  right: 50px;
  z-index: 2;
}
@media screen and (max-width: 520px) {
  .btn-modal-close {
    top: 20px;
    right: 20px;
  }
}

.recruit-interview-modal {
  visibility: hidden;
  overflow: hidden;
  position: fixed;
  inset: 0;
  background-color: #007AB6;
  width: 100%;
  height: 100%;
  z-index: 10100;
  opacity: 0;
  transition: all 0.3s ease;
  transform: translateY(20px);
}
.recruit-interview-modal .modal-inner {
  position: relative;
  display: none;
  height: 100%;
  opacity: 0;
}
.recruit-interview-modal .interview-name {
  position: absolute;
  top: calc(100vh - 190px);
  left: 35px;
  color: #fff;
  white-space: nowrap;
}
@media screen and (max-width: 1150px) {
  .recruit-interview-modal .interview-name {
    position: unset;
  }
}
.recruit-interview-modal .interview-name h3 {
  margin: 0 0 6px -1px;
  font-size: 60px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1400px) {
  .recruit-interview-modal .interview-name h3 {
    font-size: 50px;
  }
}
@media screen and (max-width: 520px) {
  .recruit-interview-modal .interview-name h3 {
    font-size: 40px;
    margin-bottom: 0;
  }
}
.recruit-interview-modal .interview-name h4 {
  margin-left: 2px;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1400px) {
  .recruit-interview-modal .interview-name h4 {
    font-size: 18px;
  }
}
@media screen and (max-width: 520px) {
  .recruit-interview-modal .interview-name h4 {
    font-size: 14px;
  }
}
.recruit-interview-modal .interviewItem {
  position: relative;
  max-width: 1350px;
  margin: 0 auto;
}
.recruit-interview-modal h5 {
  position: absolute;
  top: 13.5vh;
  right: max(74%, 1020px);
  color: #fff;
  font-size: 36px;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  line-height: 2.2;
  letter-spacing: 0.14em;
  writing-mode: vertical-rl;
  white-space: nowrap;
  will-change: transform;
}
@media screen and (max-width: 1400px) {
  .recruit-interview-modal h5 {
    top: 9.5vh;
    font-size: 28px;
    right: max(74%, 940px);
  }
}
@media screen and (max-width: 1150px) {
  .recruit-interview-modal h5 {
    position: unset;
    writing-mode: unset;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 750px) {
  .recruit-interview-modal h5 {
    font-size: 23px;
  }
}
@media screen and (max-width: 520px) {
  .recruit-interview-modal h5 {
    text-align: center;
    line-height: 1.5;
    margin-top: 20px;
  }
}
.recruit-interview-modal .interview-scroll {
  overflow-y: scroll;
  float: right;
  width: 1000px;
  height: 100vh;
  padding: 80px 124px 60px 0;
  opacity: 0;
}
@media screen and (max-width: 1400px) {
  .recruit-interview-modal .interview-scroll {
    width: 900px;
    padding: 60px 104px 60px 0;
  }
}
@media screen and (max-width: 1150px) {
  .recruit-interview-modal .interview-scroll {
    width: 90%;
    margin: 0 auto;
    padding: 60px 0 60px;
    float: unset;
  }
}
@media screen and (max-width: 520px) {
  .recruit-interview-modal .interview-scroll {
    padding: 30px 0 50px;
  }
}
.recruit-interview-modal .interview-scroll::-webkit-scrollbar {
  width: 0;
}
.recruit-interview-modal .interview-scroll .gText {
  color: #88c9a7;
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 28px;
  text-align: center;
  margin: 0 auto 15px;
  padding-right: 30px;
  position: relative;
  width: 200px;
}
@media screen and (max-width: 520px) {
  .recruit-interview-modal .interview-scroll .gText {
    padding-right: 18px;
    font-size: 22px;
    margin: 15px auto 8px;
  }
}
.recruit-interview-modal .interview-scroll .innerImg {
  text-align: center;
}
.recruit-interview-modal .interview-scroll .inner {
  background-color: #fff;
  border-radius: 60px;
  padding: 90px;
}
@media screen and (max-width: 1400px) {
  .recruit-interview-modal .interview-scroll .inner {
    border-radius: 40px;
    padding: 60px 60px 80px;
  }
}
@media screen and (max-width: 820px) {
  .recruit-interview-modal .interview-scroll .inner {
    border-radius: 20px;
    padding: 40px 40px 60px;
  }
}
@media screen and (max-width: 520px) {
  .recruit-interview-modal .interview-scroll .inner {
    border-radius: 15px;
    padding: 25px 25px 30px;
  }
}
.recruit-interview-modal .interview-scroll .inner .title {
  color: #0e68aa;
  font-size: 16px;
  margin-top: 90px;
  margin-left: 20px;
  position: relative;
}
@media screen and (max-width: 1150px) {
  .recruit-interview-modal .interview-scroll .inner .title {
    margin-top: 60px;
  }
}
@media screen and (max-width: 520px) {
  .recruit-interview-modal .interview-scroll .inner .title {
    margin-top: 30px;
  }
}
.recruit-interview-modal .interview-scroll .inner .title::after {
  position: absolute;
  content: "";
  border-top: 1px solid #0e68aa;
  width: 13px;
  height: 1px;
  left: -20px;
  top: 50%;
}
.recruit-interview-modal .interview-scroll .inner .text {
  font-size: 16px;
  margin-top: 50px;
  line-height: 2;
}
@media screen and (max-width: 1150px) {
  .recruit-interview-modal .interview-scroll .inner .text {
    margin-top: 20px;
  }
}
@media screen and (max-width: 520px) {
  .recruit-interview-modal .interview-scroll .inner .text {
    font-size: 13px;
    margin-top: 10px;
  }
}
.recruit-interview-modal .interview-scroll nav {
  display: flex;
  justify-content: space-between;
}
.recruit-interview-modal .interview-scroll button {
  background-color: #fff;
  border-radius: 25px;
  margin-top: 25px;
  padding: 10px 40px;
  text-align: left;
  width: 200px;
  position: relative;
}
@media screen and (max-width: 520px) {
  .recruit-interview-modal .interview-scroll button {
    width: 140px;
    padding: 5px 10px;
  }
}
.recruit-interview-modal .interview-scroll button h3 {
  font-size: 30px;
}
@media screen and (max-width: 520px) {
  .recruit-interview-modal .interview-scroll button h3 {
    font-size: 20px;
  }
}
.recruit-interview-modal .interview-scroll button h4 {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 520px) {
  .recruit-interview-modal .interview-scroll button h4 {
    font-size: 13px;
  }
}
.recruit-interview-modal .interview-scroll .prev {
  padding-left: 70px;
}
@media screen and (max-width: 520px) {
  .recruit-interview-modal .interview-scroll .prev {
    padding-left: 40px;
  }
}
.recruit-interview-modal .interview-scroll .prev::after {
  background-image: url(../images/recruit/arw08@2x.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  content: "";
  width: 20px;
  height: 14px;
  left: 25px;
  top: 50%;
  transform: translate(0, -50%);
}
@media screen and (max-width: 520px) {
  .recruit-interview-modal .interview-scroll .prev::after {
    left: 12px;
  }
}
.recruit-interview-modal .interview-scroll .next {
  padding-right: 70px;
}
@media screen and (max-width: 520px) {
  .recruit-interview-modal .interview-scroll .next {
    padding: 10px 0 10px 20px;
    padding-right: 20px;
  }
}
.recruit-interview-modal .interview-scroll .next::after {
  background-image: url(../images/recruit/arw09@2x.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  content: "";
  width: 20px;
  height: 14px;
  right: 25px;
  top: 50%;
  transform: translate(0, -50%);
}
@media screen and (max-width: 520px) {
  .recruit-interview-modal .interview-scroll .next::after {
    right: 12px;
  }
}

/* ==========================
   modal JS制御用（必須）
========================== */
.recruit-interview-modal.is-open {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.recruit-interview-modal .modal-inner.is-active {
  display: block;
  opacity: 1;
}

.recruit-interview-modal .interview-scroll {
  opacity: 1;
}

/* タブ切り替え */
.recruit-interview-modal .inner-s {
  display: none;
}

.recruit-interview-modal .inner-s.is-active {
  display: block;
}

/* ==========================
   recruit-benefits
========================== */
#rec_detail {
  background-color: #f2f2f2;
  border-radius: 40px 40px 0 0;
  padding: 120px 0 200px;
  margin-top: -60px;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 1024px) {
  #rec_detail {
    padding: 70px 0 140px;
  }
}
@media screen and (max-width: 520px) {
  #rec_detail {
    border-radius: 20px 20px 0 0;
    padding: 50px 0 110px;
  }
}

.beneArea {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 55px;
}
@media screen and (max-width: 1024px) {
  .beneArea {
    margin-top: 35px;
  }
}
@media screen and (max-width: 820px) {
  .beneArea {
    flex-direction: column;
  }
}
.beneArea .beneItem {
  width: calc(50% - 35px);
  border-top: 1px solid #88c9a7;
  border-bottom: 1px solid #88c9a7;
  padding: 50px 0;
  margin-top: -1px;
}
@media screen and (max-width: 1024px) {
  .beneArea .beneItem {
    padding: 30px 0;
  }
}
@media screen and (max-width: 820px) {
  .beneArea .beneItem {
    width: 100%;
    padding: 20px 0 15px;
  }
}
.beneArea h3 {
  font-size: 24px;
  padding-bottom: 20px;
}
@media screen and (max-width: 520px) {
  .beneArea h3 {
    padding-bottom: 10px;
  }
}
.beneArea .beneTextArea {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
@media screen and (max-width: 1024px) {
  .beneArea .beneTextArea {
    flex-direction: column;
  }
}
.beneArea .beneTextArea .beneText {
  font-size: 14px;
  margin: 0;
  line-height: 2.5;
  width: calc(100% - 140px);
}
@media screen and (max-width: 1024px) {
  .beneArea .beneTextArea .beneText {
    width: 100%;
    font-size: 13px;
  }
}
.beneArea .beneImg {
  width: 140px;
  padding-left: 20px;
  text-align: end;
}
@media screen and (max-width: 820px) {
  .beneArea .beneImg {
    width: 120px;
  }
}

/* ==========================
   recruit-require
========================== */
.requireArea {
  padding: 60px 0;
}
@media screen and (max-width: 1024px) {
  .requireArea {
    padding: 40px 0 60px;
  }
}
@media screen and (max-width: 520px) {
  .requireArea {
    padding: 20px 0 40px;
  }
}
.requireArea .accordion {
  padding-bottom: 30px;
}
@media screen and (max-width: 520px) {
  .requireArea .accordion {
    padding-bottom: 15px;
  }
}
.requireArea .acd-item {
  overflow: hidden;
}
.requireArea .last {
  border-bottom: 1px solid #c9c9c9;
}
.requireArea .acd-ttl {
  background-color: #fff;
  border-radius: 20px;
  font-size: 18px;
  padding: 30px 55px;
  padding-right: 80px;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .requireArea .acd-ttl {
    padding: 20px 25px 15px;
  }
}
@media screen and (max-width: 520px) {
  .requireArea .acd-ttl {
    padding-right: 30px;
    padding: 25px 15px;
  }
}
@media screen and (max-width: 820px) {
  .requireArea .acd-ttl .reqImg {
    width: 60px;
  }
}
.requireArea .acd-ttl .reqTitle {
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  margin-left: 20px;
}
@media screen and (max-width: 820px) {
  .requireArea .acd-ttl .reqTitle {
    font-size: 28px;
  }
}
@media screen and (max-width: 520px) {
  .requireArea .acd-ttl .reqTitle {
    font-size: 22px;
  }
}
.requireArea .acd-ttl::before {
  position: absolute;
  content: "";
  border: none;
  background-image: url(../images/recruit/plus01@2x.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  top: 50%;
  transform: translate(0, -50%);
  transition: all 0.3s;
  right: 50px;
  height: 20px;
  width: 20px;
}
@media screen and (max-width: 820px) {
  .requireArea .acd-ttl::before {
    top: 55%;
  }
}
@media screen and (max-width: 520px) {
  .requireArea .acd-ttl::before {
    height: 17px;
    width: 17px;
    right: 20px;
  }
}
.requireArea .acd-ttl.open {
  border-bottom: unset;
  border-radius: 20px 20px 0 0;
}
.requireArea .acd-ttl.open + .acd-inner {
  max-height: 5000px;
  opacity: 1;
  padding: 0 22px 80px;
  visibility: visible;
  align-items: start;
}
@media screen and (max-width: 520px) {
  .requireArea .acd-ttl.open + .acd-inner {
    padding: 0 16px 40px;
  }
}
.requireArea .acd-ttl.open::before {
  background-image: url(../images/recruit/minus01@2x.png);
}
.requireArea .acd-inner {
  align-items: start;
  background-color: #fff;
  border-radius: 0 0 20px 20px;
  max-height: 0;
  opacity: 0;
  transition: 0.5s;
  visibility: hidden;
  padding: 0 20px;
  position: relative;
}
@media screen and (max-width: 520px) {
  .requireArea .acd-inner {
    padding: 0 5px;
  }
}
.requireArea .acd-inner .reqTextArea {
  border-bottom: 1px solid #e6e6e6;
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  padding: 10px 0;
}
@media screen and (max-width: 1024px) {
  .requireArea .acd-inner .reqTextArea {
    padding: 10px;
  }
}
@media screen and (max-width: 520px) {
  .requireArea .acd-inner .reqTextArea {
    flex-direction: column;
  }
}
.requireArea .acd-inner .reqTextArea p {
  margin: 15px 0;
}
@media screen and (max-width: 520px) {
  .requireArea .acd-inner .reqTextArea p {
    margin: 8px 0;
  }
}
.requireArea .acd-inner .reqTextArea .leftText {
  width: 170px;
  margin: 18px 0;
}
@media screen and (max-width: 520px) {
  .requireArea .acd-inner .reqTextArea .leftText {
    width: 100%;
    margin: 10px 0 0;
  }
}
.requireArea .acd-inner .reqTextArea .rightText {
  line-height: 2;
  width: calc(100% - 170px);
}
@media screen and (max-width: 520px) {
  .requireArea .acd-inner .reqTextArea .rightText {
    width: 100%;
    font-size: 14px;
  }
}

/* ==========================
   recruit-qa
========================== */
.whiteBg {
  background-color: #fff;
  border-radius: 40px;
  margin: 0 45px;
  padding: 110px 50px;
}
@media screen and (max-width: 1024px) {
  .whiteBg {
    padding: 70px 10px 80px;
  }
}
@media screen and (max-width: 520px) {
  .whiteBg {
    border-radius: 20px;
    margin: 0 20px;
    padding: 30px 3px 40px;
  }
}

.qaArea .accordion {
  padding-top: 40px;
}
@media screen and (max-width: 1024px) {
  .qaArea .accordion {
    padding-top: 30px;
  }
}
@media screen and (max-width: 520px) {
  .qaArea .accordion {
    padding-top: 20px;
  }
}
.qaArea .acd-item {
  overflow: hidden;
}
.qaArea .last {
  border-bottom: 1px solid #88c9a7;
}
.qaArea .acd-ttl {
  background-color: #fff;
  padding: 20px 15px;
  padding-right: 80px;
  font-size: 18px;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 820px) {
  .qaArea .acd-ttl {
    align-items: start;
  }
}
@media screen and (max-width: 520px) {
  .qaArea .acd-ttl {
    padding-right: 30px;
    padding: 17px 0;
  }
}
.qaArea .acd-ttl span {
  font-size: 30px;
  margin-right: 20px;
  line-height: 1;
  width: 40px;
  height: 38px;
  align-items: center;
}
@media screen and (max-width: 820px) {
  .qaArea .acd-ttl span {
    font-size: 24px;
  }
}
@media screen and (max-width: 520px) {
  .qaArea .acd-ttl span {
    font-size: 16px;
    margin-right: 0;
  }
}
.qaArea .acd-ttl span + span {
  font-size: 18px;
  width: calc(100% - 60px);
  line-height: 1.6;
  min-height: 50px;
  display: flex;
}
@media screen and (max-width: 820px) {
  .qaArea .acd-ttl span + span {
    min-height: unset;
    height: auto;
    align-items: start;
  }
}
@media screen and (max-width: 520px) {
  .qaArea .acd-ttl span + span {
    font-size: 14px;
    letter-spacing: 0.01em;
    margin-right: 30px;
    margin-top: -1px;
    margin-bottom: 18px;
  }
}
.qaArea .acd-ttl .question {
  font-family: "Noto Serif JP", serif;
  text-align: center;
  position: relative;
}
.qaArea .acd-ttl .question img {
  width: 28px;
}
.qaArea .acd-ttl::before {
  position: absolute;
  content: "";
  border: none;
  background-image: url(../images/recruit/plus01@2x.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  top: 50%;
  transform: translate(0, -50%);
  transition: all 0.3s;
  right: 20px;
  height: 20px;
  width: 20px;
}
@media screen and (max-width: 520px) {
  .qaArea .acd-ttl::before {
    height: 17px;
    width: 17px;
    right: 10px;
    top: 38%;
  }
}
.qaArea .acd-ttl.open {
  border-bottom: unset;
}
.qaArea .acd-ttl.open + .acd-inner {
  max-height: 5000px;
  opacity: 1;
  padding: 0px 22px 20px;
  visibility: visible;
  align-items: start;
}
@media screen and (max-width: 520px) {
  .qaArea .acd-ttl.open + .acd-inner {
    padding: 0 0 17px;
  }
}
.qaArea .acd-ttl.open::before {
  background-image: url(../images/recruit/minus01@2x.png);
}
.qaArea .acd-ttl02 {
  border-top: 1px solid #88c9a7;
}
.qaArea .acd-inner {
  max-height: 0;
  opacity: 0;
  transition: 0.5s;
  visibility: hidden;
  align-items: start;
  display: flex;
  justify-content: space-between;
  padding: 0 20px 20px;
  position: relative;
  margin-top: -20px;
}
@media screen and (max-width: 520px) {
  .qaArea .acd-inner {
    padding: 0 5px;
  }
}
.qaArea .acd-inner div {
  padding-left: 50px;
  line-height: 1.5em;
}
@media screen and (max-width: 520px) {
  .qaArea .acd-inner div {
    padding-left: 38px;
    font-size: 14px;
  }
}

/* ==========================
   rec_blue
========================== */
#rec_blue {
  background-color: #0e68aa;
  border-radius: 40px 40px 0 0;
  padding: 117px 0;
  margin-top: -60px;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 1024px) {
  #rec_blue {
    padding: 67px 0;
  }
}
@media screen and (max-width: 520px) {
  #rec_blue {
    padding: 47px 0;
    border-radius: 30px 30px 0 0;
  }
}
#rec_blue .w_text {
  font-family: "Noto Serif JP", serif;
  font-size: 40px;
  color: #fff;
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  #rec_blue .w_text {
    font-size: 30px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 520px) {
  #rec_blue .w_text {
    font-size: 20px;
    margin-bottom: 25px;
  }
}
#rec_blue .w_btn {
  border: 1px solid #fff;
  border-radius: 30px;
  color: #fff;
  display: block;
  font-size: 22px;
  margin: 0 auto;
  padding: 23px 20px 18px;
  text-align: center;
  width: 400px;
  border-radius: 60px;
  line-height: 1.3em;
  position: relative;
}
@media screen and (max-width: 520px) {
  #rec_blue .w_btn {
    font-size: 20px;
    width: 340px;
  }
}
#rec_blue .w_btn::after {
  background-image: url(../images/recruit/arw01@2x.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  content: "";
  width: 20px;
  height: 14px;
  right: 35px;
  top: 50%;
  transform: translate(0, -50%);
}
@media screen and (max-width: 520px) {
  #rec_blue .w_btn::after {
    right: 18px;
  }
}
#rec_blue .w_btn:hover {
  background-color: #fff;
  color: #0e68aa;
}
#rec_blue .w_btn:hover::after {
  background-image: url(../images/recruit/arw02@2x.png);
}
#rec_blue .w_btn span {
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
}
@media screen and (max-width: 520px) {
  #rec_blue .w_btn span {
    font-size: 16px;
  }
}

@media screen and (min-width: 1151px) {
  .spc__show02 {
    display: none !important;
  }
}
@media screen and (max-width: 1150px) {
  .spc__hide02 {
    display: none !important;
  }
}
@media screen and (min-width: 1025px) {
  .spc__show {
    display: none !important;
  }
}
@media screen and (max-width: 1024px) {
  .spc__hide {
    display: none !important;
  }
}
@media screen and (max-width: 820px), print {
  .ipad__hide {
    display: none !important;
  }
}
@media print {
  .ipad__hide {
    display: none;
  }
}
@media screen and (min-width: 821px) {
  .ipad__show {
    display: none !important;
  }
}
@media screen and (max-width: 520px) {
  .smp__hide {
    display: none !important;
  }
}
@media screen and (min-width: 521px) {
  .smp__show {
    display: none !important;
  }
}
@media print {
  .smp__show {
    display: none !important;
  }
}
@media print {
  .print_none {
    display: none !important;
  }
}
.print_only {
  display: none;
}

@media print {
  .print_only {
    display: block;
  }
}