@charset "UTF-8";
/* ===============================
汎用フェード（下から）
=============================== */
.js-fade-up {
  opacity: 0;
  transform: translateY(50px);
  transition: all 1.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.js-fade-up.is-show {
  opacity: 1;
  transform: translateY(0);
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  color: #2f312f;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

.en {
  font-family: "Montserrat", sans-serif;
}

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--lv2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
}
.heading--lv2 .sub {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  padding-bottom: 5px;
}
.heading--lv2 .sub--blue {
  color: #005BAC;
  border-bottom: 2px solid #005BAC;
}
.heading--lv2 .sub--gold {
  color: #B8860B;
  border-bottom: 2px solid #B8860B;
}
.heading--lv2 .main {
  font-size: 3.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.6;
}

@media only screen and (max-width: 767px) {
  .heading--lv2 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .heading--lv2 .sub {
    font-size: 1.5rem;
    letter-spacing: 0.05em;
    line-height: 1;
    padding-bottom: 5px;
  }
  .heading--lv2 .main {
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.5;
  }
}
.button--pattern-1 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 210px;
  background: #5DB42E;
  padding: 15px;
  box-sizing: border-box;
  border-radius: 90px;
}
.button--pattern-1 .text, .button--pattern-1 .icon {
  color: #ffffff;
}
.button--pattern-1 .text {
  font-size: 1.6rem;
  font-weight: 500;
}
.button--pattern-2 {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #333333;
}
.button--pattern-2 .icon {
  color: #5DB42E;
}

@media only screen and (max-width: 767px) {
  .button--pattern-1 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 210px;
    padding: 15px;
  }
  .button--pattern-1 .text {
    font-size: 1.5rem;
  }
  .button--pattern-2 {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 5px;
  }
}
.error-text {
  color: #e74c3c;
}

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

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

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

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

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

