.subHero {
  padding: 97px var(--side-space) 84px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .subHero {
    padding: 20.6% 0 15.5%;
  }
}
.subHero--about {
  background: #fff;
}

.companySection__text,
.recruitSubLead p,
.recruitSubEditor,
.policyContent,
.interviewArchiveLead,
.interviewSingle__body {
  font-size: 13px;
  line-height: 2.2;
}

.aboutTimeline {
  padding: 11.7% 0 0 6.2%;
}
.recruitSubContainer,
.interviewArchiveContainer,
.policyContainer {
  width: min(100% - var(--side-space) * 2, 1040px);
  margin: 0 auto;
  padding-bottom: 150px;
}

.recruitSubLead,
.interviewArchiveLead {
  max-width: 720px;
  margin: 0 auto 100px;
  text-align: center;
}

.recruitSubLead h2 {
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.8;
}

.benefitsGrid,
.trainingFlow {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.benefitsGrid article,
.benefitsGrid li,
.trainingFlow article,
.trainingFlow li {
  min-height: 260px;
  padding: 42px 36px;
  border-radius: 4px;
  background: var(--color-white);
}

.trainingFlow {
  grid-template-columns: repeat(2, 1fr);
}
.trainingFlow li {
  min-height: 230px;
  background: var(--color-pink-light);
}

.workList {
  display: grid;
  gap: 70px;
}
.workList article {
  display: grid;
  align-items: center;
  grid-template-columns: 42% 1fr;
  gap: 70px;
}
.workList__img {
  overflow: hidden;
  aspect-ratio: 4/3;
}
.workList__img img {
  height: 100%;
  object-fit: cover;
}

.policyContainer {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .policyContainer {
    width: 87.5%;
    margin: 0 auto;
    padding-bottom: 18%;
  }
}

.policyContent > * + * {
  margin-top: 28px;
}

.policyContent {
  width: 90.9%;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .policyContent {
    width: 100%;
  }
}
.policyContent h2 {
  margin: 0 0 1%;
  font-size: 20px;
  line-height: 2.1;
}
@media screen and (max-width: 640px) {
  .policyContent h2 {
    margin: 0 0 2.3%;
    font-size: 3.125vw;
  }
}
.policyContent p {
  margin: 0 0 6.4%;
  font-size: 13px;
  line-height: 2.1;
  text-align: justify;
}
@media screen and (max-width: 640px) {
  .policyContent p {
    margin: 0 0 8.8%;
    font-size: 2.8125vw;
  }
}

.policy__read {
  margin: 0 0 6%;
  padding: 1.2% 4.5%;
  font-size: 20px;
  background: #ece1db;
  color: #be8f86;
}
@media screen and (max-width: 640px) {
  .policy__read {
    margin: 0 0 10.4%;
    padding: 2.4% 5.9%;
    font-size: 3.125vw;
  }
}

.subHero__en {
  margin: 7px 0 0;
  color: var(--color-pink);
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 640px) {
  .subHero__en {
    font-size: 2.34375vw;
  }
}

.subHero__heading {
  margin: 9px 0 0;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.1em;
  font-family: var(--font-serif);
}
@media screen and (max-width: 640px) {
  .subHero__heading {
    margin: 0;
    font-size: 4.6875vw;
  }
}

.businessContainer,
.recruitContainer,
.requirementsContainer,
.newsArchiveContainer,
.contactContainer {
  width: min(100% - var(--side-space) * 2, 1100px);
  margin: 0 auto;
  padding-bottom: 150px;
}

.businessLead {
  margin-bottom: 120px;
  font-size: 16px;
  line-height: 2.3;
  text-align: center;
}

.businessGroup__heading {
  margin-bottom: 42px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--color-line);
  font-size: 20px;
  font-weight: 500;
}

.businessBrand {
  position: relative;
  display: grid;
  align-items: center;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 80px;
  border: #be8f86 1px solid;
}
@media screen and (max-width: 640px) {
  .businessBrand {
    display: block;
    padding: 2vw 6vw 9vw;
  }
}
.businessBrand--01 {
  margin: 0 0 3.7%;
}
@media screen and (max-width: 640px) {
  .businessBrand--01 {
    margin: 0 0 12%;
  }
}

.businessBrand--reverse .businessBrand__img {
  order: 2;
}

.businessBrand__img {
  overflow: hidden;
  background: var(--color-white);
}

.businessBrand__img img {
  height: 100%;
  object-fit: cover;
}

.businessBrand__img--logo {
  display: grid;
  place-items: center;
}

.businessBrand__img--logo img {
  object-fit: contain;
}

.businessBrand__logo {
  margin-bottom: 30px;
  font-size: 29px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.businessBrand__logo--red {
  color: #c96558;
}

.businessBrand__heading {
  margin-bottom: 24px;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.8;
}

.businessBrand__txt {
  margin-bottom: 35px;
  font-size: 13px;
  line-height: 2.1;
}
@media screen and (max-width: 640px) {
  .businessBrand__txt {
    line-height: 2;
  }
}

.businessBrand__link {
  position: absolute;
  display: flex;
  padding: 1.2% 7.1% 1.2% 4.1%;
  inset: auto 0 0 auto;
  background-color: #be8f86;
  color: #fff;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  border-radius: 15px 0 0 0;
}
@media screen and (max-width: 640px) {
  .businessBrand__link {
    position: relative;
    display: flex;
    width: 76%;
    height: 10.9375vw;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    font-size: 3.125vw;
    border-radius: 5.46875vw;
  }
}
.businessBrand__link span {
  position: absolute;
  display: block;
  width: 9%;
  height: 1px;
  inset: 0 0 0 63%;
  margin: auto;
  background: #fff;
}
@media screen and (max-width: 640px) {
  .businessBrand__link span {
    width: 2vw;
    height: 2vw;
    inset: 0 0 0 78%;
    margin: auto;
    border-top: #fff 1px solid;
    border-right: #fff 1px solid;
    transform: rotate(45deg);
    background: none;
  }
}
.businessBrand__link span::before {
  position: absolute;
  content: "";
  display: block;
  width: 20%;
  aspect-ratio: 1/1;
  inset: 0 0 0 80%;
  margin: auto;
  border-top: #fff 1px solid;
  border-right: #fff 1px solid;
  transform: rotate(45deg);
}
@media screen and (max-width: 640px) {
  .businessBrand__link span::before {
    content: none;
  }
}

.subPageNav {
  display: flex;
  color: var(--color-white);
  background: var(--color-pink);
  justify-content: center;
}
@media screen and (max-width: 640px) {
  .subPageNav {
    padding: 0 6% 0 0;
  }
  .subPageNav--col {
    padding: 7.1% 0;
    flex-direction: column;
    align-items: center;
  }
}
.subPageNav__item {
  position: relative;
  display: flex;
  min-height: 101px;
  margin-right: 50px;
  padding: 0 20px 0 0;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 640px) {
  .subPageNav__item {
    min-height: 23.7vw;
    padding: 0;
    font-size: 3.125vw;
  }
  .subPageNav__item--col {
    display: inline-block;
    min-height: auto;
    margin: 3% 0;
  }
  .subPageNav__item--row {
    margin-right: 17vw;
  }
  .subPageNav__item--row span {
    inset: 0 -6vw 0 auto;
  }
}
.subPageNav__item:nth-last-child(1) {
  margin-right: 0;
}
.subPageNav__item--01 {
  margin: 0 110px 0 0;
}
@media screen and (max-width: 640px) {
  .subPageNav__item--01 {
    margin: 0 19% 0 0;
  }
}
.subPageNav__item--business {
  margin-right: 100px;
}
.subPageNav__item span {
  position: absolute;
  width: 10px;
  aspect-ratio: 1/1;
  inset: 0 0 0 100%;
  margin: auto;
  border-top: #fff 1px solid;
  border-right: #fff 1px solid;
  transform: rotate(45deg);
}
@media screen and (max-width: 640px) {
  .subPageNav__item span {
    width: 1.8vw;
    inset: 0 -6vw 0 auto;
    margin: auto 0;
  }
}

.companySection__heading {
  margin-bottom: 45px;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.12em;
}
.companySection__headingEn {
  font-size: 16px;
  color: #be8f86;
  text-align: center;
  letter-spacing: 0.22rem;
}
@media screen and (max-width: 640px) {
  .companySection__headingEn {
    font-size: 2.34375vw;
  }
}

.companyTable {
  border-top: 1px solid var(--color-line);
}

.companyTable__row {
  display: grid;
  padding: 30px 25px;
  border-bottom: 1px solid var(--color-line);
  grid-template-columns: 180px 1fr;
  font-size: 13px;
  line-height: 2;
}
@media screen and (max-width: 640px) {
  .companyTable__row {
    padding: 4.7vw 5.6vw;
    grid-template-columns: 0.3fr 1fr;
  }
}

.companyTable__row dt {
  font-weight: 500;
}

.companySection--editor {
  margin-top: 90px;
}

.companyEditor {
  font-size: 13px;
  line-height: 2;
}

.requirementsContainer {
  max-width: 900px;
}

.requirementsLead {
  margin-bottom: 65px;
  font-size: 13px;
  line-height: 2;
  text-align: center;
}

.requirementsJob + .requirementsJob {
  margin-top: 100px;
}

.requirementsJob__heading {
  margin-bottom: 35px;
  font-size: 23px;
  font-weight: 500;
}

.requirementsEditor {
  font-size: 13px;
  line-height: 2;
}

.recruitHero {
  position: relative;
  min-height: 720px;
}

.recruitHero__img {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: var(--color-white);
}

.recruitHero__img img {
  height: 100%;
  object-fit: cover;
}

.recruitHero__content {
  display: flex;
  width: min(100% - var(--side-space) * 2, var(--content-width));
  min-height: 720px;
  margin: 0 auto;
  padding-bottom: 90px;
  flex-direction: column;
  justify-content: flex-end;
}

.recruitHero__en,
.recruitMessage__en,
.recruitTraining__en,
.recruitEntry__en {
  margin-bottom: 20px;
  color: var(--color-pink);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.25em;
}

.recruitHero__heading {
  font-size: 43px;
  font-weight: 500;
  line-height: 1.55;
  letter-spacing: 0.13em;
}

.recruitMessage {
  padding: 145px 0;
  text-align: center;
}

.recruitMessage__heading {
  margin-bottom: 45px;
  font-size: 29px;
  font-weight: 500;
  line-height: 1.85;
}

.recruitMessage__txt {
  font-size: 13px;
  line-height: 2.4;
}

.recruitPeople {
  padding: 120px 0;
  border-top: 1px solid var(--color-line);
}

.recruitPeopleList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
}

