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

body {
  color: #302B26;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

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

@media only screen and (min-width: 768px) {
  h1 {
    font-family: "Shippori Mincho", serif;
    font-size: 3.6rem;
    font-weight: 600;
  }
  h2 {
    font-family: "Shippori Mincho", serif;
    font-size: 2.8rem;
    font-weight: 600;
  }
  h3 {
    font-family: "Shippori Mincho", serif;
    font-size: 2.2rem;
    font-weight: 600;
  }
  h4 {
    font-family: "Shippori Mincho", serif;
    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: 400;
  }
  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-family: "Shippori Mincho", serif;
    font-size: 2.8rem;
    font-weight: 600;
  }
  h2 {
    font-family: "Shippori Mincho", serif;
    font-size: 2.4rem;
    font-weight: 600;
  }
  h3 {
    font-family: "Shippori Mincho", serif;
    font-size: 2rem;
    font-weight: 600;
  }
  h4 {
    font-family: "Shippori Mincho", serif;
    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 strong {
  color: #1F3C78;
  font-weight: 700;
}

.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: 8px;
}
.heading--lv3 .sub {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "Poppins", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  color: #1F3C78;
  letter-spacing: 0.04em;
  line-height: 1;
}
.heading--lv3 .sub::before, .heading--lv3 .sub::after {
  content: "";
  width: 6px;
  height: 18px;
}
.heading--lv3 .sub::before {
  background: url(./../img/components/title/ttl-left.svg);
}
.heading--lv3 .sub::after {
  background: url(./../img/components/title/ttl-right.svg);
}
.heading--lv3 .main {
  font-family: "Shippori Mincho", serif;
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.08em;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.heading--lv3 .main .heading__line {
  display: block;
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: auto;
  pointer-events: none;
}
.heading--lv3 .main .heading__pen {
  position: absolute;
  right: -20px;
  bottom: -5px;
  height: 38px;
  width: auto;
}
.heading--center {
  align-items: center;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .heading--lv3 {
    gap: 6px;
  }
  .heading--lv3 .sub {
    font-size: 1.6rem;
  }
  .heading--lv3 .main {
    font-size: 3rem;
    white-space: normal;
  }
}
.button--pattern-1 {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid #1F3C78;
  transition: opacity 0.2s;
  width: -moz-fit-content;
  width: fit-content;
}
.button--pattern-1:hover {
  opacity: 0.7;
}
.button--pattern-1:hover img {
  transition: transform 0.3s ease;
  transform: translateX(2px);
}
.button--pattern-1 .text {
  font-size: 1.6rem;
  font-weight: 500;
  color: #1F3C78;
  letter-spacing: 0.08em;
}
.button--pattern-1 .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 20px;
  background: #1F3C78;
  border-radius: 60px;
  flex-shrink: 0;
}
.button--pattern-1 .icon img {
  width: 16px;
  height: 10px;
}
.button--pattern-2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: -moz-fit-content;
  width: fit-content;
  background: #1F3C78;
  padding: 12px 15px;
  box-sizing: border-box;
  border-radius: 5px;
  transition: opacity 0.2s;
}
.button--pattern-2:hover {
  opacity: 0.7;
}
.button--pattern-2 .text,
.button--pattern-2 .icon {
  color: #ffffff;
}
.button--pattern-2 .text {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 0.9px;
}
.button--pattern-2 .icon {
  width: 16px;
  height: 16px;
  display: flex;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  .button--pattern-1 .text {
    font-size: 1.5rem;
  }
}
.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: #1F3C78;
}
.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 {
  background: #ffffff;
  padding: 48px 0;
  overflow: hidden;
}
.sub-mv__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 11%;
}
.sub-mv__title {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.sub-mv__title .sub {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "Poppins", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  color: #1F3C78;
  letter-spacing: 0.04em;
  line-height: 1;
}
.sub-mv__title .main {
  font-family: "Shippori Mincho", serif;
  font-size: 4.2rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.08em;
  position: relative;
  width: -moz-max-content;
  width: max-content;
}
.sub-mv__title .main .heading__line {
  display: block;
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: auto;
  pointer-events: none;
}
.sub-mv__title .main .heading__pen {
  position: absolute;
  right: -20px;
  bottom: -5px;
  height: 38px;
  width: auto;
}
.sub-mv__img {
  width: 55%;
  height: 186px;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}
.sub-mv__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.75;
}
.sub-mv__img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, #ffffff 0%, rgba(255, 255, 255, 0) 14%);
  pointer-events: none;
}

@media only screen and (max-width: 767px) {
  .sub-mv {
    padding: 10px 0 0;
  }
  .sub-mv__container {
    padding-left: 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .sub-mv__heading {
    padding: 0 20px;
  }
  .sub-mv__heading .main {
    font-size: 3.2rem;
    width: -moz-fit-content;
    width: fit-content;
  }
  .sub-mv__img {
    width: 100%;
    height: 100px;
  }
  .sub-mv__img::after {
    display: none;
  }
}
.header {
  width: 100%;
  z-index: 100;
}
.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 126px;
  padding: 0 50px;
  box-sizing: border-box;
  max-width: 1920px;
  margin: 0 auto;
  gap: 30px;
}
.header__logo {
  width: 250px;
}
.header__logo img {
  width: 100%;
  height: auto;
  display: block;
}
.header__nav {
  display: flex;
  align-items: center;
  gap: 20px;
}
.header__list {
  display: flex;
  align-items: center;
  gap: 20px;
}
.header__item a {
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  white-space: nowrap;
  transition: color 0.2s;
}
.header__item a:hover {
  color: #1F3C78;
}
.header__contact {
  display: flex;
  align-items: center;
  gap: 8px;
}
.header__tel, .header__mail {
  display: flex;
  align-items: center;
  gap: 8px;
  height: 46px;
  padding: 0 16px;
  border-radius: 5px;
  box-sizing: border-box;
  font-weight: 500;
  letter-spacing: 0.06em;
  white-space: nowrap;
  transition: opacity 0.2s;
  width: -moz-max-content;
  width: max-content;
}
.header__tel:hover, .header__mail:hover {
  color: white;
  background: #1F3C78;
  transition: background 0.3s ease;
}
.header__tel:hover .hover-on, .header__mail:hover .hover-on {
  display: block;
}
.header__tel:hover .hover-off, .header__mail:hover .hover-off {
  display: none;
}
.header__tel .hover-on, .header__mail .hover-on {
  display: none;
}
.header__tel img, .header__mail img {
  width: 16px;
  height: auto;
  flex-shrink: 0;
}
.header__tel {
  border: 1px solid #302B26;
  font-family: "Poppins", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
}
.header__mail {
  border: 1px solid #1F3C78;
  color: #1F3C78;
  font-size: 1.5rem;
}
.header__instagram {
  display: block;
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  transition: opacity 0.2s;
}
.header__instagram img {
  width: 100%;
  height: 100%;
}
.header__instagram:hover {
  opacity: 0.7;
}

