@charset "UTF-8";
/* 設定
******************************************************************************************** */
/* txt-maker */
/* btn */
/* $width-pc: 1281px; */
/* $width-smartphone: 600px; */
/* $width-scrollbar: 20px; */
/* 基本設定
******************************************************************************************** */
html {
  position: relative;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  overflow: visible;
}

body {
  position: relative;
  width: 100%;
  min-width: 100%;
  overflow: visible;
}

img {
  width: 100%;
  height: auto;
}

/* 🍔
******************************************************************************************** */
.drawer--navbarTopGutter {
  padding-top: 5rem !important;
}

.drawer-navbar-header {
  height: 5rem !important;
  background: none !important;
  border-bottom: none !important;
  text-align: left !important;
}

.drawer-navbar .drawer-nav {
  padding-top: 5rem !important;
  padding-left: 15px;
  padding-right: 15px;
  background: none !important;
}
.drawer-navbar .drawer-nav a {
  font-size: 16px;
  font-size: 1.6rem;
}

.drawer-dropdown-menu {
  padding-top: 20px !important;
}
.drawer-dropdown-menu > li {
  border-bottom: 0 !important;
}
.drawer-dropdown-menu > li::before {
  display: none;
}

.drawer-hamburger {
  width: 3rem !important;
  padding-top: 12px !important;
}

.drawer-brand {
  width: 50%;
}

.drawer-menu li {
  font-size: 14px;
  font-size: 1.4rem;
  text-align: left;
  border-bottom: 1px solid #c8c9ca;
  padding: 5px 5px 5px 20px;
  position: relative;
}
.drawer-menu li::before {
  text-align: center;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  display: inline-block;
  position: absolute;
  left: 2%;
}
.drawer-menu li span {
  font-size: 12px;
  font-size: 1.2rem;
  margin-left: 20px;
}
.drawer-menu li.info {
  padding: 0;
  padding-top: 20px;
  border: 0;
}
.drawer-menu li.info::before {
  display: none;
}
.drawer-menu li .btn {
  color: #fff;
  background: #c30d23;
  display: inline-block;
  padding: 4px 20px;
  text-shadow: none;
  position: relative;
  text-align: center;
  margin: 0;
}
.drawer-menu li .btn i {
  margin-right: 1em;
}
.drawer-menu li .btn:hover {
  transition: 0.5s ease-in-out;
  opacity: 0.8;
  filter: alpha(opacity=80);
  text-decoration: none;
}
.drawer-menu li .btn:hover i {
  transition: 0.5s ease-in-out;
  transform: scale(1.5);
}
.drawer-menu li .btn a {
  color: #000 !important;
}

.drawer-navbar .drawer-hamburger-icon,
.drawer-navbar .drawer-hamburger-icon::after,
.drawer-navbar .drawer-hamburger-icon::before {
  background-color: #c8c9ca;
}

