@charset "UTF-8";

button {
  background-color: initial;
  border: initial;
  color: inherit;
  cursor: inherit;
  font: inherit;
}

/* デフォルトの三角アイコン削除 */
summary {
  list-style: none;
}
/* デフォルトの三角アイコン削除（Safari） */
summary::-webkit-details-marker {
  display: none;
}

figure {
  margin: initial;
}

.inner {
  max-width: 1030px;
}
@media screen and (max-width: 834px) {
  .inner {
    padding-inline: 11px;
  }
}

.ttl01 {
  font-weight: 600;
  font-size: 20px;
  line-height: calc(24 / 20);
  letter-spacing: 0.04em;
  font-feature-settings: "palt";
  text-align: center;
  color: #231815;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 834px) {
  .ttl01 {
    font-size: 12px;
    line-height: calc(16 / 12);
  }
}

.ttl01::before {
  content: attr(data-en);
  font-weight: 400;
  font-family: "Manrope", sans-serif;
  font-size: 60px;
}
@media screen and (max-width: 834px) {
  .ttl01::before {
    font-size: 48px;
  }
}

.ttl01.ttl01--lg {
  font-size: 21px;
  letter-spacing: 0.14em;
}
@media screen and (max-width: 834px) {
  .ttl01.ttl01--lg {
    font-size: 14px;
  }
}

.ttl01.ttl01--uppercase::before {
  text-transform: uppercase;
  font-size: 66px;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 834px) {
  .ttl01.ttl01--uppercase::before {
    font-size: 40px;
  }
}

.ttl01.ttl01--white {
  color: #fff;
}

@media screen and (max-width: 834px) {
  .ttl01.ttl01--align-left-sp {
    text-align: left;
  }
}

.ttl02 {
  font-weight: 400;
  font-family: "Manrope", sans-serif;
  font-size: 60px;
  line-height: calc(72 / 60);
  text-transform: uppercase;
  text-align: center;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 834px) {
  .ttl02 {
    font-size: 40px;
    line-height: calc(48 / 40);
  }
}

.ttl02.ttl02--white {
  color: #e9e1d8;
}

.ttl02__sub {
  font-family: "Manrope", sans-serif;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  color: #f6f5f4;
}
@media screen and (max-width: 834px) {
  .ttl02__sub {
    font-size: 9px;
    line-height: calc(13 / 9);
  }
}

.ttl03 {
  font-weight: 600;
  font-size: 21px;
  letter-spacing: 0.06em;
  font-feature-settings: "palt";
  text-align: center;
  display: grid;
  grid-template-areas: "cover";
}
@media screen and (max-width: 834px) {
  .ttl03 {
    font-size: 14px;
  }
}

.ttl03::before {
  content: attr(data-en);
  font-weight: 400;
  font-family: "Manrope", sans-serif;
  font-size: 66px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #ffffff;
  grid-area: cover;
  margin-bottom: -42px;
  /* position: absolute;
  top: calc(-1em + 8px);
  left: 50%;
  transform: translateX(-50%);
  z-index: -1; */
}
@media screen and (max-width: 834px) {
  .ttl03::before {
    font-size: 44px;
    margin-bottom: -26px;
  }
}

.ttl04 {
  font-weight: 600;
  font-size: 19px;
  letter-spacing: 0.06em;
  text-align: center;
  font-feature-settings: "palt";
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 834px) {
  .ttl04 {
    font-size: 13px;
  }
}

.ttl04::before {
  content: attr(data-en);
  font-weight: 400;
  font-family: "Manrope", sans-serif;
  font-size: 66px;
  line-height: calc(79 / 66);
  letter-spacing: 0.04em;
  color: #231815;
  border-bottom: 1px solid #000;
  margin-bottom: 10px;
}
@media screen and (max-width: 834px) {
  .ttl04::before {
    font-size: 40px;
    margin-bottom: 5px;
  }
}

.ttl05 {
  font-size: 21px;
  line-height: calc(24 / 21);
  letter-spacing: 0.02em;
  text-align: center;
  color: #4a7e95;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 834px) {
  .ttl05 {
    font-size: 14px;
    line-height: calc(16 / 14);
  }
}

.ttl05::before {
  content: attr(data-en);
  text-transform: uppercase;
  order: 1;
  font-family: "Manrope", sans-serif;
  font-size: 25px;
  letter-spacing: 0.08em;
  font-feature-settings: "palt";
  margin-bottom: -5px;
}
@media screen and (max-width: 834px) {
  .ttl05::before {
    font-size: 15px;
    margin-bottom: -3px;
  }
}

.ttl05::after {
  content: attr(data-en2);
  order: 2;
  font-family: "Manrope", sans-serif;
  font-size: 70px;
  letter-spacing: 0.04em;
  font-feature-settings: "palt";
}
@media screen and (max-width: 834px) {
  .ttl05::after {
    font-size: 48px;
    margin-bottom: 6px;
  }
}