.recruitPerson__img {
  margin-bottom: 27px;
  overflow: hidden;
  aspect-ratio: 3/4;
  background: var(--color-white);
}

.recruitPerson__img img {
  height: 100%;
  object-fit: cover;
}

.recruitPerson__num {
  margin-bottom: 12px;
  color: var(--color-pink);
  font-size: 10px;
  font-weight: 700;
}

.recruitPerson__job {
  margin-bottom: 13px;
  font-size: 10px;
}

.recruitPerson__heading {
  margin-bottom: 22px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
}

.recruitPerson__link {
  font-size: 10px;
}

.recruitTraining {
  display: grid;
  padding: 115px 8%;
  border-radius: 4px;
  background: var(--color-pink-light);
  grid-template-columns: 0.8fr 1.2fr;
  gap: 100px;
}

.recruitTraining__heading,
.recruitEntry__heading {
  margin-bottom: 30px;
  font-size: 29px;
  font-weight: 500;
}

.recruitTraining__txt,
.recruitEntry__txt {
  font-size: 12px;
  line-height: 2.2;
}

.recruitTrainingList {
  border-top: 1px solid rgba(63, 57, 54, 0.2);
}

.recruitTrainingList li {
  display: flex;
  padding: 24px 0;
  align-items: center;
  gap: 30px;
  border-bottom: 1px solid rgba(63, 57, 54, 0.2);
  font-size: 14px;
}

.recruitTrainingList span {
  color: var(--color-pink-dark);
  font-size: 10px;
}

.recruitEntry {
  position: relative;
  display: flex;
  min-height: 430px;
  margin-top: 120px;
  padding: 70px;
  align-items: center;
  color: var(--color-white);
}

.recruitEntry::after {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: rgba(63, 57, 54, 0.45);
  content: "";
}

.recruitEntry__img {
  position: absolute;
  z-index: -2;
  inset: 0;
  background: var(--color-white);
}

.recruitEntry__img img {
  height: 100%;
  object-fit: cover;
}

.recruitEntry__content {
  width: 440px;
}

.recruitEntry__en {
  color: currentColor;
  opacity: 0.75;
}

.recruitEntry__txt {
  margin-bottom: 35px;
}

.newsArchiveContainer {
  max-width: 900px;
}

.post-type-archive-news .mainContainer {
  border-bottom: #be8f86 10px solid;
}

.newsArchiveItem__link {
  position: relative;
  display: grid;
  min-height: 132px;
  padding: 34px 70px 34px 10px;
  align-items: center;
  border-bottom: 1px solid var(--color-line);
  grid-template-columns: 195px 1fr;
}

.newsArchiveItem__meta {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 10px;
}

.newsArchiveItem__meta span {
  min-width: 78px;
  padding: 7px 12px;
  border: 1px solid var(--color-pink);
  border-radius: 999px;
  color: var(--color-pink-dark);
  text-align: center;
}

.newsArchiveItem__heading {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.8;
}

.newsArchiveItem__arrow {
  position: absolute;
  top: 50%;
  right: 15px;
  font-size: 25px;
  transform: translateY(-50%);
}

.newsArchiveEmpty {
  text-align: center;
}

.newsPagination {
  margin-top: 65px;
}

.newsPagination .nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.newsPagination .page-numbers {
  display: grid;
  width: 38px;
  aspect-ratio: 1;
  place-items: center;
  border-radius: 50%;
  font-size: 16px;
}

.newsPagination .current {
  color: var(--color-white);
  background: var(--color-pink);
}

.newsSingleContainer {
  width: min(100% - var(--side-space) * 2, 860px);
  margin: 0 auto;
  padding: 210px 0 150px;
}
@media screen and (max-width: 640px) {
  .newsSingleContainer {
    padding: 20% 0;
  }
}

.newsSingleHeader {
  margin-bottom: 65px;
}

.newsSingleHeader__meta {
  display: flex;
  margin-bottom: 30px;
  align-items: center;
  gap: 22px;
  font-size: 10px;
}

.newsSingleHeader__heading {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.65;
}

.newsSingle__eyecatch {
  margin-bottom: 65px;
  overflow: hidden;
  aspect-ratio: 16/9;
  background: var(--color-white);
}

.newsSingle__eyecatch img {
  height: 100%;
  object-fit: cover;
}

.newsSingle__content {
  font-size: 14px;
  line-height: 2.2;
}

.newsSingle__content > * + * {
  margin-top: 28px;
}

.newsSingle__content h2 {
  margin-top: 65px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--color-line);
  font-size: 22px;
  font-weight: 500;
}

.newsSingle__content h3 {
  margin-top: 45px;
  font-size: 18px;
  font-weight: 500;
}

.newsSingle__content ul {
  padding-left: 1.5em;
  list-style: disc;
}

.newsSingle__content table {
  width: 100%;
}

.newsSingle__content th,
.newsSingle__content td {
  padding: 18px;
  border: 1px solid var(--color-line);
}

.newsSingle__content a {
  color: var(--color-pink-dark);
  text-decoration: underline;
}

.newsSingle__back {
  display: flex;
  margin-top: 90px;
  justify-content: center;
}

.contactContainer {
  max-width: 900px;
}

.contactForm {
  margin-bottom: 80px;
}

.contactForm iframe {
  width: 100%;
  min-height: 1100px;
  border: 0;
}

.contactForm__placeholder {
  display: grid;
  min-height: 620px;
  padding: 30px;
  place-content: center;
  gap: 20px;
  color: #8a8582;
  text-align: center;
}

.contactForm__placeholder--iframe {
  display: block;
  min-height: 0;
  padding: 0;
}

.contactForm__placeholder p {
  font-size: 20px;
}

.contactForm__placeholder small {
  font-size: 11px;
  line-height: 1.8;
}

.contactPrivacy {
  padding-top: 55px;
  border-top: 1px solid var(--color-line);
  font-size: 12px;
  line-height: 2.2;
}

.contactPrivacy__heading {
  margin-bottom: 25px;
  font-size: 18px;
  font-weight: 500;
}

.contactPrivacy .u-textLink {
  margin-top: 30px;
}

/* 2026-07 design alignment */
.newsArchiveItem__link {
  grid-template-columns: 195px 1fr;
  grid-template-rows: auto auto;
}

.newsArchiveItem__meta {
  grid-row: 1/3;
}

