@charset "UTF-8";
/*--------------------------------------------------------------
Foundation
--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, b, em, i, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, figure, figcaption,
button, input, textarea, select, i {
  border: 0;
  font-style: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  letter-spacing: inherit;
  color: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 10px;
  scroll-behavior: smooth;
}

@media screen and (min-width: 768px) and (max-width: 1350px) {
  html {
    font-size: calc(100vw * 10 / 1350);
  }
}

@media screen and (max-width: 767px) {
  html {
    font-size: calc(100vw * 10 / 640);
  }
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-size: 1.6rem;
  line-height: 1.5;
  background: #FCF7EF;
  color: #210404;
  overflow-x: hidden;
  overflow-y: scroll;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 2.2rem;
  }
}

ul, li {
  list-style: none;
}

table {
  border-collapse: collapse;
  width: 100%;
}

a:hover,
a:active,
a:focus {
  outline: 0;
}

a {
  backface-visibility: hidden;
  transition: .2s ease-in;
  transition-property: opacity, color, border, background, transform, box-shadow;
  opacity: 1;
  line-height: inherit;
}

img {
  vertical-align: middle;
}

img,
input[type="image"] {
  border: 0;
  height: auto;
  max-width: 100%;
}

input[type="submit"], input[type="button"], button {
  cursor: pointer;
  -webkit-appearance: none;
  border-radius: 0;
  font-size: inherit;
  letter-spacing: inherit;
  background: none;
}

strong {
  font-weight: bold;
}

a {
  text-decoration: none;
}

a:hover,
input[type="image"]:hover {
  opacity: 0.7;
}

p {
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  main {
    overflow: hidden;
  }
}

.m_ft {
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.ft_e {
  font-family: 'Montserrat', sans-serif;
}

/*--------------------------------------------------------------
Component
--------------------------------------------------------------*/
.evt {
  visibility: hidden;
}

.evt.done {
  visibility: visible;
}

.c_anchor {
  position: absolute;
  width: 100%;
  left: 0;
  margin-top: -10.4rem;
}

@media screen and (max-width: 767px) {
  .c_anchor {
    margin-top: -8rem;
  }
}

.c_ttl {
  text-align: center;
  font-size: 4rem;
  line-height: 1.25;
  margin-bottom: 3.5rem;
}

.c_ttl i {
  display: block;
  font-size: 2.5rem;
  color: #BFA97F;
  margin-bottom: .4em;
}

.c_ttl + p {
  text-align: center;
}

.c_ttl + .c_lead {
  margin-top: -1rem;
}

.c_btn {
  text-align: center;
}

.c_btn a {
  font-size: 1.8rem;
  border-radius: 3em;
  border: solid 2px #410E0E;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 6rem;
  background: #fff;
  width: 42rem;
  gap: .6em;
}

@media screen and (max-width: 767px) {
  .c_btn a {
    height: 8rem;
    font-size: 2.4rem;
    width: 48rem;
  }
}

.c_btn a.b {
  background: #410E0E;
  color: #E9E0CE;
}

.c_btn a.b:after {
  background-image: url(../img/arrow-right-b.svg);
}

.c_btn a:after {
  content: '';
  background: url(../img/arrow-right.svg) no-repeat 50%/contain;
  width: .666em;
  height: .611em;
}

.c_lead {
  font-size: 1.8rem;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .c_lead {
    font-size: 2.2rem;
  }
}

/*--------------------------------------------------------------
Utility
--------------------------------------------------------------*/
.u_wrap {
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .u_inner {
    width: 100rem;
    max-width: calc(100% - 4rem);
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .u_inner {
    margin: 0 3rem;
  }
}

.u_switch_img {
  opacity: 1;
}

.u_relative {
  position: relative;
}

@media screen and (min-width: 768px) {
  .is_sp {
    display: none;
  }
  .is_tel {
    pointer-events: none;
    cursor: default;
  }
  .is_tel:hover {
    opacity: 1;
  }
}

@media screen and (max-width: 767px) {
  .is_pc {
    display: none;
  }
}

/*--------------------------------------------------------------
Layout/PageBase
--------------------------------------------------------------*/
:where(#header, #footer) a {
  display: block;
}

#header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 66;
  height: 10.4rem;
}

