@charset "UTF-8";
:root {
  --color-text: #000000;
  --color-white: #ffffff;
  --color-black: #000000;
  --color-gold: #C09938;
  --color-request: #1F5476;
  --color-reserve: #845E80;
}

.c-btn {
  text-align: center;
}
.c-btn a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 10px 40px;
  font-size: 14px;
  line-height: 1.7142857143;
  font-weight: 400;
  letter-spacing: 0.1714285714em;
  background: linear-gradient(272.98deg, #BAA437 0%, #8C7F40 35%, #BAA437 100%);
  background-size: 200% 100%;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
  color: var(--color-white);
  text-decoration: none;
  transition: all 0.3s ease-out;
}
@media screen and (min-width: 768px) {
  .c-btn a:hover {
    color: var(--color-white);
    text-decoration: none;
  }
}
.c-btn a {
  transition: all 0.6s ease-out;
}
.c-btn a:hover {
  background-position: 100% 0;
}
@media screen and (max-width: 767.98px) {
  .c-btn a {
    padding: 8.52px 33.24px;
    font-size: 11.93px;
  }
}

.c-information {
  padding: 100px 40px 150px;
  box-sizing: border-box;
}
#top .c-information {
  padding-top: 285px;
}
.c-information__heading {
  color: #645A28;
  text-align: center;
}
.c-information__heading span {
  position: relative;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.875;
  letter-spacing: 0.08em;
  padding-bottom: 27px;
}
.c-information__heading span:after {
  content: "";
  display: block;
  width: 100px;
  height: 1px;
  background: #645A28;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.c-information__lead {
  margin-top: 45px;
  font-size: 16px;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 2;
}
.c-information__detail {
  margin: 43px auto 0;
  max-width: 797px;
  background: #fff;
  padding: 40px 80px;
  box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.1);
}
.c-information__detail .label {
  margin-bottom: 10px;
}
.c-information__detail .label span {
  border: 1px solid #645A28;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 2;
  padding: 3px 15px;
  color: #645A28;
}
.c-information__detail .title {
  font-size: 24px;
  font-weight: 700;
  line-height: 2;
  color: #645A28;
}
.c-information__detail .text {
  margin-top: 21px;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.1em;
}
.c-information__detail .btn {
  margin-top: 39px;
}
@media screen and (max-width: 767.98px) {
  .c-information {
    padding: 42.61px 17.05px 27.27px;
  }
  #top .c-information {
    padding-top: 255.68px;
  }
  .c-information__heading span {
    font-size: 27.27px;
    padding-bottom: 23.01px;
  }
  .c-information__heading span:after {
    width: 85.23px;
  }
  .c-information__lead {
    margin-top: 34.09px;
    font-size: 17.05px;
    line-height: 2;
    font-weight: 600;
  }
  .c-information__detail {
    margin-top: 33.24px;
    max-width: 100%;
    padding: 68.18px 34.09px;
  }
  .c-information__detail .label {
    margin-bottom: 8.52px;
  }
  .c-information__detail .label span {
    font-size: 17.05px;
    padding: 2.56px 12.78px;
  }
  .c-information__detail .title {
    font-size: 20.45px;
    line-height: 1.6666666667;
  }
  .c-information__detail .text {
    margin-top: 17.9px;
    font-size: 13.64px;
    line-height: 2;
  }
  .c-information__detail .btn {
    margin-top: 33.24px;
  }
}

/* グロナビ */
.globalNav_item.top {
  background-color: #f7f3e8;
  color: #987625;
  pointer-events: none;
}

.globalNav_item.top a {
  color: #987625;
  pointer-events: none;
}

.globalNav_item.top::before {
  background-color: #987625;
  content: "";
  display: inline-block;
  height: 4px;
  position: absolute;
  width: 94%;
  left: 5%;
  bottom: 0px;
  transform: scale(1, 1);
  transition: transform 0.3s;
}

/* row-reverse */
.row-reverse {
  flex-direction: row-reverse;
}

/* main
========================== */
.main {
  padding-top: 200px;
  overflow-x: clip;
}

@media only screen and (max-width: 768px) {
  .main {
    padding-top: 80px;
  }
}
/* top_area
========================== */
.top_area {
  position: relative;
  padding-block: 180px;
}