.newsArchiveItem__meta span {
  min-width: 82px;
  padding: 5px 11px;
  border-color: #b99a48;
  border-radius: 1px;
  color: #9b7c2d;
  background: #fffbed;
  line-height: 1.2;
}

.newsArchiveItem__excerpt {
  margin-top: 8px;
  color: #817a75;
  font-size: 11px;
  line-height: 1.7;
}

.businessContainer {
  max-width: 1100px;
}

.businessLead {
  margin-bottom: 78px;
}

.businessGroup {
  position: relative;
}

.businessGroup__heading {
  position: absolute;
  display: table;
  inset: -23px 0 auto;
  margin: 0 auto 26px;
  padding: 9px 40px;
  border: 0;
  border-radius: 999px;
  background: var(--color-pink-light);
  font-size: 18px;
  letter-spacing: 0.25em;
  color: #be8f86;
  z-index: 1;
}
@media screen and (max-width: 640px) {
  .businessGroup__heading {
    display: flex;
    width: 44%;
    font-size: 3.125vw;
    align-items: center;
    justify-content: center;
    height: 7.5vw;
    border-radius: 3.75vw;
    inset: -3.4vw 0 auto;
    padding: 0;
  }
}

.businessGroup__panel {
  padding: 6.9% 4.5% 3.5%;
  background: rgba(255, 255, 255, 0.42);
}
@media screen and (max-width: 640px) {
  .businessGroup__panel {
    padding: 14.3vw 4.7vw 14.3vw;
  }
}
.businessGroup__panel--01 {
  position: relative;
  margin: 0 0 6.8%;
}
@media screen and (max-width: 640px) {
  .businessGroup__panel--01 {
    margin: 0 0 13.8%;
  }
}
.businessGroup__panel--01::before {
  position: absolute;
  content: "";
  display: block;
  width: 1px;
  height: 80px;
  background: #be8f86;
  inset: auto 0 -80px 0;
  margin: auto;
}
@media screen and (max-width: 640px) {
  .businessGroup__panel--01::before {
    height: 14vw;
    inset: auto 0 -14vw 0;
  }
}
.businessGroup__panel--02 {
  width: 91%;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .businessGroup__panel--02 {
    width: 100%;
  }
}

.businessBrand {
  grid-template-columns: 30% 64.5%;
  gap: 1.3%;
}

.businessBrand__img {
  background: transparent;
}
@media screen and (max-width: 640px) {
  .businessBrand__img {
    position: relative;
    width: 57%;
    margin-left: -2.6vw;
  }
}

@media screen and (max-width: 640px) {
  .businessBrand__img--ichisara {
    margin-top: 10%;
    margin-bottom: 9.3%;
  }
}

.businessBrand__img--ichisara img {
  width: 50%;
}

@media screen and (max-width: 640px) {
  .businessBrand__img--moksui {
    margin: 17.2% 0 18.9% -4.6%;
    width: 59.7%;
  }
}

.businessBrand__content {
  padding: 5.6% 0.5% 3%;
}
@media screen and (max-width: 640px) {
  .businessBrand__content {
    padding: 0;
  }
}

.businessBrand__heading {
  margin-bottom: 1.2%;
  font-size: 20px;
}
@media screen and (max-width: 640px) {
  .businessBrand__heading {
    position: absolute;
    inset: 14.8vw auto auto 40.9vw;
    font-size: 3.125vw;
  }
}
@media screen and (max-width: 640px) {
  .businessBrand__heading--moksui {
    inset: 14.4vw auto auto 45.8vw;
  }
}

.businessBrand__txt {
  margin-bottom: 22px;
}
@media screen and (max-width: 640px) {
  .businessBrand__txt {
    font-size: 2.8125vw;
    letter-spacing: 0;
    margin-bottom: 12%;
  }
}

.businessBrand .u-roundBtn {
  width: 215px;
  min-height: 43px;
  margin-left: auto;
}

.businessGroupLink {
  margin-top: 95px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .businessGroupLink {
    margin-top: 18%;
  }
}

.businessGroupLink p {
  margin-bottom: 28px;
  font-size: 16px;
  line-height: 1.7;
}
@media screen and (max-width: 640px) {
  .businessGroupLink p {
    margin-bottom: 10%;
    font-size: 3.125vw;
    line-height: 2;
  }
}

.businessGroupLink .u-roundBtn {
  margin: 0 auto;
  color: var(--color-white);
  background: var(--color-pink);
}

.companyContainer {
  background: #fff;
}

.companyMainVisual {
  display: block;
  max-width: 755px;
  width: 68%;
  margin: 0 auto 56px;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .companyMainVisual {
    width: 88%;
    margin: 0 auto 8%;
  }
}

.companySection {
  margin-top: 145px;
}
@media screen and (max-width: 640px) {
  .companySection {
    padding-top: 14%;
    margin-top: 0;
  }
}
.companySection#history {
  background: #f8f5f2;
  margin-top: 97px;
  padding: 108px 0 90px;
}
@media screen and (max-width: 640px) {
  .companySection#history {
    margin-top: 15%;
    padding: 14% 0 27%;
  }
}

.companySection--profile {
  width: 760px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .companySection--profile {
    width: 87.5%;
  }
}

.companySection__heading {
  margin-bottom: 11px;
  text-align: center;
  font-family: var(--font-serif);
}
@media screen and (max-width: 640px) {
  .companySection__heading {
    font-size: 4.6875vw;
  }
}

.aboutHistory {
  position: relative;
  max-width: 760px;
  width: 69%;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .aboutHistory {
    width: 83%;
  }
}

.aboutTimeline {
  position: relative;
}
@media screen and (max-width: 640px) {
  .aboutTimeline {
    padding: 11.2% 0 0 6%;
  }
}
.aboutTimeline__line {
  position: absolute;
  width: 1px;
  height: 92%;
  inset: 8% auto auto 1.05%;
  background: #be8f86;
}
@media screen and (max-width: 640px) {
  .aboutTimeline__line {
    height: 95%;
    inset: 5.1% auto auto 1.05%;
  }
}
.aboutTimeline__line::before {
  position: absolute;
  content: "";
  display: block;
  width: 20px;
  aspect-ratio: 1/1;
  inset: auto 0 0;
  margin: auto;
  border-bottom: #be8f86 1px solid;
  border-right: #be8f86 1px solid;
  transform: rotate(45deg);
  transform-origin: 50% 0;
}
@media screen and (max-width: 640px) {
  .aboutTimeline__line::before {
    width: 2vw;
    inset: auto -1.6vw 0 auto;
  }
}
.aboutTimeline__item {
  margin: 0 0 9%;
}
.aboutTimeline__year {
  position: relative;
  font-size: 25px;
  color: #4d4d4d;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 640px) {
  .aboutTimeline__year {
    margin: 0 0 0 2.2%;
    font-size: 3.90625vw;
  }
}
.aboutTimeline__year::before {
  position: absolute;
  content: "";
  display: block;
  width: 19px;
  inset: 10px auto auto -48px;
  aspect-ratio: 1/1;
  background: #be8f86;
  border-radius: 50%;
}
@media screen and (max-width: 640px) {
  .aboutTimeline__year::before {
    width: 2.8125vw;
    inset: 1.7vw auto auto -7.1vw;
  }
}
.aboutTimeline__information {
  display: flex;
  margin: 0 0 -0.3%;
  padding: 1.6% 0;
}
@media screen and (max-width: 640px) {
  .aboutTimeline__information {
    padding: 1.6% 0 3%;
  }
}
.aboutTimeline__month {
  flex: 0 1 5.3%;
  margin: 0 3% 0 0;
  font-size: 16px;
  color: #4d4d4d;
  line-height: 2.6;
  text-align: right;
}
@media screen and (max-width: 640px) {
  .aboutTimeline__month {
    flex: 0 1 11.8%;
    margin: 0 3.4% 0 0;
    font-size: 2.8125vw;
    line-height: 2.19;
  }
}
.aboutTimeline__txt {
  flex: 0 1 94.7%;
  position: relative;
  font-size: 13px;
  color: #4d4d4d;
  line-height: 3.19;
  letter-spacing: 0;
}
@media screen and (max-width: 640px) {
  .aboutTimeline__txt {
    font-size: 2.8125vw;
    line-height: 2.19;
  }
}
.aboutTimeline__txt strong {
  color: #be8f86;
  font-weight: 400;
}
.aboutTimeline__img {
  position: absolute;
}
.aboutTimeline__img--01 {
  width: 15.4%;
  inset: 33% -1.4% auto auto;
}
@media screen and (max-width: 640px) {
  .aboutTimeline__img--01 {
    width: 17.4%;
    inset: 118% -3.4% auto auto;
  }
}
.aboutTimeline__img--02 {
  width: 20.7%;
  inset: -465% 19.8% auto auto;
}
@media screen and (max-width: 640px) {
  .aboutTimeline__img--02 {
    width: 23.7%;
    inset: -213% -0.5% auto auto;
  }
}
.aboutTimeline__img--03 {
  width: 25%;
  inset: -250% 25% auto auto;
}
@media screen and (max-width: 640px) {
  .aboutTimeline__img--03 {
    display: none;
  }
}
.aboutTimeline__img--04 {
  width: 16.3%;
  inset: -216.7% -2% auto auto;
}
@media screen and (max-width: 640px) {
  .aboutTimeline__img--04 {
    width: 19.4%;
    inset: -140.7% 20% auto auto;
  }
}
.aboutTimeline__img--05 {
  width: 16.5%;
  inset: -137% 13.6% auto auto;
}
@media screen and (max-width: 640px) {
  .aboutTimeline__img--05 {
    width: 20.5%;
    inset: -8.6% 9.6% auto auto;
  }
}
.aboutTimeline__img--06 {
  width: 15.4%;
  inset: -310% 14.5% auto auto;
}
@media screen and (max-width: 640px) {
  .aboutTimeline__img--06 {
    width: 19.5%;
    inset: -136% 31.5% auto auto;
  }
}
.aboutTimeline__img--07 {
  width: 25%;
  inset: -300% -21.5% auto auto;
}
@media screen and (max-width: 640px) {
  .aboutTimeline__img--07 {
    width: 32.1%;
    inset: -542% -6.2% auto auto;
  }
}
.aboutTimeline__img--08 {
  width: 27%;
  inset: -116% 5% auto auto;
}
@media screen and (max-width: 640px) {
  .aboutTimeline__img--08 {
    width: 38.4%;
    inset: 115% 19.7% auto auto;
  }
}
.aboutTimeline__icon {
  position: absolute;
}
.aboutTimeline__icon--01 {
  width: 21%;
  inset: -4.8% -15% auto auto;
}
@media screen and (max-width: 640px) {
  .aboutTimeline__icon--01 {
    width: 25%;
    inset: -6.8% -2% auto auto;
  }
}
.aboutTimeline__icon--02 {
  width: 10%;
  inset: auto auto -11% -23%;
}
@media screen and (max-width: 640px) {
  .aboutTimeline__icon--02 {
    width: 14.7%;
    inset: auto auto -14.3% -2%;
  }
}

