@charset "UTF-8";
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  color: #322828;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.1em;
  background-color: #eeece9;
}

p, dd {
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-all;
}

@media only screen and (min-width: 768px) {
  h1 {
    font-size: 3.6rem;
    font-weight: 600;
  }
  h2 {
    font-size: 2.8rem;
    font-weight: 600;
  }
  h3 {
    font-size: 2.2rem;
    font-weight: 600;
  }
  h4 {
    font-size: 1.8rem;
    font-weight: 600;
  }
  h5 {
    font-size: 1.6rem;
    font-weight: 600;
  }
  h6 {
    font-size: 1.4rem;
    font-weight: 600;
  }
  p,
  li,
  dt,
  dd,
  input,
  textarea,
  select {
    font-size: 1.6rem;
    font-weight: 500;
  }
  caption {
    font-size: 1.3rem;
    font-weight: 500;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  input,
  textarea,
  select {
    font-family: inherit;
  }
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 2.8rem;
    font-weight: 600;
  }
  h2 {
    font-size: 2.4rem;
    font-weight: 600;
  }
  h3 {
    font-size: 2rem;
    font-weight: 600;
  }
  h4 {
    font-size: 1.6rem;
    font-weight: 600;
  }
  h5 {
    font-size: 1.4rem;
    font-weight: 600;
  }
  h6 {
    font-size: 1.3rem;
    font-weight: 600;
  }
  p,
  li,
  dt,
  dd {
    font-size: 1.5rem;
    font-weight: 500;
  }
  caption {
    font-size: 1.2rem;
    font-weight: 500;
  }
  img {
    width: 100%;
    height: auto;
  }
  input,
  textarea,
  select {
    font-family: inherit;
    font-size: 1.6rem;
    font-weight: 500;
  }
}
@media only screen and (min-width: 768px) {
  .pc-none {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .sp-none {
    display: none !important;
  }
}
.thumbnail {
  position: relative;
  overflow: hidden;
}
.thumbnail img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: cover;
  object-position: center;
  -o-object-fit: cover;
  -o-object-position: center;
  font-family: "object-fit: cover; object-position: center";
}

@media only screen and (min-width: 768px) {
  body {
    width: 100%;
    min-width: 1280px;
  }
  .inner--s {
    width: 56.25%;
    min-width: 1080px;
    margin: 0 auto;
  }
  .inner--m {
    width: 66.5%;
    min-width: 1200px;
    margin: 0 auto;
  }
  .inner--l {
    width: 87.5%;
    min-width: 1200px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .inner--s,
  .inner--m,
  .inner--l {
    width: 95%;
    margin: 0 auto;
  }
}
.sb_style a {
  text-decoration: underline;
}

.sb_style em {
  font-style: italic;
}

.sb_style ol,
.sb_style ul {
  list-style: decimal;
}

.sb_style table {
  border: 1px #666666 solid;
}

.sb_style th,
.sb_style td {
  vertical-align: middle;
  border: 1px #666666 solid;
}

.sb_style a {
  color: #008bf7;
}

.sb_style h1,
.sb_style h2,
.sb_style h3,
.sb_style h4,
.sb_style h5,
.sb_style h6 {
  box-sizing: border-box;
  line-height: 1.5;
  font-weight: 700;
}

.sb_style h1 {
  padding: 0 5px;
  font-size: 28px;
  padding-bottom: 8px;
  border-bottom: 1px solid #000;
}

.sb_style h2 {
  padding-left: 10px;
  font-size: 26px;
  border-left: 3px solid #000;
}

.sb_style h3 {
  font-size: 24px;
  padding: 5px 10px;
  background: #000;
}

.sb_style h4 {
  padding-bottom: 8px;
  font-size: 20px;
  position: relative;
}

.sb_style h4:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 2px;
  background: #000;
}

.sb_style h5 {
  font-size: 18px;
  padding: 5px 10px;
  background: #f2f2f2;
}

.sb_style h6 {
  font-size: 16px;
  color: #000;
}

.sb_style p {
  font-size: 16px;
  color: #000;
}

.sb_style ul {
  padding-left: 30px;
}

.sb_style ul li {
  margin-bottom: 5px;
}

.sb_style ol {
  padding-left: 30px;
}

.sb_style ol li {
  margin-bottom: 5px;
}

@media only screen and (max-width: 767px) {
  .sb_style table {
    width: 100% !important;
    height: auto !important;
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    border: none;
  }
  .sb_style tbody {
    width: 100%;
    display: table;
  }
  .sb_style h1,
  .sb_style h2,
  .sb_style h3,
  .sb_style h4,
  .sb_style h5,
  .sb_style h6 {
    box-sizing: border-box;
    line-height: 1.5;
    font-weight: 700;
  }
  .sb_style h1 {
    padding: 0 5px;
    font-size: 6vw;
    padding-bottom: 3%;
    border-bottom: 1px solid #000;
  }
  .sb_style h2 {
    padding-left: 5%;
    font-size: 5.5vw;
    border-left: 2px solid #000;
  }
  .sb_style h3 {
    font-size: 5vw;
    padding: 3% 4%;
    background: #000;
    color: #fff;
  }
  .sb_style h4 {
    padding-bottom: 3%;
    font-size: 4.8vw;
    position: relative;
  }
  .sb_style h4:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 15%;
    height: 2px;
    background: #000;
  }
  .sb_style h5 {
    font-size: 4.5vw;
    padding: 3% 5%;
    background: #f2f2f2;
  }
  .sb_style h6 {
    font-size: 4.2vw;
    color: #000;
  }
  .sb_style p {
    font-size: 14px;
    color: #000;
  }
  .sb_style ul {
    padding-left: 30px;
  }
  .sb_style ul li {
    margin-bottom: 5px;
  }
  .sb_style ol {
    padding-left: 30px;
  }
  .sb_style ol li {
    margin-bottom: 5px;
  }
  .sb_style img {
    width: auto;
    height: auto;
  }
}
.title--h3 {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.title--h3 .en {
  font-family: "Noto Serif JP", serif;
  font-size: 1.2rem;
  font-weight: 200;
  color: #a09600;
  letter-spacing: 0.05em;
  line-height: 1;
}
.title--h3 .ja {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.6rem;
  font-weight: 400;
  color: #322828;
  letter-spacing: 0.15em;
  line-height: 1.4;
}
.title--h3--center {
  align-items: center;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .title--h3 {
    gap: 6px;
  }
  .title--h3 .en {
    font-size: 1.2rem;
  }
  .title--h3 .ja {
    font-size: 2rem;
  }
}
.heading--column, .heading--news {
  display: flex;
  flex-direction: column;
}
.heading--column .en, .heading--news .en {
  color: #b5d7cd;
  font-family: "Cormorant", serif;
  font-size: 8.5rem;
  font-weight: 100;
  letter-spacing: 0;
  line-height: 1;
}
.heading--column .ja, .heading--news .ja {
  color: #339b3d;
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 1;
}

@media only screen and (max-width: 767px) {
  .heading--column, .heading--news {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
  .heading--column .en, .heading--news .en {
    font-size: 5.2rem;
  }
  .heading--column .ja, .heading--news .ja {
    font-size: 2.4rem;
    letter-spacing: 0.1em;
  }
}
.button--lv1 {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 9px 26px 9px 40px;
  border: 1px solid #afaf96;
  border-radius: 90px;
  background: transparent;
  transition: background 0.3s ease, border-color 0.3s ease;
}
.button--lv1 .text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  color: #322828;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
.button--lv1 .icon {
  display: block;
  width: 12px;
  height: 8px;
  flex-shrink: 0;
}
.button--lv1:hover {
  opacity: 0.6;
}

@media only screen and (max-width: 767px) {
  .button--lv1 {
    gap: 16px;
    padding: 9px 20px 9px 16px;
  }
}
.page-fv {
  position: relative;
  width: 100%;
  height: 451px;
  overflow: hidden;
}
.page-fv__bg {
  position: absolute;
  inset: 0;
}
.page-fv__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  mix-blend-mode: multiply;
}
.page-fv__content {
  position: absolute;
  left: 6.35%;
  top: 60%;
  transform: translateY(-50%);
}
.page-fv__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4.6rem;
  font-weight: 300;
  color: #ffffff;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .page-fv {
    height: 260px;
  }
  .page-fv__content {
    left: 24px;
    top: 58%;
  }
  .page-fv__title {
    font-size: 3rem;
  }
}

.error-text {
  color: #e74c3c;
}

