@charset "UTF-8";
/* --------------------------------------------------
	section size
-------------------------------------------------- */
body {
  background: #fff;
}

.l-header .fixed-header {
  transform: translateY(-300px);
}
@media screen and (min-width: 1024px) {
  .l-header .fixed-header.-visible {
    transform: translateY(0);
  }
}

.page-recruit_top {
  /* sec-fv
  ---------------------------------------------------------------------------- */
  /* sec-about
  ---------------------------------------------------------------------------- */
  /* sec-strengths
  ---------------------------------------------------------------------------- */
  /* sec-voice
  ---------------------------------------------------------------------------- */
  /* sec-voice
  ---------------------------------------------------------------------------- */
  /* sec-voice
  ---------------------------------------------------------------------------- */
  /* sec-culture
  ---------------------------------------------------------------------------- */
  /* sec-faq
  ---------------------------------------------------------------------------- */
  /* sec-overview
  ---------------------------------------------------------------------------- */
  /* sec-access
  ---------------------------------------------------------------------------- */
  /* sec-entry
  ---------------------------------------------------------------------------- */
}
.page-recruit_top .sec-fv {
  position: relative;
  background: #F8F8F8;
  height: 100vh;
  height: 100dvh;
  min-height: 86.5rem;
  transition: 0.4s;
}
@media screen and (max-width: 1023px) {
  .page-recruit_top .sec-fv {
    max-height: 128rem;
  }
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-fv {
    min-height: 126.5rem;
    max-height: inherit;
  }
}
.page-recruit_top .sec-fv .logo-fv {
  position: absolute;
  left: 5rem;
  top: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  align-content: stretch;
  gap: 0 1.2rem;
  width: 54.4rem;
  height: 15.4rem;
  background: url("../images/recruit_top/bg_logo_fv.png") no-repeat left top;
  background-size: 100% 100%;
  z-index: 3;
  opacity: 0;
  transition: 0.4s;
}
@media screen and (max-width: 1023px) {
  .page-recruit_top .sec-fv .logo-fv {
    display: none;
  }
}
.page-recruit_top .sec-fv .logo-fv .logo-txt .txt01 {
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 400;
}
.page-recruit_top .sec-fv .logo-fv .logo-txt .txt02 {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 800;
}
.page-recruit_top .sec-fv .logo-fv .logo {
  width: 28.7rem;
}
.page-recruit_top .sec-fv .logo-fv .logo img {
  width: 100%;
  max-width: inherit;
}
.page-recruit_top .sec-fv .fv-inner {
  position: relative;
  top: 3.5rem;
  margin: 0 auto;
  width: 100%;
  height: calc(100% - 3.5rem);
  background: #F8F8F8;
  border-radius: 2.5rem;
  z-index: 2;
}
.page-recruit_top .sec-fv .fv-inner .l-inner {
  position: relative;
  top: 25vh;
  opacity: 0;
  transition: 0.4s;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-fv .fv-inner {
    top: 0;
    height: 100%;
  }
  .page-recruit_top .sec-fv .fv-inner .l-inner {
    top: 23vh;
    padding-left: 8.2rem;
  }
}
.page-recruit_top .sec-fv .fv-inner .lead-txt {
  font-size: 5.8rem;
  line-height: 0.8275862069;
  letter-spacing: 0.58px;
  font-weight: 700;
  margin-bottom: 2rem;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-fv .fv-inner .lead-txt {
    font-size: 7rem;
    line-height: 1.2714285714;
    letter-spacing: 0.698px;
    font-weight: 700;
    margin-bottom: 2.9rem;
  }
}
.page-recruit_top .sec-fv .fv-inner .txt {
  font-size: 2.2rem;
  line-height: 2.1818181818;
  letter-spacing: 0.22px;
  font-weight: 700;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-fv .fv-inner .txt {
    font-size: 2.8rem;
    line-height: 1.9285714286;
    letter-spacing: 0.28px;
    font-weight: 700;
  }
}
.page-recruit_top .sec-fv .fv-inner .fv-slider {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  opacity: 0;
  transition: 0.2s;
  /* 画像をまとめているグループ */
}
.page-recruit_top .sec-fv .fv-inner .fv-slider .slider-container {
  overflow: hidden;
  width: 100%;
}
.page-recruit_top .sec-fv .fv-inner .fv-slider .slider-track {
  display: flex;
  width: -moz-max-content;
  width: max-content; /* 中身の合計幅に自動で合わせる */
  animation: scroll-left 30s linear infinite;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-fv .fv-inner .fv-slider .slider-track {
    animation: scroll-left 20s linear infinite;
  }
}
.page-recruit_top .sec-fv .fv-inner .fv-slider .slider-group {
  display: flex;
  gap: 9rem; /* 画像と画像の間の余白 */
  padding-right: 9rem; /* ループのつなぎ目の余白（gapと同じ値にする） */
  /* 各画像の設定 */
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-fv .fv-inner .fv-slider .slider-group {
    gap: 7rem;
    padding-right: 7rem;
  }
}
.page-recruit_top .sec-fv .fv-inner .fv-slider .slider-group .slide-img img {
  position: relative;
  height: 50.4rem; /* 画像の高さを統一してバラバラな横幅に対応 */
  width: auto; /* 横幅は画像の元の比率を維持 */
  -o-object-fit: cover;
     object-fit: cover; /* 比率を保ったまま綺麗に収める */
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-fv .fv-inner .fv-slider .slider-group .slide-img img {
    height: 55.4rem;
  }
}
.page-recruit_top .sec-fv .fv-inner .fv-slider .slider-group .slide-img.-txt {
  position: relative;
}
.page-recruit_top .sec-fv .fv-inner .fv-slider .slider-group .slide-img.-txt img {
  position: relative;
  z-index: 2;
}
.page-recruit_top .sec-fv .fv-inner .fv-slider .slider-group .slide-img.-txt img.on {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 0;
  animation: fluffyBlink 4s ease-in-out infinite alternate;
}
.page-recruit_top .sec-fv .fv-inner .fv-slider .img05 {
  left: -6rem;
}
.page-recruit_top .sec-fv .job-link-wrap {
  position: absolute;
  left: 8.7rem;
  bottom: 3.3rem;
  width: 40rem;
  padding: 2.3rem 2.9rem 1.8rem 2.9rem;
  border-radius: 1.5rem;
  background: #fff;
  box-shadow: 0 0.4rem 0.4rem 0 rgba(0, 0, 0, 0.05);
  box-sizing: border-box;
  z-index: 4;
  opacity: 0;
  transition: 0.4s;
}
@media screen and (max-width: 1023px) {
  .page-recruit_top .sec-fv .job-link-wrap {
    display: none;
  }
}
.page-recruit_top .sec-fv .job-link-wrap .job-link__ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: stretch;
  width: 17.7rem;
  height: 3rem;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 800;
  border-radius: 10rem;
  background: #262626;
  margin-bottom: 0.7rem;
}
.page-recruit_top .sec-fv .job-link-wrap .link-list li {
  position: relative;
  display: inline-block;
  padding-bottom: 0.3rem;
}
.page-recruit_top .sec-fv .job-link-wrap .link-list li:after {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background: #000;
  opacity: 0;
  transition: 0.4s;
}
.page-recruit_top .sec-fv .job-link-wrap .link-list li a {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  align-content: stretch;
  gap: 0 0.7rem;
  transition: 0.4s;
}
.page-recruit_top .sec-fv .job-link-wrap .link-list li .num {
  color: #474747;
  font-size: 1.2rem;
  line-height: 2;
  font-weight: 800;
}
.page-recruit_top .sec-fv .job-link-wrap .link-list li .txt {
  color: #474747;
  font-size: 1.2rem;
  line-height: 2;
  font-weight: 500;
}
@media screen and (min-width: 481px) {
  .page-recruit_top .sec-fv .job-link-wrap .link-list li:hover:after {
    opacity: 1;
  }
  .page-recruit_top .sec-fv .job-link-wrap .link-list li:hover a {
    padding-left: 1rem;
    text-decoration: none;
  }
}
.page-recruit_top .sec-fv .job-link-wrap .arrow {
  position: absolute;
  top: 2.3rem;
  right: 2.5rem;
  width: 3.1rem;
  height: 3.1rem;
}
.page-recruit_top .sec-fv .job-link-wrap .arrow .arrow_btn {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background: #5D5A5A;
  transition: 0.4s;
  overflow: hidden;
}
.page-recruit_top .sec-fv .job-link-wrap .arrow .arrow_btn:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  display: block;
  content: "";
  background: url("../images/common/arrow_w.svg") no-repeat center center;
  background-size: 100% 100% !important;
  width: 1.5rem;
  height: 1.5rem;
  transition: 0.4s;
}
@media screen and (min-width: 481px) {
  .page-recruit_top .sec-fv .job-link-wrap .arrow:hover .arrow_btn {
    background: #FFE84D;
  }
  .page-recruit_top .sec-fv .job-link-wrap .arrow:hover .arrow_btn:after {
    background: url("../images/common/arrow_b.svg") no-repeat center center;
    animation: arrow-slide_down 0.4s forwards ease-in-out;
  }
}
.page-recruit_top .sec-fv .fv-menu__wrap {
  position: absolute;
  top: 6.7rem;
  right: 7.8rem;
  padding: 2.7rem 2.5rem;
  border-radius: 1.6rem;
  background: #fff;
  box-sizing: border-box;
  z-index: 3;
  opacity: 0;
  transition: 0.4s;
}
@media screen and (max-width: 1023px) {
  .page-recruit_top .sec-fv .fv-menu__wrap {
    display: none;
  }
}
.page-recruit_top .sec-fv .fv-menu__wrap .menu-list li .menu-txt {
  position: relative;
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 500;
  transition: 0.4s;
}
.page-recruit_top .sec-fv .fv-menu__wrap .menu-list li .menu-txt:after {
  position: relative;
  top: -0.2rem;
  display: inline-block;
  margin-left: 0.7rem;
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  background: #FFE84D;
  border-radius: 100%;
  opacity: 0;
  transition: 0.4s;
}
.page-recruit_top .sec-fv .fv-menu__wrap .menu-list li + li {
  margin-top: 1.2rem;
}
.page-recruit_top .sec-fv .fv-menu__wrap .menu-list li.have-submenu {
  cursor: pointer;
}
.page-recruit_top .sec-fv .fv-menu__wrap .menu-list li.have-submenu .submenu {
  position: absolute;
  left: -20rem;
  border-radius: 3rem;
  background: #fff;
  box-shadow: 0 0.4rem 0.4rem 0 rgba(0, 0, 0, 0.05);
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  cursor: default;
}
.page-recruit_top .sec-fv .fv-menu__wrap .menu-list li.have-submenu.-job .submenu {
  top: -3.2rem;
  left: -109.7rem;
  width: 108.5rem;
  padding: 11.1rem 7.8rem 11.2rem 7.8rem;
}
.page-recruit_top .sec-fv .fv-menu__wrap .menu-list li.have-submenu.-job .box-wrap {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  align-content: stretch;
  gap: 0 2rem;
}
.page-recruit_top .sec-fv .fv-menu__wrap .menu-list li.have-submenu.-job .box-wrap .job-box {
  width: calc((100% - 6rem) / 4);
  max-width: 21.8rem;
}
.page-recruit_top .sec-fv .fv-menu__wrap .menu-list li.have-submenu.-job .box-wrap .job-box__links .box-heading {
  padding: 1.2rem 0 1.1rem 0;
  margin-bottom: 1.7rem;
  border-radius: 0.96rem;
  background: #4AAD13;
}
.page-recruit_top .sec-fv .fv-menu__wrap .menu-list li.have-submenu.-job .box-wrap .job-box__links .box-heading .ttl {
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.1875;
  font-weight: 700;
  margin-bottom: 0.3rem;
}
.page-recruit_top .sec-fv .fv-menu__wrap .menu-list li.have-submenu.-job .box-wrap .job-box__links .box-heading .ttl .small {
  font-size: 1.1rem;
  line-height: 1.7272727273;
  font-weight: 700;
}
.page-recruit_top .sec-fv .fv-menu__wrap .menu-list li.have-submenu.-job .box-wrap .job-box__links .box-heading .txt {
  text-align: center;
  color: #C6F9AA;
  font-size: 1.2rem;
  line-height: 1.5833333333;
  font-weight: 500;
}
.page-recruit_top .sec-fv .fv-menu__wrap .menu-list li.have-submenu.-job .box-wrap .job-box__links .box-img {
  position: relative;
  width: 100%;
  aspect-ratio: 218/136;
  border-radius: 1.1rem;
  overflow: hidden;
  box-sizing: border-box;
}
.page-recruit_top .sec-fv .fv-menu__wrap .menu-list li.have-submenu.-job .box-wrap .job-box__links .box-img img {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
  transition: 0.4s;
}
.page-recruit_top .sec-fv .fv-menu__wrap .menu-list li.have-submenu.-job .box-wrap .job-box__links .box-img .num {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  align-content: stretch;
  width: 4.4rem;
  height: 4.4rem;
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 600;
  background: #4AAD13;
  border-radius: 1.1rem 0 0 0;
  z-index: 4;
}
.page-recruit_top .sec-fv .fv-menu__wrap .menu-list li.have-submenu.-job .box-wrap .job-box__links .box-img .arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 3.1rem;
  height: 3.1rem;
  border-radius: 100%;
  background: #4AAD13;
  z-index: 3;
  overflow: hidden;
  opacity: 0;
  transition: 0.4s;
}
.page-recruit_top .sec-fv .fv-menu__wrap .menu-list li.have-submenu.-job .box-wrap .job-box__links .box-img .arrow:after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  content: "";
  background: url("../images/common/arrow_w.svg") no-repeat center center;
  background-size: 100% 100% !important;
  width: 1.7rem;
  height: 1.7rem;
  transition: 0.4s;
}
.page-recruit_top .sec-fv .fv-menu__wrap .menu-list li.have-submenu.-job .box-wrap .job-box__links .box-img:before {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 2;
  opacity: 0;
  transition: 0.4s;
}
@media screen and (min-width: 481px) {
  .page-recruit_top .sec-fv .fv-menu__wrap .menu-list li.have-submenu.-job .box-wrap .job-box__links:hover {
    text-decoration: none;
  }
  .page-recruit_top .sec-fv .fv-menu__wrap .menu-list li.have-submenu.-job .box-wrap .job-box__links:hover .box-img img {
    transform: scale(1.1);
  }
  .page-recruit_top .sec-fv .fv-menu__wrap .menu-list li.have-submenu.-job .box-wrap .job-box__links:hover .box-img .arrow {
    opacity: 1;
  }
  .page-recruit_top .sec-fv .fv-menu__wrap .menu-list li.have-submenu.-job .box-wrap .job-box__links:hover .box-img .arrow:after {
    animation: arrow-slide 0.4s 0.4s forwards ease-in-out;
  }
  .page-recruit_top .sec-fv .fv-menu__wrap .menu-list li.have-submenu.-job .box-wrap .job-box__links:hover .box-img:before {
    opacity: 1;
  }
}
.page-recruit_top .sec-fv .fv-menu__wrap .menu-list li.have-submenu.-voice .submenu {
  top: -3.2rem;
  left: -87.7rem;
  width: 86.5rem;
  padding: 10.3rem 14.2rem 11.5rem 14.2rem;
}
.page-recruit_top .sec-fv .fv-menu__wrap .menu-list li.have-submenu.-voice .flex {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: nowrap;
  align-content: stretch;
  flex-direction: column;
  gap: 3.2rem 0;
}
.page-recruit_top .sec-fv .fv-menu__wrap .menu-list li.have-submenu.-voice .flex .flex-interview {
  width: 100%;
}
.page-recruit_top .sec-fv .fv-menu__wrap .menu-list li.have-submenu.-voice .flex .flex-talk {
  width: 100%;
}
.page-recruit_top .sec-fv .fv-menu__wrap .menu-list li.have-submenu.-voice .voice-title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  align-content: stretch;
  gap: 0 1.1rem;
  margin-bottom: 2rem;
}
.page-recruit_top .sec-fv .fv-menu__wrap .menu-list li.have-submenu.-voice .voice-title .en-ttl {
  color: #C7C7C7;
  font-size: 2.2rem;
  line-height: 1;
  letter-spacing: 0.88px;
  font-weight: 800;
}
.page-recruit_top .sec-fv .fv-menu__wrap .menu-list li.have-submenu.-voice .voice-title .jp-ttl {
  color: #262626;
  font-size: 1.2rem;
  line-height: 1.25;
  letter-spacing: 0.12px;
  font-weight: 700;
}
.page-recruit_top .sec-fv .fv-menu__wrap .menu-list li.have-submenu.-voice .interview-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  align-content: stretch;
  gap: 0 2rem;
}
.page-recruit_top .sec-fv .fv-menu__wrap .menu-list li.have-submenu.-voice .interview-wrap .box {
  width: calc((100% - 4rem) / 3);
}
.page-recruit_top .sec-fv .fv-menu__wrap .menu-list li.have-submenu.-voice .interview-wrap .box__links .mask-container {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  /* SVGでマスクをかける設定 */
  /*-webkit-mask-image: url('../images/common/nav01_mask.svg'); /* Safari用 
  mask-image: url('../images/common/nav01_mask.svg');         /* 標準仕様 */
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg width='179' height='179' viewBox='0 0 179 179' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M79.5341 0H151.3C166.467 0 178.781 12.3135 178.781 27.4812V99.2473C178.781 143.143 143.143 178.781 99.2473 178.781H27.4812C12.3135 178.78 0 166.467 0 151.299V79.5332C0 35.6381 35.6381 0 79.5341 0Z' fill='%23FF0011'/></svg>");
  mask-image: url("data:image/svg+xml;utf8,<svg width='179' height='179' viewBox='0 0 179 179' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M79.5341 0H151.3C166.467 0 178.781 12.3135 178.781 27.4812V99.2473C178.781 143.143 143.143 178.781 99.2473 178.781H27.4812C12.3135 178.78 0 166.467 0 151.299V79.5332C0 35.6381 35.6381 0 79.5341 0Z' fill='%23FF0011'/></svg>");
  /* マスクの位置とサイズ調整 */
  -webkit-mask-size: contain;
  mask-size: contain; /* 枠線内にSVGを収める（枠いっぱいは cover） */
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat; /* マスクをループさせない */
  -webkit-mask-position: center;
  mask-position: center; /* マスクを中央配置 */
}
.page-recruit_top .sec-fv .fv-menu__wrap .menu-list li.have-submenu.-voice .interview-wrap .box__links .mask-container:before {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 2;
  opacity: 0;
  transition: 0.4s;
}
.page-recruit_top .sec-fv .fv-menu__wrap .menu-list li.have-submenu.-voice .interview-wrap .box__links .mask-container .masked-image {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
  transition: 0.4s;
}
.page-recruit_top .sec-fv .fv-menu__wrap .menu-list li.have-submenu.-voice .interview-wrap .box__links .mask-container .year {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 11.4rem;
  padding: 0.7rem 0;
  border-radius: 0 0.8742rem 0 0;
  z-index: 4;
}
.page-recruit_top .sec-fv .fv-menu__wrap .menu-list li.have-submenu.-voice .interview-wrap .box__links .mask-container .year p {
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.25;
  font-weight: 700;
  color: #fff;
}
.page-recruit_top .sec-fv .fv-menu__wrap .menu-list li.have-submenu.-voice .interview-wrap .box__links .mask-container .arrow {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  content: "";
  width: 3.1rem;
  height: 3.1rem;
  border-radius: 100%;
  overflow: hidden;
  z-index: 3;
  opacity: 0;
  transition: 0.4s;
}
.page-recruit_top .sec-fv .fv-menu__wrap .menu-list li.have-submenu.-voice .interview-wrap .box__links .mask-container .arrow:after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  content: "";
  background: url("../images/common/arrow_w.svg") no-repeat center center;
  background-size: 100% 100% !important;
  width: 1.7rem;
  height: 1.7rem;
}
.page-recruit_top .sec-fv .fv-menu__wrap .menu-list li.have-submenu.-voice .interview-wrap .box__links .box-txt {
  margin-top: 1.2rem;
}
.page-recruit_top .sec-fv .fv-menu__wrap .menu-list li.have-submenu.-voice .interview-wrap .box__links .box-txt .name {
  font-size: 1.2rem;
  line-height: 1.1666666667;
  font-weight: 700;
  margin-bottom: 0.4rem;
}
.page-recruit_top .sec-fv .fv-menu__wrap .menu-list li.have-submenu.-voice .interview-wrap .box__links .box-txt .name .color {
  font-size: 1.9rem;
  line-height: 1;
  letter-spacing: 1.923px;
  font-weight: 700;
}
.page-recruit_top .sec-fv .fv-menu__wrap .menu-list li.have-submenu.-voice .interview-wrap .box__links .box-txt .txt {
  font-size: 1.2rem;
  line-height: 1.6666666667;
  font-weight: 500;
}
@media screen and (min-width: 481px) {
  .page-recruit_top .sec-fv .fv-menu__wrap .menu-list li.have-submenu.-voice .interview-wrap .box__links:hover {
    text-decoration: none;
  }
  .page-recruit_top .sec-fv .fv-menu__wrap .menu-list li.have-submenu.-voice .interview-wrap .box__links:hover .mask-container:before {
    opacity: 1;
  }
  .page-recruit_top .sec-fv .fv-menu__wrap .menu-list li.have-submenu.-voice .interview-wrap .box__links:hover .mask-container .masked-image {
    transform: scale(1.1);
  }
  .page-recruit_top .sec-fv .fv-menu__wrap .menu-list li.have-submenu.-voice .interview-wrap .box__links:hover .mask-container .arrow {
    opacity: 1;
  }
  .page-recruit_top .sec-fv .fv-menu__wrap .menu-list li.have-submenu.-voice .interview-wrap .box__links:hover .mask-container .arrow:after {
    animation: arrow-slide 0.4s 0.4s forwards ease-in-out;
  }
}
.page-recruit_top .sec-fv .fv-menu__wrap .menu-list li.have-submenu.-voice .interview-wrap .box.b01 .box__links .mask-container .year {
  background: #9589C7;
}
.page-recruit_top .sec-fv .fv-menu__wrap .menu-list li.have-submenu.-voice .interview-wrap .box.b01 .box__links .mask-container .arrow {
  background: #9589C7;
}
.page-recruit_top .sec-fv .fv-menu__wrap .menu-list li.have-submenu.-voice .interview-wrap .box.b01 .box__links .box-txt .name .color {
  color: #9589C7;
}
.page-recruit_top .sec-fv .fv-menu__wrap .menu-list li.have-submenu.-voice .interview-wrap .box.b02 .box__links .mask-container .year {
  background: #61C9FF;
}
.page-recruit_top .sec-fv .fv-menu__wrap .menu-list li.have-submenu.-voice .interview-wrap .box.b02 .box__links .mask-container .arrow {
  background: #61C9FF;
}
.page-recruit_top .sec-fv .fv-menu__wrap .menu-list li.have-submenu.-voice .interview-wrap .box.b02 .box__links .box-txt .name .color {
  color: #61C9FF;
}
.page-recruit_top .sec-fv .fv-menu__wrap .menu-list li.have-submenu.-voice .interview-wrap .box.b03 .box__links .mask-container .year {
  background: #77CF47;
}
.page-recruit_top .sec-fv .fv-menu__wrap .menu-list li.have-submenu.-voice .interview-wrap .box.b03 .box__links .mask-container .arrow {
  background: #77CF47;
}
.page-recruit_top .sec-fv .fv-menu__wrap .menu-list li.have-submenu.-voice .interview-wrap .box.b03 .box__links .box-txt .name .color {
  color: #77CF47;
}
.page-recruit_top .sec-fv .fv-menu__wrap .menu-list li.have-submenu.-voice .talk-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  align-content: stretch;
  gap: 0 2rem;
}
.page-recruit_top .sec-fv .fv-menu__wrap .menu-list li.have-submenu.-voice .talk-wrap .box {
  position: relative;
  width: calc((100% - 2rem) / 2);
}
.page-recruit_top .sec-fv .fv-menu__wrap .menu-list li.have-submenu.-voice .talk-wrap .box__links .mask-container {
  position: relative;
  width: 100%;
  aspect-ratio: 278/180;
  /* -webkit-mask-image: url('../images/common/nav02_mask02.svg'); /* Safari用 
  mask-image: url('../images/common/nav02_mask02.svg');         /* 標準仕様 */
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg width='278' height='180' viewBox='0 0 278 180' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M0 52.9598C0 23.7109 23.7109 0 52.9598 0H264.76C272.072 0 278 5.92773 278 13.24V127.04C278 156.289 254.289 180 225.04 180H13.24C5.92774 180 0 174.072 0 166.76V52.9598Z' fill='%23D9D9D9'/></svg>");
  mask-image: url("data:image/svg+xml;utf8,<svg width='278' height='180' viewBox='0 0 278 180' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M0 52.9598C0 23.7109 23.7109 0 52.9598 0H264.76C272.072 0 278 5.92773 278 13.24V127.04C278 156.289 254.289 180 225.04 180H13.24C5.92774 180 0 174.072 0 166.76V52.9598Z' fill='%23D9D9D9'/></svg>");
  overflow: hidden;
  /* マスクの位置とサイズ調整 */
  -webkit-mask-size: contain;
  mask-size: contain; /* 枠線内にSVGを収める（枠いっぱいは cover） */
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat; /* マスクをループさせない */
  -webkit-mask-position: center;
  mask-position: center; /* マスクを中央配置 */
}
.page-recruit_top .sec-fv .fv-menu__wrap .menu-list li.have-submenu.-voice .talk-wrap .box__links .mask-container:before {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 2;
  opacity: 0;
  transition: 0.4s;
}
.page-recruit_top .sec-fv .fv-menu__wrap .menu-list li.have-submenu.-voice .talk-wrap .box__links .mask-container .masked-image {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
  transition: 0.4s;
}
.page-recruit_top .sec-fv .fv-menu__wrap .menu-list li.have-submenu.-voice .talk-wrap .box__links .mask-container .team {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 11.4rem;
  padding: 0.7rem 0;
  border-radius: 0 0.8827rem 0 0;
  z-index: 4;
}
.page-recruit_top .sec-fv .fv-menu__wrap .menu-list li.have-submenu.-voice .talk-wrap .box__links .mask-container .team p {
  text-align: center;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 700;
  color: #fff;
}
.page-recruit_top .sec-fv .fv-menu__wrap .menu-list li.have-submenu.-voice .talk-wrap .box__links .mask-container .arrow {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  content: "";
  width: 3.1rem;
  height: 3.1rem;
  border-radius: 100%;
  overflow: hidden;
  z-index: 3;
  opacity: 0;
  transition: 0.4s;
}
.page-recruit_top .sec-fv .fv-menu__wrap .menu-list li.have-submenu.-voice .talk-wrap .box__links .mask-container .arrow:after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  content: "";
  background: url("../images/common/arrow_w.svg") no-repeat center center;
  background-size: 100% 100% !important;
  width: 1.7rem;
  height: 1.7rem;
}
.page-recruit_top .sec-fv .fv-menu__wrap .menu-list li.have-submenu.-voice .talk-wrap .box__links .box-txt {
  margin-top: 1.4rem;
}
.page-recruit_top .sec-fv .fv-menu__wrap .menu-list li.have-submenu.-voice .talk-wrap .box__links .box-txt .ttl {
  font-size: 1.4rem;
  line-height: 1.0714285714;
  font-weight: 700;
}
@media screen and (min-width: 481px) {
  .page-recruit_top .sec-fv .fv-menu__wrap .menu-list li.have-submenu.-voice .talk-wrap .box__links:hover {
    text-decoration: none;
  }
  .page-recruit_top .sec-fv .fv-menu__wrap .menu-list li.have-submenu.-voice .talk-wrap .box__links:hover .mask-container:before {
    opacity: 1;
  }
  .page-recruit_top .sec-fv .fv-menu__wrap .menu-list li.have-submenu.-voice .talk-wrap .box__links:hover .mask-container .masked-image {
    transform: scale(1.1);
  }
  .page-recruit_top .sec-fv .fv-menu__wrap .menu-list li.have-submenu.-voice .talk-wrap .box__links:hover .mask-container .arrow {
    opacity: 1;
  }
  .page-recruit_top .sec-fv .fv-menu__wrap .menu-list li.have-submenu.-voice .talk-wrap .box__links:hover .mask-container .arrow:after {
    animation: arrow-slide 0.4s 0.4s forwards ease-in-out;
  }
}
.page-recruit_top .sec-fv .fv-menu__wrap .menu-list li.have-submenu.-voice .talk-wrap .box.b01 .box__links .mask-container .team {
  background: #F8634A;
}
.page-recruit_top .sec-fv .fv-menu__wrap .menu-list li.have-submenu.-voice .talk-wrap .box.b01 .box__links .mask-container .arrow {
  background: #F8634A;
}
.page-recruit_top .sec-fv .fv-menu__wrap .menu-list li.have-submenu.-voice .talk-wrap .box.b02 .box__links .mask-container .team {
  background: #0080C7;
}
.page-recruit_top .sec-fv .fv-menu__wrap .menu-list li.have-submenu.-voice .talk-wrap .box.b02 .box__links .mask-container .arrow {
  background: #0080C7;
}
.page-recruit_top .sec-fv .fv-menu__wrap .menu-list li.have-submenu:hover .submenu {
  opacity: 1;
  visibility: visible;
}
.page-recruit_top .sec-fv .fv-menu__wrap .menu-list li:hover a {
  text-decoration: none;
}
.page-recruit_top .sec-fv .fv-menu__wrap .menu-list li:hover .menu-txt {
  transform: translateX(5px);
}
.page-recruit_top .sec-fv .fv-menu__wrap .menu-list li:hover .menu-txt:after {
  opacity: 1;
}
.page-recruit_top .sec-fv .fv-menu__wrap .btn_wrap {
  margin-top: 1.6rem;
}
.page-recruit_top .sec-fv .fv-menu__wrap .btn_wrap .entry-btn {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  align-content: stretch;
  width: 14rem;
  height: 4.8rem;
  padding: 0 2.3rem;
  border-radius: 20rem;
  background-color: transparent;
  box-sizing: border-box;
  z-index: 1;
}
.page-recruit_top .sec-fv .fv-menu__wrap .btn_wrap .entry-btn:after {
  position: absolute;
  left: 0;
  top: 0;
  inset: -1px;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: #F5F5F5;
  border-radius: inherit;
  z-index: -2;
  opacity: 1 !important;
}
.page-recruit_top .sec-fv .fv-menu__wrap .btn_wrap .entry-btn .btn-txt {
  position: relative;
  display: block;
  height: 1.7rem;
  z-index: 2;
}
.page-recruit_top .sec-fv .fv-menu__wrap .btn_wrap .entry-btn .hover-txt {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  align-content: stretch;
  gap: 0 1.1rem;
  transition: transform 0.3s ease;
}
.page-recruit_top .sec-fv .fv-menu__wrap .btn_wrap .entry-btn .hover-txt .en-txt {
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 800;
}
.page-recruit_top .sec-fv .fv-menu__wrap .btn_wrap .entry-btn .ico {
  display: block;
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  width: 2.3rem;
  height: 2.3rem;
  background: #5D5A5A;
  border-radius: 100%;
  transition: 0.6s;
  z-index: 2;
}
.page-recruit_top .sec-fv .fv-menu__wrap .btn_wrap .entry-btn .ico:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 100%;
  background: #fff;
}
@media screen and (min-width: 481px) {
  .page-recruit_top .sec-fv .fv-menu__wrap .btn_wrap .entry-btn:hover .ico {
    background: #000;
  }
}
.page-recruit_top .sec-fv.js-preload.is-visible .fv-slider {
  opacity: 1;
}
.page-recruit_top .sec-fv.js-preload.is-visible .fv-inner .l-inner {
  opacity: 1;
  transition-delay: 1s;
}
.page-recruit_top .sec-fv.js-preload.is-visible .logo-fv {
  opacity: 1;
  transition-delay: 1.4s;
}
.page-recruit_top .sec-fv.js-preload.is-visible.sec-fv {
  background: #fff;
  transition-delay: 1.4s;
}
.page-recruit_top .sec-fv.js-preload.is-visible.sec-fv .fv-inner {
  animation: overflow 0.4s 1.4s linear forwards;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-fv.js-preload.is-visible.sec-fv .fv-inner {
    animation: overflow_sp 0.4s 1.4s linear forwards;
  }
}
.page-recruit_top .sec-fv.js-preload.is-visible .job-link-wrap,
.page-recruit_top .sec-fv.js-preload.is-visible .fv-menu__wrap {
  opacity: 1;
  transition-delay: 1.8s;
}
.page-recruit_top .sec-about {
  padding: 9.6rem 0 0 0;
  box-sizing: border-box;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-about {
    padding: 7.6rem 0 0 0;
  }
}
.page-recruit_top .sec-about .list-fadein {
  opacity: 0;
}
.page-recruit_top .sec-about .section__inner {
  position: relative;
}
.page-recruit_top .sec-about .section__inner .bg-img {
  position: absolute;
  left: -9.4rem;
  bottom: -3rem;
  width: 154rem;
  z-index: 1;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-about .section__inner .bg-img {
    left: auto;
    right: -58rem;
    top: -12rem;
    bottom: auto;
    width: 97.5rem;
    transform: rotate(-45deg);
  }
}
.page-recruit_top .sec-about .section__inner .bg-img svg {
  width: 100%;
}
.page-recruit_top .sec-about .section__inner .l-inner {
  position: relative;
  z-index: 2;
}
.page-recruit_top .sec-about .section__inner.is-visible .bg-img path {
  animation: changeColor 8s 0.8s linear infinite;
}
.page-recruit_top .sec-about .flex {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  align-content: stretch;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-about .flex {
    flex-direction: column;
    gap: 6.5rem 0;
  }
}
.page-recruit_top .sec-about .flex .c-title {
  width: 36.8rem;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-about .flex .c-title {
    width: 100%;
  }
}
.page-recruit_top .sec-about .flex .c-title .jp-ttl {
  font-size: 6rem;
  line-height: 1.4;
  letter-spacing: 0.6px;
  font-weight: 700;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-about .flex .c-title .jp-ttl {
    font-size: 7.3rem;
    line-height: 1.4109589041;
    letter-spacing: 0.738px;
    font-weight: 700;
  }
}
.page-recruit_top .sec-about .flex .flex__cnts {
  width: calc(100% - 36.8rem);
  padding-left: 16rem;
  padding-top: 7.4rem;
  margin-bottom: 18.8rem;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-about .flex .flex__cnts {
    width: 100%;
    padding-left: 0;
    padding-top: 0;
    margin-bottom: 9.8rem;
  }
}
.page-recruit_top .sec-about .flex .flex__cnts .txt {
  font-size: 1.8rem;
  line-height: 2.6666666667;
  letter-spacing: 0.18px;
  font-weight: 500;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-about .flex .flex__cnts .txt {
    font-size: 2.8rem;
    line-height: 1.9285714286;
    letter-spacing: 0.28px;
    font-weight: 500;
  }
}
.page-recruit_top .sec-about .flex .flex__cnts .txt + .txt {
  margin-top: 5rem;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-about .flex .flex__cnts .txt + .txt {
    margin-top: 5.5rem;
  }
}
.page-recruit_top .sec-about .flex .flex__cnts .txt .strong {
  margin-right: 10px;
}
.page-recruit_top .sec-about .bgColor_purple {
  position: relative;
  padding: 10.5rem 0 15.2rem 0;
  border-radius: 0 18.2rem 0 0;
  box-sizing: border-box;
  z-index: 2;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-about .bgColor_purple {
    padding: 6.8rem 0 9rem 0;
    border-radius: 0 6.2rem 0 0;
  }
}
.page-recruit_top .sec-about .bgColor_purple .c-title {
  margin-top: 3.5rem;
  margin-bottom: 2.6rem;
}
.page-recruit_top .sec-about .bgColor_purple .c-title:nth-of-type(1) {
  margin-top: 0;
}
.page-recruit_top .sec-about .graph-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  align-content: stretch;
  gap: 1rem 1rem;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-about .graph-wrap {
    gap: 1.1rem 1.1rem;
  }
}
.page-recruit_top .sec-about .graph-wrap .box {
  position: relative;
  width: calc((100% - 3rem) / 4);
  aspect-ratio: 283/314;
  border-radius: 1.9rem;
  background: #fff;
  overflow: hidden;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-about .graph-wrap .box {
    width: calc((100% - 1.1rem) / 2);
    aspect-ratio: 329/365;
    border-radius: 2.2rem;
  }
}
.page-recruit_top .sec-about .graph-wrap .box .box-heading {
  padding: 2.1rem 0;
  border-bottom: 1px solid #9589C7;
  box-sizing: border-box;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-about .graph-wrap .box .box-heading {
    padding: 2.9rem 0 2.1rem 0;
  }
}
.page-recruit_top .sec-about .graph-wrap .box .box-heading .ttl {
  text-align: center;
  font-size: 2rem;
  line-height: 1.3;
  font-weight: 700;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-about .graph-wrap .box .box-heading .ttl {
    font-size: 2.6rem;
    line-height: 1.2692307692;
    font-weight: 700;
  }
}
.page-recruit_top .sec-about .graph-wrap .box .box-cnts {
  position: relative;
  width: 100%;
}
.page-recruit_top .sec-about .graph-wrap .box .box-cnts .txt {
  text-align: center;
  font-size: 2.2rem;
  line-height: 1.5;
  font-weight: 700;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-about .graph-wrap .box .box-cnts .txt {
    font-size: 2.6rem;
    line-height: 1.4615384615;
    font-weight: 700;
  }
}
.page-recruit_top .sec-about .graph-wrap .box .box-cnts .txt .num {
  display: inline-block;
  font-size: 5.4rem;
  line-height: 1;
  letter-spacing: 1.08px;
  font-weight: 900;
  color: #322077;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-about .graph-wrap .box .box-cnts .txt .num {
    font-size: 6.2rem;
    line-height: 1;
    letter-spacing: 1.256px;
    font-weight: 900;
  }
}
.page-recruit_top .sec-about .graph-wrap .box .box-cnts .bold-txt {
  text-align: center;
  font-size: 4.4rem;
  line-height: 1.3181818182;
  font-weight: 700;
  color: #322077;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-about .graph-wrap .box .box-cnts .bold-txt {
    font-size: 5.1rem;
    line-height: 1.3137254902;
    font-weight: 700;
  }
}
.page-recruit_top .sec-about .graph-wrap .box .box-cnts .bold-txt span {
  display: inline-block;
}
.page-recruit_top .sec-about .graph-wrap .box .box-cnts .txt02 {
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.9166666667;
  font-weight: 500;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-about .graph-wrap .box .box-cnts .txt02 {
    font-size: 3.2rem;
    line-height: 1.65625;
    font-weight: 500;
  }
}
.page-recruit_top .sec-about .graph-wrap .box .box-cnts .note {
  text-align: center;
  font-size: 1.2rem;
  line-height: 2.5;
  font-weight: 400;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-about .graph-wrap .box .box-cnts .note {
    font-size: 1.4rem;
    line-height: 2.5;
    font-weight: 400;
  }
}
.page-recruit_top .sec-about .graph-wrap .box .box-cnts .img {
  margin: 0 auto;
}
.page-recruit_top .sec-about .graph-wrap .box .box-cnts .list li {
  position: relative;
  font-size: 2rem;
  line-height: 1.9;
  font-weight: 700;
  padding-left: 1.7rem;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-about .graph-wrap .box .box-cnts .list li {
    font-size: 2.3rem;
    line-height: 1.9130434783;
    font-weight: 700;
    padding-left: 1.9rem;
  }
}
.page-recruit_top .sec-about .graph-wrap .box .box-cnts .list li:before {
  position: absolute;
  left: 0;
  top: 1.6rem;
  display: block;
  content: "";
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 100%;
  background: #000;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-about .graph-wrap .box .box-cnts .list li:before {
    width: 0.8rem;
    height: 0.8rem;
  }
}
.page-recruit_top .sec-about .graph-wrap .box.-large {
  width: calc((100% - 1rem) / 2);
  aspect-ratio: 575/314;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-about .graph-wrap .box.-large {
    width: 100%;
    aspect-ratio: 669/332;
  }
}
.page-recruit_top .sec-about .graph-wrap .box.b01 .box-cnts {
  padding-top: 2.5rem;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-about .graph-wrap .box.b01 .box-cnts {
    padding-top: 2.9rem;
  }
}
.page-recruit_top .sec-about .graph-wrap .box.b01 .box-cnts .txt {
  margin-bottom: 1rem;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-about .graph-wrap .box.b01 .box-cnts .txt {
    margin-bottom: 1.2rem;
  }
}
.page-recruit_top .sec-about .graph-wrap .box.b01 .box-cnts .img {
  width: 9.4rem;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-about .graph-wrap .box.b01 .box-cnts .img {
    width: 11rem;
  }
}
.page-recruit_top .sec-about .graph-wrap .box.b02 .box-cnts {
  padding-top: 3.6rem;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-about .graph-wrap .box.b02 .box-cnts {
    padding-top: 4.4rem;
  }
  .page-recruit_top .sec-about .graph-wrap .box.b02 .box-cnts .txt {
    margin-bottom: 1rem;
  }
}
.page-recruit_top .sec-about .graph-wrap .box.b03 .box-cnts {
  padding-top: 3.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  align-content: stretch;
  gap: 0 7.6rem;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-about .graph-wrap .box.b03 .box-cnts {
    padding-top: 2.2rem;
    gap: 0 8.8rem;
  }
}
.page-recruit_top .sec-about .graph-wrap .box.b03 .box-cnts .flex-inner {
  width: 18rem;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-about .graph-wrap .box.b03 .box-cnts .flex-inner {
    width: 19.2rem;
  }
}
.page-recruit_top .sec-about .graph-wrap .box.b03 .box-cnts .img {
  width: 11.7rem;
  margin: 0;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-about .graph-wrap .box.b03 .box-cnts .img {
    width: 13.7rem;
  }
}
.page-recruit_top .sec-about .graph-wrap .box.b04 .box-cnts {
  padding-top: 3rem;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-about .graph-wrap .box.b04 .box-cnts {
    padding-top: 3.4rem;
  }
}
.page-recruit_top .sec-about .graph-wrap .box.b04 .box-cnts .txt {
  margin-bottom: 1rem;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-about .graph-wrap .box.b04 .box-cnts .txt {
    margin-bottom: 1rem;
  }
}
.page-recruit_top .sec-about .graph-wrap .box.b04 .box-cnts .img {
  width: 10.1rem;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-about .graph-wrap .box.b04 .box-cnts .img {
    width: 11.8rem;
  }
}
.page-recruit_top .sec-about .graph-wrap .box.b05 .box-cnts {
  padding-top: 5.2rem;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-about .graph-wrap .box.b05 .box-cnts {
    padding-top: 6.1rem;
  }
}
.page-recruit_top .sec-about .graph-wrap .box.b05 .box-cnts .txt {
  position: absolute;
  font-size: 1.7rem;
  line-height: 2.2352941176;
  font-weight: 700;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-about .graph-wrap .box.b05 .box-cnts .txt {
    font-size: 2rem;
    line-height: 1.3;
    font-weight: 700;
  }
}
.page-recruit_top .sec-about .graph-wrap .box.b05 .box-cnts .txt .num {
  font-size: 3.8rem;
  line-height: 1;
  font-weight: 900;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-about .graph-wrap .box.b05 .box-cnts .txt .num {
    font-size: 4.4rem;
    line-height: 1;
    letter-spacing: -2px;
    font-weight: 900;
    margin-right: 0.4rem;
  }
}
.page-recruit_top .sec-about .graph-wrap .box.b05 .box-cnts .txt.-t01 {
  top: 1.3rem;
  right: 2.5rem;
}
.page-recruit_top .sec-about .graph-wrap .box.b05 .box-cnts .txt.-t02 {
  left: 3.1rem;
  bottom: -4.4rem;
}
.page-recruit_top .sec-about .graph-wrap .box.b05 .box-cnts .img {
  position: relative;
  left: 1rem;
  width: 14.1rem;
  z-index: 2;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-about .graph-wrap .box.b05 .box-cnts .img {
    left: 1rem;
    width: 16.5rem;
  }
}
.page-recruit_top .sec-about .graph-wrap .box.b06 .box-cnts {
  padding-top: 4.5rem;
}
.page-recruit_top .sec-about .graph-wrap .box.b06 .box-cnts .txt-wrap {
  position: relative;
  width: 34.7rem;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-about .graph-wrap .box.b06 .box-cnts .txt-wrap {
    width: 40.4rem;
  }
}
.page-recruit_top .sec-about .graph-wrap .box.b06 .box-cnts .txt-wrap .txt {
  position: absolute;
  font-size: 1.6rem;
  line-height: 1.75;
  font-weight: 700;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-about .graph-wrap .box.b06 .box-cnts .txt-wrap .txt {
    font-size: 1.8rem;
    line-height: 1.7777777778;
    font-weight: 700;
  }
}
.page-recruit_top .sec-about .graph-wrap .box.b06 .box-cnts .txt-wrap .txt.no1 {
  top: -1rem;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.page-recruit_top .sec-about .graph-wrap .box.b06 .box-cnts .txt-wrap .txt.no2 {
  top: 0.4rem;
  left: 2.5rem;
}
.page-recruit_top .sec-about .graph-wrap .box.b06 .box-cnts .txt-wrap .txt.no3 {
  top: 0.4rem;
  right: -0.6rem;
}
.page-recruit_top .sec-about .graph-wrap .box.b06 .box-cnts .img {
  width: 34.7rem;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-about .graph-wrap .box.b06 .box-cnts .img {
    width: 40.4rem;
  }
}
.page-recruit_top .sec-about .graph-wrap .box.b07 .box-cnts {
  padding-top: 3.9rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  align-content: stretch;
  gap: 0 3.1rem;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-about .graph-wrap .box.b07 .box-cnts {
    padding-top: 2.8rem;
    gap: 0 3.6rem;
  }
}
.page-recruit_top .sec-about .graph-wrap .box.b07 .box-cnts .flex-inner {
  width: 25.7rem;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-about .graph-wrap .box.b07 .box-cnts .flex-inner {
    width: 29.8rem;
  }
}
.page-recruit_top .sec-about .graph-wrap .box.b07 .box-cnts .flex-inner .lead-txt {
  text-align: left;
  font-size: 2rem;
  line-height: 1.7;
  font-weight: 700;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-about .graph-wrap .box.b07 .box-cnts .flex-inner .lead-txt {
    font-size: 2.6rem;
    line-height: 1.5;
    font-weight: 700;
    margin-bottom: 1rem;
  }
}
.page-recruit_top .sec-about .graph-wrap .box.b07 .box-cnts .flex-inner .txt {
  text-align: left;
  font-size: 1.8rem;
  line-height: 1.6666666667;
  font-weight: 400;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-about .graph-wrap .box.b07 .box-cnts .flex-inner .txt {
    font-size: 2.4rem;
    line-height: 1.4583333333;
    font-weight: 400;
  }
}
.page-recruit_top .sec-about .graph-wrap .box.b07 .box-cnts .img {
  width: 14rem;
  margin: 0;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-about .graph-wrap .box.b07 .box-cnts .img {
    width: 16.3rem;
  }
}
.page-recruit_top .sec-about .graph-wrap .box.b08 .box-cnts {
  padding-top: 2.4rem;
  padding-left: 3.5rem;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-about .graph-wrap .box.b08 .box-cnts {
    padding-top: 3rem;
    padding-left: 4.2rem;
  }
}
.page-recruit_top .sec-about .graph-wrap .box.b08 .box-cnts .list li {
  padding-left: 0;
  font-size: 1.6rem;
  line-height: 1.625;
  font-weight: 700;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-about .graph-wrap .box.b08 .box-cnts .list li {
    font-size: 2.2rem;
    line-height: 1.5454545455;
    font-weight: 700;
  }
}
.page-recruit_top .sec-about .graph-wrap .box.b08 .box-cnts .list li:before {
  display: none;
}
.page-recruit_top .sec-about .graph-wrap .box.b09 .box-cnts {
  position: initial;
  padding-top: 2.4rem;
  padding-left: 3.5rem;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-about .graph-wrap .box.b09 .box-cnts {
    padding-top: 3rem;
    padding-left: 4.2rem;
  }
}
.page-recruit_top .sec-about .graph-wrap .box.b09 .box-cnts .list li {
  padding-left: 0;
  font-size: 1.6rem;
  line-height: 1.625;
  font-weight: 700;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-about .graph-wrap .box.b09 .box-cnts .list li {
    font-size: 2.2rem;
    line-height: 1.5454545455;
    font-weight: 700;
  }
}
.page-recruit_top .sec-about .graph-wrap .box.b09 .box-cnts .list li:before {
  display: none;
}
.page-recruit_top .sec-about .graph-wrap .box.b09 .box-cnts .img {
  position: absolute;
  right: 1.6rem;
  bottom: 1.4rem;
  width: 7.6rem;
  margin: 0;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-about .graph-wrap .box.b09 .box-cnts .img {
    right: 1.8rem;
    bottom: 16.3rem;
    width: 8.9rem;
  }
}
.page-recruit_top .sec-about .graph-wrap .box.b10 .box-cnts {
  padding-top: 2.3rem;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-about .graph-wrap .box.b10 .box-cnts {
    padding-top: 2.6rem;
  }
}
.page-recruit_top .sec-about .graph-wrap .box.b10 .box-cnts .img {
  width: 9.8rem;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-about .graph-wrap .box.b10 .box-cnts .img {
    width: 11.4rem;
  }
}
.page-recruit_top .sec-about .graph-wrap .box.b11 .box-cnts {
  padding-top: 4.7rem;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-about .graph-wrap .box.b11 .box-cnts {
    padding-top: 5.4rem;
  }
}
.page-recruit_top .sec-about .graph-wrap .box.b11 .box-cnts .txt-wrap {
  position: absolute;
  width: 19.2rem;
  top: 2.5rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  align-content: stretch;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-about .graph-wrap .box.b11 .box-cnts .txt-wrap {
    width: 22.3rem;
  }
}
.page-recruit_top .sec-about .graph-wrap .box.b11 .box-cnts .txt-wrap .txt {
  position: relative;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 700;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-about .graph-wrap .box.b11 .box-cnts .txt-wrap .txt {
    font-size: 1.8rem;
    line-height: 1;
    font-weight: 700;
  }
}
.page-recruit_top .sec-about .graph-wrap .box.b11 .box-cnts .txt-wrap .txt .num {
  font-size: 2.3rem;
  line-height: 1;
  font-weight: 900;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-about .graph-wrap .box.b11 .box-cnts .txt-wrap .txt .num {
    font-size: 2.7rem;
    line-height: 1;
    font-weight: 900;
  }
}
.page-recruit_top .sec-about .graph-wrap .box.b11 .box-cnts .txt-wrap .txt:nth-of-type(1) {
  top: 11.2rem;
  left: 0.4rem;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-about .graph-wrap .box.b11 .box-cnts .txt-wrap .txt:nth-of-type(1) {
    top: 13.2rem;
    left: 0.8rem;
  }
}
.page-recruit_top .sec-about .graph-wrap .box.b11 .box-cnts .txt-wrap .txt:nth-of-type(2) {
  top: -0.5rem;
  left: 0.8rem;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-about .graph-wrap .box.b11 .box-cnts .txt-wrap .txt:nth-of-type(2) {
    top: 0.3rem;
    left: 0.9rem;
  }
}
.page-recruit_top .sec-about .graph-wrap .box.b11 .box-cnts .txt-wrap .txt:nth-of-type(3) {
  top: -0.5rem;
  left: 1.2rem;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-about .graph-wrap .box.b11 .box-cnts .txt-wrap .txt:nth-of-type(3) {
    top: 0.3rem;
  }
}
.page-recruit_top .sec-about .graph-wrap .box.b11 .box-cnts .txt-wrap .txt:nth-of-type(4) {
  top: 3.6rem;
  left: 1.1rem;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-about .graph-wrap .box.b11 .box-cnts .txt-wrap .txt:nth-of-type(4) {
    top: 4.7rem;
    left: 0.9rem;
  }
}
.page-recruit_top .sec-about .graph-wrap .box.b11 .box-cnts .img {
  width: 19.2rem;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-about .graph-wrap .box.b11 .box-cnts .img {
    width: 22.3rem;
  }
}
.page-recruit_top .sec-about .graph-wrap .box.b12 .box-cnts {
  padding-top: 4.8rem;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-about .graph-wrap .box.b12 .box-cnts {
    padding-top: 5.6rem;
  }
}
.page-recruit_top .sec-about .graph-wrap .box.b12 .box-cnts .txt {
  position: absolute;
  font-size: 1.7rem;
  line-height: 2.2352941176;
  font-weight: 700;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-about .graph-wrap .box.b12 .box-cnts .txt {
    font-size: 2rem;
    line-height: 1.3;
    font-weight: 700;
  }
}
.page-recruit_top .sec-about .graph-wrap .box.b12 .box-cnts .txt .num {
  font-size: 3.8rem;
  line-height: 1;
  font-weight: 900;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-about .graph-wrap .box.b12 .box-cnts .txt .num {
    font-size: 4.4rem;
    line-height: 1;
    letter-spacing: -2px;
    font-weight: 900;
    margin-right: 0.4rem;
  }
}
.page-recruit_top .sec-about .graph-wrap .box.b12 .box-cnts .txt.-t01 {
  top: 1.3rem;
  left: 3.3rem;
}
.page-recruit_top .sec-about .graph-wrap .box.b12 .box-cnts .txt.-t02 {
  right: 2.7rem;
  bottom: -3.6rem;
}
.page-recruit_top .sec-about .graph-wrap .box.b12 .box-cnts .img {
  position: relative;
  width: 12.8rem;
  z-index: 2;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-about .graph-wrap .box.b12 .box-cnts .img {
    width: 14.9rem;
  }
}
.page-recruit_top .sec-about .graph-wrap .box.b13 .box-cnts {
  padding-top: 3rem;
}
.page-recruit_top .sec-about .graph-wrap .box.b13 .box-cnts .txt + .txt {
  margin-top: 1rem;
}
.page-recruit_top .sec-about .graph-wrap .box.b14 .box-cnts {
  padding-top: 1.6rem;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-about .graph-wrap .box.b14 .box-cnts {
    padding-top: 1rem;
  }
}
.page-recruit_top .sec-about .graph-wrap .box.b14 .box-cnts .txt {
  font-size: 2rem;
  line-height: 1.3;
  font-weight: 700;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-about .graph-wrap .box.b14 .box-cnts .txt {
    font-size: 2.3rem;
    line-height: 1.1304347826;
    font-weight: 700;
  }
}
.page-recruit_top .sec-about .graph-wrap .box.b14 .box-cnts .txt + .txt {
  margin-top: 1rem;
}
.page-recruit_top .sec-about .graph-wrap .box.b15 .box-cnts {
  padding-top: 3.2rem;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-about .graph-wrap .box.b15 .box-cnts {
    padding-top: 2.6rem;
  }
}
.page-recruit_top .sec-about .graph-wrap .box.b15 .box-cnts .txt .small {
  display: block;
  font-size: 2rem;
  line-height: 1.3;
  font-weight: 500;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-about .graph-wrap .box.b15 .box-cnts .txt .small {
    font-size: 2.3rem;
    line-height: 1.1304347826;
    font-weight: 500;
  }
}
.page-recruit_top .sec-about .graph-wrap .box.b15 .box-cnts .txt + .txt {
  margin-top: 1.5rem;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-about .graph-wrap .box.b15 .box-cnts .txt + .txt {
    margin-top: 1.8rem;
  }
}
.page-recruit_top .sec-about .graph-wrap .box.b16 .box-cnts {
  padding-top: 1.6rem;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-about .graph-wrap .box.b16 .box-cnts {
    padding-top: 1.8rem;
  }
}
.page-recruit_top .sec-about .graph-wrap .box.b16 .box-cnts .txt {
  font-size: 2rem;
  line-height: 1.3;
  font-weight: 500;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-about .graph-wrap .box.b16 .box-cnts .txt {
    font-size: 2.4rem;
    line-height: 1.0833333333;
    font-weight: 700;
  }
}
.page-recruit_top .sec-about .graph-wrap .box.b16 .box-cnts .txt .num {
  display: block;
  margin-bottom: 0.5rem;
}
.page-recruit_top .sec-about .graph-wrap .box.b16 .box-cnts .img {
  width: 17.8rem;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-about .graph-wrap .box.b16 .box-cnts .img {
    margin-top: -2rem;
    width: 20.7rem;
  }
}
.page-recruit_top .sec-about .graph-wrap .box.b17 .box-cnts {
  padding-top: 3rem;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-about .graph-wrap .box.b17 .box-cnts {
    padding-top: 2.7rem;
  }
}
.page-recruit_top .sec-about .graph-wrap .box.b17 .box-cnts .txt {
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-about .graph-wrap .box.b17 .box-cnts .txt {
    margin-bottom: 1.8rem;
  }
}
.page-recruit_top .sec-about .graph-wrap .box.b17 .box-cnts .img {
  width: 9rem;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-about .graph-wrap .box.b17 .box-cnts .img {
    width: 10.5rem;
  }
}
.page-recruit_top .sec-about .graph-wrap .box.b18 .box-cnts {
  padding-top: 3rem;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-about .graph-wrap .box.b18 .box-cnts {
    padding-top: 2.7rem;
  }
}
.page-recruit_top .sec-about .graph-wrap .box.b18 .box-cnts .txt {
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-about .graph-wrap .box.b18 .box-cnts .txt {
    margin-bottom: 1.8rem;
  }
}
.page-recruit_top .sec-about .graph-wrap .box.b18 .box-cnts .img {
  width: 10.4rem;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-about .graph-wrap .box.b18 .box-cnts .img {
    width: 12.1rem;
  }
}
.page-recruit_top .sec-about .graph-wrap .box.b19 .box-cnts {
  padding-top: 6.3rem;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-about .graph-wrap .box.b19 .box-cnts {
    padding-top: 4.5rem;
  }
}
.page-recruit_top .sec-about .graph-wrap .box.b19 .box-cnts .txt-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  align-content: stretch;
  gap: 0 2rem;
}
.page-recruit_top .sec-about .graph-wrap .box.b19 .box-cnts .txt-wrap .txt-box {
  text-align: center;
}
.page-recruit_top .sec-about .graph-wrap .box.b19 .box-cnts .txt-wrap .txt-box .txt {
  font-size: 1.7rem;
  line-height: 2.7058823529;
  font-weight: 700;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-about .graph-wrap .box.b19 .box-cnts .txt-wrap .txt-box .txt {
    font-size: 2rem;
    line-height: 2.7;
    font-weight: 700;
  }
}
.page-recruit_top .sec-about .graph-wrap .box.b19 .box-cnts .txt-wrap .txt-box .txt .num {
  font-size: 4.4rem;
  line-height: 1.2045454545;
  letter-spacing: 0.882px;
  font-weight: 900;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-about .graph-wrap .box.b19 .box-cnts .txt-wrap .txt-box .txt .num {
    font-size: 5.1rem;
    line-height: 1.2156862745;
    letter-spacing: 1.026px;
    font-weight: 900;
  }
}
.page-recruit_top .sec-about .graph-wrap .box.b19 .box-cnts .txt-wrap .txt-box .txt .per {
  font-size: 1.9rem;
  line-height: 2.7894736842;
  font-weight: 700;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-about .graph-wrap .box.b19 .box-cnts .txt-wrap .txt-box .txt .per {
    font-size: 2.2rem;
    line-height: 2.8181818182;
    font-weight: 700;
  }
}
.page-recruit_top .sec-about .graph-wrap .js-anime .list-fadein.-up {
  opacity: 0;
  overflow: hidden;
  transform: translateY(20px);
}
.page-recruit_top .sec-about .graph-wrap .js-anime.is-visible .list-fadein.-up {
  animation: about-fadein 0.2s cubic-bezier(0, 0.25, 1, 1) both;
}
.page-recruit_top .sec-about .flex-btm {
  margin-top: 2.6rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: nowrap;
  align-content: stretch;
  flex-direction: row-reverse;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-about .flex-btm {
    flex-direction: column;
    align-items: stretch;
    gap: 2.7rem 0;
  }
}
.page-recruit_top .sec-about .flex-btm .note {
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-about .flex-btm .note {
    font-size: 2.6rem;
    line-height: 1.2692307692;
    font-weight: 500;
    text-align: right;
  }
}
.page-recruit_top .sec-about .flex-btm .btn_wrap .btn-txt {
  height: 2.5rem;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-about .flex-btm .btn_wrap .btn-txt {
    height: 3.5rem;
  }
}
.page-recruit_top .sec-strengths {
  position: relative;
  padding: 0 0 18.7rem 0;
  box-sizing: border-box;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-strengths {
    padding: 0 0 8.3rem 0;
  }
}
.page-recruit_top .sec-strengths .sec-img {
  position: relative;
  width: 100%;
  aspect-ratio: 1540/752;
  border-radius: 0 0 11rem 0;
  overflow: hidden;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-strengths .sec-img {
    aspect-ratio: 750/625;
    border-radius: 0 0 6.8rem 0;
  }
}
.page-recruit_top .sec-strengths .sec-img .img {
  position: relative;
  z-index: 1;
}
.page-recruit_top .sec-strengths .sec-img .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-recruit_top .sec-strengths .sec-img .txt {
  position: absolute;
  left: 5rem;
  bottom: 0;
  width: 39.8rem;
  height: 37.5rem;
  padding-top: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: stretch;
  background: #38A1DB;
  border-radius: 50% 50% 0 0;
  z-index: 2;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-strengths .sec-img .txt {
    left: 0;
    bottom: -14rem;
    padding-top: 0;
    width: 46.1rem;
    height: 38.4rem;
  }
}
.page-recruit_top .sec-strengths .sec-img .txt p {
  text-align: center;
  color: #fff;
  font-size: 2.6rem;
  line-height: 2.1538461538;
  font-weight: 700;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-strengths .sec-img .txt p {
    position: relative;
    top: -5rem;
    font-size: 3rem;
    line-height: 1.8666666667;
    font-weight: 700;
  }
}
.page-recruit_top .sec-strengths .l-inner {
  position: relative;
  padding-top: 16.5rem;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-strengths .l-inner {
    padding-top: 7rem;
  }
}
.page-recruit_top .sec-strengths .strengths-ttl {
  position: relative;
  height: 9rem;
  margin: 0 auto 6rem auto;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-strengths .strengths-ttl {
    margin-bottom: 4.6rem;
  }
}
.page-recruit_top .sec-strengths .strengths-ttl .ttl-txt {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: stretch;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
  padding: 0 7rem;
  margin: 0 auto;
  border-radius: 7.45rem;
  background: #0080C7;
  text-align: center;
  color: #fff;
  font-size: 2.6rem;
  line-height: 2.1538461538;
  font-weight: 700;
  box-sizing: border-box;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-strengths .strengths-ttl .ttl-txt {
    padding: 0 6.6rem;
    font-size: 3.2rem;
    line-height: 1.75;
    font-weight: 700;
  }
}
.page-recruit_top .sec-strengths .strengths-ttl .ttl-txt:before {
  position: absolute;
  left: -2.3rem;
  top: -2rem;
  display: block;
  content: "";
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 100%;
  background: #FFE84D;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-strengths .strengths-ttl .ttl-txt:before {
    left: -1.8rem;
    top: -1.5rem;
  }
}
.page-recruit_top .sec-strengths .box-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  align-content: stretch;
  gap: 0 4.5rem;
  margin-bottom: 8.4rem;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-strengths .box-wrap {
    flex-direction: column;
    gap: 3rem 0;
    margin-bottom: 7.4rem;
  }
}
.page-recruit_top .sec-strengths .box-wrap .box {
  width: calc((100% - 9rem) / 3);
  padding: 5.4rem 3.2rem 5rem 3.2rem;
  border-radius: 2.1rem;
  border: 1px solid #1F1E1B;
  box-sizing: border-box;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-strengths .box-wrap .box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    align-content: stretch;
    width: 100%;
    padding: 3.3rem 4.9rem 3.3rem 4.9rem;
    border-radius: 2.1rem;
  }
}
.page-recruit_top .sec-strengths .box-wrap .box .num {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: stretch;
  width: 4.9rem;
  height: 4.9rem;
  border-radius: 100%;
  background: #404040;
  text-align: center;
  color: #fff;
  font-size: 2.2rem;
  line-height: 1;
  font-weight: 700;
  margin: 0 auto 2.3rem auto;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-strengths .box-wrap .box .num {
    width: 7.5rem;
    height: 7.5rem;
    font-size: 3.3rem;
    line-height: 1;
    font-weight: 700;
    margin: 0;
  }
}
.page-recruit_top .sec-strengths .box-wrap .box .txt {
  font-size: 1.8rem;
  line-height: 1.8888888889;
  font-weight: 500;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-strengths .box-wrap .box .txt {
    width: calc(100% - 7.5rem);
    padding-left: 3.5rem;
    font-size: 2.8rem;
    line-height: 1.5714285714;
    font-weight: 500;
  }
}
.page-recruit_top .sec-strengths .box-wrap02 {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  align-content: stretch;
  gap: 0 5.6rem;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-strengths .box-wrap02 {
    flex-direction: column;
    gap: 5.2rem 0;
  }
}
.page-recruit_top .sec-strengths .box-wrap02 .box {
  width: calc((100% - 11.2rem) / 3);
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-strengths .box-wrap02 .box {
    position: relative;
    width: 100%;
  }
}
.page-recruit_top .sec-strengths .box-wrap02 .box-img {
  position: relative;
  width: 29.1rem;
  margin: 0 auto 3.3rem auto;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-strengths .box-wrap02 .box-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 16.2rem;
    margin: 0;
  }
}
.page-recruit_top .sec-strengths .box-wrap02 .box-img .circle {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 100%;
  overflow: hidden;
}
.page-recruit_top .sec-strengths .box-wrap02 .box-img img {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
.page-recruit_top .sec-strengths .box-wrap02 .box-img .num {
  position: absolute;
  right: 2.6rem;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: stretch;
  width: 5.3rem;
  height: 5.3rem;
  border-radius: 100%;
  background: #404040;
  text-align: center;
  color: #fff;
  font-size: 2rem;
  line-height: 1;
  font-weight: 700;
  z-index: 2;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-strengths .box-wrap02 .box-img .num {
    right: -2rem;
    bottom: -2rem;
    width: 7.5rem;
    height: 7.5rem;
    font-size: 3.3rem;
    line-height: 1;
    font-weight: 700;
  }
}
.page-recruit_top .sec-strengths .box-wrap02 .box-txt .lead {
  min-height: 9.7rem;
  font-size: 1.8rem;
  line-height: 1.6666666667;
  font-weight: 700;
  margin-bottom: 2rem;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-strengths .box-wrap02 .box-txt .lead {
    min-height: inherit;
    font-size: 2.8rem;
    line-height: 1.5714285714;
    font-weight: 700;
    margin-bottom: 2.5rem;
    padding-left: 20.5rem;
    box-sizing: border-box;
  }
}
.page-recruit_top .sec-strengths .box-wrap02 .box-txt .txt {
  font-size: 1.6rem;
  line-height: 1.875;
  font-weight: 400;
  line-break: strict;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-strengths .box-wrap02 .box-txt .txt {
    font-size: 2.5rem;
    line-height: 1.92;
    font-weight: 400;
    padding-left: 20.5rem;
    box-sizing: border-box;
  }
}
.page-recruit_top .sec-strengths .deco {
  position: absolute;
}
.page-recruit_top .sec-strengths .deco.img01 {
  width: 11.4rem;
  top: -4rem;
  right: 7.3rem;
  z-index: 3;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-strengths .deco.img01 {
    top: -67.8rem;
    right: 10.2rem;
  }
}
.page-recruit_top .sec-job {
  position: relative;
  padding: 12.6rem 0 15rem 0;
  border-radius: 0 11.1rem 11.1rem 11.1rem;
  box-sizing: border-box;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-job {
    padding: 6.6rem 0 11.4rem 0;
    border-radius: 0 6.8rem 6.8rem 6.8rem;
  }
}
.page-recruit_top .sec-job .c-title {
  margin-bottom: 6.7rem;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-job .c-title {
    margin-bottom: 6.4rem;
  }
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-job .l-inner {
    padding: 0;
  }
}
.page-recruit_top .sec-job .box-wrap {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  align-content: stretch;
  gap: 0 2.4rem;
}
@media screen and (max-width: 1023px) {
  .page-recruit_top .sec-job .box-wrap {
    gap: 2.4rem 2.4rem;
  }
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-job .box-wrap {
    justify-content: flex-start;
    flex-direction: column;
    gap: 5rem 0;
  }
}
.page-recruit_top .sec-job .box-wrap .job-box {
  width: calc((100% - 7.2rem) / 4);
}
@media screen and (max-width: 1023px) {
  .page-recruit_top .sec-job .box-wrap .job-box {
    width: calc((100% - 7.2rem) / 2);
  }
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-job .box-wrap .job-box {
    width: 100%;
  }
}
.page-recruit_top .sec-job .box-wrap .job-box__links .box-heading {
  padding: 1.6rem 0 1.4rem 0;
  margin-bottom: 2rem;
  border-radius: 1.2rem;
  background: #4AAD13;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-job .box-wrap .job-box__links .box-heading {
    position: relative;
    padding: 2.3rem 0;
    margin-bottom: 2.4rem;
  }
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-job .box-wrap .job-box__links .box-heading.sp-inline {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    align-content: stretch;
    gap: 0 1rem;
  }
}
.page-recruit_top .sec-job .box-wrap .job-box__links .box-heading .ttl {
  text-align: center;
  color: #fff;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 0.3rem;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-job .box-wrap .job-box__links .box-heading .ttl {
    font-size: 3.2rem;
    line-height: 1.0625;
    font-weight: 700;
    margin-bottom: 0.6rem;
  }
}
.page-recruit_top .sec-job .box-wrap .job-box__links .box-heading .ttl .small {
  font-size: 1.4rem;
  line-height: 1.7142857143;
  font-weight: 700;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-job .box-wrap .job-box__links .box-heading .ttl .small {
    font-size: 2.6rem;
    line-height: 1.3846153846;
    font-weight: 700;
  }
}
.page-recruit_top .sec-job .box-wrap .job-box__links .box-heading .txt {
  text-align: center;
  color: #C6F9AA;
  font-size: 1.3rem;
  line-height: 1.8461538462;
  font-weight: 500;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-job .box-wrap .job-box__links .box-heading .txt {
    font-size: 2.6rem;
    line-height: 1.3846153846;
    font-weight: 500;
  }
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-job .box-wrap .job-box__links .sp-flex {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
    align-content: stretch;
    gap: 0 3rem;
    margin-bottom: 1.8rem;
    padding-bottom: 1.8rem;
    border-bottom: 1px solid #D1D1D1;
  }
}
.page-recruit_top .sec-job .box-wrap .job-box__links .box-img {
  position: relative;
  width: 100%;
  aspect-ratio: 270/169;
  border-radius: 1.4rem;
  margin-bottom: 2.3rem;
  overflow: hidden;
  box-sizing: border-box;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-job .box-wrap .job-box__links .box-img {
    width: 23rem;
    aspect-ratio: 230/170;
    margin-bottom: 0;
  }
}
.page-recruit_top .sec-job .box-wrap .job-box__links .box-img img {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
  transition: 0.4s;
}
.page-recruit_top .sec-job .box-wrap .job-box__links .box-img .num {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  align-content: stretch;
  width: 5.5rem;
  height: 5.5rem;
  color: #fff;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 600;
  background: #4AAD13;
  border-radius: 1.4rem 0 0 0;
  z-index: 4;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-job .box-wrap .job-box__links .box-img .num {
    width: 7.2rem;
    height: 7.2rem;
    font-size: 3.6rem;
    line-height: 1;
    font-weight: 600;
  }
}
.page-recruit_top .sec-job .box-wrap .job-box__links .box-img .arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 3.1rem;
  height: 3.1rem;
  border-radius: 100%;
  background: #4AAD13;
  z-index: 3;
  overflow: hidden;
  opacity: 0;
  transition: 0.4s;
}
.page-recruit_top .sec-job .box-wrap .job-box__links .box-img .arrow:after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  content: "";
  background: url("../images/common/arrow_w.svg") no-repeat center center;
  background-size: 100% 100% !important;
  width: 1.7rem;
  height: 1.7rem;
  transition: 0.4s;
}
.page-recruit_top .sec-job .box-wrap .job-box__links .box-img:before {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 2;
  opacity: 0;
  transition: 0.4s;
}
.page-recruit_top .sec-job .box-wrap .job-box__links .box-txt {
  margin-bottom: 1.7rem;
  padding-bottom: 2.4rem;
  border-bottom: 1px solid #D1D1D1;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-job .box-wrap .job-box__links .box-txt {
    width: calc(100% - 26rem);
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
}
.page-recruit_top .sec-job .box-wrap .job-box__links .box-txt .txt {
  font-size: 1.5rem;
  line-height: 2;
  font-weight: 500;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-job .box-wrap .job-box__links .box-txt .txt {
    font-size: 2.8rem;
    line-height: 1.5714285714;
    font-weight: 500;
  }
}
.page-recruit_top .sec-job .box-wrap .job-box__links .box-cat .cat-list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  align-content: stretch;
  gap: 0.5rem 0.5rem;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-job .box-wrap .job-box__links .box-cat .cat-list {
    gap: 0.6rem 0.6rem;
  }
}
.page-recruit_top .sec-job .box-wrap .job-box__links .box-cat .cat-list li {
  font-size: 1.2rem;
  line-height: 2.3333333333;
  font-weight: 400;
  padding: 0 0.5rem;
  border-radius: 0.5rem;
  background: #E7E7E7;
  box-sizing: border-box;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-job .box-wrap .job-box__links .box-cat .cat-list li {
    font-size: 2.2rem;
    line-height: 2.2272727273;
    font-weight: 400;
    padding: 0 0.9rem;
    border-radius: 0.87rem;
  }
}
.page-recruit_top .sec-job .box-wrap .job-box__links .box-arrow {
  position: relative;
  margin: 1.4rem 0 0 auto;
  width: 3.1rem;
  height: 3.1rem;
  background: #5D5A5A;
  border-radius: 100%;
  overflow: hidden;
  transition: 0.4s;
}
.page-recruit_top .sec-job .box-wrap .job-box__links .box-arrow.-pc {
  display: block;
}
.page-recruit_top .sec-job .box-wrap .job-box__links .box-arrow.-sp {
  display: none;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-job .box-wrap .job-box__links .box-arrow {
    position: absolute;
    right: 2.5rem;
    top: 50%;
    transform: translateY(-50%);
    width: 5.6rem;
    height: 5.6rem;
    margin: 0;
  }
  .page-recruit_top .sec-job .box-wrap .job-box__links .box-arrow.-pc {
    display: none;
  }
  .page-recruit_top .sec-job .box-wrap .job-box__links .box-arrow.-sp {
    display: block;
  }
}
.page-recruit_top .sec-job .box-wrap .job-box__links .box-arrow:after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  content: "";
  background: url("../images/common/arrow_w.svg") no-repeat center center;
  background-size: 100% 100% !important;
  width: 1.5rem;
  height: 1.5rem;
  transition: 0.4s;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-job .box-wrap .job-box__links .box-arrow:after {
    width: 2.7rem;
    height: 2.7rem;
  }
}
@media screen and (min-width: 481px) {
  .page-recruit_top .sec-job .box-wrap .job-box__links:hover {
    text-decoration: none;
  }
  .page-recruit_top .sec-job .box-wrap .job-box__links:hover .box-img img {
    transform: scale(1.1);
  }
  .page-recruit_top .sec-job .box-wrap .job-box__links:hover .box-img .arrow {
    opacity: 1;
  }
  .page-recruit_top .sec-job .box-wrap .job-box__links:hover .box-img .arrow:after {
    animation: arrow-slide 0.4s 0.4s forwards ease-in-out;
  }
  .page-recruit_top .sec-job .box-wrap .job-box__links:hover .box-img:before {
    opacity: 1;
  }
  .page-recruit_top .sec-job .box-wrap .job-box__links:hover .box-arrow {
    background: #FFE84D;
  }
  .page-recruit_top .sec-job .box-wrap .job-box__links:hover .box-arrow:after {
    background: url("../images/common/arrow_b.svg") no-repeat center center;
    animation: arrow-slide 0.4s 0.4s forwards ease-in-out;
  }
}
.page-recruit_top .sec-job .deco {
  position: absolute;
}
.page-recruit_top .sec-job .deco.img01 {
  width: 27.6rem;
  top: -15rem;
  right: 20.8rem;
  animation-delay: 0s !important;
  animation-duration: 0.8s !important;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-job .deco.img01 {
    display: none;
  }
}
.page-recruit_top .sec-job .deco.img02 {
  width: 17.5rem;
  top: -6.5rem;
  left: 41.3rem;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-job .deco.img02 {
    display: none;
  }
}
.page-recruit_top .sec-message {
  position: relative;
  padding: 12.8rem 0 17rem 0;
  box-sizing: border-box;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-message {
    padding: 7.5rem 0 10.5rem 0;
  }
}
.page-recruit_top .sec-message .c-title {
  margin-bottom: 6.6rem;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-message .c-title {
    margin-bottom: 4.8rem;
  }
}
.page-recruit_top .sec-message .l-inner {
  padding: 0;
}
.page-recruit_top .sec-message .message-ttl {
  position: relative;
  display: inline-block;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.16px;
  font-weight: 700;
  padding: 0.8rem 2.7rem 0.8rem 4.5rem;
  border-radius: 10rem;
  background: #F5F5F5;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-message .message-ttl {
    padding: 1.2rem 5.5rem 1.2rem 7rem;
    border-radius: 15.5rem;
    font-size: 2.8rem;
    line-height: 1.7857142857;
    letter-spacing: 0.28px;
    font-weight: 700;
  }
}
.page-recruit_top .sec-message .message-ttl:before {
  position: absolute;
  top: 50%;
  left: 2.9rem;
  transform: translateY(-50%);
  display: block;
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  background: #F8634A;
  border-radius: 100%;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-message .message-ttl:before {
    left: 4.5rem;
    width: 1.2rem;
    height: 1.2rem;
  }
}
.page-recruit_top .sec-message .flex {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  align-content: stretch;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-message .flex {
    flex-direction: column;
    gap: 5rem 0;
  }
}
.page-recruit_top .sec-message .flex-txt {
  width: calc(100% - 50.7rem);
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-message .flex-txt {
    width: 100%;
  }
}
.page-recruit_top .sec-message .flex-txt .lead-txt {
  margin-top: 2.8rem;
  font-size: 2.8rem;
  line-height: 1.6428571429;
  letter-spacing: 0.28px;
  font-weight: 700;
  margin-bottom: 4.3rem;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-message .flex-txt .lead-txt {
    font-size: 3.4rem;
    line-height: 1.8823529412;
    letter-spacing: 0.34px;
    font-weight: 700;
    margin-bottom: 3.5rem;
  }
}
.page-recruit_top .sec-message .flex-txt .txt {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.16px;
  font-weight: 400;
  padding-right: 15rem;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-message .flex-txt .txt {
    font-size: 2.8rem;
    line-height: 1.9285714286;
    letter-spacing: 0.28px;
    font-weight: 400;
    padding-right: 0;
  }
}
.page-recruit_top .sec-message .flex-txt .txt + .txt {
  margin-top: 3.5rem;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-message .flex-txt .txt + .txt {
    margin-top: 6rem;
  }
}
.page-recruit_top .sec-message .flex-img {
  width: 48.7rem;
  margin-top: -12.3rem;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-message .flex-img {
    width: 100%;
    margin-top: 0;
  }
}
.page-recruit_top .sec-message .flex-img .img {
  width: 100%;
  aspect-ratio: 487/541;
  border-radius: 6.6rem;
  overflow: hidden;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-message .flex-img .img {
    aspect-ratio: 670/386;
    border-radius: 3rem;
  }
}
.page-recruit_top .sec-message .flex-img .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-recruit_top .sec-message .flex-img .caption {
  margin-top: 3.5rem;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-message .flex-img .caption {
    margin-top: 3.2rem;
  }
}
.page-recruit_top .sec-message .flex-img .caption .txt01 {
  font-size: 1.6rem;
  line-height: 2.1875;
  font-weight: 400;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-message .flex-img .caption .txt01 {
    font-size: 2.6rem;
    line-height: 2.2307692308;
    font-weight: 400;
  }
}
.page-recruit_top .sec-message .flex-img .caption .txt01 .bold {
  font-size: 1.6rem;
  line-height: 2.1875;
  font-weight: 700;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-message .flex-img .caption .txt01 .bold {
    font-size: 2.6rem;
    line-height: 2.2307692308;
    font-weight: 700;
  }
}
.page-recruit_top .sec-message .flex-img .caption .txt01 .bold .name {
  font-size: 2.6rem;
  line-height: 1.3461538462;
  font-weight: 700;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-message .flex-img .caption .txt01 .bold .name {
    font-size: 4.3rem;
    line-height: 1.3488372093;
    font-weight: 700;
  }
}
.page-recruit_top .sec-message .flex-img .caption .txt02 {
  margin-top: 1.8rem;
  font-size: 1.4rem;
  line-height: 1.7142857143;
  letter-spacing: 0.14px;
  font-weight: 400;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-message .flex-img .caption .txt02 {
    margin-top: 3.4rem;
    font-size: 2.6rem;
    line-height: 1.6923076923;
    letter-spacing: 0.26px;
    font-weight: 400;
  }
}
.page-recruit_top .sec-message .flex-img .career-wrap {
  margin-top: 2.8rem;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-message .flex-img .career-wrap {
    margin-top: 3.4rem;
  }
}
.page-recruit_top .sec-message .flex-img .career-wrap .career-btn {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  align-content: stretch;
  width: 25.2rem;
  height: 5.7rem;
  padding: 0 3rem;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 700;
  border-radius: 10rem;
  border: 1px solid #DFDFDF;
  cursor: pointer;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-message .flex-img .career-wrap .career-btn {
    width: 56.4rem;
    height: 9.4rem;
    padding: 0 5rem;
    font-size: 2.8rem;
    line-height: 1.1428571429;
    font-weight: 700;
    border-radius: 10rem;
    margin: 0 auto;
  }
}
.page-recruit_top .sec-message .flex-img .career-wrap .career-btn .btn-txt {
  height: 2.4rem;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-message .flex-img .career-wrap .career-btn .btn-txt {
    height: 3.2rem;
  }
}
.page-recruit_top .sec-message .flex-img .career-wrap .career-btn .ico {
  position: absolute;
  top: 2rem;
  right: 3rem;
  display: inline-block;
  width: 1.6rem;
  height: 1.6rem;
  transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-message .flex-img .career-wrap .career-btn .ico {
    top: 3rem;
    width: 2.6rem;
    height: 2.6rem;
  }
}
.page-recruit_top .sec-message .flex-img .career-wrap .career-btn .ico:before, .page-recruit_top .sec-message .flex-img .career-wrap .career-btn .ico:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  content: "";
  background: #404040;
  transition: opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}
