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

body {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 200%;
  letter-spacing: 0.48px;
}

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;
  }
}
.heading--lv3 {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.heading--lv3 .en {
  font-family: "Montserrat", sans-serif;
  text-align: center;
  font-size: 6rem;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 1.8px;
}
.heading--lv3 .en span {
  font-size: 3rem;
}
.heading--lv3 .ja {
  color: #F17526;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 160%;
  letter-spacing: 0.48px;
}
.heading--lv4 {
  color: #F17526;
  text-align: center;
  font-size: 3.4rem;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 1.02px;
}
.heading--lv5 {
  font-size: 2.6rem;
  font-weight: 600;
  letter-spacing: 0.78px;
  line-height: 1.5;
}

@media only screen and (max-width: 767px) {
  .heading--lv3 {
    gap: 10px;
  }
  .heading--lv3 .en {
    font-size: 4.5rem;
  }
  .heading--lv3 .ja {
    font-size: 1.5rem;
  }
  .heading--lv4 {
    font-size: 2.8rem;
    line-height: 150%;
  }
  .heading--lv5 {
    font-size: 2rem;
  }
}
.button--pattern-1 {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  gap: 53px;
  background: #F17526;
  border-radius: 4px;
  padding: 14px 20px;
  transition: opacity 0.2s;
}
.button--pattern-1:hover {
  opacity: 0.8;
}
.button--pattern-1:hover .icon {
  transform: translateX(3px);
}
.button--pattern-1 .text {
  color: white;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.8px;
}
.button--pattern-1 .icon {
  width: 32px;
  height: 32px;
  background: #ffffff;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #F17526;
  font-size: 2rem;
  transition: transform 0.3s ease;
}

@media only screen and (max-width: 767px) {
  .button--pattern-1 {
    gap: 20px;
    padding: 10px 15px;
  }
  .button--pattern-1 .text {
    font-size: 1.4rem;
  }
  .button--pattern-1 .icon {
    width: 28px;
    height: 28px;
  }
}
.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;
}

