.wrapper-lg {
  width: 1340px;
}

.wrapper-sm {
  width: 960px;
  margin: 0 auto;
  max-width: 94%;
}

html {
  color: #484848;
}

body {
  letter-spacing: 0.06em;
}

.ttl-lg-recruit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 0 6rem;
}
.ttl-lg-recruit.center {
  text-align: center;
}
.ttl-lg-recruit .text-en {
  font-size: 8rem;
  font-weight: 700;
  line-height: 1.2;
}
.ttl-lg-recruit .text-jp {
  font-weight: 700;
  line-height: 1.2;
}

.ttl-md-recruit {
  margin: 0 0 4rem;
}
.ttl-md-recruit .text-en {
  position: relative;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.2;
}
.ttl-md-recruit .text-en::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 110px;
  height: 110px;
  background: rgba(27, 164, 184, 0.08);
  -webkit-transform: translate(50%, -25%);
          transform: translate(50%, -25%);
  z-index: -1;
  -webkit-clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
          clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
}
.ttl-md-recruit .text-jp {
  display: block;
  margin: 1rem 0 0;
  color: #1ba4b8;
  font-weight: 700;
  line-height: 1.2;
}

.text + .text {
  margin: 2.4rem 0 0;
}

.btn-base {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 240px;
  margin: 6rem auto 0;
  padding: 1.2em 2em;
  min-height: 54px;
  font-size: 1.6rem;
  color: #fff;
  background: #484848;
  text-transform: uppercase;
  border: none;
  -webkit-transform: translate(0);
          transform: translate(0);
  -webkit-transition: none;
  transition: none;
  position: relative;
  -webkit-transition: color 0.4s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: color 0.4s cubic-bezier(0.8, 0, 0.2, 1) 0s;
}
.btn-base .text {
  position: relative;
  z-index: 10;
}
.btn-base::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  display: inline-block;
  width: 22px;
  height: 11px;
  margin: auto 1em;
  background: center/contain no-repeat url(./images/recruit/icon_arrow01.svg);
  z-index: 10;
}
.btn-base:hover {
  color: #fff;
}
.btn-base:hover::before {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.btn-base::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 102%;
  background: #1ba4b8;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: -webkit-transform 0.4s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.4s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.4s cubic-bezier(0.8, 0, 0.2, 1) 0s, -webkit-transform 0.4s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  z-index: 1;
}
.btn-base.back::after {
  right: auto;
  left: 20px;
  -webkit-transform: scale(-1);
          transform: scale(-1);
}

a.window {
  position: relative;
}
a.window .icon {
  margin: auto 0 6px 0.5em;
}
a.window:hover {
  color: #1ba4b8;
}
a.window:hover .icon g {
  stroke: #1ba4b8;
}
a.window:hover::before {
  background: #1ba4b8;
}
a.window::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #484848;
  z-index: 1;
}

.tbl-base-recruit tr {
  border-top: 1px solid #e3e3e3;
}
.tbl-base-recruit tr + tr {
  border-bottom: 1px solid #e3e3e3;
}
.tbl-base-recruit th,
.tbl-base-recruit td {
  font-weight: 400;
  padding: 0.5em 0;
}
.tbl-base-recruit td {
  padding: 0.5em 0 0.5em 2em;
}

#masthead .inner {
  width: 100%;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding-left: 4.2%;
}
#masthead #primary-menu {
  gap: 2.6vw;
}
#masthead #primary-menu .menu-item {
  margin: auto;
}
#masthead #site-navigation .menu-item.contact a {
  width: 200px;
  height: 80px;
  background: #484848;
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  -webkit-transition: background 0.4s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: background 0.4s cubic-bezier(0.8, 0, 0.2, 1) 0s;
}
#masthead #site-navigation .menu-item.contact a:hover {
  background: #1ba4b8;
}
#masthead #site-navigation .menu-item.contact a::before {
  content: none;
}