@media screen and (min-width: 768px) {
  #header {
    display: flex;
    justify-content: space-between;
    padding: 1.3rem 4rem 1.3rem 3rem;
    transition: background .3s;
  }
  header.fixed #header {
    background: rgba(255, 255, 255, 0.5);
  }
}

@media screen and (max-width: 767px) {
  #header {
    height: 8rem;
  }
}

@media screen and (min-width: 768px) {
  #toggle_menu {
    display: flex;
    align-items: center;
    padding-top: .9rem;
    gap: 2.2rem;
  }
}

.h_logo {
  position: relative;
  top: 0;
}

@media screen and (min-width: 768px) {
  .h_logo {
    transition: top .3s;
  }
  header.fixed .h_logo {
    top: -1rem;
  }
}

@media screen and (max-width: 767px) {
  .h_logo {
    position: absolute;
    left: 3rem;
    top: 2rem;
  }
}

.h_logo img {
  width: 30rem;
}

@media screen and (max-width: 767px) {
  .h_logo img {
    width: 30rem;
  }
}

.h_logo a:hover {
  opacity: 1;
}

.h_link {
  display: flex;
  gap: .5rem;
}

@media screen and (max-width: 767px) {
  .h_link {
    flex-direction: column;
    padding: 5rem;
    gap: 1.2rem;
  }
  .h_link br {
    display: none;
  }
  .h_link span {
    margin: 0 -.5em;
  }
}

.h_link a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 6rem;
  border-radius: 3em;
  color: #fff;
  background: #00B900;
  line-height: 1.125;
  gap: .6em;
}

@media screen and (max-width: 767px) {
  .h_link a {
    font-size: 2.8rem;
    height: 8.6rem;
    gap: .5em;
  }
}

.h_link a:before {
  content: '';
  background: url(../img/h-line.svg) no-repeat 50%/contain;
  width: 1.25em;
  height: 1.25em;
}

@media screen and (max-width: 767px) {
  .h_link a:before {
    width: 2.4rem;
    height: 2.4rem;
  }
}

.h_link .mail {
  background: #410E0E;
  color: #E9E0CE;
}

.h_link .mail:before {
  background-image: url(../img/h-mail.svg);
}

@media screen and (min-width: 768px) {
  .h_link li {
    width: 18rem;
  }
}

@media screen and (max-width: 767px) {
  .h_nav a {
    background: url(../img/h-arrow02.svg) no-repeat calc(100% - 5rem) center/2.1rem;
    font-size: 3rem;
    padding: .8em 5rem;
  }
  .h_nav li {
    border-bottom: solid 1px #BFA97F;
  }
  .h_nav li ul {
    border-top: solid 1px #BFA97F;
    background: #FCF7EF;
  }
  .h_nav li li {
    border-bottom: dashed 1px #BFA97F;
  }
  .h_nav li li:last-child {
    border: none;
  }
  .h_nav li li small {
    display: none;
  }
  .h_nav li li img {
    display: none;
  }
  .h_nav li li a {
    font-size: 2.6rem;
    position: relative;
    padding-left: 7.7rem;
  }
  .h_nav li li a:before {
    content: '';
    position: absolute;
    background: url(../img/h-arrow01.svg) no-repeat 50%/contain;
    width: .9rem;
    height: 100%;
    left: 5rem;
    top: 0;
  }
}