.aboutHistory__photos {
  position: relative;
  min-height: 650px;
}
.aboutHistory__photo {
  position: absolute;
  overflow: hidden;
}
.aboutHistory__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.aboutHistory__photo--01 {
  top: 0;
  right: 0;
  width: 82%;
  aspect-ratio: 1.45;
}
.aboutHistory__photo--02 {
  bottom: 25px;
  left: 0;
  width: 72%;
  aspect-ratio: 1.42;
  box-shadow: 0 0 0 12px var(--color-base);
}
.aboutInitiative__read {
  font-size: 16px;
  max-width: 808px;
  width: 73.45%;
  margin: 47px auto 100px;
  line-height: 1.7;
}
@media screen and (max-width: 640px) {
  .aboutInitiative__read {
    width: 87.5%;
    font-size: 3.125vw;
    line-height: 1.88;
    margin: 9% auto 13%;
  }
}
.aboutInitiatives {
  max-width: 1100px;
  width: 90.9%;
  margin: 0 auto;
}
.aboutInitiative {
  display: flex;
  justify-content: space-between;
  margin: 0 0 8%;
}
@media screen and (max-width: 640px) {
  .aboutInitiative {
    display: block;
    margin: 0 0 16%;
  }
}
.aboutInitiative:nth-child(2n-1) .aboutInitiative__img {
  order: 2;
}
.aboutInitiative:nth-child(2n-1) .aboutInitiative__desc {
  order: 1;
}
.aboutInitiative:nth-child(2n) .aboutInitiative__img {
  order: 1;
}
.aboutInitiative:nth-child(2n) .aboutInitiative__desc {
  order: 2;
}
.aboutInitiative__img {
  flex: 0 1 45%;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .aboutInitiative__img--01 {
    width: 105.2%;
    margin: 0 0 6% 2%;
    border-radius: 0.9090909091vw 0 0 0.9090909091vw;
  }
  .aboutInitiative__img--02 {
    width: 104%;
    margin: 0 0 6% -5.3%;
    border-radius: 0 0.9090909091vw 0.9090909091vw 0;
  }
  .aboutInitiative__img--03 {
    width: 105.2%;
    margin: 0 0 6% 2%;
    border-radius: 0.9090909091vw 0 0 0.9090909091vw;
  }
  .aboutInitiative__img--04 {
    width: 104%;
    margin: 0 0 6% -5.3%;
    border-radius: 0 0.9090909091vw 0.9090909091vw 0;
  }
}
.aboutInitiative__desc {
  flex: 0 1 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 640px) {
  .aboutInitiative__desc {
    width: 86%;
    margin: 0 auto;
  }
}
.aboutInitiative__heading {
  margin: 0 0 4%;
  font-size: 20px;
  color: #be8f86;
}
@media screen and (max-width: 640px) {
  .aboutInitiative__heading {
    font-size: 3.90625vw;
  }
}
.aboutInitiative__kifu {
  background: #f8f5f2;
  margin: 6% 0 0;
  padding: 4.3% 6%;
}
@media screen and (max-width: 640px) {
  .aboutInitiative__kifu {
    width: 112%;
    margin: 8% 0 0 -6%;
    padding: 5.3% 10%;
  }
}
.aboutInitiative__kifuTtl {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 1%;
}
@media screen and (max-width: 640px) {
  .aboutInitiative__kifuTtl {
    margin: 0 0 3%;
    text-align: center;
    font-size: 3.125vw;
  }
}
.aboutInitiative__txt {
  font-size: 13px;
  line-height: 2.1;
  text-align: justify;
}
@media screen and (max-width: 640px) {
  .aboutInitiative__txt {
    display: flex;
    font-size: 2.8125vw;
    line-height: 2;
  }
  .aboutInitiative__txtSp01 {
    flex: 0 1 58%;
  }
  .aboutInitiative__txtSp02 {
    flex: 0 1 41%;
  }
}