.cont-dl {
  display: grid;
  row-gap: 20px;
}
.cont-dl .in-dl {
  padding-bottom: 20px;
  border-bottom: 1px solid #cccccc;
}
.cont-dl .in-dl dt a,
.cont-dl .in-dl dd a {
  border-bottom: 1px solid #000000;
}
.cont-dl .in-dl .required {
  color: #ffffff;
  line-height: 1;
  background: #e74c3c;
}
.cont-dl .in-dl .optional {
  color: #ffffff;
  line-height: 1;
  background: #3498db;
}
.cont-dl .in-dl dt {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.cont-dl .in-dl dd input {
  font-size: 16px;
}
.cont-dl .in-dl dd input[type=text],
.cont-dl .in-dl dd input[type=num],
.cont-dl .in-dl dd input[type=email],
.cont-dl .in-dl dd input[type=url],
.cont-dl .in-dl dd input[type=tel] {
  width: 100%;
  padding: 10px;
  border: solid #ccc 1px;
  background: #fff;
  box-sizing: border-box;
}
.cont-dl .in-dl dd .select-wrp {
  position: relative;
  width: 300px;
}
.cont-dl .in-dl dd .select-wrp:after {
  content: "";
  border-top: 6px solid #000000;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}
.cont-dl .in-dl dd select {
  position: relative;
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #fff;
  color: #000000;
}
.cont-dl .in-dl dd textarea {
  padding: 10px;
  border: solid #ccc 1px;
  width: 100%;
  height: 200px;
  background: #fff;
  box-sizing: border-box;
  line-height: 1.8;
}
.cont-dl .in-dl dd #pc01,
.cont-dl .in-dl dd #pc02 {
  margin-bottom: 10px;
}
.cont-dl .in-dl dd #pc01 {
  width: 60px !important;
}
.cont-dl .in-dl dd #pc02 {
  width: 80px !important;
}
.cont-dl .in-dl {
  display: grid;
  grid-template-columns: 350px 1fr;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.cont-dl .in-dl .required,
.cont-dl .in-dl .optional {
  padding: 5px 8px;
  font-size: 13px;
}
.cont-dl .in-dl dt {
  grid-template-rows: auto auto 1fr;
}
@media only screen and (max-width: 767px) {
  .cont-dl .in-dl {
    display: flex;
    flex-direction: column;
    border-bottom: none;
  }
  .cont-dl .in-dl .required,
  .cont-dl .in-dl .optional {
    padding: 5px 8px;
    font-size: 12px;
  }
  .cont-dl .in-dl dt {
    margin-bottom: 20px;
  }
  .cont-dl .in-dl .upload-notice {
    grid-column: 1/span 2;
    font-size: 12px;
    line-height: 1.6;
  }
  .cont-dl .in-dl dd .thumb {
    width: 150px;
    height: 150px;
  }
}

.contact-btn ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-btn ul li:hover {
  cursor: pointer;
  opacity: 0.8;
  transition: 0.3s;
}
.contact-btn ul li #form-btn {
  color: #fff;
  letter-spacing: 3px;
  font-weight: bold;
  border: solid 1px #000000;
  background-color: #000000;
}
.contact-btn ul {
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.contact-btn ul li #form-btn {
  width: 340px;
  font-size: 18px;
  padding: 25px 0;
}
@media only screen and (max-width: 767px) {
  .contact-btn ul {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
  }
  .contact-btn ul li #form-btn {
    width: 280px;
    font-size: 16px;
    padding: 20px 0;
  }
}

/*リキャプチャ---------------*/
.contact .recap-inwrap {
  width: 300px;
  margin: 0 auto 50px;
}
.contact-recaptcha-wrap {
  margin-top: 60px;
}
.contact-recaptcha-wrap .recap-inwrap {
  margin: 0 auto 50px;
}
@media only screen and (max-width: 767px) {
  .contact-recaptcha-wrap {
    margin-top: 30px;
  }
  .contact-recaptcha-wrap .recap-inwrap {
    margin: 0 auto 40px;
  }
}

/*送信完了---------------*/
.send-comp {
  text-align: center;
}
.send-comp p {
  line-height: 1.5em;
}

.send-comp-ttl {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 30px;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 92px;
  background-color: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(4px);
  z-index: 100;
}
.header__inner {
  display: flex;
  align-items: center;
  height: 100%;
}
.header__logo {
  flex-shrink: 0;
  width: 220px;
  padding: 0 20px;
}
.header__logo a {
  display: block;
}
.header__logo img {
  width: 100%;
  height: auto;
}
.header__nav {
  flex: 1;
}
.header__nav-list {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 3rem;
  padding-right: 4rem;
}
.header__nav-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  padding: 20px 4px;
  transition: opacity 0.2s ease;
}
.header__nav-link:hover {
  opacity: 0.7;
}
.header__nav-link .en {
  font-family: "Noto Serif JP", serif;
  font-size: 0.9rem;
  font-weight: 400;
  color: #a09600;
  letter-spacing: 0.08em;
  line-height: 1;
}
.header__nav-link .ja {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  color: #322828;
  letter-spacing: 0.05em;
  line-height: 1;
}
.header__actions {
  display: flex;
  height: 100%;
  border-left: 1px solid rgba(160, 150, 0, 0.25);
}
.header__action-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 106px;
  height: 92px;
  gap: 8px;
  background-color: rgba(227, 224, 220, 0.9);
  border-right: 1px solid rgba(160, 150, 0, 0.25);
  transition: background-color 0.2s ease;
}
.header__action-item:hover {
  background-color: rgba(227, 224, 220, 0.95);
}
.header__action-icon {
  width: 24px;
  height: auto;
}
.header__action-label {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  color: #322828;
  letter-spacing: 0.03em;
  line-height: 1;
}

@media only screen and (max-width: 767px) {
  .header {
    height: 64px;
    background-color: rgba(255, 255, 255, 0.9);
  }
  .header__inner {
    padding: 0 15px;
  }
  .header__logo {
    width: 160px;
    padding: 0;
  }
  .header .drawer-off__button {
    position: relative;
    top: auto;
    right: auto;
    width: 44px;
    height: 44px;
    background: transparent;
    border: 1px solid rgba(50, 40, 40, 0.3);
    border-radius: 6px;
    margin-left: auto;
    flex-shrink: 0;
  }
  .header .drawer-off__line {
    margin-top: 4px;
  }
  .header .drawer-off__line span {
    background: #322828;
  }
  .header .drawer-off__title {
    color: #322828;
    font-size: 1rem;
  }
}
.footer-action {
  background-color: #eeece9;
  border-top: 1px solid #afaf96;
  border-bottom: 1px solid #afaf96;
  padding: 22px 0;
}
.footer-action__inner {
  width: 66.5%;
  min-width: 1200px;
  margin: 0 auto;
}
.footer-action__list {
  display: flex;
  gap: 21px;
}
.footer-action__item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  min-height: 200px;
  background-color: #e3e0dc;
  transition: opacity 0.3s ease;
}
.footer-action__item:hover {
  opacity: 0.75;
}
.footer-action__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3.8rem;
  color: #322828;
  line-height: 1;
}
.footer-action__icon img {
  width: 46px;
  height: 46px;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer-action__label {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  color: #322828;
  text-align: center;
  line-height: 1.7;
}
@media only screen and (max-width: 767px) {
  .footer-action {
    padding: 16px 0;
  }
  .footer-action__inner {
    width: 100%;
    min-width: 0;
  }
  .footer-action__list {
    gap: 10px;
    padding: 0 10px;
  }
  .footer-action__item {
    gap: 12px;
    min-height: 120px;
  }
  .footer-action__icon {
    font-size: 2.8rem;
  }
  .footer-action__icon img {
    width: 34px;
    height: 34px;
  }
  .footer-action__label {
    font-size: 1.2rem;
  }
}

.footer-bar {
  position: relative;
  background-color: #eeece9;
  overflow: hidden;
}
.footer-bar__inner {
  padding-top: 58px;
}
.footer-bar__wrapper--top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 26px;
}
.footer-bar__wrapper--bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #afaf96;
  padding: 14px 0;
}
.footer-bar__logo {
  display: block;
  margin-bottom: 24px;
}
.footer-bar__logo img {
  height: 71px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left;
     object-position: left;
}
.footer-bar__address {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  color: #322828;
  line-height: 1.8;
  letter-spacing: 0.15em;
  margin-bottom: 32px;
}
.footer-bar__sns {
  display: flex;
  gap: 16px;
}
.footer-bar__sns-item {
  display: block;
  transition: opacity 0.3s ease;
}
.footer-bar__sns-item img {
  width: 31px;
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer-bar__sns-item:hover {
  opacity: 0.7;
}
.footer-bar__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
  width: 620px;
  padding-top: 10px;
}
.footer-bar__nav-row {
  display: flex;
  gap: 46px;
  list-style: none;
}
.footer-bar__nav-row a {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  color: #322828;
  white-space: nowrap;
  transition: opacity 0.3s ease;
}
.footer-bar__nav-row a:hover {
  opacity: 0.6;
}
.footer-bar__deco {
  position: absolute;
  right: clamp(40px, (100vw - 1200px) / 2 + 24px, 251px);
  top: 130px;
  pointer-events: none;
}
.footer-bar__deco img {
  width: 100px;
  height: 137px;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer-bar__copyright {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  color: #afaf96;
}
.footer-bar__links {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}
.footer-bar__link {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  color: #afaf96;
  transition: opacity 0.3s ease;
}
.footer-bar__link:hover {
  opacity: 0.6;
}
@media only screen and (max-width: 767px) {
  .footer-bar {
    overflow: visible;
  }
  .footer-bar__inner {
    padding-top: 40px;
    width: 90%;
  }
  .footer-bar__wrapper--top {
    flex-direction: column;
    gap: 32px;
    padding-bottom: 24px;
  }
  .footer-bar__wrapper--bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    padding: 16px 0 24px;
  }
  .footer-bar__info {
    width: 100%;
  }
  .footer-bar__logo img {
    height: 54px;
  }
  .footer-bar__address {
    font-size: 1.3rem;
    margin-bottom: 20px;
  }
  .footer-bar__nav {
    display: none;
  }
  .footer-bar__deco {
    display: none;
  }
  .footer-bar__copyright {
    font-size: 1.2rem;
  }
  .footer-bar__links {
    display: none;
    gap: 20px;
  }
  .footer-bar__link {
    font-size: 1.2rem;
  }
}

