@charset "UTF-8";
/*----------------------------------------------------------------------------*\
 * CONTENTS
 * --------------------------------------------------------------------------- */
/* FOUNDATION
 * TOOLS (dev only)
 * BASE
 * COMPONENTS
 * TRUMPS
 */
/*----------------------------------------------------------------------------*\
 * FOUNDATION
 *---------------------------------------------------------------------------- */
/* Slider */
@import url("https://fonts.googleapis.com/css2?family=La+Belle+Aurore&family=Roboto:wght@400;700&display=swap");
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../img/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.2;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dots {
  position: absolute;
  bottom: 20px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: white;
  opacity: 0.2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #0045b6;
  opacity: 1;
}

.recruit-page-nav__inner, .drum-section__inner, .employees-section__inner, .entry-section__inner, .hero-section__inner, .message-section__inner, .quality-section__inner, .welfare-section__inner, .form-section__inner {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .recruit-page-nav__inner, .drum-section__inner, .employees-section__inner, .entry-section__inner, .hero-section__inner, .message-section__inner, .quality-section__inner, .welfare-section__inner, .form-section__inner {
    padding-left: 20px;
    padding-right: 20px;
    width: 1120px;
  }
}

.drum-works__image img, .employee-interview__image img, .hero-section__slide img, .message-box__image img, .welfare-box__image img, .welfare-section__image img {
  display: block;
  width: 100%;
}

.recruit-page-header__button a, .recruit-page-nav__link, .entry-section__button, .form-section__link, .form-section__button, .form-section__button[type="submit"] {
  opacity: 1;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.recruit-page-header__button a:hover, .recruit-page-nav__link:hover, .entry-section__button:hover, .form-section__link:hover, .form-section__button:hover {
  opacity: 0.7;
}

/*----------------------------------------------------------------------------*\
 * BASE
 *---------------------------------------------------------------------------- */
html, body {
  --primary-color: #0045b6;
  margin: 0;
  padding: 0;
  text-align: left;
  height: 100%;
  overflow-y: auto;
}

b, strong {
  font-weight: bold;
}

/*----------------------------------------------------------------------------*\
 * COMPONENTS
 *---------------------------------------------------------------------------- */
.recruit-page-footer {
  padding: 30px 15px;
  background: var(--primary-color);
  font-size: 11px;
  color: white;
  text-align: center;
}
.recruit-page-footer--form {
  padding-top: 0;
  background: white;
  color: #4c4c4c;
}

.recruit-page-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.recruit-page-header--form {
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}
.recruit-page-header__logo img {
  display: block;
  width: 100%;
}
.recruit-page-header__button a {
  display: flex;
  justify-content: center;
  gap: 15px;
  padding: 10px 12px;
  border-radius: 5px;
  background: var(--primary-color);
  font-weight: bold;
  font-size: 14px;
  color: white;
}
.recruit-page-header__button span, .recruit-page-header__button svg {
  width: 18px;
}
.recruit-page-header__hamburger-menu, .recruit-page-header__nav {
  display: none;
}
.recruit-page-header__link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-weight: bold;
  font-size: 14px;
  color: var(--primary-color);
}
.recruit-page-header__link:hover {
  opacity: 0.7;
}
.recruit-page-header__link::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid var(--primary-color);
}
@media screen and (max-width: 767px) {
  .recruit-page-header__logo {
    margin-left: 10px;
    width: 300px;
  }
  .recruit-page-header__button span {
    flex-grow: 1;
    text-align: center;
  }
  .recruit-page-header__button--icon a {
    padding: 0;
    background: none;
  }
  .recruit-page-header__button--icon svg {
    width: 21px;
  }
  .recruit-page-header__button--icon path {
    fill: #0045b6;
  }
  .recruit-page-header__hamburger-menu {
    background: #0045b6;
    width: 50px;
    height: 50px;
  }
  .recruit-page-header__hamburger-menu.active {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }
  .recruit-page-header__hamburger-menu svg {
    width: 20px;
  }
  .recruit-page-header__nav.active {
    display: block;
    position: absolute;
    top: 50px;
    left: 0;
    z-index: 2;
    padding: 0 15px;
    background: white;
    border-top: 1px solid #d9d9d9;
    width: 100%;
    height: calc(100vh - 50px);
  }
  .recruit-page-header__link {
    display: none;
  }
  .recruit-page-header__corporate-link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 35px;
    font-weight: bold;
    font-size: 14px;
    color: var(--primary-color);
  }
  .recruit-page-header__corporate-link:hover {
    opacity: 0.7;
  }
  .recruit-page-header__corporate-link::before {
    content: "";
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 8px solid var(--primary-color);
  }
}
@media screen and (min-width: 768px) {
  .recruit-page-header {
    padding: 16px 23px;
    min-width: 1120px;
    height: 73px;
  }
  .recruit-page-header__logo {
    display: flex;
    align-items: center;
    gap: 40px;
  }
  .recruit-page-header__logo img {
    width: 369px;
  }
  .recruit-page-header__hamburger-menu, .recruit-page-header__hamburger-menu.active, .recruit-page-header__nav, .recruit-page-header__nav.active {
    display: none;
  }
  .recruit-page-header__corporate-link {
    display: none;
  }
}

.recruit-page-main {
  position: relative;
}
@media screen and (max-width: 767px) {
  .recruit-page-main {
    padding-top: 50px;
  }
}
@media screen and (min-width: 768px) {
  .recruit-page-main {
    padding-top: 124px;
    min-width: 1120px;
  }
}