.aboutCompliance {
  max-width: 660px;
  width: 60%;
  margin: 43px auto 0;
  padding-bottom: 130px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 640px) {
  .aboutCompliance {
    width: 90%;
  }
}
.aboutCompliance__item:nth-child(1), .aboutCompliance__item:nth-child(2) {
  margin-bottom: 5%;
}
.aboutCompliance__item:nth-child(1), .aboutCompliance__item:nth-child(3) {
  margin-right: 3%;
}
@media screen and (max-width: 640px) {
  .aboutCompliance__item {
    margin-bottom: 5%;
    margin-right: 0;
  }
}
.aboutCompliance__item a {
  font-size: 13px;
  padding: 19px 42px;
}
.aboutContentLinks {
  margin-top: 145px;
  padding: 65px 75px;
  background: var(--color-pink-light);
}
.aboutContentLinks h2 {
  margin-bottom: 35px;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
}
.aboutContentLinks > div {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.aboutContentLinks a {
  display: flex;
  min-height: 54px;
  padding: 0 24px;
  align-items: center;
  justify-content: space-between;
  border: 1px solid var(--color-pink);
  border-radius: 999px;
  background: var(--color-white);
  font-size: 11px;
}
.lawContainer {
  max-width: 880px;
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .lawContainer {
    width: 87.5%;
    margin: 0 auto 26%;
  }
}
.law__link {
  position: relative;
  display: inline-block;
  margin: 0 0 1.6%;
  padding: 0.8% 5% 0.9% 1.8%;
  font-size: 13px;
  color: #be8f86;
  border: #be8f86 1px solid;
}
@media screen and (max-width: 640px) {
  .law__link {
    margin: 0 0 2.6%;
    padding: 2.1% 8.4% 2.3% 3.2%;
    font-size: 2.5vw;
  }
}
.law__link::before {
  position: absolute;
  content: "";
  display: block;
  width: 8px;
  aspect-ratio: 1/1;
  margin: auto;
  inset: 0 12px 0 auto;
  border-top: #be8f86 1px solid;
  border-right: #be8f86 1px solid;
  transform: rotate(45deg);
}
@media screen and (max-width: 640px) {
  .law__link::before {
    width: 1.5vw;
    inset: 0 3vw 0 auto;
  }
}
.law__txt {
  margin: 0 0 10.5%;
  font-size: 13px;
  line-height: 2.1;
}
@media screen and (max-width: 640px) {
  .law__txt {
    margin: 0 0 12.2%;
    font-size: 2.8125vw;
    line-height: 1.5;
  }
}

.antisocialContainer {
  max-width: 1000px;
  width: 90.9%;
  margin: 0 auto;
  padding: 0 0 100px;
}
@media screen and (max-width: 640px) {
  .antisocialContainer {
    width: 87.5%;
    margin: 0 auto 26%;
    padding: 0;
  }
}
.antisocial__txt {
  font-size: 13px;
  line-height: 2.1;
  text-align: justify;
}
@media screen and (max-width: 640px) {
  .antisocial__txt {
    margin: 0 0 12.2%;
    font-size: 2.8125vw;
    line-height: 2;
  }
}

.cusharaContainer {
  max-width: 880px;
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .cusharaContainer {
    width: 87.5%;
    margin: 0 auto 26%;
  }
}
.cushara__read {
  margin: 0 0 6%;
  padding: 1.2% 4.5%;
  font-size: 20px;
  background: #ece1db;
  color: #be8f86;
  text-align: justify;
}
@media screen and (max-width: 640px) {
  .cushara__read {
    margin: 0 0 10.4%;
    padding: 2.4% 5.9%;
    font-size: 3.125vw;
  }
}
.cusharaContent h2 {
  margin: 0 0 1%;
  font-size: 20px;
  line-height: 2.1;
}
@media screen and (max-width: 640px) {
  .cusharaContent h2 {
    margin: 0 0 2.3%;
    font-size: 3.125vw;
  }
}
.cusharaContent p {
  margin: 0 0 6.4%;
  font-size: 13px;
  line-height: 2.1;
  text-align: justify;
}
@media screen and (max-width: 640px) {
  .cusharaContent p {
    margin: 0 0 12.2%;
    font-size: 2.8125vw;
    line-height: 2;
    letter-spacing: 0;
  }
}
.cusharaContent small {
  display: block;
  margin: -4% 0 6%;
  font-size: 11px;
  line-height: 2.1;
}
@media screen and (max-width: 640px) {
  .cusharaContent small {
    margin: -4% 0 18%;
    font-size: 2.03125vw;
    letter-spacing: 0;
  }
}
.cusharaContent small a {
  color: #be8f86;
  text-decoration: underline;
}
.cusharaList {
  display: flex;
  margin: 0 0 2%;
}
@media screen and (max-width: 640px) {
  .cusharaList {
    display: block;
    margin: 0 0 9%;
  }
}
.cusharaList__item {
  flex: 0 1 45%;
  margin: 0 !important;
}

.benefitsInner {
  max-width: 1000px;
  width: 90.9%;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .benefitsInner {
    width: 87.5%;
  }
}
.benefits__item {
  position: relative;
  display: flex;
  margin: 0 0 8%;
  background: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 640px) {
  .benefits__item {
    display: block;
    margin: 0 0 14%;
  }
}
.benefits__heading {
  position: absolute;
  display: flex;
  inset: -20px 0 auto;
  margin: auto;
  align-items: center;
  justify-content: center;
  background: #be8f86;
  color: #fff;
  font-size: 20px;
  height: 40px;
  border-radius: 20px;
}
@media screen and (max-width: 640px) {
  .benefits__heading {
    position: relative;
    font-size: 3.125vw;
    height: 6.25vw;
    border-radius: 3.125vw;
    inset: -3.4vw 0 auto;
  }
}
.benefits__heading--01 {
  width: 11.8%;
}
@media screen and (max-width: 640px) {
  .benefits__heading--01 {
    width: 21%;
  }
}
.benefits__heading--02 {
  width: 23.5%;
}
@media screen and (max-width: 640px) {
  .benefits__heading--02 {
    width: 44%;
  }
}
.benefits__heading--03 {
  width: 11.8%;
}
@media screen and (max-width: 640px) {
  .benefits__heading--03 {
    width: 21%;
  }
}
.benefits__img {
  flex: 0 1 21.1%;
  border-radius: 10px 0 0 10px;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .benefits__img {
    border-radius: 1.5625vw 1.5625vw 0 0;
  }
}
.benefitsInformation {
  flex: 0 1 78.9%;
  padding: 5.4% 10% 0 4.2%;
}
@media screen and (max-width: 640px) {
  .benefitsInformation {
    text-align: center;
    padding: 0.4% 13% 8%;
  }
}
.benefitsInformation--03 {
  padding-top: 3%;
}
@media screen and (max-width: 640px) {
  .benefitsInformation--03 {
    margin-top: -1vw;
    padding: 0 5% 8%;
  }
}
.benefitsInformation__strong {
  display: inline-block;
  padding: 0 0 5px;
  color: #be8f86;
  font-size: 16px;
  border-bottom: #be8f86 1px solid;
  letter-spacing: 0;
}
@media screen and (max-width: 640px) {
  .benefitsInformation__strong {
    font-size: 3.125vw;
    text-align: center;
  }
}
.benefitsList {
  display: flex;
  padding: 2.6% 0 0 0;
}
@media screen and (max-width: 640px) {
  .benefitsList {
    display: block;
    text-align: justify;
  }
}
.benefitsList__item {
  font-size: 13px;
  line-height: 2.1;
  letter-spacing: 0;
}
@media screen and (max-width: 640px) {
  .benefitsList__item {
    display: inline;
    font-size: 2.8125vw;
    letter-spacing: -0.1vw;
  }
}
.benefitsList__item:nth-child(1) {
  flex: 0 1 44%;
}
.benefitsList__item:nth-child(2) {
  flex: 0 1 56%;
}
.benefitsList__item--all {
  flex: 0 1 100% !important;
}
.benefitsList__item small {
  font-size: 10px;
}
@media screen and (max-width: 640px) {
  .benefitsList__item small {
    font-size: 2.03125vw;
  }
}
.benefits__sp {
  margin: 2% 0 30%;
  font-size: 2.03125vw;
  line-height: 1.9;
  letter-spacing: 0;
}
@media screen and (max-width: 640px) {
  .benefits__sp {
    margin: -9vw 0 30%;
  }
}

.trainingContainer {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}
.training__read {
  margin: 0 0 5%;
  font-size: 16px;
  line-height: 1.9;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .training__read {
    margin: 0 0 8%;
    font-size: 2.8125vw;
    line-height: 2;
  }
}
.training__stage {
  margin: 0 0 9.6%;
}
@media screen and (max-width: 640px) {
  .trainingSlider {
    position: relative;
    width: 87.5%;
    margin: 0 auto 15.5%;
    border-radius: 1.25vw;
  }
}
@media screen and (max-width: 640px) {
  .trainingSlider__viewport {
    overflow-x: auto;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }
}
@media screen and (max-width: 640px) {
  .trainingSlider__viewport::-webkit-scrollbar {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .trainingSlider__track {
    display: flex;
    width: 400%;
  }
}
@media screen and (max-width: 640px) {
  .trainingSlider__slide {
    flex: 0 0 25%;
    width: 25%;
    scroll-snap-align: start;
  }
}
@media screen and (max-width: 640px) {
  .trainingSlider__slide img {
    display: block;
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 640px) {
  .trainingSlider__arrow {
    position: absolute;
    z-index: 910;
    top: 49.5%;
    width: 7.1875vw;
    height: 7.1875vw;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #c88f86;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 640px) {
  .trainingSlider__arrow::before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1.875vw;
    height: 1.875vw;
    border-top: 0.46875vw solid #fff;
    border-right: 0.46875vw solid #fff;
    content: "";
  }
}
@media screen and (max-width: 640px) {
  .trainingSlider__arrow--prev {
    left: -3.4375vw;
  }
}
@media screen and (max-width: 640px) {
  .trainingSlider__arrow--prev::before {
    transform: translate(-35%, -50%) rotate(-135deg);
  }
}
@media screen and (max-width: 640px) {
  .trainingSlider__arrow--next {
    right: -3.4375vw;
  }
}
@media screen and (max-width: 640px) {
  .trainingSlider__arrow--next::before {
    transform: translate(-65%, -50%) rotate(45deg);
  }
}
@media screen and (max-width: 640px) {
  .trainingSlider__dots {
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 6.2%;
    left: 0;
    display: flex;
    gap: 3.4375vw;
    justify-content: center;
  }
}
@media screen and (max-width: 640px) {
  .trainingSlider__dots button {
    width: 2.03125vw;
    height: 2.03125vw;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #aaa;
  }
}
@media screen and (max-width: 640px) {
  .trainingSlider__dots button.is-current {
    background: #c88f86;
  }
}
.trainingInner {
  width: 72%;
  margin: 0 auto;
  padding: 0 0 5%;
}
@media screen and (max-width: 640px) {
  .trainingInner {
    width: 87.5%;
  }
}
.training__item {
  margin: 0 0 4.2%;
}
@media screen and (max-width: 640px) {
  .training__item {
    margin: 0 0 13.2%;
  }
}
.training__heading {
  margin: 0 0 3%;
  padding: 2% 0;
  font-size: 20px;
  color: #be8f86;
  background: #ece1db;
  border-radius: 10px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .training__heading {
    margin: 0 0 5.8%;
    padding: 3% 0;
    font-size: 3.90625vw;
    line-height: 1.6;
  }
}
.training__txt {
  width: 96%;
  margin: 0 auto;
  font-size: 13px;
  line-height: 2.1;
  letter-spacing: 0;
}
@media screen and (max-width: 640px) {
  .training__txt {
    width: 100%;
    font-size: 2.8125vw;
    line-height: 2;
  }
}

.jobInner {
  max-width: 1000px;
  width: 90.9%;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .jobInner {
    width: 87.5%;
    margin: -3.7vw auto 0;
  }
}
.jobAnchor {
  display: flex;
  margin: 0 0 6.6%;
  justify-content: center;
}
@media screen and (max-width: 640px) {
  .jobAnchor {
    flex-wrap: wrap;
    width: 81.2%;
    margin: 0 auto 20.5%;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.jobAnchor__item {
  display: flex;
  position: relative;
  width: 140px;
  aspect-ratio: 1/1;
  margin: 0 3%;
  font-size: 17px;
  color: #fff;
  background: #be8f86;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  transition: 0.3s all;
}
@media screen and (max-width: 640px) {
  .jobAnchor__item {
    width: 32vw;
    height: 16vw;
    margin: 0 0 5%;
    border-radius: 2vw;
    font-size: 3.125vw;
  }
}
.jobAnchor__item:hover {
  transform: scale(1.1);
}
.jobAnchor__item::before {
  position: absolute;
  content: "";
  display: block;
  width: 9.4%;
  inset: auto 0 17%;
  margin: auto;
  aspect-ratio: 1/1;
  border-bottom: #fff 1px solid;
  border-right: #fff 1px solid;
  transform: rotate(45deg);
  pointer-events: none;
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .jobAnchor__item::before {
    width: 4.4%;
    inset: auto 0 12%;
  }
}
.jobItem {
  margin: 0 0 19%;
}
@media screen and (max-width: 640px) {
  .jobItem {
    margin: 0 0 23%;
  }
}
.jobItem__information {
  margin: 0 0 3.8%;
  padding: 0 0 0 3.7%;
  border-left: #dec7c2 10px solid;
}
@media screen and (max-width: 640px) {
  .jobItem__information {
    margin: 0 0 6.2%;
    border-left: #dec7c2 1.6vw solid;
  }
}
.jobItem__heading {
  margin: 0 0 1%;
  font-size: 20px;
  letter-spacing: 0.15rem;
}
@media screen and (max-width: 640px) {
  .jobItem__heading {
    margin: 0 0 5%;
    font-size: 3.90625vw;
  }
}
.jobItem__txt {
  font-size: 16px;
  line-height: 1.84375;
  letter-spacing: 0.13rem;
}
@media screen and (max-width: 640px) {
  .jobItem__txt {
    font-size: 2.8125vw;
    line-height: 2;
  }
}
.jobTable {
  display: block;
  margin: 0 0 8%;
}
.jobTableBody {
  display: block;
  border-top: #4d4d4d 1px solid;
  border-right: #4d4d4d 1px solid;
  border-left: #4d4d4d 1px solid;
}
.jobTable__tr {
  display: flex;
  border-bottom: #4d4d4d 1px solid;
}
.jobTable__th {
  display: flex;
  flex: 0 1 18.5%;
  font-size: 13px;
  line-height: 2.1;
  background: #ece1db;
  border-right: #4d4d4d 1px solid;
  font-weight: 400;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 640px) {
  .jobTable__th {
    flex: 0 1 32%;
  }
}
.jobTable__td {
  padding: 3.1% 5.7%;
  flex: 0 1 81.5%;
  font-size: 13px;
  line-height: 2.1;
  background: #fff;
}
@media screen and (max-width: 640px) {
  .jobTable__td {
    flex: 0 1 68%;
    padding: 5.7% 5% 5.7% 6.7%;
    font-size: 2.8125vw;
    letter-spacing: 0;
  }
}
.jobTable__td small {
  display: inline-block;
  font-size: 76%;
}
@media screen and (max-width: 640px) {
  .jobTable__td small {
    font-size: 72%;
  }
}
.jobTable__tdBtns {
  display: flex;
  margin-top: 3%;
  justify-content: flex-start;
}
.jobTable__tdBtn {
  position: relative;
  display: flex;
  width: 130px;
  height: 30px;
  margin-right: 3%;
  font-size: 13px;
  align-items: center;
  justify-content: center;
  border: #be8f86 1px solid;
  color: #be8f86;
}
@media screen and (max-width: 640px) {
  .jobTable__tdBtn {
    width: 20vw;
    font-size: 2.5vw;
  }
}
.jobTable__tdBtn::before {
  position: absolute;
  content: "";
  display: block;
  width: 8%;
  inset: 0 0 0 77%;
  margin: auto;
  aspect-ratio: 1/1;
  border-top: #be8f86 1px solid;
  border-right: #be8f86 1px solid;
  transform: rotate(45deg);
}
.jobInterview {
  margin: 0 0 5%;
}
@media screen and (max-width: 640px) {
  .jobInterview {
    width: 87%;
    margin: 0 auto 11%;
  }
}
.jobInterview__heading {
  margin: 0 0 2.7%;
  font-size: 16px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .jobInterview__heading {
    font-size: 3.125vw;
  }
}
.jobInterviewList {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 640px) {
  .jobInterviewList {
    display: block;
  }
}
.jobInterview__link {
  display: flex;
  flex: 0 1 48.5%;
  height: 173px;
  margin: 0 0 2%;
  padding-right: 1%;
  background: #be8f86;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 640px) {
  .jobInterview__link {
    height: 25.4vw;
    margin: 0 0 4%;
    border-radius: 1.5625vw;
  }
}
.jobInterview__link:nth-child(2n) {
  margin-left: 3%;
}
@media screen and (max-width: 640px) {
  .jobInterview__link:nth-child(2n) {
    margin-left: 0;
  }
}
.jobInterview__img {
  width: 27%;
  margin-right: 9%;
}
@media screen and (max-width: 640px) {
  .jobInterview__img {
    width: 25%;
    margin-right: 5%;
  }
}
.jobInterview__name {
  font-size: 13px;
  line-height: 2.3;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 640px) {
  .jobInterview__name {
    font-size: 2.8125vw;
    line-height: 1.8;
  }
}
.jobEntry__heading {
  margin: 0 0 2.7%;
  color: #be8f86;
  font-size: 16px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .jobEntry__heading {
    margin: 0 0 2%;
  }
}
.jobEntry__btn {
  display: block;
  width: 46%;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .jobEntry__btn {
    width: 82%;
  }
}
.jobEntryBtn {
  text-align: center;
}

.workInner {
  max-width: 1000px;
  width: 90.9%;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .workInner {
    width: 87.5%;
  }
}
.work__read {
  margin: 0 0 8.5%;
  font-size: 16px;
  line-height: 2.0625;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .work__read {
    margin: -9% 0 14.8%;
    font-size: 2.8125vw;
    line-height: 2;
  }
}
.work__readImg {
  position: relative;
  width: 50.5%;
  margin: 0 auto 11.1%;
}
@media screen and (max-width: 640px) {
  .work__readImg {
    width: 90.1%;
    margin: 0 auto 24.9%;
  }
}
.work__readLink {
  position: absolute;
  width: 31%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  cursor: pointer;
}
.work__readLink--01 {
  inset: 0 auto auto 0;
}
.work__readLink--02 {
  inset: 0 0 auto auto;
}
.work__readLink--03 {
  inset: auto auto 0 0;
}
.work__readLink--04 {
  inset: auto 0 0 auto;
}
.workItem {
  display: flex;
  margin: 0 0 11%;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 640px) {
  .workItem {
    position: relative;
    display: block;
    margin: 0 0 24.5%;
  }
}
.workItem:nth-child(2n-1) .workItem__information {
  order: 1;
}
.workItem:nth-child(2n-1) .workItem__img {
  order: 2;
}
.workItem:nth-child(2n) .workItem__information {
  order: 2;
}
.workItem:nth-child(2n) .workItem__img {
  order: 1;
}
.workItem__information {
  flex: 0 1 49%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.workItem__heading {
  position: relative;
  font-size: 20px;
  margin: 0 0 4%;
  padding: 0 0 0 8%;
}
@media screen and (max-width: 640px) {
  .workItem__heading {
    margin: 0 0 2.7%;
    padding: 0 0 0 8%;
    font-size: 3.90625vw;
    letter-spacing: 0;
  }
}
.workItem__headingIcon {
  position: absolute;
  width: 6%;
  inset: -5% auto auto 0;
}
@media screen and (max-width: 640px) {
  .workItem__headingIcon {
    width: 5.3%;
    inset: 10% auto auto 0;
  }
}
.workItem__txt {
  margin: 0 0 8%;
  font-size: 16px;
  line-height: 1.84375;
  text-align: justify;
}
@media screen and (max-width: 640px) {
  .workItem__txt {
    margin: 0 0 48.3vw;
    font-size: 2.8125vw;
    line-height: 2;
  }
  .workItem__txt--06 {
    margin: 0 0 40.3vw;
  }
}
.workItem__txt small {
  font-size: 11px;
}
@media screen and (max-width: 640px) {
  .workItem__txt small {
    font-size: 2.34375vw;
  }
}
.workItemSample {
  padding: 8% 10.4%;
  background: #fff;
}
@media screen and (max-width: 640px) {
  .workItemSample {
    padding: 7% 7.4%;
  }
}
.workItemSample__heading {
  margin: 0 0 3.6%;
  font-size: 20px;
  color: #be8f86;
}
@media screen and (max-width: 640px) {
  .workItemSample__heading {
    font-size: 3.125vw;
  }
}
.workItemSample__txt {
  font-size: 13px;
  line-height: 2.08;
  letter-spacing: 0;
}
@media screen and (max-width: 640px) {
  .workItemSample__txt {
    font-size: 2.8125vw;
    line-height: 1.98;
  }
}
.workItem__img {
  flex: 0 1 45.5%;
}
@media screen and (max-width: 640px) {
  .workItem__img {
    position: absolute;
    width: 100vw;
  }
  .workItem__img--01 {
    inset: 61vw auto auto -6.5vw;
  }
  .workItem__img--02 {
    inset: 48vw auto auto -6.5vw;
  }
  .workItem__img--03 {
    inset: 48vw auto auto -6.5vw;
  }
  .workItem__img--04 {
    inset: 44vw auto auto -6.5vw;
  }
  .workItem__img--05 {
    inset: 44vw auto auto -6.5vw;
  }
  .workItem__img--06 {
    inset: 60vw auto auto -6.5vw;
  }
}
.workItem__interview {
  margin: 3.9% 0 0;
  flex: 0 1 100%;
  order: 3;
}
@media screen and (max-width: 640px) {
  .workItem__interview {
    width: 86.8%;
    margin: 7% auto 0;
  }
}
.workItem__interviewHeading {
  position: relative;
  margin-bottom: 3.9%;
}
@media screen and (max-width: 640px) {
  .workItem__interviewHeading {
    margin-bottom: 7.6%;
  }
}
.workItem__interviewHeading::before, .workItem__interviewHeading::after {
  position: absolute;
  content: "";
  display: block;
  width: 36.6%;
  height: 1px;
  top: 62%;
  background: #4d4d4d;
}
@media screen and (max-width: 640px) {
  .workItem__interviewHeading::before, .workItem__interviewHeading::after {
    width: 12%;
  }
}
.workItem__interviewHeading::before {
  left: 0;
}
.workItem__interviewHeading::after {
  right: 0;
}

.interviewSingle {
  max-width: 1000px;
  width: 90.9%;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .interviewSingle {
    width: 87.5%;
    margin-top: -8vw;
  }
}
.interviewInfo {
  display: flex;
  margin: 0 0 8%;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 640px) {
  .interviewInfo {
    display: block;
    margin: 0 0 13.6%;
  }
}
.interviewInfo01 {
  position: relative;
  flex: 0 1 44.9%;
}
.interviewInfo02 {
  position: relative;
  flex: 0 1 49.5%;
  margin: 2.6% 0 0;
  padding: 2.6% 0 1.3%;
  border-top: #4d4d4d 1px solid;
  border-bottom: #4d4d4d 1px solid;
}
@media screen and (max-width: 640px) {
  .interviewInfo02 {
    width: 93.5%;
    margin: 8.2% auto 0;
    text-align: center;
  }
}
.interviewInfo__experience {
  position: absolute;
  display: flex;
  width: 28.8%;
  aspect-ratio: 1/1;
  inset: 7% auto auto 0.5%;
  color: #fff;
  line-height: 1.4;
  align-items: center;
  justify-content: center;
  background: #be8f86;
  border-radius: 50%;
}
@media screen and (max-width: 640px) {
  .interviewInfo__experience {
    width: 23.2%;
    inset: 6.4% auto auto 9.4%;
  }
}
.interviewInfo__experienceInner {
  text-align: center;
}
@media screen and (max-width: 640px) {
  .interviewInfo__experienceInner {
    line-height: 1.3;
    padding: 0 0 9%;
  }
}
.interviewInfo__experience01 {
  font-size: 20px;
}
@media screen and (max-width: 640px) {
  .interviewInfo__experience01 {
    font-size: 3.125vw;
  }
}
.interviewInfo__experience02 {
  font-size: 27px;
}
@media screen and (max-width: 640px) {
  .interviewInfo__experience02 {
    font-size: 4.21875vw;
  }
}
.interviewInfo__experience03 {
  font-size: 22px;
}
@media screen and (max-width: 640px) {
  .interviewInfo__experience03 {
    font-size: 3.4375vw;
  }
}
.interviewInfo__img {
  width: 68.8%;
  margin: 0 0 0 13.4%;
}
@media screen and (max-width: 640px) {
  .interviewInfo__img {
    width: 54.8%;
    margin: 0 auto;
  }
}
.interviewInfoHash {
  position: absolute;
  width: 36.4%;
  padding: 3.8% 3.5%;
  inset: 18.5% -3% auto auto;
  border: #be8f86 1px solid;
}
@media screen and (max-width: 640px) {
  .interviewInfoHash {
    width: 30.6%;
    padding: 4.1%;
    inset: 14.5% 0% auto auto;
  }
}
.interviewInfoHash__item {
  color: #be8f86;
  font-size: 16px;
  line-height: 2.31;
  letter-spacing: 0;
}
@media screen and (max-width: 640px) {
  .interviewInfoHash__item {
    font-size: 3.125vw;
    line-height: 2;
  }
}
.interviewInfo__name {
  position: absolute;
  display: inline-block;
  padding: 0 5.3% 0 1%;
  inset: -8.7% auto auto -1%;
  font-size: 25px;
  background: #f8f5f2;
}
@media screen and (max-width: 640px) {
  .interviewInfo__name {
    display: block;
    width: 15%;
    padding: 0;
    font-size: 3.90625vw;
    text-align: center;
    inset: -4vw 0 auto;
    margin: auto;
  }
}
.interviewInfoTeam__heading {
  margin: 0 0 3.5%;
  font-size: 25px;
  color: #be8f86;
}
@media screen and (max-width: 640px) {
  .interviewInfoTeam__heading {
    margin: 0 0 2.7%;
    font-size: 3.90625vw;
  }
}
.interviewInfoTeam__txt {
  font-size: 16px;
  margin: 0 0 6.7%;
}
@media screen and (max-width: 640px) {
  .interviewInfoTeam__txt {
    font-size: 3.125vw;
  }
}
.interviewIndex {
  width: 100%;
  margin: 0 auto 7.5%;
  padding: 1.4% 3% 1.1%;
  color: #fff;
  background: #be8f86;
  border-radius: 9px;
}
@media screen and (max-width: 640px) {
  .interviewIndex {
    width: 100%;
    margin: 0 auto 13.7%;
    padding: 4.3% 3.3% 3.2%;
    border-radius: 9px;
  }
}
.interviewIndex__heading {
  margin: 0 0 1.4%;
  padding: 0 0 1.7%;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  border-bottom: rgba(255, 255, 255, 0.9) 1px solid;
}
@media screen and (max-width: 640px) {
  .interviewIndex__heading {
    margin: 0 0 5%;
    padding: 0 0 2.6%;
    font-size: 3.90625vw;
  }
}
.interviewIndex__list {
  padding: 0 3%;
}
.interviewIndex__item:nth-child(n+5) {
  display: none;
}
.interviewIndex.is-open .interviewIndex__item {
  display: list-item;
}
.interviewIndex__link {
  position: relative;
  display: block;
  padding: 1.45% 0 0.45% 2.7%;
  color: #fff;
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 640px) {
  .interviewIndex__link {
    padding: 1% 0 1% 7.5%;
    font-size: 3.125vw;
    line-height: 1.55;
  }
}
.interviewIndex__link::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  top: 61%;
  left: 0.7%;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 640px) {
  .interviewIndex__link::before {
    width: 1.8vw;
    height: 1.8vw;
    left: 2%;
  }
}
.interviewIndex__toggle {
  display: flex;
  margin: 0.2% auto 0;
  padding: 0;
  color: #fff;
  font-size: 13px;
  line-height: 1.3;
  flex-direction: column;
  align-items: center;
  background: transparent;
  border: 0;
  cursor: pointer;
}
@media screen and (max-width: 640px) {
  .interviewIndex__toggle {
    margin-top: 2.3%;
    font-size: 2.03125vw;
  }
}
.interviewIndex__toggleIcon {
  display: block;
  width: 14px;
  height: 14px;
  margin-top: 1px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: scale(1.5, 1) rotate(45deg);
  transition: transform 0.3s ease;
}
@media screen and (max-width: 640px) {
  .interviewIndex__toggleIcon {
    width: 2.8vw;
    height: 2.8vw;
  }
}
.interviewIndex.is-open .interviewIndex__toggleIcon {
  transform: translateY(50%) scale(1.5, 1) rotate(225deg);
}
.interviewBody__item {
  scroll-margin-top: 120px;
  margin: 0 0 8%;
}
@media screen and (max-width: 640px) {
  .interviewBody__item {
    scroll-margin-top: 80px;
    margin: 0 0 16%;
  }
}
.interview__q {
  margin: 0 0 2.3%;
  padding: 1.9% 2.8%;
  background: #ece1db;
  color: #be8f86;
  font-size: 20px;
  border-radius: 10px;
}
@media screen and (max-width: 640px) {
  .interview__q {
    margin: 0 0 8.3%;
    padding: 3.2% 6%;
    font-size: 3.90625vw;
  }
}
.interview__a {
  font-size: 13px;
  line-height: 2.1;
}
@media screen and (max-width: 640px) {
  .interview__a {
    font-size: 2.8125vw;
    line-height: 2.01;
  }
}

.interviewRelated {
  margin: 14% 0 10%;
  text-align: center;
}
.interviewRelated__heading {
  display: table;
  min-width: 265px;
  margin: 0 auto 56px;
  padding: 13px 34px;
  border-radius: 999px;
  color: #fff;
  background: #be8f86;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 640px) {
  .interviewRelated__heading {
    margin: 0 auto 8.5%;
    padding: 3vw 7vw;
    font-size: 3.90625vw;
  }
}
.interviewRelatedSlider {
  position: relative;
}
.interviewRelatedSlider__viewport {
  overflow: hidden;
}
.interviewRelatedSlider__arrow {
  position: absolute;
  z-index: 910;
  width: 22px;
  height: 38px;
  inset: 52px auto auto;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.interviewRelatedSlider__arrow::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  inset: 0;
  margin: auto;
  border-top: 2px solid #be8f86;
  border-right: 2px solid #be8f86;
}
.interviewRelatedSlider__arrow--prev {
  left: -52px;
}
@media screen and (max-width: 640px) {
  .interviewRelatedSlider__arrow--prev {
    left: 0;
  }
}
.interviewRelatedSlider__arrow--prev::before {
  transform: rotate(-135deg);
}
.interviewRelatedSlider__arrow--next {
  right: -52px;
}
@media screen and (max-width: 640px) {
  .interviewRelatedSlider__arrow--next {
    right: 0;
  }
}
.interviewRelatedSlider__arrow--next::before {
  transform: rotate(45deg);
}
.interviewRelatedSlider__arrow:disabled, .interviewRelatedSlider__arrow.swiper-button-disabled {
  opacity: 0.28;
  cursor: default;
}
.interviewRelatedSlider__dots {
  display: flex;
  min-height: 8px;
  margin-top: 25px;
  gap: 10px;
  align-items: center;
  justify-content: center;
}
.interviewRelatedSlider__dots .swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #b9b9b9;
  cursor: pointer;
  opacity: 1;
}
.interviewRelatedSlider__dots .swiper-pagination-bullet-active {
  background: #be8f86;
}
.interviewRelatedSlider__arrow.swiper-button-lock, .interviewRelatedSlider__dots.swiper-pagination-lock {
  display: none;
}
.interviewRelatedCard {
  display: block;
  color: #4d4d4d;
  text-align: center;
  -webkit-user-drag: none;
}
.interviewRelatedCard__img {
  width: 100px;
  height: 100px;
  margin: 0 auto 14px;
  overflow: hidden;
  border-radius: 50%;
  background: #fff;
}
.interviewRelatedCard__img img {
  display: block;
  width: 100%;
  height: auto;
  pointer-events: none;
  user-select: none;
}
.interviewRelatedCard__name, .interviewRelatedCard__year, .interviewRelatedCard__job {
  font-size: 13px;
  line-height: 1.7;
}
@media screen and (max-width: 640px) {
  .interviewRelatedCard__name, .interviewRelatedCard__year, .interviewRelatedCard__job {
    font-size: 2.8125vw;
  }
}
.interviewRelatedCard__year {
  margin-top: 3px;
}
.interviewRelatedCard__job {
  margin-top: 3px;
}
.newsHeader {
  max-width: 900px;
  margin: 0 auto;
  padding: 100px 0 20px;
  display: flex;
  justify-content: flex-start;
}
@media screen and (max-width: 640px) {
  .newsHeader {
    display: block;
    padding: 20% 0 14%;
  }
}
.newsHeader__heading {
  margin-right: 4%;
}
.newsHeader__en {
  font-weight: 400;
  margin: 2% 0 0;
}
.newsArchiveList {
  border-top: 1px solid #4d4d4d;
}
.newsContainer {
  padding-bottom: 160px;
}
.newsInner {
  max-width: 1000px;
}
.newsList {
  border-top: 1px solid #4d4d4d;
}
.newsList__item {
  position: relative;
  display: block;
  padding: 2.9% 1% 3.4%;
  border-bottom: 1px solid #4d4d4d;
}
@media screen and (max-width: 640px) {
  .newsList__item {
    padding: 3.9% 7% 4.8%;
  }
}
.newsList__information {
  display: flex;
  margin: 0 0 0.7%;
}
@media screen and (max-width: 640px) {
  .newsList__information {
    margin: 0 0 2.3%;
  }
}
.newsList__date {
  font-size: 16px;
  margin: 0 1% 0 0;
  color: #4d4d4d;
}
@media screen and (max-width: 640px) {
  .newsList__date {
    margin: 0 3% 0 0;
    font-size: 2.5vw;
  }
}
.newsList__category {
  min-width: 96px;
  padding: 0.2% 1%;
  font-size: 10px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .newsList__category {
    font-size: 2.03125vw;
  }
}
.newsList__category--press-release {
  border: 1px solid #be8f86;
  color: #be8f86;
}
.newsList__category--news {
  border: 1px solid #bea054;
  color: #bea054;
}
.newsList__heading {
  display: block;
  color: #4d4d4d;
  font-size: 13px;
}
@media screen and (max-width: 640px) {
  .newsList__heading {
    font-size: 2.5vw;
    line-height: 1.4375;
  }
}
.newsList__arrow {
  position: absolute;
  display: block;
  width: 20%;
  aspect-ratio: 1/1;
  inset: 0 0 0 90%;
  margin: auto;
}
.newsList__arrow::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  inset: 0;
  background: #4d4d4d;
}
.footerContact, .footer__img {
  display: none;
}/*# sourceMappingURL=sub.css.map */