.drawer-off__button {
  position: fixed;
  top: 8px;
  right: 8px;
  width: 50px;
  height: 50px;
  background: #e3e0dc;
  border-radius: 8px;
  cursor: pointer;
  z-index: 999;
}
.drawer-off__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.drawer-off__wrapper {
  display: flex;
  flex-direction: column;
}
.drawer-off__line {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  margin-top: 8px;
}
.drawer-off__line span {
  display: block;
  width: 30px;
  height: 1px;
  background: #322828;
}
.drawer-off__title {
  color: #322828;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0.05em;
}

.drawer-on {
  width: 100%;
  height: 100vh;
  background: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.drawer-on.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  z-index: 90;
}
.drawer-on__logo {
  display: block;
  width: 235px;
  margin-bottom: 30px;
}
.drawer-on__nav {
  padding: 10px;
  margin-bottom: 30px;
}
.drawer-on__item a {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  padding: 15px 0;
  border-bottom: 1px solid #cccccc;
}
.drawer-on__links {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 15px;
}
.drawer-on__link a {
  font-size: 1.4rem;
  font-weight: 500;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 5px;
}

.drawer-mail {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #000000;
  padding: 15px;
  border-radius: 8px;
  margin-bottom: 20px;
}
.drawer-mail i, .drawer-mail span {
  color: #ffffff;
}
.drawer-mail span {
  font-size: 1.8rem;
  font-weight: 500;
}

.drawer-tel {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #F7F7F7;
  padding: 10px 30px 20px;
  margin-bottom: 30px;
}
.drawer-tel__link {
  display: flex;
  justify-content: center;
  align-items: self-end;
  gap: 5px;
}
.drawer-tel__link i, .drawer-tel__link span {
  color: #000000;
}
.drawer-tel__link i {
  margin-bottom: 8px;
}
.drawer-tel__link span {
  font-size: 3.2rem;
  font-weight: 500;
}
.drawer-tel__caption {
  display: block;
  width: 100%;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  background: #ffffff;
  padding: 5px;
}

.drawer-sns__title {
  display: block;
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 10px;
}
.drawer-sns__list {
  display: flex;
  gap: 5%;
}
.drawer-sns__item {
  width: 10%;
}

@media only screen and (max-width: 767px) {
  .drawer-on__inner {
    padding-top: 78px;
  }
}
.breadcrumbs__inner {
  padding: 15px 0;
}
.breadcrumbs__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.breadcrumbs__item {
  font-size: 1.5rem;
  line-height: 1;
  padding-right: 10px;
  border-right: 1px solid #000000;
}
.breadcrumbs__item:last-child {
  border: none;
}

.pagenation {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
.pagenation li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  aspect-ratio: 1/1;
  font-size: 1.7rem;
  line-height: 1;
}
.pagenation li.current span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  aspect-ratio: 1/1;
  color: #ffffff;
  font-size: 2rem;
  line-height: 1;
  background: #000000;
}

@media only screen and (max-width: 767px) {
  .pagenation {
    margin-top: 20px;
  }
  .pagenation li a {
    width: 35px;
    aspect-ratio: 1/1;
    font-size: 1.6rem;
  }
  .pagenation li.current span {
    width: 35px;
    aspect-ratio: 1/1;
    font-size: 1.8rem;
  }
}
.navigation {
  position: relative;
  margin-top: 30px;
}
.navigation .center {
  text-align: center;
}
.navigation .left {
  position: absolute;
  top: 0;
  left: 0;
}
.navigation .right {
  position: absolute;
  top: 0;
  right: 0;
}
.navigation a {
  font-size: 1.5rem;
  font-weight: bold;
}

.top-fv {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 1080px;
  overflow: hidden;
}
.top-fv__bg {
  position: absolute;
  inset: 0;
}
.top-fv__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  mix-blend-mode: multiply;
}
.top-fv__content {
  position: absolute;
  bottom: 8.6%;
  left: 101px;
}
.top-fv__catch {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4.6rem;
  font-weight: 300;
  color: #322828;
  line-height: 1.5;
  letter-spacing: 0.09em;
  margin-bottom: 4.1rem;
}
.top-fv__text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  color: #322828;
  line-height: 2.1;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 767px) {
  .top-fv {
    height: 60svh;
    min-height: 400px;
  }
  .top-fv__bg img {
    -o-object-position: 80% center;
       object-position: 80% center;
  }
  .top-fv__content {
    bottom: 4%;
    left: 24px;
    right: 24px;
  }
  .top-fv__catch {
    font-size: 2.6rem;
    margin-bottom: 10px;
    text-shadow: 0 0 16px rgba(255, 255, 255, 0.9), 0 0 32px rgba(255, 255, 255, 0.6);
  }
  .top-fv__text {
    font-size: 1.3rem;
    line-height: 1.9;
    text-shadow: 0 0 12px rgba(255, 255, 255, 0.9), 0 0 24px rgba(255, 255, 255, 0.6);
    letter-spacing: 0.01em;
  }
}