.ttl05__wrap {
  order: 3;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ttl05__wrap::before,
.ttl05__wrap::after {
  content: "-";
}
.ttl05__wrap::before {
  margin-right: 0.25em;
}
.ttl05__wrap::after {
  margin-left: 0.25em;
}

.ttl06 {
  font-weight: 600;
  font-size: 21px;
  letter-spacing: 0.04em;
  font-feature-settings: "palt";
  text-transform: uppercase;
  display: inline-grid;
  grid-template-areas: "ttl06__before ttl06__after" "ttl06__wrap ttl06__wrap";
  gap: 0 0.5em;
}
@media screen and (max-width: 834px) {
  .ttl06 {
    font-size: 14px;
    line-height: calc(13 / 14);
    display: flex;
    flex-direction: column;
    gap: 0.5em;
  }
}

.ttl06__wrap {
  grid-area: ttl06__wrap;
  margin-top: -0.75em;
}
@media screen and (max-width: 834px) {
  .ttl06__wrap {
    order: 3;
    margin-top: initial;
  }
}

.ttl06::before {
  content: attr(data-en);
  font-weight: 400;
  font-family: "Manrope", sans-serif;
  font-size: 42px;
  font-feature-settings: "palt";
  text-transform: initial;
  color: #231815;
  grid-area: ttl06__before;
  align-self: end;
  margin-bottom: 0.25em;
}
@media screen and (max-width: 834px) {
  .ttl06::before {
    font-size: 28px;
    align-self: initial;
    margin-bottom: -0.25em;
    order: 1;
  }
}

.ttl06::after {
  content: attr(data-en2);
  font-weight: 400;
  font-family: "Manrope", sans-serif;
  font-size: 70px;
  font-feature-settings: "palt";
  text-transform: initial;
  color: #231815;
  grid-area: ttl06__after;
}
@media screen and (max-width: 834px) {
  .ttl06::after {
    font-size: 48px;
    order: 2;
  }
}

.ttl07 {
  font-family: "Manrope", sans-serif;
  font-size: 60px;
  letter-spacing: 0.04em;
  text-align: center;
  font-feature-settings: "palt";
  text-transform: uppercase;
  color: #231815;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 834px) {
  .ttl07 {
    font-size: 36px;
  }
}

.ttl07__wrap {
  flex-shrink: 0;
  max-width: calc(100% - 2em);
  margin-inline: 0.25em;
}
@media screen and (max-width: 834px) {
  .ttl07__wrap {
    max-width: calc(100% - 1em);
  }
}

.ttl07::before,
.ttl07::after {
  content: "";
  background-color: #000;
  width: 100%;
  height: 1px;
  min-width: 1em;
}
@media screen and (max-width: 834px) {
  .ttl07::before,
  .ttl07::after {
    min-width: 0.5em;
  }
}

.ttl08 {
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.06em;
  text-align: center;
  font-feature-settings: "palt";
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 834px) {
  .ttl08 {
    font-size: 12px;
  }
}

.ttl08__wrap {
  display: inline-block;
  padding-inline: 0.5em;
  padding-block: 0.25em;
  background-color: #4a7e95;
}

.ttl08::before {
  content: attr(data-en);
  font-weight: 400;
  font-family: "Manrope", sans-serif;
  font-size: 66px;
  letter-spacing: 0.04em;
  margin-bottom: -10px;
}
@media screen and (max-width: 834px) {
  .ttl08::before {
    font-size: 42px;
    margin-bottom: -5px;
  }
}

.txt01 {
  font-size: 16px;
  line-height: calc(27 / 16);
  letter-spacing: 0.04em;
  color: #333333;
  font-feature-settings: "palt";
}
@media screen and (max-width: 834px) {
  .txt01 {
    font-size: 13px;
    line-height: calc(20 / 13);
  }
}

.ttl-underline {
  font-weight: 600;
  font-size: 32px;
  line-height: calc(51 / 32);
  letter-spacing: 0.04em;
  font-feature-settings: "palt";
  color: #4a7e95;
  text-decoration: underline;
  text-underline-offset: 10px;
  text-decoration-thickness: 1px;
}
@media screen and (max-width: 834px) {
  .ttl-underline {
    font-size: 20px;
    line-height: calc(30 / 20);
    text-underline-offset: 5px;
  }
}

.ttl-underline__br {
  display: block;
}

.ttl-band {
  font-weight: 600;
  font-size: 24px;
  line-height: calc(37 / 24);
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  color: #fff;
}
@media screen and (max-width: 834px) {
  .ttl-band {
    font-size: 16px;
    line-height: calc(24 / 16);
  }
}

.ttl-band__wrap {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.25em;
}

.ttl-band__wrap:has(.ttl-band__br-sp) {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.25em;
  background-image: linear-gradient(90deg, #000, #000);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 100% 100%; /* '100%'の部分にマーカーの太さを記入 */
  padding-inline: 0.5em;
}
@media screen and (max-width: 834px) {
  .ttl-band__wrap:has(.ttl-band__br-sp) {
    background-image: initial;
    background-repeat: initial;
    background-position: initial;
    background-size: initial;
    padding-inline: initial;
  }
}

/* @media screen and (max-width: 834px) {
  .ttl-band__wrap:has(.ttl-band__br-sp) {
  }
} */
.ttl-band__br {
  display: inline;
  background-image: linear-gradient(90deg, #000, #000);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 100% 100%; /* '100%'の部分にマーカーの太さを記入 */
  padding-inline: 0.5em;
}
@media screen and (max-width: 834px) {
  .ttl-band__br {
    padding-inline: 0.25em;
  }
}

.ttl-band__br-sp {
  display: contents;
}
@media screen and (max-width: 834px) {
  .ttl-band__br-sp {
    display: inline;
    background-image: linear-gradient(90deg, #000, #000);
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 100% 100%; /* '100%'の部分にマーカーの太さを記入 */
    padding-inline: 0.25em;
  }
}

.ttl-box {
  font-weight: 600;
  font-size: 24px;
  line-height: calc(36 / 24);
  letter-spacing: 0.08em;
  color: #ffffff;
  font-feature-settings: "palt";
  background-color: #4a7e95;
  padding-inline: 22px 11px;
  padding-block: 0.5em;
  display: flex;
  align-items: center;
  gap: 2em;
}
@media screen and (max-width: 834px) {
  .ttl-box {
    font-size: 16px;
    padding-inline: 15px;
    padding-block: 0.25em;
    line-height: calc(24 / 16);
    min-height: 44px;
  }
}

.ttl-box.ttl-box--2 {
  letter-spacing: 0.04em;
  justify-content: space-between;
  gap: 2px;
}

.ttl-box.ttl-box--black {
  background-color: #000;
}

.ttl-box::after {
  content: attr(data-en);
  font-weight: 300;
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  line-height: calc(16 / 15);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #ffffff;
}
@media screen and (max-width: 834px) {
  .ttl-box::after {
    font-size: 10px;
  }
}

.ttl-box.ttl-box--2::after {
  max-width: 124px;
}
@media screen and (max-width: 834px) {
  .ttl-box.ttl-box--2::after {
    max-width: 83px;
  }
}

.ttl-box__sub {
  font-size: 18px;
  line-height: calc(36 / 18);
}
@media screen and (max-width: 834px) {
  .ttl-box__sub {
    font-size: 12px;
    line-height: calc(24 / 12);
  }
}

.ttl-num {
  font-weight: 600;
  font-size: 21px;
  letter-spacing: 0.14em;
  font-feature-settings: "palt";
  color: #ffffff;
  background-color: #4a7e95;
  display: flex;
  align-items: center;
  gap: 14px;
}
@media screen and (max-width: 834px) {
  .ttl-num {
    font-size: 14px;
    gap: 10px;
  }
}

.ttl-num::before {
  font-weight: 400;
  content: counter(number, decimal-leading-zero);
  font-family: "Manrope", sans-serif;
  font-size: 42px;
  line-height: 0.5;
  letter-spacing: 0.04em;
  align-self: end;
  margin-bottom: 3px;
}
@media screen and (max-width: 834px) {
  .ttl-num::before {
    font-size: 28px;
  }
}

.ttl-points-triangle {
  font-weight: 600;
  font-size: 21px;
  line-height: calc(26 / 21);
  letter-spacing: 0.04em;
  font-feature-settings: "palt";
  color: #4a7e95;
  display: flex;
  align-items: center;
  gap: 0.25em;
}
@media screen and (max-width: 834px) {
  .ttl-points-triangle {
    font-size: 16px;
  }
}

.ttl-points-triangle::before {
  content: "▶︎";
  font-size: 60%;
}

.ttl-overlay {
  display: grid;
  grid-template-areas: "overlay";
}

.ttl-overlay__img {
  grid-area: overlay;
  border: 1px solid #000;
}

.ttl-overlay__img-item {
  width: 100%;
  height: 100%;
  aspect-ratio: 350/212;
  -o-object-fit: cover;
  object-fit: cover;
}

.ttl-overlay__txt {
  grid-area: overlay;
  align-self: end;
  margin-left: 1px;
  margin-bottom: 1px;
}

.txt-points {
  font-size: 14px;
  line-height: calc(20 / 14);
  letter-spacing: 0.04em;
  font-feature-settings: "palt";
  color: #333333;
  text-indent: -0.5em;
  padding-left: 0.5em;
}
@media screen and (max-width: 834px) {
  .txt-points {
    font-size: 13px;
    line-height: calc(17 / 13);
  }
}

.txt-points__item::before {
  content: "・";
}

.link-sns {
  font-weight: 500;
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  letter-spacing: 0.04em;
  font-feature-settings: "palt";
  color: #333333;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1px;
  display: inline-flex;
  align-items: center;
  gap: 0.25em;
}
@media screen and (max-width: 834px) {
  .link-sns {
    font-size: 12px;
  }
}

.link-sns__icon {
  max-width: 24px;
}
@media screen and (max-width: 834px) {
  .link-sns__icon {
    max-width: 16px;
  }
}

.link-sns__icon-item {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
  object-fit: contain;
}

/* .link-instagram::before {
  content: "";
  background: url(../../assets/img/common/icon_instagram.svg) no-repeat center /
    contain;
  width: 24px;
  height: 24px;
  display: inline-block;
}
@media screen and (max-width: 834px) {
  .link-instagram::before {
    width: 16px;
    height: 16px;
  }
} */

.link-tel {
  font-size: 14px;
  line-height: calc(20 / 14);
  color: #333333;
}
@media screen and (max-width: 834px) {
  .link-tel {
    font-size: 12px;
    line-height: calc(16 / 12);
    letter-spacing: 0.04em;
    font-feature-settings: "palt";
  }
}

.card {
  display: grid;
  grid-template-columns: 223fr 214fr;
  gap: 29px;
}
@media screen and (max-width: 834px) {
  .card {
    grid-template-columns: 1fr 1fr;
    gap: 18px;
  }
}

.card__img {
  align-self: flex-start;
}

.card__img-item {
  width: 100%;
  height: 100%;
  aspect-ratio: 223/282;
  -o-object-fit: cover;
  object-fit: cover;
}

.card__body-top {
  padding-bottom: 20px;
  border-bottom: 1px dotted #656464;
  margin-bottom: 15px;
}
@media screen and (max-width: 834px) {
  .card__body-top {
    padding-bottom: 12px;
    margin-bottom: 10px;
  }
}

.card__ttl {
  font-family: "Manrope", sans-serif;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.04em;
  font-feature-settings: "palt";
  text-transform: uppercase;
  margin-bottom: 22px;
}
@media screen and (max-width: 834px) {
  .card__ttl {
    font-size: 22px;
    margin-bottom: 15px;
  }
}

.card__post {
  font-size: 14px;
}
@media screen and (max-width: 834px) {
  .card__post {
    font-size: 10px;
  }
}

.card__name {
  font-weight: 600;
  font-size: 21px;
  letter-spacing: 0.12em;
  margin-bottom: 13px;
}
@media screen and (max-width: 834px) {
  .card__name {
    font-size: 16px;
    margin-bottom: 10px;
  }
}

.card__work {
  font-size: 16px;
  line-height: calc(24 / 16);
  letter-spacing: 0.02em;
  color: #4a7e95;
  height: 48px;
}
@media screen and (max-width: 834px) {
  .card__work {
    font-size: 12px;
    height: auto;
  }
}

.card__list {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
  margin-bottom: 23px;
}
@media screen and (max-width: 834px) {
  .card__list {
    margin-bottom: 15px;
  }
}

.card__item {
  font-size: 14px;
  color: #333333;
  display: flex;
  gap: 1em;
}
@media screen and (max-width: 834px) {
  .card__item {
    font-size: 10px;
  }
}

.card__item-ttl {
  flex-shrink: 0;
}

.card__kana {
  max-height: 34px;
}
@media screen and (max-width: 834px) {
  .card__kana {
    max-height: 23px;
  }
}

.card__kana-item {
  width: 100%;
  height: 100%;
  max-height: 40px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: left;
  object-position: left;
}

@media screen and (max-width: 834px) {
  .card__kana-item {
    max-height: inherit;
  }
}

.card2 {
  display: flex;
  flex-direction: column;
}

.card2__ttl {
  font-weight: 600;
  font-size: 26px;
  line-height: calc(32 / 26);
  letter-spacing: 0.08em;
  text-align: center;
  font-feature-settings: "palt";
  word-break: auto-phrase;
  color: #4a7e95;
  padding-block: 16px 19px;
  min-height: 73px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 834px) {
  .card2__ttl {
    font-size: 20px;
    letter-spacing: 0;
    text-decoration: underline;
    padding-block: 14px 9px;
    min-height: initial;
  }
}

.card2__ttl-br-pc {
  display: block;
}
@media screen and (max-width: 834px) {
  .card2__ttl-br-pc {
    display: contents;
  }
}

.card2__profile {
  order: -1;
}
@media screen and (max-width: 834px) {
  .card2__profile {
    width: calc(232 / 330 * 100%);
    max-width: 232px;
    margin-inline: auto;
  }
}

.card2__img-item {
  width: 100%;
  height: 100%;
  aspect-ratio: 348/255;
  -o-object-fit: cover;
  object-fit: cover;
}

.card2__profile-txt {
  background-color: #000000;
  color: #ffffff;
  letter-spacing: 0.08em;
  font-feature-settings: "palt";
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2px 8px;
  padding-block: 9px;
  padding-inline: 10px;
}

.card2__post {
  font-size: 15px;
  line-height: calc(26 / 16);
}
@media screen and (max-width: 834px) {
  .card2__post {
    font-size: 11px;
    line-height: calc(18 / 11);
  }
}

.card2__name {
  font-size: 21px;
  line-height: calc(26 / 21);
}
@media screen and (max-width: 834px) {
  .card2__name {
    font-size: 14px;
    line-height: calc(18 / 14);
  }
}

.card2__txt {
  font-size: 16px;
  line-height: calc(23 / 16);
  letter-spacing: 0.04em;
  font-feature-settings: "palt";
  line-break: strict;
  text-align: justify;
}
@media screen and (max-width: 834px) {
  .card2__txt {
    font-size: 13px;
    line-height: calc(19 / 13);
    letter-spacing: 0.04em;
    max-width: 500px;
    margin-inline: auto;
  }
}

.card3 {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 834px) {
  .card3 {
    gap: 9px;
  }
}

@media screen and (max-width: 834px) {
  .card3__ttl {
    max-width: 220px;
  }
}

@media screen and (max-width: 834px) {
  .card3__txt-container {
    max-width: 350px;
  }
}

.cards3 {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 81px;
}

.cards3__item {
  width: 358px;
}
@media screen and (max-width: 834px) {
  .cards3__item {
    width: initial;
  }
}

.images {
  display: flex;
  gap: 14px;
}
@media screen and (max-width: 834px) {
  .images .slick-track {
    gap: 8px;
  }
}

.img__item {
  width: 100%;
  height: 100%;
  aspect-ratio: 232/167;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 834px) {
  .img__item {
    aspect-ratio: 120/86;
  }
}

.feature-list__decoration {
  font-family: "Italiana", serif;
  font-size: 20px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 8px;
}
@media screen and (max-width: 834px) {
  .feature-list__decoration {
    font-size: 10px;
    letter-spacing: 0.06em;
    color: #231815;
    margin-bottom: 5px;
  }
}

.feature-list:has(.feature-list__ttl-sub) .feature-list__decoration {
  margin-bottom: initial;
}

.feature-list:has(.cards3) .feature-list__ttl {
  margin-bottom: 24px;
}
@media screen and (max-width: 834px) {
  .feature-list:has(.cards3) .feature-list__ttl {
    margin-bottom: 14px;
  }
}

.feature-list__ttl {
  margin-bottom: 13px;
}
@media screen and (max-width: 834px) {
  .feature-list__ttl {
    margin-bottom: 14px;
  }
}

.feature-list__ttl-sub {
  font-weight: 600;
  font-size: 18px;
  line-height: calc(29 / 18);
  letter-spacing: 0.04em;
  font-feature-settings: "palt";
}
@media screen and (max-width: 834px) {
  .feature-list__ttl-sub {
    font-size: 12px;
    line-height: calc(19 / 12);
  }
}

.feature-node__ttl {
  margin-bottom: 19px;
}
@media screen and (max-width: 834px) {
  .feature-node__ttl {
    margin-bottom: 11px;
  }
}

.feature-node__txt-container {
  max-width: 517px;
}
@media screen and (max-width: 834px) {
  .feature-node__txt-container {
    max-width: 350px;
  }
}

.feature {
  border-right: 15px solid #4a7e95;
  border-left: 15px solid #4a7e95;
  padding-block: 69px 121px;
}
@media screen and (max-width: 834px) {
  .feature {
    padding-block: 10px 55px;
    border-width: 10px;
  }
}

.feature__inner {
  padding-inline: 30px;
  max-width: 1060px;
  position: relative;
}
@media screen and (max-width: 834px) {
  .feature__inner {
    padding-inline: 21px;
  }
}

.feature__inner::before {
  content: "";
  background: url(../../assets/img/recruitment/detail/detail01/250529/bg_03.png)
    no-repeat top right / contain;
  width: calc(389 / 1000 * 100%);
  height: calc(628 / 1000 * 100%);
  position: absolute;
  top: -22px;
  right: 30px;
}
@media screen and (max-width: 834px) {
  .feature__inner::before {
    width: calc(138 / 313 * 100%);
    height: calc(222 / 313 * 100%);
    top: -17px;
    right: 15px;
  }
}

.feature__list {
  display: flex;
  flex-direction: column;
  gap: 86px;
}
@media screen and (max-width: 834px) {
  .feature__list {
    gap: 22px;
  }
}

.salon-item {
  display: flex;
  gap: calc(23 / 528 * 100%);
}
@media screen and (max-width: 834px) {
  .salon-item {
    gap: 14px;
  }
}
.salon-item.salon-item--2 {
  gap: 0;
  justify-content: space-between;
}

.salon-item.salon-item--3 {
  gap: 0;
  flex-direction: initial;
  justify-content: space-between;
}

.salon-item.salon-item--4 {
  gap: 0;
  flex-direction: initial;
}

.salon-item__main {
  width: calc(213 / 528 * 100%);
}

.salon-item.salon-item--2 .salon-item__main {
  width: calc(200 / 528 * 100%);
}

.salon-item.salon-item--3 .salon-item__main {
  width: calc(339 / 528 * 100%);
}

.salon-item.salon-item--4 .salon-item__main {
  width: calc(243 / 528 * 100%);
  display: flex;
  flex-direction: column;
}

.salon-item.salon-item--5 .salon-item__main {
  width: calc(227 / 528 * 100%);
  align-self: end;
  margin-bottom: 50px;
}

.salon-item__main-logo {
  max-width: 104px;
  margin-top: -5px;
  margin-bottom: 21px;
}
@media screen and (max-width: 834px) {
  .salon-item__main-logo {
    max-width: 73px;
    margin-bottom: 15px;
  }
}

.salon-item.salon-item--reverse .salon-item__main-logo {
  align-self: end;
}

.salon-item.salon-item--2 .salon-item__main-logo {
  max-width: 121px;
  margin-left: 25px;
  margin-bottom: 33px;
}

.salon-item.salon-item--3 .salon-item__main-logo {
  max-width: 125px;
  margin-left: 64px;
  margin-bottom: 37px;
}

.salon-item.salon-item--4 .salon-item__main-logo {
  max-width: 117px;
  margin-top: 12px;
  margin-right: 77px;
  margin-bottom: 26px;
  align-self: end;
}

.salon-item.salon-item--5 .salon-item__main-logo {
  max-width: 140px;
  margin-bottom: 42px;
}

.salon-item__main-logo-item {
  width: 100%;
  height: auto;
}

.salon-item__main-ttl {
  font-weight: 600;
  font-size: 21px;
  line-height: calc(26 / 21);
  letter-spacing: 0.08em;
  font-feature-settings: "palt";
  color: #231815;
  margin-bottom: 6px;
}
@media screen and (max-width: 834px) {
  .salon-item__main-ttl {
    font-size: 14px;
    margin-bottom: 4px;
  }
}

.salon-item.salon-item--2 .salon-item__main-ttl {
  margin-left: 25px;
  margin-bottom: 11px;
}

.salon-item.salon-item--3 .salon-item__main-ttl {
  margin-left: 46px;
  margin-right: 46px;
}

.salon-item.salon-item--4 .salon-item__main-ttl {
  margin-right: 42px;
}

.salon-item__main-txt {
  font-size: 14px;
  line-height: calc(19 / 14);
  color: #333333;
  margin-bottom: 9px;
}
@media screen and (max-width: 834px) {
  .salon-item__main-txt {
    font-size: 12px;
    line-height: calc(16 / 12);
    letter-spacing: 0.04em;
    font-feature-settings: "palt";
    margin-bottom: 6px;
  }
}

.salon-item.salon-item--2 .salon-item__main-txt {
  margin-left: 25px;
}

.salon-item.salon-item--3 .salon-item__main-txt {
  margin-left: 46px;
  margin-right: 46px;
}

.salon-item.salon-item--4 .salon-item__main-txt {
  margin-right: 42px;
}

.salon-item__main-tel {
  margin-bottom: 31px;
}
@media screen and (max-width: 834px) {
  .salon-item__main-tel {
    margin-bottom: 20px;
  }
}

.salon-item.salon-item--2 .salon-item__main-tel {
  margin-left: 25px;
  margin-bottom: 34px;
}

.salon-item.salon-item--3 .salon-item__main-tel {
  margin-left: 46px;
  margin-right: 46px;
}

.salon-item.salon-item--4 .salon-item__main-tel {
  margin-right: 42px;
  margin-bottom: 40px;
}

.salon-item__main-img {
  max-width: 178px;
}
@media screen and (max-width: 834px) {
  .salon-item__main-img {
    max-width: 116px;
  }
}

.salon-item.salon-item--reverse .salon-item__main-img {
  max-width: 100%;
}

.salon-item.salon-item--2 .salon-item__main-img {
  max-width: 200px;
}

.salon-item.salon-item--3 .salon-item__main-img {
  max-width: 100%;
  margin-bottom: 20px;
}

.salon-item.salon-item--4 .salon-item__main-img {
  max-width: 100%;
  margin-bottom: 20px;
  z-index: 0;
}

.salon-item.salon-item--5 .salon-item__main-img {
  max-width: 227px;
}

.salon-item__main-img-item {
  width: 100%;
  height: 100%;
  aspect-ratio: 174/127;
  -o-object-fit: cover;
  object-fit: cover;
}

.salon-item.salon-item--reverse .salon-item__main-img-item {
  aspect-ratio: 215/142;
}

.salon-item.salon-item--2 .salon-item__main-img-item {
  aspect-ratio: 200/130;
}

.salon-item.salon-item--3 .salon-item__main-img-item {
  aspect-ratio: 339/226;
}

.salon-item.salon-item--4 .salon-item__main-img-item {
  aspect-ratio: 243/157;
}

.salon-item.salon-item--5 .salon-item__main-img-item {
  aspect-ratio: 227/147;
}

.salon-item__sub {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: calc(304 / 528 * 100%);
}

.salon-item.salon-item--reverse .salon-item__sub {
  width: calc(285 / 528 * 100%);
}

.salon-item.salon-item--2 .salon-item__sub {
  width: calc(327 / 528 * 100%);
}

.salon-item.salon-item--3 .salon-item__sub {
  gap: 0;
  width: calc(229 / 528 * 100%);
  margin-left: -40px;
}

.salon-item.salon-item--4 .salon-item__sub {
  gap: 0;
  width: calc(318 / 528 * 100%);
  margin-left: -36px;
}

.salon-item.salon-item--5 .salon-item__sub {
  width: calc(281 / 528 * 100%);
}

.salon-item.salon-item--3 .salon-item__sub-img {
  margin-bottom: 13px;
}

.salon-item.salon-item--4 .salon-item__sub-img {
  margin-bottom: 32px;
}

.salon-item__sub-img-item {
  width: 100%;
  height: 100%;
  aspect-ratio: 304/320;
  -o-object-fit: cover;
  object-fit: cover;
}

.salon-item.salon-item--2 .salon-item__sub-img-item {
  aspect-ratio: 327/333;
}

.salon-item.salon-item--3 .salon-item__sub-img-item {
  aspect-ratio: 229/148;
}

.salon-item.salon-item--4 .salon-item__sub-img-item {
  aspect-ratio: 318/296;
}

.salon-item.salon-item--5 .salon-item__sub-img-item {
  aspect-ratio: 281/386;
}

.salon-item__sub-btn {
  margin-left: calc(38 / 304 * 100%);
}

.salon-item.salon-item--reverse .salon-item__sub-btn {
  margin-left: initial;
  margin-right: 26px;
  align-self: end;
}

.salon-item.salon-item.salon-item--3 .salon-item__sub-btn {
  margin-left: initial;
  align-self: end;
}

.salon-item.salon-item.salon-item--4 .salon-item__sub-btn {
  margin-left: initial;
  align-self: end;
}

.salon-item.salon-item.salon-item--5 .salon-item__sub-btn {
  margin-left: calc(24 / 304 * 100%);
}

.feature__ttl {
  margin-bottom: 47px;
}
@media screen and (max-width: 834px) {
  .feature__ttl {
    margin-bottom: 22px;
  }
}

.info__inner {
  max-width: 1180px;
}

.info__ttl {
  margin-bottom: 22px;
}
@media screen and (max-width: 834px) {
  .info__ttl {
    margin-bottom: 15px;
  }
}

.info__lead {
  font-family: "Manrope", sans-serif;
  font-size: 13px;
  line-height: calc(20 / 13);
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  text-align: center;
  color: #4a7e95;
}
@media screen and (max-width: 834px) {
  .info__lead {
    font-size: 9px;
    line-height: calc(13 / 9);
  }
}

.info__item {
  display: flex;
  font-size: 14px;
  line-height: calc(21 / 14);
  letter-spacing: 0.02em;
  font-feature-settings: "palt";
  color: #595757;
}
@media screen and (max-width: 834px) {
  .info__item {
    font-size: 11px;
    line-height: calc(14 / 11);
  }
}

.list {
  list-style-type: "";
}

.list__item {
  border-bottom: 0.5px solid #acbccc;
  padding-block: 9px;
}
@media screen and (max-width: 834px) {
  .list__item {
    padding-block: 4px;
  }
}

@media screen and (max-width: 834px) {
  .list__item:last-child {
    border-bottom: initial;
  }
}

.list__item-ttl {
  font-size: 20px;
  letter-spacing: 0.08em;
  font-feature-settings: "palt";
}
@media screen and (max-width: 834px) {
  .list__item-ttl {
    font-size: 13px;
  }
}

.list__item-ttl::before {
  content: "・";
}

.list__item-txt {
  margin-left: 1em;
}

.list2 {
  list-style-type: "";
}

.list2__item {
  border-bottom: 0.5px solid #acbccc;
  padding-block: 9px 35px;
}
@media screen and (max-width: 834px) {
  .list2__item {
    padding-block: 4px 11px;
  }
}

.list2__item:not(:first-child) {
  padding-top: 19px;
}
@media screen and (max-width: 834px) {
  .list2__item:not(:first-child) {
    padding-top: 10px;
  }
}

.list2__item:last-child {
  border-bottom: initial;
}

.list2__ttl {
  margin-bottom: 6px;
}
@media screen and (max-width: 834px) {
  .list2__ttl {
    margin-bottom: 3px;
  }
}

.sec-salon {
  display: inline-block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.sec-salon::before {
  content: "";
  background: url(../../assets/img/common/logo.png) no-repeat center / contain;
  width: 128px;
  height: 51px;
  position: absolute;
  top: -20px;
  left: -18px;
}

.sec-recommend__ttl {
  margin-inline: calc(50% - 50vw);
}

@media screen and (max-width: 834px) {
  .recommend__list-img {
    margin-inline: calc(50% - 50vw);
  }
}

@media screen and not (max-width: 834px) {
  .tab-list {
    display: none; /* タブメニューを非表示 */
  }

  .content-group {
    display: block; /* コンテンツグループを常に表示 */
  }

  .content-box {
    display: block !important; /* 各コンテンツボックスを常に表示 */
    opacity: 1 !important; /* 透明度を1に設定 */
    visibility: visible !important; /* 表示状態に設定 */
  }
}
/* .content-group {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  position: relative;
} */
@media screen and (max-width: 834px) {
  /* .content-group {
    display: revert;
    position: initial;
  } */
  #recruitment .recommend__list {
    display: none;
  }
}

#recruitment .tab {
  margin-top: 27px;
}
@media screen and (max-width: 834px) {
  #recruitment .tab {
    margin-top: 11px;
  }
}

#recruitment .tab-list {
  max-width: initial;
  height: initial;
  max-width: 1160px;
  margin: 0 auto 30px;
  font-weight: bold;
}
@media screen and (max-width: 834px) {
  #recruitment .tab-list {
    margin-bottom: 14px;
  }
}