.top_area .inner {
  max-width: 1100px;
}

.top_area_wrap {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 40px;
       column-gap: 40px;
}

.top_area_logo {
  width: 200px;
  flex-shrink: 0;
}

.top_lead_wrap {
  width: 100%;
  max-width: 650px;
  display: flex;
  flex-direction: column;
  row-gap: 60px;
}

.top_lead {
  color: #333;
  font-size: 30px;
  letter-spacing: 0.05em;
  line-height: 2.2;
}

@media only screen and (max-width: 768px) {
  .top_area {
    padding-block: 100px;
  }
  .top_area_wrap {
    flex-direction: column;
    row-gap: 30px;
  }
  .top_area_logo {
    width: 140px;
  }
  .top_lead_wrap {
    row-gap: 30px;
  }
  .top_lead {
    font-size: 22px;
    line-height: 1.9;
  }
}
/* contents
============================= */
.contents {
  display: flex;
}

.contents_img {
  width: 50%;
}

.contents_body {
  width: 50%;
  padding: 20px 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contents01 .contents_body,
.contents02 .contents_body,
.contents03 .contents_body,
.contents04 .contents_body,
.contents05 .contents_body,
.contents06 .contents_body {
  background: url(../images/top/contents01_bg.webp) no-repeat center center/cover;
}

.contents01 .contents_body_wrap {
  width: 360px;
  max-width: 420px;
}

@media only screen and (min-width: 1081px) {
  .contents01 .contents_body_wrap img {
    width: 100%;
  }
}
.contents04 {
  flex-direction: column;
}

.contents04 .contents_img {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.contents04 .contents_body {
  width: 100%;
  background: url(../images/top/contents05_bg.jpg) no-repeat center center/cover;
  color: #fff;
}

.contents04 .contents_body_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1000px;
  margin-inline: auto;
  padding-block: 80px;
}

@media only screen and (min-width: 1081px) {
  .contents04 .contents_body_wrap--wide {
    padding-block: 160px;
  }
}
.contents04 .contents_img figure,
.contents04 .contents_img picture {
  flex: 1;
  text-align: center;
}

.contents04 .contents_img figure img,
.contents04 .contents_img picture img {
  width: 100%;
  height: auto;
}

.contents_body_title {
  font-size: 36px;
  font-size: clamp(2.6rem, 0.02rem + 2.387vw, 3.6rem);
  letter-spacing: 0.2em;
  line-height: 2;
  text-align: center;
}

.contents_body_text {
  margin-top: 38px;
  font-size: 18px;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 2.2;
}

.contents02 .contents_body_title,
.contents02 .contents_body_text {
  color: #333;
}

.contents02 .contents_img figure {
  border: 10px solid #0d2461;
}

/* contents05/06 image fill */
.contents05 .contents_img,
.contents06 .contents_img {
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.contents05 .contents_img figure,
.contents06 .contents_img figure {
  position: relative;
  margin: 0;
  flex: 1;
  overflow: hidden;
}

.contents05 .contents_img figure img,
.contents06 .contents_img figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.contents06 .contents_img figure figcaption {
  position: absolute;
  bottom: 0;
  right: 0;
  left: auto;
  width: -moz-fit-content;
  width: fit-content;
}

@media only screen and (max-width: 1080px) {
  .contents {
    flex-direction: column;
  }
  .contents_img {
    width: 100%;
  }
  .contents04 .contents_img {
    flex-direction: column;
  }
  .contents04 .contents_body_wrap {
    padding-block: 40px;
  }
  .contents_body {
    width: 100%;
    padding: 50px 0px;
  }
  .contents_body_wrap {
    width: calc(100% - 40px);
    margin-inline: auto;
  }
  .contents01 .contents_body_wrap img {
    display: block;
    margin: 0 auto;
    width: 95%;
  }
  .contents_body_title {
    font-size: 20px;
    letter-spacing: 0.1em;
    line-height: 1.8;
  }
  .contents_body_text {
    margin-top: 18px;
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 2;
  }
  .contents02 .contents_body_title,
  .contents02 .contents_body_text {
    color: #333;
  }
}
.contents_faq {
  width: 1000px;
  margin-top: 50px;
}

.contents_faq dt {
  font-size: 27px;
  letter-spacing: 0.02em;
  color: #fff;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
}

.contents_faq dt:nth-of-type(n+2) {
  margin-top: 35px;
}

.contents_faq dd {
  color: #fff;
  font-size: 20px;
  line-height: 2;
  padding-top: 1em;
}

@media only screen and (max-width: 1080px) {
  .contents_faq {
    width: auto;
    margin-top: 30px;
  }
  .contents_faq dt {
    font-size: 17px;
  }
  .contents_faq dt:nth-of-type(n+2) {
    margin-top: 20px;
  }
  .contents_faq dd {
    font-size: 14px;
  }
}
/* contents_bottom
=========================== */
.contents_bottom {
  position: relative;
  background: url(../images/top/contents01_bg.webp) no-repeat center center/cover;
  overflow: hidden;
}

.contents_bottom_title {
  text-align: center;
  font-size: 34px;
  font-size: clamp(2.8rem, 1.124rem + 2.069vw, 3.4rem);
  letter-spacing: 0.1em;
  line-height: 1.6;
  padding-bottom: 80px;
}

.contents_bottom_inner {
  max-width: 900px;
}

.learn_body_title {
  height: 440px;
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: 40px;
  letter-spacing: 0.1em;
  line-height: 1.6;
}

.learn_body_text {
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: 23px;
  letter-spacing: 0.1em;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .contents_bottom {
    padding-block: 140px;
  }
  .contents_bottom_inner {
    width: calc(100% - 60px);
    margin-inline: auto;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    gap: 20px;
  }
  .contents_bottom_item {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    gap: 10px;
    opacity: 1 !important;
    transform: none !important;
  }
  .dot_nav {
    display: none;
  }
}
@media (max-width: 768px) {
  .contents_bottom {
    height: 100vh;
    overflow: hidden;
  }
  .contents_bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: url(../images/top/contents01_bg.webp) no-repeat center center/cover;
    z-index: -1;
  }
  .contents_bottom_title {
    font-size: 22px;
    padding-bottom: 30px;
  }
  .contents_bottom_wrap {
    background: url(../images/top/contents01_bg.webp) no-repeat center center/cover;
  }
  .contents_bottom_inner {
    height: auto;
  }
  .contents_bottom_item {
    height: 100vh;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transform: translateY(50px);
    gap: 20px;
  }
  .learn_body_title,
  .learn_body_text {
    height: 470px;
  }
  .dot_nav {
    position: fixed;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 10;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.5s ease;
  }
  .dot_nav.is-show {
    opacity: 1;
    pointer-events: auto;
  }
  .dot_nav button {
    width: 14px;
    height: 14px;
    padding: 0;
    border: 1px solid #bdbdbd !important;
    border-radius: 50%;
    border: none;
  }
  .dot_nav button.active {
    background: #826c36;
    border: 1px solid #826c36 !important;
    transform: scale(1.2);
  }
}
.contents_bottom_btn {
  position: relative;
  margin-top: 50px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 280px;
  color: #fff;
  font-size: 18px;
  font-family: "Cormorant Garamond", "游明朝", "Yu Mincho", serif;
  letter-spacing: 0.15em;
  line-height: 1;
  padding: 5px 50px 5px 20px;
  min-height: 60px;
  border-radius: 40px;
  border: none;
  overflow: hidden;
  background: var(--grad-gold);
  background-size: 200% 100%;
  background-position: 100% 0;
  transition: background-position 0.4s ease;
}

.contents_bottom_btn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 22px;
  transform: translateY(-50%);
  width: 22px;
  height: 1px;
  background-color: #fff;
  transition: right 0.3s ease;
}