.top-worries {
  padding: 120px 0 100px;
}
.top-worries__head {
  text-align: center;
  margin-bottom: 60px;
}
.top-worries__visual {
  position: relative;
  width: 100%;
  aspect-ratio: 1921/730;
}
.top-worries__bubble {
  position: absolute;
  mix-blend-mode: multiply;
  height: auto;
}
.top-worries__bubble--center {
  left: 27.8%;
  top: 6%;
  width: 40.6%;
}
.top-worries__bubble--right {
  left: 61.2%;
  top: 35.4%;
  width: 39.1%;
}
.top-worries__bubble--left {
  left: 0.7%;
  top: 53%;
  width: 38.1%;
}
.top-worries__deco {
  position: absolute;
  mix-blend-mode: multiply;
  height: auto;
}
.top-worries__deco--1 {
  left: 18%;
  top: 13.8%;
  width: 14.6%;
}
.top-worries__deco--2 {
  left: 64%;
  top: 129.4%;
  width: 7.1%;
}
.top-worries__deco--3 {
  left: 75.8%;
  top: 100.2%;
  width: 12.7%;
}
.top-worries__deco--4 {
  left: 19.1%;
  top: 116.9%;
  width: 15.7%;
}
.top-worries__illust {
  position: absolute;
  left: 38.5%;
  top: 85.5%;
  width: 20.5%;
  height: auto;
  mix-blend-mode: multiply;
}
.top-worries__item {
  position: absolute;
}
.top-worries__item--left {
  left: 8.2%;
  top: 78%;
}
.top-worries__item--center {
  left: 35%;
  top: 32.2%;
}
.top-worries__item--right {
  left: 68.9%;
  top: 57.7%;
}
.top-worries__row {
  display: flex;
  gap: 13px;
  margin-bottom: 2rem;
}
.top-worries__row:last-child {
  margin-bottom: 0;
}
.top-worries__check-icon {
  width: 26px;
  height: 24px;
  flex-shrink: 0;
  padding-top: 2px;
}
.top-worries__check {
  font-family: "Kiwi Maru", sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  color: #322828;
  line-height: 2.4;
  letter-spacing: 0.03em;
}
.top-worries__check .lg {
  font-size: 2.8rem;
  line-height: 1;
}
.top-worries__message {
  text-align: center;
  padding-top: 275px;
}
.top-worries__divider {
  width: 1px;
  height: 71px;
  background-color: #afaf96;
  margin: 0 auto 40px;
}
.top-worries__subhead {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.2rem;
  font-weight: 400;
  color: #322828;
  letter-spacing: 0.1em;
  margin-bottom: 36px;
  text-align: center;
}
.top-worries__text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  color: #322828;
  line-height: 3.07;
  letter-spacing: 0.1em;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .top-worries {
    padding: 50px 0 70px;
  }
  .top-worries__head {
    margin-bottom: 32px;
  }
  .top-worries__visual {
    aspect-ratio: 1921/1500;
    max-width: 390px;
    margin: 0 auto;
  }
  .top-worries__bubble--center {
    left: 23.8%;
    top: 0;
    width: 61.6%;
  }
  .top-worries__bubble--right {
    left: 49.2%;
    top: 39.4%;
    width: 52.1%;
  }
  .top-worries__bubble--left {
    left: 0.7%;
    top: 53%;
    width: 52.1%;
  }
  .top-worries__deco--1 {
    left: 12%;
    top: 6.8%;
    width: 15.6%;
  }
  .top-worries__deco--2 {
    left: 61%;
    top: 91.4%;
    width: 7.1%;
  }
  .top-worries__deco--3 {
    left: 79.8%;
    top: 83.2%;
    width: 10.7%;
  }
  .top-worries__deco--4 {
    left: 12.1%;
    top: 95.9%;
    width: 10.7%;
  }
  .top-worries__illust {
    left: 32.5%;
    top: 96.5%;
    width: 43.5%;
    max-width: 180px;
  }
  .top-worries__item--left {
    left: 8%;
    top: 63%;
    width: 38%;
  }
  .top-worries__item--center {
    left: 30%;
    top: 16.2%;
    width: 52%;
  }
  .top-worries__item--right {
    left: 56%;
    top: 48.7%;
    width: 40%;
  }
  .top-worries__row {
    gap: 6px;
    margin-bottom: 1rem;
  }
  .top-worries__check-icon {
    width: 16px;
    height: 15px;
  }
  .top-worries__check {
    font-size: 1.2rem;
    line-height: 1.4;
    min-width: 0;
  }
  .top-worries__check .lg {
    font-size: 1.8rem;
    white-space: nowrap;
  }
  .top-worries__message {
    padding-top: 220px;
  }
  .top-worries__divider {
    height: 50px;
    margin-bottom: 24px;
  }
  .top-worries__subhead {
    font-size: 1.7rem;
    margin-bottom: 10px;
  }
  .top-worries__text {
    font-size: 1.2rem;
    line-height: 2;
    text-align: left;
  }
}
@media only screen and (max-width: 360px) {
  .top-worries__visual {
    aspect-ratio: 1921/1650;
  }
  .top-worries__item--left {
    left: 8%;
    top: 66%;
    width: 44%;
  }
  .top-worries__item--center {
    left: 30%;
    top: 16.5%;
    width: 56%;
  }
  .top-worries__item--right {
    left: 56%;
    top: 50.5%;
    width: 43%;
  }
  .top-worries__row {
    gap: 4px;
    margin-bottom: 0.8rem;
  }
  .top-worries__check-icon {
    width: 13px;
    height: 12px;
  }
  .top-worries__check {
    font-size: 1.05rem;
    line-height: 1.35;
  }
  .top-worries__check .lg {
    font-size: 1.45rem;
  }
  .top-worries__illust {
    top: 116%;
    width: 38%;
  }
  .top-worries__message {
    padding-top: 250px;
  }
}

.top-beginner {
  position: relative;
  width: 100%;
  min-height: 765px;
  border-top: 1px solid #afaf96;
  display: flex;
  align-items: center;
}
.top-beginner__inner {
  background: url(../img/pages/top/beginner.jpg) center/cover no-repeat;
  display: flex;
  justify-content: flex-end;
}
.top-beginner__content {
  width: 28%;
  padding: 240px 4% 220px 0;
  color: #ffffff;
}
.top-beginner__title {
  margin-bottom: 3.2rem;
}
.top-beginner__title .en {
  color: #ffffff;
}
.top-beginner__title .ja {
  font-size: 2.6rem;
  color: #ffffff;
}
.top-beginner__text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  color: #ffffff;
  line-height: 2.2;
  margin-bottom: 4.8rem;
}
.top-beginner__button {
  background: #e3e0dc;
  transition: background 0.3s ease, border-color 0.3s ease;
}
@media only screen and (max-width: 767px) {
  .top-beginner {
    min-height: 300px;
    background-position: 30% center;
    text-align: right;
  }
  .top-beginner__inner {
    position: relative;
  }
  .top-beginner__inner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
    pointer-events: none;
    z-index: 0;
  }
  .top-beginner__content {
    position: relative;
    z-index: 1;
    width: 100%;
    padding: 60px 10px;
  }
  .top-beginner__title {
    margin-bottom: 2.4rem;
  }
  .top-beginner__title .ja {
    font-size: 2rem;
  }
  .top-beginner__text {
    font-size: 1.3rem;
    line-height: 2;
    margin-bottom: 3.2rem;
    text-align: right;
  }
  .top-beginner__button {
    gap: 16px;
  }
}

.top-approach {
  background-color: #eeece9;
  padding: 50px 0;
  border-top: 1px solid #afaf96;
}
.top-approach__inner {
  margin: 0 auto;
}
.top-approach__body {
  display: flex;
  gap: 0;
}
.top-approach__left {
  flex: 1;
  min-width: 0;
  padding-right: 60px;
}
.top-approach__right {
  flex-shrink: 0;
  width: 50%;
}
.top-approach__photo {
  display: block;
  width: 100%;
  height: 312px;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-approach__title {
  margin-bottom: 2.8rem;
}
.top-approach__text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  color: #322828;
  line-height: 2.2;
  letter-spacing: 0.05em;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 767px) {
  .top-approach {
    padding: 0;
  }
  .top-approach__inner {
    width: 100%;
  }
  .top-approach__body {
    flex-direction: column;
  }
  .top-approach__left {
    display: flex;
    flex-direction: column;
    padding: 40px 24px 50px;
  }
  .top-approach__left > .button--lv1 {
    align-self: flex-end;
  }
  .top-approach__right {
    width: 100%;
  }
  .top-approach__photo {
    height: 240px;
  }
  .top-approach__title {
    margin-bottom: 2rem;
  }
  .top-approach__text {
    font-size: 1.3rem;
    margin-bottom: 3.2rem;
  }
}

.top-luluonn {
  background-color: #eeece9;
  border-top: 1px solid #afaf96;
  padding: 50px 0;
}
.top-luluonn__inner {
  margin: 0 auto;
}
.top-luluonn__body {
  display: flex;
}
.top-luluonn__left {
  flex: 1;
  min-width: 0;
  padding-right: 60px;
}
.top-luluonn__right {
  flex-shrink: 0;
  width: 50%;
}
.top-luluonn__photo {
  display: block;
  width: 100%;
  height: 313px;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-luluonn__title {
  margin-bottom: 2.8rem;
}
.top-luluonn__title .ja {
  font-size: 2.8rem;
}
.top-luluonn__text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  color: #322828;
  line-height: 2.2;
  letter-spacing: 0.05em;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 767px) {
  .top-luluonn {
    padding: 0;
  }
  .top-luluonn__inner {
    width: 100%;
  }
  .top-luluonn__body {
    flex-direction: column;
  }
  .top-luluonn__left {
    display: flex;
    flex-direction: column;
    padding: 40px 24px 50px;
  }
  .top-luluonn__left > .button--lv1 {
    align-self: flex-end;
  }
  .top-luluonn__right {
    width: 100%;
  }
  .top-luluonn__photo {
    height: 240px;
  }
  .top-luluonn__title {
    margin-bottom: 2rem;
  }
  .top-luluonn__title .ja {
    font-size: 2.2rem;
  }
  .top-luluonn__text {
    font-size: 1.3rem;
    margin-bottom: 3.2rem;
  }
}

.top-voice {
  background-color: #eeece9;
  border-top: 1px solid #afaf96;
  padding: 50px 0;
}
.top-voice__inner {
  margin: 0 auto;
}
.top-voice__body {
  display: flex;
}
.top-voice__left {
  flex: 1;
  min-width: 0;
  padding-right: 60px;
}
.top-voice__right {
  flex-shrink: 0;
  width: 50%;
}
.top-voice__photo {
  display: block;
  width: 100%;
  height: 313px;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-voice__title {
  margin-bottom: 2.8rem;
}
.top-voice__text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  color: #322828;
  line-height: 2.2;
  letter-spacing: 0.05em;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 767px) {
  .top-voice {
    padding: 0;
  }
  .top-voice__inner {
    width: 100%;
  }
  .top-voice__body {
    flex-direction: column;
  }
  .top-voice__left {
    display: flex;
    flex-direction: column;
    padding: 40px 24px 50px;
  }
  .top-voice__left > .button--lv1 {
    align-self: flex-end;
  }
  .top-voice__right {
    width: 100%;
  }
  .top-voice__photo {
    height: 240px;
  }
  .top-voice__title {
    margin-bottom: 2rem;
  }
  .top-voice__text {
    font-size: 1.3rem;
    margin-bottom: 3.2rem;
  }
}