@media screen and (min-width: 768px) {
  .h_nav {
    display: flex;
    gap: 1.5em;
  }
  .h_nav > li > a {
    padding: .5rem 0;
  }
  .h_nav ul {
    display: none;
    position: absolute;
    width: 100%;
    left: 0;
    background: rgba(233, 224, 206, 0.95);
    justify-content: center;
    padding: 3.5rem 0;
    gap: 2rem;
  }
  .h_nav ul a {
    background: #fff;
    border-radius: 3em;
    height: 8rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    width: 32rem;
    padding-left: 13.4rem;
    font-size: 2.4rem;
    line-height: 1.2;
    color: #410E0E;
  }
  .h_nav ul img {
    height: 6rem;
    position: absolute;
    right: 20.6rem;
  }
  .h_nav ul small {
    font-size: 1.6rem;
  }
  .h_nav .sub > a {
    background: url(../img/h-arrow-down.svg) no-repeat right center/0.625em;
    padding-right: 1.1em;
  }
  .h_nav .sub:hover > a {
    background-image: url(../img/h-arrow-down-b.svg);
    color: #BFA97F;
  }
  .h_nav .sub:hover ul {
    display: flex;
    animation: itemFadeIn .8s;
  }
}

@media screen and (max-width: 767px) {
  .h_menu {
    position: absolute;
    right: 3rem;
    top: 3.5rem;
    cursor: pointer;
    color: #BFA97F;
    text-align: center;
    font-size: 2rem;
  }
  .h_menu img {
    width: 6.8rem;
    display: block;
    margin-bottom: .2em;
  }
  .h_insta {
    position: absolute;
    top: 3.5rem;
    left: 5rem;
  }
  .h_insta img {
    width: 6.4rem;
  }
  #toggle_menu {
    position: fixed;
    overflow-y: auto;
    height: 100%;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    padding: 17rem 0 5rem;
  }
  body.open {
    overflow-y: hidden;
  }
  body.open #toggle_menu {
    display: block;
    animation: itemFadeIn 1s;
  }
  body:not(.open) #toggle_menu {
    display: none;
    animation: itemFadeOut .8s;
  }
}

@keyframes itemFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes itemFadeOut {
  from {
    opacity: 1;
    display: block;
  }
  to {
    opacity: 0;
  }
}

.f_cta {
  display: flex;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .f_cta {
    flex-direction: column;
  }
}

.f_cta dl {
  flex: 1;
  padding: 7rem 0;
}

@media screen and (max-width: 767px) {
  .f_cta dl {
    padding: 6rem 8rem;
  }
}

.f_cta .link {
  width: 50rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 7rem;
  margin: 3.5rem auto 0;
  border: solid 2px #fff;
  border-radius: 3em;
  font-size: 2.2rem;
  gap: .5em;
}

@media screen and (max-width: 767px) {
  .f_cta .link {
    height: 8rem;
    font-size: 2.8rem;
    width: auto;
    margin-top: 1rem;
  }
}

.f_cta .link:before {
  content: '';
  background: url(../img/ico-line.svg) no-repeat 50%/contain;
  width: 2.4rem;
  height: 2.4rem;
  margin-top: .2em;
}

@media screen and (max-width: 767px) {
  .f_cta .link:before {
    width: 2.8rem;
    height: 2.8rem;
  }
}

.f_cta .c_ttl {
  margin-bottom: 2rem;
}

.f_cta .c_ttl i {
  color: rgba(255, 255, 255, 0.5);
}

.f_cta p {
  font-weight: 500;
  margin-bottom: 2.5rem;
}

.f_cta .tel {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1em;
}

@media screen and (min-width: 768px) {
  .f_cta .tel {
    pointer-events: none;
  }
}

@media screen and (max-width: 767px) {
  .f_cta .tel {
    height: 11rem;
    background: #fff;
    border-radius: 3em;
    flex-direction: column;
    gap: .4em;
    padding-top: .5em;
  }
}

.f_cta .tel em {
  background: url(../img/ico-tel.svg) no-repeat left 0.35em/3rem;
  padding-left: .8em;
  line-height: 1;
  font-size: 5.4rem;
}

