/*
Theme Name: kantohomes
Theme URI: https://example.com/
Author: Devote
Description: 関東ホームズ 採用サイトテーマ
Version: 1.0.0
Text Domain: kantohomes
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "tnum";
  background-color: #FFFAEF;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

.c-form-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 360px;
  max-width: 100%;
}

.c-form-cta__lead {
  margin: 0;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  text-align: center;
  color: #544121;
}

.c-form-cta__lead-slash,
.c-form-cta__lead-main {
  font-size: 18px;
  line-height: 28px;
}

.c-form-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 360px;
  max-width: 100%;
  height: 60px;
  margin-top: 6px;
  border-radius: 130px;
  background-color: #ff7c09;
  color: #ffffff;
  text-decoration: none;
}
.c-form-button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  width: 15.703px;
  height: 18px;
  transform: translateY(-50%);
  background: url(./images/mv_cta_arrow.svg) no-repeat center/contain;
}

.c-form-button__label {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
}

@media screen and (max-width: 768px) {
  .c-form-cta__lead-slash,
  .c-form-cta__lead-main {
    font-size: 12px;
    line-height: 1.5;
  }
  .c-form-button__label {
    font-size: 14px;
  }
}
.c-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  overflow: hidden;
  background-color: #ffffff;
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.03);
}

.c-header::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(./images/header_bg.png);
  background-size: cover;
  background-position: center;
  pointer-events: none;
}

.c-header__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1440px;
  margin-inline: auto;
  padding-inline: clamp(16px, 16px + (100vw - 768px) * (40px - 16px) / (1440px - 768px), 40px);
  display: grid;
  grid-template-columns: clamp(160px, 160px + (100vw - 768px) * (250px - 160px) / (1440px - 768px), 250px) 1fr 378px;
  align-items: center;
  height: 100px;
}

.c-header__logo {
  display: block;
  width: clamp(160px, 160px + (100vw - 768px) * (250px - 160px) / (1440px - 768px), 250px);
  max-width: 100%;
}

.c-header__logo-image {
  width: 100%;
  max-width: clamp(160px, 160px + (100vw - 768px) * (250px - 160px) / (1440px - 768px), 250px);
  aspect-ratio: 250/49;
}

.c-header__nav {
  margin-right: 24px;
  margin-left: 0;
}

.c-header__nav-list {
  display: flex;
  gap: clamp(14px, 14px + (100vw - 768px) * (24px - 14px) / (1440px - 768px), 24px);
  margin: 0;
  padding: 0;
  list-style: none;
  justify-content: flex-end;
}

.c-header__nav-link {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: clamp(14px, 14px + (100vw - 768px) * (16px - 14px) / (1440px - 768px), 16px);
  font-weight: 700;
  line-height: 1;
  color: #333333;
  text-decoration: none;
}

.c-header__actions {
  display: grid;
  grid-template-columns: 181px 181px;
  gap: clamp(12px, 12px + (100vw - 768px) * (16px - 12px) / (1440px - 768px), 16px);
}

.c-header__button {
  display: grid;
  align-items: center;
  justify-content: center;
  width: 181px;
  height: 40px;
  border-radius: 100px;
  color: #ffffff;
  text-decoration: none;
}

.c-header__button--tel {
  grid-template-columns: 14px auto;
  column-gap: 5px;
  background-color: #1e8d1e;
}

.c-header__button--form {
  grid-template-columns: auto 4.5px;
  column-gap: 13px;
  background-color: #ff7c09;
}

.c-header__button-icon--tel {
  width: 14px;
  height: 14px;
}

.c-header__button-icon--arrow {
  width: 4.5px;
  height: 9px;
}

.c-header__button-label {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.8px;
  color: #ffffff;
}

@media screen and (max-width: 1200px) {
  .c-header__nav {
    margin-left: clamp(0px, 14px + (100vw - 1200px) * 14px / (1200px - 960px), 14px);
  }
}
@media screen and (max-width: 960px) {
  .c-header__inner {
    grid-template-columns: 1fr auto;
    align-items: center;
    height: auto;
    row-gap: 16px;
  }
  .c-header__logo {
    grid-column: 1;
    grid-row: 1;
  }
  .c-header__nav {
    display: none;
    margin-left: 0;
  }
  .c-header__actions {
    grid-column: 1/-1;
    grid-row: 2;
    grid-template-columns: 1fr;
    width: 100%;
  }
  .c-header__button {
    width: 100%;
  }
  .c-header__button--form {
    display: none;
  }
  .c-header__button--tel {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .c-header__inner {
    grid-template-columns: 1fr auto;
    align-items: center;
    height: 60px;
  }
  .c-header__logo {
    grid-column: 1;
    grid-row: 1;
  }
  .c-header__actions {
    display: none;
  }
  .c-header__button-label {
    font-size: 14px;
  }
}
.c-header-sp {
  display: none;
}

.c-header-sp__actions {
  display: none;
}

@media screen and (max-width: 960px) {
  .c-header-sp {
    display: block;
    grid-column: 2;
    grid-row: 1;
    align-self: center;
    justify-self: end;
  }
  .c-header-sp__toggle {
    position: relative;
    z-index: 1002;
    width: 44px;
    height: 44px;
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 4px;
    background-color: transparent;
    cursor: pointer;
  }
  .c-header-sp__toggle-line {
    position: absolute;
    left: 10px;
    width: 24px;
    height: 2px;
    border-radius: 1px;
    background-color: #333333;
    transition: transform 0.3s ease, opacity 0.3s ease, top 0.3s ease;
  }
  .c-header-sp__toggle-line:nth-child(1) {
    top: 13px;
  }
  .c-header-sp__toggle-line:nth-child(2) {
    top: 21px;
  }
  .c-header-sp__toggle-line:nth-child(3) {
    top: 29px;
  }
  body.is-header-sp-open .c-header-sp__toggle-line:nth-child(1) {
    top: 21px;
    transform: rotate(45deg);
  }
  body.is-header-sp-open .c-header-sp__toggle-line:nth-child(2) {
    opacity: 0;
  }
  body.is-header-sp-open .c-header-sp__toggle-line:nth-child(3) {
    top: 21px;
    transform: rotate(-45deg);
  }
  .c-header-sp__overlay {
    position: fixed;
    inset: 0;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.4);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }
  body.is-header-sp-open .c-header-sp__overlay {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .c-header-sp__nav {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1001;
    display: block;
    max-height: calc(100vh - 60px);
    margin: 0;
    padding: 8px 16px 24px;
    overflow-y: auto;
    background-color: #ffffff;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.08);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-8px);
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
  }
  body.is-header-sp-open .c-header-sp__nav {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }
  .c-header-sp__nav .c-header__nav-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    width: 100%;
  }
  .c-header-sp__nav .c-header__nav-item {
    border-bottom: 1px solid #eeeeee;
  }
  .c-header-sp__nav .c-header__nav-link {
    display: block;
    padding: 16px 0;
    font-size: 15px;
    line-height: 1.5;
  }
  .c-header-sp__actions {
    display: grid;
    gap: 12px;
    margin-top: 24px;
    padding-top: 24px;
  }
  .c-header-sp__button {
    display: grid;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 48px;
    border-radius: 100px;
    color: #ffffff;
    text-decoration: none;
  }
  .c-header-sp__button--form {
    grid-template-columns: auto 4.5px;
    column-gap: 13px;
    background-color: #ff7c09;
  }
  .c-header-sp__button--tel {
    grid-template-columns: 14px auto;
    column-gap: 5px;
    background-color: #1e8d1e;
  }
  .c-header-sp__button-icon--tel {
    width: 14px;
    height: 14px;
  }
  .c-header-sp__button-icon--arrow {
    width: 4.5px;
    height: 9px;
  }
  .c-header-sp__button-label {
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.8px;
    color: #ffffff;
  }
  body.is-header-sp-open {
    overflow: hidden;
  }
}
.c-intro-section {
  position: relative;
  overflow: hidden;
  padding-top: 90px;
  padding-bottom: 126px;
}
.c-intro-section::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 0;
  width: 100%;
  max-width: 1440px;
  height: 126px;
  background: url(./images/mv_decoration.png) no-repeat center bottom/100% auto;
  transform: translateX(-50%);
  pointer-events: none;
}

.c-intro-section__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1440px;
  margin-inline: auto;
  padding-inline: 136px 61px;
}

.c-intro-section__content {
  position: relative;
  z-index: 1;
  width: 855px;
  max-width: 100%;
}

.c-intro-section__title {
  margin: 0;
}

.c-intro-section__title-main {
  display: block;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 2.4px;
  color: #572b00;
}

@media screen and (min-width: 960px) {
  .c-intro-section__title-main {
    white-space: nowrap;
  }
}
.c-intro-section__title-highlight {
  color: #ff7c09;
}

.c-intro-section__title-main ._tab {
  display: none;
}
@media screen and (max-width: 1330px) {
  .c-intro-section__title-main ._tab {
    display: block;
  }
}

.c-intro-section__text ._tab {
  display: none;
}
@media screen and (max-width: 1330px) {
  .c-intro-section__text ._tab {
    display: block;
  }
}

.c-intro-section__text {
  margin: 25px 0 0;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.9px;
  color: #572b00;
}

.c-intro-section__point-cta {
  width: 100%;
}

.c-intro-section__point-list {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin: 34px 0 0;
  padding: 0;
  list-style: none;
}

.c-intro-section__point-item {
  display: inline-grid;
  grid-template-columns: 12px auto;
  align-items: center;
  column-gap: 4px;
  width: fit-content;
  height: 32px;
  padding: 5px 13px;
  border: 1px solid #544121;
  border-radius: 33554400px;
  background-color: #f7f7f7;
}

.c-intro-section__point-icon {
  width: 12px;
  height: 12px;
}

.c-intro-section__point-line {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.7px;
  color: #544121;
  white-space: nowrap;
}

.c-intro-section__cta-group {
  display: grid;
  grid-template-columns: 362px 360px;
  gap: 8px;
  margin-top: 53px;
}

.c-intro-section__cta-item {
  display: grid;
  justify-items: center;
}

.c-intro-section__cta-text {
  margin: 0;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  color: #544121;
  text-align: center;
}

.c-intro-section__cta-text-slash {
  font-size: 18px;
  line-height: 28px;
}

.c-intro-section__cta-text-main {
  font-size: 18px;
  line-height: 28px;
}

.c-intro-section__cta-button {
  display: grid;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 6px;
  border-radius: 130px;
  color: #ffffff;
  text-decoration: none;
}

.c-intro-section__cta-button--tel {
  grid-template-columns: 16.972px auto;
  column-gap: 5px;
  width: 362px;
  height: 57px;
  background-color: #1e8d1e;
}

.c-intro-section__cta-icon {
  display: block;
  flex-shrink: 0;
  object-fit: contain;
}

.c-intro-section__cta-icon--tel {
  width: 16.972px;
  height: 14.068px;
}

.c-intro-section__cta-label {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
}

.c-intro-section__cta-label--tel {
  font-size: 24px;
  line-height: 20px;
}

.c-intro-section__visual {
  position: absolute;
  top: 22px;
  right: 61px;
  z-index: -1;
  pointer-events: none;
}

.c-intro-section__visual-main {
  width: 100%;
  max-width: 322px;
  aspect-ratio: 322/485;
}

@media screen and (min-width: 1440px) {
  .c-intro-section__visual-main {
    width: 22.3611111111vw;
    max-width: 322px;
  }
}
@media screen and (max-width: 1200px) {
  .c-intro-section__inner {
    padding-inline: 16px;
  }
  .c-intro-section__content {
    width: 100%;
  }
  .c-intro-section__cta-group {
    width: 100%;
    max-width: 730px;
    margin-inline: auto;
  }
  .c-intro-section__cta-button--tel {
    width: 100%;
  }
}
@media screen and (max-width: 960px) {
  .c-intro-section__content {
    width: 100%;
  }
  .c-intro-section__visual {
    top: 200px;
    right: 16px;
    width: 160px;
  }
  .c-intro-section__title-main {
    font-size: 28px;
    letter-spacing: 1.4px;
    white-space: normal;
  }
  .c-intro-section__title {
    text-align: left;
  }
  .c-intro-section__char {
    -webkit-text-stroke: 3px #ffffff;
    paint-order: stroke fill;
  }
  .c-intro-section__text {
    text-align: left;
    margin-top: 12px;
    font-size: 16px;
    letter-spacing: 0.8px;
  }
  .c-intro-section__point-cta {
    width: 100%;
    margin: 0 auto;
  }
  .c-intro-section__point-list {
    display: grid;
    grid-template-columns: repeat(2, auto);
    justify-content: start;
    gap: 8px 6px;
    width: fit-content;
    max-width: 100%;
  }
  .c-intro-section__visual {
    top: -5%;
    right: 0;
    width: 45%;
  }
  .c-intro-section__visual-main {
    aspect-ratio: auto;
  }
  .c-intro-section__cta-group {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    gap: 8px;
    width: 100%;
    max-width: 730px;
    margin-top: 32px;
    margin-inline: auto;
  }
  .c-intro-section__cta-item {
    flex: 1 1 0;
    min-width: 0;
    max-width: 362px;
  }
  .c-intro-section__cta-button--tel {
    width: 100%;
  }
  .c-intro-section .c-form-button {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .c-intro-section {
    padding-top: 24px;
    padding-bottom: 80px;
  }
  .c-intro-section::after {
    width: 200%;
    max-width: none;
  }
  .c-intro-section__inner {
    padding-inline: 16px;
  }
  .c-intro-section__content {
    width: 100%;
    text-align: left;
  }
  .c-intro-section__title-main {
    font-size: 27px;
    letter-spacing: 1.35px;
    line-height: 1.5;
  }
  .c-intro-section__text {
    margin-top: 12px;
    font-size: 15px;
    line-height: 1.8;
    text-align: left;
  }
  .c-intro-section__point-item {
    height: 28px;
    padding: 4px 10px;
  }
  .c-intro-section__point-line {
    font-size: 12px;
    letter-spacing: 0.6px;
  }
  .c-intro-section__visual {
    top: 15%;
  }
  .c-intro-section__cta-group {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 9px;
    width: 100%;
    max-width: 360px;
    margin-top: 40px;
    margin-inline: auto;
  }
  .c-intro-section__cta-item {
    width: 100%;
    max-width: 360px;
  }
  .c-intro-section__cta-text {
    font-size: 12px;
    line-height: 1.5;
  }
  .c-intro-section__cta-text-slash,
  .c-intro-section__cta-text-main {
    font-size: 12px;
    line-height: 1.5;
  }
  .c-intro-section__cta-button--tel {
    width: 100%;
    height: 46px;
  }
  .c-intro-section .c-form-button {
    width: 100%;
    height: 48px;
  }
  .c-intro-section__cta-label--tel {
    font-size: 16px;
    line-height: 1;
  }
}
/* 追記 */