#recruitment .tab-menu {
  background-color: initial;
  border: initial;
  color: #000;
  pointer-events: none;
  height: initial;
  text-align: center;
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  letter-spacing: 0.04em;
  font-weight: 300;
  font-feature-settings: "palt";
  font-weight: bold;
}
@media screen and (max-width: 834px) {
  #recruitment .tab-menu {
    pointer-events: auto;
    cursor: pointer;
    font-size: 13px;
  }
}

#recruitment .tab-menu.current,
#recruitment .tab-menu.is-current {
  background-color: initial;
  border-top: initial;
  color: #000;
  cursor: initial;
  pointer-events: none;
  height: initial;
  font-weight: bold;
}

@media screen and (max-width: 834px) {
  #recruitment .tab-menu.current button,
  #recruitment .tab-menu.is-current button {
    border-bottom: 1px solid #1a1a1a;
  }
}

#recruitment .tab-menu::after {
  content: initial;
}

#recruitment .tab-menu.current::after,
#recruitment .tab-menu.is-current::after {
  content: initial;
}
@media screen and (max-width: 834px) {
  #recruitment .tab-menu.current::after,
  #recruitment .tab-menu.is-current::after {
    content: initial;
  }
}

/* 横並び3列レイアウト */
.content-group {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 26px;
  position: relative;
}
@media screen and (max-width: 834px) {
  .content-group {
    display: revert;
    position: initial;
  }
}

