.kv-main-text {
  margin-top: 48%;
  font-size: 15px;
}
@media (min-width: 769px) {
  .kv-main-text {
    margin-top: 44%;
    font-size: 32px;
  }
}

.header__logo {
  width: 110px;
}
@media (min-width: 560px) {
  .header__logo {
    width: 192px;
  }
}

.footer {
  background-color: #343B54;
  /* background-color: rgba(#343B54, var(--bg-opacity)); */
}

@media (min-width: 560px) {
  .footer-logo {
    width: 9rem;
  }
}

.front-logo {
  width: 7.5rem;
}
@media (min-width: 560px) {
  .front-logo {
    width: 12rem;
  }
}

.recruit-first {
  position: relative;
  padding: 1px 20px 57px;
  background-color: #fff;
  background-image: url(../images/recruit/frame_top.png), url(../images/recruit/frame_mid.png), url(../images/recruit/frame_bottom.png);
  background-size: 100% auto, 100% auto, 100% auto;
  background-repeat: no-repeat, repeat-y, no-repeat;
  background-position: top, center, bottom;
}
@media (min-width: 769px) {
  .recruit-first {
    padding: 1px 57px 57px;
  }
}
.recruit-first .label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: -20px;
  margin-bottom: 36px;
  padding: 0 42px;
}
@media (min-width: 769px) {
  .recruit-first .label {
    margin-top: -32px;
  }
}
.recruit-first .title {
  margin: 0 0 34px;
  line-height: 2.2;
  font-weight: bold;
  font-size: 20px;
  color: #9A361F;
  letter-spacing: 0.1em;
  text-align: center;
}
@media (min-width: 769px) {
  .recruit-first .title {
    font-size: 26px;
  }
}
.recruit-first .text {
  line-height: 2.4;
  font-size: 15px;
  letter-spacing: 0.05em;
}
@media (min-width: 769px) {
  .recruit-first .text {
    line-height: 3;
    font-size: 16px;
    text-align: center;
  }
}

.recruit-value {
  overflow-x: clip;
}
.recruit-value .h-title {
  margin-bottom: 34px;
  letter-spacing: 0.2em;
  font-size: 20px;
}
@media (min-width: 769px) {
  .recruit-value .h-title {
    margin-bottom: 53px;
    font-size: 26px;
  }
}
.recruit-value .h-lede {
  margin-bottom: 70px;
  line-height: 2.5;
  letter-spacing: 0.05em;
  font-size: 15px;
}
@media (min-width: 769px) {
  .recruit-value .h-lede {
    margin-bottom: 90px;
    font-size: 16px;
    text-align: center;
  }
}