.top-column {
  padding: 80px 0;
  border-top: 1px solid #afaf96;
}
.top-column__inner {
  position: relative;
}
.top-column__head {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 40px;
}
.top-column__title {
  flex-shrink: 0;
}
.top-column__lead {
  flex: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3rem;
  font-weight: 300;
  color: #322828;
  line-height: 1.8;
  padding-top: 50px;
}
.top-column__button {
  flex-shrink: 0;
}
.top-column__list {
  display: flex;
  gap: 4rem;
}
.top-column__item {
  display: flex;
  width: 32%;
}
.top-column__link {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.top-column__link:hover {
  opacity: 0.6;
}
.top-column__thumbnail {
  width: 100%;
  aspect-ratio: 400/248;
  background: url(../img/pages/top/column/no-img.jpg) no-repeat center/cover;
}
.top-column__time {
  color: #AFAF96;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1;
  text-align: right;
  padding-top: 15px;
  letter-spacing: 0.05em;
}
.top-column__headline {
  flex-grow: 1;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.6;
  border-bottom: 1px solid #afaf96;
  padding-bottom: 10px;
  padding-top: 24px;
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-all;
}
.top-column__text {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.09em;
  padding-top: 10px;
}

@media only screen and (max-width: 767px) {
  .top-column {
    padding: 40px 0;
  }
  .top-column__head {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 28px;
  }
  .top-column__lead {
    font-size: 1.2rem;
    padding-top: 0;
  }
  .top-column__button {
    align-self: flex-end;
  }
  .top-column__list {
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 90%;
    margin: 0 auto;
  }
  .top-column__item {
    display: flex;
    width: 100%;
  }
  .top-column__link {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .top-column__thumbnail {
    width: 100%;
    aspect-ratio: 400/245;
  }
  .top-column__time {
    font-size: 1.5rem;
  }
  .top-column__headline {
    font-size: 1.6rem;
    line-height: 1.4;
    padding-bottom: 10px;
  }
  .top-column__text {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
.top-news {
  padding: 80px 0;
  border-top: 1px solid #afaf96;
}
.top-news__inner {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.top-news__list {
  display: flex;
  flex-direction: column;
  width: 820px;
  padding-right: 100px;
  gap: 28px;
}
.top-news__link {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  border-bottom: 1px solid #afaf96;
  padding: 0 0 28px 34px;
}
.top-news__link-body {
  display: flex;
  flex-direction: column;
  gap: 7px;
  flex: 1;
  min-width: 0;
}
.top-news__arrow {
  width: 15px;
  height: 10px;
  flex-shrink: 0;
}
.top-news__time {
  color: #AFAF96;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1;
}
.top-news__headline {
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0.1em;
}
.top-news__button {
  position: absolute;
  bottom: 115px;
  left: 0;
}

@media only screen and (max-width: 767px) {
  .top-news {
    padding: 40px 0;
  }
  .top-news__inner {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    position: relative;
  }
  .top-news__title {
    margin-bottom: 20px;
  }
  .top-news__list {
    display: flex;
    flex-direction: column;
    width: 90%;
    margin-bottom: 35px;
    padding-right: 0;
    margin: 0 auto;
  }
  .top-news__link {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    padding: 15px 0;
  }
  .top-news__link-body {
    gap: 4px;
  }
  .top-news__arrow {
    width: 12px;
    height: 8px;
  }
  .top-news__time {
    width: 100%;
    font-size: 1.5rem;
  }
  .top-news__headline {
    width: 100%;
    font-size: 1.5rem;
  }
  .top-news__button {
    position: static;
    margin-top: 20px;
    align-self: flex-end;
  }
}
.beginner-intro {
  background-color: #eeece9;
  border-bottom: 1px solid #afaf96;
  padding: 110px 0 119px;
}
.beginner-intro__body {
  display: flex;
  align-items: flex-start;
  gap: 80px;
}
.beginner-intro__title .ja {
  letter-spacing: 0.1em;
}
.beginner-intro__photo {
  flex-shrink: 0;
  width: 50.3%;
}
.beginner-intro__photo img {
  display: block;
  width: 100%;
  aspect-ratio: 642/1026;
  -o-object-fit: cover;
     object-fit: cover;
}
.beginner-intro__content {
  flex: 1;
  min-width: 0;
  padding-top: 69px;
}
.beginner-intro__title {
  margin-bottom: 2.4rem;
}
.beginner-intro__text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  color: #322828;
  line-height: 2.3;
  margin-bottom: 0;
}
.beginner-intro__worries {
  padding: 35px 0;
}
.beginner-intro__illust {
  width: 100%;
  left: 0;
  top: 20px;
  height: auto;
}
.beginner-intro__closing {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  color: #322828;
  line-height: 2.3;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 767px) {
  .beginner-intro {
    padding: 0 0 60px;
  }
  .beginner-intro__body {
    flex-direction: column;
    gap: 0;
  }
  .beginner-intro__photo {
    display: none;
  }
  .beginner-intro__content {
    padding: 40px 0;
  }
  .beginner-intro__title {
    margin-bottom: 2rem;
  }
  .beginner-intro__text {
    font-size: 1.3rem;
    line-height: 2.2;
  }
  .beginner-intro__closing {
    font-size: 1.3rem;
    line-height: 2.2;
  }
}

.beginner-flow {
  background-color: #eeece9;
  padding: 121px 0 120px;
}
.beginner-flow__head {
  margin-bottom: 68px;
}
.beginner-flow__lead {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  color: #322828;
  line-height: 2.2;
  margin-top: 3.8rem;
}
.beginner-flow__list {
  border-bottom: 1px solid #afaf96;
}
.beginner-flow__item {
  display: flex;
  gap: 51px;
  border-top: 1px solid #afaf96;
  padding: 50px 0;
}
.beginner-flow__photo {
  flex-shrink: 0;
  width: 403px;
}
.beginner-flow__photo img {
  display: block;
  width: 100%;
  height: 268px;
  -o-object-fit: cover;
     object-fit: cover;
}
.beginner-flow__body {
  flex: 1;
  min-width: 0;
  padding-top: 45px;
}
.beginner-flow__step-label {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  color: #322828;
  letter-spacing: 0.1em;
  margin-bottom: 4px;
}
.beginner-flow__step-name {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.2rem;
  font-weight: 400;
  color: #322828;
  letter-spacing: 0.2em;
  margin-bottom: 20px;
}
.beginner-flow__step-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  color: #322828;
  letter-spacing: 0.05em;
  line-height: 1.9;
}
.beginner-flow__closing-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 60px;
}
.beginner-flow__closing-line {
  width: 1px;
  height: 71px;
  background-color: #afaf96;
  margin-bottom: 30px;
}
.beginner-flow__closing {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  color: #322828;
  line-height: 2.3;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .beginner-flow {
    padding: 60px 0;
  }
  .beginner-flow__head {
    margin-bottom: 48px;
  }
  .beginner-flow__lead {
    margin-top: 2rem;
  }
  .beginner-flow__item {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    padding: 32px 0;
  }
  .beginner-flow__photo {
    width: 100%;
  }
  .beginner-flow__photo img {
    height: auto;
    aspect-ratio: 403/268;
  }
  .beginner-flow__body {
    padding-top: 0;
  }
  .beginner-flow__step-label {
    font-size: 1.2rem;
  }
  .beginner-flow__step-name {
    font-size: 1.6rem;
    margin-bottom: 12px;
  }
  .beginner-flow__step-text {
    font-size: 1.4rem;
  }
  .beginner-flow__closing-wrap {
    margin-top: 40px;
  }
  .beginner-flow__closing {
    font-size: 1.3rem;
  }
}

.beginner-faq {
  padding: 100px 0;
  background-color: #e3e0dc;
}
.beginner-faq__head {
  text-align: center;
  margin-bottom: 72px;
}
.beginner-faq__list {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.beginner-faq__item {
  border-top: 1px solid #afaf96;
}
.beginner-faq__item:last-child {
  border-bottom: 1px solid #afaf96;
}
.beginner-faq__question {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 28px 0;
  cursor: default;
}
.beginner-faq__q-mark {
  font-family: "Cormorant", serif;
  font-size: 2.2rem;
  font-weight: 400;
  color: #a09600;
  line-height: 1;
  flex-shrink: 0;
  width: 28px;
}
.beginner-faq__q-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  color: #322828;
  line-height: 1.6;
}
.beginner-faq__answer {
  display: flex;
  gap: 24px;
  padding: 0 0 28px;
}
.beginner-faq__a-mark {
  font-family: "Cormorant", serif;
  font-size: 2.2rem;
  font-weight: 400;
  color: #afaf96;
  line-height: 1;
  flex-shrink: 0;
  width: 28px;
}
.beginner-faq__a-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  color: #322828;
  line-height: 2.2;
}
@media only screen and (max-width: 767px) {
  .beginner-faq {
    padding: 60px 0;
  }
  .beginner-faq__head {
    margin-bottom: 48px;
  }
  .beginner-faq__question {
    gap: 16px;
    padding: 20px 0;
  }
  .beginner-faq__q-mark, .beginner-faq__a-mark {
    font-size: 1.8rem;
    width: 22px;
  }
  .beginner-faq__q-text {
    font-size: 1.4rem;
  }
  .beginner-faq__answer {
    gap: 16px;
    padding: 0 0 20px;
  }
  .beginner-faq__a-text {
    font-size: 1.3rem;
  }
}

.approach-worries {
  padding: 120px 0 100px;
  overflow: hidden;
}
.approach-worries__head {
  text-align: center;
  margin-bottom: 60px;
}
.approach-worries__lead {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  color: #322828;
  line-height: 2.9;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: 28px;
}
.approach-worries__visual {
  position: relative;
  width: 100%;
  aspect-ratio: 1921/730;
}
.approach-worries__bubble {
  position: absolute;
  mix-blend-mode: multiply;
  height: auto;
}
.approach-worries__bubble--center {
  left: 27.8%;
  top: 6%;
  width: 40.6%;
}
.approach-worries__bubble--right {
  left: 61.2%;
  top: 35.4%;
  width: 39.1%;
}
.approach-worries__bubble--left {
  left: 0.7%;
  top: 53%;
  width: 38.1%;
}
.approach-worries__deco {
  position: absolute;
  mix-blend-mode: multiply;
  height: auto;
}
.approach-worries__deco--1 {
  left: 18%;
  top: 13.8%;
  width: 14.6%;
}
.approach-worries__deco--2 {
  left: 64%;
  top: 129.4%;
  width: 7.1%;
}
.approach-worries__deco--3 {
  left: 75.8%;
  top: 100.2%;
  width: 12.7%;
}
.approach-worries__deco--4 {
  left: 19.1%;
  top: 116.9%;
  width: 15.7%;
}
.approach-worries__illust {
  position: absolute;
  left: 38.5%;
  top: 85.5%;
  width: 20.5%;
  height: auto;
  mix-blend-mode: multiply;
}
.approach-worries__item {
  position: absolute;
}
.approach-worries__item--left {
  left: 8.2%;
  top: 78%;
}
.approach-worries__item--center {
  left: 35%;
  top: 32.2%;
}
.approach-worries__item--right {
  left: 68.9%;
  top: 57.7%;
}
.approach-worries__row {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 2rem;
}
.approach-worries__row:last-child {
  margin-bottom: 0;
}
.approach-worries__check-icon {
  width: 26px;
  height: 24px;
  flex-shrink: 0;
}
.approach-worries__check {
  font-family: "Kiwi Maru", sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  color: #322828;
  line-height: 2.4;
  letter-spacing: 0.03em;
}
.approach-worries__check .lg {
  font-size: 2.8rem;
  line-height: 1;
}
.approach-worries__message {
  text-align: center;
  padding-top: 296px;
}
.approach-worries__divider {
  width: 1px;
  height: 71px;
  background-color: #afaf96;
  margin: 0 auto 40px;
}
.approach-worries__text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  color: #322828;
  line-height: 3.07;
  letter-spacing: 0.1em;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .approach-worries {
    padding: 50px 0 70px;
  }
  .approach-worries__head {
    margin-bottom: 32px;
  }
  .approach-worries__lead {
    margin-top: 16px;
    font-size: 1.2rem;
    line-height: 2;
  }
  .approach-worries__visual {
    aspect-ratio: 1921/1500;
    max-width: 390px;
    margin: 0 auto;
  }
  .approach-worries__bubble--center {
    left: 23.8%;
    top: 0;
    width: 61.6%;
  }
  .approach-worries__bubble--right {
    left: 49.2%;
    top: 39.4%;
    width: 52.1%;
  }
  .approach-worries__bubble--left {
    left: 0.7%;
    top: 53%;
    width: 52.1%;
  }
  .approach-worries__deco--1 {
    left: 12%;
    top: 6.8%;
    width: 15.6%;
  }
  .approach-worries__deco--2 {
    left: 61%;
    top: 91.4%;
    width: 7.1%;
  }
  .approach-worries__deco--3 {
    left: 79.8%;
    top: 83.2%;
    width: 10.7%;
  }
  .approach-worries__deco--4 {
    left: 12.1%;
    top: 95.9%;
    width: 10.7%;
  }
  .approach-worries__illust {
    left: 32.5%;
    top: 96.5%;
    width: 43.5%;
    max-width: 180px;
  }
  .approach-worries__item--left {
    left: 8%;
    top: 63%;
    width: 38%;
  }
  .approach-worries__item--center {
    left: 30%;
    top: 16.2%;
    width: 52%;
  }
  .approach-worries__item--right {
    left: 56%;
    top: 48.7%;
    width: 40%;
  }
  .approach-worries__row {
    gap: 6px;
    margin-bottom: 1rem;
  }
  .approach-worries__check-icon {
    width: 16px;
    height: 15px;
  }
  .approach-worries__check {
    font-size: 1.2rem;
    line-height: 1.4;
    min-width: 0;
  }
  .approach-worries__check .lg {
    font-size: 1.8rem;
  }
  .approach-worries__message {
    padding-top: 220px;
  }
  .approach-worries__divider {
    height: 50px;
    margin-bottom: 24px;
  }
  .approach-worries__text {
    font-size: 1.2rem;
    line-height: 2;
    text-align: left;
  }
}
@media only screen and (max-width: 360px) {
  .approach-worries__visual {
    aspect-ratio: 1921/1650;
  }
  .approach-worries__item--left {
    left: 8%;
    top: 66%;
    width: 44%;
  }
  .approach-worries__item--center {
    left: 30%;
    top: 16.5%;
    width: 56%;
  }
  .approach-worries__item--right {
    left: 56%;
    top: 50.5%;
    width: 43%;
  }
  .approach-worries__row {
    gap: 4px;
    margin-bottom: 0.8rem;
  }
  .approach-worries__check-icon {
    width: 13px;
    height: 12px;
  }
  .approach-worries__check {
    font-size: 1.05rem;
    line-height: 1.35;
  }
  .approach-worries__check .lg {
    font-size: 1.45rem;
  }
  .approach-worries__illust {
    top: 116%;
    width: 38%;
  }
  .approach-worries__message {
    padding-top: 250px;
  }
}