@media screen and (max-width: 767px) {
  .f_cta .tel em {
    background-size: 2.8rem;
    background-position: left center;
    font-size: 2.8rem;
    padding-left: 1.4em;
  }
}

.f_cta .tel small {
  font-size: 1.8rem;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .f_cta .tel small {
    font-size: 2rem;
  }
  .f_cta .tel small br {
    display: none;
  }
}

.f_cta .res {
  background: #00B900;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .f_cta .res .tel {
    color: #00B900;
  }
  .f_cta .res .tel em {
    background-image: url(../img/ico-tel-g.svg);
  }
}

.f_cta .contact {
  color: #E9E0CE;
  background: #410E0E;
}

.f_cta .contact .tel em {
  background-image: url(../img/ico-tel-b.svg);
}

@media screen and (max-width: 767px) {
  .f_cta .contact .tel {
    color: #410E0E;
    background: #E9E0CE;
  }
  .f_cta .contact .tel em {
    background-image: url(../img/ico-tel-m.svg);
  }
}

.f_cta .contact .link:before {
  background-image: url(../img/ico-line-b.svg);
}

.f_cta .contact p {
  color: #fff;
}

.f_map {
  height: 30rem;
}

.f_map iframe {
  width: 100%;
  height: 100%;
}

#footer {
  background: #fff;
  padding-top: 4rem;
}

@media screen and (max-width: 767px) {
  #footer {
    padding-top: 5rem;
  }
}

@media screen and (max-width: 767px) {
  #footer {
    text-align: center;
  }
}

.f_logo img {
  width: 31.1rem;
}

@media screen and (min-width: 768px) {
  .f_row {
    display: flex;
    justify-content: space-between;
  }
  .f_row .r {
    width: 60rem;
  }
}

.f_nav {
  display: flex;
  gap: 4rem;
}

.f_nav ul {
  flex: 1;
}

@media screen and (max-width: 767px) {
  .f_nav {
    display: none;
  }
}

.f_nav a {
  background: url(../img/arrow-right.svg) no-repeat right center/1.4rem;
  font-size: 2rem;
  padding: .8em 0;
}

.f_nav li {
  border-bottom: solid 1px #BFA97F;
}

.f_nav li ul {
  border-top: solid 1px #BFA97F;
}

.f_nav li li {
  border-bottom: dashed 1px #BFA97F;
}

.f_nav li li a {
  font-size: 1.8rem;
  position: relative;
  padding-left: .9em;
}

.f_nav li li a:before {
  content: '';
  position: absolute;
  background: url(../img/h-arrow01.svg) no-repeat 50%/contain;
  width: .6rem;
  height: 100%;
  left: 0;
  top: 0;
}

.f_insta {
  margin-top: 1.6rem;
}

@media screen and (max-width: 767px) {
  .f_insta {
    margin-top: 2.8rem;
  }
}

.f_insta img {
  width: 4rem;
}

@media screen and (max-width: 767px) {
  .f_insta img {
    width: 8rem;
  }
}

.f_copy {
  background: #E9E0CE;
  text-align: center;
  font-size: 1.4rem;
  line-height: 3.4rem;
  margin-top: 6.8rem;
}

@media screen and (max-width: 767px) {
  .f_copy {
    margin-top: 5rem;
    font-size: 1.8rem;
    line-height: 5.1rem;
  }
}

/*--------------------------------------------------------------
Project
--------------------------------------------------------------*/
.top_main {
  padding-top: 12rem;
  position: relative;
}

@media screen and (max-width: 767px) {
  .top_main {
    padding-top: 15rem;
  }
}

@media screen and (min-width: 768px) {
  .top_main .box {
    position: absolute;
    left: 9rem;
    top: 15rem;
    z-index: 2;
  }
}

@media screen and (max-width: 767px) {
  .top_main .box {
    position: relative;
    z-index: 2;
    margin-left: 4rem;
  }
}

.top_main .deco1 {
  position: absolute;
  width: 47.9rem;
  left: 4rem;
  top: 38rem;
}