.page-recruit_top .sec-message .flex-img .career-wrap .career-btn .ico:before {
  width: 100%;
  height: 0.15rem;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-message .flex-img .career-wrap .career-btn .ico:before {
    height: 0.2rem;
  }
}
.page-recruit_top .sec-message .flex-img .career-wrap .career-btn .ico:after {
  width: 0.15rem;
  height: 100%;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-message .flex-img .career-wrap .career-btn .ico:after {
    width: 0.2rem;
  }
}
.page-recruit_top .sec-message .flex-img .career-wrap .career-btn.open {
  border: 1px solid #FFE84D;
  background: #FFE84D;
}
.page-recruit_top .sec-message .flex-img .career-wrap .career-btn.open .ico {
  transform: rotate(180deg);
}
.page-recruit_top .sec-message .flex-img .career-wrap .career-btn.open .ico:after {
  opacity: 0;
}
@media screen and (min-width: 481px) {
  .page-recruit_top .sec-message .flex-img .career-wrap .career-btn:hover {
    border: 1px solid #FFE84D;
  }
  .page-recruit_top .sec-message .flex-img .career-wrap .career-btn:hover .ico {
    transform: rotate(180deg);
  }
}
.page-recruit_top .sec-message .flex-img .career-wrap .career-inner {
  display: none;
  padding: 3.3rem 0 0 0;
  box-sizing: border-box;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-message .flex-img .career-wrap .career-inner {
    padding: 3rem 0 0 0;
  }
}
.page-recruit_top .sec-message .flex-img .career-wrap .career-inner p {
  font-size: 1.4rem;
  line-height: 1.7142857143;
  letter-spacing: 0.14px;
  font-weight: 400;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-message .flex-img .career-wrap .career-inner p {
    font-size: 2.6rem;
    line-height: 1.6923076923;
    letter-spacing: 0.26px;
    font-weight: 400;
  }
}
.page-recruit_top .sec-message .flex-img .career-wrap .career-inner .ttl {
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 2rem;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-message .flex-img .career-wrap .career-inner .ttl {
    font-size: 3rem;
    line-height: 1.7333333333;
    font-weight: 700;
  }
}
.page-recruit_top .sec-message .flex-img .career-wrap .career-inner .subttl {
  position: relative;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 700;
  padding-left: 1.5rem;
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  box-sizing: border-box;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-message .flex-img .career-wrap .career-inner .subttl {
    font-size: 2.8rem;
    line-height: 1.5714285714;
    font-weight: 700;
    padding-left: 2.3rem;
    margin-top: 3rem;
    margin-bottom: 2rem;
  }
}
.page-recruit_top .sec-message .flex-img .career-wrap .career-inner .subttl:nth-of-type(1) {
  margin-top: 0;
}
.page-recruit_top .sec-message .flex-img .career-wrap .career-inner .subttl:before {
  position: absolute;
  left: 0;
  top: 0.9rem;
  display: block;
  content: "";
  width: 0.9rem;
  height: 0.9rem;
  border-radius: 100%;
  background: #000;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-message .flex-img .career-wrap .career-inner .subttl:before {
    top: 1.8rem;
    width: 1.2rem;
    height: 1.2rem;
  }
}
.page-recruit_top .sec-message .flex-img .career-wrap .career-inner .c-tbl th, .page-recruit_top .sec-message .flex-img .career-wrap .career-inner .c-tbl td {
  padding: 1.5rem 0;
  border-bottom: 1px solid #ECECEC;
  line-break: strict;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-message .flex-img .career-wrap .career-inner .c-tbl th, .page-recruit_top .sec-message .flex-img .career-wrap .career-inner .c-tbl td {
    padding: 2.2rem 0;
  }
}
.page-recruit_top .sec-message .flex-img .career-wrap .career-inner .c-tbl tr:last-of-type th, .page-recruit_top .sec-message .flex-img .career-wrap .career-inner .c-tbl tr:last-of-type td {
  border-bottom: none;
}
.page-recruit_top .sec-message .flex-img .career-wrap .career-inner .c-tbl th {
  width: 11.2rem;
  font-size: 1.3rem;
  line-height: 1.8461538462;
  letter-spacing: 0.13px;
  font-weight: 400;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-message .flex-img .career-wrap .career-inner .c-tbl th {
    width: 100%;
    font-size: 2.8rem;
    line-height: 1.5714285714;
    font-weight: 400;
    padding-bottom: 0;
    border-bottom: none;
  }
}
.page-recruit_top .sec-message .flex-img .career-wrap .career-inner .c-tbl td {
  width: calc(100% - 11.2rem);
  font-size: 1.3rem;
  line-height: 1.8461538462;
  letter-spacing: 0.13px;
  font-weight: 400;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-message .flex-img .career-wrap .career-inner .c-tbl td {
    width: 100%;
    font-size: 2.8rem;
    line-height: 1.5714285714;
    font-weight: 400;
  }
}
.page-recruit_top .sec-message .flex-img .career-wrap .career-inner .c-tbl.row-2 td:nth-of-type(1) {
  width: 15.3rem;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-message .flex-img .career-wrap .career-inner .c-tbl.row-2 td:nth-of-type(1) {
    width: 100%;
    border-bottom: none;
    padding-bottom: 0;
  }
}
.page-recruit_top .sec-message .flex-img .career-wrap .career-inner .c-tbl.row-2 td:nth-of-type(2) {
  width: calc(100% - 26.5rem);
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-message .flex-img .career-wrap .career-inner .c-tbl.row-2 td:nth-of-type(2) {
    width: 100%;
  }
}
.page-recruit_top .sec-message .recruitment_policy {
  margin-top: 9rem;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-message .recruitment_policy {
    position: relative;
    margin-top: 7.6rem;
    padding: 0 4rem;
    box-sizing: border-box;
  }
}
.page-recruit_top .sec-message .recruitment_policy .l-inner {
  padding: 0;
}
.page-recruit_top .sec-message .recruitment_policy__inner {
  position: relative;
  width: 53.5rem;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-message .recruitment_policy__inner {
    width: 100%;
    box-sizing: border-box;
  }
}
.page-recruit_top .sec-message .recruitment_policy__inner .img {
  position: absolute;
  top: 0;
  width: 50.3rem;
  aspect-ratio: 503/1033;
  border-radius: 3.7rem;
  overflow: hidden;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-message .recruitment_policy__inner .img {
    position: relative;
    width: 50%;
    aspect-ratio: 375/430;
  }
}
.page-recruit_top .sec-message .recruitment_policy__inner .img.img01 {
  left: -58rem;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-message .recruitment_policy__inner .img.img01 {
    left: 0;
    border-radius: 3.7rem 0 0 3.7rem;
  }
}
.page-recruit_top .sec-message .recruitment_policy__inner .img.img02 {
  right: -58rem;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-message .recruitment_policy__inner .img.img02 {
    right: 0;
    border-radius: 0 3.7rem 3.7rem 0;
  }
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-message .recruitment_policy__inner .sp-flex {
    margin-top: 5rem;
    width: calc(100% + 8rem);
    margin-left: -4rem;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
    align-content: stretch;
  }
}
.page-recruit_top .sec-message .recruitment_policy .message-ttl {
  margin-bottom: 4.5rem;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-message .recruitment_policy .message-ttl {
    margin-bottom: 3.2rem;
  }
}
.page-recruit_top .sec-message .recruitment_policy .txt-wrap {
  width: 53.5rem;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-message .recruitment_policy .txt-wrap {
    width: 100%;
  }
}
.page-recruit_top .sec-message .recruitment_policy .txt-wrap .ttl {
  position: relative;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.16px;
  font-weight: 700;
  padding-left: 1.8rem;
  margin-bottom: 2.1rem;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-message .recruitment_policy .txt-wrap .ttl {
    font-size: 2.8rem;
    line-height: 2.2142857143;
    letter-spacing: 0.28px;
    font-weight: 700;
    padding-left: 3.2rem;
    margin-bottom: 1.6rem;
  }
}
.page-recruit_top .sec-message .recruitment_policy .txt-wrap .ttl.-desired {
  margin-top: 5.5rem;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-message .recruitment_policy .txt-wrap .ttl.-desired {
    margin-top: 3.7rem;
  }
}
.page-recruit_top .sec-message .recruitment_policy .txt-wrap .ttl:before {
  position: absolute;
  left: 0;
  top: 1.2rem;
  display: block;
  content: "";
  width: 0.9rem;
  height: 0.9rem;
  border-radius: 100%;
  background: #F8634A;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-message .recruitment_policy .txt-wrap .ttl:before {
    top: 2.2rem;
    width: 1.7rem;
    height: 1.7rem;
  }
}
.page-recruit_top .sec-message .recruitment_policy .txt-wrap .lead {
  font-weight: 700 !important;
}
.page-recruit_top .sec-message .recruitment_policy .txt-wrap .txt {
  font-size: 1.6rem;
  line-height: 2.125;
  letter-spacing: 0.16px;
  font-weight: 400;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-message .recruitment_policy .txt-wrap .txt {
    font-size: 2.8rem;
    line-height: 1.9285714286;
    letter-spacing: 0.28px;
    font-weight: 400;
  }
}
.page-recruit_top .sec-message .recruitment_policy .txt-wrap .txt + .txt {
  margin-top: 3.5rem;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-message .recruitment_policy .txt-wrap .txt + .txt {
    margin-top: 6rem;
  }
}
.page-recruit_top .sec-message .recruitment_policy .txt-wrap .desired-list li {
  font-size: 1.8rem;
  line-height: 2.1111111111;
  letter-spacing: 0.18px;
  font-weight: 700;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-message .recruitment_policy .txt-wrap .desired-list li {
    font-size: 2.8rem;
    line-height: 1.9285714286;
    letter-spacing: 0.28px;
    font-weight: 700;
  }
}
.page-recruit_top .sec-message .deco {
  position: absolute;
}
.page-recruit_top .sec-message .deco.img01 {
  width: 23.8rem;
  top: -9.7rem;
  right: -5rem;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-message .deco.img01 {
    width: 13.7rem;
    top: -7.6rem;
    right: 24.6rem;
  }
}
.page-recruit_top .sec-message .deco.img02 {
  width: 10.9rem;
  top: 76rem;
  left: 0;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-message .deco.img02 {
    display: none;
  }
}
.page-recruit_top .sec-message .deco.img02.-reverse {
  transform: translateX(-10.8rem);
}
.page-recruit_top .sec-message .deco.img03 {
  display: none;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-message .deco.img03 {
    display: block;
    width: 13rem;
    top: 3rem;
    right: 0;
    transform: translateX(12.9rem);
  }
}
.page-recruit_top .sec-voice {
  position: relative;
}
.page-recruit_top .sec-voice .bgColor {
  padding: 12.5rem 0 19.2rem 0;
  border-radius: 0 18.2rem 0 0;
  box-sizing: border-box;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-voice .bgColor {
    padding: 6.6rem 0 9.7rem 0;
    border-radius: 0 6.8rem 0 0;
  }
}
.page-recruit_top .sec-voice .c-title {
  margin-bottom: 7.3rem;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-voice .c-title {
    margin-bottom: 5.9rem;
  }
}
.page-recruit_top .sec-voice .l-inner {
  max-width: 131rem;
  padding: 0;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-voice .l-inner {
    max-width: inherit;
    padding: 0;
  }
}
.page-recruit_top .sec-voice .voice-title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  align-content: stretch;
  gap: 0 1.5rem;
  padding-left: 6.5rem;
  margin-bottom: 4.5rem;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-voice .voice-title {
    gap: 0 1.3rem;
    padding-left: 0;
  }
}
.page-recruit_top .sec-voice .voice-title .en-ttl {
  color: #C7C7C7;
  font-size: 3.4rem;
  line-height: 1;
  letter-spacing: 1.36px;
  font-weight: 800;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-voice .voice-title .en-ttl {
    font-size: 3.8rem;
    line-height: 1;
    letter-spacing: 1.52px;
    font-weight: 800;
  }
}
.page-recruit_top .sec-voice .voice-title .jp-ttl {
  color: #262626;
  font-size: 1.4rem;
  line-height: 2.2857142857;
  letter-spacing: 0.14px;
  font-weight: 700;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-voice .voice-title .jp-ttl {
    font-size: 2.2rem;
    line-height: 1.4545454545;
    letter-spacing: 0.22px;
    font-weight: 700;
  }
}
.page-recruit_top .sec-voice .interview-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  align-content: stretch;
  gap: 0 4rem;
  margin-bottom: 7.4rem;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-voice .interview-wrap {
    display: block;
    margin-bottom: 3.6rem;
  }
}
.page-recruit_top .sec-voice .interview-wrap .box {
  width: calc((100% - 8rem) / 3);
}
.page-recruit_top .sec-voice .interview-wrap .box__links .mask-container {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  /* SVGでマスクをかける設定 */
  /*					-webkit-mask-image: url('../images/recruit_top/img_mask.svg'); /* Safari用 
  					mask-image: url('../images/recruit_top/img_mask.svg');         /* 標準仕様 */
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg width='409' height='409' viewBox='0 0 409 409' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M181.952 0H346.133C380.83 0 409.002 28.1699 409.002 62.8694V227.05C409.002 327.472 327.472 409.002 227.05 409.002H62.8694C28.1699 409 0 380.83 0 346.131V181.95C0 81.5301 81.5301 0 181.952 0Z' fill='%23FF0011'/></svg>");
  mask-image: url("data:image/svg+xml;utf8,<svg width='409' height='409' viewBox='0 0 409 409' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M181.952 0H346.133C380.83 0 409.002 28.1699 409.002 62.8694V227.05C409.002 327.472 327.472 409.002 227.05 409.002H62.8694C28.1699 409 0 380.83 0 346.131V181.95C0 81.5301 81.5301 0 181.952 0Z' fill='%23FF0011'/></svg>");
  /* マスクの位置とサイズ調整 */
  -webkit-mask-size: contain;
  mask-size: contain; /* 枠線内にSVGを収める（枠いっぱいは cover） */
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat; /* マスクをループさせない */
  -webkit-mask-position: center;
  mask-position: center; /* マスクを中央配置 */
}
.page-recruit_top .sec-voice .interview-wrap .box__links .mask-container:before {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 2;
  opacity: 0;
  transition: 0.4s;
}
.page-recruit_top .sec-voice .interview-wrap .box__links .mask-container .masked-image {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
  transition: 0.4s;
}
.page-recruit_top .sec-voice .interview-wrap .box__links .mask-container .year {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 22.3rem;
  padding: 0.7rem 0;
  border-radius: 0 2rem 0 0;
  z-index: 4;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-voice .interview-wrap .box__links .mask-container .year {
    width: 26.7rem;
  }
}
.page-recruit_top .sec-voice .interview-wrap .box__links .mask-container .year p {
  text-align: center;
  font-size: 1.6rem;
  line-height: 2.1875;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-voice .interview-wrap .box__links .mask-container .year p {
    font-size: 2.2rem;
    line-height: 1.8636363636;
    font-weight: 700;
  }
}
.page-recruit_top .sec-voice .interview-wrap .box__links .mask-container .arrow {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  content: "";
  width: 5.3rem;
  height: 5.3rem;
  border-radius: 100%;
  overflow: hidden;
  z-index: 3;
  opacity: 0;
  transition: 0.4s;
}
.page-recruit_top .sec-voice .interview-wrap .box__links .mask-container .arrow:after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  content: "";
  background: url("../images/common/arrow_w.svg") no-repeat center center;
  background-size: 100% 100% !important;
  width: 2.9rem;
  height: 2.9rem;
}
.page-recruit_top .sec-voice .interview-wrap .box__links .box-txt {
  margin-top: 2.9rem;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-voice .interview-wrap .box__links .box-txt {
    margin-top: 3.5rem;
  }
}
.page-recruit_top .sec-voice .interview-wrap .box__links .box-txt .name {
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 700;
  margin-bottom: 0.4rem;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-voice .interview-wrap .box__links .box-txt .name {
    font-size: 2.2rem;
    line-height: 1.7272727273;
    font-weight: 700;
  }
}
.page-recruit_top .sec-voice .interview-wrap .box__links .box-txt .name .color {
  font-size: 4.4rem;
  line-height: 0.7954545455;
  letter-spacing: 4.4px;
  font-weight: 700;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-voice .interview-wrap .box__links .box-txt .name .color {
    font-size: 5.2rem;
    line-height: 0.8076923077;
    letter-spacing: 5.262px;
    font-weight: 700;
  }
}
.page-recruit_top .sec-voice .interview-wrap .box__links .box-txt .txt {
  font-size: 1.6rem;
  line-height: 1.625;
  font-weight: 500;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-voice .interview-wrap .box__links .box-txt .txt {
    font-size: 2.2rem;
    line-height: 1.7272727273;
    font-weight: 500;
  }
}
@media screen and (min-width: 481px) {
  .page-recruit_top .sec-voice .interview-wrap .box__links:hover {
    text-decoration: none;
  }
  .page-recruit_top .sec-voice .interview-wrap .box__links:hover .mask-container:before {
    opacity: 1;
  }
  .page-recruit_top .sec-voice .interview-wrap .box__links:hover .mask-container .masked-image {
    transform: scale(1.1);
  }
  .page-recruit_top .sec-voice .interview-wrap .box__links:hover .mask-container .arrow {
    opacity: 1;
  }
  .page-recruit_top .sec-voice .interview-wrap .box__links:hover .mask-container .arrow:after {
    animation: arrow-slide 0.4s 0.4s forwards ease-in-out;
  }
}
.page-recruit_top .sec-voice .interview-wrap .box.b01 .box__links .mask-container .year {
  background: #9589C7;
}
.page-recruit_top .sec-voice .interview-wrap .box.b01 .box__links .mask-container .arrow {
  background: #9589C7;
}
.page-recruit_top .sec-voice .interview-wrap .box.b01 .box__links .box-txt .name .color {
  color: #9589C7;
}
.page-recruit_top .sec-voice .interview-wrap .box.b02 .box__links .mask-container .year {
  background: #61C9FF;
}
.page-recruit_top .sec-voice .interview-wrap .box.b02 .box__links .mask-container .arrow {
  background: #61C9FF;
}
.page-recruit_top .sec-voice .interview-wrap .box.b02 .box__links .box-txt .name .color {
  color: #61C9FF;
}
.page-recruit_top .sec-voice .interview-wrap .box.b03 .box__links .mask-container .year {
  background: #77CF47;
}
.page-recruit_top .sec-voice .interview-wrap .box.b03 .box__links .mask-container .arrow {
  background: #77CF47;
}
.page-recruit_top .sec-voice .interview-wrap .box.b03 .box__links .box-txt .name .color {
  color: #77CF47;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-voice .sp-slide {
    position: relative;
    width: calc(100% + 8rem);
    margin-left: -4rem;
    margin-bottom: 6.4rem;
  }
  .page-recruit_top .sec-voice .sp-slide .slide-item {
    margin: 0 1.7rem;
  }
  .page-recruit_top .sec-voice .sp-slide .arrow-box {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
    width: calc(100% - 12rem);
  }
  .page-recruit_top .sec-voice .sp-slide .arrow-box .slide-arrow {
    position: absolute;
    top: 21rem;
    width: 9.5rem;
    height: 9.5rem;
    border-radius: 100%;
    background: #FFE04E;
  }
  .page-recruit_top .sec-voice .sp-slide .arrow-box .slide-arrow:after {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
    content: "";
    background: url("../images/common/arrow_b.svg") no-repeat center center;
    background-size: 100% 100% !important;
    width: 4.6rem;
    height: 4.6rem;
  }
  .page-recruit_top .sec-voice .sp-slide .arrow-box .slide-arrow.prev-arrow {
    left: 0;
    transform: scale(-1, 1);
  }
  .page-recruit_top .sec-voice .sp-slide .arrow-box .slide-arrow.next-arrow {
    right: 0;
  }
  .page-recruit_top .sec-voice .sp-slide .dots-box .dots-wrap {
    margin: 0 auto;
    position: relative;
    right: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    align-content: stretch;
    gap: 0 2.5rem;
  }
  .page-recruit_top .sec-voice .sp-slide .dots-box .dots-wrap li {
    width: 2.4rem;
    height: 2.4rem;
    background-color: #AAA;
    border-radius: 100%;
    cursor: pointer;
  }
  .page-recruit_top .sec-voice .sp-slide .dots-box .dots-wrap li.slick-active, .page-recruit_top .sec-voice .sp-slide .dots-box .dots-wrap li:hover {
    background-color: #FFE04E;
  }
  .page-recruit_top .sec-voice .sp-slide .dots-box .dots-wrap li button {
    display: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    padding: 0;
    border: none;
    background-color: transparent;
  }
}
.page-recruit_top .sec-voice .talk-wrap .box {
  position: relative;
  width: 105.8rem;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-voice .talk-wrap .box {
    width: 100%;
  }
}
.page-recruit_top .sec-voice .talk-wrap .box__links .mask-container {
  position: relative;
  width: 100%;
  aspect-ratio: 1058/407;
  overflow: hidden;
  /* SVGでマスクをかける設定 */
  /*					-webkit-mask-image: url('../images/recruit_top/img02_mask.svg');
  					mask-image: url('../images/recruit_top/img02_mask.svg');*/
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg width='1058' height='407' viewBox='0 0 1058 407' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M0 120C0 53.7258 53.7258 0 120 0H1028C1044.57 0 1058 13.4315 1058 30V287C1058 353.274 1004.27 407 938 407H30C13.4314 407 0 393.569 0 377V120Z' fill='%231E1E1E'/></svg>");
  mask-image: url("data:image/svg+xml;utf8,<svg width='1058' height='407' viewBox='0 0 1058 407' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M0 120C0 53.7258 53.7258 0 120 0H1028C1044.57 0 1058 13.4315 1058 30V287C1058 353.274 1004.27 407 938 407H30C13.4314 407 0 393.569 0 377V120Z' fill='%231E1E1E'/></svg>");
  /* マスクの位置とサイズ調整 */
  -webkit-mask-size: contain;
  mask-size: contain; /* 枠線内にSVGを収める（枠いっぱいは cover） */
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat; /* マスクをループさせない */
  -webkit-mask-position: center;
  mask-position: center; /* マスクを中央配置 */
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-voice .talk-wrap .box__links .mask-container {
    aspect-ratio: 624/407;
    /*						-webkit-mask-image: url('../images/recruit_top/img02_mask_sp.svg'); /* Safari用 
    						mask-image: url('../images/recruit_top/img02_mask_sp.svg');         /* 標準仕様 */
    -webkit-mask-image: url("data:image/svg+xml;utf8,<svg width='624' height='407' viewBox='0 0 624 407' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M0 120C0 53.7258 53.7258 0 120 0H594C610.569 0 624 13.4315 624 30V287C624 353.274 570.274 407 504 407H30C13.4315 407 0 393.569 0 377V120Z' fill='%23D9D9D9'/></svg>");
    mask-image: url("data:image/svg+xml;utf8,<svg width='624' height='407' viewBox='0 0 624 407' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M0 120C0 53.7258 53.7258 0 120 0H594C610.569 0 624 13.4315 624 30V287C624 353.274 570.274 407 504 407H30C13.4315 407 0 393.569 0 377V120Z' fill='%23D9D9D9'/></svg>");
  }
}
.page-recruit_top .sec-voice .talk-wrap .box__links .mask-container:before {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 2;
  opacity: 0;
  transition: 0.4s;
}
.page-recruit_top .sec-voice .talk-wrap .box__links .mask-container .masked-image {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
  transition: 0.4s;
}
.page-recruit_top .sec-voice .talk-wrap .box__links .mask-container .team {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 18.4rem;
  padding: 2rem 0;
  border-radius: 0 2rem 0 0;
  z-index: 4;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-voice .talk-wrap .box__links .mask-container .team {
    padding: 1.6rem 0;
  }
}
.page-recruit_top .sec-voice .talk-wrap .box__links .mask-container .team p {
  text-align: center;
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-voice .talk-wrap .box__links .mask-container .team p {
    font-size: 2.2rem;
    line-height: 1;
    font-weight: 700;
  }
}
.page-recruit_top .sec-voice .talk-wrap .box__links .mask-container .arrow {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  content: "";
  width: 5.3rem;
  height: 5.3rem;
  border-radius: 100%;
  overflow: hidden;
  z-index: 3;
  opacity: 0;
  transition: 0.4s;
}
.page-recruit_top .sec-voice .talk-wrap .box__links .mask-container .arrow:after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  content: "";
  background: url("../images/common/arrow_w.svg") no-repeat center center;
  background-size: 100% 100% !important;
  width: 2.9rem;
  height: 2.9rem;
}
.page-recruit_top .sec-voice .talk-wrap .box__links .box-txt {
  margin-top: 3.1rem;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-voice .talk-wrap .box__links .box-txt {
    margin-top: 5.5rem;
  }
}
.page-recruit_top .sec-voice .talk-wrap .box__links .box-txt .ttl {
  font-size: 2rem;
  line-height: 1.75;
  font-weight: 700;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-voice .talk-wrap .box__links .box-txt .ttl {
    font-size: 3rem;
    line-height: 1.1666666667;
    font-weight: 700;
    margin-bottom: 2.4rem;
  }
}
.page-recruit_top .sec-voice .talk-wrap .box__links .box-txt .txt {
  font-size: 1.6rem;
  line-height: 2.375;
  font-weight: 500;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-voice .talk-wrap .box__links .box-txt .txt {
    font-size: 2.6rem;
    line-height: 1.7307692308;
    font-weight: 500;
  }
}
.page-recruit_top .sec-voice .talk-wrap .box__links .tag-wrap {
  position: absolute;
}
.page-recruit_top .sec-voice .talk-wrap .box__links .tag-wrap .tag-list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  align-content: stretch;
  gap: 0.6rem 0.6rem;
}
.page-recruit_top .sec-voice .talk-wrap .box__links .tag-wrap .tag-list li {
  display: inline-block;
  color: #fff;
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 700;
  background: #262626;
  padding: 0 0.6rem;
  box-sizing: border-box;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-voice .talk-wrap .box__links .tag-wrap .tag-list li {
    font-size: 2rem;
    line-height: 1.6;
    font-weight: 700;
    padding: 0.6rem 0.6rem;
  }
}
@media screen and (min-width: 481px) {
  .page-recruit_top .sec-voice .talk-wrap .box__links:hover {
    text-decoration: none;
  }
  .page-recruit_top .sec-voice .talk-wrap .box__links:hover .mask-container:before {
    opacity: 1;
  }
  .page-recruit_top .sec-voice .talk-wrap .box__links:hover .mask-container .masked-image {
    transform: scale(1.1);
  }
  .page-recruit_top .sec-voice .talk-wrap .box__links:hover .mask-container .arrow {
    opacity: 1;
  }
  .page-recruit_top .sec-voice .talk-wrap .box__links:hover .mask-container .arrow:after {
    animation: arrow-slide 0.4s 0.4s forwards ease-in-out;
  }
}
.page-recruit_top .sec-voice .talk-wrap .box.b01 {
  margin: 0 auto 0 0;
}
.page-recruit_top .sec-voice .talk-wrap .box.b01 .box__links .mask-container .team {
  background: #F8634A;
}
.page-recruit_top .sec-voice .talk-wrap .box.b01 .box__links .mask-container .arrow {
  background: #F8634A;
}
.page-recruit_top .sec-voice .talk-wrap .box.b01 .box__links .tag-wrap {
  width: 41.6rem;
  top: 17.6rem;
  right: -17.5rem;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-voice .talk-wrap .box.b01 .box__links .tag-wrap {
    width: 45rem;
    top: 26rem;
    right: -2.5rem;
  }
}
.page-recruit_top .sec-voice .talk-wrap .box.b01 .box__links .tag-wrap li:nth-of-type(1) {
  margin-left: 5rem;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-voice .talk-wrap .box.b01 .box__links .tag-wrap li:nth-of-type(1) {
    margin-left: 4rem;
  }
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-voice .talk-wrap .box.b01 .box__links .tag-wrap li:nth-of-type(3) {
    margin-left: 14rem;
  }
}
.page-recruit_top .sec-voice .talk-wrap .box.b01 .box__links .tag-wrap li:nth-of-type(5) {
  margin-left: 5rem;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-voice .talk-wrap .box.b01 .box__links .tag-wrap li:nth-of-type(5) {
    margin-left: 0;
  }
}
.page-recruit_top .sec-voice .talk-wrap .box.b01 .box__links .tag-wrap li:nth-of-type(7) {
  margin-left: 11.6rem;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-voice .talk-wrap .box.b01 .box__links .tag-wrap li:nth-of-type(7) {
    margin-left: 9rem;
  }
}
.page-recruit_top .sec-voice .talk-wrap .box.b02 {
  margin: 6rem 0 0 auto;
}
.page-recruit_top .sec-voice .talk-wrap .box.b02 .box__links .mask-container .team {
  background: #0080C7;
}
.page-recruit_top .sec-voice .talk-wrap .box.b02 .box__links .mask-container .arrow {
  background: #0080C7;
}
.page-recruit_top .sec-voice .talk-wrap .box.b02 .box__links .tag-wrap {
  width: 40.4rem;
  top: 19.5rem;
  left: -18.2rem;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-voice .talk-wrap .box.b02 .box__links .tag-wrap {
    width: 38.6rem;
    top: 26.5rem;
    left: auto;
    right: -2.5rem;
  }
}
.page-recruit_top .sec-voice .talk-wrap .box.b02 .box__links .tag-wrap li:nth-of-type(1) {
  margin-left: 1.6rem;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-voice .talk-wrap .box.b02 .box__links .tag-wrap li:nth-of-type(1) {
    margin-left: 2.5rem;
  }
}
.page-recruit_top .sec-voice .talk-wrap .box.b02 .box__links .tag-wrap li:nth-of-type(3) {
  margin-left: 4rem;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-voice .talk-wrap .box.b02 .box__links .tag-wrap li:nth-of-type(3) {
    margin-left: 9.7rem;
  }
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-voice .talk-wrap .box.b02 .box__links .tag-wrap li:nth-of-type(4) {
    margin-left: 5.8rem;
  }
}
.page-recruit_top .sec-voice .deco {
  position: absolute;
}
.page-recruit_top .sec-voice .deco.img01 {
  width: 23.1rem;
  top: -8.1rem;
  left: 88.3rem;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-voice .deco.img01 {
    width: 14.9rem;
    top: -4.1rem;
    left: auto;
    right: 10.5rem;
  }
}
.page-recruit_top .sec-culture {
  position: relative;
  padding: 14.4rem 0 12.6rem 0;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-culture {
    padding: 6.6rem 0 7rem 0;
  }
}
.page-recruit_top .sec-culture .box {
  position: relative;
}
.page-recruit_top .sec-culture .box-ttl {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-culture .box-ttl {
    position: relative;
    margin-bottom: 5.5rem;
  }
}
.page-recruit_top .sec-culture .box-cnts {
  width: calc((100% + 76.5rem) / 2);
  margin: 0 0 0 auto;
  overflow: hidden;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-culture .box-cnts {
    width: 100%;
    margin: 0 auto;
  }
}
.page-recruit_top .sec-culture .box-cnts .culture-slider {
  padding-top: 1.8rem;
  margin-bottom: 8rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease; /* ふんわり表示させたい場合 */
  box-sizing: border-box;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-culture .box-cnts .culture-slider {
    width: calc(100% - 4rem);
    padding-top: 0;
    margin: 0 0 6.6rem auto;
  }
}
.page-recruit_top .sec-culture .box-cnts .culture-slider.slick-initialized {
  opacity: 1;
  visibility: visible;
}
.page-recruit_top .sec-culture .box-cnts .culture-slider .slick-list {
  overflow: visible;
}
.page-recruit_top .sec-culture .box-cnts .culture-slider .slide-item {
  max-width: 33.6rem;
  margin-right: 2.5rem;
  aspect-ratio: 336/385;
  border-radius: 3.5rem;
  overflow: hidden;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-culture .box-cnts .culture-slider .slide-item {
    max-width: 26.6rem;
    aspect-ratio: 266/305;
    margin-right: 2rem;
  }
}
.page-recruit_top .sec-culture .box-cnts .culture-slider .slide-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-recruit_top .sec-culture .box-cnts .ttl {
  max-width: 85.6rem;
  font-size: 2rem;
  line-height: 1.7;
  letter-spacing: 0.2px;
  font-weight: 700;
  margin-top: 6rem;
  margin-bottom: 4rem;
  line-break: strict;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-culture .box-cnts .ttl {
    max-width: inherit;
    font-size: 3rem;
    line-height: 1.1333333333;
    letter-spacing: 0.3px;
    font-weight: 700;
    margin-top: 4.8rem;
    margin-bottom: 3.2rem;
    padding: 0 4rem;
    box-sizing: border-box;
  }
}
.page-recruit_top .sec-culture .box-cnts .ttl:nth-of-type(1) {
  margin-top: 0;
}
.page-recruit_top .sec-culture .box-cnts .txt {
  max-width: 85.6rem;
  font-size: 1.6rem;
  line-height: 2.125;
  letter-spacing: 0.16px;
  font-weight: 400;
  line-break: strict;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-culture .box-cnts .txt {
    max-width: inherit;
    padding: 0 4rem;
    font-size: 2.8rem;
    line-height: 1.9285714286;
    letter-spacing: 0.28px;
    font-weight: 400;
    box-sizing: border-box;
  }
}
.page-recruit_top .sec-culture .culture-list-wrap {
  position: relative;
  margin-top: 19rem;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-culture .culture-list-wrap {
    margin-top: 8.4rem;
  }
}
.page-recruit_top .sec-culture .culture-list-wrap .l-wrapper {
  position: relative;
  padding: 11.2rem 0 15.2rem 14rem;
  border-radius: 12rem 0 0 12rem;
  box-sizing: border-box;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-culture .culture-list-wrap .l-wrapper {
    padding: 9.2rem 4rem 7.6rem 4rem;
    border-radius: 6.8rem 0 0 6.8rem;
  }
}
.page-recruit_top .sec-culture .culture-list-wrap .l-wrapper:after {
  position: absolute;
  right: -100%;
  top: 0;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: #F5F5F5;
  z-index: -1;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-culture .culture-list-wrap .l-wrapper:after {
    display: none;
  }
}
.page-recruit_top .sec-culture .culture-list-wrap .flex {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  align-content: stretch;
  gap: 0 2.5rem;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-culture .culture-list-wrap .flex {
    flex-direction: column;
    gap: 3.8rem 0;
  }
}
.page-recruit_top .sec-culture .culture-list-wrap .flex + .flex {
  margin-top: 8rem;
  padding-top: 6.4rem;
  border-top: 1px solid #E3E3E3;
  box-sizing: border-box;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-culture .culture-list-wrap .flex + .flex {
    margin-top: 5rem;
    padding-top: 5.2rem;
  }
}
.page-recruit_top .sec-culture .culture-list-wrap .flex-ttl {
  width: 20.6rem;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-culture .culture-list-wrap .flex-ttl {
    width: 34.6rem;
  }
}
.page-recruit_top .sec-culture .culture-list-wrap .flex-ttl .title {
  position: relative;
  top: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: stretch;
  width: 100%;
  height: 4.9rem;
  color: #262626;
  text-align: center;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.16px;
  font-weight: 700;
  border-radius: 10rem;
  background: #FFE84D;
  overflow: hidden;
  box-sizing: border-box;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-culture .culture-list-wrap .flex-ttl .title {
    top: 0;
    height: 8.23rem;
    font-size: 2.7rem;
    line-height: 2.037037037;
    letter-spacing: 0.269px;
    font-weight: 700;
    border-radius: 16.8rem;
  }
}
.page-recruit_top .sec-culture .culture-list-wrap .flex-ttl .title:before {
  position: absolute;
  left: 2.6rem;
  bottom: 0;
  display: block;
  content: "";
  background: url("../images/recruit_top/deco_ttl.png") no-repeat center center;
  background-size: 100% auto !important;
  width: 1.6rem;
  height: 3.8rem;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-culture .culture-list-wrap .flex-ttl .title:before {
    left: 4.36rem;
    width: 2.7rem;
    height: 6.4rem;
  }
}
.page-recruit_top .sec-culture .culture-list-wrap .flex-cnts {
  width: calc(100% - 23.1rem);
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-culture .culture-list-wrap .flex-cnts {
    width: 100%;
  }
}
.page-recruit_top .sec-culture .culture-list-wrap .flex-cnts .list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  align-content: stretch;
  gap: 3.4rem 2.7rem;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-culture .culture-list-wrap .flex-cnts .list {
    gap: 3.8rem 3rem;
  }
}
.page-recruit_top .sec-culture .culture-list-wrap .flex-cnts .list.justify-content {
  justify-content: flex-start;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-culture .culture-list-wrap .flex-cnts .list.justify-content {
    justify-content: center;
  }
}
.page-recruit_top .sec-culture .culture-list-wrap .flex-cnts .list li {
  width: calc((100% - 10.8rem) / 5);
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-culture .culture-list-wrap .flex-cnts .list li {
    width: calc((100% - 6rem) / 3);
  }
}
.page-recruit_top .sec-culture .culture-list-wrap .flex-cnts .list li .img {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  align-content: stretch;
  width: 10.1rem;
  height: 10.1rem;
  background: #fff;
  border-radius: 100%;
  margin: 0 auto 1.6rem auto;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-culture .culture-list-wrap .flex-cnts .list li .img {
    width: 12.7rem;
    height: 12.7rem;
    margin: 0 auto 2rem auto;
  }
}
.page-recruit_top .sec-culture .culture-list-wrap .flex-cnts .list li .img img {
  width: 5.3rem;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-culture .culture-list-wrap .flex-cnts .list li .img img {
    width: 6.6rem;
  }
}
.page-recruit_top .sec-culture .culture-list-wrap .flex-cnts .list li .text .txt01 {
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.625;
  font-weight: 700;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-culture .culture-list-wrap .flex-cnts .list li .text .txt01 {
    font-size: 2.4rem;
    line-height: 1.4166666667;
    font-weight: 700;
    margin-left: -2rem;
    margin-right: -2rem;
  }
}
.page-recruit_top .sec-culture .culture-list-wrap .flex-cnts .list li .text .txt02 {
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.8571428571;
  font-weight: 400;
  margin-left: -2rem;
  margin-right: -2rem;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-culture .culture-list-wrap .flex-cnts .list li .text .txt02 {
    font-size: 2rem;
    line-height: 1.7;
    font-weight: 400;
  }
}
.page-recruit_top .sec-culture .deco {
  position: absolute;
}
.page-recruit_top .sec-culture .deco.img01 {
  width: 11.6rem;
  top: -11.2rem;
  right: 0;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-culture .deco.img01 {
    width: 13.7rem;
    top: -11rem;
    transform: translateX(13rem);
  }
}
.page-recruit_top .sec-culture .deco.img02 {
  width: 28.7rem;
  top: -19.1rem;
  left: 124.4rem;
  z-index: 2;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-culture .deco.img02 {
    display: none;
  }
}
.page-recruit_top .sec-faq {
  padding-top: 12.6rem;
  padding-bottom: 15.5rem;
  box-sizing: border-box;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-faq {
    padding-top: 7rem;
    padding-bottom: 9.2rem;
  }
}
.page-recruit_top .sec-faq .c-title {
  margin-bottom: 6.7rem;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-faq .c-title {
    margin-bottom: 6.4rem;
  }
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-faq .l-inner {
    padding: 0;
  }
}
.page-recruit_top .sec-faq .faq-box + .faq-box {
  margin-top: 3.2rem;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-faq .faq-box + .faq-box {
    margin-top: 4rem;
  }
}
.page-recruit_top .sec-faq .faq-box .faq-ttl {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  align-content: stretch;
  gap: 0 1.6rem;
  padding: 2.2rem 3.1rem;
  border-radius: 2rem;
  background: #FFE04E;
  box-sizing: border-box;
  cursor: pointer;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-faq .faq-box .faq-ttl {
    gap: 0 12.2rem;
    padding: 2.2rem 2.8rem;
    min-height: 11.4rem;
  }
}
.page-recruit_top .sec-faq .faq-box .faq-ttl .ico {
  position: absolute;
  top: 50%;
  left: 3.1rem;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  align-content: stretch;
  font-size: 2.2rem;
  line-height: 1.1818181818;
  font-weight: 800;
  width: 4.4rem;
  height: 4.4rem;
  background: #fff;
  border-radius: 100%;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-faq .faq-box .faq-ttl .ico {
    left: 2.8rem;
    font-size: 3.1rem;
    line-height: 1.1612903226;
    font-weight: 800;
    width: 6.2rem;
    height: 6.2rem;
  }
}
.page-recruit_top .sec-faq .faq-box .faq-ttl .txt {
  font-size: 1.8rem;
  line-height: 1.4444444444;
  font-weight: 700;
  padding-left: 7.5rem;
  padding-right: 7rem;
  line-break: strict;
  box-sizing: border-box;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-faq .faq-box .faq-ttl .txt {
    font-size: 2.8rem;
    line-height: 1.4285714286;
    font-weight: 700;
    padding-left: 8rem;
    padding-right: 6rem;
  }
}
.page-recruit_top .sec-faq .faq-box .faq-txt {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  align-content: stretch;
  padding: 3.3rem 3.1rem 0 3.3rem;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-faq .faq-box .faq-txt {
    padding: 4.6rem 4.5rem 0 2.8rem;
  }
}
.page-recruit_top .sec-faq .faq-box .faq-txt .ico {
  position: absolute;
  top: 3rem;
  left: 3.1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  align-content: stretch;
  font-size: 2.2rem;
  line-height: 1.1818181818;
  font-weight: 800;
  width: 4.4rem;
  height: 4.4rem;
  background: #EAEAEA;
  border-radius: 100%;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-faq .faq-box .faq-txt .ico {
    top: 5rem;
    left: 2.8rem;
    font-size: 3.1rem;
    line-height: 1.1612903226;
    font-weight: 800;
    width: 6.2rem;
    height: 6.2rem;
  }
}
.page-recruit_top .sec-faq .faq-box .faq-txt .txt {
  font-size: 1.6rem;
  line-height: 2.125;
  letter-spacing: 0.16px;
  font-weight: 400;
  padding-left: 7.5rem;
  line-break: strict;
  box-sizing: border-box;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-faq .faq-box .faq-txt .txt {
    font-size: 2.6rem;
    line-height: 1.8461538462;
    letter-spacing: 0.26px;
    font-weight: 400;
    padding-left: 8rem;
  }
}
.page-recruit_top .sec-faq .faq-box .acd_btn .arrow {
  position: absolute;
  top: 50%;
  right: 2.7rem;
  transform: translateY(-50%);
  display: block;
  background: #231815;
  width: 3.4rem;
  height: 3.4rem;
  border: 1px solid #231815;
  border-radius: 100%;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-faq .faq-box .acd_btn .arrow {
    right: 2.9rem;
    width: 5rem;
    height: 5rem;
  }
}
.page-recruit_top .sec-faq .faq-box .acd_btn .arrow:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  display: block;
  content: "";
  background: url("../images/common/arrow_w.svg") no-repeat center center;
  background-size: 100% 100% !important;
  width: 1.9rem;
  height: 1.8rem;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-faq .faq-box .acd_btn .arrow:after {
    width: 2.4rem;
    height: 2.3rem;
  }
}
.page-recruit_top .sec-faq .faq-box .acd_btn.open .arrow {
  background: #fff;
}
.page-recruit_top .sec-faq .faq-box .acd_btn.open .arrow:after {
  background: url("../images/common/arrow_b.svg") no-repeat center center;
  background-size: 100% 100% !important;
}
.page-recruit_top .sec-faq .faq-box .acd_cnts {
  display: none;
}
.page-recruit_top .sec-faq .faq-box .acd_cnts.-visible {
  display: block;
}
.page-recruit_top .sec-overview {
  position: relative;
  padding: 13.6rem 0 0 0;
  box-sizing: border-box;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-overview {
    padding: 7.8rem 4rem 0 4rem;
  }
}
.page-recruit_top .sec-overview .c-title {
  margin-bottom: 4.6rem;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-overview .c-title {
    margin-bottom: 4.9rem;
  }
}
.page-recruit_top .sec-overview .l-inner {
  position: relative;
  padding: 9rem 8.6rem 6rem 8.6rem;
  border-radius: 2rem 2rem 2rem 2rem;
  box-sizing: border-box;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-overview .l-inner {
    padding: 5.2rem 5.2rem 4rem 5.2rem;
  }
}
.page-recruit_top .sec-overview .deco {
  position: absolute;
}
.page-recruit_top .sec-overview .deco.img01 {
  width: 16.6rem;
  top: -7.5rem;
  right: 51.2rem;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-overview .deco.img01 {
    width: 13.8rem;
    top: -7.5rem;
    right: 36.2rem;
  }
}
.page-recruit_top .sec-overview .deco.img02 {
  width: 12.8rem;
  top: -14rem;
  right: 10.7rem;
  animation-duration: 1s !important;
  animation-delay: 0.4s !important;
  z-index: -1;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-overview .deco.img02 {
    width: 12rem;
    top: -14rem;
    right: 6rem;
    animation-delay: 0.8s !important;
  }
}
.page-recruit_top .sec-access {
  padding: 4.6rem 0 26.5rem 0;
  margin-bottom: -10.5rem;
  box-sizing: border-box;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-access {
    padding: 4.1rem 4rem 43.2rem 4rem;
    margin-bottom: -34.3rem;
  }
}
.page-recruit_top .sec-access .c-title {
  margin-bottom: 4.6rem;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-access .c-title {
    margin-bottom: 3.7rem;
  }
}
.page-recruit_top .sec-access .l-inner {
  padding: 9rem 8.6rem 10.5rem 8.6rem;
  border-radius: 2rem 2rem 2rem 2rem;
  box-sizing: border-box;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-access .l-inner {
    padding: 6.2rem 4.4rem 7rem 4.4rem;
  }
}
.page-recruit_top .sec-access .flex {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  align-content: stretch;
  gap: 0 6rem;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-access .flex {
    flex-direction: column;
    gap: 5.6rem 0;
  }
}
.page-recruit_top .sec-access .flex-txt {
  width: calc(100% - 60.1rem);
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-access .flex-txt {
    width: 100%;
  }
}
.page-recruit_top .sec-access .flex-txt .ttl {
  font-size: 2.4rem;
  line-height: 1.4166666667;
  font-weight: 700;
  margin-bottom: 2rem;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-access .flex-txt .ttl {
    font-size: 3.6rem;
    line-height: 1.0555555556;
    font-weight: 700;
    margin-bottom: 2rem;
  }
}
.page-recruit_top .sec-access .flex-txt .txt01 {
  font-size: 1.4rem;
  line-height: 1.7142857143;
  font-weight: 400;
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-access .flex-txt .txt01 {
    font-size: 2.6rem;
    line-height: 1.6923076923;
    font-weight: 400;
    margin-bottom: 3rem;
  }
}
.page-recruit_top .sec-access .flex-txt .txt02 {
  font-size: 1.6rem;
  line-height: 2.125;
  font-weight: 400;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-access .flex-txt .txt02 {
    font-size: 2.4rem;
    line-height: 1.8333333333;
    font-weight: 400;
    margin-bottom: 0;
  }
}
.page-recruit_top .sec-access .flex-txt .txt03 {
  font-size: 1.6rem;
  line-height: 2.75;
  font-weight: 500;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-access .flex-txt .txt03 {
    font-size: 2.4rem;
    line-height: 2;
    font-weight: 500;
  }
}
.page-recruit_top .sec-access .flex-txt .btn_wrap {
  margin-top: 3rem;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-access .flex-txt .btn_wrap {
    margin-top: 3.4rem;
  }
}
.page-recruit_top .sec-access .flex-txt .btn_wrap .gmap-btn {
  position: relative;
  display: block;
  width: 21.1rem;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 700;
  padding: 1.5rem 2.5rem 1.7rem 2.4rem;
  border-radius: 1.2rem;
  border: 1px solid #DFDFDF;
  background: #fff;
  box-sizing: border-box;
  transition: 0.4s;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-access .flex-txt .btn_wrap .gmap-btn {
    width: 35.7rem;
    font-size: 2.8rem;
    line-height: 1.2142857143;
    font-weight: 700;
    padding: 2rem 4rem;
    border-radius: 1.4rem;
  }
}
.page-recruit_top .sec-access .flex-txt .btn_wrap .gmap-btn .external-links {
  display: block;
  width: 100%;
  height: 100%;
}
.page-recruit_top .sec-access .flex-txt .btn_wrap .gmap-btn .external-links:after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media screen and (min-width: 481px) {
  .page-recruit_top .sec-access .flex-txt .btn_wrap .gmap-btn:hover {
    text-decoration: none;
    color: #fff;
    border: 1px solid #000;
    background: #000;
  }
  .page-recruit_top .sec-access .flex-txt .btn_wrap .gmap-btn:hover .external-links:after {
    background: url("../images/common/ico_external.svg") no-repeat center center;
  }
}
.page-recruit_top .sec-access .flex-map {
  width: 54.1rem;
  aspect-ratio: 541/362;
  border-radius: 1.6rem;
  overflow: hidden;
  box-sizing: border-box;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-access .flex-map {
    width: 100%;
    aspect-ratio: 583/362;
  }
}
.page-recruit_top .sec-access .flex-map iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.page-recruit_top .sec-entry {
  position: relative;
  aspect-ratio: 1540/666;
  border-radius: 12rem 12rem 0 0;
  background: url("../images/recruit_top/img_entry.jpg") no-repeat center top;
  background-size: cover !important;
  overflow: hidden;
  box-sizing: border-box;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-entry {
    aspect-ratio: 750/527;
    border-radius: 10rem 10rem 0 0;
    background: url("../images/recruit_top/img_entry_sp.jpg") no-repeat center top;
  }
}
.page-recruit_top .sec-entry .entry-links {
  display: block;
  width: 100%;
  height: 100%;
  /*		padding: 26.5rem 0 16rem 0;*/
}
.page-recruit_top .sec-entry .entry-links .l-inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.page-recruit_top .sec-entry .entry-links .entry-btn {
  position: absolute;
  right: 2rem;
  bottom: 16rem;
  padding-bottom: 12.3rem;
  padding-right: 6.7rem;
  transform: translateX(0);
  transition: 0.4s;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-entry .entry-links .entry-btn {
    right: auto;
    left: 17.7rem;
    bottom: 18.5rem;
    padding-bottom: 0;
    padding-right: 1.6rem;
  }
}
.page-recruit_top .sec-entry .entry-links .entry-btn .jp-txt {
  color: #fff;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 0.8rem;
  transition: 0.4s;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-entry .entry-links .entry-btn .jp-txt {
    font-size: 2.8rem;
    line-height: 1;
    font-weight: 700;
  }
}
.page-recruit_top .sec-entry .entry-links .entry-btn .en-txt {
  color: #fff;
  font-size: 10rem;
  line-height: 1;
  font-weight: 700;
  transition: 0.4s;
}
.page-recruit_top .sec-entry .entry-links .entry-btn .arrow {
  position: absolute;
  right: 0.7rem;
  top: 4.8rem;
  width: 4.7rem;
  height: 4.7rem;
  border: 1px solid #fff;
  border-radius: 100%;
  transition: 0.4s;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-entry .entry-links .entry-btn .arrow {
    right: 0.7rem;
    top: 4.8rem;
    width: 7rem;
    height: 7rem;
  }
}
.page-recruit_top .sec-entry .entry-links .entry-btn .arrow:after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  content: "";
  background: url("../images/common/arrow_w.svg") no-repeat center center;
  background-size: 100% 100% !important;
  width: 2.5rem;
  height: 2.5rem;
}
.page-recruit_top .sec-entry .entry-links .deco {
  position: absolute;
  left: 6.4rem;
  bottom: 40rem;
  width: 54.1rem;
}
@media screen and (max-width: 480px) {
  .page-recruit_top .sec-entry .entry-links .deco {
    width: 56.2rem;
    left: 9.4rem;
    bottom: 16rem;
  }
}
.page-recruit_top .sec-entry .entry-links .deco .img {
  position: absolute;
  width: 100%;
  max-width: inherit;
  transition: 0.4s;
}
.page-recruit_top .sec-entry .entry-links .deco .img.off {
  z-index: 2;
}
.page-recruit_top .sec-entry .entry-links .deco .img.on {
  z-index: 1;
}
@media screen and (min-width: 481px) {
  .page-recruit_top .sec-entry .entry-links:hover {
    text-decoration: none;
  }
  .page-recruit_top .sec-entry .entry-links:hover .entry-btn {
    transform: translateX(10px);
  }
  .page-recruit_top .sec-entry .entry-links:hover .entry-btn .jp-txt, .page-recruit_top .sec-entry .entry-links:hover .entry-btn .en-txt {
    color: #FFE84D;
  }
  .page-recruit_top .sec-entry .entry-links:hover .entry-btn .arrow {
    border-color: #FFE84D;
  }
  .page-recruit_top .sec-entry .entry-links:hover .entry-btn .arrow:after {
    background: url("../images/common/arrow_y.svg") no-repeat center center;
  }
  .page-recruit_top .sec-entry .entry-links:hover .deco .img.off {
    opacity: 0;
  }
}