#recruit-footer {
  display: grid;
  grid-template-columns: auto auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 6rem 4.2%;
}
#recruit-footer #footer-left .footer-logo {
  display: grid;
  grid-template-columns: auto auto;
  line-height: 1.3;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.4rem;
  font-weight: 700;
}
#recruit-footer #footer-left .logo-img {
  margin: auto 1em auto auto;
}
#recruit-footer #footer-left .add {
  margin: 2rem auto;
}
#recruit-footer #footer-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 2rem;
}
#recruit-footer #footer-right #footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
}
#recruit-footer #footer-right .link:hover {
  color: #1ba4b8;
}
#recruit-footer #footer-right .link:hover .icon g {
  stroke: #1ba4b8;
}
#recruit-footer #footer-right #footer-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
}
#recruit-footer #footer-right .link-instagram:hover path {
  fill: #1ba4b8;
}

body.recruit #recruit-mv {
  position: relative;
  margin: 0 auto;
  padding: 0 4.2%;
  z-index: 2;
}
body.recruit #recruit-mv .mv-text {
  position: absolute;
  bottom: 16vh;
  left: 8vw;
  max-width: 60%;
  margin: auto;
  z-index: 10;
}
body.recruit #recruit-mv .swiper-container-horizontal > .swiper-pagination-bullets,
body.recruit #recruit-mv .swiper-pagination-custom,
body.recruit #recruit-mv .swiper-pagination-fraction {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  width: 20px;
  height: 100%;
  top: 0;
  right: 20px;
  bottom: 0;
  left: auto;
}
body.recruit #recruit-mv .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
}
body.recruit #recruit-mv .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 1;
}
body.recruit #recruit-mv .swiper-pagination-bullet-active {
  background-color: #1ba4b8;
}
body.recruit #recruit-mv .news-wrap {
  position: absolute;
  bottom: 0;
  right: 4.2%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 40px;
  width: 40%;
  border: 3px solid #484848;
  background: #fff;
  padding: 2rem 4rem;
  line-height: 1.2;
  z-index: 3;
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
  -webkit-transform: translate(-40px, 50%);
          transform: translate(-40px, 50%);
  overflow: hidden;
}
body.recruit #recruit-mv .news-wrap:hover {
  color: #fff;
}
body.recruit #recruit-mv .news-wrap:hover .hr {
  background: #fff;
}
body.recruit #recruit-mv .news-wrap:hover::after {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
body.recruit #recruit-mv .news-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #484848;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: -webkit-transform 0.4s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.4s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.4s cubic-bezier(0.8, 0, 0.2, 1) 0s, -webkit-transform 0.4s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  z-index: -1;
}
body.recruit #recruit-mv .news-wrap .ttl {
  position: relative;
  font-size: 2rem;
  font-weight: 700;
}
body.recruit #recruit-mv .news-wrap .ttl-post {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
body.recruit #recruit-mv .news-wrap .hr {
  width: 1px;
  height: 1.6rem;
  background: #484848;
  border: none;
}
body.recruit #recruit-message {
  margin: 0;
  padding: 8%;
  background: center/contain no-repeat url(./images/recruit/back_message.svg);
}
body.recruit #recruit-message .wrapper-flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
body.recruit #recruit-message .wrapper-flex .text {
  line-height: 2.4;
}
body.recruit #recruit-message .wrapper-flex .img-text {
  max-width: calc(100% - 4em);
  margin: 2rem 0.5em 0 0;
}
body.recruit #recruit-about {
  text-align: center;
}
body.recruit #recruit-about::before, body.recruit #recruit-about::after {
  content: "";
  width: 30%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  z-index: -1;
}
body.recruit #recruit-about::before {
  left: 0;
  background: right/cover no-repeat url(./images/recruit/img_about01.jpg);
}
body.recruit #recruit-about::after {
  right: 0;
  background: left/cover no-repeat url(./images/recruit/img_about02.jpg);
}
body.recruit #recruit-interview {
  position: relative;
  margin: 16% auto 8%;
}
body.recruit #recruit-interview::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(27, 164, 184, 0.08);
  -webkit-clip-path: polygon(4.2% 0, 100% 0, 100% 100%, 40% 100%);
          clip-path: polygon(4.2% 0, 100% 0, 100% 100%, 40% 100%);
  z-index: -1;
}
body.recruit #recruit-interview .ttl-lg-recruit {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
body.recruit #recruit-interview .ttl-lg-recruit .text-jp {
  margin: auto 0 auto 1em;
}
body.recruit #recruit-interview .wrapper-interview {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 4rem;
}
body.recruit #recruit-interview .box-interview:hover .box-img::after {
  opacity: 1;
}
body.recruit #recruit-interview .box-interview:hover .box-text {
  color: #1ba4b8;
}
body.recruit #recruit-interview .box-interview:hover .text-job,
body.recruit #recruit-interview .box-interview:hover .text-name {
  color: #fff;
  background: #1ba4b8;
  -webkit-transition: color, background 0.4s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: color, background 0.4s cubic-bezier(0.8, 0, 0.2, 1) 0s;
}
body.recruit #recruit-interview .box-interview .box-img {
  position: relative;
}
body.recruit #recruit-interview .box-interview .box-img .img-staff {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 53.2%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 53.2%, 0% 100%);
}
body.recruit #recruit-interview .box-interview .box-img::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  width: 100%;
  height: 100%;
  background: center/contain no-repeat url(./images/recruit/clip.svg);
  opacity: 0;
  -webkit-transition: opacity 0.4s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: opacity 0.4s cubic-bezier(0.8, 0, 0.2, 1) 0s;
}
body.recruit #recruit-interview .box-interview .box-text {
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: right;
  font-weight: 500;
}
body.recruit #recruit-interview .box-interview .box-text .text-job {
  font-size: 14px;
  line-height: 1.2;
}
body.recruit #recruit-interview .box-interview .box-text .text-name {
  margin: 1rem 0 0;
  font-size: 2.4rem;
  line-height: 1.4;
}
body.recruit #recruit-interview .btn-base {
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}
body.recruit #recruit-business .box-business {
  text-align: center;
}
body.recruit #recruit-business .link-business {
  position: relative;
  -webkit-transition: color 0.4s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: color 0.4s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  width: 570px;
  max-width: 90%;
  min-height: 100px;
  padding: 0.6em 4rem;
  font-weight: 500;
  border: 3px solid #484848;
  background: #fff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  overflow: hidden;
}
body.recruit #recruit-business .link-business:hover {
  color: #fff;
}
body.recruit #recruit-business .link-business:hover::before {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
body.recruit #recruit-business .link-business::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 102%;
  background: #1ba4b8;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: -webkit-transform 0.4s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.4s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.4s cubic-bezier(0.8, 0, 0.2, 1) 0s, -webkit-transform 0.4s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  z-index: 1;
}
body.recruit #recruit-business .link-business:hover .icon g {
  stroke: #fff;
}
body.recruit #recruit-business .link-business .box-text {
  position: relative;
  z-index: 10;
}
body.recruit #recruit-business .link-business .icon {
  position: absolute;
  top: 0;
  right: 4rem;
  bottom: 0;
  margin: auto 0;
  z-index: 10;
}
body.recruit #recruit-business .link-business .icon g {
  stroke: #1ba4b8;
}
body.recruit #recruit-business .ttl-sm .text-en {
  display: block;
  font-size: 2.6rem;
  font-weight: 700;
}