.approach-recommended {
  background-color: #eeece9;
  border-top: 1px solid #afaf96;
  padding: 120px 0;
}
.approach-recommended__head {
  text-align: center;
  margin-bottom: 90px;
}
.approach-recommended__body {
  display: flex;
  align-items: flex-start;
  gap: 80px;
}
.approach-recommended__photos {
  flex-shrink: 0;
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.approach-recommended__photos img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.approach-recommended__content {
  flex: 1;
  padding-top: 114px;
}
.approach-recommended__lead {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  color: #322828;
  line-height: 1.8;
  margin-bottom: 52px;
  letter-spacing: 0.15em;
}
.approach-recommended__list {
  list-style: none;
  margin-bottom: 36px;
}
.approach-recommended__item {
  display: flex;
  align-items: start;
  gap: 12px;
  border-top: 1px solid #afaf96;
  padding: 18px 0;
}
.approach-recommended__item:last-child {
  border-bottom: 1px solid #afaf96;
}
.approach-recommended__check-icon {
  width: 26px;
  height: 24px;
  flex-shrink: 0;
  padding-top: 5px;
}
.approach-recommended__check {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  color: #322828;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
.approach-recommended__closing {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  color: #322828;
  letter-spacing: 0.1em;
  line-height: 2.3;
}
@media only screen and (max-width: 767px) {
  .approach-recommended {
    padding: 60px 0;
  }
  .approach-recommended__head {
    margin-bottom: 40px;
  }
  .approach-recommended__body {
    flex-direction: column;
    gap: 40px;
  }
  .approach-recommended__photos {
    width: 100%;
    flex-direction: row;
  }
  .approach-recommended__photos img {
    flex: 1;
    width: 0;
    min-width: 0;
  }
  .approach-recommended__content {
    padding-top: 0;
  }
  .approach-recommended__lead {
    font-size: 1.2rem;
    margin-bottom: 32px;
  }
  .approach-recommended__item {
    padding: 16px 0;
  }
  .approach-recommended__check-icon {
    width: 18px;
    height: 17px;
  }
  .approach-recommended__check {
    font-size: 1.4rem;
  }
  .approach-recommended__closing {
    font-size: 1.2rem;
    line-height: 2;
  }
}

.luluonn-intro {
  background-color: #eeece9;
  padding: 116px 0 116px;
}
.luluonn-intro__head {
  margin-bottom: 30px;
}
.luluonn-intro__text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  color: #322828;
  line-height: 3.07;
  letter-spacing: 0.12em;
  margin-bottom: 80px;
}
.luluonn-intro__items {
  display: flex;
  align-items: center;
  gap: 28px;
}
.luluonn-intro__item {
  flex: 1;
  min-width: 0;
}
.luluonn-intro__photo {
  margin-bottom: 24px;
}
.luluonn-intro__photo img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 375/270;
}
.luluonn-intro__label {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.2rem;
  font-weight: 400;
  color: #322828;
  text-align: center;
  letter-spacing: 0.1em;
}
.luluonn-intro__cross {
  flex-shrink: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  font-weight: 300;
  color: #322828;
  line-height: 1;
  opacity: 0.5;
  margin-bottom: 48px;
}
@media only screen and (max-width: 767px) {
  .luluonn-intro {
    padding: 60px 0;
  }
  .luluonn-intro__head {
    margin-bottom: 28px;
  }
  .luluonn-intro__text {
    font-size: 1.2rem;
    line-height: 2.2;
    margin-bottom: 40px;
  }
  .luluonn-intro__items {
    flex-direction: column;
    gap: 0;
  }
  .luluonn-intro__item {
    width: 100%;
  }
  .luluonn-intro__photo {
    margin-bottom: 12px;
  }
  .luluonn-intro__label {
    font-size: 1.8rem;
    margin-bottom: 24px;
  }
  .luluonn-intro__cross {
    font-size: 2rem;
    margin-bottom: 24px;
  }
}