.c-pain-section {
  position: relative;
  overflow: hidden;
  background-color: #fffaf0;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 1440px 601.9998779297px;
  padding: 67px 0;
}
.c-pain-section::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(./images/intro_section_bg.png);
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  pointer-events: none;
}

.c-pain-section__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 981px;
  margin-inline: auto;
  padding-bottom: 0;
}

.c-pain-section__header {
  text-align: center;
}

.c-pain-section__title {
  margin: 0;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 36.24px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 1.0872px;
  color: #333333;
}

.c-pain-section__title-line {
  display: block;
}

.c-pain-section__lead {
  margin: 12px 0 0;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 31px;
  letter-spacing: 0.9px;
  color: #572b00;
}

.c-pain-section__cards {
  display: block;
  width: 100%;
  margin-top: 31px;
}
.c-pain-section__cards._pc {
  display: block;
}
.c-pain-section__cards._tab {
  display: none;
}

.c-pain-section__cards-image {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 981/355;
}

@media screen and (max-width: 960px) {
  .c-pain-section {
    padding-top: 48px;
  }
  .c-pain-section__inner {
    padding-inline: 16px;
    padding-bottom: 0;
  }
  .c-pain-section__title {
    font-size: 24px;
    letter-spacing: 0.84px;
    text-align: center;
  }
  .c-pain-section__lead {
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 0.8px;
    text-align: center;
  }
  .c-pain-section__cards {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-top: 24px;
  }
  .c-pain-section__cards._pc {
    display: none;
  }
  .c-pain-section__cards._tab {
    display: block;
    aspect-ratio: 398/277;
  }
  .c-pain-section__cards-image {
    aspect-ratio: 398/277;
  }
}
@media screen and (max-width: 768px) {
  .c-pain-section {
    padding-top: 40px;
  }
  .c-pain-section__inner {
    padding-bottom: 0;
  }
  .c-pain-section__lead {
    font-size: 15px;
  }
}
.c-appeal-section {
  position: relative;
  overflow: hidden;
  background-color: #FFFAEF;
  padding-top: 100px;
  padding-bottom: 148px;
}