#bnr-job .link-job {
  -webkit-transition: opacity 0.4s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: opacity 0.4s cubic-bezier(0.8, 0, 0.2, 1) 0s;
}
#bnr-job .link-job:hover {
  opacity: 0.8;
}

#entry-link {
  margin: 16rem auto 0;
  padding: 3rem 3% 10rem;
  text-align: center;
  background: center/cover no-repeat url(./images/recruit/back_entry01.jpg);
}
#entry-link .logo-img {
  max-width: 80%;
}
#entry-link .wrap-btn {
  margin: 4rem auto 0;
  text-align: center;
}
#entry-link .btn-entry {
  position: relative;
  -webkit-transition: color 0.4s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: color 0.4s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  width: 400px;
  max-width: 80%;
  margin: 0 auto;
  padding: 1em 2em;
  font-size: 2.4rem;
  color: #fff;
  background: #484848;
}
#entry-link .btn-entry:hover {
  color: #fff;
}
#entry-link .btn-entry:hover::before {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
#entry-link .btn-entry::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 102%;
  background: #1ba4b8;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: -webkit-transform 0.4s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.4s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.4s cubic-bezier(0.8, 0, 0.2, 1) 0s, -webkit-transform 0.4s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  z-index: 1;
}
#entry-link .btn-entry .text {
  position: relative;
  z-index: 10;
}