/* 矢印が下へ消えて上から出る動き */
@keyframes arrow-slide_down {
  /* 0% 元の位置 */
  0% {
    transform: translate(-50%, -50%) translateY(0) rotate(90deg);
    opacity: 1;
  }
  /* 1. 画面の下へ動きながら消える */
  49% {
    transform: translate(-50%, -50%) translateY(250px) rotate(90deg);
    opacity: 0;
  }
  /* 2. 一瞬で画面の上側へワープ（見えない状態） */
  50% {
    transform: translate(-50%, -50%) translateY(-250px) rotate(90deg);
    opacity: 0;
  }
  /* 3. 上から元の位置へ戻りながら現れる */
  100% {
    transform: translate(-50%, -50%) translateY(0) rotate(90deg);
    opacity: 1;
  }
}
@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes fluffyBlink {
  0% {
    opacity: 0; /* 一番薄い状態 */
  }
  /* 30%の時点で完全に表示されます */
  30% {
    opacity: 1; /* 一番はっきり見える状態 */
  }
  /* 30%から70%の間（全体の40%の時間）、はっきり見えている状態をキープします */
  70% {
    opacity: 1; /* はっきり見える状態を維持 */
  }
  100% {
    opacity: 0; /* 再び一番薄い状態に戻ります */
  }
}
@keyframes overflow {
  0% {
    -webkit-clip-path: inset(0rem 0rem 0rem 0rem round 0rem);
            clip-path: inset(0rem 0rem 0rem 0rem round 0rem);
  }
  100% {
    -webkit-clip-path: inset(0rem 5rem 0rem 5rem round 2.5rem);
            clip-path: inset(0rem 5rem 0rem 5rem round 2.5rem);
  }
}
@keyframes overflow_sp {
  0% {
    -webkit-clip-path: inset(0rem 0rem 0rem 0rem round 0rem);
            clip-path: inset(0rem 0rem 0rem 0rem round 0rem);
  }
  100% {
    -webkit-clip-path: inset(0rem 0rem 0rem 4rem round 2.5rem);
            clip-path: inset(0rem 0rem 0rem 4rem round 2.5rem);
  }
}
@keyframes changeColor {
  0%, 15% {
    fill: #F4F4F4; /* 1色目 */
  }
  25%, 40% {
    /*		fill: #8C7DC9; /* 2色目 */
    fill: rgba(140, 125, 201, 0.3);
  }
  50%, 65% {
    /*		fill: #52BCF8; /* 3色目 */
    fill: rgba(82, 188, 248, 0.3);
  }
  75%, 90% {
    /*		fill: #79D049; /* 4色目 */
    fill: rgba(121, 208, 73, 0.3);
  }
  100% {
    fill: #F4F4F4;
  }
}
@keyframes about-fadein {
  0% {
    opacity: 0;
    overflow: hidden;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    overflow: visible;
    transform: translateY(0);
  }
}