.recommend__list {
  /* width: calc(33.333% - 13.33px);  */
  position: relative;
}
@media screen and (max-width: 834px) {
  .recommend__list {
    position: initial;
  }
}

/* 2枚以上ある場合、2つ目以降に縦の余白を追加 */
.recommend__list:nth-of-type(n + 2) .recommend__card {
  margin-inline: 56px;
}
@media screen and (max-width: 834px) {
  .recommend__list:nth-of-type(n + 2) .recommend__card {
    margin-inline: initial;
  }
}
/* 3つ目にrecommend__cardを入れる場合はCSS解除ここまで */

.sec-recommend__inner {
  max-width: 1433px;
}

@media screen and (max-width: 834px) {
  .slick-track {
    display: flex;
    gap: 15px;
  }
  .slick-slide {
    height: auto !important;
  }
  .slide-arrow {
    bottom: 0;
    cursor: pointer;
    margin: auto;
    position: absolute;
    top: 0;
    inline-size: 26px;
    block-size: 26px;
    z-index: 1;
  }
  .prev-arrow {
    left: 15px;
  }
  .next-arrow {
    right: 15px;
  }
  .slide-arrow__item {
    inline-size: 100%;
    block-size: 100%;
    aspect-ratio: 1 / 1;
    -o-object-fit: contain;
    object-fit: contain;
    background-color: rgba(235, 112, 102, 0.8);
    border-radius: 100vh;
  }
  .next-arrow .slide-arrow__item {
    transform: rotate(180deg);
  }
  .slick-dots li button:before {
    opacity: 1 !important;
    background: transparent !important;
    border: 1px solid #eb7066 !important;
  }
  .slick-dots li.slick-active button:before {
    background: #eb7066 !important;
  }
  .slick-dots li {
    width: 15px !important;
  }
  .slick-slider {
    margin-bottom: 20px;
  }
}