@media only screen and (max-width: 767px) {
  .header__inner {
    height: 70px;
    padding: 0 20px;
  }
  .header__logo {
    width: 150px;
  }
}
.footer-action {
  position: relative;
  padding: 120px 0;
}
.footer-action__bg {
  position: absolute;
  inset: 0;
}
.footer-action__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.footer-action__inner {
  position: relative;
}
.footer-action__box {
  background: #ffffff;
  border-radius: 20px;
  padding: 64px 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
}
.footer-action__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  width: 100%;
}
.footer-action__lead {
  font-family: "Shippori Mincho", serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.08em;
  text-align: center;
}
.footer-action__cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 20px;
}
.footer-action__tel, .footer-action__mail {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: calc(50% - 10px);
  height: 145px;
  border-radius: 5px;
  padding: 30px;
  box-sizing: border-box;
}
.footer-action__tel:hover, .footer-action__mail:hover {
  color: white;
  background: #1F3C78;
  transition: background 0.3s ease;
}
.footer-action__tel:hover .hover-on, .footer-action__mail:hover .hover-on {
  display: block;
}
.footer-action__tel:hover .hover-off, .footer-action__mail:hover .hover-off {
  display: none;
}
.footer-action__tel:hover .footer-action__mail-link span, .footer-action__mail:hover .footer-action__mail-link span {
  color: #FFFFFF;
}
.footer-action__tel:hover .footer-action__label--navy, .footer-action__mail:hover .footer-action__label--navy {
  color: #FFFFFF;
}
.footer-action__tel:hover .footer-action__label span, .footer-action__mail:hover .footer-action__label span {
  color: #1F3C78;
}
.footer-action__tel .hover-on, .footer-action__mail .hover-on {
  display: none;
}
.footer-action__tel {
  border: 1px solid #302B26;
  background: #ffffff;
}
.footer-action__mail {
  border: 1px solid #1F3C78;
}
.footer-action__label {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.08em;
}
.footer-action__label span {
  background: #F6F6F5;
  padding: 2px 4px 3px;
  font-size: 1.6rem;
}
.footer-action__label--navy {
  color: #1F3C78;
}
.footer-action__label--navy span {
  background: #F4F5F5;
  color: #1F3C78;
}
.footer-action__tel-num {
  display: flex;
  align-items: center;
  gap: 12px;
}
.footer-action__tel-num img {
  width: 24px;
  height: auto;
}
.footer-action__tel-num span {
  font-family: "Poppins", sans-serif;
  font-size: 3.2rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1;
}
.footer-action__mail-link {
  display: flex;
  align-items: center;
  gap: 12px;
  transition: opacity 0.2s;
}
.footer-action__mail-link img {
  width: 24px;
  height: auto;
}
.footer-action__mail-link span {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2.4rem;
  font-weight: 500;
  color: #1F3C78;
  letter-spacing: 0.08em;
  line-height: 1.5;
}

.footer-bar {
  padding: 80px 0 50px;
}
.footer-bar__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.footer-bar__wrapper--bottom {
  flex-direction: row-reverse;
  border-top: 1px solid rgba(31, 60, 120, 0.3);
  padding-top: 15px;
  margin-top: 85px;
}
.footer-bar__contents {
  display: flex;
  flex-direction: column;
}
.footer-bar__logo {
  width: 200px;
  margin-bottom: 30px;
}
.footer-bar__logo img {
  width: 100%;
  height: auto;
}
.footer-bar__address {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 50px;
  letter-spacing: 0.06em;
}
.footer-bar__group {
  display: flex;
  align-items: center;
  gap: 20px;
}
.footer-bar__sns {
  width: 30px;
}
.footer-bar__sns a {
  display: block;
  transition: opacity 0.2s;
}
.footer-bar__sns a:hover {
  opacity: 0.7;
}
.footer-bar__sns img {
  width: 100%;
  height: auto;
}
.footer-bar__list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  width: 515px;
}
.footer-bar__item a {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  transition: color 0.2s;
}
.footer-bar__item a:hover {
  color: #1F3C78;
}
.footer-bar__copyright {
  font-size: 1.3rem;
  font-weight: 500;
  color: #AFACA9;
}
.footer-bar__copyright a:hover {
  opacity: 0.7;
}
.footer-bar__links {
  display: flex;
  gap: 20px;
}
.footer-bar__link a {
  font-size: 1.4rem;
  font-weight: 400;
  transition: color 0.2s;
  color: #AFACA9;
}
.footer-bar__link a:hover {
  color: #1F3C78;
}

@media only screen and (max-width: 767px) {
  .footer-action {
    padding: 50px 0;
  }
  .footer-action__box {
    padding: 40px 20px;
    gap: 30px;
    border-radius: 12px;
  }
  .footer-action__lead {
    font-size: 1.6rem;
  }
  .footer-action__cta {
    flex-direction: column;
  }
  .footer-action__tel, .footer-action__mail {
    width: 100%;
    height: 120px;
    padding: 20px;
  }
  .footer-action__tel-num span {
    font-size: 2.6rem;
  }
  .footer-action__mail-link span {
    font-size: 2rem;
  }
  .footer-bar {
    padding: 50px 0 30px;
  }
  .footer-bar__wrapper {
    justify-content: center;
  }
  .footer-bar__wrapper--top {
    flex-direction: column;
    gap: 30px;
  }
  .footer-bar__wrapper--bottom {
    flex-direction: row;
    justify-content: center;
    padding-top: 10px;
    margin-top: 40px;
  }
  .footer-bar__contents {
    align-items: center;
  }
  .footer-bar__logo {
    width: 180px;
    margin-bottom: 15px;
  }
  .footer-bar__address {
    text-align: center;
    margin-bottom: 30px;
  }
  .footer-bar__group {
    gap: 15px;
  }
  .footer-bar__list {
    display: none;
  }
  .footer-bar__copyright {
    font-size: 1.2rem;
  }
  .footer-bar__links {
    display: none;
  }
  #gt_float_wrapper {
    position: fixed;
    bottom: 5px !important;
    right: 10px !important;
  }
}
.drawer-off__button {
  position: fixed;
  top: 10px;
  right: 10px;
  width: 50px;
  height: 50px;
  background: #1F3C78;
  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-family: "Shippori Mincho", serif;
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.05em;
}

.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;
  height: 70px;
  padding: 0 20px;
  box-sizing: border-box;
}
.drawer-on__logo {
  width: 150px;
}
.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;
  background: linear-gradient(135deg, #063675 0%, #68788d 100%);
  box-sizing: border-box;
  border-radius: 8px;
}
.drawer-on__button--line .icon {
  width: 25px;
}
.drawer-on__button--line .text {
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 500;
}
.drawer-on__button--mail {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 60px;
  border: 1px solid #1F3C78;
  padding: 15px;
  box-sizing: border-box;
  border-radius: 8px;
}
.drawer-on__button--mail .icon, .drawer-on__button--mail .text {
  color: #1F3C78;
}
.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: 5px;
}
.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;
}

.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 {
  position: relative;
  padding: 0 50px;
  background: #ffffff;
}
.top-mv__deco-left, .top-mv__deco-right {
  position: absolute;
  z-index: 100;
}
.top-mv__deco-left {
  left: 0px;
  bottom: -10px;
}
.top-mv__deco-right {
  right: 20px;
  top: -20px;
}
.top-mv__img {
  position: relative;
}
.top-mv__img img {
  width: 100%;
  height: calc(100vh - 160px);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
  min-height: 500px;
}
.top-mv__img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to left, rgba(31, 44, 23, 0.4) 0%, rgba(31, 44, 23, 0) 50%);
}
.top-mv__text {
  position: absolute;
  right: 130px;
  bottom: 80px;
  display: flex;
  flex-flow: row-reverse;
  z-index: 100;
  gap: 40px;
}
.top-mv__copy {
  writing-mode: vertical-rl;
  font-family: "Shippori Mincho", serif;
  font-size: 4.8rem;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: 10px;
  line-height: 1.25;
  text-shadow: 0 0 8px rgba(32, 40, 27, 0.6);
}
.top-mv__copy-first, .top-mv__copy-third, .top-mv__copy-second {
  position: relative;
}
.top-mv__copy-first {
  top: -40px;
}
.top-mv__copy-second {
  top: 15px;
}
.top-mv__copy-third {
  top: 65px;
}
.top-mv__grid {
  display: flex;
  flex-direction: column;
}
.top-mv__grid-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(1.5px);
  background: rgba(255, 255, 255, 0.01);
  margin-top: -1px;
}
.top-mv__grid-item span {
  font-family: "Zen Kurenaido", cursive;
  font-size: 4rem;
  color: #ffffff;
  text-shadow: 0 0 8px rgba(32, 40, 27, 0.6);
  font-weight: 400;
}