.wrapper-data {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  grid-template-rows: repeat(auto-fit, minmax(220px, 1fr));
  gap: 4rem;
}
.wrapper-data .box-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 2rem;
  font-weight: 700;
  background: #fff;
  border: 3px solid #484848;
}
.wrapper-data .box-chart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.wrapper-data .chart-js {
  max-width: 50%;
  max-height: 120px;
  margin: 1rem 0 0;
}
.wrapper-data .ttl {
  position: relative;
  margin: 0 auto;
  padding: 0 0 0.5em;
  font-size: 2.4rem;
}
.wrapper-data .ttl::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 4rem;
  height: 4px;
  margin: 0 auto;
  background: #1ba4b8;
}
.wrapper-data .ttl-sub {
  font-size: 2rem;
  margin: 1rem 0 0;
}
.wrapper-data .text {
  margin: auto;
  line-height: 1.6;
}
.wrapper-data .text-num {
  margin: auto;
  font-size: 2.4rem;
  line-height: 1;
}
.wrapper-data .text-num .num {
  font-size: 8rem;
}

#p-ttl-recruit {
  display: grid;
  place-content: center;
  height: 420px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#p-ttl-recruit .p-ttl-en {
  color: #fff;
  font-size: 8rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.4;
}
#p-ttl-recruit .p-ttl-jp {
  color: #fff;
  font-weight: 500;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
#p-ttl-recruit.about-us {
  background-image: url(./images/recruit/p_ttl_recruit_about-us.jpg);
}
#p-ttl-recruit.interview {
  background-image: url(./images/recruit/p_ttl_recruit_interview.jpg);
}
#p-ttl-recruit.recruit-news {
  background-image: url(./images/recruit/p_ttl_recruit_news.jpg);
}
#p-ttl-recruit.job-description {
  background-image: url(./images/recruit/p_ttl_recruit_job-description.jpg);
}
#p-ttl-recruit.mail-form {
  background-image: url(./images/recruit/p_ttl_recruit_mail-form.jpg);
}

body.about-us #company-info .wrapper-company-info {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 4rem;
}
body.about-us #company-info .box-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
body.about-us #employee-benefits .box-img {
  margin: 8rem 0;
}
body.about-us #employee-benefits .wrapper-data {
  margin: 8rem auto;
}
body.about-us #employee-benefits .dl-benefits dt {
  padding: 1em 0 0;
  border-top: 1px solid #e3e3e3;
  color: #1ba4b8;
}
body.about-us #employee-benefits .dl-benefits dd {
  padding: 0.5em 1em 1em;
}
body.about-us #employee-benefits .dl-benefits dd:last-child {
  border-bottom: 1px solid #e3e3e3;
}

