ol {
  list-style: none;
  padding-left: 0;
}

.bg_color_area__ivory {
  background-color: #f9f5ef;
}

.recruit_line_btn_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.recruit_line_btn_wrapper .balloon_text {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
  font-family: "Zen Old Mincho", serif;
  text-align: center;
  margin-bottom: 0.5rem;
}
section#staff_voice {
  padding-top: 3.75rem;
  padding-bottom: 6.25rem;
}
@media screen and (max-width: 768px) {
  section#staff_voice {
    padding-bottom: 5rem;
  }
}
section#staff_voice .staff_voice_video_wrapper {
  display: flex;
  gap: 1.25rem;
  margin-top: 3.75rem;
}
@media screen and (max-width: 768px) {
  section#staff_voice .staff_voice_video_wrapper {
    flex-direction: column;
    margin-top: 1.875rem;
  }
}
section#staff_voice .video_item {
  flex: 1;
}
section#staff_voice .video_item iframe {
  height: auto;
  aspect-ratio: 16/9;
}

section#feature {
  background-color: #f9f5ef;
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}
@media screen and (max-width: 768px) {
  section#feature {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
section#feature .feature_contents_wrapper {
  background-color: #fff;
  padding: 3.125rem 3.75rem 3.75rem;
  margin-top: 3.75rem;
}
@media screen and (max-width: 768px) {
  section#feature .feature_contents_wrapper {
    padding: 1.875rem;
    margin-top: 2.5rem;
  }
}
section#feature .feature_subtitle {
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 600;
  font-family: "Zen Old Mincho", serif;
  text-align: center;
}
@media screen and (max-width: 768px) {
  section#feature .feature_subtitle {
    font-size: 1.25rem;
    text-align: left;
  }
}
section#feature .feature_details {
  display: flex;
  align-items: center;
  gap: 2.5rem;
  margin-top: 1.5625rem;
}
@media screen and (max-width: 768px) {
  section#feature .feature_details {
    flex-direction: column;
    gap: 1.25rem;
    margin-top: 2.5rem;
  }
}
section#feature .feature_details__text {
  width: calc(50% - 2.5rem);
  font-size: 1.125rem;
  line-height: 2;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 768px) {
  section#feature .feature_details__text {
    width: 100%;
    font-size: 0.875rem;
    line-height: 1.8;
  }
}
section#feature .feature_details__image {
  width: 50%;
}
@media screen and (max-width: 768px) {
  section#feature .feature_details__image {
    width: 100%;
  }
}

section#salary {
  background-color: #f9f5ef;
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}
@media screen and (max-width: 768px) {
  section#salary {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
section#salary .salary_contents_wrapper {
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  section#salary .salary_contents_wrapper {
    margin-top: 1.875rem;
  }
}
section#salary .salary_item {
  display: flex;
  gap: 3.125rem;
  background-color: #fff;
  padding: 0.625rem;
  margin-top: 0.625rem;
}
@media screen and (max-width: 768px) {
  section#salary .salary_item {
    flex-direction: column;
    gap: 1.5625rem;
    padding: 1.25rem;
    margin-top: 1.875rem;
  }
}
section#salary .salary_item__image {
  width: 22.5rem;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  section#salary .salary_item__image {
    width: 100%;
  }
}
section#salary .salary_item__text {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
  padding-right: 3.125rem;
}
@media screen and (max-width: 768px) {
  section#salary .salary_item__text {
    padding: 0;
  }
}
section#salary .salary_item__title {
  font-size: 1.375rem;
  line-height: 1.5;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 768px) {
  section#salary .salary_item__title {
    font-size: 1.125rem;
  }
}
section#salary .salary_item__explain {
  font-size: 1rem;
  font-weight: 500;
  margin-top: 1.25rem;
}
@media screen and (max-width: 768px) {
  section#salary .salary_item__explain {
    font-size: 0.875rem;
  }
}
section#salary .salary_item__table {
  margin-top: 1.875rem;
}
@media screen and (max-width: 768px) {
  section#salary .salary_item__table {
    margin-top: 0.875rem;
  }
}
section#salary .salary_item .salary_table {
  table-layout: fixed;
}
section#salary .salary_item .salary_table th,
section#salary .salary_item .salary_table td {
  font-weight: 500;
  text-align: center;
}
section#salary .salary_item .salary_table th {
  font-size: 1.125rem;
  line-height: 1.5;
  font-family: "Noto Serif JP", serif;
  color: #fff;
}
@media screen and (max-width: 768px) {
  section#salary .salary_item .salary_table th {
    font-size: 0.875rem;
  }
}
section#salary .salary_item .salary_table td {
  font-size: 1rem;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  section#salary .salary_item .salary_table td {
    font-size: 0.75rem;
  }
}
section#salary .salary_item .salary_table .label {
  width: 15rem;
}
@media screen and (max-width: 768px) {
  section#salary .salary_item .salary_table .label {
    width: 5rem;
  }
}
section#salary .salary_item .salary_table .current {
  border-left: 2px solid #fff;
}
@media screen and (max-width: 768px) {
  section#salary .salary_item .salary_table .current {
    border-left: none;
  }
}
section#salary .salary_item .salary_table thead th {
  padding: 0.25rem;
}
section#salary .salary_item .salary_table thead .previous {
  background-color: #4c473d;
}
section#salary .salary_item .salary_table thead .current {
  background-color: #d69f4d;
}
section#salary .salary_item .salary_table tbody th,
section#salary .salary_item .salary_table tbody td {
  padding: 1rem;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  section#salary .salary_item .salary_table tbody th,