@media only screen and (max-width: 767px) {
  .top-mv {
    padding: 0 20px;
  }
  .top-mv__deco-left {
    left: 5px;
    bottom: -10px;
    width: 140px;
  }
  .top-mv__deco-right {
    right: 10px;
    top: 20px;
    width: 60px;
  }
  .top-mv__img img {
    -o-object-position: center;
       object-position: center;
    max-height: 480px;
    height: 480px;
    min-height: unset;
  }
  .top-mv__text {
    right: 25px;
    gap: 10px;
    bottom: 60px;
  }
  .top-mv__copy {
    font-size: 3.3rem;
    letter-spacing: 7px;
  }
  .top-mv__grid-item {
    width: 42px;
    height: 42px;
  }
  .top-mv__grid-item span {
    font-size: 3rem;
  }
}
.top-concept {
  padding: 100px 0 80px;
}
.top-concept__wrap {
  position: relative;
}
.top-concept__img {
  width: 100%;
  height: auto;
  display: block;
}
.top-concept__contents {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 590px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.top-concept__label {
  margin-bottom: 0;
}
.top-concept__catchphrase {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  flex-flow: row-reverse;
}
.top-concept__catch-text {
  writing-mode: vertical-rl;
  font-family: "Shippori Mincho", serif;
  font-size: 3.2rem;
  font-weight: 500;
  letter-spacing: 10px;
  line-height: 1.25;
}
.top-concept__catch-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
.top-concept__catch-grids {
  display: flex;
  flex-direction: column;
}
.top-concept__catch-grid {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  margin-top: -1px;
  font-family: "Zen Kurenaido", cursive;
  font-size: 3.2rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1;
  border: 1px solid #1F3C78;
  color: #1F3C78;
}
.top-concept__body {
  text-align: center;
  width: 100%;
}
.top-concept__body p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.06em;
  text-align: center;
}
.top-concept__body p + p {
  margin-top: 24px;
}