@media screen and (max-width: 767px) {
  .top_main .deco1 {
    width: 38.8rem;
    left: -4rem;
    top: 23rem;
  }
}

.top_main .ttl {
  font-size: 2.6rem;
  line-height: 1.77;
  margin-bottom: .6em;
}

.top_main p {
  font-size: 7rem;
  line-height: 1.25;
  font-weight: 500;
}

.top_main p em {
  color: #BFA97F;
}

.top_main .slide {
  margin-left: auto;
  width: 58rem;
}

@media screen and (max-width: 767px) {
  .top_main .slide {
    margin-top: -3rem;
  }
}

@media screen and (min-width: 768px) {
  .top_main .slide {
    width: 65.7%;
    position: relative;
  }
}

.top_main .deco2 {
  position: absolute;
  z-index: 2;
  width: 38.26087%;
  top: -7.0073%;
  left: 19.13043%;
}

@media screen and (max-width: 767px) {
  .top_main .deco2 {
    top: 4.4rem;
    left: 33rem;
    width: 35.2rem;
  }
}

.top_main .deco3 {
  position: absolute;
  bottom: -21rem;
  left: 56rem;
  z-index: 2;
  width: 32.6rem;
}

@media screen and (max-width: 767px) {
  .top_main .deco3 {
    left: 40.6rem;
    bottom: -16rem;
  }
}

.top_main figure {
  mask: url(../img/mv-mask.png) no-repeat center top/contain;
}

.top_main figure img {
  width: 100%;
  transition: transform 7s ease-in-out;
  transition-timing-function: linear;
  aspect-ratio: 920 / 685;
  object-fit: cover;
}

.top_main .swiper-fade .swiper-slide {
  transition-property: opacity !important;
}

.top_main .swiper-slide-active figure img {
  transform: scale(1.1);
}

.top_event {
  padding: 7.5rem 0 8rem;
  position: relative;
}

@media screen and (max-width: 767px) {
  .top_event {
    padding: 9rem 0 10rem;
  }
}

.top_event:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50%  -50%;
  z-index: -1;
  background: url(../img/event-bg.svg) no-repeat 50%/contain;
  aspect-ratio: 1400 / 821;
  width: 100%;
  margin-top: -8rem;
}

@media screen and (max-width: 1400px) {
  .top_event:before {
    width: 140rem;
  }
}

@media screen and (max-width: 767px) {
  .top_event:before {
    width: 196rem;
  }
}

.top_event .deco {
  position: absolute;
  left: calc(50% + 12.5rem);
  bottom: -6.3rem;
  width: 70.6rem;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .top_event .deco {
    left: 23rem;
    bottom: -8.8rem;
  }
}

@media screen and (max-width: 767px) {
  .top_event .wrap {
    position: relative;
  }
}

.top_event .slide {
  position: relative;
  overflow: hidden;
  z-index: 2;
  padding: 0 .6rem .6rem;
  margin: 0 -.6rem;
}

@media screen and (max-width: 767px) {
  .top_event .slide {
    width: 49.2rem;
    margin: 0 auto;
  }
}

.top_event li {
  width: 49rem;
  margin-right: 2rem;
  background: #fff;
  border-radius: 2rem;
  overflow: hidden;
  box-shadow: 0 0.3rem 0.6rem rgba(191, 169, 127, 0.5);
}

@media screen and (max-width: 767px) {
  .top_event li {
    width: 48rem;
  }
}

.top_event li a {
  display: block;
}

.top_event .row {
  padding: 2.3rem 2.5rem;
}

@media screen and (min-width: 768px) {
  .top_event .row {
    display: flex;
    justify-content: space-between;
  }
  .top_event .row dl {
    width: calc(100% - 20rem);
  }
}

.top_event dt {
  font-size: 1.8rem;
  line-height: 1.44;
  margin-bottom: 2rem;
}