.recruit-page-mobile-nav {
  margin-bottom: 20px;
}
.recruit-page-mobile-nav__item {
  border-bottom: 1px solid #d9d9d9;
}
.recruit-page-mobile-nav__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 6px;
  height: 60px;
  font-weight: bold;
  font-size: 16px;
  color: #333;
}
.recruit-page-mobile-nav__link::after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-bottom: 1px solid #013488;
  border-right: 1px solid #013488;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.recruit-page-nav__items {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.recruit-page-nav__item {
  width: 16.66%;
  font-weight: bold;
  font-size: 14px;
  color: var(--primary-color);
  text-align: center;
}
.recruit-page-nav__link {
  position: relative;
  display: block;
  padding: 10px 0 16px;
  border-bottom: 4px solid transparent;
}
.recruit-page-nav__link::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 5px;
  display: block;
  width: 8px;
  height: 8px;
  border-right: 1px solid var(--primary-color);
  border-bottom: 1px solid var(--primary-color);
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}
.recruit-page-nav__link.active {
  border-bottom-color: var(--primary-color);
}
.recruit-page-nav__link.active::after {
  content: none;
}
@media screen and (max-width: 767px) {
  .recruit-page-nav {
    display: none;
  }
}

.back-to-top {
  position: fixed;
  border: 2px solid white;
  border-radius: 100%;
  background: white;
  width: 70px;
  height: 70px;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.24);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.24);
  cursor: pointer;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.back-to-top.shown {
  opacity: 1;
}
.back-to-top.shown:hover {
  opacity: 0.7;
}
.back-to-top__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border: 2px solid #f2f2f2;
  border-radius: 100%;
  width: 100%;
  height: 100%;
  font-weight: bold;
  font-size: 11px;
  color: var(--primary-color);
}
.back-to-top__inner::before {
  content: "";
  display: block;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-bottom: 20px solid var(--primary-color);
}
@media screen and (max-width: 767px) {
  .back-to-top {
    right: 15px;
    bottom: 30px;
  }
}
@media screen and (min-width: 768px) {
  .back-to-top {
    right: 40px;
    bottom: 65px;
  }
}

.drum-section__title {
  font-weight: bold;
  text-align: center;
  color: #333;
}
.drum-section__text {
  color: #333;
  line-height: 1.6;
  text-align: center;
}
.drum-section__features {
  position: relative;
}
.drum-section__feature {
  position: absolute;
  overflow: hidden;
  border-radius: 9999px;
}
.drum-section__feature--text {
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 69, 182, 0.9);
  font-weight: bold;
  color: white;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .drum-section {
    padding: 40px 0 100px;
    background: #d3e4ff url("../img/recruit/bg_drum_sp.png") no-repeat;
    background-size: 100% auto;
  }
  .drum-section__title {
    font-size: 30px;
  }
  .drum-section__text {
    margin-top: 10px;
    font-size: 14px;
  }
  .drum-section__works {
    margin: 18px 15px 0;
  }
  .drum-section__features {
    overflow: hidden;
    margin-top: 15px;
    height: 495px;
  }
  .drum-section__feature--text {
    padding: 10px;
    width: 168px;
    height: 168px;
    font-size: 12px;
    line-height: 1.4;
  }
  .drum-section__feature--text strong {
    font-size: 24px;
    line-height: 1.2;
  }
  .drum-section__feature--image {
    width: 140px;
    height: 140px;
  }
  .drum-section__feature--1 {
    top: 30px;
    left: 50%;
    -webkit-transform: translateX(-48%);
            transform: translateX(-48%);
  }
  .drum-section__feature--2 {
    top: 169px;
    left: 2.9%;
  }
  .drum-section__feature--3 {
    top: 192px;
    right: 2.4%;
  }
  .drum-section__feature--4 {
    top: 39px;
    left: -2.4%;
  }
  .drum-section__feature--5 {
    bottom: 0;
    left: 6.4%;
  }
  .drum-section__feature--6 {
    top: 0;
    right: -4.3%;
  }
  .drum-section__feature--7 {
    bottom: 27px;
    right: -2.4%;
  }
}
@media screen and (min-width: 768px) {
  .drum-section {
    padding: 90px 0 140px;
    background: #d3e4ff url("../img/recruit/bg_drum.png") no-repeat right bottom;
    background-size: 100% auto;
  }
  .drum-section__title {
    font-size: 50px;
  }
  .drum-section__text {
    font-size: 15px;
  }
  .drum-section__works {
    margin-top: 45px;
  }
  .drum-section__features {
    margin-top: 60px;
    height: 394px;
  }
  .drum-section__feature--text {
    width: 240px;
    height: 240px;
    line-height: 1.6;
  }
  .drum-section__feature--text strong {
    font-size: 32px;
    line-height: 40px;
  }
  .drum-section__feature--image {
    width: 200px;
    height: 200px;
  }
  .drum-section__feature--1 {
    top: 83px;
    left: 140px;
  }
  .drum-section__feature--2 {
    top: 149px;
    right: 281px;
  }
  .drum-section__feature--3 {
    top: 19px;
    right: 91px;
  }
  .drum-section__feature--4 {
    top: 11px;
    left: 0;
  }
  .drum-section__feature--5 {
    bottom: 0;
    left: 338px;
  }
  .drum-section__feature--6 {
    top: 0;
    left: 456px;
  }
  .drum-section__feature--7 {
    bottom: 51px;
    right: -12px;
  }
}