@media only screen and (max-width: 767px) {
  .top-concept {
    padding: 60px 0;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.7);
  }
  .top-concept__img {
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: 450px;
    left: 0;
    right: 0;
  }
  .top-concept__contents {
    position: relative;
    transform: none;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    margin: auto;
    gap: 20px;
    justify-content: center;
  }
  .top-concept__catchphrase {
    width: 100%;
    flex-flow: column;
    gap: 10px;
  }
  .top-concept__catch-center {
    flex-flow: wrap;
  }
  .top-concept__catch-grids {
    flex-flow: row;
  }
  .top-concept__catch-grid {
    width: 43px;
    height: 43px;
    margin-right: -1px;
  }
  .top-concept__catch-text {
    writing-mode: unset;
    font-size: 2.4rem;
  }
  .top-concept__body p {
    font-size: 1.5rem;
    text-align: left;
  }
}
.top-facilities {
  position: relative;
  padding: 80px 0 120px;
}
.top-facilities__line {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
}
.top-facilities__line path {
  fill: none;
  stroke: #ECEAEA;
  stroke-width: 1;
}
.top-facilities__header {
  display: flex;
  flex-flow: column;
  gap: 30px;
  align-items: baseline;
  width: 590px;
}
.top-facilities__lead {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.top-facilities__lead-heading {
  font-family: "Shippori Mincho", serif;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.08em;
}
.top-facilities__lead-text {
  line-height: 2;
  letter-spacing: 0.06em;
}
.top-facilities__list {
  display: flex;
  gap: 180px 100px;
  flex-flow: wrap;
  margin-top: 160px;
}
.top-facilities__item {
  display: flex;
  gap: 15px;
  width: calc(50% - 50px);
}
.top-facilities__item:nth-child(2) {
  margin-top: -330px;
}
.top-facilities__item:nth-child(4) {
  margin-top: -295px;
}
.top-facilities__item--coming .top-facilities__item-contents {
  opacity: 0.6;
}
.top-facilities__item-label {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding-top: 4px;
}
.top-facilities__item-dot {
  display: block;
  width: 6px;
  height: 6px;
  flex-shrink: 0;
}
.top-facilities__item-dot--filled {
  background: #1F3C78;
}
.top-facilities__item-dot--outline {
  border: 1px solid #1F3C78;
}
.top-facilities__item-type {
  writing-mode: vertical-rl;
  font-family: "Poppins", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  color: #1F3C78;
  letter-spacing: 0.04em;
  line-height: 1;
  white-space: nowrap;
}
.top-facilities__item-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.top-facilities__item-img {
  border-radius: 15px;
  overflow: hidden;
  height: 370px;
}
.top-facilities__item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}
.top-facilities__item-img--empty {
  background: #F6F6F5;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-facilities__item-coming {
  font-family: "Poppins", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  color: #B3B0AC;
  letter-spacing: 0.04em;
}
.top-facilities__item-contents {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.top-facilities__item-name {
  font-family: "Shippori Mincho", serif;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.08em;
}
.top-facilities__item-text {
  line-height: 2;
  letter-spacing: 0.06em;
}

@media only screen and (max-width: 767px) {
  .top-facilities {
    padding: 0 0 60px;
  }
  .top-facilities__line {
    display: none;
  }
  .top-facilities__header {
    width: 100%;
    flex-direction: column;
    gap: 40px;
    margin-bottom: 40px;
  }
  .top-facilities__lead {
    gap: 20px;
  }
  .top-facilities__lead-heading {
    font-size: 2rem;
  }
  .top-facilities__list {
    margin-top: 50px;
    gap: 40px;
  }
  .top-facilities__item {
    padding-top: 0;
    width: 100%;
  }
  .top-facilities__item:nth-child(2) {
    margin-top: 0;
  }
  .top-facilities__item:nth-child(4) {
    margin-top: 0;
  }
  .top-facilities__item-body {
    gap: 20px;
  }
  .top-facilities__item-img {
    height: 240px;
  }
  .top-facilities__item-name {
    font-size: 2rem;
  }
}
.top-corporate {
  position: relative;
  padding: 120px 0;
}
.top-corporate__bg {
  position: absolute;
  inset: 0;
}
.top-corporate__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
}
.top-corporate__inner {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  gap: 100px;
}
.top-corporate__list {
  display: flex;
  justify-content: flex-end;
  gap: 50px;
  flex: 1;
}
.top-corporate__item {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 340px;
  flex-shrink: 0;
}
.top-corporate__img {
  position: relative;
  height: 480px;
  border-radius: 15px;
  overflow: hidden;
}
.top-corporate__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}
.top-corporate__grids {
  position: absolute;
  top: 24px;
  right: 24px;
  display: flex;
  flex-direction: column;
}
.top-corporate__grid {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border: 1px solid #ffffff;
  background: rgba(31, 44, 23, 0.15);
  backdrop-filter: blur(1.5px);
  margin-top: -1px;
  box-sizing: border-box;
}
.top-corporate__grid span {
  font-family: "Zen Kurenaido", cursive;
  font-size: 2.8rem;
  font-weight: 400;
  color: #ffffff;
  text-shadow: 0 0 6px rgba(32, 40, 27, 0.6);
  line-height: 1;
  letter-spacing: 0.03em;
}
.top-corporate__contents {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.top-corporate__text {
  line-height: 2;
  letter-spacing: 0.06em;
}

@media only screen and (max-width: 767px) {
  .top-corporate {
    padding: 60px 0;
  }
  .top-corporate__bg img {
    -o-object-position: center;
       object-position: center;
  }
  .top-corporate__inner {
    flex-direction: column;
    gap: 40px;
  }
  .top-corporate__list {
    flex-direction: column;
    gap: 40px;
  }
  .top-corporate__item {
    width: 100%;
  }
  .top-corporate__img {
    height: 300px;
  }
  .top-corporate__grids {
    flex-flow: wrap;
  }
  .top-corporate__grid {
    margin-left: -1px;
    width: 36px;
    height: 36px;
  }
  .top-corporate__grid span {
    font-size: 2.2rem;
  }
}
.top-column {
  padding: 120px 0;
}
.top-column__inner {
  position: relative;
}
.top-column__title {
  margin-bottom: 65px;
}
.top-column__list {
  display: flex;
  gap: 40px;
}
.top-column__item {
  display: flex;
  width: 33.3333333333%;
}
.top-column__item .link {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 100%;
  transition: opacity 0.2s;
}
.top-column__item .link:hover {
  opacity: 0.6;
}
.top-column__item .img {
  width: 100%;
  aspect-ratio: 400/285;
  background: url(../img/pages/top/column/no-img.jpg) no-repeat center/cover;
  border-radius: 15px;
}
.top-column__item .time {
  color: #1F3C78;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.06em;
}
.top-column__item .title {
  font-family: "Shippori Mincho", serif;
  flex-grow: 1;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
  border-bottom: 1px solid #1F3C78;
  padding-bottom: 15px;
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-all;
}
.top-column__item .caption {
  font-size: 1.4rem;
  line-height: 1.5;
}
.top-column__button {
  position: absolute;
  top: 30px;
  right: 0;
}

@media only screen and (max-width: 767px) {
  .top-column {
    padding: 60px 0;
  }
  .top-column__title {
    margin-bottom: 40px;
  }
  .top-column__list {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-bottom: 50px;
  }
  .top-column__item {
    display: flex;
    width: 100%;
    margin: 0 auto;
  }
  .top-column__item .link {
    width: 100%;
  }
  .top-column__item .time {
    font-size: 1.5rem;
  }
  .top-column__item .title {
    font-size: 1.6rem;
    line-height: 1.5;
    padding-bottom: 10px;
  }
  .top-column__button {
    position: static;
    margin: 0 auto;
    display: flex;
  }
}
.top-news {
  padding: 80px 0 160px;
}
.top-news__inner {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.top-news__list {
  display: flex;
  flex-direction: column;
  width: 760px;
}
.top-news__item .link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #ECEBEA;
  padding: 25px 0;
  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: 10px;
  width: 100%;
}
.top-news__item .time {
  color: #1F3C78;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.06em;
}
.top-news__item .title {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.06em;
}
.top-news__item .icon {
  background-color: #1F3C78;
  display: flex;
  padding: 5px 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6px;
  border-radius: 60px;
}
.top-news__button {
  position: absolute;
  bottom: 0;
  left: 0;
}

@media only screen and (max-width: 767px) {
  .top-news {
    padding: 30px 0 60px;
  }
  .top-news__inner {
    flex-direction: column;
    gap: 40px;
  }
  .top-news__list {
    width: 100%;
    margin-bottom: 0;
  }
  .top-news__item .link {
    gap: 10px;
    padding: 20px 0;
  }
  .top-news__item .time {
    font-size: 1.5rem;
  }
  .top-news__item .title {
    font-size: 1.5rem;
    line-height: 1.5;
  }
  .top-news__button {
    position: static;
    margin: 0 auto;
  }
}
.about-content {
  padding: 80px 0 120px;
}
.about-content__inner {
  display: flex;
  flex-direction: column;
  gap: 100px;
}

.about-label {
  display: flex;
  align-items: center;
  gap: 6px;
}
.about-label__line {
  display: block;
  width: 40px;
  height: 1px;
  background: #1F3C78;
  flex-shrink: 0;
}
.about-label__text {
  font-family: "Shippori Mincho", serif;
  font-size: 1.4rem;
  font-weight: 500;
  color: #1F3C78;
  letter-spacing: 0.08em;
  white-space: nowrap;
}

.about-grid {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.about-grid__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border: 1px solid #302B26;
  box-sizing: border-box;
}
.about-grid__item:not(:last-child) {
  margin-right: -1px;
}
.about-grid__item span {
  font-family: "Zen Kurenaido", cursive;
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.08em;
  text-align: center;
}

.about-thought {
  display: flex;
  align-items: flex-start;
  gap: 100px;
}
.about-thought__contents {
  display: flex;
  flex-direction: column;
  gap: 44px;
  max-width: 600px;
}
.about-thought__title {
  display: flex;
  flex-direction: column;
  gap: 19px;
  width: 460px;
}
.about-thought__heading {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.about-thought__heading-row {
  display: flex;
  align-items: center;
  gap: 10px;
}
.about-thought__heading-text {
  font-family: "Shippori Mincho", serif;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.08em;
  white-space: nowrap;
}
.about-thought__body {
  display: flex;
  flex-direction: column;
  gap: 28px;
  width: 600px;
}
.about-thought__body p {
  line-height: 2;
  letter-spacing: 0.06em;
}
.about-thought__img {
  width: 380px;
  padding-top: 64px;
}
.about-thought__img-wrap {
  position: relative;
  width: 380px;
  height: 540px;
}
.about-thought__img-wrap img:first-child {
  border-radius: 15px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-thought__img-wrap img:last-child {
  position: absolute;
  bottom: 0;
  left: -40px;
  width: 127px;
  height: 98px;
}

.about-message {
  display: flex;
  align-items: flex-start;
  gap: 100px;
}
.about-message__contents {
  display: flex;
  flex-direction: column;
  gap: 44px;
  max-width: 600px;
}
.about-message__title {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 460px;
}
.about-message__heading {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.about-message__heading-row {
  display: flex;
  align-items: center;
  gap: 10px;
}
.about-message__heading-text {
  font-family: "Shippori Mincho", serif;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.08em;
  white-space: nowrap;
}
.about-message__body {
  display: flex;
  flex-direction: column;
  gap: 28px;
  width: 600px;
}
.about-message__body p {
  line-height: 2;
  letter-spacing: 0.06em;
}
.about-message__img {
  width: 380px;
}
.about-message__img-wrap {
  position: relative;
  width: 380px;
  height: 540px;
}
.about-message__img-wrap img:first-child {
  border-radius: 15px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-message__img-wrap img:last-child {
  position: absolute;
  bottom: 0;
  width: 129px;
  height: 109px;
  right: -50px;
}
.about-message__sign {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
}
.about-message__sign-role {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  white-space: nowrap;
}
.about-message__sign-name {
  font-family: "Shippori Mincho", serif;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.08em;
}

@media only screen and (max-width: 767px) {
  .about-content {
    padding: 60px 0 80px;
  }
  .about-content__inner {
    gap: 60px;
  }
  .about-grid__item {
    width: 40px;
    height: 40px;
  }
  .about-grid__item span {
    font-size: 2.6rem;
  }
  .about-thought {
    flex-direction: column;
    gap: 40px;
  }
  .about-thought__contents {
    max-width: 100%;
    gap: 30px;
  }
  .about-thought__title {
    width: 100%;
    gap: 15px;
  }
  .about-thought__header {
    width: 100%;
  }
  .about-thought__heading {
    gap: 6px;
  }
  .about-thought__heading-row {
    gap: 6px;
    flex-flow: wrap;
  }
  .about-thought__heading-text {
    font-size: 2rem;
    white-space: normal;
  }
  .about-thought__body {
    width: 100%;
    gap: 20px;
  }
  .about-thought__img {
    width: 100%;
    padding-top: 0;
  }
  .about-thought__img-wrap {
    width: 100%;
    max-height: 300px;
    height: 65vw;
  }
  .about-thought__img-wrap img:first-child {
    border-radius: 10px;
    -o-object-position: bottom;
       object-position: bottom;
  }
  .about-thought__img-wrap img:last-child {
    left: unset;
    width: 107px;
    height: 78px;
    right: 10px;
    bottom: -15px;
  }
  .about-message {
    flex-direction: column-reverse;
    gap: 40px;
  }
  .about-message__contents {
    max-width: 100%;
    gap: 30px;
  }
  .about-message__title {
    width: 100%;
    gap: 15px;
  }
  .about-message__header {
    width: 100%;
  }
  .about-message__heading-text {
    font-size: 2rem;
    white-space: normal;
  }
  .about-message__body {
    width: 100%;
    gap: 20px;
  }
  .about-message__img {
    width: 100%;
    padding-top: 0;
  }
  .about-message__img-wrap {
    width: 100%;
    max-height: 300px;
    height: 65vw;
  }
  .about-message__img-wrap img:first-child {
    border-radius: 10px;
    -o-object-position: center;
       object-position: center;
  }
  .about-message__img-wrap img:last-child {
    left: unset;
    width: 107px;
    height: 78px;
    right: 10px;
    bottom: -15px;
  }
}
.about-profile {
  position: relative;
  padding: 120px 0;
}
.about-profile__bg {
  position: absolute;
  inset: 0;
}
.about-profile__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-profile__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 64px;
}
.about-profile__table {
  width: 880px;
  display: flex;
  flex-direction: column;
}
.about-profile__row {
  display: flex;
  gap: 120px;
  border-bottom: 1px solid rgba(31, 60, 120, 0.3);
}
.about-profile__term {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 28px 0;
  width: 169px;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  color: #1F3C78;
  letter-spacing: 0.08em;
}
.about-profile__term::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  flex-shrink: 0;
  box-sizing: border-box;
}
.about-profile__row:nth-child(odd) .about-profile__term::before {
  background: #1F3C78;
}
.about-profile__row:nth-child(even) .about-profile__term::before {
  border: 1px solid #1F3C78;
}
.about-profile__data {
  padding: 24px 0;
  line-height: 2;
  letter-spacing: 0.06em;
}
.about-profile__data ol {
  list-style: decimal;
  padding-left: 24px;
}
.about-profile__data ol li {
  line-height: 2;
}

@media only screen and (max-width: 767px) {
  .about-profile {
    padding: 60px 0;
  }
  .about-profile__inner {
    gap: 30px;
  }
  .about-profile__table {
    width: 100%;
  }
  .about-profile__row {
    flex-direction: column;
    gap: 0;
    padding: 15px 0;
    border-bottom: 1px solid rgba(31, 60, 120, 0.3);
  }
  .about-profile__term {
    padding: 0 0 5px;
    width: 100%;
  }
  .about-profile__data {
    padding: 0;
  }
  .about-profile__data ol {
    padding-left: 20px;
  }
}
.si-intro {
  padding: 80px 0 120px;
}
.si-intro__inner {
  display: flex;
  justify-content: center;
  gap: 80px;
  align-items: flex-end;
}
.si-intro__lead {
  display: flex;
  flex-flow: row-reverse;
  gap: 25px;
  width: 530px;
  justify-content: center;
}
.si-intro__col {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  margin-top: 75px;
}
.si-intro__lead-text {
  writing-mode: vertical-rl;
  font-family: "Shippori Mincho", serif;
  font-size: 3.2rem;
  font-weight: 500;
  letter-spacing: 7px;
  line-height: 1.6;
  display: flex;
  gap: 10px;
}
.si-intro__lead-text span {
  font-family: "Zen Kurenaido", cursive;
  color: #1F3C78;
  display: flex;
  flex-flow: column;
  align-items: center;
}
.si-intro__lead-text span img {
  height: auto;
}
.si-intro__body {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 25px;
  max-width: 375px;
  height: -moz-fit-content;
  height: fit-content;
}
.si-intro__body::before, .si-intro__body::after {
  content: "";
  position: absolute;
  width: 125px;
  height: 125px;
  background-color: #F5F5F6;
  z-index: -1;
}
.si-intro__body::before {
  left: -75px;
  top: -85px;
}
.si-intro__body::after {
  right: -55px;
  bottom: -55px;
}
.si-intro__body p {
  line-height: 2;
  letter-spacing: 0.06em;
}

.si-grid {
  display: flex;
  flex-direction: column;
}
.si-grid__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border: 1px solid #1F3C78;
  box-sizing: border-box;
}
.si-grid__item:not(:last-child) {
  margin-bottom: -1px;
}
.si-grid__item span {
  font-family: "Zen Kurenaido", cursive;
  font-size: 3.2rem;
  font-weight: 400;
  color: #1F3C78;
  line-height: 1;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .si-intro {
    padding: 60px 0;
    overflow: hidden;
  }
  .si-intro__inner {
    flex-direction: column;
    gap: 40px;
  }
  .si-intro__lead {
    width: 100%;
    justify-content: center;
    gap: 17px;
    flex-flow: column;
  }
  .si-intro__lead-text {
    writing-mode: unset;
    font-size: 2.7rem;
    flex-flow: wrap;
    letter-spacing: 3px;
  }
  .si-intro__lead-text span {
    position: relative;
  }
  .si-intro__lead-text span img {
    position: absolute;
    bottom: -76px;
    left: 60px;
    transform: rotate(90deg);
    width: 2.2px;
    height: 150px;
  }
  .si-intro__col {
    flex-flow: wrap;
    margin-top: 0;
    gap: 6px;
  }
  .si-intro__body {
    gap: 20px;
    padding-top: 0;
    max-width: unset;
  }
  .si-intro__body::before {
    left: -35px;
    top: -25px;
  }
  .si-intro__body::after {
    right: -35px;
    bottom: -15px;
  }
  .si-grid {
    flex-flow: row;
  }
  .si-grid__item {
    width: 37px;
    height: 37px;
    margin-left: -1px;
  }
  .si-grid__item span {
    font-size: 2.7rem;
  }
}
.si-initiatives {
  padding: 80px 0 120px;
}
.si-initiatives__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 64px;
}
.si-initiatives__grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 80px;
  width: 100%;
}
.si-initiatives__grid:after {
  content: "";
  background: url(./../img/pages/social-impact/si-card-deco.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 200px;
  height: 200px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  z-index: -1;
}

.si-card {
  background: url(./../img/pages/social-impact/si-card-bg.png);
  border-radius: 15px;
  overflow: hidden;
}
.si-card__img {
  width: 100%;
  height: 320px;
  overflow: hidden;
}
.si-card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.si-card__body {
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.si-card__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  font-weight: 400;
  align-self: flex-start;
  line-height: 200%;
  letter-spacing: 0.96px;
  padding: 0 8px;
}
.si-card__badge--fill {
  background: #1F3C78;
  color: #ffffff;
}
.si-card__badge--outline {
  border: 1px solid #1F3C78;
  color: #1F3C78;
}
.si-card__title {
  font-family: "Shippori Mincho", serif;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.08em;
}
.si-card__text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.06em;
}