body.interview .interview-info {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
body.interview .box-img {
  position: relative;
  margin: auto;
  padding: 0 10px 10px 0;
}
body.interview .box-img::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  display: block;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  padding: 10px;
  border: 4px solid #1ba4b8;
}
body.interview .box-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body.interview .box-text .text-interview {
  line-height: 1;
  color: #e3e3e3;
  font-size: 5rem;
  font-weight: 700;
}
body.interview .box-text .text-interview .num {
  margin-left: 1rem;
  vertical-align: baseline;
  font-size: 8rem;
}
body.interview .box-text .text-img {
  margin: 4rem 0;
}
body.interview .box-text .text-job {
  color: #1ba4b8;
  font-size: 2rem;
  font-weight: 700;
}
body.interview .box-text .text-name {
  font-size: 3.2rem;
  font-weight: 700;
}
body.interview .box-text .btn-base {
  margin: 6rem 0 0;
}

#p-ttl-staff {
  height: 680px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 0 20rem;
}
#p-ttl-staff .box-inner {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 4rem;
  -webkit-transform: translateY(2.5rem);
          transform: translateY(2.5rem);
}
#p-ttl-staff .p-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em;
  padding: 0.5em 1em;
  font-size: 3.2rem;
  font-weight: 700;
  background: #fff;
}
#p-ttl-staff .p-ttl .text-job {
  font-size: 2rem;
  color: #1ba4b8;
}
#p-ttl-staff .text-img {
  text-align: right;
  max-width: 64%;
  min-width: 220px;
}
#p-ttl-staff .text-interview {
  line-height: 1;
  font-size: 5rem;
  font-weight: 700;
  text-shadow: -2px -2px 0 rgba(255, 255, 255, 0.8);
}
#p-ttl-staff.interview01 {
  background-image: url(./images/recruit/p_ttl_staff01.jpg);
}
#p-ttl-staff.interview02 {
  background-image: url(./images/recruit/p_ttl_staff02.jpg);
}
#p-ttl-staff.interview03 {
  background-image: url(./images/recruit/p_ttl_staff03.jpg);
}
#p-ttl-staff.interview04 {
  background-image: url(./images/recruit/p_ttl_staff04.jpg);
}

body.interview-child .sec-question:nth-child(odd) .box-question .box-img {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
body.interview-child .box-question {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 8rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.interview-child .box-question .box-img {
  position: relative;
  max-width: 576px;
  margin: auto;
}
body.interview-child .box-question .box-img::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(27, 164, 184, 0.24);
  -webkit-transform: rotate(-4deg);
          transform: rotate(-4deg);
  z-index: -1;
}
body.interview-child .box-question .box-text .ttl {
  font-size: 2rem;
  color: #1ba4b8;
  font-weight: 700;
  margin: 2rem 0;
}
body.interview-child .btn-base.back {
  margin: 20rem auto 0;
}

body.job-description #job-info .box-job {
  border-bottom: 1px solid #e3e3e3;
}
body.job-description #job-info .box-job:first-child {
  border-top: 1px solid #e3e3e3;
}
body.job-description #job-info .box-job[open] .details {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}
body.job-description #job-info .box-job[open] .ttl-post::after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
body.job-description #job-info .box-job .btn-base {
  margin: 6rem auto;
}
body.job-description #job-info .ttl-post {
  position: relative;
  padding: 1em;
  font-size: 2.4rem;
  color: #1ba4b8;
  font-weight: 700;
  list-style: none;
  -webkit-transition: color 0.4s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: color 0.4s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  cursor: pointer;
}
body.job-description #job-info .ttl-post:hover {
  color: #484848;
}
body.job-description #job-info .ttl-post::-webkit-details-marker {
  display: none;
}
body.job-description #job-info .ttl-post::before, body.job-description #job-info .ttl-post::after {
  content: "";
  position: absolute;
  top: 0;
  right: 1em;
  bottom: 0;
  margin: auto 0;
  width: 1em;
  height: 1px;
  background: #1ba4b8;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