.system__ttl-container {
  background: url(../../assets/img/recruitment/detail/detail04/new/bg_04.jpg)
    no-repeat center center / cover;
  padding-block: 60px 71px;
  margin-inline: calc(50% - 50vw);
  padding-inline: calc(50vw - 50%);
  margin-bottom: 52px;
  position: relative;
  z-index: -2;
}
@media screen and (max-width: 834px) {
  .system__ttl-container {
    background-image: url(../../assets/img/recruitment/detail/detail04/new/bg_04_sp.jpg);
    padding: 30px 15px;
    margin-bottom: 25px;
  }
}

.system__ttl-container::before {
  content: "";
  background-color: #717071;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: multiply;
  z-index: -1;
}

.system__ttl {
  margin-bottom: 21px;
}
@media screen and (max-width: 834px) {
  .system__ttl {
    margin-bottom: 17px;
  }
}

.system__lead {
  font-size: 18px;
  line-height: calc(28 / 18);
  letter-spacing: 0.1em;
  text-align: center;
  font-feature-settings: "palt";
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 834px) {
  .system__lead {
    font-size: 12px;
    line-height: calc(19 / 12);
    text-align: initial;
    align-items: initial;
  }
}

.system__lead::before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 1px;
  background-color: #fff;
  margin-bottom: 27px;
}
@media screen and (max-width: 834px) {
  .system__lead::before {
    width: 21px;
    margin-bottom: 16px;
  }
}

.interview {
  padding-bottom: 101px;
}
@media screen and (max-width: 834px) {
  .interview {
    padding-bottom: 31px;
  }
}

.interview__ttl-container {
  background-color: #e0d6ca;
  padding-block: 29px 38px;
  margin-inline: calc(50% - 50vw);
  padding-inline: calc(50vw - 50%);
  margin-bottom: 52px;
}
@media screen and (max-width: 834px) {
  .interview__ttl-container {
    padding-block: 12px 15px;
    margin-bottom: 19px;
  }
}

.interview__tab {
  position: relative;
}

.interview__tab-prev {
  position: absolute;
  top: 126px;
  left: 0;
  cursor: pointer;
  z-index: 10;
}

.interview__tab-next {
  position: absolute;
  top: 126px;
  right: 0;
  transform: rotate(180deg);
  cursor: pointer;
  z-index: 10;
}

.interview__tab-prev-item,
.interview__tab-next-item {
  width: 14px;
  height: 28px;
  -o-object-fit: contain;
  object-fit: contain;
}

#recruitment .tab-list.interview__tab-list {
  display: none;
}
@media screen and (max-width: 834px) {
  #recruitment .tab-list.interview__tab-list {
    display: flex;
  }
}

@media screen and (max-width: 834px) {
  .interview__card {
    display: none;
  }
}

@media screen and not (max-width: 834px) {
  .tab-prev-03,
  .tab-next-03 {
    display: none; /*矢印非表示*/
  }
  .tab-list-03 {
    display: flex;
  }
  .tab-list-03 {
    display: none; /* タブメニューを非表示 */
  }
  .content-group-03 {
    display: grid; /* コンテンツグループを常に表示 */
  }
  .interview__card {
    display: flex !important; /* 各コンテンツボックスを常に表示 */
    opacity: 1 !important; /* 透明度を1に設定 */
    visibility: visible !important; /* 表示状態に設定 */
  }
}

.interview__inner {
  max-width: 1180px;
}

.interview__content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
}
@media screen and (max-width: 834px) {
  .interview__content {
    display: revert;
  }
}

.faq-list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 28px 44px;
}

.faq-list__item {
  display: flex;
  flex-direction: column;
}

.faq-list__ttl {
  padding-inline: 38px 23px;
  display: flex;
  align-items: center;
  gap: 35px;
  background-color: #fff;
  padding-block: 1em;
  cursor: pointer;
  font-size: 21px;
  line-height: calc(33 / 21);
  letter-spacing: 0.06em;
  color: #4a7e95;
  font-weight: 600;
  font-feature-settings: "palt";
}
@media screen and (max-width: 834px) {
  .faq-list__ttl {
    gap: 21px;
    padding-inline: 20px;
    padding-block: 0.75em;
    font-size: 16px;
    line-height: calc(22 / 16);
  }
}

.faq-list__ttl::before {
  content: "Q";
  font-weight: 900;
  font-family: "Manrope", sans-serif;
  font-size: 36px;
  letter-spacing: 0.04em;
  color: #4a7e95;
}
@media only screen and (max-width: 767px) {
  .faq-list__ttl::before {
    font-size: 36px;
  }
}

.faq-list__ttl-wrap {
  display: block;
  width: 100%;
  position: relative;
  padding-right: 58px;
}
@media screen and (max-width: 834px) {
  .faq-list__ttl-wrap {
    padding-right: 23px;
  }
}

.faq-list__ttl-wrap::before,
.faq-list__ttl-wrap::after {
  display: block;
  content: "";
  background-color: #4a7e95;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.faq-list__ttl-wrap::before {
  width: 2px;
  height: 14px;
  transition: transform 0.3s, opacity 0.3s;
  right: calc(15px - 6px);
}

.faq-list__item[open] .faq-list__ttl-wrap::before {
  opacity: 0;
  transform: rotate(-90deg) translate(-50%, -50%);
  transform-origin: 0 0;
}

.faq-list__ttl-wrap::after {
  width: 14px;
  height: 2px;
  right: calc(15px - 12px);
}

.faq-list__txt-container {
  display: flex;
  gap: 35px;
  background-color: #fff;
  color: #020202;
  border-top: 1px solid #e2eaee;
  padding-inline: 38px 23px;
  padding-top: 0;
  margin-top: 0;
  box-sizing: content-box;
  overflow: hidden;
  opacity: 0;
  transition: padding-top 0.2s ease 0.1s, padding-bottom 0.2s, max-height 0.3s,
    opacity 0.7s;
}
@media screen and (max-width: 834px) {
  .faq-list__txt-container {
    gap: 21px;
    padding-inline: 21px 24px;
  }
}

.faq-list__item.is-open > .faq-list__txt-container {
  padding-top: 1em;
  padding-bottom: 1em;
  opacity: 1;
}

.faq-list__txt-container::before {
  content: "A";
  font-family: "Manrope", sans-serif;
  font-weight: 900;
  font-size: 36px;
  letter-spacing: 0.04em;
  color: #4a7e95;
  margin-top: -0.25em;
}
@media only screen and (max-width: 767px) {
  .faq-list__txt-container::before {
    font-size: 36px;
  }
}

.faq {
  background-color: #eeeeef;
  background: linear-gradient(
    to bottom,
    transparent 22px,
    #eeeeef 22px,
    #eeeeef 100%
  );
  padding-bottom: 41px;
}
@media screen and (max-width: 834px) {
  .faq {
    background: linear-gradient(
      to bottom,
      transparent 14px,
      #eeeeef 14px,
      #eeeeef 100%
    );
    padding-bottom: 21px;
  }
}

.faq__inner::after {
  content: attr(data-en);
  font-family: "Manrope", sans-serif;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 834px) {
  .faq__inner::after {
    font-size: 10px;
  }
}

.faq__ttl {
  margin-bottom: 28px;
}
@media screen and (max-width: 834px) {
  .faq__ttl {
    margin-bottom: 19px;
  }
}

.faq__list-container {
  display: flex;
  justify-content: center;
  gap: 28px 44px;
  margin-bottom: 38px;
}
@media screen and (max-width: 834px) {
  .faq__list-container {
    flex-direction: column;
    gap: 8px;
    margin-bottom: 20px;
  }
}

.faq__list {
  width: calc(478 / 1000 * 100%);
}
@media screen and (max-width: 834px) {
  .faq__list {
    display: contents;
  }
}

.job {
  padding-bottom: 126px;
}
@media screen and (max-width: 834px) {
  .job {
    padding-bottom: 34px;
  }
}

.job-list__ttl {
  margin-bottom: 13px;
}
@media screen and (max-width: 834px) {
  .job-list__ttl {
    margin-bottom: 9px;
  }
}

.job-list__txt {
  font-size: 16px;
  line-height: calc(23 / 16);
  letter-spacing: 0.04em;
  color: #333333;
}
@media screen and (max-width: 834px) {
  .job-list__txt {
    font-size: 13px;
    line-height: calc(20 / 13);
  }
}

.job__ttl-container {
  background: url(../../assets/img/recruitment/detail/detail04/new/bg02.jpg)
    no-repeat center center / cover;
  padding-block: 56px 70px;
  margin-inline: calc(50% - 50vw);
  padding-inline: calc(50vw - 50%);
  margin-bottom: 52px;
  position: relative;
  z-index: -2;
}
@media screen and (max-width: 834px) {
  .job__ttl-container {
    background-image: url(../../assets/img/recruitment/detail/detail04/new/bg02-sp.jpg);
    padding-block: 17px 25px;
    padding-inline: calc(50vw - 50% - 10px);
    margin-bottom: 25px;
  }
}

.job__list-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 95px 80px;
}
@media screen and (max-width: 834px) {
  .job__list-container {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.job__list {
  counter-increment: number;
}

#header .hd-flex .nav-menu__02 .show-menu > .item.parent > a span {
  color: #bb2716;
}

#header .hd-flex .nav-menu__02 .show-menu > .item.parent > a span.barber {
  color: #4a7e95;
}

.ft-pages {
  background: #e6e6e6;
}

.ft-pages .copy-right {
  background: #333333 !important;
}

body {
  font-size: 16px;
  font-family: "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo",
    "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
}

.ttl07 {
  font-family: "Manrope", sans-serif;
  font-size: 60px;
  letter-spacing: 0.04em;
  text-align: center;
  font-feature-settings: "palt";
  text-transform: uppercase;
  color: #231815;
  display: flex;
  align-items: center;
  font-weight: bold;
}
@media screen and (max-width: 834px) {
  .ttl07 {
    font-size: 30px;
  }
}