.c-appeal-section__inner {
  position: relative;
  width: 100%;
  max-width: 1023px;
  margin-inline: auto;
}

.c-appeal-section__head {
  position: relative;
}

.c-appeal-section__title {
  margin: 0;
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  color: #333333;
}

.c-appeal-section__title-line {
  display: block;
  font-size: 53px;
  line-height: 1.5;
  letter-spacing: 2.65px;
}

.c-appeal-section__title-line--second {
  white-space: nowrap;
}

.c-appeal-section__title-highlight {
  font-size: 54px;
  color: #ff7c09;
}

.c-appeal-section__title-text {
  font-size: 40px;
  color: #333333;
}

.c-appeal-section__title-underline {
  position: relative;
  display: inline-block;
}

.c-appeal-section__title-underline::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 6px;
  height: 2px;
  background-color: #FF7C09;
  box-shadow: 0 3px 0 0 #FF7C09;
}

.c-appeal-section__title-underline--primary::after {
  width: 321px;
}

.c-appeal-section__title-underline--secondary::after {
  width: 268px;
}

.c-appeal-section__balloon {
  position: absolute;
  left: 0;
  top: 242px;
  width: 100%;
  aspect-ratio: 1023/240;
  pointer-events: none;
}
.c-appeal-section__balloon::before, .c-appeal-section__balloon::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.c-appeal-section__balloon::before {
  left: 4.5%;
  top: 0;
  width: 20.84%;
  aspect-ratio: 213/210;
  background-image: url(./images/appeal_balloon_img.png);
}
.c-appeal-section__balloon::after {
  left: 79.67%;
  top: 5.41%;
  width: 15.96%;
  aspect-ratio: 163/227;
  background-image: url(./images/appeal_balloon_img1.png);
}

.c-appeal-section__intro {
  position: relative;
  z-index: 1;
  margin-top: 99px;
  text-align: center;
}

.c-appeal-section__titlebox {
  display: grid;
  justify-items: center;
  gap: 5px;
}

.c-appeal-section__titlebox-label {
  margin: 0;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1.9px;
  text-transform: uppercase;
  color: #ff7c09;
}

.c-appeal-section__titlebox-heading {
  margin: 0;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 36.24px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 1.0872px;
  color: #333333;
}

.c-appeal-section__lead {
  margin: 17px 0 0;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.9px;
  color: #333333;
}

.c-appeal-section__lead-accent {
  font-weight: 700;
  color: #ff7c09;
}

.c-appeal-section__list {
  display: grid;
  gap: 40px;
  margin: 64px 0 0;
  padding: 0;
  list-style: none;
}

.c-appeal-section__item {
  display: grid;
  grid-template-columns: 102px 484px;
  column-gap: 42px;
  width: 628px;
  max-width: 100%;
  margin-inline: auto;
}

.c-appeal-section__item-icon {
  display: block;
  width: 102px;
  height: auto;
  aspect-ratio: 102/111;
}

.c-appeal-section__item-body {
  width: 484px;
  max-width: 100%;
}

.c-appeal-section__item-title {
  position: relative;
  margin: 0;
  padding-bottom: 6px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 1px;
  color: #544121;
}

.c-appeal-section__item-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  background-color: #ff7c09;
}

.c-appeal-section__item-title--w308::after {
  width: 308px;
  height: 2px;
  background-color: #ff7c09;
}

.c-appeal-section__item-title--w440::after {
  width: 440px;
}

.c-appeal-section__item-title--w215::after {
  width: 215px;
}

.c-appeal-section__item-title--w418::after {
  width: 418px;
}

.c-appeal-section__item-text {
  margin: 14px 0 0;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.8px;
  color: #333333;
}

.c-appeal-section__cta {
  margin: 40px auto 0;
}