.drum-works {
  border: 3px solid var(--primary-color);
  background: #eef4fe;
}
.drum-works__lead {
  font-weight: bold;
  font-size: 16px;
  color: var(--primary-color);
  text-align: center;
}
.drum-works__title {
  margin-top: 10px;
  font-weight: bold;
  font-size: 28px;
  text-align: center;
}
.drum-works__note {
  margin-top: 10px;
  font-size: 15px;
  color: #333;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .drum-works {
    padding: 27px 12px 36px;
  }
  .drum-works__title {
    margin-top: 8px;
    font-size: 21px;
    line-height: 1.5;
  }
  .drum-works__image {
    margin: 0 auto;
    width: 240px;
  }
  .drum-works__item {
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) {
  .drum-works {
    padding: 47px;
  }
  .drum-works__title {
    margin-top: 10px;
    font-size: 28px;
  }
  .drum-works__items {
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
  }
  .drum-works__item {
    width: 30%;
  }
}

.employee-interview__image {
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
}
.employee-interview__question {
  display: flex;
  gap: 10px;
  font-weight: bold;
  font-size: 24px;
  color: #333;
}
.employee-interview__question-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 100%;
  background: var(--primary-color);
  width: 42px;
  height: 42px;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  font-size: 20px;
  color: white;
}
.employee-interview__answer {
  margin-top: 20px;
  font-size: 15px;
  color: #333;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .employee-interview__paragraph {
    margin-top: 50px;
    padding: 0 15px;
  }
  .employee-interview__image {
    margin-top: 25px;
  }
  .employee-interview__question {
    padding-top: 3px;
  }
  .employee-interview__question-icon {
    position: relative;
    top: -3px;
  }
}
@media screen and (min-width: 768px) {
  .employee-interview__body {
    margin-top: 90px;
    padding: 0 20px;
  }
  .employee-interview__paragraph {
    display: flex;
    align-items: flex-start;
    gap: 72px;
    padding: 0 20px;
  }
  .employee-interview__paragraph:nth-of-type(even) {
    flex-direction: row-reverse;
  }
  .employee-interview__paragraph + .employee-interview__paragraph {
    margin-top: 75px;
  }
  .employee-interview__text {
    flex-grow: 1;
    width: calc(100% - 402px);
  }
  .employee-interview__image {
    width: 300px;
  }
  .employee-interview__question {
    align-items: center;
  }
}

.employee-interview-header {
  background-color: white;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 100% auto;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
}
.employee-interview-header__header {
  padding-left: 35px;
  border-left: 5px solid var(--primary-color);
}
.employee-interview-header__number {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--primary-color);
  font-weight: bold;
  font-size: 14px;
}
.employee-interview-header__number::before, .employee-interview-header__number::after {
  content: "";
  display: block;
  width: 4px;
  height: 22px;
  border: 1.5px solid var(--primary-color);
}
.employee-interview-header__number::before {
  border-right: none;
}
.employee-interview-header__number::after {
  border-left: none;
}
.employee-interview-header__number b {
  font-family: "Roboto", sans-serif;
  font-size: 24px;
}
.employee-interview-header__name {
  font-weight: bold;
  color: #333;
  letter-spacing: 0.05em;
}
.employee-interview-header__ruby {
  font-family: "La Belle Aurore", cursive;
  color: var(--primary-color);
  line-height: 36px;
  letter-spacing: 0.05em;
}
.employee-interview-header__profile {
  font-weight: bold;
  color: #333;
}
@media screen and (max-width: 767px) {
  .employee-interview-header {
    padding: 35px 20px 280px;
  }
  /* .employee-interview-header--1 {
    background-image: url("../img/recruit/bg_interview_01_sp.png");
  }
  .employee-interview-header--2 {
    background-image: url("../img/recruit/bg_interview_02_sp.png");
  }
  .employee-interview-header--3 {
    background-image: url("../img/recruit/bg_interview_03_sp.png");
  } */
  .employee-interview-header__header {
    padding-left: 18px;
  }
  .employee-interview-header__name {
    font-size: 43px;
  }
  .employee-interview-header__ruby {
    font-size: 30px;
    line-height: 30px;
  }
  .employee-interview-header__profile {
    margin-top: 15px;
    font-size: 14px;
    line-height: 1.7;
  }
}
@media screen and (min-width: 768px) {
  .employee-interview-header {
    padding: 90px 90px 50px;
  }
  /* .employee-interview-header--1 {
    background-image: url("../img/recruit/bg_interview_01.png");
  }
  .employee-interview-header--2 {
    background-image: url("../img/recruit/bg_interview_02.png");
  } */
  /* .employee-interview-header--3 {
    padding-left: 598px;
    background-image: url("../img/recruit/bg_interview_03.png");
  } */
  .employee-interview-header__header {
    padding-left: 35px;
  }
  .employee-interview-header__name {
    font-size: 60px;
  }
  .employee-interview-header__ruby {
    font-size: 36px;
    line-height: 36px;
  }
  .employee-interview-header__profile {
    padding: 40px 40px 0;
    font-size: 15px;
    line-height: 2;
  }
}