section#salary .salary_item .salary_table tbody td {
    height: 3.125rem;
    padding: 0.3125rem;
  }
}
section#salary .salary_item .salary_table tbody .label {
  background-color: #4c473d;
}
section#salary .salary_item .salary_table tbody .previous {
  background-color: rgba(76, 71, 61, 0.1);
}
section#salary .salary_item .salary_table tbody .current {
  background-color: rgba(214, 159, 77, 0.2);
}

section#training {
  padding-top: 6.25rem;
  padding-bottom: 3.75rem;
}
@media screen and (max-width: 768px) {
  section#training {
    padding-top: 5rem;
    padding-bottom: 1.25rem;
  }
}
section#training .training_movie {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  section#training .training_movie {
    margin-top: 1.875rem;
  }
}
section#training .training_movie iframe {
  height: auto;
  aspect-ratio: 16/9;
}

section#schedule {
  background-color: #f3f3f3;
  padding-top: 6.25rem;
  padding-bottom: 3.75rem;
}
@media screen and (max-width: 768px) {
  section#schedule {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
@media screen and (max-width: 768px) {
  section#schedule .schedule_list {
    margin-top: 0.9375rem;
  }
}
section#schedule .schedule_list_item {
  position: relative;
  z-index: 400;
  display: flex;
  align-items: flex-start;
  gap: 1.25rem;
  padding: 2.8125rem 0;
}
@media screen and (max-width: 768px) {
  section#schedule .schedule_list_item {
    padding: 0.9375rem 0;
  }
}
section#schedule .schedule_list_item__time {
  width: 3.75rem;
  flex-shrink: 0;
  font-size: 1.625rem;
  line-height: 1.25;
  font-family: "Playfair Display", serif;
  text-align: center;
}
@media screen and (max-width: 768px) {
  section#schedule .schedule_list_item__time {
    width: 2.5rem;
    font-size: 1rem;
  }
}
section#schedule .schedule_list_item__right {
  display: flex;
  align-items: flex-start;
  gap: 1.25rem;
}
@media screen and (max-width: 768px) {
  section#schedule .schedule_list_item__right {
    flex-direction: column;
    gap: 0.625rem;
  }
}
section#schedule .schedule_list_item__label {
  width: 8.5rem;
  flex-shrink: 0;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 600;
  font-family: "Zen Old Mincho", serif;
}
@media screen and (max-width: 768px) {
  section#schedule .schedule_list_item__label {
    width: 100%;
    font-size: 1.125rem;
  }
}
section#schedule .schedule_list_item__explain {
  width: 100%;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  section#schedule .schedule_list_item__explain {
    font-size: 0.875rem;
  }
}
section#schedule .schedule_list_item:not(:nth-last-child(1))::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 1.875rem;
  bottom: -1.5rem;
  display: block;
  width: 1px;
  height: calc(100% - 5rem);
  background-color: #4c473d;
}
@media screen and (max-width: 768px) {
  section#schedule .schedule_list_item:not(:nth-last-child(1))::before {
    bottom: -0.625rem;
    left: 1.125rem;
    height: calc(100% - 2rem);
  }
}
section#schedule .schedule_list_item:not(:nth-last-child(1))::after {
  content: "";
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 0;
  display: block;
  width: calc(100% - 3.75rem - 1.125rem);
  height: 1px;
  background-color: rgba(76, 71, 61, 0.3);
}
@media screen and (max-width: 768px) {
  section#schedule .schedule_list_item:not(:nth-last-child(1))::after {
    width: calc(100% - 3rem);
  }
}