@media screen and (max-width: 960px) {
  .c-appeal-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .c-appeal-section__inner {
    padding-inline: 16px;
  }
  .c-appeal-section__title-line {
    font-size: 28px;
    letter-spacing: 1.4px;
  }
  .c-appeal-section__title-highlight {
    font-size: 28px;
  }
  .c-appeal-section__title-text {
    font-size: 24px;
  }
  .c-appeal-section__title-line--second {
    white-space: normal;
  }
  .c-appeal-section__title-underline--primary {
    display: block;
  }
  .c-appeal-section__title-underline::after {
    display: none;
  }
  .c-appeal-section__balloon {
    top: 127px;
  }
  .c-appeal-section__intro {
    margin-top: 64px;
  }
  .c-appeal-section__titlebox-heading {
    font-size: 28px;
    letter-spacing: 0.84px;
  }
  .c-appeal-section__titlebox-label {
    font-size: 16px;
    letter-spacing: 1.6px;
  }
  .c-appeal-section__lead {
    font-size: 16px;
    letter-spacing: 0.8px;
  }
  .c-appeal-section__list {
    margin-top: 48px;
    gap: 32px;
  }
  .c-appeal-section__item {
    grid-template-columns: 80px 1fr;
    column-gap: 16px;
    width: 100%;
  }
  .c-appeal-section__item-icon {
    width: 80px;
  }
  .c-appeal-section__item-body {
    width: auto;
  }
  .c-appeal-section__item-title {
    font-size: 16px;
    line-height: 1.5;
  }
  .c-appeal-section__item-title::after {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .c-appeal-section {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .c-appeal-section__title-line {
    font-size: 24px;
    letter-spacing: 1.2px;
  }
  .c-appeal-section__title-highlight {
    font-size: 24px;
  }
  .c-appeal-section__title-text {
    font-size: 20px;
  }
  .c-appeal-section__titlebox-heading {
    font-size: 24px;
  }
  .c-appeal-section__lead {
    font-size: 15px;
  }
  .c-appeal-section__item-text {
    font-size: 14px;
  }
}
.c-work-section {
  background-color: #fff3dc;
  padding-top: 112px;
  padding-bottom: 130px;
}

.c-work-section__inner {
  width: 100%;
  max-width: 800px;
  margin-inline: auto;
}

.c-work-section__header {
  text-align: center;
}

.c-work-section__titlebox {
  display: grid;
  justify-items: center;
  gap: 5px;
}

.c-work-section__titlebox-label {
  margin: 0;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1.9px;
  text-transform: uppercase;
  color: #ff7c09;
}

.c-work-section__title {
  margin: 0;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 36.24px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 1.0872px;
  color: #333333;
}

.c-work-section__lead {
  margin: 16px 0 0;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0.8px;
  color: #333333;
}

.c-work-section__lead-line {
  display: block;
}

.c-work-section__video {
  width: 730px;
  max-width: 100%;
  margin: 40px auto 0;
  box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.1);
}

.c-work-section__video-embed {
  position: relative;
  width: 100%;
  aspect-ratio: 730/411;
  background-color: #000000;
}

.c-work-section__video-iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.c-work-section__list {
  display: grid;
  grid-template-columns: repeat(2, 387px);
  gap: 27px 26px;
  margin: 100px 0 0;
  padding: 0;
  list-style: none;
}

.c-work-section__item {
  width: 387px;
  max-width: 100%;
  border-radius: 16px;
  background-color: #ffffff;
  overflow: hidden;
}

.c-work-section__item-image {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 387/244;
  object-fit: cover;
}

.c-work-section__item-body {
  padding: 17px 35px 24px;
}

.c-work-section__item-title {
  margin: 0;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1.2px;
  color: #333333;
}

.c-work-section__item-text {
  margin: 11px 0 0;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.8px;
  color: #333333;
}

@media screen and (max-width: 960px) {
  .c-work-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .c-work-section__inner {
    max-width: none;
    padding-inline: 16px;
  }
  .c-work-section__title {
    font-size: 28px;
    letter-spacing: 0.84px;
  }
  .c-work-section__titlebox-label {
    font-size: 16px;
    letter-spacing: 1.6px;
  }
  .c-work-section__lead {
    font-size: 14px;
    line-height: 1.7;
    text-align: left;
  }
  .c-work-section__video {
    margin-top: 32px;
  }
  .c-work-section__list {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 48px;
    justify-items: center;
  }
  .c-work-section__item {
    width: 100%;
    max-width: 387px;
  }
  .c-work-section__item-body {
    padding-inline: 24px;
  }
  .c-work-section__item-title {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .c-work-section {
    padding-top: 56px;
    padding-bottom: 56px;
  }
  .c-work-section__title {
    font-size: 24px;
  }
  .c-work-section__item-title {
    font-size: 18px;
  }
  .c-work-section__item-text {
    font-size: 15px;
  }
}
.c-oneday-section {
  padding: 130px 0 80px;
}

.c-oneday-section__inner {
  width: 100%;
  max-width: 677px;
  margin-inline: auto;
}

.c-oneday-section__header {
  text-align: center;
}

.c-oneday-section__titlebox {
  display: grid;
  justify-items: center;
  gap: 5px;
}

.c-oneday-section__titlebox-label {
  margin: 0;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1.9px;
  text-transform: uppercase;
  color: #ff7c09;
}

.c-oneday-section__title {
  margin: 0;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 36.24px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 1.0872px;
  color: #333333;
}

.c-oneday-section__lead {
  margin: 24px 0 0;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.9px;
  color: #333333;
}

.c-oneday-section__lead-line {
  display: block;
}

.c-oneday-section__list {
  position: relative;
  display: grid;
  gap: 24px;
  margin: 64px 0 0;
  padding: 0 0 0 30px;
  list-style: none;
}

.c-oneday-section__list::before {
  content: "";
  position: absolute;
  left: 66px;
  top: 36px;
  bottom: 36px;
  width: 2px;
  background-color: #1e8d1e;
  transform: translateX(-50%);
}

.c-oneday-section__item {
  display: grid;
  grid-template-columns: 73px 1fr;
  column-gap: 41px;
  align-items: start;
}

.c-oneday-section__time {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 73px;
  height: 73px;
  border-radius: 50%;
  background-color: #1e8d1e;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1.05px;
  color: #ffffff;
  margin: 0;
}

.c-oneday-section__item-body {
  padding-top: 0;
}

.c-oneday-section__item:nth-child(2) .c-oneday-section__item-body,
.c-oneday-section__item:nth-child(3) .c-oneday-section__item-body,
.c-oneday-section__item:nth-child(4) .c-oneday-section__item-body,
.c-oneday-section__item:nth-child(5) .c-oneday-section__item-body,
.c-oneday-section__item:nth-child(6) .c-oneday-section__item-body {
  padding-top: 5px;
}

.c-oneday-section__item-title {
  margin: 0;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1.3px;
  color: #544121;
}

.c-oneday-section__item-title-note {
  font-size: 16px;
  letter-spacing: 0.8px;
}

.c-oneday-section__item-text {
  margin: 9px 0 0;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.8px;
  color: #333333;
}

.c-oneday-section__kinmujoho {
  margin-top: 54px;
  padding: 40px 110px 48px;
  border-radius: 8px;
  background-color: #ffffff;
}

.c-oneday-section__kinmujoho-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 28.696px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1.4348px;
  color: #544121;
}

.c-oneday-section__kinmujoho-icon {
  flex-shrink: 0;
  width: 25px;
  height: 25px;
}

.c-oneday-section__kinmujoho-list {
  margin: 24px 0 0;
}

.c-oneday-section__kinmujoho-item {
  display: grid;
  grid-template-columns: 5em 1fr;
  column-gap: 48px;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid #544121;
}

.c-oneday-section__kinmujoho-item:first-child {
  padding-top: 0;
}

.c-oneday-section__kinmujoho-term,
.c-oneday-section__kinmujoho-desc {
  margin: 0;
  font-family: "Zen Maru Gothic", sans-serif;
}

.c-oneday-section__kinmujoho-term {
  width: 100%;
  flex-shrink: 0;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.75px;
  color: #544121;
}

.c-oneday-section__kinmujoho-desc {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.7px;
  color: #333333;
}

@media screen and (max-width: 960px) {
  .c-oneday-section {
    padding-top: 80px;
    padding-bottom: 56px;
  }
  .c-oneday-section__title {
    font-size: 28px;
    letter-spacing: 0.84px;
  }
  .c-oneday-section__titlebox-label {
    font-size: 16px;
    letter-spacing: 1.6px;
  }
  .c-oneday-section__lead {
    font-size: 16px;
    letter-spacing: 0.8px;
    text-align: center;
  }
  .c-oneday-section__list {
    margin-top: 48px;
    padding-left: 0;
  }
  .c-oneday-section__list::before {
    left: 36px;
  }
  .c-oneday-section__item {
    grid-template-columns: 64px 1fr;
    column-gap: 20px;
  }
  .c-oneday-section__time {
    width: 64px;
    height: 64px;
    font-size: 18px;
  }
  .c-oneday-section__item-title {
    font-size: 22px;
  }
  .c-oneday-section__kinmujoho {
    padding: 32px 24px 40px;
  }
  .c-oneday-section__kinmujoho-title {
    font-size: 24px;
    letter-spacing: 1.2px;
  }
  .c-oneday-section__kinmujoho-item {
    column-gap: 24px;
  }
}
@media screen and (max-width: 768px) {
  .c-oneday-section {
    padding-top: 56px;
    padding-bottom: 48px;
  }
  .c-oneday-section__title {
    font-size: 24px;
  }
  .c-oneday-section__item-title {
    font-size: 20px;
  }
  .c-oneday-section__item-text {
    font-size: 14px;
  }
  .c-oneday-section__kinmujoho {
    margin-top: 40px;
    padding: 28px 16px 32px;
  }
  .c-oneday-section__kinmujoho-title {
    font-size: 22px;
    letter-spacing: 1.1px;
  }
  .c-oneday-section__kinmujoho-list {
    margin-top: 20px;
  }
  .c-oneday-section__kinmujoho-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    padding: 16px 0;
  }
  .c-oneday-section__kinmujoho-desc {
    line-height: 1.5;
  }
}
.c-slider-section {
  --slide-width: 311px;
  --slide-height: 212px;
  --slide-gap: 32px;
  width: 100%;
  max-width: 100vw;
  overflow: hidden;
}

.c-slider-section__track {
  display: flex;
  width: max-content;
  animation: c-slider-section-scroll 50s linear infinite;
}

.c-slider-section__list {
  display: flex;
  gap: var(--slide-gap);
  margin: 0;
  padding: 0;
  list-style: none;
}

.c-slider-section__item {
  flex-shrink: 0;
  width: var(--slide-width);
  height: var(--slide-height);
  aspect-ratio: 311/212;
}

.c-slider-section__image {
  display: block;
  width: 100%;
  max-width: none;
  height: 100%;
  object-fit: cover;
}

@keyframes c-slider-section-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@media (prefers-reduced-motion: reduce) {
  .c-slider-section__track {
    animation: none;
  }
}
@media screen and (max-width: 768px) {
  .c-slider-section {
    --slide-width: clamp(180px, 42vw, 311px);
    --slide-height: calc(var(--slide-width) * 212 / 311);
    --slide-gap: 20px;
  }
}
.c-interview-section {
  position: relative;
  padding: 120px 0 175px;
  overflow: hidden;
}

.c-interview-section__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 714px;
  margin-inline: auto;
}

.c-interview-section__header {
  text-align: center;
}

.c-interview-section__titlebox {
  display: grid;
  justify-items: center;
  gap: 5px;
  width: 100%;
  max-width: 485px;
  margin-inline: auto;
}

.c-interview-section__title-row {
  position: relative;
  display: inline-block;
}