.contents_bottom_btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%) rotate(45deg);
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  background: none;
  transition: right 0.3s ease;
}

.contents_bottom_btn:hover {
  background-position: 0% 0;
}

.contents_bottom_btn:hover::before {
  right: 16px;
}

.contents_bottom_btn:hover::after {
  right: 18px;
}

@media only screen and (max-width: 768px) {
  .contents04 .contents_body_title {
    /*text-align: center;*/
  }
}
/* ========== 下層ページ用mv type1 ========== */
.mv.mv-lower {
  display: flex;
  position: relative;
  overflow: hidden;
}
.mv.mv-lower .mv__title {
  --mvAfter-width: 0%;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0 2.6041666667% 3.6979166667% 5%;
  position: relative;
  z-index: 1;
}
.mv.mv-lower .mv__title:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: var(--mvAfter-width);
  height: clamp(280px, calc(258.88px + 4.8vw), 328px);
  background: linear-gradient(-272.74deg, #8C7F40 -19.11%, #BAA437 99.88%);
  z-index: -1;
}
.mv.mv-lower .mv__title .en,
.mv.mv-lower .mv__title .title {
  opacity: 0;
  transform: translateY(20px);
}
.mv.mv-lower .mv__title .en {
  font-family: "Cinzel", serif;
  font-size: clamp(60px, calc(49.44px + 2.4vw), 84px);
  letter-spacing: 0.1em;
  line-height: 1.1;
  font-weight: 400;
}
.mv.mv-lower .mv__title .title {
  margin-top: clamp(8px, calc(4.04px + 0.9vw), 17px);
  font-size: clamp(18px, calc(13.6px + 1vw), 28px);
  letter-spacing: 0.1em;
}
.mv.mv-lower .mv__img {
  width: 58.90625%;
  opacity: 0;
  transform: scale(1.05);
  filter: blur(20px);
}
.mv.mv-lower .mv__img img {
  width: 100%;
}
.mv.mv-lower .mv__deco {
  opacity: 0;
  position: absolute;
  bottom: 190px;
  left: 3px;
  width: 21.5104166667%;
  z-index: 2;
  pointer-events: none;
}
@media screen and (max-width: 1080px) {
  .mv.mv-lower {
    flex-wrap: wrap;
  }
  .mv.mv-lower .mv__title {
    order: 2;
    flex: auto;
    display: block;
    padding: 30px 20px;
  }
  .mv.mv-lower .mv__title:after {
    height: 100%;
  }
  .mv.mv-lower .mv__img {
    order: 1;
    width: 100%;
    position: relative;
    z-index: 3;
  }
  .mv.mv-lower .mv__deco {
    bottom: 0;
    left: auto;
    right: 0;
  }
}
@media screen and (max-width: 767.98px) {
  .mv.mv-lower .mv__title .en {
    font-size: 40px;
  }
  .mv.mv-lower .mv__title .title {
    margin-top: 6px;
    font-size: 20px;
  }
}