.ttl07::before,
.ttl07::after {
  height: 4px;
}

#recommend {
  padding: 80px 0 100px;
}
@media screen and (max-width: 834px) {
  #recommend {
    padding: 20px 0 40px;
  }
}
#recommend .card__ttl {
  background: #4a7e95;
  color: #fff;
  font-size: 15px;
  display: inline-block;
  padding: 4px 10px;
  font-weight: 900;
}

#recommend .content-group {
  max-width: 1160px;
  margin: 0 auto;
}
#recommend .content-group::after {
  display: none;
}
#recommend .content-group .recommend__card {
  width: 90%;
  margin: 50px auto 0;
}
@media screen and (max-width: 834px) {
  #recommend .content-group .recommend__card {
    width: 100%;
    margin: 30px 0 0;
  }
}

#feature .ttl06 {
  font-weight: 900;
}
#feature .ttl06::before {
  font-size: 34px;
  font-weight: 900;
  background: #000;
  color: #fff;
  padding: 4px 10px;
}
@media screen and (max-width: 834px) {
  #feature .ttl06::before {
    font-size: 23px;
    display: inline-block;
    width: 90px;
  }
}
#feature .ttl06::after {
  font-size: 60px;
  font-weight: 900;
}
@media screen and (max-width: 834px) {
  #feature .ttl06::after {
    font-size: 33px;
  }
}
#feature .ttl06__wrap {
  margin-top: 0;
}
#feature .feature-list__decoration {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  display: inline-block;
  background: linear-gradient(
    transparent 40%,
    #b6c3ce 40%,
    #b6c3ce,
    60%,
    transparent 60%
  );
}
#feature .feature__inner::before {
  content: "";
  background: url(../../assets/img/recruitment/detail/detail04/new/bg03.png)
    no-repeat top right/contain;
  width: 44.9%;
  height: 62.8%;
  position: absolute;
  top: 0;
  right: 0;
}

#voice {
  position: relative;
}
#voice::before {
  content: "";
  display: block;
  width: 100%;
  height: 60px;
  background: #f0f0f0;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 834px) {
  #voice::before {
    height: 52px;
  }
}
#voice .interview__ttl-container {
  position: relative;
  background: transparent;
  padding-block: 36px 38px;
}
#voice .ttl03 {
  font-weight: 900;
}
#voice .ttl03::before {
  color: #f0f0f0;
  font-weight: 900;
}
#voice .card2__profile {
  border: 2px solid #000;
}

#faq {
  background: #e2eaee;
}
#faq .ttl08::before {
  font-weight: 900;
}

.links {
  background: url("../../assets/img/recruitment/detail/detail04/new/bg-links.jpg")
    no-repeat center top/cover;
  padding: 100px 16px;
}
@media screen and (max-width: 834px) {
  .links {
    padding: 50px 20px;
    background: url("../../assets/img/recruitment/detail/detail04/new/bg-links-sp.jpg")
      no-repeat center top/cover;
  }
}
.links .links-inner {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  color: #fff;
}
.links .links-item {
  width: 84px;
}
@media screen and (max-width: 834px) {
  .links .links-item {
    width: 56px;
  }
}
.links ul {
  -moz-column-count: 3;
  column-count: 3;
  -moz-column-gap: 124px;
  column-gap: 124px;
  padding: 24px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  width: 71.5%;
}
@media screen and (max-width: 834px) {
  .links ul {
    -moz-column-gap: 20px;
    column-gap: 20px;
    -moz-column-count: 2;
    column-count: 2;
    padding: 16px 0;
    width: 75%;
  }
}
.links ul li a {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 2;
  display: flex;
  align-items: center;
  gap: 8px;
}
@media screen and (max-width: 834px) {
  .links ul li a {
    font-size: 13px;
  }
}
.links ul li a::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: #fff;
}

.job .ttl01::before {
  font-weight: 900;
  font-size: 45px;
}
@media screen and (max-width: 834px) {
  .job .ttl01::before {
    font-size: 33px;
  }
}
.job .ttl-num::before {
  font-size: 33px;
  font-weight: 700;
  margin-left: 10px;
}
@media screen and (max-width: 834px) {
  .job .ttl-num::before {
    font-size: 19px;
  }
}
.job .job__list-container {
  display: block;
  -moz-column-count: 2;
  column-count: 2;
}
@media screen and (max-width: 834px) {
  .job .job__list-container {
    -moz-column-count: 1;
    column-count: 1;
  }
}
.job .job__list-container .job__list {
  padding: 0 0 20px 0;
}
.job .job__list-container .list2__item {
  padding: 10px 0;
}
.job .flex {
  align-items: flex-start;
}
.job .flex .list2__ttl {
  flex-shrink: 0;
  margin-right: 10px;
}
.job .flex .list-content h5 {
  margin-bottom: 5px;
}
@media screen and (max-width: 834px) {
  .job .flex .list-content h5 {
    font-size: 13px;
  }
}
.job .flex .list-content p {
  font-size: 14px;
  margin-bottom: 10px;
}
@media screen and (max-width: 834px) {
  .job .flex .list-content p {
    font-size: 13px;
  }
}