.c-interview-section__title-icon {
  position: absolute;
  top: -12px;
  left: -17px;
  width: 30px;
  height: 28px;
  max-width: none;
  pointer-events: none;
}

.c-interview-section__titlebox-label {
  margin: 0;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1.9px;
  text-transform: uppercase;
  color: #ff7c09;
}

.c-interview-section__title {
  margin: 0;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 36.24px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 1.0872px;
  color: #333333;
}

.c-interview-section__lead {
  margin: 24px 0 0;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.9px;
  color: #333333;
}

.c-interview-section__cards {
  display: grid;
  grid-template-columns: repeat(2, 337px);
  gap: 40px;
  margin: 40px 0 0;
  padding: 0;
  list-style: none;
}

.c-interview-section__card {
  display: grid;
  gap: 16px;
}

.c-interview-section__card-image {
  display: block;
  width: 100%;
  max-width: none;
  height: 224px;
  object-fit: cover;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
}

.c-interview-section__card-body {
  display: grid;
  gap: 0;
}

.c-interview-section__card-name {
  margin: 0;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #333333;
}

.c-interview-section__card-text {
  margin: 0;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 22.75px;
  letter-spacing: 0.7px;
  color: #333333;
}

.c-interview-section__card-tag {
  display: block;
  margin-bottom: 0;
}

.c-interview-section__img {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  pointer-events: none;
}

.c-interview-section__img-image {
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
}

@media screen and (max-width: 960px) {
  .c-interview-section {
    padding-top: 80px;
    padding-bottom: 120px;
  }
  .c-interview-section__inner {
    max-width: 100%;
  }
  .c-interview-section__title {
    font-size: 28px;
    letter-spacing: 0.84px;
  }
  .c-interview-section__titlebox-label {
    font-size: 16px;
    letter-spacing: 1.6px;
  }
  .c-interview-section__lead {
    font-size: 16px;
    letter-spacing: 0.8px;
  }
  .c-interview-section__cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px;
  }
  .c-interview-section__card-image {
    height: auto;
    aspect-ratio: 337/224;
  }
}
@media screen and (max-width: 768px) {
  .c-interview-section {
    padding-top: 56px;
    padding-bottom: 100px;
  }
  .c-interview-section__title {
    font-size: 24px;
  }
  .c-interview-section__title-icon {
    top: -10px;
    left: -14px;
    width: 24px;
    height: 22px;
  }
  .c-interview-section__lead {
    font-size: 15px;
    letter-spacing: 0.75px;
  }
  .c-interview-section__cards {
    grid-template-columns: 1fr;
    gap: 40px;
    margin-top: 32px;
  }
}
.c-salary-section {
  position: relative;
  overflow: hidden;
  padding: 75px 0 130px;
  background-color: #FFEDCC;
}

.c-salary-section__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 722px;
  margin-inline: auto;
}

.c-salary-section__header {
  text-align: center;
}

.c-salary-section__titlebox {
  display: grid;
  justify-items: center;
  gap: 5px;
}

.c-salary-section__titlebox-label {
  margin: 0;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1.9px;
  text-transform: uppercase;
  color: #ff7c09;
}

.c-salary-section__title {
  margin: 0;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 36.24px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 1.0872px;
  color: #333333;
}

.c-salary-section__lead {
  margin: 20px 0 0;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.9px;
  color: #333333;
}

.c-salary-section__lead-line {
  display: block;
}

.c-salary-section__examples {
  margin-top: 59px;
}

.c-salary-section__examples-heading {
  display: grid;
  justify-items: center;
  gap: 8px;
}

.c-salary-section__examples-dot {
  display: block;
  width: 29px;
  height: 11px;
  max-width: none;
}

.c-salary-section__examples-title {
  margin: 0;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 1.5px;
  color: #544121;
}