.drawer--top.drawer-open .drawer-nav {
  top: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.drawer--left.drawer-open .drawer-nav,
.drawer--left .drawer-hamburger,
.drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
  left: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.drawer--right.drawer-open .drawer-nav,
.drawer--right .drawer-hamburger,
.drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
  right: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

/* レイアウト設定
******************************************************************************************** */
.loading__logo img {
  width: 160px;
  height: 106px;
}
.loading__bg {
  animation-delay: 1s;
}

.header__drawer--icon {
  position: absolute;
  top: 15px;
  right: 10px;
  width: 40px;
  height: 40px;
  z-index: 103;
  border: 0;
  background: none;
  cursor: pointer;
}
.header__drawer--icon span {
  display: block;
  position: absolute;
  top: 0;
  width: 30px;
  height: 3px;
  left: 2px;
  background: #fff;
  transition: transform 0.3s linear, top 0.3s linear, opacity 0.3s linear;
}
.header__drawer--icon span:nth-child(2) {
  top: 10px;
}
.header__drawer--icon span:nth-child(3) {
  top: 20px;
}
.header__drawer--icon .menu {
  position: absolute;
  top: 28px;
  left: 0;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
}
.header__drawer--icon.is-checked .menu {
  color: #727171;
}
.header__drawer--icon.is-checked span {
  background: #727171 !important;
}
.header__drawer--icon.is-checked span:nth-child(1) {
  top: 13px;
  transform: rotate(45deg);
}
.header__drawer--icon.is-checked span:nth-child(2) {
  top: 13px;
  transform: rotate(-45deg);
}
.header__drawer--icon.is-checked span:nth-child(3) {
  display: none;
}
.header__drawer--logo {
  margin: 0;
  width: 50%;
  padding: 15px 0 0 15px;
}
.header__drawer--content {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: transparent url(../assets/img/common/bg_footer.jpg) repeat;
  color: #fff;
  text-align: center;
  z-index: 102;
  transform: translateX(101%);
  transition: transform 0.8s ease;
}
.header__drawer--content.is-checked {
  transform: translateX(0);
}
.header__drawer--content__in {
  max-width: 960px;
  margin: 0 auto;
  /*  Smartphone */
  padding: 10% 10% 0 10%;
}
@media only screen and (max-width: 640px) {
  .header__drawer--content__in {
    width: 100%;
  }
}
.header__drawer--content__lists li {
  border-bottom: 1px solid #727171;
}
.header__drawer--content__lists li::before {
  display: none;
}
.header__drawer--content__lists li a {
  display: block;
  padding: 15px 0;
}
.header__drawer--content__lists li:first-child {
  border-top: 1px solid #727171;
}
.header__drawer--content__detail .sns {
  margin: 30px 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.header__drawer--content__detail .sns li {
  display: inline-block;
}
.header__drawer--content__detail .sns li a img {
  width: 80%;
}
.header__drawer--content__detail .introduction {
  text-align: center;
}
.header__drawer--content__detail .introduction__add {
  color: #000;
  font-size: 2.8vw;
  font-weight: bold;
  font-style: normal;
}
.header.fixed {
  width: 100%;
  height: 70px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  animation: slideDown 0.3s ease-in-out;
}
.header__in {
  padding: 15px 0 0 15px;
  display: inline-block;
}
.header__logo {
  width: 50%;
  line-height: 0;
  position: relative;
  z-index: 101;
}
.header__logo img {
  height: auto;
}
.header .gnav, .header .sns {
  display: none;
}

.style .header__drawer--icon span {
  background: #3e3a39;
}
.style .header__drawer--icon .menu {
  color: #3e3a39;
}

.fixbnr a img {
  max-width: 27px;
}

/* トップページ
******************************************************************************************** */
.home .kv {
  aspect-ratio: inherit;
  position: relative;
  width: 100vw;
  max-width: 100vw;
  height: 100vh;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.home .kv__player {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 177.7777777778vh;
  height: 100vh;
  overflow: hidden;
}
.home .kv__player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  pointer-events: none;
}
.home .kv__mask {
  pointer-events: none;
}
.home .info {
  position: relative;
}
.home .info__in {
  margin-left: 5%;
  width: 95%;
}
.home .info__ttl {
  width: 80%;
  font-size: 3.5vw;
  padding: 5px 30px;
  position: absolute;
  top: -15px;
  left: 0;
  z-index: 1;
}
.home .info td {
  padding-top: 15px;
}
.home .info__meta {
  width: 23%;
  padding-left: 20px !important;
}
.home .info__new {
  font-size: 2vw;
  top: 20px;
  left: 20px;
}
.home .info__date {
  font-size: 2.5vw;
  line-height: 1.3em;
  letter-spacing: 0em;
}
.home .info__title {
  width: 60%;
  font-size: 3vw;
}
.home .info__more {
  width: 20%;
}
.home .info__more a img {
  width: auto;
  height: 10px;
}
.home .about {
  padding: 40px 0 0;
}
.home .about__left {
  width: 50%;
  -moz-order: 1;
  -ms-order: 1;
  -o-order: 1;
  order: 1;
}
.home .about__in {
  padding: 0 10%;
  width: 100%;
  -moz-order: 0;
  -ms-order: 0;
  -o-order: 0;
  order: 0;
}
.home .about__ttl {
  font-size: 4vw;
}
.home .about__txt {
  font-size: 3.5vw;
}
.home .about__more {
  padding: 0;
  font-size: 3vw;
}
.home .about__more a img {
  width: auto;
  max-height: 18px;
}
.home .about__right {
  width: 50%;
  -moz-order: 2;
  -ms-order: 2;
  -o-order: 2;
  order: 2;
}
.home .strengths__in::after {
  display: none;
}
.home .strengths__bg {
  margin: 0;
}
.home .strengths__ttl {
  position: absolute;
  top: 20px;
  left: 20px;
  padding-top: 0;
  width: 90%;
}
.home .strengths__ttl--img {
  width: 50%;
}
.home .strengths__ttl--more {
  margin-left: 50px;
  width: 20%;
}
.home .strengths__ttl--more img {
  vertical-align: top;
}
.home .strengths__item {
  position: static;
}
.home .strengths__item--01, .home .strengths__item--02, .home .strengths__item--03 {
  padding: 20px 45px 20px 20px;
  width: 100%;
  clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
}
.home .strengths__item--01 {
  background: #f7f7f1;
}
.home .strengths__item--02 {
  background: #f0f0e7;
}
.home .strengths__item--03 {
  background: #efddef;
}
.home .record {
  padding: 40px 0 20px 0;
  position: relative;
}
.home .record__ttl {
  width: 90%;
}
.home .record__more {
  margin: 0;
  position: absolute;
  top: 75px;
  right: 5%;
}
.home .record__more img {
  width: auto;
}
.home .record__list {
  padding-left: 5%;
  overflow: visible;
  margin-bottom: 20px;
}
.home .record__list li {
  margin: 0 10px;
}
.home .record__list .slick-list {
  padding: 0 20% 0 0 !important;
}
.home .record__prev {
  right: 25%;
  width: auto;
}
.home .record__next {
  right: 40%;
  width: auto;
}
.home .link {
  padding: 20px 0;
}
.home .link__in {
  margin-bottom: 20px;
}
.home .link__item {
  width: 50%;
}
.home .link__txt {
  top: 5%;
  left: 5%;
}
.home .link__txt img {
  width: 50%;
}
.home .link__more {
  bottom: -7px;
  right: 0;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
.home .link__more img {
  width: 80%;
}
.home .recruit__in {
  top: 5%;
  left: 5%;
}
.home .recruit__detail {
  padding: 0;
}
.home .recruit__ttl {
  width: 40%;
  margin: 0;
  padding: 20px 0;
}
.home .recruit__bottom {
  width: 80%;
  left: 50%;
  transform: translateX(-50%);
}
.home .recruit__bottom .pc-mode {
  display: none;
}
.home .insta {
  padding: 40px 5%;
}
.home .insta__ttl {
  width: 40%;
}
.home .insta__link img {
  width: 20px;
}
.home .insta__list li {
  width: 31%;
  margin-bottom: 20px;
}

/* 下層ページ
******************************************************************************************** */
.style {
  /* company */
  /* resultst */
  /* news */
  /* 404 not found
  ******************************************************************************************** */
}
.style .main .pagehead {
  padding-top: 40px;
  min-height: auto;
  width: 100%;
}
.style .main .pagehead__ttl {
  position: absolute;
  width: 80%;
  top: 10%;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 2;
}
.style .main .pagehead__img {
  padding-top: 150px;
}
.style .main .pagehead__img img {
  width: 100%;
}
.style .main__left {
  position: absolute;
  left: 0;
  top: 20px;
  width: 22%;
}
.style .about {
  padding-top: 20px;
}
.style .about .start {
  margin-top: 0;
  padding: 40px 10%;
}
.style .about .start__ttl span {
  width: 100%;
}
.style .about .start__ttl .pc-mode {
  display: none;
}
.style .about .start__item {
  width: 100%;
  margin-bottom: 20px;
}
.style .about .start__detail {
  padding: 20px;
}
.style .about .start__txt {
  font-size: 3vw;
}
.style .about .strengths__ttl {
  padding: 30px 0 10px 0;
}
.style .about .strengths__ttl--ttl {
  width: 40%;
}
.style .about .strengths__ttl span {
  width: 80%;
  padding-top: 20px;
  margin-bottom: 20px;
}
.style .about .strengths .block {
  margin: 0 0 40px 0;
  padding: 40px 0;
}
.style .about .strengths .block__num {
  width: 14%;
}
.style .about .strengths .block__img {
  width: 80%;
}
.style .about .strengths .block__detail {
  background: rgba(255, 255, 255, 0.8);
  width: 80%;
  padding: 60px 20px;
  top: 25%;
}
.style .about .strengths .block__ttl {
  margin-bottom: 30px;
}
.style .about .strengths .block__txt {
  font-size: 3vw;
}
.style .about .award {
  padding: 40px 0;
}
.style .about .award__left {
  width: 25%;
}
.style .about .award__in {
  position: relative;
  z-index: 1;
}
.style .about .award__ttl {
  padding: 0 10%;
}
.style .about .award__ttl img {
  width: 40%;
}
.style .about .award__ttl span {
  width: 100%;
  padding-top: 20px;
  margin-bottom: 20px;
}
.style .about .award__txt {
  padding: 0 10%;
  font-size: 3vw;
}
.style .about .award__list {
  padding: 0 5%;
}
.style .about .award__list li {
  width: 48%;
}
.style .about .commitment {
  padding: 0;
}
.style .about .commitment__in {
  padding: 0 5% 20px 5%;
}
.style .about .commitment__ttl {
  padding: 0;
  width: 14%;
}
.style .about .commitment__ttl img {
  padding-top: 40px;
  padding-right: 20px;
}
.style .about .commitment__w {
  width: 76%;
  padding-top: 40px;
}
.style .about .commitment__detail {
  -moz-order: 0;
  -ms-order: 0;
  -o-order: 0;
  order: 0;
  width: 100%;
  margin-bottom: 20px;
}
.style .about .commitment__txt {
  font-size: 3.5vw;
  width: 100%;
}
.style .about .commitment__bottom {
  display: none;
}
.style .about .commitment__imgs {
  -moz-order: 1;
  -ms-order: 1;
  -o-order: 1;
  order: 1;
  width: 100%;
  max-width: none;
}
.style .about .commitment__imgs--s {
  width: 48%;
}
.style .company .philosophy {
  margin-top: 0;
}
.style .company .philosophy__ttl {
  width: 80%;
  margin: 0 auto;
}
.style .company .philosophy__ttl .pc-mode {
  display: none;
}
.style .company .philosophy__txt {
  font-size: 3.5vw;
}
.style .company .greeting__arrow {
  top: -10px;
  max-width: 50px;
}
.style .company .greeting__txt {
  padding: 0 5%;
  font-size: 3.5vw;
}
.style .company .greeting__right {
  padding: 0 5%;
}
.style .company .greeting__right img {
  width: 24%;
}
.style .company .history {
  background-image: url(../assets/img/company/history_bg_sp.jpg);
  padding: 40px 0;
}
.style .company .history__ttl--ttl {
  width: 30%;
}
.style .company .history__ttl span {
  width: 80%;
  padding-top: 20px;
  margin-bottom: 20px;
}
.style .company .history__table th, .style .company .history__table td {
  padding: 10px;
  font-size: 3.5vw;
}
.style .company .history__table th {
  white-space: nowrap;
}
.style .company .profile__in {
  padding: 40px 0;
}
.style .company .profile__ttl {
  width: 80%;
  margin: 0 auto 40px auto;
}
.style .company .profile__ttl .pc-mode {
  display: none;
}
.style .company .profile__table th, .style .company .profile__table td {
  padding: 10px;
  font-size: 3.5vw;
}
.style .company .profile__table th {
  white-space: nowrap;
  -moz-text-align-last: justify;
       text-align-last: justify;
}
.style .company .profile__map iframe {
  height: 340px;
}
.style .company .privacy {
  padding: 40px 5%;
}
.style .company .privacy__ttl {
  width: 80%;
  margin: 0 auto 40px auto;
}
.style .company .privacy__ttl .pc-mode {
  display: none;
}
.style .company .privacy__txt {
  font-size: 3.5vw;
}
.style .company .privacy .block {
  font-size: 3.5vw;
}
.style .resultst .block__ttl {
  padding: 40px 0;
  margin-bottom: 40px;
}
.style .resultst .block__ttl img {
  width: 30%;
}
.style .resultst .block__sub {
  font-size: 3.5vw;
}
.style .resultst .block__cat {
  width: 90%;
  margin-bottom: 40px;
}
.style .resultst .block__cat li a {
  padding: 5px 0;
  font-size: 3.5vw;
}
.style .resultst .block__list {
  padding: 0 10%;
}
.style .resultst .block__list li {
  width: 100%;
  margin-bottom: 30px;
}
.style .resultst .block__date, .style .resultst .block__title {
  font-size: 3vw;
}
.style .resultst .archives {
  padding: 30px 10%;
}
.style .resultst .archives__ttl {
  font-size: 4vw;
}
.style .resultst .archives__list li a {
  font-size: 3vw;
}
.style .contact .pagehead__ttl {
  width: 60%;
}
.style .contact .tel {
  padding: 40px 0;
  width: 90%;
  margin: 0 auto;
}
.style .contact .tel__ttl, .style .contact .tel__num {
  width: 70%;
  margin: 20px auto;
}
.style .contact .mail {
  padding: 0 0 40px 0;
  width: 90%;
  margin: 0 auto;
}
.style .contact .mail__ttl {
  width: 70%;
  margin: 0 auto;
}
.style .contact .mail__txt {
  font-size: 3vw;
}
.style .contact .form__arrow {
  top: -10px;
  max-width: 50px;
}
.style .contact .form__in {
  padding: 40px 5%;
}
.style .contact .form__table th, .style .contact .form__table td {
  font-size: 2.8vw;
}
.style .contact .form__table th .must {
  font-size: 2.4vw;
}
.style .contact .form__table td input, .style .contact .form__table td textarea {
  font-size: 2.8vw;
}
.style .contact .form__table td input[type=text].size-s {
  width: 80%;
}
.style .contact .form .submit input[type=submit] {
  font-size: 3.5vw;
  padding: 10px 50px;
}
.style .contact.confirm .submit input[type=button] {
  font-size: 3.5vw;
  padding: 10px 50px;
  margin-right: 10px;
}
.style .contact .thanks {
  padding: 40px 5%;
}
.style .contact .thanks__ttl {
  width: 80%;
  margin: 0 auto 40px;
}
.style .contact .thanks__txt, .style .contact .thanks__cau {
  font-size: 3.5vw;
}
.style .contact .thanks__btn a {
  font-size: 4vw;
}
.style .news .wrap {
  padding: 40px 0;
}
.style .news .wrap__ttl {
  padding: 0 5%;
  font-size: 3.5vw;
}
.style .news .wrap__in {
  padding: 0 5%;
}
.style .news .right {
  -moz-order: 0;
  -ms-order: 0;
  -o-order: 0;
  order: 0;
  width: 100%;
}
.style .news .right .block {
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  margin-bottom: 40px;
}
.style .news .right .block__ttl {
  display: inline-block;
  margin: 0 20px 0 0;
  font-size: 4vw;
}
.style .news .right .block__list li {
  display: inline-block;
  margin: 0 20px 0 0;
}
.style .news .right .block__list li a {
  font-size: 3.5vw;
}
.style .news .right .block.arc {
  display: none;
}
.style .news .left {
  -moz-order: 1;
  -ms-order: 1;
  -o-order: 1;
  order: 1;
  width: 100%;
}
.style .news .left .set__img {
  width: 30%;
}
.style .news .left .set__detail {
  width: 62%;
}
.style .news .left .set__meta {
  font-size: 3vw;
}
.style .news .left .set__label a {
  min-width: 100px;
}
.style .news .left .set__title {
  font-size: 3.5vw;
}
.style .news.single .entry__meta {
  font-size: 3vw;
}
.style .news.single .entry__label a {
  min-width: 100px;
}
.style .news.single .entry__ttl {
  font-size: 4vw;
}
.style .news.single .entry__body {
  font-size: 3.5vw;
}
.style .news.single .entry__body img {
  width: 90%;
  margin: 5px auto;
  display: block;
}
.style .non {
  padding: 40px 5%;
}
.style .non__ttl {
  font-size: 4.5vw;
  margin: 0;
}
.style .non .block__ttl {
  font-size: 4vw;
}
.style .non .block__txt {
  font-size: 3.5vw;
}
.style .non .block__actions {
  background: #f7f7f1;
  text-align: center;
  padding: 40px;
  margin: 40px 0;
}

/* 採用情報ページ
******************************************************************************************** */
.recruit .header__drawer--icon span {
  background: #3e3a39;
}
.recruit .header__drawer--icon .menu {
  color: #3e3a39;
}
.recruit__ttl {
  padding: 60px 0;
  width: 40%;
  margin: 0 auto;
}
.recruit .wrap {
  position: relative;
  display: block;
}
.recruit .wrap__ttl {
  display: none;
}
.recruit .wrap__right {
  width: 3%;
  position: absolute;
  top: 3%;
  right: 3%;
}
.recruit .wrap__sns {
  margin: 0 0 20px 0;
}
.recruit .hero {
  width: 100%;
}
.recruit .hero__bg {
  background: url(../assets/img/recruit/bg_recruit_sp.jpg) no-repeat;
  background-size: contain;
  max-height: 425px;
}
.recruit .hero__text {
  padding: 0;
  padding-top: 3px;
}
.recruit .hero__overlay {
  display: none;
}
.recruit .marquee__arrow {
  width: 40px;
  top: -18px;
}
.recruit .marquee__in {
  padding: 20px 0;
}
.recruit .job {
  padding: 20px 0 0 0;
}
.recruit .job__shape {
  width: 90%;
  height: 30px;
  clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
}
.recruit .job__en {
  width: 100%;
}
.recruit .job__w {
  margin: 0;
}
.recruit .job__detail {
  -moz-order: 0;
  -ms-order: 0;
  -o-order: 0;
  order: 0;
  width: 100%;
}
.recruit .job__ttl {
  font-size: 5.5vw;
  text-align: center;
}
.recruit .job__txt {
  padding: 0 5%;
  font-size: 3.5vw;
}
.recruit .job__img {
  -moz-order: 1;
  -ms-order: 1;
  -o-order: 1;
  order: 1;
  width: 100%;
  margin: 20px 0 0 0;
}
.recruit .job .skills {
  padding: 40px 5%;
}
.recruit .job .skills__ttl {
  font-size: 5.5vw;
  clip-path: polygon(5% 0, 100% 0, 95% 100%, 0% 100%);
  margin-bottom: 0;
}
.recruit .job .skills__copy {
  margin: 10px 0;
}
.recruit .job .skills__arrow {
  width: 40px;
}
.recruit .job .skills__item {
  font-size: 3.5vw;
}
.recruit .job .skills__item:last-child {
  margin-bottom: 0;
}
.recruit .job .block {
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 40px 5%;
}
.recruit .job .block__copy {
  -moz-order: 0;
  -ms-order: 0;
  -o-order: 0;
  order: 0;
  margin: 0 0 40px 0;
  font-size: 5vw;
}
.recruit .job .block__txt {
  -moz-order: 1;
  -ms-order: 1;
  -o-order: 1;
  order: 1;
  margin: 0;
  font-size: 4vw;
}
.recruit .data {
  border-top-width: 30px;
}
.recruit .data .numbers {
  padding: 20px 5%;
}
.recruit .data .numbers__ttl {
  font-size: 5.5vw;
  margin-top: 20px;
}
.recruit .data .numbers__date {
  font-size: 3vw;
}
.recruit .data .numbers__icon {
  width: 15%;
  margin: 20px auto;
}
.recruit .data .numbers__list li {
  width: 48%;
  padding: 10px 20px;
  margin-bottom: 20px;
}
.recruit .benefits__ttl {
  margin: 0;
  font-size: 5.5vw;
}
.recruit .benefits__en {
  width: 60%;
  margin: 0 auto;
  position: initial;
}
.recruit .benefits__in {
  padding: 40px 5%;
}
.recruit .benefits__list li {
  width: 100%;
  padding: 20px 0;
  border-left: none;
  border-bottom: 4px solid #000;
}
.recruit .benefits__list li:nth-child(even) {
  border-right: none;
}
.recruit .benefits__list li:nth-child(1), .recruit .benefits__list li:nth-child(2) {
  padding: 20px 0;
}
.recruit .benefits__sub {
  width: 60%;
  margin: 0 auto 20px;
}
.recruit .benefits__txt {
  font-size: 3vw;
}
.recruit .schedule {
  padding-bottom: 20px;
}
.recruit .schedule__piko {
  display: none;
}
.recruit .schedule__en {
  bottom: auto;
  top: 20px;
}
.recruit .schedule__ttl {
  font-size: 5.5vw;
}
.recruit .schedule__tabs label {
  font-size: 3vw;
}
.recruit .schedule__item {
  padding: 10px;
}
.recruit .schedule__txt {
  font-size: 3vw;
}
.recruit .staff {
  border-left-width: 20px;
  padding: 20px 0 0 0;
}
.recruit .staff__ttl {
  font-size: 5.5vw;
}
.recruit .staff__links label {
  width: 10%;
}
.recruit .staff__links label::after {
  width: 80%;
}
.recruit .staff__title {
  width: 95%;
  margin: 0 0 10px 2px;
}
.recruit .staff__title--ja {
  display: none;
}
.recruit .staff__title--left {
  width: 40%;
  margin-right: 10px;
}
.recruit .staff__title--label {
  font-size: 3vw;
}
.recruit .staff__title--en {
  font-size: 4.5vw;
}
.recruit .staff__title--year {
  font-size: 3vw;
}
.recruit .staff__w {
  background: #f7f7f1;
}
.recruit .staff__img {
  width: 100%;
}
.recruit .staff__detail {
  width: 100%;
  padding: 10%;
  position: relative;
}
.recruit .staff__txt {
  font-size: 3vw;
}
.recruit .staff__en {
  margin: 0;
  top: 8%;
}
.recruit .snslink {
  padding: 20px 5%;
}
.recruit .snslink__piko {
  width: 10%;
  margin: 0;
}
.recruit .snslink__ttl {
  margin-top: 0;
}
.recruit .snslink__w {
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
.recruit .snslink__list {
  width: 60%;
  margin: 0 10px;
}
.recruit .snslink__list li {
  width: 100%;
  margin-bottom: 10px;
}
.recruit .snslink__list li a {
  display: block;
}
.recruit .posting {
  padding: 20px 0;
}
.recruit .posting__en {
  width: 70%;
  margin: 0 auto;
}
.recruit .posting__ttl {
  font-size: 5.5vw;
  margin: 20px 0;
}
.recruit .posting__tabs label {
  font-size: 3vw;
}
.recruit .posting__item {
  padding: 20px 10px;
}
.recruit .posting__table th {
  padding: 10px 0;
  font-size: 3vw;
}
.recruit .posting__table td {
  padding: 10px;
  font-size: 2.8vw;
}
.recruit .posting__table td .txt-l {
  font-size: 4vw;
}
.recruit .entry {
  border-width: 30px;
  padding-bottom: 20px;
}
.recruit .entry__en {
  width: 40%;
  margin: -5% auto 0;
}
.recruit .entry__ttl {
  font-size: 5.5vw;
  margin: 20px 0;
}
.recruit .entry__txt {
  font-size: 3vw;
}
.recruit .entry__list li {
  width: 80%;
  margin: 10px auto;
}
.recruit .entry__list li span {
  font-size: 2.5vw;
}

.footer {
  position: relative;
}
.footer .pagetop {
  margin: 0;
  position: absolute;
  z-index: 10;
  right: 10px;
  top: 10%;
  cursor: pointer;
}
.footer__in {
  padding: 30px 0;
}
.footer__sns {
  text-align: center;
  width: 100%;
  margin-bottom: 30px;
}
.footer__sns li:first-child {
  margin: 0;
}
.footer__sns li a img {
  width: 70%;
}
.footer__detail {
  -moz-order: 1;
  -ms-order: 1;
  -o-order: 1;
  order: 1;
}
.footer__detail address {
  width: 100%;
  font-size: 3vw;
  text-align: center;
  margin: 0;
}
.footer__logo {
  width: 70%;
  margin: 10px auto;
}
.footer .fnav {
  -moz-order: 0;
  -ms-order: 0;
  -o-order: 0;
  order: 0;
}
.footer .fnav__list {
  border: 0;
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 20px;
}
.footer .fnav__list li {
  width: 32%;
  margin-bottom: 10px;
}
.footer .fnav__list li a {
  font-size: 2.8vw;
}
.footer .copyright {
  font-size: 2.8vw;
}

.pc-mode {
  display: none;
}

.sp-mode {
  display: block;
}/*# sourceMappingURL=sp.css.map */