.luluonn-value {
  background-color: #eeece9;
  border-top: 1px solid #afaf96;
  padding: 120px 0;
}
.luluonn-value__head {
  margin-bottom: 80px;
}
.luluonn-value__lead {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  color: #322828;
  line-height: 1.8;
  margin-top: 30px;
}
.luluonn-value__cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  margin-bottom: 100px;
}
.luluonn-value__card {
  border: 1px solid #afaf96;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 72px 54px 34px;
  text-align: center;
}
.luluonn-value__card-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 185px;
  margin-bottom: 32px;
}
.luluonn-value__card-icon img {
  max-width: 265px;
  max-height: 185px;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.luluonn-value__card-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.2rem;
  font-weight: 400;
  color: #322828;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}
.luluonn-value__card-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  color: #322828;
  letter-spacing: 0.005em;
  line-height: 1.9;
}
.luluonn-value__safety {
  margin-bottom: 90px;
}
.luluonn-value__safety-head {
  text-align: center;
  margin-bottom: 24px;
}
.luluonn-value__safety-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.2rem;
  font-weight: 400;
  color: #322828;
  letter-spacing: 0.1em;
  margin-bottom: 12px;
}
.luluonn-value__safety-lead {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  color: #322828;
  letter-spacing: 0.05em;
  line-height: 1.8;
  text-align: center;
}
.luluonn-value__safety-items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-left: 1px solid #afaf96;
  margin-top: 40px;
}
.luluonn-value__safety-item {
  flex: 1;
  border-right: 1px solid #afaf96;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.luluonn-value__safety-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 115px;
  margin-bottom: 12px;
}
.luluonn-value__safety-icon img {
  max-width: 138px;
  max-height: 119px;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.luluonn-value__safety-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  color: #322828;
  letter-spacing: 0.03em;
  line-height: 1.5;
  text-align: center;
}
.luluonn-value__message {
  text-align: center;
}
.luluonn-value__divider {
  width: 1px;
  height: 71px;
  background-color: #afaf96;
  margin: 0 auto 40px;
}
.luluonn-value__message-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  color: #322828;
  letter-spacing: 0.015em;
  line-height: 2;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .luluonn-value {
    padding: 60px 0;
  }
  .luluonn-value__head {
    margin-bottom: 48px;
  }
  .luluonn-value__cards {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-bottom: 60px;
  }
  .luluonn-value__card {
    padding: 48px 24px 40px;
  }
  .luluonn-value__card-icon {
    min-height: 120px;
    margin-bottom: 24px;
  }
  .luluonn-value__card-icon img {
    max-width: 180px;
    max-height: 120px;
  }
  .luluonn-value__card-title {
    font-size: 1.8rem;
    margin-bottom: 12px;
  }
  .luluonn-value__card-text {
    font-size: 1.2rem;
  }
  .luluonn-value__safety {
    margin-bottom: 60px;
  }
  .luluonn-value__safety-items {
    flex-wrap: wrap;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 0;
    border-left: none;
  }
  .luluonn-value__safety-item {
    flex: 0 0 50%;
    padding: 32px 16px;
  }
  .luluonn-value__safety-item:nth-child(odd) {
    border-left: 1px solid #afaf96;
  }
  .luluonn-value__safety-icon {
    min-height: 80px;
    margin-bottom: 12px;
  }
  .luluonn-value__safety-icon img {
    max-width: 80px;
    max-height: 80px;
  }
  .luluonn-value__safety-text {
    font-size: 1.4rem;
  }
  .luluonn-value__divider {
    height: 50px;
    margin-bottom: 24px;
  }
  .luluonn-value__message-text {
    font-size: 1.2rem;
    line-height: 2.2;
  }
}

.voice-list {
  background-color: #eeece9;
  padding: 120px 0;
}
.voice-list__head {
  margin-bottom: 80px;
}
.voice-list__lead {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  color: #322828;
  letter-spacing: 0.13em;
  line-height: 1.8;
  margin-top: 28px;
}
.voice-list__cards {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 4%;
}
.voice-list__card {
  width: 48%;
  border: 1px solid #afaf96;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 32px 56px 32px;
  box-sizing: border-box;
}
.voice-list__photo {
  width: 260px;
  aspect-ratio: 1/1;
  border-radius: 90px;
  margin-bottom: 18px;
}
.voice-list__name {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.2rem;
  font-weight: 400;
  color: #322828;
  letter-spacing: 0.1em;
  margin-bottom: 14px;
}
.voice-list__text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  color: #322828;
  letter-spacing: 0.05em;
  line-height: 2.2;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .voice-list {
    padding: 60px 0;
  }
  .voice-list__head {
    margin-bottom: 48px;
  }
  .voice-list__cards {
    flex-direction: column;
    gap: 24px;
  }
  .voice-list__card {
    width: 100%;
    padding: 28px 24px 36px;
  }
  .voice-list__photo {
    width: 200px;
    margin-bottom: 20px;
  }
  .voice-list__name {
    font-size: 1.8rem;
    margin-bottom: 16px;
  }
  .voice-list__text {
    font-size: 1.2rem;
    line-height: 2;
  }
}