/* ========== 下層ページ用mv type2 ========== */
.mv.mv-lower2 {
  position: relative;
  overflow: hidden;
}
.mv.mv-lower2 .mv__title {
  position: absolute;
  width: 90%;
  left: 8%;
  bottom: 80px;
  z-index: 2;
}
.mv.mv-lower2 .mv__title .en,
.mv.mv-lower2 .mv__title .title {
  opacity: 0;
  transform: translateY(20px);
  color: var(--color-white);
}
.mv.mv-lower2 .mv__title .en {
  font-family: "Cinzel", serif;
  font-size: 84px;
  letter-spacing: 0.1em;
  line-height: 1.2;
  font-weight: 400;
}
.mv.mv-lower2 .mv__title .title {
  margin-top: 12px;
  font-size: 28px;
  letter-spacing: 0.1em;
}
.mv.mv-lower2 .mv__img {
  position: relative;
  z-index: 1;
  opacity: 0;
  transform: scale(1.05);
  filter: blur(20px);
}
.mv.mv-lower2 .mv__img img {
  width: 100%;
}
@media screen and (max-width: 767.98px) {
  .mv.mv-lower2 .mv__title {
    bottom: 140px;
  }
  .mv.mv-lower2 .mv__title .en, .mv.mv-lower2 .mv__title .title {
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.7);
  }
  .mv.mv-lower2 .mv__title .en {
    font-size: 40px;
  }
  .mv.mv-lower2 .mv__title .title {
    margin-top: 6px;
    font-size: 20px;
  }
}

.sp-only {
  display: none;
}

@media (max-width: 768px) {
  .sp-only {
    display: inline;
  }
}
.pc-only {
  display: inline;
}

@media (max-width: 1080px) {
  .pc-only {
    display: none;
  }
}
/*# sourceMappingURL=styles.css.map */