@media only screen and (max-width: 767px) {
  .si-initiatives {
    padding: 30px 0 60px;
  }
  .si-initiatives__inner {
    gap: 40px;
  }
  .si-initiatives__grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .si-initiatives__grid::after {
    content: unset;
  }
  .si-card__img {
    height: 220px;
  }
  .si-card__body {
    padding: 25px;
    gap: 15px;
  }
  .si-card__badge {
    font-size: 1.5rem;
  }
  .si-card__title {
    font-size: 2rem;
  }
  .si-card__text {
    font-size: 1.5rem;
  }
}
.si-corporate {
  position: relative;
  padding: 120px 0;
}
.si-corporate__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.si-corporate__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.si-corporate__inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  gap: 80px;
}
.si-corporate__contents {
  flex: 1;
  max-width: 550px;
  display: flex;
  flex-direction: column;
  gap: 35px;
}
.si-corporate__header {
  display: flex;
  flex-direction: column;
  gap: 65px;
}
.si-corporate__heading {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.si-corporate__sub {
  font-family: "Poppins", sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  color: #1F3C78;
  letter-spacing: 0.1em;
}
.si-corporate__copy {
  font-family: "Shippori Mincho", serif;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.08em;
}
.si-corporate__body {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.si-corporate__body p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.06em;
  font-feature-settings: "palt" 1;
}
.si-corporate__img {
  flex-shrink: 0;
  width: 430px;
}
.si-corporate__img-wrap {
  width: 430px;
  height: 540px;
  border-radius: 15px;
  overflow: hidden;
}
.si-corporate__img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (max-width: 767px) {
  .si-corporate {
    padding: 60px 0;
  }
  .si-corporate__inner {
    flex-direction: column;
    gap: 40px;
  }
  .si-corporate__contents {
    max-width: 100%;
    gap: 30px;
  }
  .si-corporate__header {
    gap: 40px;
  }
  .si-corporate__copy {
    font-size: 2rem;
  }
  .si-corporate__body {
    gap: 20px;
  }
  .si-corporate__body p {
    font-size: 1.5rem;
  }
  .si-corporate__img {
    width: 100%;
  }
  .si-corporate__img-wrap {
    width: 100%;
    height: 260px;
  }
}
.guest-concept {
  padding: 80px 0;
}
.guest-concept__inner {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 120px;
}
.guest-concept__columns {
  display: flex;
  flex-direction: row-reverse;
  gap: 40px;
}
.guest-concept__col {
  writing-mode: vertical-rl;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.5;
  letter-spacing: 6px;
}
.guest-concept__lead {
  display: flex;
  flex-flow: row-reverse;
  gap: 20px;
}
.guest-concept__grid-wrap {
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: 16px;
}
.guest-concept__lead-text {
  writing-mode: vertical-rl;
  font-family: "Shippori Mincho", serif;
  font-size: 3.2rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 1.8;
}

.guest-grid {
  display: flex;
  flex-flow: column;
}
.guest-grid__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border: 1px solid #302B26;
}
.guest-grid__item:not(:last-child) {
  margin-bottom: -1px;
}
.guest-grid__item span {
  font-family: "Zen Kurenaido", cursive;
  font-size: 3.2rem;
  font-weight: 400;
  color: #302B26;
  line-height: 1;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .guest-concept {
    padding: 60px 0;
  }
  .guest-concept__inner {
    flex-direction: column-reverse;
    gap: 40px;
  }
  .guest-concept__lead {
    flex-flow: column;
  }
  .guest-concept__columns {
    flex-direction: column;
    gap: 10px;
    width: 100%;
  }
  .guest-concept__col {
    writing-mode: unset;
    font-size: 1.5rem;
    letter-spacing: 2px;
    line-height: 2;
  }
  .guest-concept__col br {
    display: none;
  }
  .guest-concept__lead {
    gap: 12px;
  }
  .guest-concept__grid-wrap {
    gap: 10px;
    flex-flow: row;
  }
  .guest-concept__lead-text {
    font-size: 2.5rem;
    writing-mode: unset;
  }
  .guest-grid {
    flex-flow: row;
  }
  .guest-grid__item {
    width: 44px;
    height: 44px;
  }
  .guest-grid__item:not(:last-child) {
    margin-bottom: 0;
    margin-right: -1px;
  }
  .guest-grid__item span {
    font-size: 2.6rem;
  }
}
.guest-features {
  padding: 80px 0 120px;
}
.guest-features__inner {
  display: flex;
  flex-direction: column;
  gap: 80px;
}