.c-salary-section__cards {
  display: grid;
  grid-template-columns: repeat(2, 353px);
  gap: 16px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.c-salary-section__card {
  display: grid;
  align-content: center;
  gap: 12px;
  min-height: 136px;
  padding: 21px 24px 16px;
  border-radius: 16px;
  background-color: #ffffff;
}

.c-salary-section__card-main {
  display: flex;
  align-items: center;
  gap: 8px;
}

.c-salary-section__card-badge {
  display: grid;
  flex-shrink: 0;
  place-items: center;
  width: 53px;
  height: 53px;
  border-radius: 50%;
  background-color: #ff7c09;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 16.5px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.9px;
  text-transform: uppercase;
  color: #ffffff;
}

.c-salary-section__card-amount {
  display: flex;
  align-items: baseline;
  margin: 0;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  color: #ff7c09;
}

.c-salary-section__card-amount-value {
  font-size: 58.766px;
  line-height: 1;
}

.c-salary-section__card-amount-unit {
  font-size: 29.383px;
  line-height: 1;
}

.c-salary-section__card-note {
  margin: 0;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.7px;
  color: #333333;
}

.c-salary-section__card--monthly .c-salary-section__card-note {
  text-align: center;
}

.c-salary-section__benefits {
  margin-top: 40px;
}

.c-salary-section__benefits-heading,
.c-salary-section__merits-heading {
  display: grid;
  justify-items: center;
  gap: 8px;
}

.c-salary-section__benefits-title,
.c-salary-section__merits-title {
  margin: 0;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 1.5px;
  color: #544121;
}

.c-salary-section__benefits-cards {
  display: grid;
  grid-template-columns: repeat(3, 220px);
  justify-content: center;
  gap: 16px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.c-salary-section__benefits-card {
  display: grid;
  justify-items: center;
  align-content: start;
  gap: 12px;
  min-height: 209px;
  padding: 22px 16px 20px;
  border-radius: 14px;
  background-color: #ffffff;
  text-align: center;
}

.c-salary-section__benefits-icon {
  display: block;
  width: 69px;
  height: 69px;
  max-width: none;
}

.c-salary-section__benefits-card-title {
  margin: 0;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 23px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1.15px;
  color: #333333;
}

.c-salary-section__benefits-card-text {
  margin: 0;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.8px;
  color: #333333;
}

.c-salary-section__benefits-card-text-line {
  display: block;
  line-height: 1.4;
}

.c-salary-section__benefits-card:first-child .c-salary-section__benefits-card-text {
  font-size: 15px;
  letter-spacing: 0.75px;
}

.c-salary-section__merits {
  margin-top: 40px;
}

.c-salary-section__merits-list {
  width: 100%;
  max-width: 550px;
  margin: 31px auto 0;
  padding: 0;
  list-style: none;
}

.c-salary-section__merits-item {
  position: relative;
  padding-left: 1em;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.8px;
  color: #333333;
}
.c-salary-section__merits-item::before {
  content: "・";
  position: absolute;
  left: 0;
}
.c-salary-section__merits-item + .c-salary-section__merits-item {
  margin-top: 0;
}

.c-salary-section__cta {
  margin: 31px auto 0;
}

.c-salary-section__balloon {
  position: absolute;
  z-index: 0;
  display: block;
  max-width: none;
  height: auto;
  pointer-events: none;
}

.c-salary-section__balloon--right {
  top: 353px;
  right: 8.4%;
  width: 163px;
}

.c-salary-section__balloon--left {
  top: 1122px;
  left: 6.2%;
  width: 213px;
}

@media screen and (max-width: 960px) {
  .c-salary-section {
    padding-top: 56px;
    padding-bottom: 56px;
  }
  .c-salary-section__inner {
    max-width: 100%;
  }
  .c-salary-section__title {
    font-size: 28px;
    letter-spacing: 0.84px;
  }
  .c-salary-section__titlebox-label {
    font-size: 16px;
    letter-spacing: 1.6px;
  }
  .c-salary-section__lead {
    font-size: 16px;
    letter-spacing: 0.8px;
    text-align: left;
  }
  .c-salary-section__examples {
    margin-top: 40px;
  }
  .c-salary-section__examples-title {
    font-size: 24px;
  }
  .c-salary-section__cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .c-salary-section__card-amount-value {
    font-size: 44px;
  }
  .c-salary-section__card-amount-unit {
    font-size: 22px;
  }
  .c-salary-section__balloon--right {
    top: 280px;
    right: 0;
    width: 120px;
    opacity: 0.85;
  }
  .c-salary-section__balloon--left {
    top: 280px;
    left: 0;
    right: auto;
    width: 120px;
    opacity: 0.85;
  }
  .c-salary-section__benefits-cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .c-salary-section__benefits-title,
  .c-salary-section__merits-title {
    font-size: 24px;
  }
  .c-salary-section__benefits-card-title {
    font-size: 20px;
  }
  .c-salary-section__benefits-card-text {
    font-size: 14px;
  }
  .c-salary-section__benefits-card:first-child .c-salary-section__benefits-card-text {
    font-size: 13px;
  }
  .c-salary-section__merits-list {
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .c-salary-section {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .c-salary-section__title {
    font-size: 24px;
  }
  .c-salary-section__examples {
    margin-top: 32px;
  }
  .c-salary-section__cards {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .c-salary-section__card {
    min-height: auto;
    padding: 20px 16px 14px;
  }
  .c-salary-section__card-amount-value {
    font-size: 36px;
  }
  .c-salary-section__card-amount-unit {
    font-size: 18px;
  }
  .c-salary-section__balloon {
    top: 20px;
    right: 0;
    bottom: auto;
    width: 80px;
  }
  .c-salary-section__benefits,
  .c-salary-section__merits {
    margin-top: 32px;
  }
  .c-salary-section__benefits-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }
  .c-salary-section__benefits-card {
    min-height: auto;
    padding: 18px 12px 16px;
  }
  .c-salary-section__benefits-icon {
    width: 56px;
    height: 56px;
  }
  .c-salary-section__benefits-card-title {
    font-size: 18px;
  }
  .c-salary-section__benefits-card-text {
    font-size: 13px;
  }
  .c-salary-section__merits-list {
    margin-top: 24px;
  }
  .c-salary-section__merits-item {
    font-size: 14px;
    letter-spacing: 0.7px;
  }
  .c-salary-section__cta {
    margin-top: 24px;
  }
}
.c-message-section {
  position: relative;
  overflow: hidden;
  padding: 100px 0 126px;
  background-color: #ffffff;
}

.c-message-section__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 493px) 280px;
  justify-content: center;
  gap: 48px 31px;
  width: 100%;
  max-width: 804px;
  margin-inline: auto;
}

.c-message-section__header {
  grid-column: 1;
}

.c-message-section__titlebox-label {
  margin: 0;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1.9px;
  text-transform: uppercase;
  color: #ff7c09;
}

.c-message-section__title {
  margin: 5px 0 0;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 36.24px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 1.0872px;
  color: #333333;
}

.c-message-section__text {
  grid-column: 1;
  margin-top: 17px;
}

.c-message-section__paragraph {
  margin: 0;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.8px;
  color: #333333;
}
.c-message-section__paragraph + .c-message-section__paragraph {
  margin-top: 1em;
}

.c-message-section__paragraph-accent {
  color: #ff7c09;
}

.c-message-section__visual {
  grid-column: 2;
  grid-row: 1/span 2;
  margin: 21px 0 0;
}

.c-message-section__photo {
  display: block;
  width: 280px;
  height: 336px;
  max-width: 100%;
  aspect-ratio: 266/400;
  object-fit: cover;
  object-position: top;
}

.c-message-section__signature {
  margin: 16px 0 0;
  text-align: right;
}

.c-message-section__signature-role {
  margin: 0;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.6px;
  color: #333333;
}

.c-message-section__signature-name {
  margin: 4px 0 0;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  color: #333333;
}

.c-message-section__deco {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  height: 126px;
  background: url(./images/message_deco.svg) repeat-x center bottom/auto 100%;
  pointer-events: none;
}

@media screen and (max-width: 960px) {
  .c-message-section {
    padding-top: 80px;
    padding-bottom: 100px;
  }
  .c-message-section__inner {
    grid-template-columns: 1fr 240px;
    gap: 32px 24px;
    max-width: 100%;
  }
  .c-message-section__title {
    font-size: 28px;
  }
  .c-message-section__photo {
    width: 240px;
    height: 288px;
  }
}
@media screen and (max-width: 768px) {
  .c-message-section {
    padding-top: 56px;
    padding-bottom: 80px;
  }
  .c-message-section__inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .c-message-section__header,
  .c-message-section__text,
  .c-message-section__visual {
    grid-column: 1;
    grid-row: auto;
  }
  .c-message-section__visual {
    margin-top: 0;
    justify-self: center;
  }
  .c-message-section__title {
    font-size: 24px;
    text-align: center;
  }
  .c-message-section__titlebox-label {
    text-align: center;
  }
  .c-message-section__paragraph {
    font-size: 15px;
    line-height: 1.9;
  }
  .c-message-section__signature {
    text-align: center;
  }
  .c-message-section__deco {
    height: 80px;
  }
}
.c-requirements-section {
  padding: 100px 0 80px;
}

.c-requirements-section__inner {
  width: 100%;
  max-width: 900px;
  margin-inline: auto;
}

.c-requirements-section__header {
  text-align: center;
}

.c-requirements-section__titlebox {
  display: grid;
  justify-items: center;
  gap: 5px;
}

.c-requirements-section__titlebox-label {
  margin: 0;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1.9px;
  text-transform: uppercase;
  color: #ff7c09;
}

.c-requirements-section__title {
  margin: 0;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 36.24px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 1.0872px;
  color: #333333;
}

.c-requirements-section__table {
  display: grid;
  gap: 2px;
  margin: 40px 0 0;
  padding: 0;
}

.c-requirements-section__row {
  display: grid;
  grid-template-columns: 162px 1fr;
  align-items: stretch;
}

.c-requirements-section__term,
.c-requirements-section__desc {
  margin: 0;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 14px;
  line-height: 1.7;
}

.c-requirements-section__term {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-align: center;
  color: #ffffff;
  background-color: #544121;
}

.c-requirements-section__desc {
  padding: 16px;
  font-weight: 500;
  letter-spacing: 0.7px;
  color: #333333;
  background-color: #ffffff;
}

.c-requirements-section__desc-line {
  display: block;
}

.c-requirements-section__cta {
  margin: 64px auto 0;
}

@media screen and (max-width: 960px) {
  .c-requirements-section {
    padding-top: 80px;
    padding-bottom: 64px;
  }
  .c-requirements-section__title {
    font-size: 28px;
    letter-spacing: 0.84px;
  }
  .c-requirements-section__titlebox-label {
    font-size: 16px;
    letter-spacing: 1.6px;
  }
  .c-requirements-section__table {
    margin-top: 32px;
  }
  .c-requirements-section__row {
    grid-template-columns: 140px 1fr;
  }
  .c-requirements-section__term,
  .c-requirements-section__desc {
    font-size: 13px;
  }
  .c-requirements-section__cta {
    margin-top: 48px;
  }
}
@media screen and (max-width: 768px) {
  .c-requirements-section {
    padding-top: 56px;
    padding-bottom: 48px;
  }
  .c-requirements-section__title {
    font-size: 24px;
  }
  .c-requirements-section__table {
    margin-top: 24px;
  }
  .c-requirements-section__row {
    grid-template-columns: 1fr;
  }
  .c-requirements-section__term {
    min-height: auto;
    padding: 12px 16px;
  }
  .c-requirements-section__desc {
    padding: 12px 16px 16px;
  }
  .c-requirements-section__cta {
    margin-top: 32px;
  }
}
.c-info-section {
  position: relative;
  overflow: hidden;
  padding: 100px 0;
  background-color: #fff;
}

.c-info-section__balloon {
  position: absolute;
  z-index: 0;
  display: block;
  pointer-events: none;
}
.c-info-section__balloon img {
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
}

.c-info-section__balloon--left {
  bottom: 75px;
  left: 2.77%;
  width: 92px;
}

.c-info-section__balloon--right {
  top: 73px;
  right: 10%;
  width: 77px;
}

.c-info-section__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 570px 430px;
  justify-content: center;
  gap: 48px;
  width: 100%;
  max-width: 1048px;
  margin-inline: auto;
}

.c-info-section__profile,
.c-info-section__access {
  position: relative;
  z-index: 1;
}

.c-info-section__heading {
  margin: 0;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.96px;
  color: #333333;
}

.c-info-section__list {
  display: grid;
  gap: 21px;
  margin: 32px 0 0;
  padding: 0;
}

.c-info-section__item {
  display: grid;
  grid-template-columns: 139px 1fr;
  align-items: start;
  gap: 0 19px;
  padding: 0 0 20px;
  border-bottom: 1px solid #d9d9d9;
}
.c-info-section__item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.c-info-section__term,
.c-info-section__desc {
  margin: 0;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #333333;
}

.c-info-section__term {
  padding-left: 19px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.75px;
}

.c-info-section__desc {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.7px;
}

.c-info-section__desc-line {
  display: block;
}
.c-info-section__desc-line:first-child {
  line-height: 1;
}

.c-info-section__item--location .c-info-section__term {
  padding-top: 15px;
}

.c-info-section__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: inherit;
  text-decoration: none;
}
.c-info-section__link::after {
  content: "";
  flex-shrink: 0;
  width: 8.25px;
  height: 8.25px;
  background: url(./images/info_external_link.svg) no-repeat center/contain;
}