.voice-faq {
  border-top: 1px solid #afaf96;
  padding: 120px 0;
}
.voice-faq__head {
  margin-bottom: 70px;
}
.voice-faq__list {
  list-style: none;
}
.voice-faq__item {
  border-top: 1px solid #afaf96;
  padding: 28px 100px;
}
.voice-faq__item:last-child {
  border-bottom: 1px solid #afaf96;
}
.voice-faq__question {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
}
.voice-faq__q-mark {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #a09600;
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.voice-faq__q-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.2rem;
  font-weight: 400;
  color: #322828;
  letter-spacing: 0.01em;
  line-height: 1.5;
}
.voice-faq__answer {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
.voice-faq__a-mark {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #e3e0dc;
  color: #322828;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.voice-faq__a-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  color: #322828;
  letter-spacing: 0.0015em;
  line-height: 2;
  padding-top: 10px;
}
@media only screen and (max-width: 767px) {
  .voice-faq {
    padding: 60px 0;
  }
  .voice-faq__head {
    margin-bottom: 48px;
  }
  .voice-faq__item {
    padding: 28px 0;
  }
  .voice-faq__q-mark, .voice-faq__a-mark {
    width: 36px;
    height: 36px;
    font-size: 1.6rem;
  }
  .voice-faq__q-text {
    font-size: 1.6rem;
  }
  .voice-faq__a-text {
    font-size: 1.2rem;
    padding-top: 6px;
  }
}

.company-greeting {
  position: relative;
}
.company-greeting::before {
  content: "";
  display: block;
  width: 66.5%;
  height: 1px;
  background: #000000;
  position: absolute;
  bottom: 0;
  right: 30px;
}
.company-greeting__inner {
  padding: 100px 0 60px;
}
.company-greeting__title {
  align-items: center;
}
.company-greeting__box {
  display: flex;
  gap: 50px;
}
.company-greeting__wrapper--left {
  width: 440px;
}
.company-greeting__wrapper--right {
  width: 590px;
}
.company-greeting__subtitle {
  font-size: 2.8rem;
  font-weight: 600;
  margin-bottom: 40px;
}
.company-greeting__subtitle span {
  font-size: 3.2rem;
  border-bottom: 1px solid #000000;
}
.company-greeting__body {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 30px;
}
.company-greeting__text {
  font-size: 1.5rem;
  letter-spacing: 0.1em;
}
.company-greeting__text:last-child {
  text-align: right;
}
.company-greeting__gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

@media only screen and (max-width: 767px) {
  .company-greeting {
    position: relative;
  }
  .company-greeting__inner {
    padding: 50px 0 30px;
  }
  .company-greeting__title {
    align-items: center;
  }
  .company-greeting__box {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .company-greeting__wrapper--left {
    width: 100%;
  }
  .company-greeting__wrapper--right {
    width: 100%;
  }
  .company-greeting__subtitle {
    font-size: 2.2rem;
    margin-bottom: 20px;
  }
  .company-greeting__subtitle span {
    font-size: 2.6rem;
  }
  .company-greeting__body {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 20px;
  }
  .company-greeting__text {
    font-size: 1.5rem;
    letter-spacing: 0.05em;
  }
  .company-greeting__text:last-child {
    text-align: right;
  }
  .company-greeting__gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
  }
  .company-greeting__img {
    width: 49%;
  }
}
.company-info__inner {
  padding: 100px 0;
}
.company-info__title {
  align-items: center;
}
.company-info__map {
  display: block;
  width: 100%;
  height: 450px;
}

.company-info-detail__title {
  font-size: 2.8rem;
  font-weight: 600;
  margin-bottom: 40px;
}
.company-info-detail__row {
  display: flex;
  gap: 50px;
  padding: 25px 0;
  border-bottom: 1px solid #000000;
}
.company-info-detail__row:first-child {
  border-top: 1px solid #000000;
}
.company-info-detail__term, .company-info-detail__desc {
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.4;
}
.company-info-detail__term {
  width: 100px;
}

@media only screen and (max-width: 767px) {
  .company-info__inner {
    padding: 50px 0;
  }
  .company-info__title {
    align-items: center;
  }
  .company-info__map {
    display: block;
    width: 100%;
    height: 250px;
  }
  .company-info-detail__title {
    font-size: 2.2rem;
    margin-bottom: 20px;
  }
  .company-info-detail__row {
    display: flex;
    gap: 5%;
    padding: 25px 0;
  }
  .company-info-detail__term, .company-info-detail__desc {
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    line-height: 1.4;
  }
  .company-info-detail__term {
    width: 25%;
  }
  .company-info-detail__desc {
    width: 70%;
  }
}
.blog__inner {
  padding: 80px 0;
}
.blog__title {
  color: #322828;
  font-size: 2.8rem;
  font-weight: 500;
  margin-bottom: 30px;
}

.blog-archive__select {
  display: flex;
  justify-content: end;
  margin-bottom: 15px;
  position: relative;
}
.blog-archive__select::after {
  content: "";
  border-top: 6px solid #000000;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}
.blog-archive__select select {
  display: block;
  width: 185px;
  font-size: 1.5rem;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.blog-archive__select select:focus, .blog-archive__select select:active {
  outline: none;
}
.blog-archive__item {
  border-bottom: 1px solid #cccccc;
  padding: 30px 0;
}
.blog-archive__item:first-child {
  padding-top: 0;
}
.blog-archive__link {
  display: flex;
  align-items: flex-start;
  gap: 30px;
}
.blog-archive__thumbnail {
  width: 180px;
  aspect-ratio: 1/1;
}
.blog-archive__contents {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 870px;
}
.blog-archive__wrapper {
  display: flex;
  align-items: center;
  gap: 30px;
}
.blog-archive__date {
  font-size: 1.6rem;
  font-weight: 500;
}
.blog-archive__tags {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 10px;
}
.blog-archive__tag {
  background: #e3e0dc;
  font-size: 1.4rem;
  padding: 2px 10px;
}
.blog-archive__title {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.6;
}
.blog-archive__text {
  font-size: 1.5rem;
  line-height: 1.6;
}

@media only screen and (max-width: 767px) {
  .blog__inner {
    padding: 50px 0;
  }
  .blog__title {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
  .blog-archive__select {
    display: flex;
    justify-content: end;
    position: relative;
  }
  .blog-archive__select::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
  }
  .blog-archive__select select {
    width: 150px;
    font-size: 1.4rem;
  }
  .blog-archive__item {
    padding: 20px 0;
  }
  .blog-archive__link {
    display: flex;
    gap: 5%;
  }
  .blog-archive__thumbnail {
    width: 25%;
    aspect-ratio: 1/1;
  }
  .blog-archive__contents {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 70%;
  }
  .blog-archive__wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .blog-archive__date {
    font-size: 1.4rem;
  }
  .blog-archive__tags {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 5px;
  }
  .blog-archive__tag {
    font-size: 1.3rem;
    padding: 2px 10px;
  }
  .blog-archive__title {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .blog-archive__text {
    font-size: 1.3rem;
    line-height: 1.5;
  }
}
.blog-single__inner {
  padding: 80px 0;
}
.blog-single__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 30px;
}
.blog-single__tag {
  font-size: 1.4rem;
  background: #e3e0dc;
  padding: 2px 10px;
}
.blog-single__title {
  color: #322828;
  font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: 30px;
}
.blog-single__body {
  margin-bottom: 100px;
}
.blog-single__wrapper {
  display: flex;
  justify-content: end;
  border-top: 1px solid #000000;
  padding-top: 5px;
}
.blog-single__date {
  font-size: 1.6rem;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .blog-single__inner {
    padding: 50px 0;
  }
  .blog-single__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 20px;
  }
  .blog-single__tag {
    font-size: 1.3rem;
    padding: 2px 10px;
  }
  .blog-single__title {
    font-size: 2rem;
    margin-bottom: 20px;
  }
  .blog-single__body {
    margin-bottom: 60px;
  }
  .blog-single__wrapper {
    display: flex;
    justify-content: end;
    padding-top: 5px;
  }
  .blog-single__date {
    font-size: 1.5rem;
  }
}
.contact-form__inner {
  padding: 80px 0;
}
.contact-form__title {
  font-size: 2.8rem;
  font-weight: 500;
  margin-bottom: 50px;
}

.complete__inner {
  padding: 80px 0;
}
.complete__title {
  font-weight: 500;
  text-align: center;
  margin-bottom: 30px;
}
.complete__text {
  text-align: center;
}
.complete__link {
  display: block;
  text-align: center;
  margin-top: 10px;
}

.contact-complete__inner {
  padding: 80px 0;
}
.contact-complete__title {
  font-size: 3.2rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 30px;
}
.contact-complete__text {
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
}
.contact-complete__text a {
  border-bottom: 1px solid #000000;
}

@media only screen and (max-width: 767px) {
  .contact-complete__inner {
    padding: 50px 0;
  }
  .contact-complete__title {
    font-size: 2.4rem;
    text-align: center;
    margin-bottom: 30px;
  }
  .contact-complete__text {
    font-size: 1.5rem;
    text-align: center;
  }
  .contact-complete__text a {
    border-bottom: 1px solid #000000;
  }
}
.privacy-policy__inner {
  padding: 80px 0;
}
.privacy-policy__title {
  font-size: 2.8rem;
  margin-bottom: 30px;
}

.privacy-contents__list {
  display: flex;
  flex-direction: column;
  gap: 35px;
}
.privacy-contents__item {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.privacy-contents__title {
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 10px;
}
.privacy-contents__title i {
  font-size: 1rem;
  font-weight: 500;
}
.privacy-contents__title span {
  font-size: 2rem;
  font-weight: 500;
}
.privacy-contents__text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
}

@media only screen and (max-width: 767px) {
  .privacy-policy__inner {
    padding: 50px 0;
  }
  .privacy-policy__title {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
  .privacy-contents__list {
    display: flex;
    flex-direction: column;
    gap: 35px;
  }
  .privacy-contents__item {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .privacy-contents__title {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .privacy-contents__title i {
    font-size: 0.8rem;
    font-weight: 500;
  }
  .privacy-contents__title span {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.4;
  }
  .privacy-contents__text {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
.site-map__inner {
  padding: 80px 0;
}
.site-map__title {
  font-size: 2.8rem;
  margin-bottom: 30px;
}
.site-map__item a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 20px 0;
  border-bottom: 1px solid #cccccc;
}
.site-map__item a i {
  font-size: 1.4rem;
  font-weight: 500;
}
.site-map__item a span {
  font-size: 1.6rem;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .site-map__inner {
    padding: 50px 0;
  }
  .site-map__title {
    font-size: 2.4rem;
    margin-bottom: 10px;
  }
  .site-map__item a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 15px 0;
  }
  .site-map__item a i, .site-map__item a span {
    font-size: 1.5rem;
  }
}
.notfound__inner {
  padding: 80px 0;
}
.notfound__title {
  font-size: 3.2rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 30px;
}
.notfound__text {
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
}
.notfound__text a {
  border-bottom: 1px solid #000000;
}

@media only screen and (max-width: 767px) {
  .notfound__inner {
    padding: 50px 0;
  }
  .notfound__title {
    font-size: 2.4rem;
    text-align: center;
    margin-bottom: 30px;
  }
  .notfound__text {
    font-size: 1.5rem;
    text-align: center;
  }
  .notfound__text a {
    border-bottom: 1px solid #000000;
  }
}/*# sourceMappingURL=style.css.map */