.salon-list .ttl-area .sub-ttl {
  color: #fff;
  background: #000;
  padding: 4px 10px;
  width: 104px;
  margin: 0 auto;
}
@media screen and (max-width: 834px) {
  .salon-list .ttl-area .sub-ttl {
    font-size: 10px;
    text-align: center;
    width: 70px;
  }
}
.salon-list .ttl-area h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-size: 45px;
  font-family: "Manrope", sans-serif;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-align: center;
  color: #000;
  margin-bottom: 40px;
  padding: 16px 0;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  max-width: 1000px;
  margin: -18px auto 18px;
}
@media screen and (max-width: 834px) {
  .salon-list .ttl-area h2 {
    font-size: 30px;
    margin: -14px auto 14px;
    width: 95%;
  }
}
.salon-list .ttl-area h2::after {
  display: block;
  content: "";
  width: 98px;
  height: 34px;
  background: url("../../assets/img/recruitment/detail/detail04/new/list-logo.svg")
    no-repeat center top/cover;
  margin-left: 10px;
}
@media screen and (max-width: 834px) {
  .salon-list .ttl-area h2::after {
    width: 65px;
    height: 23px;
  }
}
.salon-list .ttl-area h2 span {
  font-size: 15px;
  display: inline-block;
  padding: 0 10px;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  margin-right: 20px;
  line-height: 1;
}
@media screen and (max-width: 834px) {
  .salon-list .ttl-area h2 span {
    font-size: 10px;
  }
}
.salon-list .sub {
  text-align: center;
  font-size: 12px;
  margin-bottom: 40px;
  letter-spacing: 0.13em;
}
.salon-list .salon-list__item-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  max-width: 1150px;
  align-items: flex-start;
  margin: 0 auto 100px;
}
@media screen and (max-width: 834px) {
  .salon-list .salon-list__item-inner {
    flex-direction: column;
    gap: 40px;
  }
}
.salon-list .salon-list__item {
  width: calc(50% - 15px);
}
@media screen and (max-width: 834px) {
  .salon-list .salon-list__item {
    width: 100%;
  }
}
.salon-list .salon-list__item .salon-item__main-ttl {
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  margin-bottom: 20px;
}
@media screen and (max-width: 834px) {
  .salon-list .salon-list__item .salon-item__main-ttl {
    margin-bottom: 5px;
  }
}
.salon-list .salon-list__item .salon-item__main {
  position: relative;
}
.salon-list .salon-list__item .salon-item__main-txt {
  margin-bottom: 0;
}
.salon-list .salon-list__item .salon-item__main-img {
  position: absolute;
  bottom: 0;
}
.salon-list .salon-list__item .salon-item__main-logo {
  margin-bottom: 40px;
}
@media screen and (max-width: 834px) {
  .salon-list .salon-list__item .salon-item__main-logo {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 834px) {
  .salon-list .salon-list__item .salon-item__sub {
    gap: 10px;
  }
}
@media screen and (max-width: 834px) {
  .salon-list .salon-list__item:first-child .salon-item__main-img {
    position: static;
    margin-bottom: 20px;
  }
}
.salon-list .salon-list__item:nth-child(2) {
  gap: 10px;
  position: relative;
  flex-direction: row-reverse;
}
.salon-list .salon-list__item:nth-child(2) .salon-item__sub {
  width: 70%;
  margin-top: 50px;
}
@media screen and (max-width: 834px) {
  .salon-list .salon-list__item:nth-child(2) .salon-item__sub {
    margin-top: 30px;
    gap: 20px;
  }
}
.salon-list .salon-list__item:nth-child(2) .salon-item__main {
  position: static;
  padding-top: 170px;
}
@media screen and (max-width: 834px) {
  .salon-list .salon-list__item:nth-child(2) .salon-item__main {
    padding-top: 100px;
    padding-left: 20px;
  }
}
.salon-list .salon-list__item:nth-child(2) .salon-item__main-logo {
  max-width: 90%;
  margin: 0 0 14px;
}
.salon-list .salon-list__item:nth-child(2) .salon-item__main-img {
  bottom: inherit;
  top: 0;
  max-width: 226px;
}
@media screen and (max-width: 834px) {
  .salon-list .salon-list__item:nth-child(2) .salon-item__main-img {
    max-width: 138px;
    left: 20px;
  }
}
.salon-list .salon-list__item:nth-child(2) .salon-item__sub-btn {
  margin-left: auto;
}
@media screen and (max-width: 834px) {
  .salon-list .salon-list__item:nth-child(2) .salon-item__sub-btn {
    padding-right: 5px;
  }
}
.salon-list .salon-list__item:nth-child(2) .salon-item__main-txt {
  position: absolute;
  left: 0;
  bottom: 22px;
}
@media screen and (max-width: 834px) {
  .salon-list .salon-list__item:nth-child(2) .salon-item__main-txt {
    left: 16px;
  }
}
.salon-list .salon-list__item:nth-child(2) .salon-item__main-tel {
  position: absolute;
  left: 0;
  bottom: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 834px) {
  .salon-list .salon-list__item:nth-child(2) .salon-item__main-tel {
    bottom: 0px;
    left: 16px;
  }
}
.salon-list .salon-list__item:nth-child(3) .salon-item__main-logo {
  max-width: 84px;
  margin: 0 0 20px 10px;
}
@media screen and (max-width: 834px) {
  .salon-list .salon-list__item:nth-child(3) .salon-item__main-logo {
    max-width: 56px;
  }
}
.salon-list .salon-list__item:nth-child(3) .salon-item__main-img {
  position: inherit;
  margin-bottom: 20px;
  max-width: 100%;
}
.salon-list .salon-list__item:nth-child(3) .salon-item__sub-btn {
  margin-left: auto;
}
@media screen and (max-width: 834px) {
  .salon-list .salon-list__item:nth-child(3) .salon-item__sub-btn {
    padding-right: 10px;
  }
}
.salon-list .salon-list__item:nth-child(3) .salon-item__main-tel {
  margin-bottom: 0;
}
@media screen and (max-width: 834px) {
  .salon-list .salon-list__item:nth-child(3) .salon-item__main {
    padding-left: 10px;
  }
}
.salon-list .salon-list__item:nth-child(4) {
  position: relative;
}
.salon-list .salon-list__item:nth-child(4) .salon-item__main-logo {
  max-width: 84px;
}
@media screen and (max-width: 834px) {
  .salon-list .salon-list__item:nth-child(4) .salon-item__main-logo {
    max-width: 56px;
  }
}
.salon-list .salon-list__item:nth-child(4) .salon-item__main {
  position: static;
}
.salon-list .salon-list__item:nth-child(4) .salon-item__main-logo {
  margin-bottom: 20px;
}
.salon-list .salon-list__item:nth-child(4) .salon-item__main-img {
  position: absolute;
  bottom: -70px;
  max-width: 260px;
  width: 100%;
  right: 0;
}
@media screen and (max-width: 834px) {
  .salon-list .salon-list__item:nth-child(4) .salon-item__main-img {
    max-width: 190px;
  }
}
.salon-list .salon-item__sub-img-item {
  aspect-ratio: inherit;
}
.salon-list .salon-item__main-img-item {
  aspect-ratio: inherit;
}

.sec-benefit {
  background: #ebebeb;
}
.sec-benefit .sec-benefit__ttl {
  padding: 24px 0;
  text-align: center;
  width: 100%;
  position: relative;
}
.sec-benefit .sec-benefit__ttl::before,
.sec-benefit .sec-benefit__ttl::after {
  content: "TWELVE";
  display: block;
  position: absolute;
  left: 0;
  padding: 0 20px;
  font-size: 15px;
  border-left: 1px solid #000;
  height: 100%;
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  letter-spacing: 0.06em;
}
@media screen and (max-width: 834px) {
  .sec-benefit .sec-benefit__ttl::before,
  .sec-benefit .sec-benefit__ttl::after {
    font-size: 10px;
  }
}
.sec-benefit .sec-benefit__ttl::after {
  content: "WELFARE";
  left: inherit;
  right: 0;
  transform: translateY(-50%) rotate(0deg);
}
.sec-benefit .sec-benefit__ttl-ja {
  font-size: 20px;
  font-weight: 600;
}
@media screen and (max-width: 834px) {
  .sec-benefit .sec-benefit__ttl-ja {
    font-size: 12px;
  }
}
.sec-benefit .sec-benefit__ttl-en {
  font-size: 60px;
  display: block;
  letter-spacing: 0.02em;
  color: #ebebeb;
  font-family: "Manrope", sans-serif;
  text-align: center;
  font-feature-settings: "palt";
  line-height: 1;
  font-weight: 900;
  -webkit-text-stroke: 2px #231815;
  text-stroke: 2px #231815;
}
@media screen and (max-width: 834px) {
  .sec-benefit .sec-benefit__ttl-en {
    font-size: 33px;
    -webkit-text-stroke: 1px #231815;
    text-stroke: 1px #231815;
  }
}
.sec-benefit .sec-benefit__list {
  overflow: hidden;
  position: relative;
}
.sec-benefit .sec-benefit__list::before {
  content: "";
  display: block;
  padding-top: 41.015625%;
}
@media screen and (max-width: 834px) {
  .sec-benefit .sec-benefit__list::before {
    padding-top: 149.0039840637%;
  }
}
.sec-benefit .sec-benefit__list img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.sec-movie {
  background: #4a7e95;
  padding: 70px 16px;
  position: relative;
}
@media screen and (max-width: 834px) {
  .sec-movie {
    padding: 15px 20px 50px;
  }
}
.sec-movie .sec-movie__ttl-area {
  margin-bottom: 40px;
}
@media screen and (max-width: 834px) {
  .sec-movie .sec-movie__ttl-area {
    position: relative;
    padding: 15px 0;
    margin-bottom: 30px;
  }
}
.sec-movie .sec-movie__ttl {
  font-size: 45px;
  font-weight: 900;
  text-align: center;
  letter-spacing: 0.04em;
  font-family: "Manrope", sans-serif;
  color: #fff;
  margin-bottom: 40px;
}
@media screen and (max-width: 834px) {
  .sec-movie .sec-movie__ttl {
    font-size: 30px;
    margin-bottom: 24px;
  }
}
.sec-movie .sec-movie__ttl::before,
.sec-movie .sec-movie__ttl::after {
  content: "";
  display: block;
  background: url("../../assets/img/recruitment/detail/detail04/new/deco-movie.svg")
    no-repeat center top/cover;
  width: 18px;
  height: 95%;
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
}
@media screen and (max-width: 834px) {
  .sec-movie .sec-movie__ttl::before,
  .sec-movie .sec-movie__ttl::after {
    width: 12px;
    left: -8px;
    height: 100%;
  }
}
.sec-movie .sec-movie__ttl::after {
  left: inherit;
  right: 16px;
}
@media screen and (max-width: 834px) {
  .sec-movie .sec-movie__ttl::after {
    right: -8px;
  }
}
.sec-movie .sec-movie__ttl-sm {
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.1em;
  display: block;
  line-height: 1;
  position: relative;
}
.sec-movie .sec-movie__ttl-sm::before {
  content: "";
  display: block;
  width: 35px;
  height: 1px;
  background: #fff;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  bottom: -20px;
}
@media screen and (max-width: 834px) {
  .sec-movie .sec-movie__ttl-sm::before {
    bottom: -10px;
  }
}
@media screen and (max-width: 834px) {
  .sec-movie .sec-movie__ttl-sm {
    font-size: 10px;
  }
}
.sec-movie .sec-movie__sub-ttl {
  text-align: center;
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.12em;
  margin-bottom: 20px;
}
@media screen and (max-width: 834px) {
  .sec-movie .sec-movie__sub-ttl {
    font-size: 12px;
    margin-bottom: 10px;
  }
}
.sec-movie .sec-movie__sub-txt {
  font-size: 13px;
  font-weight: 300;
  text-align: center;
  color: #fff;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 834px) {
  .sec-movie .sec-movie__sub-txt {
    font-size: 10px;
  }
}
.sec-movie .sec-movie__list {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
  max-width: 1025px;
  margin: 0 auto;
}
@media screen and (max-width: 834px) {
  .sec-movie .sec-movie__list {
    gap: 10px;
  }
}
.sec-movie .sec-movie__list .sec-movie__item {
  width: calc(50% - 15px);
}
@media screen and (max-width: 834px) {
  .sec-movie .sec-movie__list .sec-movie__item {
    width: 100%;
  }
}
.sec-movie .sec-movie__list .sec-movie__item iframe {
  width: 100%;
  aspect-ratio: 16/9;
}

.c-section {
  padding: 0 16px 100px;
  background: #f4f4f4;
}
@media screen and (max-width: 834px) {
  .c-section {
    padding: 0 20px 50px;
  }
}
.c-section .c-inner {
  max-width: 1000px;
  margin: 0 auto;
}
.c-section .c-ttl {
  text-align: center;
  margin-bottom: 24px;
}
@media screen and (max-width: 834px) {
  .c-section .c-ttl {
    margin-bottom: 16px;
  }
}
.c-section .c-ttl .c-ttl__en {
  font-size: 45px;
  font-weight: 900;
  letter-spacing: 0.04em;
  font-family: "Manrope", sans-serif;
  display: block;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #000;
  line-height: 1;
}
@media screen and (max-width: 834px) {
  .c-section .c-ttl .c-ttl__en {
    font-size: 28px;
  }
}
.c-section .c-ttl .c-ttl__ja {
  font-size: 20px;
  font-weight: 600;
}
@media screen and (max-width: 834px) {
  .c-section .c-ttl .c-ttl__ja {
    font-size: 13px;
  }
}

.sec-corporate {
  padding: 100px 16px;
  position: relative;
}
@media screen and (max-width: 834px) {
  .sec-corporate {
    padding: 50px 20px;
  }
}
.sec-corporate .logo-pages {
  position: absolute;
  bottom: 0;
  right: 20px;
  width: 136px;
}
@media screen and (max-width: 834px) {
  .sec-corporate .logo-pages {
    width: 90px;
  }
}
.sec-corporate dl {
  width: 540px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 834px) {
  .sec-corporate dl {
    width: 100%;
  }
}
.sec-corporate .sec-corporate__item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.sec-corporate .sec-corporate__item:last-child {
  margin-bottom: 0;
}
.sec-corporate .sec-corporate__item dt {
  color: #5882a0;
  width: 30%;
  font-weight: 600;
  font-size: 20px;
}
@media screen and (max-width: 834px) {
  .sec-corporate .sec-corporate__item dt {
    width: 20%;
    font-size: 13px;
  }
}
.sec-corporate .sec-corporate__item dd {
  width: 70%;
  font-size: 18px;
}
@media screen and (max-width: 834px) {
  .sec-corporate .sec-corporate__item dd {
    width: 80%;
    font-size: 12px;
  }
}

.sec-howtoapply .sec-howtoapply__sub-txt {
  font-size: 18px;
  text-align: center;
  margin-bottom: 14px;
}
@media screen and (max-width: 834px) {
  .sec-howtoapply .sec-howtoapply__sub-txt {
    font-size: 12px;
  }
}
.sec-howtoapply .sec-howtoapply__address {
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 18px 0;
  margin-bottom: 24px;
}
@media screen and (max-width: 834px) {
  .sec-howtoapply .sec-howtoapply__address {
    padding: 18px 30px;
  }
}
.sec-howtoapply .sec-howtoapply__address p {
  color: #5882a0;
  font-size: 18px;
  border: 1px solid #5882a0;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  margin-right: 10px;
  padding: 16px 2px;
}
@media screen and (max-width: 834px) {
  .sec-howtoapply .sec-howtoapply__address p {
    font-size: 12px;
    padding: 30px 2px;
  }
}
.sec-howtoapply .sec-howtoapply__address .sec-howtoapply__address-content {
  font-size: 18px;
}
@media screen and (max-width: 834px) {
  .sec-howtoapply .sec-howtoapply__address .sec-howtoapply__address-content {
    font-size: 12px;
  }
}
@media screen and (max-width: 834px) {
  .sec-howtoapply .recruitment-applyimg {
    width: 170px;
  }
}

.sec-internship .sec-internship__item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 834px) {
  .sec-internship .sec-internship__item {
    flex-wrap: wrap;
    align-items: center;
    gap: 0px;
    padding: 0 14px;
  }
}
.sec-internship .sec-internship__item .sec-internship__item-img {
  width: 306px;
  flex-shrink: 0;
}
@media screen and (max-width: 834px) {
  .sec-internship .sec-internship__item .sec-internship__item-img {
    width: 102px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 834px) {
  .sec-internship .sec-internship__item .sec-internship__item-content {
    display: contents;
  }
}
.sec-internship .sec-internship__item .sec-internship__item-content p {
  margin-bottom: 30px;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 834px) {
  .sec-internship .sec-internship__item .sec-internship__item-content p {
    width: calc(100% - 112px);
    font-size: 12px;
    margin-bottom: 0;
    letter-spacing: 0;
  }
}
.sec-internship
  .sec-internship__item
  .sec-internship__item-content
  .sec-internship__list {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}
@media screen and (max-width: 834px) {
  .sec-internship
    .sec-internship__item
    .sec-internship__item-content
    .sec-internship__list {
    width: 100%;
    gap: 10px;
    justify-content: center;
    margin-top: 20px;
  }
}
.sec-internship
  .sec-internship__item
  .sec-internship__item-content
  .sec-internship__list
  .sec-internship__item {
  font-size: 18px;
  letter-spacing: 0.08em;
  padding: 10px 20px;
  text-align: center;
  background: #e1e2e2;
}
@media screen and (max-width: 834px) {
  .sec-internship
    .sec-internship__item
    .sec-internship__item-content
    .sec-internship__list
    .sec-internship__item {
    font-size: 12px;
    padding: 6px 10px;
  }
}

.instagram {
  padding: 60px 16px;
  background: url("../../assets/img/recruitment/detail/detail04/new/bg-insta.jpg")
    no-repeat center top/cover;
  margin-bottom: 100px;
}
@media screen and (max-width: 834px) {
  .instagram {
    background: url("../../assets/img/recruitment/detail/detail04/new/bg-insta-sp.jpg")
      no-repeat center top/cover;
    margin-bottom: 50px;
  }
}
.instagram .instagram__inner {
  width: 274px;
  height: 274px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background: rgba(74, 126, 149, 0.8);
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 834px) {
  .instagram .instagram__inner {
    width: 183px;
    height: 183px;
  }
}
.instagram .instagram__inner .instagram__icon {
  margin-bottom: 10px;
}
@media screen and (max-width: 834px) {
  .instagram .instagram__inner .instagram__icon {
    width: 17px;
    height: 17px;
  }
}
.instagram .instagram__inner .instagram__ttl {
  font-size: 33px;
  font-weight: 700;
  font-family: "Manrope", sans-serif;
  letter-spacing: 0.04em;
  color: #fff;
  margin-bottom: 10px;
}
@media screen and (max-width: 834px) {
  .instagram .instagram__inner .instagram__ttl {
    font-size: 22px;
    margin-bottom: 4px;
  }
}
.instagram .instagram__inner .instagram__txt {
  font-size: 15px;
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  margin-bottom: 20px;
}
@media screen and (max-width: 834px) {
  .instagram .instagram__inner .instagram__txt {
    font-size: 10px;
  }
}
.instagram .instagram__inner .instagram__sub-txt {
  font-size: 18px;
  letter-spacing: 0.08em;
  text-decoration: underline;
}
@media screen and (max-width: 834px) {
  .instagram .instagram__inner .instagram__sub-txt {
    font-size: 12px;
  }
}

.system {
  max-width: 780px;
  margin: 0 auto 100px;
}
@media screen and (max-width: 834px) {
  .system {
    margin: 0 auto 50px;
  }
}
.system .system__ttl {
  font-size: 45px;
  display: block;
}
@media screen and (max-width: 834px) {
  .system .system__ttl {
    font-size: 30px;
  }
}
.system .system__ttl strong {
  -webkit-text-stroke: 1px #fff;
  text-stroke: 1px #fff;
  color: transparent;
}
.system .system__ttl span {
  display: block;
  font-size: 21px;
  margin-top: 10px;
}
@media screen and (max-width: 834px) {
  .system .system__ttl span {
    font-size: 12px;
  }
}
.system .ttl01::before {
  display: none;
}
.system .system__sub-ttl {
  width: 600px;
  margin-bottom: 30px;
}
@media screen and (max-width: 834px) {
  .system .system__sub-ttl {
    width: 100%;
  }
}
.system .system__sub-ttl .ttl_01 {
  font-size: 30px;
  margin-bottom: 10px;
  font-weight: 900;
  padding-left: 20px;
  position: relative;
}
.system .system__sub-ttl .ttl_01::before {
  content: "";
  display: block;
  width: 19px;
  height: 16px;
  background: url("../../assets/img/recruitment/detail/detail04/new/check.png")
    no-repeat center top/cover;
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: 59%;
  transform: translateY(-50%);
}
@media screen and (max-width: 834px) {
  .system .system__sub-ttl .ttl_01::before {
    width: 14px;
    height: 12px;
    left: 18px;
    top: 56%;
  }
}
@media screen and (max-width: 834px) {
  .system .system__sub-ttl .ttl_01 {
    font-size: 20px;
    text-align: center;
  }
}
.system .system__sub-ttl .ttl_02 {
  font-size: 30px;
  font-weight: 900;
  margin-left: auto;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 834px) {
  .system .system__sub-ttl .ttl_02 {
    font-size: 20px;
    margin-left: 0;
    justify-content: center;
  }
}
.system .system__sub-ttl .ttl_02 span {
  color: #5882a0;
}
.system .system__sub-ttl strong {
  display: inline-block;
  font-size: 33px;
  padding: 4px 15px 4px 10px;
  border: 1px solid #000;
  margin: 0 10px;
  line-height: 1;
}
@media screen and (max-width: 834px) {
  .system .system__sub-ttl strong {
    font-size: 22px;
  }
}
.system .system__sub-ttl strong span {
  font-size: 50px;
}
@media screen and (max-width: 834px) {
  .system .system__sub-ttl strong span {
    font-size: 33px;
  }
}
.system .system__curriculum {
  margin-bottom: 50px;
}
.system .system__content {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 834px) {
  .system .system__content {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.system .system__content .img {
  width: 188px;
  flex-shrink: 0;
}
@media screen and (max-width: 834px) {
  .system .system__content .img {
    width: 125px;
  }
}
@media screen and (max-width: 834px) {
  .system .system__content .txt {
    display: contents;
  }
}
@media screen and (max-width: 834px) {
  .system .system__content .txt .txt__item {
    width: calc(100% - 145px);
  }
}
.system .system__content .txt h4 {
  font-size: 21px;
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
}
.system .system__content .txt p {
  font-size: 20px;
}
@media screen and (max-width: 834px) {
  .system .system__content .txt p {
    font-size: 13px;
  }
}
.system .system__content .txt .flex {
  display: flex;
  align-items: flex-start;
  margin-top: 20px;
  gap: 10px;
}
@media screen and (max-width: 834px) {
  .system .system__content .txt .flex {
    margin-top: 0;
  }
}
.system .system__content .txt .flex span {
  font-weight: bold;
  font-size: 20px;
  background: #4a7e95;
  color: #fff;
  flex-shrink: 0;
  padding: 4px 10px;
}
@media screen and (max-width: 834px) {
  .system .system__content .txt .flex span {
    font-size: 13px;
  }
}
.system .system__content .txt .flex p {
  color: #4a7e95;
}
@media screen and (max-width: 834px) {
  .system .system__content .txt .flex p {
    width: 100%;
  }
}