.sub-mv {
  position: relative;
  background: #f17526;
  height: 407px;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.sub-mv__img {
  position: absolute;
  right: -290px;
  top: -127px;
  width: 1124px;
  z-index: 1;
}
.sub-mv__img img {
  width: 100%;
  height: 534px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.sub-mv__deco {
  position: absolute;
  left: -107px;
  bottom: -180px;
  width: 328px;
  z-index: 0;
}
.sub-mv__deco img {
  width: 100%;
  display: block;
}
.sub-mv__content {
  margin: auto;
  height: -moz-min-content;
  height: min-content;
  z-index: 100;
}
.sub-mv__title {
  color: #FFF;
  font-size: 6rem;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 1.8px;
}

@media only screen and (max-width: 767px) {
  .sub-mv {
    height: 220px;
  }
  .sub-mv__img {
    top: 0;
    bottom: -110px;
    right: -30px;
    width: 100%;
    margin: auto;
    border-radius: 50%;
    overflow: hidden;
    width: 250px;
    height: 250px;
  }
  .sub-mv__img img {
    height: 190px;
  }
  .sub-mv__deco {
    width: 180px;
    left: -60px;
    bottom: -70px;
  }
  .sub-mv__content {
    height: -webkit-fill-available;
    height: -moz-available;
    height: stretch;
    margin-top: 50px;
  }
  .sub-mv__title {
    font-size: 3rem;
    text-shadow: 1px 1px 7px rgba(0, 0, 0, 0.3);
  }
}
.header {
  width: 100%;
}
.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 122px;
  padding-right: 60px;
}
.header__logo {
  background: white;
  border-radius: 0 0 30px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
  width: 234px;
  height: 176px;
}
.header__logo a {
  position: relative;
  top: 15px;
  transition: opacity 0.2s;
}
.header__logo a:hover {
  opacity: 0.7;
}
.header__logo a img {
  width: 140px;
  display: block;
}
.header__right {
  display: flex;
  align-items: center;
  height: 60px;
}
.header__nav {
  display: flex;
  align-items: center;
  gap: 32px;
  padding-right: 30px;
}
.header__list {
  display: flex;
  gap: 26px;
}
.header__item a {
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.48px;
  line-height: 1;
  transition: color 0.2s;
}
.header__item a:hover {
  color: #F17526;
}
.header__reservation {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #F17526;
  padding: 0 24px 0 23px;
  height: 100%;
  border-radius: 4px;
  transition: opacity 0.2s;
}
.header__reservation:hover {
  opacity: 0.7;
}
.header__reservation .text {
  font-size: 1.6rem;
  font-weight: 500;
  color: white;
  letter-spacing: 0.48px;
  line-height: 1;
}
.header__reservation .icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header__reservation .icon img {
  width: 23px;
}

@media only screen and (max-width: 767px) {
  .header__inner {
    height: 70px;
    padding-right: 20px;
  }
  .header__logo {
    border-radius: 0 0 20px 0;
    width: 100px;
    height: 100px;
  }
  .header__logo a {
    top: 12px;
  }
  .header__logo a img {
    width: 70px;
  }
}
.footer-action {
  position: relative;
  padding: 65px 0;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 100px;
}
.footer-action__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.footer-action__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.footer-action__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}
.footer-action__inner {
  position: relative;
  z-index: 1;
}
.footer-action__heading {
  margin-bottom: 30px;
  gap: 18px;
}
.footer-action__heading .en {
  font-family: "Inter", sans-serif;
  color: white;
  font-size: 4rem;
  font-weight: 600;
}
.footer-action__heading .ja {
  color: white;
}
.footer-action__text {
  color: white;
  text-align: center;
  font-size: 2rem;
  line-height: normal;
  letter-spacing: 0.8px;
  margin-bottom: 40px;
}
.footer-action__buttons {
  display: flex;
  justify-content: center;
  gap: 30px;
  align-items: stretch;
}
.footer-action__booking {
  position: relative;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  background: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  min-width: 484px;
  height: 129px;
  transition: opacity 0.2s;
}
.footer-action__booking:hover {
  opacity: 0.8;
}
.footer-action__booking-icon {
  width: 61px;
  height: 61px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F17526;
  border-radius: 50%;
  margin: 13px auto 0;
}
.footer-action__booking-icon img {
  width: 36px;
  height: 36px;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer-action__booking-text {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.54px;
  background: #F17526;
  color: #ffffff;
  text-align: center;
  padding: 12px;
}
.footer-action__hotpepper {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  background: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  min-width: 484px;
  height: 129px;
  transition: opacity 0.2s;
}
.footer-action__hotpepper:hover {
  opacity: 0.8;
}
.footer-action__hotpepper-logo {
  display: flex;
  justify-content: center;
  padding: 22px 0 0;
}
.footer-action__hotpepper-logo img {
  width: 142px;
  height: 44px;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer-action__hotpepper-text {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.54px;
  background: #9f1547;
  color: #ffffff;
  text-align: center;
  padding: 12px;
}

.footer-bar {
  background: #F17526;
  border-radius: 60px 60px 0 0;
  padding: 60px 0;
}
.footer-bar__inner {
  display: flex;
  flex-direction: column;
}
.footer-bar__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 60px;
}
.footer-bar__contents {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.footer-bar__logo {
  background: white;
  border-radius: 10px;
  display: flex;
  width: 87px;
  padding: 7px 34px 6px 34px;
  justify-content: center;
  align-items: center;
  transition: opacity 0.2s;
}
.footer-bar__logo img {
  width: 87px;
}
.footer-bar__logo:hover {
  opacity: 0.8;
}
.footer-bar__address {
  color: white;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 200%;
  letter-spacing: 0.48px;
}
.footer-bar__nav {
  display: flex;
  flex-flow: column;
  gap: 30px;
}
.footer-bar__list {
  display: flex;
  gap: 30px;
}
.footer-bar__item a {
  color: #FFF;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.48px;
  transition: opacity 0.2s;
}
.footer-bar__item a:hover {
  opacity: 0.7;
}
.footer-bar__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  padding-top: 15px;
  display: flex;
  justify-content: space-between;
}
.footer-bar__copyright {
  font-size: 1.2rem;
  font-weight: 500;
  color: white;
  letter-spacing: 0.03em;
}
.footer-bar__copyright a {
  transition: opacity 0.2s;
}
.footer-bar__copyright a:hover {
  opacity: 0.7;
}
.footer-bar__links {
  display: flex;
  gap: 20px;
}
.footer-bar__link a {
  color: #FFF;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 1.4px;
  transition: opacity 0.2s;
}
.footer-bar__link a:hover {
  opacity: 0.7;
}

@media only screen and (max-width: 767px) {
  .footer-action {
    padding: 50px 0;
    margin-bottom: 60px;
  }
  .footer-action__bg img {
    -o-object-position: -460px 0px;
       object-position: -460px 0px;
  }
  .footer-action__inner {
    padding: 0 10px;
    width: calc(95% - 20px);
  }
  .footer-action__heading {
    gap: 10px;
  }
  .footer-action__heading .en {
    font-size: 3.5rem;
  }
  .footer-action__text {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }
  .footer-action__buttons {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .footer-action__booking, .footer-action__hotpepper {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    padding: 0;
  }
  .footer-action__booking-text, .footer-action__hotpepper-text {
    font-size: 1.5rem;
  }
  .footer-bar {
    border-radius: 30px 30px 0 0;
    padding: 50px 0 80px;
  }
  .footer-bar__top {
    flex-direction: column;
    gap: 40px;
    margin-bottom: 40px;
  }
  .footer-bar__contents {
    align-items: center;
    gap: 0;
    margin: 0 auto;
  }
  .footer-bar__logo {
    width: 140px;
    margin-bottom: 16px;
  }
  .footer-bar__address {
    font-size: 1.3rem;
    margin-bottom: 0;
  }
  .footer-bar__bottom {
    padding-top: 16px;
    justify-content: center;
  }
}
.drawer-off__button {
  position: fixed;
  top: 10px;
  right: 10px;
  width: 50px;
  height: 50px;
  background: #F17526;
  border-radius: 8px;
  cursor: pointer;
  z-index: 1000;
}
.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: #ffffff;
}
.drawer-off__title {
  color: #ffffff;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.6;
}

.drawer-on {
  width: 100%;
  height: 100svh;
  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: 100;
}
.drawer-on__header {
  display: flex;
  align-items: center;
  padding: 0 15px;
  box-sizing: border-box;
}
.drawer-on__logo {
  width: 100px;
}
.drawer-on__inner {
  padding: 0 15px;
  box-sizing: border-box;
}
.drawer-on__item {
  display: flex;
}
.drawer-on__item a {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px solid #cccccc;
}
.drawer-on__links {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 15px;
}
.drawer-on__link {
  display: flex;
}
.drawer-on__link a {
  font-size: 1.4rem;
  font-weight: 500;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 5px;
}
.drawer-on__group {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 20px;
}
.drawer-on__sns {
  width: 25px;
}
.drawer-on__button {
  margin-top: 20px;
}
.drawer-on__button--line {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 60px;
  border: 1px solid #0090D9;
  box-sizing: border-box;
  border-radius: 8px;
}
.drawer-on__button--line .icon {
  width: 25px;
}
.drawer-on__button--line .text {
  color: #0090D9;
  font-size: 1.5rem;
  font-weight: 500;
}
.drawer-on__button--mail {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 60px;
  background: #F17526;
  padding: 15px;
  box-sizing: border-box;
  border-radius: 8px;
}
.drawer-on__button--mail .icon, .drawer-on__button--mail .text {
  color: #ffffff;
}
.drawer-on__button--mail .text {
  font-size: 1.5rem;
  font-weight: 500;
}
.drawer-on__tel {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #F7F7F7;
  padding: 15px 20px;
  margin-top: 20px;
}
.drawer-on__tel .link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.drawer-on__tel .link .text {
  font-size: 3.2rem;
  font-weight: 500;
}
.drawer-on__tel .caption {
  width: 100%;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  background: #ffffff;
  padding: 5px;
  box-sizing: border-box;
  margin-top: 10px;
}

.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-mv {
  padding: 0 60px;
}
.top-mv__inner {
  position: relative;
}
.top-mv__bg {
  width: 100%;
  aspect-ratio: 1800/900;
  border-radius: 40px;
  overflow: hidden;
  position: relative;
  height: calc(100vh - 160px);
  min-height: 620px;
}
.top-mv__bg-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.top-mv__body {
  position: absolute;
  bottom: 128px;
  left: 60px;
  z-index: 2;
}
.top-mv__copy-box {
  background: #ffffff;
  border-radius: 8px;
  padding: 17px 0px 22px 29px;
  display: flex;
  margin-bottom: 21px;
}
.top-mv__copy {
  font-size: 7.6rem;
  font-weight: 600;
  color: #F17526;
  line-height: 1;
  letter-spacing: 2.28px;
}
.top-mv__sub-box {
  background: #ffffff;
  border-radius: 3px;
  padding: 11px 18px 13px;
  display: inline-block;
}
.top-mv__sub {
  font-size: 2.9rem;
  font-weight: 600;
  color: #F17526;
  line-height: 1;
  letter-spacing: 4.64px;
}
.top-mv__banner {
  position: fixed;
  right: 27px;
  bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  width: 259px;
  z-index: 2;
}
.top-mv__reservation {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  background: #f17526;
  border-radius: 8px;
  height: 91px;
  padding: 0 20px;
  transition: opacity 0.2s;
}
.top-mv__reservation:hover {
  opacity: 0.8;
}
.top-mv__reservation-icon {
  position: relative;
  width: 49px;
  height: 49px;
  flex-shrink: 0;
  background: white;
  border-radius: 50%;
}
.top-mv__reservation-calendar {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 29px;
  margin: auto;
}
.top-mv__reservation-text {
  font-size: 1.6rem;
  font-weight: 800;
  color: white;
  line-height: 1;
}
.top-mv__hotpepper {
  display: block;
  background: white;
  border-radius: 8px;
  box-shadow: 2px 4px 4px 0 rgba(0, 0, 0, 0.05);
  overflow: hidden;
  transition: opacity 0.2s;
}
.top-mv__hotpepper:hover {
  opacity: 0.8;
}
.top-mv__hotpepper-logo {
  display: flex;
  justify-content: center;
  padding: 17px 0 0;
}
.top-mv__hotpepper-logo img {
  width: 133px;
  height: 42px;
  -o-object-fit: contain;
     object-fit: contain;
}
.top-mv__hotpepper-text {
  background: #9F1547;
  color: white;
  font-size: 1.4rem;
  font-weight: 800;
  text-align: center;
  padding: 10px;
  margin-top: 17px;
  line-height: 1;
  letter-spacing: 0.42px;
}

@media only screen and (max-width: 767px) {
  .top-mv {
    padding: 0 15px;
  }
  .top-mv__bg {
    border-radius: 20px;
    aspect-ratio: auto;
    height: calc(100vh - 150px);
    min-height: 350px;
    max-height: 420px;
  }
  .top-mv__body {
    bottom: 30px;
    left: 15px;
  }
  .top-mv__copy-box {
    padding: 7px 0px 12px 17px;
    margin-bottom: 10px;
  }
  .top-mv__copy {
    font-size: 3.5rem;
  }
  .top-mv__sub-box {
    padding: 8px 12px;
  }
  .top-mv__sub {
    font-size: 1.6rem;
    letter-spacing: 0.05em;
  }
  .top-mv__banner {
    flex-direction: row;
    width: 100%;
    height: 65px;
    gap: 0;
    right: 0;
    left: 0;
    bottom: 0;
  }
  .top-mv__reservation {
    flex: 1;
    gap: 5px;
    width: 50%;
    height: 100%;
    border-radius: 0;
    padding: 0;
  }
  .top-mv__reservation-icon {
    width: 35px;
    height: 35px;
  }
  .top-mv__reservation-calendar {
    width: 20px;
  }
  .top-mv__reservation-text {
    font-size: 1.3rem;
  }
  .top-mv__hotpepper {
    width: 50%;
    border-radius: 0;
    flex: 1;
  }
  .top-mv__hotpepper-logo {
    padding: 9px 0 0;
  }
  .top-mv__hotpepper-logo img {
    width: 90px;
    height: 28px;
  }
  .top-mv__hotpepper-text {
    font-size: 1rem;
    margin-top: 8px;
    padding: 5px;
  }
}
.top-about {
  padding: 100px 0 115px;
}
.top-about__heading {
  margin-bottom: 41px;
}
.top-about__subtitle {
  font-size: 3rem;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.9px;
  margin-bottom: 41px;
}
.top-about__text {
  margin-bottom: 59px;
  line-height: 220%;
  letter-spacing: 0.3px;
}
.top-about__imgs {
  display: flex;
  gap: 30px;
  margin-bottom: 50px;
}
.top-about__img-main {
  width: 553px;
  flex-shrink: 0;
  border-radius: 10px;
  overflow: hidden;
}
.top-about__img-main img {
  width: 100%;
  height: -webkit-fill-available;
  height: -moz-available;
  height: stretch;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.top-about__img-sub {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.top-about__img-sub-item {
  border-radius: 10px;
  overflow: hidden;
  flex: 1;
}
.top-about__img-sub-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.top-about__btn {
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .top-about {
    padding: 60px 0;
  }
  .top-about__heading {
    margin-bottom: 30px;
  }
  .top-about__subtitle {
    text-align: center;
    margin-bottom: 30px;
    font-size: 2.1rem;
  }
  .top-about__text {
    margin-bottom: 30px;
  }
  .top-about__imgs {
    flex-direction: column;
    gap: 15px;
    margin-bottom: 30px;
  }
  .top-about__img-main {
    width: 100%;
  }
  .top-about__img-main img {
    height: auto;
    aspect-ratio: 553/526;
  }
  .top-about__img-sub {
    flex-direction: row;
    gap: 15px;
  }
  .top-about__img-sub-item img {
    height: auto;
    aspect-ratio: 1/1;
  }
}
.top-data {
  position: relative;
  padding: 100px 0;
  overflow: hidden;
}
.top-data__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.top-data__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.top-data__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}
.top-data__inner {
  position: relative;
  z-index: 1;
}
.top-data__heading {
  margin-bottom: 45px;
}
.top-data__heading .en {
  color: white;
}
.top-data__heading .ja {
  color: white;
}
.top-data__subtitle {
  color: #FFF;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0.72px;
  margin-bottom: 60px;
}
.top-data__charts-box {
  background: #ffffff;
  border-radius: 20px;
  padding: 60px 120px;
  display: flex;
  gap: 120px;
  justify-content: center;
  margin-bottom: 65px;
}
.top-data__chart {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.top-data__pie {
  position: relative;
  width: 319px;
  height: 319px;
  flex-shrink: 0;
}
.top-data__pie-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.top-data__pie-center {
  display: block;
  z-index: 2;
}
.top-data__legend {
  text-align: center;
  width: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
.top-data__legend-title {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0.72px;
  margin-bottom: 17px;
}
.top-data__legend-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 17px;
}
.top-data__legend-list li {
  display: flex;
  align-items: center;
  gap: 14px;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0.54px;
}
.top-data__legend-list li img {
  width: 23px;
  height: 23px;
}
.top-data__visitor-box {
  background: #ffffff;
  border-radius: 20px;
  padding: 60px;
}
.top-data__visitor-heading {
  font-size: 3.2rem;
  font-weight: 600;
  letter-spacing: 0.96px;
  text-align: center;
  margin-bottom: 62px;
}
.top-data__visitor-body {
  display: flex;
  gap: 47px;
  align-items: flex-start;
}
.top-data__visitor-illust {
  width: 488px;
  flex-shrink: 0;
}
.top-data__visitor-illust img {
  width: 100%;
  display: block;
}
.top-data__visitor-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  flex: 1;
}
.top-data__visitor-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.48px;
}
.top-data__visitor-list li img {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

@media only screen and (max-width: 767px) {
  .top-data {
    padding: 60px 0;
  }
  .top-data__heading {
    margin-bottom: 30px;
  }
  .top-data__subtitle {
    font-size: 1.7rem;
    margin-bottom: 30px;
  }
  .top-data__charts-box {
    flex-direction: column;
    gap: 40px;
    padding: 30px 20px;
    margin-bottom: 30px;
  }
  .top-data__chart {
    gap: 20px;
  }
  .top-data__pie {
    width: 240px;
    height: 240px;
  }
  .top-data__legend-title {
    font-size: 2rem;
  }
  .top-data__legend-list {
    gap: 12px;
  }
  .top-data__legend-list li {
    font-size: 1.6rem;
  }
  .top-data__legend-list li img {
    width: 15px;
    height: 15px;
  }
  .top-data__visitor-box {
    padding: 30px 20px;
  }
  .top-data__visitor-heading {
    font-size: 2rem;
    margin-bottom: 30px;
  }
  .top-data__visitor-body {
    flex-direction: column;
    gap: 30px;
  }
  .top-data__visitor-illust {
    width: 100%;
  }
  .top-data__visitor-list {
    gap: 20px;
  }
  .top-data__visitor-list li {
    font-size: 1.5rem;
    line-height: 130%;
  }
}
.top-first-visitors {
  padding: 100px 0 90px;
}
.top-first-visitors__heading {
  margin-bottom: 60px;
}
.top-first-visitors__text {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 200%;
  letter-spacing: 0.54px;
  margin-bottom: 60px;
}
.top-first-visitors__imgs {
  display: flex;
  gap: 55px;
  justify-content: center;
  margin-bottom: 60px;
}
.top-first-visitors__img {
  width: 363px;
  height: 363px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}
.top-first-visitors__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.top-first-visitors__btn {
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .top-first-visitors {
    padding: 60px 0;
  }
  .top-first-visitors__heading {
    margin-bottom: 30px;
  }
  .top-first-visitors__text {
    font-size: 1.6rem;
    text-align: left;
    margin-bottom: 30px;
  }
  .top-first-visitors__imgs {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-bottom: 40px;
  }
  .top-first-visitors__img {
    width: 70vw;
    height: 70vw;
  }
}
.top-menu {
  position: relative;
  padding: 100px 0;
}
.top-menu__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.top-menu__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.top-menu__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}
.top-menu__inner {
  position: relative;
  z-index: 1;
}
.top-menu__heading {
  margin-bottom: 67px;
  gap: 10px;
}
.top-menu__heading .en {
  color: white;
}
.top-menu__heading .ja {
  color: white;
}
.top-menu__body {
  display: flex;
  gap: 64px;
  align-items: center;
}
.top-menu__subtitle {
  color: white;
  font-size: 3rem;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.9px;
}
.top-menu__img {
  width: 574px;
  height: 445px;
  border-radius: 8px;
  overflow: hidden;
  flex-shrink: 0;
}
.top-menu__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.top-menu__contents {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.top-menu__text {
  color: white;
  line-height: 220%;
  letter-spacing: 0.48px;
}

@media only screen and (max-width: 767px) {
  .top-menu {
    padding: 60px 0;
  }
  .top-menu__body {
    flex-direction: column-reverse;
    gap: 40px;
  }
  .top-menu__heading {
    margin-bottom: 40px;
  }
  .top-menu__subtitle {
    font-size: 2.3rem;
    text-align: center;
  }
  .top-menu__text {
    font-size: 1.5rem;
    line-height: 2;
  }
  .top-menu__img {
    width: 100%;
    height: auto;
  }
  .top-menu__btn {
    margin: 0 auto;
  }
}
.top-parenting {
  padding: 143px 0 100px;
}
.top-parenting__box {
  padding: 80px 70px;
  border-radius: 20px;
  background: rgba(255, 244, 203, 0.7);
}
.top-parenting__heading {
  margin-bottom: 60px;
}
.top-parenting__body {
  display: flex;
  gap: 60px;
  align-items: center;
}
.top-parenting__img {
  width: 480px;
  height: 320px;
  border-radius: 8px;
  overflow: hidden;
  flex-shrink: 0;
}
.top-parenting__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.top-parenting__contents {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.top-parenting__subtitle {
  font-size: 3rem;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.9px;
}
.top-parenting__text {
  line-height: 220%;
  letter-spacing: 0.48px;
}

@media only screen and (max-width: 767px) {
  .top-parenting {
    padding: 60px 0;
  }
  .top-parenting__heading {
    margin-bottom: 40px;
  }
  .top-parenting__box {
    padding: 40px 20px;
    border-radius: 10px;
  }
  .top-parenting__body {
    flex-direction: column;
    gap: 30px;
  }
  .top-parenting__img {
    width: 100%;
    height: auto;
    aspect-ratio: 480/320;
  }
  .top-parenting__contents {
    width: 100%;
    gap: 20px;
  }
  .top-parenting__subtitle {
    text-align: center;
  }
  .top-parenting__btn {
    margin: 0 auto;
  }
}
.top-column {
  padding: 0 0 118px;
}
.top-column__inner {
  position: relative;
}
.top-column__heading {
  margin-bottom: 60px;
  align-items: baseline;
  gap: 18px;
}
.top-column__heading .en {
  font-size: 4rem;
  font-weight: 600;
}
.top-column__list {
  display: flex;
  gap: 40px;
}
.top-column__item {
  width: 32%;
}
.top-column__item .link {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 100%;
  transition: opacity 0.2s;
}
.top-column__item .link:hover {
  opacity: 0.7;
}
.top-column__item .img {
  width: 100%;
  aspect-ratio: 400/285;
  border-radius: 8px;
  overflow: hidden;
  background: url(../img/pages/top/column/no-img.jpg) no-repeat center/cover;
  border: 1px solid #A8A8A8;
  margin-bottom: 5px;
}
.top-column__item .time {
  font-family: "Inter", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.48px;
}
.top-column__item .title {
  line-height: 200%;
  letter-spacing: 0.48px;
  font-size: 1.6rem;
}
.top-column__btn {
  position: absolute;
  top: 24px;
  right: 0;
}

@media only screen and (max-width: 767px) {
  .top-column {
    padding: 0 0 60px;
  }
  .top-column__heading {
    margin-bottom: 40px;
    gap: 10px;
    align-items: center;
  }
  .top-column__heading .en {
    font-size: 3.5rem;
  }
  .top-column__list {
    flex-direction: column;
    gap: 30px;
  }
  .top-column__item {
    width: 100%;
  }
  .top-column__item .link {
    gap: 10px;
  }
  .top-column__item .time {
    font-size: 1.5rem;
  }
  .top-column__item .title {
    font-size: 1.5rem;
  }
  .top-column__btn {
    position: static;
    margin: 40px auto 0;
  }
}
.top-news {
  padding: 0 0 100px;
}
.top-news__heading {
  align-items: baseline;
  gap: 10px;
}
.top-news__heading .en {
  font-size: 4rem;
  font-weight: 600;
}
.top-news__inner {
  position: relative;
  display: flex;
  gap: 110px;
  align-items: flex-start;
}
.top-news__list {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.top-news__item .link {
  width: 761px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #A8A8A8;
  padding: 20px 0;
  gap: 20px;
  transition: opacity 0.2s;
}
.top-news__item .link:hover {
  opacity: 0.7;
}
.top-news__item:first-child .link {
  padding-top: 0;
}
.top-news__item .wrapper {
  display: flex;
  flex-direction: column;
  gap: 26px;
  flex: 1;
}
.top-news__item .time {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.8px;
}
.top-news__item .title {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 200%;
  letter-spacing: 0.48px;
}
.top-news__item .arrow {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #F17526;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.top-news__item .arrow i {
  font-size: 1.2rem;
  color: white;
}
.top-news__btn {
  position: absolute;
  left: 0;
  top: 112px;
}

@media only screen and (max-width: 767px) {
  .top-news {
    padding: 0 0 60px;
  }
  .top-news__heading {
    align-items: center;
    justify-content: center;
    margin: 0 auto;
  }
  .top-news__heading .en {
    font-size: 3.5rem;
  }
  .top-news__inner {
    flex-direction: column;
    gap: 40px;
  }
  .top-news__list {
    width: 100%;
  }
  .top-news__item {
    width: 100%;
  }
  .top-news__item .link {
    width: 100%;
    padding: 15px 0;
    gap: 10px;
  }
  .top-news__item .wrapper {
    gap: 10px;
  }
  .top-news__item .time {
    font-size: 1.5rem;
  }
  .top-news__item .title {
    font-size: 1.5rem;
  }
  .top-news__btn {
    position: static;
    margin: 0 auto;
  }
}
.top-access {
  padding: 0 0 90px;
}
.top-access__heading {
  margin-bottom: 60px;
}
.top-access__body {
  position: relative;
  display: flex;
  gap: 56px;
  align-items: flex-start;
  padding-bottom: 90px;
}
.top-access__info {
  width: 348px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.top-access__info-item {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 14px 0;
  border-bottom: 1px solid #CFCFCF;
}
.top-access__info-item:first-child {
  padding-top: 0;
}
.top-access__info-item dt {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.54px;
}
.top-access__info-item dd {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.4px;
}
.top-access__info-item dd a {
  transition: opacity 0.2s;
}
.top-access__info-item dd a:hover {
  opacity: 0.7;
}
.top-access__map {
  flex: 1;
  border-radius: 10px;
  overflow: hidden;
  height: 376px;
  background: #d9d9d9;
}
.top-access__map iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.top-access__btn {
  position: absolute;
  bottom: 0;
  left: 0;
}

@media only screen and (max-width: 767px) {
  .top-access {
    padding: 0 0 60px;
  }
  .top-access__heading {
    margin-bottom: 40px;
  }
  .top-access__body {
    flex-direction: column;
    gap: 40px;
  }
  .top-access__info {
    width: 100%;
  }
  .top-access__info-item {
    gap: 10px;
  }
  .top-access__info-item dt {
    font-size: 1.6rem;
  }
  .top-access__info-item dd {
    font-size: 1.5rem;
  }
  .top-access__map {
    width: 100%;
    height: 250px;
    flex: unset;
  }
  .top-access__btn {
    position: static;
    margin: 0 auto;
  }
}
.first-reason {
  padding: 80px 0;
}
.first-reason__heading {
  margin-bottom: 50px;
}
.first-reason__intro {
  display: flex;
  gap: 51px;
  margin-bottom: 70px;
}
.first-reason__intro-img {
  flex-shrink: 0;
  width: 480px;
}
.first-reason__intro-img img {
  width: 100%;
  height: 310px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  display: block;
}
.first-reason__intro-text {
  line-height: 200%;
  letter-spacing: 0.48px;
}
.first-reason__values-heading {
  margin-bottom: 40px;
}
.first-reason__value-list {
  display: flex;
  flex-flow: column;
  gap: 60px;
}
.first-reason__value {
  display: flex;
  gap: 64px;
}
.first-reason__value--reverse {
  flex-direction: row-reverse;
}
.first-reason__value-img {
  flex-shrink: 0;
  width: 466px;
}
.first-reason__value-img img {
  width: 100%;
  height: 332px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  display: block;
}
.first-reason__value-content {
  flex: 1;
}
.first-reason__value-heading {
  margin-bottom: 16px;
}

@media only screen and (max-width: 767px) {
  .first-reason {
    padding: 60px 0;
  }
  .first-reason__heading {
    margin-bottom: 30px;
  }
  .first-reason__intro {
    flex-direction: column;
    gap: 30px;
    margin-bottom: 50px;
  }
  .first-reason__intro-img {
    width: 100%;
  }
  .first-reason__intro-img img {
    height: 230px;
  }
  .first-reason__values-heading {
    margin-bottom: 30px;
  }
  .first-reason__value-list {
    gap: 40px;
  }
  .first-reason__values {
    gap: 40px;
  }
  .first-reason__value {
    flex-direction: column;
    gap: 20px;
  }
  .first-reason__value--reverse {
    flex-direction: column;
  }
  .first-reason__value-img {
    width: 100%;
  }
  .first-reason__value-img img {
    height: 240px;
  }
  .first-reason__value-content {
    padding-top: 0;
  }
  .first-reason__value-heading {
    text-align: center;
    margin-bottom: 20px;
  }
}
.first-flow {
  padding: 0 0 80px;
}
.first-flow__box {
  background: #FFF7DA;
  border-radius: 20px;
  padding: 80px 0 100px;
}
.first-flow__heading {
  margin-bottom: 40px;
}
.first-flow__steps {
  width: 783px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.first-flow__step {
  display: flex;
  gap: 60px;
  align-items: center;
}
.first-flow__step-icon {
  background: #f17526;
  border-radius: 50%;
  width: 164px;
  height: 164px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.first-flow__step-icon img {
  width: 93px;
  height: 93px;
  -o-object-fit: contain;
     object-fit: contain;
}
.first-flow__step-body {
  flex: 1;
  display: flex;
  flex-flow: column;
  gap: 8px;
}
.first-flow__step-label {
  font-family: "Montserrat", sans-serif;
  font-size: 2.1rem;
  font-weight: 500;
  color: #f17526;
  letter-spacing: 0.63px;
  line-height: 1.5;
}
.first-flow__arrow {
  display: flex;
  justify-content: center;
  align-items: center;
}
.first-flow__arrow img {
  width: 33px;
  transform: rotate(180deg);
}

@media only screen and (max-width: 767px) {
  .first-flow {
    padding: 0 0 60px;
  }
  .first-flow__box {
    border-radius: 10px;
    padding: 50px 20px;
  }
  .first-flow__heading {
    margin-bottom: 40px;
  }
  .first-flow__steps {
    width: 100%;
    gap: 20px;
  }
  .first-flow__step {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }
  .first-flow__step-icon {
    width: 150px;
    height: 150px;
  }
  .first-flow__step-icon img {
    width: 80px;
    height: 80px;
  }
  .first-flow__step-body {
    width: 100%;
  }
  .first-flow__step-label {
    text-align: center;
    font-size: 1.8rem;
  }
  .first-flow__arrow img {
    width: 24px;
  }
}
.first-faq {
  padding: 0 0 80px;
}
.first-faq__heading {
  margin-bottom: 50px;
}
.first-faq__list {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.first-faq__item {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 20px 0;
  border-bottom: 1px solid #D9D9D9;
}
.first-faq__item:first-child {
  padding-top: 0;
}
.first-faq__q, .first-faq__a {
  display: flex;
  gap: 10px;
  align-items: center;
}
.first-faq__q-icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #f17526;
  color: #ffffff;
  font-family: "Inter", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  letter-spacing: 0.32px;
}
.first-faq__q-text {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.54px;
}
.first-faq__a-icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #fff7da;
  color: #333;
  font-family: "Inter", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  letter-spacing: 0.32px;
}
.first-faq__a-text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 200%;
  letter-spacing: 0.48px;
}

@media only screen and (max-width: 767px) {
  .first-faq {
    padding: 0 0 60px;
  }
  .first-faq__heading {
    margin-bottom: 30px;
  }
  .first-faq__q-text {
    font-size: 1.6rem;
    line-height: 150%;
  }
  .first-faq__a-text {
    font-size: 1.5rem;
    line-height: 150%;
  }
}
.menu-intro {
  padding: 80px 0 70px;
}
.menu-intro__heading {
  margin-bottom: 50px;
}
.menu-intro__body {
  display: flex;
  gap: 51px;
  align-items: flex-start;
}
.menu-intro__img {
  flex-shrink: 0;
  width: 480px;
}
.menu-intro__img img {
  width: 100%;
  height: 310px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  display: block;
}

@media only screen and (max-width: 767px) {
  .menu-intro {
    padding: 60px 0 40px;
  }
  .menu-intro__heading {
    margin-bottom: 30px;
  }
  .menu-intro__body {
    flex-direction: column;
    gap: 20px;
  }
  .menu-intro__img {
    width: 100%;
  }
  .menu-intro__img img {
    height: 230px;
  }
}
.menu-list {
  padding: 0 0 64px;
}
.menu-list__inner {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.menu-list__items {
  display: flex;
  flex-direction: column;
  border-top: 1px solid #BCBCBC;
}
.menu-list__item {
  display: flex;
  gap: 40px;
  align-items: flex-start;
  padding: 30px 0;
  border-bottom: 1px solid #BCBCBC;
}
.menu-list__item-img {
  flex-shrink: 0;
  width: 280px;
  aspect-ratio: 280/234;
  background: url(../img/pages/menu/no-img.jpg) no-repeat center/cover;
}
.menu-list__item-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.menu-list__item-head {
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.menu-list__item-title {
  font-size: 2rem;
  line-height: 200%;
  letter-spacing: 0.6px;
}
.menu-list__item-meta {
  display: flex;
  gap: 14px;
  align-items: center;
}
.menu-list__item-tag {
  background: #f17526;
  color: #ffffff;
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0.36px;
  padding: 8px 10px;
  border-radius: 30px;
}
.menu-list__item-type {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 200%;
  letter-spacing: 0.54px;
}
.menu-list__item-detail {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.menu-list__item-price {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 3px;
}
.menu-list__item-price-num {
  font-family: "Inter", sans-serif;
  font-size: 5.1rem;
  font-weight: 400;
  line-height: 1;
}
.menu-list__item-price-unit {
  font-size: 1.9rem;
  font-weight: 500;
  line-height: 200%;
  letter-spacing: 0.57px;
}

@media only screen and (max-width: 767px) {
  .menu-list {
    padding: 0 0 60px;
  }
  .menu-list__inner {
    gap: 20px;
  }
  .menu-list__item {
    flex-direction: column;
    gap: 20px;
    padding: 25px 0;
  }
  .menu-list__item-img {
    width: 100%;
  }
  .menu-list__item-title {
    font-size: 1.8rem;
    line-height: 170%;
  }
  .menu-list__item-meta {
    flex-wrap: wrap;
    gap: 10px;
  }
  .menu-list__item-type {
    font-size: 1.6rem;
  }
  .menu-list__item-price-num {
    font-size: 4rem;
  }
  .menu-list__item-price-unit {
    font-size: 1.6rem;
  }
}
.menu-voice {
  padding: 0 0 80px;
}
.menu-voice__heading {
  margin-bottom: 45px;
}
.menu-voice__list {
  display: flex;
  flex-direction: column;
  gap: 45px;
}
.menu-voice__item {
  background: #FFF7DA;
  border-radius: 10px;
  overflow: hidden;
  padding: 42px;
  display: flex;
  gap: 75px;
}
.menu-voice__item-img {
  flex-shrink: 0;
  width: 297px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: url(../img/pages/menu/no-img.jpg) no-repeat center/cover;
}
.menu-voice__item-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.menu-voice__item-title {
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.78px;
  color: #f17526;
}

@media only screen and (max-width: 767px) {
  .menu-voice {
    padding: 0 0 60px;
  }
  .menu-voice__heading {
    margin-bottom: 30px;
  }
  .menu-voice__list {
    gap: 16px;
  }
  .menu-voice__item {
    flex-direction: column;
    gap: 24px;
    padding: 30px 20px;
    align-items: center;
  }
  .menu-voice__item-img {
    width: 200px;
  }
  .menu-voice__item-body {
    gap: 16px;
  }
  .menu-voice__item-title {
    font-size: 2rem;
    text-align: center;
  }
}
.about-philosophy {
  padding: 80px 0;
}
.about-philosophy__heading {
  margin-bottom: 50px;
}
.about-philosophy__block {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 80px;
}
.about-philosophy__visual {
  display: flex;
  gap: 30px;
}
.about-philosophy__visual-main {
  flex-shrink: 0;
  width: 553px;
}
.about-philosophy__visual-main img {
  width: 100%;
  height: 526px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  display: block;
}
.about-philosophy__visual-sub {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.about-philosophy__visual-sub-img img {
  width: 100%;
  height: 248px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  display: block;
}
.about-philosophy__story {
  display: flex;
  gap: 89px;
  align-items: flex-start;
}
.about-philosophy__story-imgs {
  position: relative;
  flex-shrink: 0;
  width: 493px;
  height: 500px;
}
.about-philosophy__story-main {
  position: absolute;
  top: 0;
  left: 0;
  width: 466px;
  height: 332px;
  border-radius: 10px;
  overflow: hidden;
}
.about-philosophy__story-main img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.about-philosophy__story-accent {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 301px;
  height: 214px;
  border-radius: 10px;
  overflow: hidden;
}
.about-philosophy__story-accent img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.about-philosophy__story-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.about-philosophy__story-heading {
  white-space: nowrap;
}

@media only screen and (max-width: 767px) {
  .about-philosophy {
    padding: 60px 0;
  }
  .about-philosophy__heading {
    margin-bottom: 30px;
  }
  .about-philosophy__block {
    gap: 25px;
    margin-bottom: 40px;
  }
  .about-philosophy__visual {
    flex-direction: column;
    gap: 10px;
  }
  .about-philosophy__visual-main {
    width: 100%;
  }
  .about-philosophy__visual-main img {
    height: 260px;
  }
  .about-philosophy__visual-sub {
    flex-direction: row;
    gap: 10px;
  }
  .about-philosophy__visual-sub-img {
    flex: 1;
  }
  .about-philosophy__visual-sub-img img {
    height: 140px;
  }
  .about-philosophy__story {
    flex-direction: column;
    gap: 30px;
  }
  .about-philosophy__story-imgs {
    width: 100%;
    height: 280px;
    max-width: 360px;
    margin: 0 auto;
  }
  .about-philosophy__story-main {
    width: calc(100% - 60px);
    height: 200px;
  }
  .about-philosophy__story-accent {
    width: 180px;
    height: 130px;
  }
  .about-philosophy__story-heading {
    white-space: normal;
  }
}
.about-strength {
  padding: 0 0 80px;
}
.about-strength__heading {
  margin-bottom: 43px;
}
.about-strength__items {
  display: flex;
  flex-direction: column;
}
.about-strength__item {
  display: flex;
  gap: 69px;
  align-items: flex-start;
  padding: 26px 0;
  border-bottom: 1px solid #D9D9D9;
}
.about-strength__item-img {
  flex-shrink: 0;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  overflow: hidden;
}
.about-strength__item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.about-strength__item-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.about-strength__item-head {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.about-strength__item-label {
  font-family: "Montserrat", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  color: #f17526;
  line-height: 1;
  letter-spacing: 0.48px;
}

@media only screen and (max-width: 767px) {
  .about-strength {
    padding: 0 0 60px;
  }
  .about-strength__heading {
    margin-bottom: 30px;
  }
  .about-strength__item {
    flex-direction: column;
    gap: 25px;
    padding: 30px 0;
    align-items: center;
  }
  .about-strength__item:first-child {
    padding-top: 0;
  }
  .about-strength__item-img {
    width: 220px;
    height: 220px;
  }
  .about-strength__item-body {
    padding-top: 0;
    width: 100%;
    gap: 20px;
  }
  .about-strength__item-label {
    text-align: center;
  }
  .about-strength__item-title {
    white-space: normal;
    text-align: center;
  }
  .about-strength__item-text {
    font-size: 1.5rem;
    line-height: 180%;
  }
}
.access-message {
  padding: 80px 0;
}
.access-message__heading {
  margin-bottom: 50px;
}
.access-message__block {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 70px;
}
.access-message__img img {
  width: 100%;
  height: 589px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  display: block;
}
.access-message__text {
  line-height: 250%;
  text-align: center;
}
.access-message__parenting {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.access-message__parenting-heading {
  text-align: center;
}
.access-message__parenting-body {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
}
.access-message__parenting-photos {
  display: flex;
  gap: 45px;
  align-items: center;
  justify-content: center;
}
.access-message__parenting-photo {
  width: 330px;
  height: 330px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}
.access-message__parenting-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.access-message__parenting-text {
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .access-message {
    padding: 60px 0;
  }
  .access-message__heading {
    margin-bottom: 30px;
  }
  .access-message__block {
    gap: 25px;
    margin-bottom: 50px;
  }
  .access-message__img img {
    height: 260px;
  }
  .access-message__text {
    font-size: 1.5rem;
    line-height: 200%;
    text-align: left;
  }
  .access-message__parenting-photos {
    flex-direction: column;
    gap: 20px;
    width: 100%;
  }
  .access-message__parenting-photo {
    width: 100%;
    height: 260px;
    border-radius: 10px;
  }
  .access-message__parenting-text {
    text-align: left;
  }
}
.access-info {
  padding: 0 0 80px;
}
.access-info__heading {
  margin-bottom: 50px;
}
.access-info__body {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.access-info__dl {
  display: flex;
  flex-direction: column;
}
.access-info__dl-row {
  display: flex;
  gap: 38px;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid #C3C3C3;
}
.access-info__dl-row:first-child {
  padding-top: 0;
}
.access-info__dt {
  flex-shrink: 0;
  width: 152px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.54px;
}
.access-info__dd {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.48px;
}
.access-info__map {
  border-radius: 10px;
  overflow: hidden;
}
.access-info__map iframe {
  width: 100%;
  height: 406px;
  display: block;
}

@media only screen and (max-width: 767px) {
  .access-info {
    padding: 0 0 60px;
  }
  .access-info__heading {
    margin-bottom: 30px;
  }
  .access-info__body {
    gap: 30px;
  }
  .access-info__dl-row {
    flex-flow: column;
    align-items: baseline;
    gap: 10px;
    padding: 15px 0;
  }
  .access-info__dt {
    width: 100%;
    font-size: 1.6rem;
  }
  .access-info__dd {
    font-size: 1.5rem;
  }
  .access-info__map iframe {
    height: 300px;
  }
}
.blog__inner {
  padding: 80px 0;
}
.blog__title {
  font-size: 2.8rem;
  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: 600;
}
.blog-archive__tags {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 10px;
}
.blog-archive__tag {
  background: #F17526;
  color: #ffffff;
  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 {
    flex: 1;
    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 {
  color: #ffffff;
  font-size: 1.4rem;
  background: #F17526;
  padding: 2px 10px;
}
.blog-single__title {
  color: #000000;
  font-size: 2.4rem;
  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: 600;
}

@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;
  margin-bottom: 50px;
}

.complete__inner {
  padding: 80px 0;
}
.complete__title {
  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 */