.guest-feature {
  display: flex;
  align-items: center;
  gap: 56px;
}
.guest-feature--reverse {
  flex-direction: row-reverse;
}
.guest-feature__img {
  border-radius: 15px;
  overflow: hidden;
}
.guest-feature__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.guest-feature__img--lg {
  width: 560px;
  height: 340px;
}
.guest-feature__img--md {
  width: 440px;
  height: 340px;
}
.guest-feature__img--tall {
  width: 374px;
  height: 424px;
}
.guest-feature__body {
  flex: 1;
  max-width: 464px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.guest-feature__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 30px;
  border-radius: 5px;
  font-size: 2rem;
  font-family: "Shippori Mincho", serif;
  padding: 3px 6px 5px 7px;
}
.guest-feature__badge--fill {
  background: #1F3C78;
  color: #ffffff;
}
.guest-feature__badge--outline {
  border: 1px solid #1F3C78;
  color: #1F3C78;
}
.guest-feature__title {
  position: relative;
  font-family: "Shippori Mincho", serif;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.08em;
  padding-bottom: 10px;
  width: -moz-fit-content;
  width: fit-content;
}
.guest-feature__title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(./../img/pages/guest-house/feature-line.svg);
  width: 100%;
  height: 3px;
}
.guest-feature__text {
  line-height: 2;
  letter-spacing: 0.06em;
}