.c-info-section__map {
  position: relative;
  width: 100%;
  max-width: none;
  aspect-ratio: 430/238;
  margin-top: 32px;
}

.c-info-section__map-iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.c-info-section__address {
  margin: 16px 0 0;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.8px;
  color: #333333;
}

.c-info-section__note {
  margin: 8px 0 0;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.6px;
  color: #333333;
}

@media screen and (max-width: 960px) {
  .c-info-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .c-info-section__balloon--left {
    bottom: 48px;
    left: 16px;
    width: 72px;
  }
  .c-info-section__balloon--right {
    top: 56px;
    right: 16px;
    width: 60px;
  }
  .c-info-section__inner {
    grid-template-columns: minmax(0, 1fr) minmax(0, 430px);
    gap: 32px;
    max-width: 100%;
  }
  .c-info-section__heading {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  .c-info-section {
    padding-top: 56px;
    padding-bottom: 56px;
  }
  .c-info-section__balloon--left {
    bottom: 0;
    left: 8px;
    width: 56px;
  }
  .c-info-section__balloon--right {
    top: 24px;
    right: 8px;
    width: 48px;
  }
  .c-info-section__inner {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .c-info-section__heading {
    font-size: 24px;
    text-align: center;
  }
  .c-info-section__list {
    margin-top: 24px;
    gap: 16px;
  }
  .c-info-section__item {
    grid-template-columns: 1fr;
    gap: 8px;
    padding-bottom: 16px;
  }
  .c-info-section__term {
    padding-left: 0;
  }
  .c-info-section__item--location .c-info-section__term {
    padding-top: 0;
  }
  .c-info-section__map {
    margin-top: 24px;
  }
}
.c-entry-section {
  position: relative;
  overflow: hidden;
  padding: 100px 0 126px;
  scroll-margin-top: 100px;
}

.c-entry-section__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 598px;
  margin-inline: auto;
}

.c-entry-section__header {
  text-align: center;
}

.c-entry-section__titlebox-label {
  margin: 0;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1.9px;
  text-transform: uppercase;
  color: #ff7c09;
}

.c-entry-section__title {
  margin: 5px 0 0;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 36.24px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 1.0872px;
  color: #333333;
}

.c-entry-section__lead {
  margin: 14px 0 0;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.9px;
  color: #333333;
}

.c-entry-section__form {
  display: grid;
  gap: 40px;
  margin-top: 55px;
}

.c-entry-section__field {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  border: none;
}

.c-entry-section__field legend.c-entry-section__label {
  padding: 0;
}

.c-entry-section__label {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.7px;
  color: #333333;
}

.c-entry-section__required {
  color: #ff7c09;
}

.c-entry-section__input,
.c-entry-section__textarea {
  width: 100%;
  margin: 0;
  padding: 12px 16px;
  border: 1px solid #888888;
  border-radius: 4px;
  background-color: #ffffff;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.7px;
  color: #333333;
}
.c-entry-section__input::placeholder,
.c-entry-section__textarea::placeholder {
  color: #aaaaaa;
}
.c-entry-section__input:focus,
.c-entry-section__textarea:focus {
  outline: 2px solid #ff7c09;
  outline-offset: 1px;
}

.c-entry-section__input {
  min-height: 46px;
}

.c-entry-section__textarea {
  min-height: 106px;
  resize: vertical;
}

.c-entry-section__field--age .c-entry-section__input {
  min-height: 48px;
}

.c-entry-section__options {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 60px;
  margin: 0;
  padding: 0;
  border: none;
}

.c-entry-section__field > .c-entry-section__options {
  margin-top: 8px;
}

.c-entry-section__option {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 20px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.7px;
  color: #333333;
  cursor: pointer;
}

.c-entry-section__option-input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.c-entry-section__option-mark {
  position: relative;
  flex-shrink: 0;
  width: 13px;
  height: 13px;
  border: 1px solid #ff7c09;
  border-radius: 6.5px;
  background-color: #ffffff;
}
.c-entry-section__option-mark::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #ff7c09;
  opacity: 0;
  transform: translate(-50%, -50%);
}

.c-entry-section__option-input:checked + .c-entry-section__option-mark::after {
  opacity: 1;
}

.c-entry-section__privacy {
  display: grid;
  grid-template-columns: 16px 1fr;
  gap: 12px;
  align-items: start;
  padding: 16px;
  border: 1px solid #888888;
  border-radius: 4px;
  background-color: #ffffff;
  cursor: pointer;
}

.c-entry-section__privacy-input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.c-entry-section__privacy-mark {
  position: relative;
  width: 16px;
  height: 16px;
  border: 1px solid #888888;
  border-radius: 2px;
  background-color: #ffffff;
}
.c-entry-section__privacy-mark::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 5px;
  width: 4px;
  height: 8px;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  opacity: 0;
  transform: rotate(45deg);
}

.c-entry-section__privacy-input:checked + .c-entry-section__privacy-mark {
  border-color: #ff7c09;
  background-color: #ff7c09;
}
.c-entry-section__privacy-input:checked + .c-entry-section__privacy-mark::after {
  opacity: 1;
}

.c-entry-section__privacy-text {
  margin: 0;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.6px;
  color: #333333;
  cursor: pointer;
}

.c-entry-section__submit {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  margin-top: 8px;
}

.c-entry-section__submit-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 278px;
  max-width: 100%;
  min-height: 56px;
  padding: 0 24px;
  border: none;
  border-radius: 999px;
  background-color: #ff7c09;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.8px;
  color: #ffffff;
  cursor: pointer;
}
.c-entry-section__submit-button:hover:not(:disabled) {
  opacity: 0.9;
}
.c-entry-section__submit-button:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.c-entry-section__success {
  margin: 0;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.8px;
  text-align: center;
  color: #333333;
}

.c-entry-section__error {
  margin: 0;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.7px;
  text-align: center;
  color: #d64545;
}

.c-entry-section__tel {
  display: grid;
  justify-items: center;
  gap: 12px;
  margin-top: 64px;
}

.c-entry-section__tel-lead {
  margin: 0;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.9px;
  color: #544121;
}

.c-entry-section__tel-lead-slash {
  font-size: 18px;
}

.c-entry-section__tel-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 450px;
  max-width: 100%;
  min-height: 56px;
  padding: 0 24px;
  border-radius: 999px;
  background-color: #1b8e1b;
  color: #ffffff;
  text-decoration: none;
}
.c-entry-section__tel-button::before {
  content: "";
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  background: url(./images/mv_cta_tel_icon.svg) no-repeat center/contain;
  filter: brightness(0) invert(1);
}

.c-entry-section__tel-number {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1.05px;
}

.c-entry-section__tel-hours {
  margin: 0;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.85px;
  color: #333333;
}

.c-entry-section__deco {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  height: 126px;
  background: url(./images/entry_deco.svg) repeat-x center bottom/auto 100%;
  pointer-events: none;
}