.employees-section {
  background: url("../img/recruit/bg_employees.png") repeat-y left top;
  background-size: 100% auto;
}
.employees-section__lead {
  font-weight: bold;
  font-size: 20px;
  color: var(--primary-color);
  text-align: center;
}
.employees-section__title {
  font-weight: bold;
  font-size: 50px;
  color: #333;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .employees-section {
    padding: 40px 0 100px;
    background-size: 200% auto;
  }
  .employees-section__lead {
    font-size: 15px;
  }
  .employees-section__title {
    font-size: 36px;
  }
  .employees-section__summary {
    margin: 30px 15px 0;
  }
  .employees-section__interview {
    margin-top: 60px;
  }
}
@media screen and (min-width: 768px) {
  .employees-section {
    padding: 80px 0 200px;
  }
  .employees-section__lead {
    font-size: 20px;
  }
  .employees-section__title {
    font-size: 50px;
  }
  .employees-section__summary {
    margin-top: 30px;
  }
  .employees-section__interview {
    margin-top: 100px;
  }
}

.employees-summary__title {
  display: flex;
  align-items: center;
  gap: 15px;
  border-left: 8px solid var(--primary-color);
  font-weight: bold;
  font-size: 18px;
  color: var(--primary-color);
}
.employees-summary__title small {
  font-weight: normal;
  font-size: 15px;
}
.employees-summary__main {
  margin-top: 22px;
  background: white;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
}
.employees-summary__note {
  color: #333;
  text-align: center;
}
.employees-summary__items {
  display: flex;
  justify-content: space-between;
}
.employees-summary__item {
  text-align: center;
}
.employees-summary__item dt {
  font-weight: bold;
  color: #333;
}
.employees-summary__item dd {
  position: relative;
  display: inline-block;
  font-weight: bold;
  font-size: 24px;
  color: var(--primary-color);
}
.employees-summary__item dd b {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
}
.employees-summary__item dd small {
  margin-left: 0.2em;
  font-weight: normal;
  color: var(--primary-color);
}
.employees-summary__note {
  color: var(--primary-color);
}
@media screen and (max-width: 767px) {
  .employees-summary__main {
    padding: 15px 0 25px;
  }
  .employees-summary__title {
    padding: 4px 0 4px 12px;
  }
  .employees-summary__items {
    flex-wrap: wrap;
  }
  .employees-summary__item {
    margin-top: 10px;
    width: 50%;
  }
  .employees-summary__item dt {
    font-size: 14px;
  }
  .employees-summary__item dd {
    margin-top: 4px;
    line-height: 60px;
  }
  .employees-summary__item dd b {
    font-size: 60px;
  }
  .employees-summary__item dd small {
    font-size: 24px;
  }
  .employees-summary__note {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) {
  .employees-summary__main {
    padding: 42px 0 25px;
  }
  .employees-summary__title {
    padding: 12px 0 12px 20px;
  }
  .employees-summary__item {
    width: 25%;
  }
  .employees-summary__item dt {
    font-size: 18px;
  }
  .employees-summary__item dd {
    margin-top: 10px;
    line-height: 85px;
  }
  .employees-summary__item dd b {
    font-size: 85px;
  }
  .employees-summary__item dd small {
    font-size: 24px;
  }
  .employees-summary__note {
    margin-top: 10px;
    font-size: 15px;
  }
}

.entry-section {
  background: var(--primary-color);
  color: white;
  text-align: center;
}
.entry-section__title {
  font-weight: bold;
}
.entry-section__lead {
  margin-top: 15px;
  line-height: 1.7;
}
.entry-section__table {
  border-top: 1px solid #336ac5;
  width: 100%;
  text-align: left;
}
.entry-section__table th, .entry-section__table td {
  vertical-align: top;
  font-size: 16px;
  line-height: 2;
}
.entry-section__table th {
  font-weight: bold;
}
.entry-section__table td {
  border-bottom: 1px solid #336ac5;
}
.entry-section__button {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  background: white;
  height: 40px;
  font-weight: bold;
  color: var(--primary-color);
  font-size: 18px;
}
.entry-section__button--large {
  margin: 0 auto;
  border-radius: 10px;
}
.entry-section__button-icon path {
  stroke: var(--primary-color);
}
.entry-section__note {
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .entry-section {
    padding: 60px 15px;
  }
  .entry-section__title {
    font-size: 30px;
  }
  .entry-section__lead {
    font-size: 14px;
  }
  .entry-section__table {
    margin: 15px 0 40px;
  }
  .entry-section__table, .entry-section__table thead, .entry-section__table tbody, .entry-section__table tr, .entry-section__table th, .entry-section__table td {
    display: block;
  }
  .entry-section__table th {
    padding-top: 20px;
  }
  .entry-section__table td {
    padding-bottom: 20px;
    font-size: 14px;
  }
  .entry-section__table td:first-of-type {
    padding-bottom: 10px;
    border-bottom: none;
  }
  .entry-section__button {
    gap: 15px;
    margin: 0 auto;
    width: 150px;
  }
  .entry-section__button--large {
    width: 100%;
    height: 60px;
    font-size: 24px;
  }
  .entry-section__button-icon {
    width: 27px;
  }
  .entry-section__note {
    font-size: 15px;
  }
}
@media screen and (min-width: 768px) {
  .entry-section {
    padding: 75px 0 60px;
  }
  .entry-section__title {
    font-size: 50px;
  }
  .entry-section__lead {
    font-size: 17px;
  }
  .entry-section__table {
    margin: 45px 0;
  }
  .entry-section__table th, .entry-section__table td {
    padding: 25px 0;
  }
  .entry-section__table th {
    padding-left: 20px;
    border-bottom: 1px solid #336ac5;
    width: 280px;
  }
  .entry-section__table td {
    padding-right: 34px;
    width: calc(100% - 280px);
  }
  .entry-section__table td:last-of-type {
    width: 184px;
    vertical-align: middle;
  }
  .entry-section__button {
    gap: 50px;
  }
  .entry-section__button--large {
    width: 600px;
    height: 95px;
    font-size: 30px;
  }
  .entry-section__button-icon {
    width: 50px;
  }
  .entry-section__note {
    font-size: 16px;
  }
}

.hero-section {
  position: relative;
}
.hero-section__inner {
  position: absolute;
  left: 50%;
  z-index: 1;
  height: calc(100% - 70px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.hero-section__title {
  position: absolute;
}
.hero-section__text {
  position: absolute;
  right: 40px;
  bottom: 0;
  font-weight: bold;
  font-size: 18px;
  color: white;
}
@media screen and (max-width: 767px) {
  .hero-section__title {
    top: 322px;
    left: 15px;
    width: 298px;
  }
  .hero-section__text {
    top: 425px;
    left: 15px;
    font-size: 14px;
    line-height: 1.7;
  }
}
@media screen and (min-width: 768px) {
  .hero-section__title {
    top: 259px;
    left: 40px;
    width: 558px;
  }
  .hero-section__text {
    right: 40px;
    bottom: 70px;
    font-size: 18px;
    line-height: 1.7;
  }
}

.message-box li, .message-box p {
  font-size: 15px;
  color: #333;
  line-height: 1.8;
}
.message-box li {
  margin-top: 1.8em;
  margin-left: 20px;
  list-style-type: disc;
}
.message-box li:first-of-type {
  margin-top: 0;
}
.message-box__main {
  width: 100%;
}
.message-box__image {
  font-weight: bold;
  font-size: 26px;
  line-height: 1;
  text-align: center;
}
.message-box__number {
  font-family: "Roboto", sans-serif;
  font-size: 54px;
}
.message-box__title {
  margin-bottom: 15px;
  font-weight: bold;
  color: #333;
  line-height: 1.4;
}
.message-box__lead {
  font-weight: bold;
  color: #333;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .message-box--last {
    padding-top: 25px;
    border-top: 1px solid #cbcbcb;
  }
  .message-box__title {
    font-size: 24px;
  }
  .message-box__image {
    margin-bottom: 20px;
    width: 100%;
  }
  .message-box__image--first {
    margin-top: 25px;
  }
  .message-box__lead {
    font-size: 17px;
  }
  .message-box__lead + .message-box__lead {
    margin-top: 1em;
  }
}
@media screen and (min-width: 768px) {
  .message-box {
    display: flex;
    gap: 30px;
  }
  .message-box--first {
    gap: 50px;
  }
  .message-box__title {
    font-size: 30px;
  }
  .message-box__image {
    flex-shrink: 0;
    width: 300px;
  }
  .message-box__image--first {
    width: 405px;
  }
  .message-box__lead {
    font-size: 18px;
  }
  .message-box__lead + .message-box__lead {
    margin-top: 2em;
  }
}

.message-section {
  position: relative;
}
.message-section__background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.message-section__background-clipper {
  position: relative;
  height: 100%;
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}
.message-section__background-image {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  min-height: 100vh;
  pointer-events: none;
  background: url("../img/recruit/bg_message.png") no-repeat center center;
  background-size: cover;
}
.message-section__inner {
  position: relative;
  z-index: 0;
}
.message-section__location {
  font-weight: bold;
  font-size: 18px;
  color: white;
  text-align: right;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.45);
}
.message-section__location small {
  font-size: 15px;
}
.message-section__title {
  margin-top: 20px;
  font-weight: bold;
  color: #333;
  text-align: center;
}
.message-section__bordered-title {
  padding: 2px;
  border: 3px solid #333;
  font-weight: bold;
  color: #333;
}
.message-section__bordered-title > * {
  padding: 15px;
  border: 2px solid #333;
  text-align: center;
}
.message-section__box {
  margin-top: 40px;
  padding: 40px;
  background: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 767px) {
  .message-section {
    padding: 20px 15px 90px;
  }
  .message-section__title {
    font-size: 36px;
  }
  .message-section__bordered-title {
    font-size: 20px;
  }
  .message-section__message {
    margin-top: 30px;
  }
  .message-section__message + .message-section__message {
    margin-top: 40px;
  }
  .message-section__box {
    margin-top: 40px;
    padding: 30px 15px;
  }
}
@media screen and (min-width: 768px) {
  .message-section {
    padding: 75px 0 200px;
  }
  .message-section__title {
    font-size: 50px;
  }
  .message-section__bordered-title {
    font-size: 30px;
  }
  .message-section__message {
    padding: 50px 0;
  }
  .message-section__message + .message-section__message {
    border-top: 1px solid #cbcbcb;
  }
  .message-section__box {
    margin-top: 40px;
    padding: 40px;
  }
}

.quality-section__lead {
  font-weight: bold;
  font-size: 20px;
  color: var(--primary-color);
  text-align: center;
}
.quality-section__title {
  font-weight: bold;
  color: #333;
  text-align: center;
}
.quality-section__steps {
  margin-top: 65px;
}
@media screen and (max-width: 767px) {
  .quality-section {
    padding: 40px 0 100px;
  }
  .quality-section__lead {
    font-size: 15px;
  }
  .quality-section__title {
    margin-top: 5px;
    font-size: 30px;
  }
  .quality-section__welfare {
    display: flex;
    justify-content: center;
    margin-top: 36px;
  }
  .quality-section__5s {
    margin: 45px 15px 0;
  }
}
@media screen and (min-width: 768px) {
  .quality-section {
    padding: 80px 0 200px;
  }
  .quality-section__lead {
    font-size: 20px;
  }
  .quality-section__title {
    font-size: 50px;
  }
  .quality-section__welfares {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
    padding: 0 40px;
  }
  .quality-section__welfare {
    width: 316px;
  }
  .quality-section__welfare:first-of-type {
    padding-top: 104px;
  }
  .quality-section__welfare:last-of-type {
    padding-top: 46px;
  }
  .quality-section__5s {
    margin-top: 60px;
  }
}

.quality-steps {
  font-weight: bold;
  color: var(--primary-color);
}
.quality-steps__title {
  text-align: center;
}
.quality-steps__steps {
  display: flex;
  justify-content: space-between;
  margin: 30px auto 0;
}
.quality-steps__step {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.quality-steps__step::before, .quality-steps__step::after {
  content: "";
  display: block;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.quality-steps__step::before {
  background: var(--primary-color);
}
.quality-steps__step::after {
  width: 0;
  height: 0;
}
.quality-steps__step:last-of-type::before, .quality-steps__step:last-of-type::after {
  content: none;
}
.quality-steps__number {
  font-family: "Roboto", sans-serif;
  line-height: 1;
}
.quality-steps__point {
  margin-top: 40px;
  font-weight: bold;
  color: #333;
  text-align: center;
}
.quality-steps__point strong {
  position: relative;
  display: inline-block;
  color: var(--primary-color);
}
.quality-steps__point strong::before, .quality-steps__point strong::after {
  content: "";
  display: block;
  position: absolute;
  border-bottom: 2px solid var(--primary-color);
  width: calc(100% - .5em);
  left: 0;
}
.quality-steps__point strong::before {
  bottom: -6px;
}
.quality-steps__point strong::after {
  bottom: -10px;
}
@media screen and (max-width: 767px) {
  .quality-steps__title {
    font-size: 26px;
  }
  .quality-steps__steps, .quality-steps__point {
    padding: 0 15px;
  }
  .quality-steps__step {
    width: 92px;
    text-align: center;
  }
  .quality-steps__step::before, .quality-steps__step::after {
    top: 35px;
  }
  .quality-steps__step::before {
    right: -7.2vw;
    width: 25px;
    height: 5px;
  }
  .quality-steps__step::after {
    right: -9.3vw;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 9px solid var(--primary-color);
  }
  .quality-steps__number {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    border: 4px solid var(--primary-color);
    border-radius: 100%;
    width: 70px;
    height: 70px;
    font-size: 36px;
  }
  .quality-steps__text {
    margin-top: 5px;
    font-size: 15px;
  }
  .quality-steps__point {
    margin-top: 25px;
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) {
  .quality-steps__title {
    font-size: 40px;
  }
  .quality-steps__steps {
    width: 645px;
  }
  .quality-steps__step {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 10px solid var(--primary-color);
    border-radius: 100%;
    width: 150px;
    height: 150px;
  }
  .quality-steps__step::before, .quality-steps__step::after {
    top: 50%;
  }
  .quality-steps__step::before {
    right: -72px;
    width: 71px;
    height: 10px;
  }
  .quality-steps__step::after {
    right: -90px;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 18px solid var(--primary-color);
  }
  .quality-steps__number {
    font-size: 50px;
  }
  .quality-steps__text {
    font-size: 18px;
  }
  .quality-steps__point {
    margin-top: 40px;
    font-size: 24px;
  }
}

.quality-5s {
  border: 1px solid #e5e5e5;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
}
.quality-5s__5s, .quality-5s__lead, .quality-5s__title {
  font-weight: bold;
  color: var(--primary-color);
}
.quality-5s__5s {
  font-family: "Roboto", sans-serif;
  line-height: 1;
  text-align: center;
}
.quality-5s__title {
  line-height: 1;
}
.quality-5s__text {
  margin-top: 10px;
  font-size: 15px;
  color: #656565;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .quality-5s__main {
    padding: 20px 15px;
    border-top: 1px solid #ccc;
  }
  .quality-5s__5s {
    padding: 25px;
    font-size: 100px;
  }
  .quality-5s__lead {
    font-size: 24px;
    text-align: center;
  }
  .quality-5s__title {
    margin-top: 10px;
    font-size: 30px;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .quality-5s {
    display: flex;
    align-items: center;
    width: 100%;
  }
  .quality-5s__main {
    padding: 20px 48px;
    border-left: 1px solid #ccc;
  }
  .quality-5s__5s {
    flex-shrink: 0;
    width: 278px;
    font-size: 150px;
  }
  .quality-5s__lead {
    font-size: 30px;
  }
  .quality-5s__title {
    font-size: 40px;
  }
}

.welfare-box {
  position: relative;
}
.welfare-box__image {
  border-radius: 100%;
  width: 316px;
  height: 316px;
}
.welfare-box__text {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.welfare-box__lead {
  padding: 2px 8px;
  background: white;
  font-weight: bold;
  font-size: 14px;
  color: var(--primary-color);
  white-space: nowrap;
}
.welfare-box__title {
  padding: 0 16px;
  background: var(--primary-color);
  font-weight: bold;
  font-size: 24px;
  color: white;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .welfare-box__image {
    width: 253px;
    height: 253px;
  }
}
@media screen and (min-width: 768px) {
  .welfare-box__image {
    width: 316px;
    height: 316px;
  }
}

.welfare-section__lead {
  font-weight: bold;
  font-size: 20px;
  color: var(--primary-color);
  text-align: center;
}
.welfare-section__title {
  font-weight: bold;
  color: #333;
  text-align: center;
}
.welfare-section__subtitle {
  margin-top: 40px;
  font-weight: bold;
  font-size: 18px;
  color: var(--primary-color);
}
.welfare-section__main {
  width: 100%;
}
.welfare-section__table {
  width: 100%;
}
.welfare-section__table th, .welfare-section__table td {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  line-height: 1.7;
  vertical-align: top;
}
.welfare-section__table th {
  font-weight: bold;
  white-space: nowrap;
}
.welfare-section__table td {
  border-bottom: 1px solid #ccc;
  width: 100%;
}
.welfare-section__images {
  flex-shrink: 0;
  width: 200px;
}
.welfare-section__caption {
  font-weight: bold;
  color: #333;
}
@media screen and (max-width: 767px) {
  .welfare-section {
    padding: 40px 15px 100px;
  }
  .welfare-section__title {
    font-size: 30px;
  }
  .welfare-section__subtitle {
    margin-bottom: 10px;
    padding: 5px 15px;
    border-left: 8px solid var(--primary-color);
  }
  .welfare-section__table, .welfare-section__table thead, .welfare-section__table tbody, .welfare-section__table tr, .welfare-section__table th, .welfare-section__table td {
    display: block;
  }
  .welfare-section__table th {
    padding-bottom: 0;
  }
  .welfare-section__table td {
    padding-top: 0;
    font-size: 14px;
  }
  .welfare-section__images {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 16px;
    margin-top: 30px;
    width: 100%;
  }
  .welfare-section__images > * {
    width: calc(50% - 8px);
  }
  .welfare-section__image {
    margin-bottom: 10px;
  }
  .welfare-section__caption {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) {
  .welfare-section {
    padding: 80px 0 200px;
  }
  .welfare-section__title {
    font-size: 50px;
  }
  .welfare-section__subtitle {
    margin-bottom: 25px;
    padding: 10px 20px;
    border-left: 4px solid var(--primary-color);
  }
  .welfare-section__body {
    display: flex;
    align-items: flex-start;
    gap: 40px;
  }
  .welfare-section__table th {
    padding-left: 20px;
    border-bottom: 1px solid #ccc;
  }
  .welfare-section__table td {
    padding-left: 40px;
    padding-right: 40px;
  }
  .welfare-section__table tr:first-of-type th, .welfare-section__table tr:first-of-type td {
    padding-top: 0;
  }
  .welfare-section__caption {
    padding: 10px 0 20px;
    font-size: 15px;
  }
}

.error-message,
.mw_wp_form .error {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 14px;
  color: #e43434;
}
.error-message::before,
.mw_wp_form .error::before {
  content: "";
  display: block;
  background: url("../img/recruit/ico_error.svg") no-repeat;
  background-size: 100%;
  width: 15px;
  height: 15px;
}

.form-input {
  padding: 0 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #f2f2f2;
  height: 2.6em;
  font-size: 14px;
}
.form-input--long {
  width: 310px;
}
.form-input.error {
  border-color: #d00;
  background: #fdefef;
}

.form-section {
  color: #333;
}
.form-section--complete {
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(100vh - 140px);
}
.form-section__title {
  font-weight: bold;
  text-align: center;
}
.form-section__lead {
  font-size: 15px;
  line-height: 1.6;
}
.form-section__lead b {
  font-weight: bold;
  color: var(--primary-color);
}
.form-section__section-title {
  margin-bottom: 20px;
  padding: 12px 0 12px 20px;
  border-left: 8px solid var(--primary-color);
  font-weight: bold;
  font-size: 18px;
  color: var(--primary-color);
}
.form-section__job {
  border-top: 1px solid #ccc;
  width: 100%;
}
.form-section__job dt {
  font-weight: bold;
}
.form-section__job dd {
  width: 100%;
  border-bottom: 1px solid #ccc;
}
.form-section__table {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  width: 100%;
}
.form-section__table th, .form-section__table td {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  vertical-align: top;
  line-height: 2;
}
.form-section__table th {
  padding: 15px;
  background: #eaf0f8;
}
.form-section__table th .required {
  font-weight: normal;
  margin-left: 0.5em;
  color: #c9040d;
}
.form-section__table td {
  padding: 12px;
}
.form-section__table--confirm {
  margin-top: 45px;
}
.form-section__table--confirm td {
  padding: 15px;
}
.form-section__privacy-policy {
  margin-top: 35px;
}
.form-section__footer {
  margin-top: 45px;
  text-align: center;
}
.form-section__nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.form-section__link {
  display: flex;
  align-items: center;
  gap: 15px;
  padding-left: 4px;
  width: 200px;
  font-weight: bold;
  font-size: 18px;
  color: var(--primary-color);
}
.form-section__link--prev::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-left: 2px solid var(--primary-color);
  border-bottom: 2px solid var(--primary-color);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.form-section__error {
  display: flex;
  justify-content: center;
}
.form-section__button, .form-section__button[type="submit"] {
  padding: 15px;
  border-radius: 10px;
  background: var(--primary-color);
  font-weight: bold;
  font-size: 20px;
  color: white;
  text-align: center;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .form-section {
    padding: 90px 15px 100px;
  }
  .form-section__title {
    font-size: 36px;
  }
  .form-section__lead {
    margin-top: 25px;
  }
  .form-section__section-title {
    margin: 50px 0 20px;
    padding: 4px 0 4px 15px;
  }
  .form-section__job dt {
    padding-top: 20px;
    font-size: 16px;
  }
  .form-section__job dd {
    margin-top: 5px;
    padding-bottom: 20px;
    font-size: 14px;
    line-height: 1.8;
  }
  .form-section__table, .form-section__table thead, .form-section__table tbody, .form-section__table tr, .form-section__table th, .form-section__table td {
    display: block;
  }
  .form-section__table th {
    padding: 12px 15px;
  }
  .form-section__table td {
    font-size: 14px;
  }
  .form-section__nav {
    flex-direction: column;
  }
  .form-section__button {
    order: -1;
    margin-bottom: 45px;
  }
  .form-section__button, .form-section__button[type="submit"] {
    width: 100%;
  }
  .form-section__link {
    justify-content: center;
  }
}
@media screen and (min-width: 768px) {
  .form-section {
    padding: 133px 0 90px;
  }
  .form-section__title {
    font-size: 50px;
  }
  .form-section__lead {
    margin-top: 15px;
    text-align: center;
  }
  .form-section__section-title {
    margin: 70px 0 20px;
    padding: 12px 0 12px 20px;
  }
  .form-section__job {
    display: flex;
    flex-wrap: wrap;
  }
  .form-section__job dt, .form-section__job dd {
    padding: 25px 0;
    font-size: 16px;
    line-height: 2;
  }
  .form-section__job dt {
    flex-shrink: 0;
    border-bottom: 1px solid #ccc;
    width: 280px;
  }
  .form-section__job dd {
    width: calc(100% - 280px);
  }
  .form-section__table th {
    width: 270px;
  }
  .form-section__button, .form-section__button[type="submit"] {
    width: 400px;
  }
}

.mw_wp_form_input .form-section__link--confirm {
  display: none;
}

.mw_wp_form_confirm .form-section__title, .mw_wp_form_confirm .form-section__section:first-of-type, .mw_wp_form_confirm .form-section__section-title, .mw_wp_form_confirm .form-section__privacy-policy, .mw_wp_form_confirm .form-section__link--input {
  display: none;
}
.mw_wp_form_confirm .form-section__table {
  margin-top: 45px;
}
.mw_wp_form_confirm .form-section__table td {
  padding: 15px;
}
.mw_wp_form_confirm .required {
  display: none;
}

.mw_wp_form_complete .form-section {
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(100vh - 140px);
}

.form-select {
  position: relative;
  display: inline-block;
}
.form-select__select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  position: relative;
  padding: 0 calc(2.6em + 10px) 0 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #f2f2f2;
  height: 2.6em;
  font-size: 14px;
}
.form-select__select.error {
  border-color: #d00;
  background: #fdefef;
}
.form-select__icon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ccc;
  border-radius: 0 4px 4px 0;
  width: 2.6em;
  background: var(--primary-color);
  pointer-events: none;
  font-size: 14px;
}
.form-select__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 7px;
  height: 7px;
  border-bottom: 1px solid white;
  border-right: 1px solid white;
  -webkit-transform: translate(-50%, -80%) rotate(45deg);
          transform: translate(-50%, -80%) rotate(45deg);
}
.mw_wp_form_confirm .form-select__icon {
  display: none;
}
/* 2024.10 */
.form-select--custom-error .wpcf7-not-valid-tip {
  display: none;
}
.form-select--custom-error + .form-custom-error {
  color: #dc3232;
  display: none;
}
.form-select--custom-error:has(.wpcf7-not-valid-tip) + .form-custom-error {
  display: block;
}

.form-textarea {
  display: block;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #f2f2f2;
  width: 100%;
  height: 370px;
  font-size: 14px;
}
.form-textarea.error {
  border-color: #d00;
  background: #fdefef;
}

.privacy-policy {
  overflow: hidden;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.privacy-policy__agreement {
  padding: 20px;
  border-top: 1px solid #ccc;
  background: #f7f7f7;
  font-size: 15px;
  text-align: center;
}
.privacy-policy__agreement label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  cursor: pointer;
}
.privacy-policy__agreement .required {
  color: #c9040d;
}
.privacy-policy__main {
  overflow-x: scroll;
  font-size: 15px;
  line-height: 2;
}
.privacy-policy__main h2, .privacy-policy__main h3 {
  font-weight: bold;
}
.privacy-policy__main h2 {
  margin-bottom: 10px;
  font-size: 24px;
}
.privacy-policy__main h3 {
  margin: 20px 0 10px;
  font-size: 18px;
}
.privacy-policy__main ol {
  margin-left: 40px;
  list-style-type: decimal;
}
@media screen and (max-width: 767px) {
  .privacy-policy__main {
    padding: 30px 15px;
    height: calc(100dvh - 144px);
  }
}
@media screen and (min-width: 768px) {
  .privacy-policy__main {
    padding: 30px;
    height: 310px;
  }
}



/*----------------------------------------------------------------------------*\
 * TRUMPS
 *---------------------------------------------------------------------------- */
@media screen and (max-width: 767px) {
  ._pc {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  ._sp {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .slick-dots li {
    height: 12px;
    width: 12px;
  }
  .slick-dots li button {
    height: 12px;
    width: 12px;
  }
  .slick-dots li button:before {
    font-size: 11px;
  }
}

/* 2024.10 */
.wpcf7-spinner {
  display: none;
}