@media only screen and (max-width: 767px) {
  .guest-features {
    padding: 30px 0 60px;
  }
  .guest-features__inner {
    gap: 40px;
  }
  .guest-feature {
    flex-direction: column;
    gap: 20px;
  }
  .guest-feature--reverse {
    flex-direction: column;
  }
  .guest-feature__img {
    width: 100%;
    height: 70vw;
    max-height: 500px;
  }
  .guest-feature__body {
    max-width: 100%;
    gap: 15px;
  }
  .guest-feature__title {
    font-size: 2rem;
  }
}
.guest-cuisine {
  position: relative;
  padding: 120px 0;
}
.guest-cuisine__bg {
  position: absolute;
  inset: 0;
}
.guest-cuisine__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.guest-cuisine__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 64px;
}
.guest-cuisine__content {
  display: flex;
  align-items: flex-start;
  gap: 64px;
}
.guest-cuisine__img {
  width: 460px;
  height: 460px;
  border-radius: 15px;
  overflow: hidden;
}
.guest-cuisine__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.guest-cuisine__body {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 570px;
}
.guest-cuisine__heading {
  font-family: "Shippori Mincho", serif;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.08em;
}
.guest-cuisine__text {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.guest-cuisine__text p {
  line-height: 2;
  letter-spacing: 0.06em;
}
.guest-cuisine__ingredients {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.guest-cuisine__ingredients-label {
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  color: #1F3C78;
  letter-spacing: 0.06em;
}
.guest-cuisine__ingredients-label::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background: #1F3C78;
  flex-shrink: 0;
}
.guest-cuisine__ingredients-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.guest-cuisine__ingredients-list li {
  line-height: 2;
  letter-spacing: 0.06em;
}
.guest-cuisine__ingredients-list li::before {
  content: "・";
}

@media only screen and (max-width: 767px) {
  .guest-cuisine {
    padding: 60px 0;
  }
  .guest-cuisine__inner {
    gap: 40px;
  }
  .guest-cuisine__content {
    flex-direction: column;
    gap: 32px;
  }
  .guest-cuisine__img {
    width: 100%;
    max-height: 560px;
    height: 75vw;
  }
  .guest-cuisine__body {
    width: 100%;
    gap: 28px;
    padding-top: 0;
  }
  .guest-cuisine__heading {
    font-size: 2rem;
  }
  .guest-cuisine__ingredients-list {
    grid-template-columns: 1fr;
  }
}
.guest-rooms {
  padding: 120px 0 80px;
}
.guest-rooms__head {
  display: flex;
  flex-flow: column;
  gap: 32px;
  margin-bottom: 64px;
}
.guest-rooms__lead {
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  color: #302B26;
  line-height: 2;
  letter-spacing: 0.06em;
  font-feature-settings: "palt" 1;
}
.guest-rooms__list {
  display: flex;
  gap: 80px;
  width: 100%;
}

.guest-room-card {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.guest-room-card__img {
  width: 100%;
  height: 300px;
  border-radius: 15px;
  overflow: hidden;
}
.guest-room-card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.guest-room-card__title {
  font-family: "Shippori Mincho", serif;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.4;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(31, 60, 120, 0.3);
}
.guest-room-card__text {
  line-height: 2;
  letter-spacing: 0.06em;
}

@media only screen and (max-width: 767px) {
  .guest-rooms {
    padding: 60px 0 30px;
  }
  .guest-rooms__head {
    gap: 40px;
    margin-bottom: 50px;
  }
  .guest-rooms__list {
    flex-direction: column;
    gap: 40px;
  }
  .guest-room-card {
    gap: 15px;
  }
  .guest-room-card__img {
    max-height: 300px;
    height: 40vw;
  }
  .guest-room-card__title {
    font-size: 2rem;
  }
}
.guest-plan {
  padding: 80px 0;
}
.guest-plan__inner {
  display: flex;
  justify-content: space-between;
}
.guest-plan__contents {
  width: 500px;
}
.guest-plan__heading {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: "Shippori Mincho", serif;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.4;
  margin-bottom: 44px;
}
.guest-plan__heading::before, .guest-plan__heading::after {
  content: "";
  display: block;
  width: 13px;
  height: 28px;
  background-size: contain;
}
.guest-plan__heading::before {
  background: url(./../img/pages/guest-house/title-left.svg);
  border-right: none;
  border-bottom: none;
}
.guest-plan__heading::after {
  background: url(./../img/pages/guest-house/title-right.svg);
  border-left: none;
  border-top: none;
}
.guest-plan__info {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.guest-plan__info-row {
  display: flex;
  flex-flow: wrap;
  gap: 8px;
  border-bottom: 1px solid rgba(31, 60, 120, 0.3);
  padding-bottom: 8px;
}
.guest-plan__info-dot {
  display: block;
  width: 6px;
  height: 6px;
  background: #1F3C78;
  flex-shrink: 0;
  margin-top: 9px;
}
.guest-plan__info-label {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  color: #1F3C78;
  letter-spacing: 0.06em;
  white-space: nowrap;
  flex-shrink: 0;
}
.guest-plan__info-text {
  width: 100%;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.06em;
}
.guest-plan__note {
  background: #F6F6F5;
  border-radius: 10px;
  padding: 4px 12px;
  line-height: 1.8;
  letter-spacing: 0.06em;
  color: #1F3C78;
  margin-top: 24px;
  margin-bottom: 32px;
  text-align: center;
}
.guest-plan__img {
  width: 600px;
  height: 100%;
}
.guest-plan__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media only screen and (max-width: 767px) {
  .guest-plan {
    padding: 60px 0;
  }
  .guest-plan__inner {
    flex-direction: column;
    gap: 50px;
  }
  .guest-plan__contents {
    width: 100%;
  }
  .guest-plan__heading {
    font-size: 2rem;
    margin-bottom: 40px;
  }
  .guest-plan__img {
    width: 100%;
  }
  .guest-plan__img-wrap {
    width: 100%;
    height: 240px;
    min-height: unset;
  }
  .guest-plan__note {
    padding: 10px 12px;
    margin: 25px 0;
  }
  .guest-plan .button--pattern-2 {
    margin: 0 auto;
  }
}
.guest-reviews {
  padding: 80px 0 120px;
}
.guest-reviews__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 64px;
}
.guest-reviews__list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 2%;
  width: 100%;
}

.guest-review {
  width: 32%;
  background: #F6F6F5;
  border-radius: 15px;
  padding: 24px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.guest-review__header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.guest-review__img {
  width: 96px;
  aspect-ratio: 96/80;
}
.guest-review__type {
  font-family: "Shippori Mincho", serif;
  font-size: 1.4rem;
  letter-spacing: 0.06em;
  display: flex;
  flex-flow: column;
  gap: 4px;
}
.guest-review__type span {
  background-color: #FFFFFF;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1px 10px;
}
.guest-review__name {
  font-family: "Shippori Mincho", serif;
  font-size: 1.6rem;
  font-weight: 500;
  color: #302B26;
  letter-spacing: 0.08em;
}
.guest-review__text {
  line-height: 2.3;
  letter-spacing: 0.05em;
  background-image: repeating-linear-gradient(to bottom, transparent 0, transparent calc(3.68rem - 1px), rgba(175, 172, 169, 0.4) calc(3.68rem - 1px), rgba(175, 172, 169, 0.4) 3.68rem);
}
.guest-review__text span {
  color: #1F3C78;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .guest-reviews {
    padding: 30px 0 60px;
  }
  .guest-reviews__inner {
    gap: 40px;
  }
  .guest-reviews__list {
    flex-direction: column;
    gap: 20px;
  }
  .guest-review {
    width: 100%;
    padding: 20px;
  }
  .guest-review__text {
    text-decoration-line: underline;
    text-decoration-color: rgba(175, 172, 169, 0.4);
    text-decoration-thickness: 1px;
    text-underline-offset: 8px;
    background-image: unset;
  }
}
.traditional-concept {
  padding: 80px 0;
}
.traditional-concept__inner {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 120px;
}
.traditional-concept__columns {
  display: flex;
  flex-direction: row-reverse;
  gap: 40px;
}
.traditional-concept__col {
  writing-mode: vertical-rl;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.5;
  letter-spacing: 6px;
}
.traditional-concept__lead {
  display: flex;
  flex-flow: row-reverse;
  gap: 20px;
}
.traditional-concept__grid-wrap {
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: 16px;
}
.traditional-concept__lead-text {
  writing-mode: vertical-rl;
  font-family: "Shippori Mincho", serif;
  font-size: 3.2rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 1.8;
}
.traditional-concept__lead-text .en {
  writing-mode: vertical-rl;
  text-orientation: upright;
}

.traditional-grid {
  display: flex;
  flex-flow: column;
}
.traditional-grid__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border: 1px solid #302B26;
}
.traditional-grid__item:not(:last-child) {
  margin-bottom: -1px;
}
.traditional-grid__item span {
  font-family: "Zen Kurenaido", cursive;
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .traditional-concept {
    padding: 60px 0 30px;
  }
  .traditional-concept__inner {
    flex-direction: column-reverse;
    gap: 40px;
  }
  .traditional-concept__lead {
    flex-flow: column;
  }
  .traditional-concept__columns {
    flex-direction: column;
    gap: 10px;
    width: 100%;
  }
  .traditional-concept__col {
    writing-mode: unset;
    font-size: 1.5rem;
    letter-spacing: 2px;
    line-height: 2;
  }
  .traditional-concept__col br {
    display: none;
  }
  .traditional-concept__lead {
    gap: 6px;
    width: 100%;
  }
  .traditional-concept__grid-wrap {
    gap: 10px;
    flex-flow: row;
  }
  .traditional-concept__lead-text {
    font-size: 2.5rem;
    writing-mode: unset;
  }
  .traditional-concept__lead-text .en {
    writing-mode: unset;
  }
  .traditional-grid {
    flex-flow: row;
  }
  .traditional-grid__item {
    width: 40px;
    height: 40px;
  }
  .traditional-grid__item:not(:last-child) {
    margin-bottom: 0;
    margin-right: -1px;
  }
  .traditional-grid__item span {
    font-size: 2.6rem;
  }
}
.traditional-features {
  padding: 80px 0 120px;
}
.traditional-features__inner {
  display: flex;
  flex-direction: column;
  gap: 80px;
}