@media screen and (max-width: 960px) {
  .c-entry-section {
    padding-top: 80px;
    padding-bottom: 100px;
  }
  .c-entry-section__title {
    font-size: 28px;
  }
  .c-entry-section__lead {
    font-size: 16px;
  }
  .c-entry-section__form {
    margin-top: 40px;
    gap: 32px;
  }
  .c-entry-section__submit-button {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .c-entry-section {
    padding-top: 56px;
    padding-bottom: 80px;
    scroll-margin-top: 60px;
  }
  .c-entry-section__title {
    font-size: 24px;
  }
  .c-entry-section__options {
    gap: 12px 24px;
  }
  .c-entry-section__tel {
    margin-top: 48px;
  }
  .c-entry-section__tel-button {
    width: 100%;
  }
  .c-entry-section__deco {
    height: 80px;
  }
  .c-entry-section__tel-lead {
    font-size: 16px;
  }
}
.c-faq-section {
  position: relative;
  overflow: hidden;
  padding: 100px 0 120px;
  background-color: #ffedcc;
}

.c-faq-section__balloon {
  position: absolute;
  z-index: 0;
  display: block;
  pointer-events: none;
}
.c-faq-section__balloon img {
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
}

.c-faq-section__balloon--left {
  top: 218px;
  left: 2.8%;
  width: 92px;
}

.c-faq-section__balloon--right {
  top: 49%;
  right: 4.6%;
  width: 77px;
}

.c-faq-section__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 901px;
  margin-inline: auto;
}

.c-faq-section__header {
  text-align: center;
}

.c-faq-section__titlebox-label {
  margin: 0;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1.9px;
  text-transform: uppercase;
  color: #ff7c09;
}

.c-faq-section__title {
  margin: 5px 0 0;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 36.24px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 1.0872px;
  color: #333333;
}

.c-faq-section__list {
  display: grid;
  gap: 22px;
  margin: 40px 0 0;
  padding: 0;
  list-style: none;
}

.c-faq-section__item {
  padding: 28px;
  background-color: #ffffff;
  box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.1);
}

.c-faq-section__question {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 9px;
  align-items: center;
}

.c-faq-section__icon {
  display: block;
  width: 24px;
  height: 23px;
  max-width: none;
  margin-top: 3px;
}

.c-faq-section__question-text {
  margin: 0;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.8px;
  color: #333333;
}

.c-faq-section__divider {
  height: 1px;
  margin: 16px 0 0;
  border: none;
  background-color: #d9d9d9;
}

.c-faq-section__answer {
  margin: 16px 0 0;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.8px;
  color: #333333;
}

@media screen and (max-width: 960px) {
  .c-faq-section {
    padding-top: 80px;
    padding-bottom: 96px;
  }
  .c-faq-section__title {
    font-size: 28px;
  }
  .c-faq-section__balloon--left {
    top: 180px;
    width: 72px;
  }
  .c-faq-section__balloon--right {
    width: 60px;
  }
}
@media screen and (max-width: 768px) {
  .c-faq-section {
    padding-top: 72px;
    padding-bottom: 80px;
  }
  .c-faq-section__header {
    position: relative;
  }
  .c-faq-section__balloon--left {
    top: 24px;
    left: 0;
    width: 56px;
  }
  .c-faq-section__balloon--right {
    top: 8px;
    right: 0;
    left: auto;
    width: 48px;
  }
  .c-faq-section__title {
    font-size: 24px;
  }
  .c-faq-section__list {
    margin-top: 32px;
    gap: 16px;
  }
  .c-faq-section__item {
    padding: 20px 16px;
  }
  .c-faq-section__question-text,
  .c-faq-section__answer {
    font-size: 15px;
  }
}
.c-footer {
  background-color: #ffffff;
}

.c-footer__main {
  padding: 47px 40px 40px;
  background-image: url(./images/footer_bg_img.png);
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
}

.c-footer__inner {
  display: grid;
  grid-template-columns: minmax(0, 453px) minmax(0, 1fr);
  gap: 48px 64px;
  align-items: start;
  width: 100%;
  max-width: 1440px;
  margin-inline: auto;
}

.c-footer__logo {
  display: block;
  width: 250px;
  max-width: 100%;
}

.c-footer__logo-image {
  width: 100%;
  max-width: 250px;
  aspect-ratio: 250/49;
}

.c-footer__catch {
  margin: 17px 0 0;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.8px;
  color: #333333;
}

.c-footer__text {
  margin: 16px 0 0;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.8px;
  color: #333333;
}

.c-footer__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 24px;
}

.c-footer__button {
  display: inline-grid;
  align-items: center;
  justify-content: center;
  width: 181px;
  max-width: 100%;
  height: 40px;
  border-radius: 100px;
  color: #ffffff;
  text-decoration: none;
}

.c-footer__button--tel {
  grid-template-columns: 14px auto;
  column-gap: 5px;
  background-color: #1e8d1e;
}

.c-footer__button--form {
  grid-template-columns: auto 4.5px;
  column-gap: 13px;
  background-color: #ff7c09;
}

.c-footer__button-icon--tel {
  width: 14px;
  height: 14px;
}

.c-footer__button-icon--arrow {
  width: 4.5px;
  height: 9px;
}

.c-footer__button-label {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.8px;
  color: #ffffff;
}

.c-footer__aside {
  display: grid;
  grid-template-columns: auto auto;
  justify-content: end;
  align-items: start;
  column-gap: 52px;
  min-width: 0;
}

.c-footer__nav {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 16px 64px;
}

.c-footer__nav-column {
  display: grid;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.c-footer__nav-link {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.8px;
  color: #333333;
  text-decoration: none;
  white-space: nowrap;
}
.c-footer__nav-link:hover {
  color: #ff7c09;
}

.c-footer__illust {
  flex-shrink: 0;
  width: 145px;
}

.c-footer__illust-image {
  display: block;
  width: 100%;
  max-width: 145px;
  height: auto;
}

.c-footer__bottom {
  background-color: #544121;
}

.c-footer__bottom-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  max-width: 1440px;
  min-height: 40px;
  margin-inline: auto;
  padding: 13px 40px;
}

.c-footer__privacy {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.6px;
  color: #ffffff;
  text-decoration: none;
}
.c-footer__privacy:hover {
  color: #ff7c09;
}

.c-footer__copyright {
  margin: 0;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.6px;
  color: #ffffff;
  text-align: right;
}

@media screen and (max-width: 960px) {
  .c-footer__main {
    padding-inline: 16px;
  }
  .c-footer__inner {
    gap: 40px 32px;
  }
  .c-footer__aside {
    column-gap: 32px;
  }
  .c-footer__nav {
    gap: 16px 40px;
  }
  .c-footer__illust {
    width: 120px;
  }
  .c-footer__bottom-inner {
    padding-inline: 16px;
  }
}
@media screen and (max-width: 768px) {
  .c-footer__main {
    padding: 40px 16px 32px;
  }
  .c-footer__inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .c-footer__brand {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .c-footer__catch {
    margin-top: 20px;
    font-size: 15px;
  }
  .c-footer__text {
    font-size: 15px;
  }
  .c-footer__actions {
    gap: 12px;
    margin-top: 20px;
    width: 100%;
  }
  .c-footer__button {
    width: calc(50% - 6px);
    min-width: 0;
  }
  .c-footer__aside {
    grid-template-columns: 1fr;
    justify-content: stretch;
    gap: 24px;
  }
  .c-footer__nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 24px;
    width: 100%;
  }
  .c-footer__nav-link {
    font-size: 15px;
    white-space: normal;
  }
  .c-footer__button--form {
    font-size: 14px;
  }
  .c-footer__illust {
    justify-self: center;
    width: 120px;
    margin-top: 8px;
  }
  .c-footer__bottom-inner {
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding-block: 16px;
  }
  .c-footer__copyright {
    text-align: left;
    column-gap: 8px;
  }
}
@media screen and (max-width: 960px) {
  main [class$=__inner] {
    padding-inline: 16px;
  }
}
._sp {
  display: none;
}
@media screen and (max-width: 768px) {
  ._sp {
    display: block;
  }
}

._tab {
  display: none;
}
@media screen and (max-width: 960px) {
  ._tab {
    display: block;
  }
}

._pc {
  display: block;
}
@media screen and (max-width: 960px) {
  ._pc {
    display: none;
  }
}

/*# sourceMappingURL=_compiled.css.map */