section#details {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}
@media screen and (max-width: 768px) {
  section#details {
    padding-top: 5rem;
    padding-bottom: 3.75rem;
  }
}
section#details .details_inner {
  display: flex;
  gap: 3.75rem;
}
@media screen and (max-width: 768px) {
  section#details .details_inner {
    flex-direction: column;
    gap: 1.875rem;
  }
}
section#details .details_title_wrapper {
  width: 100%;
}
section#details .section_title span {
  text-align: left;
}
@media screen and (max-width: 768px) {
  section#details .section_title span {
    text-align: center;
  }
}
section#details .details_title_images {
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  section#details .details_title_images {
    display: none;
  }
}
section#details .details_title_images img:nth-child(n+2) {
  margin-top: 0.25rem;
}
section#details .details_text_wrapper {
  width: 48.75rem;
  flex-shrink: 0;
  background-color: #f9f5ef;
  padding: 1.875rem 3.75rem;
}
@media screen and (max-width: 768px) {
  section#details .details_text_wrapper {
    width: 100%;
    padding: 0.9375rem 1.25rem 1.875rem;
  }
}
section#details .details_table {
  grid-template-columns: 11.25rem 1fr;
}
@media screen and (max-width: 768px) {
  section#details .details_table {
    grid-template-columns: 6.25rem 1fr;
  }
}
section#details .details_table .label,
section#details .details_table .content {
  display: block;
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}
@media screen and (max-width: 768px) {
  section#details .details_table .label,
section#details .details_table .content {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }
}
section#details .details_table .label {
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  section#details .details_table .label {
    font-size: 0.9375rem;
  }
}
section#details .details_table .content {
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  section#details .details_table .content {
    font-size: 0.875rem;
  }
}
section#details .details_table .content .small {
  font-size: 0.75rem;
}
section#details .location_list .location_area_block:nth-child(1) {
  margin-top: 0;
}
section#details .location_list .location_area_title {
  font-size: 1rem;
  font-family: "Zen Old Mincho", serif;
  height: 2.75rem;
  padding-left: 0.5rem;
  padding-right: 3rem;
}
@media screen and (max-width: 768px) {
  section#details .location_list .location_area_title {
    font-size: 0.875rem;
    height: 2.125rem;
    padding-left: 0.25rem;
    padding-right: 1.75rem;
  }
}
section#details .location_list .location_area_title::before, section#details .location_list .location_area_title::after {
  width: 0.875rem;
}
@media screen and (max-width: 768px) {
  section#details .location_list .location_area_title::before, section#details .location_list .location_area_title::after {
    width: 0.5rem;
    height: 1px;
    right: 0.5rem;
  }
}
section#details .location_list .location_area_title::after {
  right: 1.5625rem;
}
@media screen and (max-width: 768px) {
  section#details .location_list .location_area_title::after {
    right: 0.8125rem;
  }
}
section#details .location_list .location_list {
  display: block;
  background-color: #fff;
  padding: 0;
}
section#details .location_list .location_list_item {
  width: 100%;
  background-color: unset;
  padding: 0.9375rem;
}
section#details .location_list .location_list_item:nth-child(n+2) {
  border-top: 2px solid #f9f5ef;
}
section#details .location_list .location_list_item__name {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1rem;
  text-decoration: underline;
  text-align: left;
}
@media screen and (max-width: 768px) {
  section#details .location_list .location_list_item__name {
    justify-content: space-between;
    font-size: 0.875rem;
  }
}
section#details .location_list .location_list_item__name::after {
  content: "";
  display: block;
  width: 1.75rem;
  height: 0.375rem;
  background-image: url(../../assets/img/icon_btn_arrow__brown.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
section#details .location_list .location_list_item__name:hover::after {
  transform: translateX(0.5rem);
}
section#details .location_list .location_list_item__info {
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 500;
  margin-top: 0.5rem;
}
@media screen and (max-width: 768px) {
  section#details .location_list .location_list_item__info {
    font-size: 0.75rem;
  }
}

section#faq {
  background-color: #f9f5ef;
}
section#faq .faq_answer {
  background-color: #fff;
}

section#message {
  padding-top: 6.25rem;
}
@media screen and (max-width: 768px) {
  section#message {
    padding-top: 5rem;
  }
}
section#message .message_contents_wrapper {
  display: flex;
  gap: 3.75rem;
  margin-top: 3.75rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  section#message .message_contents_wrapper {
    flex-direction: column;
    margin-top: 1.875rem;
    margin-bottom: 1rem;
  }
}
section#message .message_image_wrapper {
  width: 22.5rem;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  section#message .message_image_wrapper {
    width: 100%;
  }
}
section#message .message_image_wrapper .name {
  display: block;
  font-size: 1.375rem;
  font-family: "Zen Old Mincho", serif;
  margin-top: 1.25rem;
}
@media screen and (max-width: 768px) {
  section#message .message_image_wrapper .name {
    display: none;
  }
}
section#message .message_text_wrapper {
  width: 100%;
}
section#message .message_maintext {
  font-size: 1rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  section#message .message_maintext {
    font-size: 0.875rem;
    line-height: 1.75;
    font-weight: 500;
  }
}
section#message .message_signature {
  font-size: 1.5rem;
  line-height: 1.5;
  font-family: "Zen Old Mincho", serif;
  text-align: right;
  margin-top: 1.25rem;
}
@media screen and (max-width: 768px) {
  section#message .message_signature {
    font-size: 1.25rem;
    font-weight: 500;
    margin-top: 0.9375rem;
  }
}