.traditional-feature {
  display: flex;
  align-items: center;
  gap: 56px;
}
.traditional-feature--reverse {
  flex-direction: row-reverse;
}
.traditional-feature__img {
  border-radius: 15px;
  overflow: hidden;
}
.traditional-feature__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.traditional-feature__img--lg {
  width: 560px;
  height: 340px;
}
.traditional-feature__img--md {
  width: 440px;
  height: 340px;
}
.traditional-feature__img--tall {
  width: 374px;
  height: 424px;
}
.traditional-feature__body {
  flex: 1;
  max-width: 464px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.traditional-feature__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 30px;
  border-radius: 5px;
  font-size: 2rem;
  font-family: "Shippori Mincho", serif;
  padding: 3px 6px 5px 7px;
}
.traditional-feature__badge--fill {
  background: #1F3C78;
  color: #ffffff;
}
.traditional-feature__badge--outline {
  border: 1px solid #1F3C78;
  color: #1F3C78;
}
.traditional-feature__title {
  position: relative;
  font-family: "Shippori Mincho", serif;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.08em;
  padding-bottom: 10px;
  width: -moz-fit-content;
  width: fit-content;
}
.traditional-feature__title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(./../img/pages/guest-house/feature-line.svg);
  width: 100%;
  height: 3px;
}
.traditional-feature__text {
  line-height: 2;
  letter-spacing: 0.06em;
}

@media only screen and (max-width: 767px) {
  .traditional-features {
    padding: 60px 0;
  }
  .traditional-features__inner {
    gap: 40px;
  }
  .traditional-feature {
    flex-direction: column;
    gap: 20px;
  }
  .traditional-feature--reverse {
    flex-direction: column;
  }
  .traditional-feature__img {
    width: 100%;
    height: 80vw;
    max-height: 500px;
  }
  .traditional-feature__body {
    max-width: 100%;
    gap: 15px;
  }
  .traditional-feature__title {
    font-size: 2rem;
  }
}
.traditional-bbq {
  position: relative;
  padding: 120px 0;
}
.traditional-bbq__bg {
  position: absolute;
  inset: 0;
}
.traditional-bbq__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.traditional-bbq__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 64px;
}
.traditional-bbq__content {
  display: flex;
  align-items: flex-start;
  gap: 64px;
}
.traditional-bbq__img {
  width: 460px;
  height: 460px;
  border-radius: 15px;
  overflow: hidden;
}
.traditional-bbq__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.traditional-bbq__body {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 570px;
}
.traditional-bbq__heading {
  font-family: "Shippori Mincho", serif;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.08em;
}
.traditional-bbq__text {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.traditional-bbq__text p {
  line-height: 2;
  letter-spacing: 0.06em;
}
.traditional-bbq__ingredients {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.traditional-bbq__ingredients-label {
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  color: #1F3C78;
  letter-spacing: 0.06em;
}
.traditional-bbq__ingredients-label::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background: #1F3C78;
  flex-shrink: 0;
}
.traditional-bbq__ingredients-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.traditional-bbq__ingredients-list li {
  line-height: 2;
  letter-spacing: 0.06em;
}
.traditional-bbq__ingredients-list li::before {
  content: "・";
}
.traditional-bbq__ingredients-noto {
  margin-top: 10px;
  background: #FFFFFF;
  color: #1F3C78;
  padding: 4px 12px;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 10px;
}

@media only screen and (max-width: 767px) {
  .traditional-bbq {
    padding: 60px 0;
  }
  .traditional-bbq__inner {
    gap: 40px;
  }
  .traditional-bbq__content {
    flex-direction: column;
    gap: 32px;
  }
  .traditional-bbq__img {
    width: 100%;
    max-height: 560px;
    height: 75vw;
  }
  .traditional-bbq__body {
    width: 100%;
    gap: 28px;
    padding-top: 0;
  }
  .traditional-bbq__heading {
    font-size: 2rem;
  }
  .traditional-bbq__ingredients-list {
    grid-template-columns: 1fr;
  }
}
.traditional-plan {
  padding: 80px 0;
}
.traditional-plan__inner {
  display: flex;
  justify-content: space-between;
  margin-top: 64px;
}
.traditional-plan__contents {
  width: 500px;
}
.traditional-plan__heading {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: "Shippori Mincho", serif;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.4;
  margin-bottom: 44px;
}
.traditional-plan__heading::before, .traditional-plan__heading::after {
  content: "";
  display: block;
  width: 13px;
  height: 28px;
  background-size: contain;
}
.traditional-plan__heading::before {
  background: url(./../img/pages/guest-house/title-left.svg);
  border-right: none;
  border-bottom: none;
}
.traditional-plan__heading::after {
  background: url(./../img/pages/guest-house/title-right.svg);
  border-left: none;
  border-top: none;
}
.traditional-plan__info {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 40px;
}
.traditional-plan__info-row {
  display: flex;
  flex-flow: wrap;
  gap: 8px;
  border-bottom: 1px solid rgba(31, 60, 120, 0.3);
  padding-bottom: 8px;
}
.traditional-plan__info-dot {
  display: block;
  width: 6px;
  height: 6px;
  background: #1F3C78;
  flex-shrink: 0;
  margin-top: 9px;
}
.traditional-plan__info-label {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  color: #1F3C78;
  letter-spacing: 0.06em;
  white-space: nowrap;
  flex-shrink: 0;
}
.traditional-plan__info-text {
  width: 100%;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.06em;
}
.traditional-plan__note {
  background: #F6F6F5;
  border-radius: 10px;
  padding: 4px 12px;
  line-height: 1.8;
  letter-spacing: 0.06em;
  color: #1F3C78;
  margin-top: 24px;
  margin-bottom: 32px;
  text-align: center;
}
.traditional-plan__img {
  width: 600px;
  height: 100%;
}
.traditional-plan__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media only screen and (max-width: 767px) {
  .traditional-plan {
    padding: 60px 0;
  }
  .traditional-plan__inner {
    flex-direction: column;
    gap: 50px;
    margin-top: 40px;
  }
  .traditional-plan__contents {
    width: 100%;
  }
  .traditional-plan__heading {
    font-size: 2rem;
    margin-bottom: 40px;
  }
  .traditional-plan__img {
    width: 100%;
  }
  .traditional-plan__img-wrap {
    width: 100%;
    height: 240px;
    min-height: unset;
  }
  .traditional-plan__note {
    padding: 10px 12px;
    margin: 25px 0;
  }
  .traditional-plan .button--pattern-2 {
    margin: 0 auto;
  }
}
.traditional-reviews {
  padding: 80px 0 120px;
}
.traditional-reviews__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 64px;
}
.traditional-reviews__list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 2%;
  width: 100%;
}

.traditional-review {
  width: 32%;
  background: #F6F6F5;
  border-radius: 15px;
  padding: 24px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.traditional-review__header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.traditional-review__img {
  width: 96px;
  aspect-ratio: 96/80;
}
.traditional-review__type {
  font-family: "Shippori Mincho", serif;
  font-size: 1.4rem;
  letter-spacing: 0.06em;
  display: flex;
  flex-flow: column;
  gap: 4px;
}
.traditional-review__type span {
  background-color: #FFFFFF;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1px 10px;
}
.traditional-review__name {
  font-family: "Shippori Mincho", serif;
  font-size: 1.6rem;
  font-weight: 500;
  color: #302B26;
  letter-spacing: 0.08em;
}
.traditional-review__text {
  line-height: 2.3;
  letter-spacing: 0.05em;
  background-image: repeating-linear-gradient(to bottom, transparent 0, transparent calc(3.68rem - 1px), rgba(175, 172, 169, 0.4) calc(3.68rem - 1px), rgba(175, 172, 169, 0.4) 3.68rem);
}
.traditional-review__text span {
  color: #1F3C78;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .traditional-reviews {
    padding: 30px 0 60px;
  }
  .traditional-reviews__inner {
    gap: 40px;
  }
  .traditional-reviews__list {
    flex-direction: column;
    gap: 20px;
  }
  .traditional-review {
    width: 100%;
    padding: 20px;
  }
  .traditional-review__text {
    text-decoration-line: underline;
    text-decoration-color: rgba(175, 172, 169, 0.4);
    text-decoration-thickness: 1px;
    text-underline-offset: 8px;
    background-image: unset;
  }
}
.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: #1F3C78;
  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 {
    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: #1F3C78;
  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: 400;
  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 */