body.job-description #job-info .ttl-post::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
body.job-description #job-info .details {
  overflow: hidden;
  opacity: 0;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
body.job-description #job-info .job-details {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0;
  border-bottom: 1px solid #e3e3e3;
}
body.job-description #job-info .job-details dt {
  padding: 1em 7rem 1em 2.4rem;
  border-top: 1px solid #e3e3e3;
}
body.job-description #job-info .job-details dd {
  padding: 1em 2.4rem 1em 1em;
  border-top: 1px solid #e3e3e3;
}
body.job-description .box-last {
  margin: 8rem auto 0;
}
body.job-description .box-last .btn-base {
  margin: 4rem auto 0;
}

body.mail-form .tbl-contact {
  margin: 6rem auto;
}
body.mail-form .tbl-contact .req {
  margin: auto 0.5em;
  color: #ff0000;
}
body.mail-form .tbl-contact ::-webkit-input-placeholder {
  color: rgba(72, 72, 72, 0.24);
}
body.mail-form .tbl-contact ::-moz-placeholder {
  color: rgba(72, 72, 72, 0.24);
}
body.mail-form .tbl-contact :-ms-input-placeholder {
  color: rgba(72, 72, 72, 0.24);
}
body.mail-form .tbl-contact ::-ms-input-placeholder {
  color: rgba(72, 72, 72, 0.24);
}
body.mail-form .tbl-contact ::placeholder {
  color: rgba(72, 72, 72, 0.24);
}
body.mail-form .tbl-contact span.your-age {
  position: relative;
}
body.mail-form .tbl-contact span.your-age input {
  width: 4em;
  text-align: center;
}
body.mail-form .tbl-contact .grid {
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5em;
}
body.mail-form .tbl-contact .add + .add {
  margin: 0.5em 0 0;
}
body.mail-form .tbl-contact .your-zip {
  margin: 0;
}
body.mail-form .tbl-contact textarea {
  line-height: 1.4;
}
body.mail-form .tbl-contact textarea.your-skills {
  height: 8em;
}
body.mail-form .tbl-contact textarea.your-inq {
  height: 12em;
}
body.mail-form #acceptance {
  text-align: center;
}
body.mail-form .link-policy {
  color: #1ba4b8;
  text-decoration: underline;
}

body.recruit-news .post-list-wrap .news-list {
  border-top: 1px solid #e3e3e3;
}
body.recruit-news .post-list-wrap .news-list li {
  display: block;
  padding: 1em;
  border-bottom: 1px solid #e3e3e3;
}
body.recruit-news .post-list-wrap .news-list .post-texts {
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4rem;
  width: 100%;
  max-width: none;
}
body.recruit-news .post-list-wrap .news-list .ttl-post {
  overflow: hidden;
}
body.recruit-news .post-list-wrap .news-list .text-day {
  color: #484848;
}
body.recruit-news .post-list-wrap .news-list .link-text {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #484848;
  font-size: 1.5rem;
  font-weight: 400;
}
body.recruit-news .post-list-wrap .news-list .link-text:hover {
  color: #1ba4b8;
}

body.single-post_recruit_news .entry-meta .text-day {
  font-size: 1.6rem;
  color: #484848;
  margin: 0;
}

@media screen and (max-width: 1200px) {
  .sec-wrapper {
    margin: 10rem auto;
  }
  .ttl-lg-recruit {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    margin: 0 0 4rem;
  }
  body.recruit #recruit-mv .news-wrap {
    width: 90%;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }
  body.recruit #recruit-message .wrapper-flex {
    gap: 4rem;
  }
  body.recruit #recruit-message .wrapper-flex .box-text,
  body.recruit #recruit-message .wrapper-flex .box-img {
    width: 100%;
  }
  .wrapper-data {
    grid-template-rows: repeat(auto-fit, minmax(200px, 1fr));
  }
  .wrapper-data .text-num {
    font-size: 2.4rem;
  }
  .wrapper-data .text-num .num {
    font-size: 6rem;
  }
  .wrapper-data .chart-js {
    max-height: 100px;
  }
  body.interview-child .box-question {
    grid-template-columns: auto auto;
  }
}