.recruit-value-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 769px) {
  .recruit-value-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (max-width: 768px) {
  .recruit-value-item + .recruit-value-item {
    margin-top: 40px;
  }
}
.recruit-value-item__image {
  margin-bottom: 34px;
}
@media (min-width: 769px) {
  .recruit-value-item__image {
    margin-bottom: 0;
  }
  .recruit-value-item__image div {
    height: 100%;
  }
}
.recruit-value-item__image img {
  max-width: none;
  width: 100%;
}
@media (min-width: 769px) {
  .recruit-value-item__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.recruit-value-item__text .title {
  margin: 0 0 20px;
  line-height: 1.8;
  letter-spacing: 0.2em;
  font-weight: bold;
  font-size: 18px;
  color: #9A361F;
}
@media (min-width: 769px) {
  .recruit-value-item__text .title {
    margin: 0 0 50px;
    line-height: 2.2;
    font-size: 20px;
  }
}
.recruit-value-item__text .text {
  line-height: 2.4;
  letter-spacing: 0.08em;
}
@media (min-width: 769px) {
  .recruit-value-item__text .text {
    line-height: 3;
    letter-spacing: 0.05em;
    font-size: 16px;
  }
}
@media (min-width: 769px) {
  .recruit-value-item--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media (min-width: 769px) {
  .recruit-value-item--reverse .recruit-value-item__image div {
    position: relative;
    width: 50vw;
    margin-right: -50vw;
  }
}
@media (min-width: 769px) {
  .recruit-value-item--reverse .recruit-value-item__text {
    padding: 64px 76px 64px 0;
  }
}
@media (min-width: 769px) {
  .recruit-value-item__image, .recruit-value-item__text {
    width: 50%;
  }
}
@media (min-width: 769px) {
  .recruit-value-item:not(.recruit-value-item--reverse) .recruit-value-item__image div {
    position: relative;
    left: 100%;
    width: 50vw;
    margin-left: -50vw;
  }
}
@media (min-width: 769px) {
  .recruit-value-item:not(.recruit-value-item--reverse) .recruit-value-item__image img {
    max-width: none;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (min-width: 769px) {
  .recruit-value-item:not(.recruit-value-item--reverse) .recruit-value-item__text {
    padding: 64px 0 64px 76px;
  }
}

.recruit-video .video-frame {
  max-width: 820px;
  margin: 0 auto;
  padding: 28px;
  background-image: url(../images/recruit/video_frame.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
}
.recruit-video .video-frame .inner {
  position: relative;
  padding-top: 56.25%;
}
.recruit-video .video-frame .inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.recruit-staff-popup {
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  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;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.recruit-staff-popup.is-active {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
}
.recruit-staff-popup .popup-container {
  position: relative;
}
.recruit-staff-popup .inner {
  position: relative;
  max-width: 800px;
  max-height: 90svh;
  width: 100%;
  overflow: auto;
}
.recruit-staff-popup .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  width: 56px;
  height: 56px;
  background-color: #655145;
  background-image: url(../images/recruit/close.png);
  background-repeat: no-repeat;
  background-size: cover;
  border: 0;
}
@media (min-width: 769px) {
  .recruit-staff-popup .close {
    width: 70px;
    height: 70px;
  }
}
.recruit-staff-popup .close span {
  display: none;
}
.recruit-staff-popup .close:hover {
  opacity: 0.8;
}
.recruit-staff-popup .content {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.recruit-staff-popup .content .image img {
  max-width: none;
  width: 100%;
}
.recruit-staff-popup .content .staff-data {
  padding: 1px 24px 40px;
}
@media (min-width: 769px) {
  .recruit-staff-popup .content .staff-data {
    padding: 1px 58px 72px;
  }
}
.recruit-staff-popup .content .staff-data .title {
  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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
  margin: -0.8em 0 30px;
  font-weight: bold;
  font-size: 18px;
  color: #655145;
  letter-spacing: 0.1em;
}
@media (min-width: 769px) {
  .recruit-staff-popup .content .staff-data .title {
    margin: -0.8em 0 30px;
    font-size: 24px;
    letter-spacing: 0.2em;
  }
}
.recruit-staff-popup .content .staff-data .title span {
  padding: 0 8px;
  background-color: #fff;
}
.recruit-staff-popup .content .staff-data .staff-texts dl {
  padding-bottom: 24px;
}
@media (min-width: 769px) {
  .recruit-staff-popup .content .staff-data .staff-texts dl {
    padding-bottom: 40px;
  }
}
.recruit-staff-popup .content .staff-data .staff-texts dl + dl {
  padding-top: 24px;
  border-top: 2px dotted #655145;
}
.recruit-staff-popup .content .staff-data .staff-texts dl:last-child {
  padding-bottom: 0;
}
.recruit-staff-popup .content .staff-data .staff-texts dl dt {
  margin-bottom: 12px;
  font-weight: bold;
  font-size: 18px;
  color: #9a361f;
}
@media (min-width: 769px) {
  .recruit-staff-popup .content .staff-data .staff-texts dl dt {
    margin-bottom: 18px;
    font-size: 20px;
  }
}
.recruit-staff-popup .content .staff-data .staff-texts dl dd {
  line-height: 2;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.05em;
}

.recruit-staff {
  margin: 77px 0 100px;
}
.recruit-staff .h-title {
  margin-bottom: 34px;
  letter-spacing: 0.2em;
  font-size: 20px;
}
@media (min-width: 769px) {
  .recruit-staff .h-title {
    margin-bottom: 50px;
    font-size: 26px;
  }
}
.recruit-staff__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media (min-width: 769px) {
  .recruit-staff__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 45px;
  }
}
.recruit-staff__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
@media (min-width: 769px) {
  .recruit-staff__item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.recruit-staff__item p {
  margin: 0;
  font-weight: bold;
}
.recruit-staff__item .staff-info {
  line-height: 1.6;
  font-size: 16px;
}
.recruit-staff__item .staff-text {
  line-height: 1.6;
  font-size: 18px;
  color: #76351D;
}
.recruit-staff__item .staff-link button {
  cursor: pointer;
  width: 100%;
  padding: 16px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.1em;
  text-align: center;
  background-color: #9A361F;
  background-image: url(../images/recruit/arrow4.png);
  background-repeat: no-repeat;
  background-size: 7px 11px;
  background-position: right 16px center;
  border-radius: 4px;
  border: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.recruit-staff__item .staff-link button:hover {
  opacity: 0.8;
}

.recruit-day-flow {
  padding-bottom: 100px;
}
.recruit-day-flow .h-title {
  margin-bottom: 50px;
  letter-spacing: 0.2em;
  font-size: 20px;
}
@media (min-width: 769px) {
  .recruit-day-flow .h-title {
    margin-bottom: 70px;
    font-size: 26px;
  }
}
.recruit-day-flow .tab-wrapper {
  position: relative;
}
.recruit-day-flow .tab-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 2px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.recruit-day-flow .tab-buttons li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.recruit-day-flow .tab-buttons button {
  cursor: pointer;
  width: 100%;
  padding: 12px 20px;
  font-weight: bold;
  font-size: 15px;
  color: #9A361F;
  text-align: center;
  background-color: #ECD2C1;
  border-radius: 4px 4px 0 0;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
@media (min-width: 769px) {
  .recruit-day-flow .tab-buttons button {
    padding: 23px 20px;
    font-size: 16px;
  }
}
.recruit-day-flow .tab-buttons button.is-active {
  padding: 20px 20px;
  color: #fff;
  background-color: #9A361F;
}
@media (min-width: 769px) {
  .recruit-day-flow .tab-buttons button.is-active {
    padding: 30px 20px;
  }
}
.recruit-day-flow .tab-buttons button:not(.is-active):hover {
  background-color: #f3cdc5;
}
.recruit-day-flow .tab-contents {
  position: relative;
  border: 4px solid #9A361F;
}
.recruit-day-flow .tab-content {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.recruit-day-flow .tab-content.is-active {
  position: relative;
  z-index: 1;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.recruit-day-flow .content-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: 20px 20px;
}
@media (min-width: 769px) {
  .recruit-day-flow .content-data {
    padding: 46px 66px;
  }
}
.recruit-day-flow .content-data__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  padding: 20px 0;
}
.recruit-day-flow .content-data__item + .content-data__item {
  border-top: 2px dotted #655145;
}
.recruit-day-flow .content-data .time {
  width: 60px;
  font-weight: bold;
  font-size: 16px;
  color: #9A361F;
}
@media (min-width: 769px) {
  .recruit-day-flow .content-data .time {
    width: 120px;
    font-size: 20px;
  }
}
.recruit-day-flow .content-data .text-dl {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.recruit-day-flow .content-data .text-dl dt {
  margin: 0 0 12px;
  line-height: 1.4;
  font-weight: bold;
  font-size: 16px;
}
@media (min-width: 769px) {
  .recruit-day-flow .content-data .text-dl dt {
    font-size: 20px;
  }
}
.recruit-day-flow .content-data .text-dl dd p {
  line-height: 2;
  font-size: 15px;
}
@media (min-width: 769px) {
  .recruit-day-flow .content-data .text-dl dd p {
    font-size: 16px;
  }
}

.recruit-mirai {
  padding: 100px 0 120px;
  overflow-x: clip;
  background-color: #FAF4ED;
}
.recruit-mirai .h-title {
  margin-bottom: 34px;
  letter-spacing: 0.2em;
  font-size: 20px;
}
@media (min-width: 769px) {
  .recruit-mirai .h-title {
    margin-bottom: 50px;
    font-size: 26px;
  }
}
.recruit-mirai .h-lede {
  margin-bottom: 60px;
  line-height: 2.5;
  letter-spacing: 0.05em;
  font-size: 16px;
}
@media (min-width: 769px) {
  .recruit-mirai .h-lede {
    margin-bottom: 80px;
    text-align: center;
  }
}
.recruit-mirai .content-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media (min-width: 769px) {
  .recruit-mirai .content-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 40px;
  }
}
.recruit-mirai .content-item + .content-item {
  margin-top: 40px;
}
@media (min-width: 769px) {
  .recruit-mirai .content-item + .content-item {
    margin-top: 50px;
  }
}
@media (min-width: 769px) {
  .recruit-mirai .content-item--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media (min-width: 769px) {
  .recruit-mirai .content-item:not(.content-item--reverse) .content-item__image div {
    position: relative;
    left: 100%;
    margin-left: -50vw;
  }
}
@media (min-width: 769px) {
  .recruit-mirai .content-item.content-item--reverse .content-item__image div {
    position: relative;
    margin-right: -50vw;
  }
}
@media (min-width: 769px) {
  .recruit-mirai .content-item__image {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media (min-width: 769px) {
  .recruit-mirai .content-item__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (min-width: 769px) {
  .recruit-mirai .content-item__image div {
    width: calc(50vw - 40px);
  }
}
@media (min-width: 769px) {
  .recruit-mirai .content-item__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 50%;
  }
}
.recruit-mirai .content-item__text .title {
  margin: 0 0 20px;
  font-weight: bold;
  font-size: 20px;
  color: #76351D;
  letter-spacing: 0.1em;
}
@media (min-width: 769px) {
  .recruit-mirai .content-item__text .title {
    margin: 0 0 40px;
    font-size: 20px;
  }
}
.recruit-mirai .content-item__text .text {
  line-height: 2.4;
  font-size: 16px;
  letter-spacing: 0.05em;
}
.recruit-mirai .content-sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 88px 0 0;
}
@media (min-width: 769px) {
  .recruit-mirai .content-sub {
    margin: 100px 0 0;
  }
}
.recruit-mirai .content-sub .inner {
  position: relative;
  max-width: 644px;
  width: 100%;
  padding: 40px 30px;
  background-color: #fff;
  background-image: url(../images/recruit/mirai_frame_top.png), url(../images/recruit/mirai_frame_bottom.png), url(../images/recruit/mirai_frame_mid.png);
  background-size: 100% auto, 100% auto, 100% auto;
  background-repeat: no-repeat, no-repeat, repeat-y;
  background-position: top, bottom, center;
  border-radius: 10px;
}
@media (min-width: 769px) {
  .recruit-mirai .content-sub .inner {
    padding: 54px 66px;
  }
}
.recruit-mirai .content-sub .inner .image1,
.recruit-mirai .content-sub .inner .image2 {
  position: absolute;
}
@media (max-width: 768px) {
  .recruit-mirai .content-sub .inner .image1,
  .recruit-mirai .content-sub .inner .image2 {
    width: 140px;
  }
}
.recruit-mirai .content-sub .inner .image1 {
  top: -60px;
  left: -50px;
}
@media (min-width: 769px) {
  .recruit-mirai .content-sub .inner .image1 {
    top: -120px;
    left: -108px;
  }
}
.recruit-mirai .content-sub .inner .image2 {
  bottom: -60px;
  right: -50px;
}
@media (min-width: 769px) {
  .recruit-mirai .content-sub .inner .image2 {
    bottom: -98px;
    right: -120px;
  }
}
.recruit-mirai .content-sub .inner .text {
  line-height: 2;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.05em;
}

.recruit-environment {
  padding: 60px 0 80px;
}
@media (min-width: 769px) {
  .recruit-environment {
    padding: 94px 0 115px;
  }
}
.recruit-environment .h-title {
  margin-bottom: 30px;
  letter-spacing: 0.2em;
  font-size: 20px;
  text-align: center;
}
@media (min-width: 769px) {
  .recruit-environment .h-title {
    margin-bottom: 50px;
    font-size: 26px;
  }
}
.recruit-environment .h-lede {
  margin-bottom: 32px;
  line-height: 2.5;
  letter-spacing: 0.05em;
  font-size: 16px;
}
@media (min-width: 769px) {
  .recruit-environment .h-lede {
    margin-bottom: 48px;
    text-align: center;
  }
}
.recruit-environment .content-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
@media (min-width: 769px) {
  .recruit-environment .content-items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 26px;
  }
}
.recruit-environment .content-items .content-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media (min-width: 769px) {
  .recruit-environment .content-items .content-item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.recruit-environment .content-items .content-item__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 768px) {
  .recruit-environment .content-items .content-item__image img {
    width: 80px;
  }
}
.recruit-environment .content-items .content-item__text .title {
  font-weight: bold;
  font-size: 20px;
  color: #76351D;
  letter-spacing: 0.15em;
}
.recruit-environment .content-items .content-item__text .text {
  line-height: 2.4;
  font-size: 16px;
  letter-spacing: 0.08em;
}
.recruit-environment .content-owner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 120px 0 0;
}
@media (min-width: 769px) {
  .recruit-environment .content-owner {
    margin: 100px 0 0;
  }
}
.recruit-environment .content-owner .inner {
  position: relative;
  max-width: 900px;
  width: 100%;
  background-color: #fff;
  border: 7px solid #9A361F;
}
@media (max-width: 768px) {
  .recruit-environment .content-owner .inner {
    padding: 220px 20px 60px;
  }
}
@media (min-width: 769px) {
  .recruit-environment .content-owner .inner {
    padding: 56px 75px 56px 363px;
  }
}
.recruit-environment .content-owner__image {
  position: absolute;
}
@media (max-width: 768px) {
  .recruit-environment .content-owner__image {
    top: -100px;
    left: 50%;
    width: 240px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .recruit-environment .content-owner__image img {
    width: 240px;
  }
}
@media (min-width: 769px) {
  .recruit-environment .content-owner__image {
    top: -30px;
    left: -14px;
    width: 353px;
  }
}
.recruit-environment .content-owner__text .title {
  margin: 0 0 20px;
  font-weight: bold;
  font-size: 24px;
  color: #76351D;
  letter-spacing: 0.15em;
}
.recruit-environment .content-owner__text .text {
  margin: 0 0 20px;
  line-height: 2;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.08em;
}
.recruit-environment .content-owner__text .info {
  margin: 0;
  line-height: 2;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.08em;
}
.recruit-environment .content-owner__text .detail-button {
  margin: 40px 0 0;
}
.recruit-environment .content-owner__text .detail-button button {
  cursor: pointer;
  max-width: 302px;
  width: 100%;
  padding: 16px 20px;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  text-align: center;
  background-color: #9A361F;
  background-image: url(../images/recruit/arrow4.png);
  background-repeat: no-repeat;
  background-size: 7px 11px;
  background-position: right 16px center;
  border-radius: 4px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media (min-width: 769px) {
  .recruit-environment .content-owner__text .detail-button button {
    padding: 22px 20px;
  }
}
.recruit-environment .content-owner__text .detail-button button:hover {
  opacity: 0.8;
}
.recruit-environment .outline {
  position: relative;
  margin: 100px 0 0;
  background-image: url(../images/recruit/outline_bg.png);
  background-size: cover;
}
@media (min-width: 769px) {
  .recruit-environment .outline {
    margin: 137px 0 0;
  }
}
@media (max-width: 768px) {
  .recruit-environment .outline .tape1,
  .recruit-environment .outline .tape2 {
    width: 60px;
  }
}
.recruit-environment .outline .tape1 {
  position: absolute;
  top: -12px;
  left: -16px;
}
@media (min-width: 769px) {
  .recruit-environment .outline .tape1 {
    top: -16px;
    left: -22px;
  }
}
.recruit-environment .outline .tape2 {
  position: absolute;
  top: -12px;
  right: -16px;
}
@media (min-width: 769px) {
  .recruit-environment .outline .tape2 {
    top: -16px;
    right: -22px;
  }
}
.recruit-environment .outline .inner {
  padding: 64px 20px;
}
@media (min-width: 769px) {
  .recruit-environment .outline .inner {
    padding: 64px 60px;
  }
}
.recruit-environment .outline .inner .title {
  margin: 0 0 40px;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.15em;
  text-align: center;
}
@media (min-width: 769px) {
  .recruit-environment .outline .inner .title {
    margin: 0 0 64px;
    font-size: 26px;
  }
}
.recruit-environment .outline .outline-table {
  width: 100%;
}
.recruit-environment .outline .outline-table th {
  font-weight: bold;
  color: #655145;
}
.recruit-environment .outline .outline-table td {
  font-weight: bold;
}
@media (max-width: 768px) {
  .recruit-environment .outline .outline-table tbody, .recruit-environment .outline .outline-table tr, .recruit-environment .outline .outline-table th, .recruit-environment .outline .outline-table td {
    display: block;
    text-align: left;
  }
  .recruit-environment .outline .outline-table tbody {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  .recruit-environment .outline .outline-table tr {
    padding-bottom: 20px;
    border-bottom: 2px dotted #9A361F;
  }
  .recruit-environment .outline .outline-table tr:last-child {
    padding-bottom: 0;
    border-bottom: 0;
  }
  .recruit-environment .outline .outline-table th {
    padding-bottom: 8px;
  }
}
@media (min-width: 769px) {
  .recruit-environment .outline .outline-table th, .recruit-environment .outline .outline-table td {
    padding: 20px 0;
    vertical-align: top;
    text-align: left;
    border-bottom: 2px dotted #9A361F;
  }
  .recruit-environment .outline .outline-table tr:first-child th, .recruit-environment .outline .outline-table tr:first-child td {
    padding-top: 0;
  }
  .recruit-environment .outline .outline-table tr:last-child th, .recruit-environment .outline .outline-table tr:last-child td {
    padding-bottom: 0;
    border-bottom: 0;
  }
}

.owner-popup {
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  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;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.owner-popup.is-active {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
}
.owner-popup .popup-container {
  position: relative;
}
.owner-popup .inner {
  max-width: 800px;
  max-height: 90svh;
  width: 100%;
  overflow-y: auto;
}
.owner-popup .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  width: 70px;
  height: 70px;
  background-color: #655145;
  background-image: url(../images/recruit/close.png);
  background-repeat: no-repeat;
  background-size: cover;
  border: 0;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.owner-popup .close span {
  display: none;
}
.owner-popup .close:hover {
  opacity: 0.8;
}
.owner-popup .content {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.owner-popup .content .image img {
  max-width: none;
  width: 100%;
}
.owner-popup .content .owner-text {
  padding: 40px 20px;
}
@media (min-width: 769px) {
  .owner-popup .content .owner-text {
    padding: 40px 72px;
  }
}
.owner-popup .content .owner-text .title {
  margin: 0 0 12px;
  font-weight: bold;
  font-size: 24px;
  color: #9A361F;
  letter-spacing: 0.2em;
}
.owner-popup .content .owner-text .info {
  margin: 0 0 40px;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.2em;
}
.owner-popup .content .owner-text .text {
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.05em;
}
.owner-popup .content .owner-text .text p {
  margin: 0;
}
.owner-popup .content .owner-text .text p + p {
  margin-top: 1em;
}

.recruit-benefit {
  padding: 80px 0;
  background-image: url(../images/recruit/img_bg.png);
  background-size: cover;
}
.recruit-benefit .h-title {
  margin: 0 -20px 30px;
  font-weight: bold;
  font-size: 26px;
  text-align: center;
  letter-spacing: 0.2em;
}
.recruit-benefit .h-lede {
  margin: 0 0 70px;
  line-height: 2;
  letter-spacing: 0.05em;
  font-size: 16px;
}
@media (min-width: 769px) {
  .recruit-benefit .h-lede {
    margin: 0 0 90px;
    text-align: center;
  }
}
.recruit-benefit .content-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 68px;
}
@media (min-width: 769px) {
  .recruit-benefit .content-items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 26px;
  }
}
.recruit-benefit .content-items .content-item {
  position: relative;
}
@media (min-width: 769px) {
  .recruit-benefit .content-items .content-item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.recruit-benefit .content-items .content-item__number {
  position: absolute;
  top: -36px;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.recruit-benefit .content-items .content-item__wrap {
  padding: 24px 16px;
  height: 100%;
  background-color: #fff;
  border-radius: 4px;
}
.recruit-benefit .content-items .content-item__image img {
  width: 100%;
}
.recruit-benefit .content-items .content-item__text .title {
  margin: 20px 0;
  font-weight: bold;
  font-size: 20px;
  color: #76351D;
  letter-spacing: 0.2em;
  text-align: center;
}
.recruit-benefit .content-items .content-item__text .text {
  margin: 0;
  line-height: 2;
  font-size: 16px;
  letter-spacing: 0.05em;
}

.recruit-flow {
  padding: 80px 0;
}
.recruit-flow .h-title {
  margin-bottom: 30px;
  letter-spacing: 0.2em;
  font-size: 20px;
  text-align: center;
}
@media (min-width: 769px) {
  .recruit-flow .h-title {
    margin-bottom: 50px;
    font-size: 26px;
  }
}
.recruit-flow__content {
  max-width: 744px;
  width: 100%;
  margin: 0 auto;
}
.recruit-flow__list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.recruit-flow__list li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  padding-bottom: 40px;
}
@media (min-width: 769px) {
  .recruit-flow__list li {
    gap: 40px;
    padding-bottom: 54px;
  }
}
.recruit-flow__list li:not(:last-child):before {
  content: "";
  position: absolute;
  top: 5px;
  left: 22px;
  z-index: 0;
  width: 7px;
  height: 100%;
  background-color: #9A361F;
}
@media (min-width: 769px) {
  .recruit-flow__list li:not(:last-child):before {
    width: 14px;
    left: 52px;
  }
}
.recruit-flow__list .icon {
  position: relative;
  z-index: 1;
  width: 50px;
}
@media (min-width: 769px) {
  .recruit-flow__list .icon {
    width: 118px;
  }
}
.recruit-flow__list .icon img {
  width: 100%;
}
.recruit-flow__list .flow-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.recruit-flow__list .flow-text dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin: 0 0 16px;
  font-weight: bold;
  font-size: 18px;
  color: #655145;
}
@media (min-width: 769px) {
  .recruit-flow__list .flow-text dt {
    gap: 16px;
    margin-bottom: 24px;
    font-size: 20px;
  }
}
.recruit-flow__list .flow-text .step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 72px;
  height: 20px;
  background-color: #655145;
  border-radius: 4px;
}
@media (min-width: 769px) {
  .recruit-flow__list .flow-text .step {
    width: 100px;
    height: 32px;
  }
}
.recruit-flow__list .flow-text .step img {
  width: auto;
  height: 8px;
}
@media (min-width: 769px) {
  .recruit-flow__list .flow-text .step img {
    height: 12px;
  }
}
.recruit-flow__list .flow-text dd {
  line-height: 2;
  font-size: 15px;
  letter-spacing: 0.05em;
}
@media (min-width: 769px) {
  .recruit-flow__list .flow-text dd {
    font-size: 16px;
  }
}

.recruit-form {
  padding: 0 0 80px;
}
@media (min-width: 769px) {
  .recruit-form {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 0 100px;
  }
}
.recruit-form iframe {
  width: 100%;
  height: 3280px;
}
@media (min-width: 769px) {
  .recruit-form iframe {
    height: 3100px;
  }
}