.header {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  background: url(../img/layout/header/visual--top.jpg) no-repeat center/cover;
  position: relative;
}
.header__scroll {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  text-decoration: none;
}
.header__scroll .text {
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 700;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.45);
}
.header__scroll .line {
  position: relative;
  width: 2px;
  height: 60px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0);
  box-shadow: 0 0 8px rgba(255, 255, 255, 0.45);
}
.header__scroll .line::before {
  content: "";
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.9);
  animation: scrollLine 2s ease-in-out infinite;
}
@keyframes scrollLine {
  0% {
    top: -100%;
  }
  25% {
    top: 0;
  }
  80% {
    top: 0;
  }
  100% {
    top: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .header {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100dvh;
  }
  .header__title {
    width: 75%;
  }
}
.pagetop {
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(105px, 6.25vw, 120px);
  height: clamp(105px, 6.25vw, 120px);
  background: #FFFDF0;
  border-radius: 90px 0 0 0;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 1000;
  opacity: 0;
  transform: translateY(20px) scale(0.95);
  pointer-events: none;
  transition: opacity 0.4s ease, transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.pagetop.is-show {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}
.pagetop .contents {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2px;
  margin: 5px 0 0 5px;
}
.pagetop .img {
  transition: transform 0.3s ease;
}
.pagetop .text {
  color: #B8860B;
  font-size: clamp(1.3rem, 0.78vw, 1.4rem);
  font-weight: 700;
  letter-spacing: 0;
}
.pagetop:hover .img {
  transform: rotate(15deg) translate(5px, -5px);
}

@media only screen and (max-width: 767px) {
  .pagetop {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 75px;
    height: 75px;
    border-radius: 60px 0 0 0;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 1000;
    opacity: 0;
    transform: translateY(20px) scale(0.95);
    pointer-events: none;
    transition: opacity 0.4s ease, transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .pagetop.is-show {
    opacity: 1;
    transform: translateY(0) scale(1);
    pointer-events: auto;
  }
  .pagetop .contents {
    gap: 0;
    margin: 8px 0 0 8px;
  }
  .pagetop .img {
    width: 65%;
    transition: transform 0.3s ease;
  }
  .pagetop .text {
    font-size: 1.1rem;
  }
}
.drawer-off__button {
  position: fixed;
  top: 12px;
  right: 12px;
  width: 50px;
  height: 50px;
  background: #000000;
  border-radius: 8px;
  cursor: pointer;
  z-index: 999;
}
.drawer-off__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.drawer-off__wrapper {
  display: flex;
  flex-direction: column;
}
.drawer-off__line {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  margin-top: 8px;
}
.drawer-off__line span {
  display: block;
  width: 30px;
  height: 1px;
  background: #ffffff;
}
.drawer-off__title {
  color: #ffffff;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0.05em;
}

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

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

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

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

.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）
=============================== */
html {
  overflow-y: scroll;
}

header, main {
  opacity: 0;
  transition: opacity 1.2s ease;
}

body.is-lock {
  overflow: hidden;
  height: 100vh;
}

body.is-start header,
body.is-start main {
  opacity: 1;
}

/* ===============================
  history（オープニング）
=============================== */
.history {
  position: fixed;
  inset: 0;
  z-index: 9998;
  background: #FFFDF0;
  overflow: hidden;
}

.history-bg {
  position: absolute;
  inset: 0;
}

.history-bg img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  transition: opacity 0.6s ease;
}

.history-bg img.is-show {
  opacity: 1;
}

.history-bg img.is-zoom {
  opacity: 1;
  transform: scale(1.1);
  transition: opacity 0.6s ease, transform 12s ease-out;
}

/* カウンター */
.history-counter {
  color: rgba(255, 255, 255, 0.8);
  font-size: 8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  z-index: 100;
  transition: opacity 1s ease;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 767px) {
  .history-counter {
    font-size: 5.2rem;
  }
}

.history-counter.hide {
  opacity: 0;
}

.history-counter span {
  display: inline-block;
  transition: transform 0.2s ease-out;
}

.history-counter.blue {
  color: #B8860B;
}

/* visual */
.history-next-bg {
  position: absolute;
  inset: 0;
  background: url(../img/layout/header/visual--top.jpg) no-repeat center/cover;
  opacity: 0;
  z-index: 1;
  transition: opacity 2s ease;
}

.history-next-bg.show {
  opacity: 1;
}

/* ===============================
  カーテン（右→左）
=============================== */
.curtain {
  position: fixed;
  inset: 0;
  z-index: 9999;
  pointer-events: none;
  overflow: hidden;
}

.curtain-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFFDF0;
  transform: translateX(100%);
  transition: transform 1s cubic-bezier(0.77, 0, 0.18, 1);
}

/* 入る */
.curtain.is-run .curtain-slide {
  transform: translateX(0);
}

/* 抜ける */
.curtain.is-out .curtain-slide {
  transform: translateX(-100%);
}

.top-link {
  background: url(../img/components/background/img.png) repeat top center/100%, #FFFDF0;
  padding: 30px 30px 40px;
  box-sizing: border-box;
}
.top-link__list {
  display: flex;
  justify-content: center;
  gap: 80px;
}
.top-link__item .link {
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 2px solid #333333;
}
.top-link__item .text {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.top-link__item .icon {
  transition: all 0.3s;
}
.top-link__item:hover .icon {
  color: #1154B0;
}

@media only screen and (max-width: 767px) {
  .top-link {
    padding: 20px 0 25px;
    box-sizing: border-box;
  }
  .top-link__list {
    display: flex;
    justify-content: center;
    gap: 20px;
  }
  .top-link__item .link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
  }
  .top-link__item .text {
    font-size: 1.5rem;
    letter-spacing: 0.05em;
  }
  .top-link__item .icon {
    font-size: 1.3rem;
  }
}
.top-about {
  background: url(../img/components/background/img.png) repeat top center/100%, #F1FBF1;
  padding: 10% 0 12%;
  position: relative;
}
.top-about__contents {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: flex-end;
  gap: 2.5%;
  position: relative;
  z-index: 100;
}
.top-about__title {
  writing-mode: vertical-rl;
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.7;
}
.top-about__title span {
  padding: 0 0 5px;
  writing-mode: horizontal-tb;
  letter-spacing: 0;
  line-height: 1;
}
.top-about__body {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.top-about__text {
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 2.2;
}
.top-about__letter {
  color: #ffffff;
  font-size: clamp(14rem, 8.85vw, 17rem);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 12%;
}
.top-about__img {
  z-index: 10;
}
.top-about__img--left {
  width: 29%;
  position: absolute;
  top: 10%;
  left: 0;
}
.top-about__img--right {
  width: 29%;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 1860px) {
  .top-about__img--left {
    width: 22%;
  }
  .top-about__img--right {
    width: 24%;
  }
}

@media only screen and (max-width: 767px) {
  .top-about {
    padding: 50px 0 65%;
    position: relative;
  }
  .top-about__contents {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    position: relative;
    z-index: 100;
  }
  .top-about__title {
    writing-mode: horizontal-tb;
    font-size: 2.6rem;
    letter-spacing: 0.05em;
    line-height: 1.5;
  }
  .top-about__title span {
    padding: 0;
    letter-spacing: 0;
    line-height: 1;
  }
  .top-about__body {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .top-about__text {
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    line-height: 1.8;
  }
  .top-about__letter {
    font-size: 4rem;
    line-height: 1;
    position: absolute;
    top: 10px;
    left: 0;
  }
  .top-about__img {
    z-index: 10;
  }
  .top-about__img--left {
    width: 45%;
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
  }
  .top-about__img--right {
    width: 45%;
    position: absolute;
    bottom: 90px;
    right: 0;
  }
}
.top-logo {
  background: url(../img/pages/top/logo/bg--wave.png) no-repeat bottom center/100%, url(../img/components/background/img.png) repeat top center/100%, #F1FBF1;
  padding: 10% 0 3%;
  position: relative;
}
.top-logo__box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
  padding: 60px;
  box-sizing: border-box;
  border: 3px solid #005BAC;
  border-radius: 10px;
  position: relative;
  z-index: 100;
}
.top-logo__img {
  width: 470px;
}
.top-logo__contents {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 540px;
}
.top-logo__text {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
.top-logo__letter {
  color: #ffffff;
  font-size: clamp(11rem, 8.85vw, 17rem);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  position: absolute;
  top: -20px;
  right: 0;
  z-index: 10;
}

@media only screen and (max-width: 767px) {
  .top-logo {
    padding: 0;
    position: relative;
  }
  .top-logo__box {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    padding: 50px 30px;
    box-sizing: border-box;
  }
  .top-logo__img {
    width: 90%;
  }
  .top-logo__contents {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
  }
  .top-logo__text {
    font-size: 1.5rem;
    letter-spacing: 0.05em;
    line-height: 1.8;
  }
  .top-logo__letter {
    font-size: 3.6rem;
    line-height: 1;
    position: absolute;
    top: -40px;
    right: 0;
    z-index: 10;
  }
}
/* 共通初期状態 */
.js-fade {
  opacity: 0;
  transform: translateY(30px);
}

/* 表示 */
.js-fade.is-show {
  opacity: 1;
  transform: translateY(0);
  transition: all 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}

/* 画像だけ特別（下からゆっくり） */
.js-image {
  opacity: 0;
  transform: translateY(60px) scale(0.98);
}

.js-image.is-show {
  opacity: 1;
  transform: translateY(0) scale(1);
  transition: all 1.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.top-history {
  background: url(../img/components/background/img.png) repeat top center/100%, #ffffff;
  padding: 5% 0 60px;
  overflow: hidden;
}
.top-history__title--lv2 {
  align-items: center;
  margin-bottom: 60px;
}
.top-history__title--lv3 {
  display: flex;
  align-items: stretch;
  gap: 10px;
  margin-bottom: 8px;
}
.top-history__title--lv3 .chapter, .top-history__title--lv3 .text {
  color: #BE000C;
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
}
.top-history__title--lv3 .text {
  border-left: 2px solid #BE000C;
  padding-left: 10px;
}
.top-history__title--lv3 .text span {
  color: #B8860B;
  font-size: 2.6rem;
}
.top-history__text {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.top-history__links {
  display: flex;
  justify-content: center;
  gap: 2%;
  margin-bottom: 80px;
}
.top-history__link {
  width: 15%;
  position: relative;
  opacity: 0;
  transform: translateY(30px);
  transition: all 1s cubic-bezier(0.22, 1, 0.36, 1);
}
.top-history__link::before {
  content: "";
  display: block;
  width: 60%;
  height: 2px;
  background: #333333;
  position: absolute;
  top: 18px;
  right: -8%;
  /* 初期 */
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}
.top-history__link .anchor {
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 100%;
}
.top-history__link .title {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 3px;
}
.top-history__link .icon {
  color: #BE000C;
  margin-top: 5px;
  transition: all 0.3s;
}
.top-history__link .text {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
}
.top-history__link .text span {
  font-size: 2.6rem;
}
.top-history__link .year {
  color: #B8860B;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
}
.top-history__link .caption {
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.4;
}
.top-history__link:hover .icon {
  color: #1154B0;
}
.top-history {
  /* 表示 */
}
.top-history .top-history__link.is-show {
  opacity: 1;
  transform: translateY(0);
}
.top-history .top-history__link.is-line::before {
  transform: scaleX(1);
}
.top-history .top-history__link:last-child::before {
  display: none;
}
.top-history__contents {
  border-bottom: 2px solid #333333;
  padding-bottom: 15px;
  margin-bottom: 50px;
}
.top-history__cards {
  display: flex;
  flex-direction: column;
  gap: 30px;
  position: relative;
}
.top-history__cards::before {
  content: "";
  display: block;
  width: 100px;
  aspect-ratio: 100/30;
  background: url(../img/pages/top/history/icon--arrow.png) no-repeat center/contain;
  position: absolute;
  bottom: -60px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.top-history__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 80px 50px;
  box-sizing: border-box;
  border-radius: 30px;
  position: relative;
}
.top-history__card--1th {
  background: url(../img/components/background/img.png) repeat top center/100%, #FFFDF0;
}
.top-history__card--1th::before {
  content: "";
  display: block;
  width: 20%;
  aspect-ratio: 341/481;
  background: url(../img/pages/top/history/tree--1th.png) no-repeat center/contain;
  position: absolute;
  top: -15%;
  left: -7.5%;
}
.top-history__card--2nd {
  background: url(../img/components/background/img.png) repeat top center/100%, #F0F4E1;
}
.top-history__card--2nd::before {
  content: "";
  display: block;
  width: 27%;
  aspect-ratio: 460/524;
  background: url(../img/pages/top/history/tree--2nd.png) no-repeat center/contain;
  position: absolute;
  top: -12.5%;
  right: -7.5%;
}
.top-history__card--3rd {
  background: url(../img/components/background/img.png) repeat top center/100%, #E2E8C0;
}
.top-history__card--3rd::before {
  content: "";
  display: block;
  width: 22%;
  aspect-ratio: 379/529;
  background: url(../img/pages/top/history/tree--3rd.png) no-repeat center/contain;
  position: absolute;
  top: -20%;
  left: -7.5%;
}
.top-history__card--4th {
  background: url(../img/components/background/img.png) repeat top center/100%, #C6D0A8;
}
.top-history__card--4th::before {
  content: "";
  display: block;
  width: 23%;
  aspect-ratio: 395/614;
  background: url(../img/pages/top/history/tree--4th.png) no-repeat center/contain;
  position: absolute;
  top: -15%;
  right: -7.5%;
}
.top-history__card--5th {
  background: url(../img/components/background/img.png) repeat top center/100%, #C6D3B8;
}
.top-history__card--5th::before {
  content: "";
  display: block;
  width: 24%;
  aspect-ratio: 409/486;
  background: url(../img/pages/top/history/tree--5th.png) no-repeat center/contain;
  position: absolute;
  top: -17%;
  left: -7.5%;
}
.top-history__card--6th {
  background: url(../img/components/background/img.png) repeat top center/100%, #B0BEA2;
}
.top-history__card--6th::before {
  content: "";
  display: block;
  width: 24%;
  aspect-ratio: 406/375;
  background: url(../img/pages/top/history/tree--6th.png) no-repeat center/contain;
  position: absolute;
  top: -10%;
  right: -7.5%;
}
.top-history__container {
  width: 79%;
  min-width: 1080px;
}
.top-history__list {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 0 40px;
  box-sizing: border-box;
}
@media (max-width: 1280px) {
  .top-history__list {
    padding: 0;
  }
}
.top-history__item {
  display: flex;
  align-items: flex-start;
  gap: 30px;
}
.top-history__item .annual {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 135px;
  padding-right: 110px;
  position: relative;
}
.top-history__item .annual::before {
  content: "";
  display: block;
  width: 90px;
  height: 2px;
  background: #131313;
  position: absolute;
  top: 65%;
  right: 0;
  /* 🔥 初期状態（縮んでる） */
  transform: translateY(-50%) scaleX(0);
  transform-origin: left;
  transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}
.top-history__item .annual--hidden {
  visibility: hidden;
}
.top-history__item .annual.is-line::before {
  transform: translateY(-50%) scaleX(1);
}
.top-history__item .icon {
  width: 10px;
  height: 10px;
  background: #B8860B;
  border-radius: 90px;
}
.top-history__item .year {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}
.top-history__item .number, .top-history__item .parentheses {
  color: #131313;
}
.top-history__item .number {
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.top-history__item .parentheses {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 0;
}
.top-history__item .contents {
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex: 1;
  margin-top: 12px;
}
.top-history__item .title {
  font-size: clamp(2rem, 1.15vw, 2.2rem);
  font-weight: 700;
  letter-spacing: 0.05em;
}
.top-history__item .title span {
  font-size: clamp(1.5rem, 0.94vw, 1.8rem);
}
.top-history__item .text {
  font-size: clamp(1.4rem, 0.83vw, 1.6rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
.top-history__item .text--small {
  font-size: clamp(1.4rem, 0.83vw, 1.53rem);
}
.top-history__item .wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 44.5%;
}
.top-history__item .wrapper--small {
  width: 42.5%;
}
.top-history__item .wrapper img {
  width: 100%;
}
.top-history__item .caption {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 767px) {
  .top-history {
    padding: 60px 0 30px;
  }
  .top-history__title--lv2 {
    align-items: center;
    margin-bottom: 30px;
  }
  .top-history__title--lv2 .main {
    text-align: center;
  }
  .top-history__title--lv3 {
    display: flex;
    align-items: stretch;
    gap: 8px;
    margin-bottom: 10px;
  }
  .top-history__title--lv3 .chapter, .top-history__title--lv3 .text {
    font-size: 2.1rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.3;
  }
  .top-history__title--lv3 .chapter {
    width: 20%;
  }
  .top-history__title--lv3 .text {
    width: 80%;
    padding-left: 10px;
  }
  .top-history__title--lv3 .text span {
    font-size: 1.5rem;
  }
  .top-history__text {
    font-size: 1.5rem;
    letter-spacing: 0.05em;
    line-height: 1.5;
  }
  .top-history__links {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px 2%;
    margin-bottom: 50px;
  }
  .top-history__link {
    width: 49%;
    position: relative;
  }
  .top-history__link::before {
    content: "";
    display: block;
    width: 48%;
    height: 2px;
    position: absolute;
    top: 18px;
    right: 10px;
  }
  .top-history__link:last-child::before {
    display: none;
  }
  .top-history__link .anchor {
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 100%;
  }
  .top-history__link .title {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 3px;
  }
  .top-history__link .text {
    font-size: 1.5rem;
    letter-spacing: 0.05em;
    line-height: 1;
  }
  .top-history__link .text span {
    font-size: 2.2rem;
  }
  .top-history__link .year {
    font-size: 1.3rem;
    letter-spacing: 0.05em;
    line-height: 1;
  }
  .top-history__link .caption {
    font-size: 1.5rem;
    letter-spacing: 0.05em;
    line-height: 1.4;
  }
  .top-history__contents {
    padding-bottom: 15px;
    margin-bottom: 30px;
  }
  .top-history__cards {
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: relative;
  }
  .top-history__cards::before {
    content: "";
    display: block;
    width: 60px;
    aspect-ratio: 100/30;
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  .top-history__card {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 20px;
    box-sizing: border-box;
    border-radius: 30px;
    position: relative;
  }
  .top-history__card--1th::before {
    content: "";
    display: block;
    width: 20%;
    aspect-ratio: 341/481;
    position: absolute;
    top: -50px;
    left: -5%;
  }
  .top-history__card--2nd::before {
    content: "";
    display: block;
    width: 30%;
    aspect-ratio: 460/524;
    position: absolute;
    top: -80px;
    right: -5%;
  }
  .top-history__card--3rd::before {
    content: "";
    display: block;
    width: 25%;
    aspect-ratio: 379/529;
    position: absolute;
    top: -80px;
    left: -5%;
  }
  .top-history__card--4th::before {
    content: "";
    display: block;
    width: 25%;
    aspect-ratio: 395/614;
    position: absolute;
    top: -80px;
    right: -5%;
  }
  .top-history__card--5th::before {
    content: "";
    display: block;
    width: 25%;
    aspect-ratio: 409/486;
    position: absolute;
    top: -60px;
    left: -5%;
  }
  .top-history__card--6th::before {
    content: "";
    display: block;
    width: 25%;
    aspect-ratio: 406/375;
    position: absolute;
    top: -60px;
    right: -5%;
  }
  .top-history__container {
    width: 100%;
    min-width: auto;
  }
  .top-history__list {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 0;
    box-sizing: border-box;
  }
  .top-history__item {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 15px;
  }
  .top-history__item .annual {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    padding-right: 0;
    position: relative;
  }
  .top-history__item .annual::before {
    content: "";
    display: block;
    width: 35%;
    height: 2px;
    position: absolute;
    top: 50%;
    right: 0;
  }
  .top-history__item .annual--hidden {
    display: none;
  }
  .top-history__item .icon {
    width: 8px;
    height: 8px;
    margin-top: 5px;
  }
  .top-history__item .year {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0;
  }
  .top-history__item .number {
    font-size: 2.4rem;
    letter-spacing: 0.05em;
  }
  .top-history__item .parentheses {
    font-size: 1.4rem;
    line-height: 1;
    margin-top: 5px;
  }
  .top-history__item .contents {
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 100%;
    margin-top: -10px;
  }
  .top-history__item .title {
    font-size: 1.7rem;
    letter-spacing: 0.05em;
  }
  .top-history__item .title span {
    font-size: 1.4rem;
  }
  .top-history__item .text {
    font-size: 1.3rem;
    letter-spacing: 0.05em;
    line-height: 1.6;
  }
  .top-history__item .wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    width: 85%;
  }
  .top-history__item .caption {
    font-size: 1.2rem;
    letter-spacing: 0.05em;
  }
}
.top-map {
  background: url(../img/components/background/img.png) repeat top center/100%, #ffffff;
  padding: 30px 0 80px;
}
.top-map__inner--l {
  background: url(../img/pages/top/map/bg--img.jpg) no-repeat center/cover;
  padding: 80px 0;
  border-radius: 30px;
  position: relative;
}
.top-map__inner--m {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 1080px;
  background: #ffffff;
  padding: 50px 0 0;
  border-radius: 30px;
}
.top-map__title {
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-align: center;
  position: relative;
  z-index: 100;
}
.top-map__wrapper {
  margin-top: -120px;
  position: relative;
}
.top-map__pin {
  opacity: 0;
  transform: translateY(20px) scale(0.8);
  transition: opacity 0.3s ease;
}
.top-map__pin.is-show {
  animation: pinJump 0.9s ease forwards;
}
.top-map__pin--01 {
  position: absolute;
  top: 50%;
  left: 22.5%;
}
.top-map__pin--02 {
  position: absolute;
  top: 45%;
  left: 47%;
}
.top-map__pin--03 {
  position: absolute;
  bottom: 30%;
  right: 21%;
}
.top-map__pin--04 {
  position: absolute;
  bottom: 18%;
  right: 19.5%;
}
.top-map__pin--05 {
  position: absolute;
  bottom: 7%;
  right: 21%;
}
.top-map__pin--06 {
  position: absolute;
  bottom: 11.5%;
  right: 24.5%;
}
.top-map__pin--07 {
  position: absolute;
  top: 52.5%;
  right: 15%;
}
@keyframes pinJump {
  0% {
    opacity: 0;
    transform: translateY(20px) scale(0.8);
  }
  40% {
    opacity: 1;
    transform: translateY(-14px) scale(1.1);
  }
  65% {
    transform: translateY(6px) scale(0.95);
  }
  80% {
    transform: translateY(-3px) scale(1.02);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
.top-map__letter {
  color: #ffffff;
  font-size: clamp(7.3rem, 5.31vw, 10.2rem);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  width: 102%;
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

@media only screen and (max-width: 767px) {
  .top-map {
    padding: 10px 0 50px;
  }
  .top-map__inner--l {
    padding: 30px 0;
    border-radius: 20px;
  }
  .top-map__inner--m {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 90%;
    min-width: auto;
    padding: 20px 0 0;
    border-radius: 30px;
    overflow: hidden;
  }
  .top-map__title {
    font-size: 1.7rem;
    letter-spacing: 0.05em;
    line-height: 1.5;
    text-align: center;
    position: relative;
  }
  .top-map__wrapper {
    width: 135%;
    margin-top: -50px;
    border-radius: 0 0 30px 30px;
  }
  .top-map__pin {
    width: 3%;
  }
  .top-map__pin--01 {
    position: absolute;
    top: 50%;
    left: 22.5%;
  }
  .top-map__pin--02 {
    position: absolute;
    top: 45%;
    left: 47%;
  }
  .top-map__pin--03 {
    position: absolute;
    bottom: 30%;
    right: 21%;
  }
  .top-map__pin--04 {
    position: absolute;
    bottom: 18%;
    right: 19.5%;
  }
  .top-map__pin--05 {
    position: absolute;
    bottom: 7%;
    right: 21%;
  }
  .top-map__pin--06 {
    position: absolute;
    bottom: 11.5%;
    right: 24.5%;
  }
  .top-map__letter {
    font-size: 2.25rem;
    letter-spacing: 0;
    line-height: 1;
    width: 102%;
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
}
.top-future {
  background: url(../img/pages/top/future/bg--img.jpg) no-repeat top right/cover;
  padding: 5% 0;
}
.top-future__contents {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 700px;
  background: rgba(255, 255, 255, 0.6);
  padding: 50px;
  box-sizing: border-box;
  border-radius: 30px;
}
@media (min-width: 1560px) {
  .top-future__contents {
    margin-left: -130px;
  }
}
.top-future__body {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.top-future__text {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.8;
}
.top-future__button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 300px;
  background: #333333;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 8px;
  transition: all 0.3s;
}
.top-future__button .text, .top-future__button .icon {
  color: #ffffff;
}
.top-future__button:hover {
  background: #1154B0;
}

@media only screen and (max-width: 767px) {
  .top-future {
    background: url(../img/pages/top/future/bg--img.jpg) no-repeat top center/cover;
    padding: 50px 0;
  }
  .top-future__contents {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    padding: 50px 30px;
    box-sizing: border-box;
    border-radius: 20px;
  }
  .top-future__body {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .top-future__text {
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    line-height: 1.6;
  }
  .top-future__button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 80%;
    padding: 15px 12px;
    box-sizing: border-box;
    border-radius: 8px;
  }
  .top-future__button .text {
    font-size: 1.4rem;
  }
}/*# sourceMappingURL=style.css.map */