@media screen and (max-width: 767px) {
  .sec-wrapper {
    margin: 8rem auto;
  }
  .ttl-lg-recruit .text-en {
    font-size: 4rem;
  }
  #masthead .inner {
    padding: 0 2rem;
  }
  #masthead #primary-menu {
    gap: 0;
  }
  #masthead #primary-menu .menu-item {
    margin: 0;
  }
  #masthead #site-navigation .menu-item.contact a {
    border-bottom: 1px solid #1ba4b8;
  }
  #masthead #site-navigation .menu-item .window {
    font-size: 3rem;
    color: #fff;
  }
  #masthead #site-navigation .menu-item .window .icon g {
    stroke: #fff;
  }
  #masthead #site-navigation .menu-item.contact a {
    width: 100%;
    background: none;
    font-size: 3rem;
    padding: 2rem 1em;
    font-weight: 500;
  }
  #recruit-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 6rem 2rem;
  }
  #recruit-footer #footer-left .add {
    text-align: center;
  }
  #recruit-footer #footer-left .tel {
    font-size: 2rem;
    text-align: center;
  }
  #recruit-footer #footer-right {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 2rem auto 0;
    text-align: center;
  }
  #recruit-footer #footer-right #footer-link {
    margin: 0 auto;
  }
  body.recruit #recruit-mv {
    padding: 0;
  }
  body.recruit #recruit-mv .mv-text {
    bottom: 80px;
    max-width: 80%;
  }
  body.recruit #recruit-mv .img-slider {
    height: 400px;
    width: auto;
  }
  body.recruit #recruit-mv .swiper-container-horizontal > .swiper-pagination-bullets,
  body.recruit #recruit-mv .swiper-pagination-custom,
  body.recruit #recruit-mv .swiper-pagination-fraction {
    right: 12px;
  }
  body.recruit #recruit-mv .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
  }
  body.recruit #recruit-mv .news-wrap {
    gap: 2rem;
    padding: 1rem 2rem;
    border: 2px solid #484848;
  }
  body.recruit #recruit-message {
    margin: 10rem auto 0;
    padding: 0;
  }
  body.recruit #recruit-message .wrapper-flex .text {
    line-height: 2;
  }
  body.recruit #recruit-message .wrapper-flex .img-text {
    margin: auto 0.5em auto 0;
    vertical-align: baseline;
  }
  body.recruit #recruit-about::before, body.recruit #recruit-about::after {
    display: none;
  }
  body.recruit #recruit-interview::after {
    -webkit-clip-path: polygon(4.2% 0, 100% 0, 100% 100%, 100% 100%);
            clip-path: polygon(4.2% 0, 100% 0, 100% 100%, 100% 100%);
  }
  body.recruit #recruit-interview .wrapper-interview {
    grid-template-columns: 1fr 1fr;
  }
  body.recruit #recruit-interview .box-interview .box-text {
    text-shadow: 2px 2px 2px white;
  }
  body.recruit #recruit-interview .box-interview .box-text .text-job {
    font-size: 12px;
  }
  body.recruit #recruit-interview .box-interview .box-text .text-name {
    margin: 0.5em 0 0;
    font-size: 2rem;
  }
  body.recruit #recruit-interview .btn-base {
    -webkit-transform: none;
            transform: none;
  }
  body.recruit #recruit-business .box-business {
    border: 2px solid #484848;
  }
  body.recruit #recruit-business .box-business + .box-business {
    margin: 4rem auto 0;
  }
  body.recruit #recruit-business .link-business {
    max-width: 100%;
    -webkit-transform: none;
            transform: none;
    border: none;
    padding: 1rem 0;
    min-height: auto;
  }
  body.recruit #recruit-business .link-business .icon {
    right: 1rem;
  }
  body.recruit #recruit-business .ttl-sm .text-en {
    font-size: 2rem;
  }
  #bnr-job {
    margin: 6rem auto;
  }
  #entry-link {
    padding: 3rem 3%;
  }
  #entry-link .wrap-btn {
    margin: 2rem auto 0;
  }
  #entry-link {
    margin: 10rem 0 0;
  }
  .wrapper-data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 2rem;
  }
  .wrapper-data .box-data {
    padding: 2rem 2rem 1rem;
  }
  .wrapper-data .box-data .text,
  .wrapper-data .box-data .text-num {
    margin: 2rem auto;
  }
  .wrapper-data .box-chart .text {
    font-size: 2rem;
  }
  .wrapper-data .chart-js {
    max-height: 180px;
  }
  .wrapper-data .ttl {
    font-size: 2rem;
  }
  .wrapper-data .ttl-sub {
    font-size: 1.8rem;
  }
  #p-ttl-recruit {
    height: 42vw;
  }
  #p-ttl-recruit .p-ttl-en {
    font-size: 4.6rem;
  }
  body.about-us #company-info .wrapper-company-info {
    grid-template-columns: 1fr;
  }
  body.about-us #company-info .wrapper-company-info .img-com {
    margin: 2rem auto 0;
  }
  body.interview .interview-info {
    grid-template-columns: auto;
    gap: 2rem;
    width: 300px;
    max-width: 90%;
  }
  body.interview .box-text .text-interview {
    font-size: 4rem;
  }
  body.interview .box-text .text-interview .num {
    font-size: 6rem;
  }
  body.interview .box-text .text-img {
    margin: 2rem auto;
  }
  body.interview .box-text .text-job {
    font-size: 1.6rem;
  }
  body.interview .box-text .text-name {
    font-size: 2.6rem;
  }
  body.interview .box-text .btn-base {
    margin: 2rem 0 0;
  }
  #p-ttl-staff {
    height: 340px;
    margin: 0 0 12rem;
  }
  #p-ttl-staff .box-inner {
    gap: 2rem;
  }
  #p-ttl-staff .p-ttl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 0.5rem 0.5em;
  }
  #p-ttl-staff .p-ttl .text-job {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    font-size: 12px;
  }
  body.interview-child .sec-question:nth-child(odd) .box-question .box-img {
    -webkit-box-ordinal-group: inherit;
        -ms-flex-order: inherit;
            order: inherit;
  }
  body.interview-child .box-question {
    grid-template-columns: 1fr;
    gap: 4rem;
  }
  body.interview-child .box-question .text-question {
    max-width: 80%;
  }
  body.interview-child .box-question .box-img {
    max-width: 94%;
  }
  body.interview-child .btn-base.back {
    margin: 0 auto;
  }
  body.job-description #job-info .ttl-post {
    padding: 1em 0;
    font-size: 2rem;
  }
  body.job-description #job-info .job-details {
    grid-template-columns: auto;
  }
  body.job-description #job-info .job-details dt {
    padding: 1em 0 0;
  }
  body.job-description #job-info .job-details dd {
    padding: 0.5em 0;
    border: none;
  }
  body.mail-form .tbl-contact {
    margin: 2.4rem auto;
  }
  body.mail-form .tbl-contact th {
    padding: 0.5em 0;
    font-weight: 700;
  }
  body.recruit-news .post-list-wrap .news-list li {
    padding: 1em 0;
  }
  body.recruit-news .post-list-wrap .news-list .post-texts {
    grid-template-columns: 1fr;
    gap: 0;
  }
  body.recruit-news .post-list-wrap .news-list .text-day {
    color: #afafaf;
  }
}

@media screen and (max-width: 467px) {
  body.mail-form .tbl-contact th {
    width: 100%;
  }
}