@media screen and (max-width: 767px) {
  .top_event dt {
    font-size: 2.4rem;
    padding-left: 18rem;
    min-height: 16rem;
    margin-bottom: 3rem;
  }
}

.top_event dd {
  border: solid 0.8px #BFA97F;
  padding: 0 1rem 2rem;
  text-align: center;
  line-height: 1;
  color: #BFA97F;
}

@media screen and (max-width: 767px) {
  .top_event dd {
    font-size: 2.4rem;
  }
}

.top_event dd b {
  display: block;
  font-size: 1.2rem;
  line-height: 3.3;
  position: relative;
  margin-bottom: -.5rem;
  z-index: 0;
  top: -1rem;
}

@media screen and (max-width: 767px) {
  .top_event dd b {
    font-size: 1.8rem;
    line-height: 2.7;
    top: -2.5rem;
    margin-bottom: -2rem;
  }
}

.top_event dd b:before {
  content: '';
  position: absolute;
  left: 50%;
  translate: -50% 0;
  background: #fff url(../img/event-ttl-bg.svg) no-repeat 50%/contain;
  width: 19rem;
  height: 4rem;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .top_event dd b:before {
    width: 23.8rem;
    height: 5rem;
  }
}

.top_event dd em {
  font-size: 3rem;
}

@media screen and (max-width: 767px) {
  .top_event dd em {
    font-size: 4rem;
  }
}

.top_event dd i {
  font-size: 2rem;
}

@media screen and (max-width: 767px) {
  .top_event dd i {
    font-size: 3rem;
  }
}

.top_event dd small {
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .top_event dd small {
    font-size: 2.2rem;
  }
}

.top_event figure {
  width: 18rem;
}

@media screen and (max-width: 767px) {
  .top_event figure {
    width: 16rem;
    position: absolute;
  }
}

.top_event figure img {
  border-radius: 50%;
}

.top_event .more {
  text-align: center;
  background: #410E0E;
  color: #E9E0CE;
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 3rem;
  gap: .6em;
}

.top_event .more:after {
  content: '';
  background: url(../img/arrow-right-b.svg) no-repeat 50%/contain;
  width: .714em;
  height: .642em;
}

@media screen and (max-width: 767px) {
  .top_event .btn i {
    position: absolute;
    top: 0;
    cursor: pointer;
    z-index: 2;
    width: 2.6rem;
    height: 100%;
    background: url(../img/btn-prev.svg) no-repeat 50%/contain;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .top_event .btn .prev {
    left: 0;
  }
}

@media screen and (max-width: 767px) {
  .top_event .btn .next {
    background-image: url(../img/btn-next.svg);
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .top_event .btn .next {
    right: 0;
  }
}

.top_event .pager {
  margin: 4rem 0 5rem;
  display: flex;
  gap: 1.2rem;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .top_event .pager {
    margin: 4rem 0 6rem;
    gap: 2rem;
  }
}

.top_event .swiper-pagination-bullet {
  height: 1.4rem;
  width: 1.4rem;
  border-radius: 50%;
  cursor: pointer;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .top_event .swiper-pagination-bullet {
    width: 2.4rem;
    height: 2.4rem;
  }
}

.top_event .swiper-pagination-bullet-active {
  background: #410E0E;
}

.top_service {
  position: relative;
  text-align: center;
}

.top_service .deco1 {
  position: absolute;
  z-index: -1;
  width: 71.4rem;
  bottom: 3.9rem;
  right: calc(50% + 15rem);
}

@media screen and (max-width: 767px) {
  .top_service .deco1 {
    left: -14rem;
    right: auto;
    bottom: -1rem;
  }
}

.top_service .catch {
  font-size: 2.8rem;
  font-weight: 500;
  margin: 2.5rem 0 6.5rem;
  position: relative;
}

@media screen and (max-width: 767px) {
  .top_service .catch {
    font-size: 3.2rem;
  }
}

.top_service .catch em {
  color: #BFA97F;
}

.top_service .catch img {
  position: absolute;
  z-index: -1;
  top: -7.5rem;
  right: 10.3rem;
  width: 15.8rem;
}

@media screen and (max-width: 767px) {
  .top_service .catch img {
    width: 17.8rem;
    right: 0;
    top: -8.8rem;
  }
}

.top_service .list {
  display: flex;
  gap: 3.2rem;
}

@media screen and (max-width: 767px) {
  .top_service .list {
    flex-direction: column;
    width: 48rem;
    margin: 0 auto;
    gap: 6.7rem;
  }
}

.top_service .list li {
  flex: 1;
  position: relative;
}

.top_service .list i {
  position: absolute;
  z-index: 1;
  background: url(../img/service-ttl-bg.svg) no-repeat 50%/contain;
  width: 12.6rem;
  aspect-ratio: 126 / 118;
  color: #E9E0CE;
  text-align: center;
  line-height: 1;
  padding-top: 2.4em;
  padding-left: .2em;
  left: .3rem;
  top: -2.3rem;
}

@media screen and (max-width: 767px) {
  .top_service .list i {
    width: 19.3rem;
    font-size: 2.4rem;
  }
}

.top_service .list i em {
  display: block;
  font-size: 2.6rem;
}

@media screen and (max-width: 767px) {
  .top_service .list i em {
    font-size: 4rem;
  }
}

.top_service .list a {
  border-radius: 50%;
  background: #fff;
  border: solid 2px #410E0E;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.6rem;
  aspect-ratio: 1 / 1;
  position: relative;
  overflow: hidden;
  padding-bottom: 3rem;
}

.top_service .list a:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 5.2rem;
  background: #E9E0CE url(../img/arrow-right.svg) no-repeat 50%/1.9rem;
  bottom: 0;
}

@media screen and (max-width: 767px) {
  .top_service .list a:before {
    height: 8rem;
    background-size: 2.8rem;
  }
}

.top_service .list p {
  font-size: 3.2rem;
  line-height: 1.3;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .top_service .list p {
    font-size: 4.8rem;
  }
}

.top_service .list p small {
  display: block;
  font-size: 2rem;
}

@media screen and (max-width: 767px) {
  .top_service .list p small {
    font-size: 3rem;
  }
}

.top_service .list img {
  height: 11rem;
}

@media screen and (max-width: 767px) {
  .top_service .list img {
    height: 17rem;
  }
}

.top_service .fig {
  display: flex;
  margin-top: 8rem;
}

@media screen and (max-width: 767px) {
  .top_service .fig {
    margin-top: 12rem;
  }
}

.top_service .fig li {
  gap: 1;
}

.top_service .fig li img {
  width: 100%;
}

.top_about {
  background: #E9E0CE url(../img/about-bg.png) no-repeat 50%/contain;
  height: 73.3rem;
  padding: 6rem 0;
}

@media screen and (max-width: 767px) {
  .top_about {
    background-image: url(../img/about-bg-sp.png);
    background-size: cover;
    height: 99rem;
    padding: 7rem 0;
  }
}

.top_about .logo {
  text-align: center;
}

.top_about .logo img {
  width: 25rem;
}

.top_about .c_ttl {
  margin: 2rem 0 3rem;
  font-size: 4rem;
}

@media screen and (max-width: 767px) {
  .top_about .c_ttl {
    font-size: 4.2rem;
  }
}

.top_about .c_ttl em {
  color: #BFA97F;
  font-size: 4.6rem;
}

@media screen and (max-width: 767px) {
  .top_about .c_ttl em {
    font-size: 5rem;
  }
}

@media screen and (min-width: 768px) {
  .top_about p {
    width: 76rem;
    margin: 0 auto;
  }
}

.top_facility {
  padding: 8rem 0;
}

@media screen and (max-width: 767px) {
  .top_facility {
    padding: 9rem 0 5.5rem;
  }
}

.top_facility p {
  margin: -2rem 0 3.5rem;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .top_facility p {
    font-size: 2rem;
  }
}

.top_facility ul {
  border-radius: 3rem;
  margin-bottom: 5rem;
  overflow: hidden;
  display: grid;
  gap: 1rem;
  grid-template-columns: 45rem 1fr;
  grid-template-areas: "img1 img2" "img1 img3";
}

@media screen and (max-width: 767px) {
  .top_facility ul {
    margin-bottom: 6.5rem;
    grid-template-columns: none;
    grid-template-areas: "img1 img1" "img2 img3";
  }
}

.top_facility li {
  grid-area: img1;
}

.top_facility li:nth-child(2) {
  grid-area: img2;
}

.top_facility li:nth-child(3) {
  grid-area: img3;
}

.top_facility .box {
  position: relative;
}

.top_facility .deco1 {
  position: absolute;
  top: -8.1rem;
  left: -9.2rem;
  width: 27rem;
}

@media screen and (max-width: 767px) {
  .top_facility .deco1 {
    width: 20.6rem;
    left: -12rem;
    top: -10.5rem;
  }
}

.top_facility .deco2 {
  position: absolute;
  right: -9.9rem;
  bottom: -11.5rem;
  width: 22.5rem;
}

.top_trial {
  background: url(../img/trial-bg.svg) no-repeat center top/100%;
  padding: 4rem 0 3.5rem;
}

@media screen and (min-width: 768px) and (max-width: 1400px) {
  .top_trial {
    background-size: 140rem;
  }
}

@media screen and (max-width: 767px) {
  .top_trial {
    background: url(../img/trial-bg-sp.svg) no-repeat center top/100%;
    padding: 6.5rem 0 10rem;
  }
}

.top_trial .ttl {
  font-size: 4.6rem;
  text-align: center;
  position: relative;
  margin-bottom: 3rem;
}

.top_trial .ttl:before, .top_trial .ttl:after {
  content: '';
  position: absolute;
  background: url(../img/trial-ttl-left.svg) no-repeat 50%/contain;
  width: 2.8rem;
  height: 4.7rem;
  margin-left: -3em;
  bottom: 0;
}

@media screen and (max-width: 767px) {
  .top_trial .ttl:before {
    left: 1em;
    margin: 0;
  }
}

.top_trial .ttl:after {
  background-image: url(../img/trial-ttl-right.svg);
  margin-left: 1em;
}

@media screen and (max-width: 767px) {
  .top_trial .ttl:after {
    right: 1em;
    margin: 0;
  }
}

.top_trial .ttl i {
  position: relative;
  z-index: 0;
}

.top_trial .ttl i:before {
  content: '';
  position: absolute;
  background: url(../img/trial-ttl-line.svg) no-repeat 50%/contain;
  width: 30.3rem;
  height: 16.1rem;
  left: -.7em;
  margin-top: -.25em;
  z-index: -1;
}

.top_trial .ttl small {
  font-size: 3rem;
}

.top_trial .ttl em {
  color: #BFA97F;
}

.top_trial .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .top_trial .row {
    flex-direction: column;
    gap: 2.2rem;
  }
}

.top_trial .c_btn {
  margin-top: 3rem;
}

.top_trial .c_btn a {
  margin-top: .5rem;
}

.top_trial figure {
  width: 44rem;
}

@media screen and (max-width: 767px) {
  .top_trial figure {
    width: 44.4rem;
    margin: 0 auto;
  }
}

@media screen and (min-width: 768px) {
  .top_trial .desc {
    width: 50rem;
  }
}

.low {
  margin-top: 10.4rem;
}

@media screen and (max-width: 767px) {
  .low {
    margin-top: 8rem;
  }
}

.low_header {
  background: url(../img/about_mv.jpg) no-repeat 50%/cover;
  height: 30rem;
}

.low_header .ttl {
  position: relative;
  top: 50%;
  translate: 0 -50%;
}

/*# sourceMappingURL=style.css.map */