@charset "UTF-8";
img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

a {
  color: #3C3939;
  text-decoration: none;
  transition: all 0.4s;
}

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

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 16px;
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 2;
  color: #3C3939;
  overflow-x: hidden;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
  }
}
@media screen and (max-width: 1450px) {
  body:has(.siteHeader.is-open) {
    overflow: hidden;
  }
}

.pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

.container {
  max-width: 1227px;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .container {
    width: 90%;
  }
}
.container-l {
  max-width: 1380px;
}
.container-s {
  max-width: 1150px;
}

.font-emoji {
  font-family: "Noto Emoji", sans-serif !important;
}

.color-green {
  color: #73BFA0;
}

.color-blue {
  color: #7399BF;
}

.color-red {
  color: #E9A28C;
}

.inview {
  opacity: 0;
  transition: opacity 0.7s, transform 0.7s, filter 0.8s;
}
.inview-bottom {
  transform: translateY(15px);
}
.inview-top {
  transform: translateY(-15px);
}
.inview-left {
  transform: translateX(-15px);
}
.inview-right {
  transform: translateX(15px);
}

.inview.show {
  opacity: 1;
  transform: translate(0);
}

.txtborder-yellow {
  border-bottom: 4px solid #F2E76D;
  color: #BA2E33;
}

.marker-yellow {
  background: linear-gradient(transparent 60%, rgba(242, 231, 109, 0.75) 60%);
  padding-bottom: 2px;
}

.text-dot {
  background-image: radial-gradient(circle at center, #BA2E33 15%, transparent 15%);
  background-position: top right;
  background-repeat: repeat-x;
  background-size: 1em 0.2em;
  padding-top: 0.5em;
}

.text-inlineblock {
  display: inline-block;
}

.bg-yellow {
  background-color: #F2EEC2;
  filter: drop-shadow(0 -1px 20px rgba(0, 0, 0, 0.11));
  padding: 50px 0;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .bg-yellow {
    padding: 40px 0;
  }
}
@media screen and (max-width: 768px) {
  .bg-yellow {
    filter: drop-shadow(0 -1px 10px rgba(0, 0, 0, 0.11));
  }
}

.bg-grid {
  --grid-color: rgba(0, 0, 0, 0.04);
  --grid-size: 20px;
  --line-width: 1px;
  background-image: linear-gradient(var(--grid-color) var(--line-width), transparent var(--line-width)), linear-gradient(90deg, var(--grid-color) var(--line-width), transparent var(--line-width));
  background-size: var(--grid-size) var(--grid-size);
  background-color: #ffffff;
}

.section_title {
  font-family: "Jost", sans-serif;
  font-style: italic;
  font-size: clamp(1.5rem, 1.106rem + 1.68vw, 2.8rem);
  font-weight: 600;
  font-weight: 500;
}
.section_title span {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-style: normal;
  font-size: clamp(0.75rem, 0.689rem + 0.26vw, 1rem);
}
.section_title-border {
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: 1203px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  color: #BDA484;
  position: relative;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .section_title-border {
    gap: 0;
    flex-direction: column;
    margin-bottom: 20px;
    line-height: 1.4;
    margin-top: 5px;
  }
}
.section_title-border span {
  color: #3C3939;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
.section_title-border::before {
  content: "";
  display: block;
  width: 50vw;
  height: 1px;
  background-color: #BDA484;
  position: absolute;
  right: calc(100% + 5px);
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .section_title-border::before {
    display: none;
  }
}
.section_title-round {
  background-color: #F2EEC2;
  text-align: center;
  font-family: "Jost", sans-serif;
  font-style: italic;
  color: #73BFA0;
  line-height: 1.2;
  padding: 30px 80px;
  box-sizing: border-box;
  border-radius: 50%;
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .section_title-round {
    padding: 20px 50px;
    top: -25px;
  }
}
.section_title-round span {
  display: block;
  color: #3C3939;
}
.section_title_bg-round {
  text-align: center;
  padding: 75px 0 40px;
  background-image: url(../../images/bg_title_round.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
}
@media screen and (max-width: 1024px) {
  .section_title_bg-round {
    padding: 50px 0 30px;
  }
}
@media screen and (max-width: 768px) {
  .section_title_bg-round {
    padding: 30px 0 20px;
  }
}
.section_title_bg-round img {
  width: 60%;
  max-width: 692px;
}
@media screen and (max-width: 1024px) {
  .section_title_bg-round img {
    max-width: 500px;
  }
}
@media screen and (max-width: 768px) {
  .section_title_bg-round img {
    max-width: 450px;
    width: 85%;
  }
}

.section_message {
  width: 45%;
  max-width: 685px;
  margin: 50px auto;
}
@media screen and (max-width: 1024px) {
  .section_message {
    width: 55%;
  }
}
@media screen and (max-width: 768px) {
  .section_message {
    width: 80%;
    max-width: 450px;
    margin-top: 40px;
  }
}

.slider {
  height: 19vw;
}
@media screen and (max-width: 768px) {
  .slider {
    height: 28vw;
  }
}
.slider li {
  display: flex;
  height: 100%;
  width: -moz-max-content;
  width: max-content;
  gap: 0.6vw;
}
@media screen and (max-width: 768px) {
  .slider li {
    gap: 0.8vw;
  }
}
.slider li img {
  display: block;
  height: 100%;
  width: auto;
  max-width: none;
}
.slider_wrapper {
  overflow: hidden;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.6vw;
}
@media screen and (max-width: 768px) {
  .slider_wrapper {
    gap: 0.8vw;
  }
}
.slider:first-child li {
  animation: scroll-left 60s linear infinite;
}
.slider:nth-child(2) li {
  animation: scroll-right 60s linear infinite;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes scroll-right {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}
.cta {
  background-image: url(../../images/cta-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 70px 0 50px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .cta {
    padding: 50px 0 30px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
  }
}
.cta_title {
  max-width: 916px;
  width: 75%;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .cta_title {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .cta_title {
    max-width: 450px;
    width: 100%;
  }
}
.cta_btns {
  width: 95%;
  max-width: 1158px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
}
@media screen and (max-width: 1024px) {
  .cta_btns {
    width: 100%;
    gap: 10px;
  }
}
@media screen and (max-width: 768px) {
  .cta_btns {
    flex-direction: column;
    gap: 15px;
    width: 100%;
    max-width: 550px;
  }
}
.cta_link {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  background-color: #D9B227;
  border: 1px solid #D9B227;
  border-radius: 100px;
  text-align: center;
  padding: 25px 5px;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .cta_link {
    padding: 20px 2px;
  }
}
@media screen and (max-width: 768px) {
  .cta_link {
    padding: 15px 2px;
  }
}
.cta_link:hover {
  opacity: 0.7;
}
.cta_link img {
  max-width: 410px;
  width: 75%;
}
@media screen and (max-width: 1024px) {
  .cta_link img {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .cta_link img {
    width: 70%;
    max-width: 300px;
  }
}
.cta_link p {
  line-height: 1;
}
.cta_link small {
  display: block;
  font-size: clamp(0.625rem, 0.595rem + 0.13vw, 0.75rem);
  color: #fff;
  margin-top: 12px;
}
@media screen and (max-width: 768px) {
  .cta_link small {
    margin-top: 8px;
  }
}
.cta_link-tel {
  background-color: transparent;
  font-size: clamp(0.688rem, 0.612rem + 0.32vw, 1rem);
}
.cta_link-tel-num {
  font-family: "Jost", sans-serif;
  font-style: italic;
  font-style: normal;
  font-size: clamp(1.438rem, 1.18rem + 1.1vw, 2.5rem);
  line-height: 1.1;
  margin-top: 15px;
  color: #D9B227;
}
@media screen and (max-width: 768px) {
  .cta_link-tel-num {
    margin-top: 10px;
  }
}
.cta_link-tel small {
  color: #3C3939;
}

.splide__arrows {
  height: 100%;
  width: 90%;
  max-width: 1227px;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  pointer-events: none;
}

.splide__arrow {
  background: #BDA484;
  opacity: 1;
  transition: all 0.4s;
  width: 2%;
  max-width: 40px;
  height: auto;
  aspect-ratio: 1/1;
  pointer-events: auto;
}
@media screen and (max-width: 1024px) {
  .splide__arrow {
    width: 3%;
    max-width: 28px;
  }
}
@media screen and (max-width: 620px) {
  .splide__arrow {
    width: 5%;
  }
}
.splide__arrow--prev {
  left: -1%;
}
.splide__arrow--next {
  right: -1%;
}
.splide__arrow svg {
  width: 45%;
  height: auto;
  aspect-ratio: 1/1;
  fill: #fff;
}

.fade-in {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1.2s ease, transform 1.2s ease;
}
@media screen and (max-width: 768px) {
  .fade-in {
    transform: translateY(10px);
  }
}

.fade-in.show {
  opacity: 1;
  transform: translateY(0);
  /* 元の位置 */
}

.siteHeader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  height: 90px;
  padding: 15px 35px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  transition: all 0.4s;
}
@media screen and (max-width: 1450px) {
  .siteHeader {
    height: 80px;
  }
}
@media screen and (max-width: 768px) {
  .siteHeader {
    height: 60px;
    padding: 10px 15px;
  }
}
.siteHeader-bg, .siteHeader.is-open {
  background-color: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(30px);
}
.siteHeader_container {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: right;
  gap: 40px;
  box-sizing: border-box;
}
@media screen and (max-width: 1450px) {
  .siteHeader_container {
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .siteHeader_container {
    gap: 5px;
  }
}
.siteHeader_logo {
  width: 15%;
  min-width: 200px;
  padding-right: 5px;
  padding-left: 10px;
  margin-right: auto;
  transition: all 0.4s;
}
@media screen and (max-width: 1450px) {
  .siteHeader_logo {
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .siteHeader_logo {
    width: 45%;
    max-width: 180px;
    min-width: auto;
    padding-right: 5px;
  }
}
.siteHeader_logo a {
  display: block;
}
.siteHeader_logo a:hover {
  opacity: 0.7;
}
.siteHeader_nav {
  flex: 1;
  max-width: 950px;
  white-space: nowrap;
  text-align: center;
}
@media screen and (max-width: 1450px) {
  .siteHeader_nav {
    opacity: 0;
    width: 100vw;
    max-width: none;
    position: fixed;
    top: 80px;
    right: -100vw;
    height: calc(100vh - 80px);
    transition: all 0.4s;
    padding: 20px;
    padding-bottom: 150px;
    box-sizing: border-box;
    margin-right: 0;
    overflow: scroll;
    background-color: #023562;
  }
}
@media screen and (max-width: 768px) {
  .siteHeader_nav {
    top: 60px;
    height: calc(100vh - 60px);
  }
}
.siteHeader_nav ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 18px;
}
@media screen and (max-width: 1450px) {
  .siteHeader_nav ul {
    max-width: 700px;
    margin: 0 auto;
    flex-direction: column;
    gap: 0;
  }
}
@media screen and (max-width: 1450px) {
  .siteHeader_nav_item {
    width: 100%;
  }
}
.siteHeader_nav_link {
  display: block;
  position: relative;
  font-size: 18px;
  font-family: "Jost", sans-serif;
  font-style: italic;
  font-weight: 500;
  line-height: 1.1;
  color: #023562;
}
@media screen and (max-width: 1450px) {
  .siteHeader_nav_link {
    display: flex;
    align-items: flex-end;
    gap: 10px;
    width: 100%;
    padding: 30px 10px;
    color: #fff;
    border-bottom: 1px solid #fff;
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .siteHeader_nav_link {
    padding: 25px 5px;
    font-size: 18px;
  }
}
.siteHeader_nav_link:hover {
  opacity: 0.7;
}
@media screen and (max-width: 1450px) {
  .siteHeader_nav_link:hover {
    opacity: 1;
    color: rgba(255, 255, 255, 0.7) !important;
  }
}
@media screen and (max-width: 1450px) {
  .siteHeader_nav_link:hover span {
    opacity: 1;
    color: rgba(255, 255, 255, 0.7) !important;
  }
}
.siteHeader_nav_link span {
  display: block;
  font-size: 11px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color: #3C3939;
  white-space: nowrap;
  font-style: normal;
  transition: all 0.4s;
}
@media screen and (max-width: 1450px) {
  .siteHeader_nav_link span {
    color: #fff;
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .siteHeader_nav_link span {
    font-size: 12px;
  }
}
.siteHeader_nav_link::after {
  transition: all 0.4s;
}
@media screen and (max-width: 1450px) {
  .siteHeader_nav_link::after {
    content: "";
    position: absolute;
    top: calc(50% - 4px);
    right: 10px;
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-right: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
  }
}
.siteHeader_nav_btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 14px;
  background-color: #D9B227;
  border: 1px solid #D9B227;
  color: #fff;
  padding: 10px 5px;
  border-radius: 50px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .siteHeader_nav_btn {
    padding: 8px 5px;
  }
}
.siteHeader_nav_btn:hover {
  opacity: 0.6;
}
.siteHeader_nav_btn img {
  width: 10%;
}
@media screen and (max-width: 768px) {
  .siteHeader_nav_btn img {
    max-width: 30px;
    width: 20%;
  }
}
.siteHeader_nav_btn_wrapper {
  display: none !important;
}
@media screen and (max-width: 1450px) {
  .siteHeader_nav_btn_wrapper {
    display: flex !important;
    align-items: stretch;
    justify-content: center;
    gap: 30px;
    max-width: 700px;
    margin: 40px auto;
  }
}
@media screen and (max-width: 768px) {
  .siteHeader_nav_btn_wrapper {
    gap: 10px;
  }
}
.siteHeader_nav_btn-tel {
  font-family: "Jost", sans-serif;
  font-style: italic;
  font-style: normal;
  font-size: 18px;
  background-color: #fff;
  color: #D9B227;
}
@media screen and (max-width: 768px) {
  .siteHeader_nav_btn-tel {
    font-size: 15px;
  }
}
.siteHeader_nav_btn-tel span {
  margin-left: -5px;
}
.siteHeader_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 14px;
  padding: 10px 20px;
  border-radius: 50px;
  box-sizing: border-box;
  background-color: #D9B227;
  border: 1px solid #D9B227;
  color: #fff;
  margin: 0 !important;
}
@media screen and (max-width: 1450px) {
  .siteHeader_btn {
    padding: 5px 20px;
  }
}
@media screen and (max-width: 768px) {
  .siteHeader_btn {
    padding: 0;
    width: 9vw !important;
    max-width: 35px;
    height: auto;
    aspect-ratio: 1/1;
    border-radius: 50%;
    background-color: #fff;
  }
}
.siteHeader_btn:hover {
  opacity: 0.6;
}
.siteHeader_btn_wrapper {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 10px;
}
@media screen and (max-width: 1450px) {
  .siteHeader_btn_wrapper {
    width: auto;
    display: none;
  }
}
.siteHeader_btn span {
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .siteHeader_btn span {
    display: none;
  }
}
.siteHeader_btn img {
  display: block;
  width: 25%;
}
@media screen and (max-width: 768px) {
  .siteHeader_btn img {
    width: 100%;
    max-width: none;
  }
}
.siteHeader_btn-contact {
  padding-left: 10px;
}
@media screen and (max-width: 768px) {
  .siteHeader_btn-contact {
    padding: 0;
  }
}
.siteHeader_btn-tel {
  font-family: "Jost", sans-serif;
  font-style: italic;
  font-style: normal;
  background-color: #fff;
  color: #D9B227;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .siteHeader_btn-tel {
    display: none;
  }
}
.siteHeader_btn-tel span {
  margin-left: -5px;
}
.siteHeader_navbtn {
  position: relative;
  display: none;
  width: 44px;
  height: 44px;
  cursor: pointer;
  background: none;
  border: none;
  transition: all 0.4s;
}
.siteHeader_navbtn:hover {
  opacity: 0.7;
}
@media screen and (max-width: 1450px) {
  .siteHeader_navbtn {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .siteHeader_navbtn {
    width: 40px;
    height: 40px;
  }
}
.siteHeader_navbtn span {
  position: absolute;
  left: 25%;
  display: block;
  width: 50%;
  height: 2px;
  background: #3C3939;
  transition: 0.2s;
}
@media screen and (max-width: 768px) {
  .siteHeader_navbtn span {
    width: 60%;
    height: 1px;
  }
}
.siteHeader_navbtn span:first-child {
  top: 30%;
}
.siteHeader_navbtn span:nth-child(2) {
  top: 48%;
  opacity: 1;
}
.siteHeader_navbtn span:last-child {
  top: 67%;
}
.siteHeader.is-open .siteHeader_nav {
  opacity: 1;
  right: 0;
}
.siteHeader.is-open .siteHeader_navbtn-border:first-child {
  top: 48%;
  transform: rotate(45deg);
}
.siteHeader.is-open .siteHeader_navbtn-border:nth-child(2) {
  display: none;
  opacity: 0;
}
.siteHeader.is-open .siteHeader_navbtn-border:last-child {
  top: 48%;
  transform: rotate(-45deg);
}

.fv {
  position: relative;
  width: 100vw;
  height: auto;
  aspect-ratio: 1/0.54;
}
@media screen and (max-width: 768px) {
  .fv {
    max-height: 1100px;
    aspect-ratio: 1/1.821;
  }
}
.fv_inner {
  width: 100%;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .fv_inner {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.fv_text {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 41%;
  height: 100%;
  position: relative;
  left: 5%;
  z-index: 0;
  background-image: url(../../images/fv_text_bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .fv_text {
    width: 92%;
    max-width: 600px;
    height: auto;
    background: none;
    left: auto;
  }
}
.fv_img {
  width: 56%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .fv_img {
    width: 100%;
    top: -5vw;
    bottom: auto;
    right: 50%;
    transform: translateX(50%);
    z-index: 0;
  }
}
.fv::before {
  content: "";
  display: block;
  width: 3%;
  max-width: 36px;
  height: auto;
  aspect-ratio: 1/5.694;
  background-image: url(../../images/scroll_img.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -80px;
  left: 30px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .fv::before {
    width: 20px;
    bottom: -10px;
  }
}

.banner {
  margin-top: 55px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .banner {
    margin-top: 20px;
  }
}
.banner .container {
  width: 65%;
  max-width: 1200px;
}
@media screen and (max-width: 768px) {
  .banner .container {
    width: 85%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}
.banner_link {
  display: block;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 768px) {
  .banner_link {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  }
}
.banner_link + .banner_link {
  margin-top: 30px;
}

.bg_gradation-yellow {
  background-image: url(../../images/reasons_bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}

.reasons {
  padding-top: 100px;
  overflow: hidden;
}
.reasons_title {
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  color: #023562;
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: 0.2rem;
  line-height: 1.3;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .reasons_title {
    font-size: 1.3rem;
  }
}
.reasons_title small {
  font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
  .reasons_title small {
    font-size: 1rem;
  }
}
.reasons_title strong {
  font-size: 3.6rem;
}
@media screen and (max-width: 768px) {
  .reasons_title strong {
    font-size: 2.5rem;
  }
}
.reasons_title::after {
  content: "";
  display: block;
  width: 80%;
  margin: 10px auto 0;
  height: 3px;
  background-color: #BDA484;
}
@media screen and (max-width: 768px) {
  .reasons_title::after {
    height: 2px;
  }
}
.reasons_title::before {
  content: "";
  display: block;
  width: 60%;
  max-width: 253px;
  height: auto;
  aspect-ratio: 1/0.443;
  background-image: url(../../images/reasons_title_bg.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -50px;
  left: -133px;
}
@media screen and (max-width: 768px) {
  .reasons_title::before {
    left: -15%;
    top: -60px;
  }
}
.reasons_info {
  width: -moz-fit-content;
  width: fit-content;
  margin: 20px auto;
  text-align: center;
  padding: 85px 70px;
  font-family: "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .reasons_info {
    padding: 60px 20px;
  }
}
@media screen and (max-width: 768px) {
  .reasons_info {
    max-width: 600px;
    padding: 50px 10px;
    margin: -5px auto 20px;
    text-align: left;
  }
}
.reasons_info::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-image: radial-gradient(rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.7) 40%, rgba(255, 255, 255, 0) 75%);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .reasons_info::before {
    width: 130%;
  }
}
.reasons_contents {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  gap: 80px 45px;
}
@media screen and (max-width: 1024px) {
  .reasons_contents {
    justify-content: flex-start;
    gap: 50px 45px;
  }
}
@media screen and (max-width: 768px) {
  .reasons_contents {
    flex-direction: column;
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
    gap: 50px;
  }
}
.reasons_item {
  width: calc((100% - 90px) / 3);
  position: relative;
  padding-left: 2.2%;
  padding-top: 20px;
}
@media screen and (max-width: 1024px) {
  .reasons_item {
    width: calc((100% - 45px) / 2);
  }
}
@media screen and (max-width: 768px) {
  .reasons_item {
    width: 100%;
    padding-left: 20px;
  }
}
.reasons_item_num {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 57px;
  width: 13%;
}
@media screen and (max-width: 768px) {
  .reasons_item_num {
    width: 40px;
  }
}
.reasons_item_main {
  font-size: clamp(0.969rem, 0.647rem + 0.5vw, 1.25rem);
  font-weight: 600;
  line-height: 1.7;
  color: #023562;
  margin-top: 20px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .reasons_item_main {
    font-size: clamp(1.125rem, 0.75rem + 0.78vw, 1.25rem);
  }
}
@media screen and (max-width: 768px) {
  .reasons_item_main {
    margin-top: 10px;
    margin-bottom: 5px;
    min-height: auto !important;
  }
}
.reasons_item_info {
  font-size: clamp(0.813rem, 0.455rem + 0.56vw, 1.125rem);
  margin-top: auto;
  line-height: 1.7;
}
@media screen and (max-width: 1024px) {
  .reasons_item_info {
    font-size: clamp(0.938rem, 0.375rem + 1.17vw, 1.125rem);
  }
}
.reasons_item:nth-child(1) .reasons_item_main, .reasons_item:nth-child(2) .reasons_item_main, .reasons_item:nth-child(3) .reasons_item_main {
  min-height: 4.8em;
}
@media screen and (max-width: 768px) {
  .reasons_item:nth-child(1) .reasons_item_main, .reasons_item:nth-child(2) .reasons_item_main, .reasons_item:nth-child(3) .reasons_item_main {
    min-height: auto;
  }
}
.reasons_item:nth-child(2) .reasons_item_main {
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .reasons_item:nth-child(2) .reasons_item_main {
    line-height: 1.7;
  }
}
.reasons_item:nth-child(1) .reasons_item_main, .reasons_item:nth-child(3) .reasons_item_main {
  line-height: 2;
  margin-top: 1.4em;
}
@media screen and (max-width: 1024px) {
  .reasons_item:nth-child(1) .reasons_item_main, .reasons_item:nth-child(3) .reasons_item_main {
    margin-top: 1.2em;
  }
}
@media screen and (max-width: 768px) {
  .reasons_item:nth-child(1) .reasons_item_main, .reasons_item:nth-child(3) .reasons_item_main {
    margin-top: 10px;
    line-height: 1.7;
  }
}
@media screen and (max-width: 1024px) {
  .reasons_item:nth-child(3) .reasons_item_main {
    line-height: 1.7;
    min-height: auto;
    margin-top: 20px;
  }
}

.gallery {
  margin-top: 90px;
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .gallery {
    margin-top: 50px;
    padding-bottom: 50px;
  }
}

.plan_info {
  margin-top: 50px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .plan_info {
    text-align: left;
    margin-top: 5px;
  }
}
.plan_info_notes {
  display: block;
  color: #706F6F;
  font-size: 0.88rem;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .plan_info_notes {
    font-size: 0.7rem;
    line-height: 1.8;
    margin-top: 10px;
  }
}
.plan_info_notes a {
  color: #706F6F;
  text-decoration: underline;
}
.plan_info_notes a:hover {
  color: #3C3939;
}
.plan_contents {
  margin-top: 30px;
  max-width: 1242px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .plan_contents {
    max-width: 600px;
  }
}
.plan_item + .plan_item {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .plan_item + .plan_item {
    margin-top: 20px;
  }
}

.specialoffer,
.fairevent {
  padding: 120px 0 50px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .specialoffer,
  .fairevent {
    padding: 70px 0 20px;
  }
}
.specialoffer::before,
.fairevent::before {
  content: "";
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1/0.426;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.specialoffer .container,
.fairevent .container {
  max-width: 1380px;
  width: 85%;
}
@media screen and (max-width: 768px) {
  .specialoffer .container,
  .fairevent .container {
    width: 90%;
    max-width: 550px;
  }
}
.specialoffer img,
.fairevent img {
  box-shadow: 0 6px 11px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 768px) {
  .specialoffer img,
  .fairevent img {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
  }
}

.specialoffer::before {
  background-image: url(../../images/specialoffer_bg.webp);
}
@media screen and (max-width: 768px) {
  .specialoffer::before {
    background-image: url(../../images/specialoffer_bg-sp.webp);
  }
}

.fairevent::before {
  background-image: url(../../images/fair_bg.webp);
}
@media screen and (max-width: 768px) {
  .fairevent::before {
    background-image: url(../../images/fair_bg-sp.webp);
  }
}

.pack {
  position: relative;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .pack {
    padding-bottom: 80px;
  }
}
.pack_info {
  text-align: center;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .pack_info {
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
}
.pack_info_main {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.8;
}
@media screen and (max-width: 1024px) {
  .pack_info_main {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 768px) {
  .pack_info_main {
    font-size: 1.1rem;
  }
}
.pack_info_main span {
  font-size: 2.5rem;
  border-bottom: none;
  color: #BA2E33;
}
@media screen and (max-width: 1024px) {
  .pack_info_main span {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .pack_info_main span {
    font-size: 1.5rem;
  }
}
.pack_info_main .marker-yellow {
  background: linear-gradient(transparent 70%, rgba(242, 231, 109, 0.75) 70%);
}
.pack_info_text {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .pack_info_text {
    text-align: left;
  }
}
.pack_info_text span {
  font-size: 1.5rem;
  font-family: "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .pack_info_text span {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 768px) {
  .pack_info_text span {
    font-size: 1.1rem;
  }
}
.pack_info_text-check {
  display: inline-block;
  padding-right: 20px;
}
@media screen and (max-width: 1024px) {
  .pack_info_text-check {
    padding-right: 15px;
  }
}
@media screen and (max-width: 768px) {
  .pack_info_text-check {
    padding-right: 10px;
  }
}
.pack_info_text-check:last-of-type {
  padding-right: 0;
}
.pack_info_block {
  width: 90%;
  max-width: 1075px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: 50px;
}
@media screen and (max-width: 1024px) {
  .pack_info_block {
    width: 100%;
    max-width: 850px;
    gap: 5px;
  }
}
@media screen and (max-width: 768px) {
  .pack_info_block {
    flex-direction: column;
    margin-top: 40px;
    width: 80%;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
  }
}
.pack_info_block .mark-plus {
  width: 30px;
  height: 30px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .pack_info_block .mark-plus {
    width: 25px;
    height: 25px;
  }
}
.pack_info_block .mark-plus::before, .pack_info_block .mark-plus::after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background: #BDA484;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1024px) {
  .pack_info_block .mark-plus::before, .pack_info_block .mark-plus::after {
    height: 2px;
  }
}
@media screen and (max-width: 768px) {
  .pack_info_block .mark-plus::before, .pack_info_block .mark-plus::after {
    height: 3px;
  }
}
.pack_info_block .mark-plus::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.pack_info_block .mark-equal {
  width: 30px;
  height: 30px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .pack_info_block .mark-equal {
    width: 25px;
    height: 25px;
  }
}
@media screen and (max-width: 768px) {
  .pack_info_block .mark-equal {
    transform: rotate(90deg);
  }
}
.pack_info_block .mark-equal::before, .pack_info_block .mark-equal::after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background: #BDA484;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1024px) {
  .pack_info_block .mark-equal::before, .pack_info_block .mark-equal::after {
    height: 2px;
  }
}
@media screen and (max-width: 768px) {
  .pack_info_block .mark-equal::before, .pack_info_block .mark-equal::after {
    height: 3px;
  }
}
.pack_info_block .mark-equal::before {
  top: 35%;
}
@media screen and (max-width: 1024px) {
  .pack_info_block .mark-equal::before {
    top: 40%;
  }
}
.pack_info_block .mark-equal::after {
  top: 65%;
}
@media screen and (max-width: 1024px) {
  .pack_info_block .mark-equal::after {
    top: 60%;
  }
}
.pack_info_block_item_total {
  white-space: nowrap;
  background-color: #BDA484;
  font-size: 1.4rem;
  padding: 8px 30px;
  color: #fff;
  font-family: "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .pack_info_block_item_total {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 768px) {
  .pack_info_block_item_total {
    width: 100%;
    font-size: 1rem;
  }
}
.pack_contents {
  margin-top: 70px;
}
.pack_item {
  background-color: #F5F5F5;
  border-radius: 0 25px 25px 25px;
  border: 3px solid #73BFA0;
  position: relative;
  z-index: 1;
  padding: 10px 50px 30px;
}
@media screen and (max-width: 1024px) {
  .pack_item {
    padding: 10px 30px 30px;
  }
}
@media screen and (max-width: 768px) {
  .pack_item {
    padding: 10px 10px 20px;
  }
}
.pack_item::before {
  content: "";
  display: block;
  width: 6%;
  max-width: 93px;
  height: auto;
  aspect-ratio: 1/1;
  background-image: url(../../images/pack_photograph_icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .pack_item::before {
    max-width: 45px;
  }
}
@media screen and (max-width: 768px) {
  .pack_item::before {
    max-width: 40px;
    width: 12%;
  }
}
.pack_item + .pack_item {
  margin-top: 30px;
}
.pack_item_title {
  font-size: clamp(1.125rem, 0.715rem + 1.75vw, 2.813rem);
  color: #73BFA0;
  padding-left: 30px;
  line-height: 1.6;
  margin-bottom: 15px;
}
@media screen and (max-width: 1024px) {
  .pack_item_title {
    padding-left: 25px;
  }
}
@media screen and (max-width: 768px) {
  .pack_item_title {
    line-height: 1.4;
    padding-left: 35px;
    margin-bottom: 5px;
  }
}
.pack_item_block_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .pack_item_block_wrapper {
    flex-direction: column;
  }
}
.pack_item_notes {
  width: -moz-fit-content;
  width: fit-content;
  color: #706F6F;
  font-size: 0.8rem;
  max-width: 975px;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .pack_item_notes {
    margin-top: 10px;
    padding: 0 10px !important;
  }
}
.pack_item_more {
  font-family: "Jost", sans-serif;
  font-style: italic;
  text-align: center;
  color: #7399BF;
  font-size: 3rem;
  line-height: 1.2;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .pack_item_more {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .pack_item-photo .pack_item_block_wrapper .pack_item_block:first-child {
    order: 2;
  }
}
@media screen and (max-width: 768px) {
  .pack_item-photo .pack_item_block_wrapper .pack_item_block:nth-child(2) {
    order: 1;
  }
}
@media screen and (max-width: 768px) {
  .pack_item-photo .pack_item_block_wrapper .pack_item_block:nth-child(3) {
    order: 3;
  }
}
.pack_item-album {
  border-color: #7399BF;
}
.pack_item-album::before {
  background-image: url(../../images/pack_album_icon.svg);
}
.pack_item-album .pack_item_title {
  color: #7399BF;
}
.pack_item-album .pack_item_notes {
  padding-left: 30px;
  margin-top: 2px;
  margin-bottom: 20px;
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .pack_item-album .pack_item_notes {
    padding-left: 0;
  }
}
.pack_item-album .pack_item_notes span {
  color: #3C3939;
}
.pack_item-pickup {
  border-color: #E9A28C;
}
@media screen and (max-width: 1125px) {
  .pack_item-pickup {
    padding: 10px 30px 30px;
  }
}
@media screen and (max-width: 768px) {
  .pack_item-pickup {
    padding: 10px 15px 20px;
  }
}
.pack_item-pickup::before {
  background-image: url(../../images/pack_pickup_icon.svg);
}
.pack_item-pickup .pack_item_title {
  color: #E9A28C;
}
@media screen and (max-width: 1125px) {
  .pack_item-pickup .pack_item_title {
    padding-left: 40px;
  }
}
@media screen and (max-width: 768px) {
  .pack_item-pickup .pack_item_title {
    padding-left: 35px;
  }
}
.pack_item_option {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 50px;
}
@media screen and (max-width: 1125px) {
  .pack_item_option {
    gap: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .pack_item_option {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 768px) {
  .pack_item_option {
    margin-top: 15px;
  }
}
.pack_item_option_block_wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}
@media screen and (max-width: 1125px) {
  .pack_item_option_block_wrapper {
    gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  .pack_item_option_block_wrapper {
    grid-template-columns: 1fr;
  }
}
.pack_item_option_title {
  border-bottom: 2px solid #BDA484;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .pack_item_option_title {
    margin-bottom: 10px;
  }
}
.pack_item_option_title span {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  background-color: #BDA484;
  padding: 0 15px;
  border-radius: 20px 20px 0 0;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .pack_item_option_title span {
    font-size: 0.8rem;
  }
}
.pack_item_option_name {
  font-weight: 600;
  line-height: 1.2;
  position: relative;
  padding-left: 10px;
  margin-top: 25px;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .pack_item_option_name {
    font-size: 0.8rem;
  }
}
.pack_item_option_name::before {
  content: "";
  display: block;
  width: 5px;
  height: 80%;
  background-color: #BDA484;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.pack_item_option_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .pack_item_option_item {
    font-size: 0.8rem;
  }
}
.pack_item_option_item dt {
  display: flex;
  align-items: center;
  flex-grow: 1;
  flex-shrink: 0;
  gap: 10px;
}
.pack_item_option_item dt::after {
  content: "";
  flex-grow: 1;
  height: 1px;
  border-bottom: 1px solid #3C3939;
}
.pack_item_option_item dd {
  flex-shrink: 0;
}
.pack_item_option_item-right dt {
  margin-left: 6em;
  flex-grow: 1;
}
.pack_item_option_item-right dt::after {
  min-width: 20px;
}
.pack_item_option_block dl {
  padding-left: 0.5em;
}
.pack_item_option_block_name {
  font-size: 1.2rem;
  font-weight: 600;
  color: #BDA484;
  border-bottom: 1px dotted #BDA484;
}
@media screen and (max-width: 1125px) {
  .pack_item_option_block_name {
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .pack_item_option_block_name {
    font-size: 0.8rem;
  }
}
.pack_item_option_block_name span {
  font-size: 0.85rem;
  font-weight: 400;
  padding-left: 10px;
}
@media screen and (max-width: 768px) {
  .pack_item_option_block_name span {
    font-size: 0.7rem;
  }
}
.pack_item_option_block_name + .pack_item_option_block .pack_item_option_name {
  margin-top: 15px;
}
.pack_item_option_gender {
  font-weight: 600;
  padding-left: 0.5em;
}
@media screen and (max-width: 768px) {
  .pack_item_option_gender {
    font-size: 0.8rem;
  }
}
.pack_item_option_info {
  padding-left: 0.5em;
}
@media screen and (max-width: 768px) {
  .pack_item_option_info {
    font-size: 0.75rem;
  }
}
.pack_item_option_info + .pack_item_option_gender {
  margin-top: 20px;
}
.pack_item_option-person .pack_item_option_title {
  width: 100% !important;
}
@media screen and (max-width: 1024px) {
  .pack_item_option-person > * {
    width: calc((100% - 30px) / 2);
  }
}
@media screen and (max-width: 768px) {
  .pack_item_option-person > * {
    width: 100%;
  }
}

.rating {
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .rating {
    padding-bottom: 70px;
  }
}
.rating_contents {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 50px;
  padding-top: 30px;
}
@media screen and (max-width: 1024px) {
  .rating_contents {
    gap: 20px;
  }
}
@media screen and (max-width: 600px) {
  .rating_contents {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.rating_item {
  text-align: center;
}
@media screen and (max-width: 600px) {
  .rating_item img {
    width: 90%;
    max-width: 400px;
  }
}
.rating_item_text {
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .rating_item_text {
    font-size: 0.8rem;
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
  }
}
@media screen and (max-width: 600px) {
  .rating_item_text {
    text-align: center;
    max-width: none;
    font-size: 0.9rem;
    margin-top: 5px;
  }
}
@media screen and (max-width: 1024px) {
  .rating_item_text br {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .rating_item_text br {
    display: block;
  }
}

.voice {
  position: relative;
  z-index: 2;
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .voice {
    padding-bottom: 0;
  }
}
.voice_message {
  max-width: 750px;
  width: 50%;
  margin: -40px auto 0;
}
@media screen and (max-width: 1024px) {
  .voice_message {
    width: 60%;
  }
}
@media screen and (max-width: 768px) {
  .voice_message {
    max-width: 500px;
    width: 90%;
    margin-top: -20px;
  }
}
.voice_slide .splide__slide {
  max-width: 392.3333333333px;
}

.about {
  background-image: url(../../images/about_bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 0;
}
@media screen and (max-width: 945px) {
  .about {
    padding: 50px 0;
  }
}
.about .container {
  max-width: 1120px;
}
.about_title {
  color: #BDA484;
  line-height: 1.4;
}
.about_title span {
  display: block;
  color: #3C3939;
}
.about_contents {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
@media screen and (max-width: 945px) {
  .about_contents {
    flex-direction: column;
    gap: 40px;
  }
}
.about_info {
  flex: 1;
}
@media screen and (max-width: 945px) {
  .about_info {
    flex: none;
    width: 100%;
  }
}
.about_info_main {
  font-size: 1.2rem;
  font-weight: 600;
  color: #023562;
  margin-top: 20px;
  line-height: 2.2;
}
@media screen and (max-width: 945px) {
  .about_info_main .pc {
    display: none;
  }
}
.about_info_text {
  margin-top: 15px;
}
@media screen and (max-width: 1024px) {
  .about_info_text .pc {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .about_info br {
    display: none;
  }
}
.about_img {
  width: 45%;
}
@media screen and (max-width: 1024px) {
  .about_img {
    width: 50%;
  }
}
@media screen and (max-width: 945px) {
  .about_img {
    width: 65%;
    max-width: 520px;
  }
}
@media screen and (max-width: 768px) {
  .about_img {
    max-width: 500px;
    width: 90%;
  }
}

.studio {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .studio {
    margin-top: 40px;
  }
}
.studio .slider li {
  animation-duration: 90s;
}
.studio_title {
  margin-bottom: 5px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .studio_title {
    margin-bottom: 20px;
  }
}
.studio_info {
  margin-bottom: 20px;
}

.staff {
  margin-top: 18vw;
  padding-bottom: 50px;
  background-color: #F2F1EB;
  position: relative;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .staff {
    margin-top: 20vw;
  }
}
@media screen and (max-width: 768px) {
  .staff {
    padding-bottom: 30px;
  }
}
.staff::before, .staff::after {
  content: "";
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1/0.098;
  background-image: url(../../images/staff_bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  position: absolute;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .staff::before, .staff::after {
    aspect-ratio: 1/0.067;
    background-image: url(../../images/staff_bg-sp.svg);
  }
}
.staff::before {
  top: 0;
  transform: translateY(-95%);
}
.staff::after {
  bottom: 0;
  transform: translateY(95%) rotate(180deg);
}
.staff_title {
  text-align: center;
  line-height: 1.2;
  color: #73BFA0;
}
.staff_title span {
  display: block;
  color: #3C3939;
}
.staff_info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 45px;
  padding: 50px;
}
@media screen and (max-width: 1024px) {
  .staff_info {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 768px) {
  .staff_info {
    gap: 20px;
    padding: 30px 5px;
  }
}
.staff_info_text {
  flex: 1;
}
@media screen and (max-width: 1024px) {
  .staff_info_text {
    flex: none;
    width: 100%;
    max-width: 600px;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .staff_info_text {
    text-align: left;
  }
}
.staff_info_text_main {
  font-size: 1.4rem;
  font-weight: 600;
  color: #BDA484;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .staff_info_text_main {
    font-size: 1.2rem;
    margin-bottom: 8px;
  }
}
.staff_info_text span {
  font-weight: 600;
}
.staff_info_img {
  width: 48%;
}
@media screen and (max-width: 1024px) {
  .staff_info_img {
    width: 100%;
    max-width: 600px;
  }
}
.staff_info_list {
  padding: 60px 50px;
  border-top: 3px solid #BDA484;
  border-bottom: 3px solid #BDA484;
}
@media screen and (max-width: 1024px) {
  .staff_info_list {
    padding: 60px 20px;
  }
}
@media screen and (max-width: 768px) {
  .staff_info_list {
    border-width: 1.5px;
    padding: 30px 5px;
  }
}
.staff_info_item {
  display: flex;
  align-items: center;
  gap: 50px;
  width: 90%;
  max-width: 1028px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1024px) {
  .staff_info_item {
    width: 100%;
    max-width: 800px;
    gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  .staff_info_item {
    max-width: 500px;
    flex-direction: column;
    gap: 10px;
  }
}
.staff_info_item_img {
  width: 35%;
}
@media screen and (max-width: 1024px) {
  .staff_info_item_img {
    width: 40%;
    max-width: 320px;
  }
}
@media screen and (max-width: 768px) {
  .staff_info_item_img {
    width: 100%;
    max-width: 500px;
  }
}
.staff_info_item_text {
  flex: 1;
}
.staff_info_item_text_name {
  color: #73BFA0;
  font-family: "Jost", sans-serif;
  font-style: italic;
  font-style: normal;
  font-size: 1.8rem;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .staff_info_item_text_name {
    font-size: 1.5rem;
  }
}
.staff_info_item + .staff_info_item {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .staff_info_item + .staff_info_item {
    margin-top: 40px;
  }
}

.report {
  margin-top: 12vw;
}
.report_title {
  margin-bottom: 5px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .report_title {
    margin-bottom: 20px;
  }
}
.report_info {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .report_info {
    text-align: center;
  }
}
.report_info-bottom {
  text-align: center;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .report_info-bottom {
    margin-top: 25px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .report_slide {
    max-width: 550px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
.report_slide .splide__slide {
  max-width: 1227px;
}
@media screen and (max-width: 768px) {
  .report_slide .splide__slide + .splide__slide {
    margin-top: 25px;
  }
}
@media screen and (max-width: 768px) {
  .report_slide .splide__arrows {
    display: none;
  }
}

.flow {
  background-color: #F2EEC2;
  padding: 40px 0;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .flow {
    padding-top: 30px;
  }
}
.flow_inner {
  width: 95%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
  background-color: #fff;
  margin-top: 40px;
  padding: 80px 40px;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .flow_inner {
    width: 100%;
    padding: 60px 30px;
    padding-left: 20px;
  }
}
.flow_title {
  background-color: #fff;
}
.flow_info {
  text-align: center;
}
.flow_list {
  max-width: 830px;
  margin: 50px auto 0;
}
@media screen and (max-width: 1024px) {
  .flow_list {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .flow_list {
    max-width: 550px;
  }
}
.flow_item {
  display: flex;
  align-items: stretch;
  gap: 28px;
}
@media screen and (max-width: 1024px) {
  .flow_item {
    gap: 15px;
  }
}
@media screen and (max-width: 768px) {
  .flow_item {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
}
.flow_item_img {
  width: 19%;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .flow_item_img {
    width: 22%;
    max-width: 160px;
  }
}
@media screen and (max-width: 768px) {
  .flow_item_img {
    width: 85%;
    max-width: 250px;
  }
}
.flow_item_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.flow_item_text {
  flex: 1;
  border-top: 1px solid #BDA484;
  border-bottom: 1px solid #BDA484;
  padding: 20px 30px 15px;
}
@media screen and (max-width: 1024px) {
  .flow_item_text {
    padding: 15px 20px 10px;
  }
}
@media screen and (max-width: 768px) {
  .flow_item_text {
    flex: none;
    width: 100%;
    padding: 15px 10px 10px;
  }
}
.flow_item_text_name {
  color: #BDA484;
  font-size: 1.15rem;
  letter-spacing: 0.1rem;
  font-family: "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 8px;
}
@media screen and (max-width: 1024px) {
  .flow_item_text_name {
    font-size: 1.09rem;
    margin-bottom: 3px;
  }
}
@media screen and (max-width: 768px) {
  .flow_item_text_name {
    font-size: 1rem;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 768px) {
  .flow_item_text_info {
    font-size: 0.8rem;
  }
}
.flow_arrow {
  position: relative;
  display: block;
  max-width: 30px;
  width: 12%;
  height: auto;
  aspect-ratio: 1/0.58;
  margin: 30px auto;
}
@media screen and (max-width: 1024px) {
  .flow_arrow {
    width: 5%;
    margin: 20px auto;
  }
}
@media screen and (max-width: 768px) {
  .flow_arrow {
    width: 8%;
    margin: 40px auto;
  }
}
.flow_arrow::before, .flow_arrow::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 1px);
  width: 3px;
  height: 100%;
  border-radius: 9999px;
  background-color: #BDA484;
  transform-origin: 50% calc(100% - 1px);
}
.flow_arrow::before {
  transform: rotate(42.5deg);
}
.flow_arrow::after {
  transform: rotate(-42.5deg);
}

.rental_title {
  padding-top: 50px;
  padding-bottom: 75px;
  background-position: bottom 2px center;
}
@media screen and (max-width: 1024px) {
  .rental_title {
    padding-top: 35px;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .rental_title {
    padding-top: 20px;
    padding-bottom: 40px;
  }
}
.rental_title img {
  max-width: 880px;
}
@media screen and (max-width: 768px) {
  .rental_title img {
    max-width: 500px;
    width: 90%;
  }
}
.rental_info {
  text-align: center;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .rental_info {
    max-width: 600px;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
  }
}
.rental_info_main {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.8;
}
@media screen and (max-width: 1024px) {
  .rental_info_main {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 768px) {
  .rental_info_main {
    font-size: 1.1rem;
  }
}
.rental_info_main span:not(.text-inlineblock) {
  font-size: 2.5rem;
  border-bottom: none;
  color: #BA2E33;
}
@media screen and (max-width: 1024px) {
  .rental_info_main span:not(.text-inlineblock) {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .rental_info_main span:not(.text-inlineblock) {
    font-size: 1.5rem;
  }
}
.rental_info_main .marker-yellow {
  background: linear-gradient(transparent 70%, rgba(242, 231, 109, 0.75) 70%);
}
.rental_info_text {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .rental_info_text {
    text-align: left;
  }
}
.rental_info_text span {
  color: #BA2E33;
  font-weight: 600;
}
.rental_contents {
  width: 90%;
  max-width: 1050px;
  margin: 0 auto;
  padding: 50px 0;
}
@media screen and (max-width: 1024px) {
  .rental_contents {
    max-width: 800px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .rental_contents {
    max-width: 600px;
    padding: 30px 0;
  }
}
.rental_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  padding: 40px 0;
  border-top: 3px solid #BDA484;
}
@media screen and (max-width: 1024px) {
  .rental_item {
    border-width: 2px !important;
    gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  .rental_item {
    flex-direction: column-reverse;
    gap: 20px;
    padding: 25px 10px;
  }
}
.rental_item:last-of-type {
  border-bottom: 3px solid #BDA484;
}
.rental_item_text {
  flex: 1;
  max-width: 450px;
}
@media screen and (max-width: 768px) {
  .rental_item_text {
    flex: none;
    width: 100%;
    max-width: none;
  }
}
.rental_item_text_main {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 1.2rem;
  font-weight: 600;
  color: #73BFA0;
  line-height: 1.4;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .rental_item_text_main {
    font-size: 1.1rem;
    margin-bottom: 15px;
  }
}
.rental_item_text_main::before {
  content: "";
  display: block;
  width: auto;
  height: 1em;
  margin-top: 0.15em;
  aspect-ratio: 1/1;
  background-image: url(../../images/check_icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.rental_item_text span {
  font-weight: 600;
}
.rental_item_img {
  width: 44%;
}
@media screen and (max-width: 1024px) {
  .rental_item_img {
    width: 40%;
  }
}
@media screen and (max-width: 768px) {
  .rental_item_img {
    width: 100%;
  }
}

.faq {
  padding: 30px 0;
}
.faq_inner {
  max-width: 853px;
  margin-left: auto;
  margin-right: auto;
}
.faq_title {
  color: #73BFA0;
  text-align: center;
  line-height: 1.4;
}
.faq_title span {
  color: #3C3939;
  display: block;
}
.faq_list {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .faq_list {
    margin-top: 20px;
  }
}
.faq_item dt,
.faq_item dd {
  display: flex;
  align-items: flex-start;
  padding: 20px 35px;
}
@media screen and (max-width: 1024px) {
  .faq_item dt,
  .faq_item dd {
    padding: 15px 35px;
  }
}
@media screen and (max-width: 768px) {
  .faq_item dt,
  .faq_item dd {
    padding: 10px 15px;
  }
}
.faq_item dt::before,
.faq_item dd::before {
  line-height: 1.4;
  font-family: "Jost", sans-serif;
  font-style: italic;
  font-style: normal;
  font-size: 1.5rem;
  font-weight: 400;
  padding-right: 30px;
}
@media screen and (max-width: 768px) {
  .faq_item dt::before,
  .faq_item dd::before {
    font-size: 1.2rem;
    padding-right: 10px;
  }
}
.faq_item-q {
  background-color: #F2F1EB;
  font-weight: 600;
  line-height: 1.8;
}
.faq_item-q::before {
  content: "Q";
  color: #73BFA0;
  line-height: 1.2 !important;
}
@media screen and (max-width: 768px) {
  .faq_item-q::before {
    line-height: 1.3 !important;
  }
}
.faq_item-a {
  padding-top: 30px !important;
  padding-bottom: 35px !important;
}
@media screen and (max-width: 1024px) {
  .faq_item-a {
    padding-top: 25px !important;
    padding-bottom: 30px !important;
  }
}
@media screen and (max-width: 768px) {
  .faq_item-a {
    padding-top: 15px !important;
    padding-bottom: 25px !important;
  }
}
.faq_item-a::before {
  content: "A";
  color: #BDA484;
}

.footer {
  padding: 35px 0 105px;
}
@media screen and (max-width: 1024px) {
  .footer {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .footer {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.footer_inner {
  max-width: 1200px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}
@media screen and (max-width: 1024px) {
  .footer_inner {
    gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  .footer_inner {
    flex-direction: column;
    gap: 50px;
  }
}
.footer_company {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .footer_company {
    flex: none;
    width: 100%;
    text-align: center;
  }
}
.footer_company_logo {
  width: 38%;
  min-width: 120px;
  max-width: 200px;
}
@media screen and (max-width: 768px) {
  .footer_company_logo {
    margin: 0 auto;
    max-width: 180px;
  }
}
.footer_company_info {
  margin-top: 60px;
}
@media screen and (max-width: 1024px) {
  .footer_company_info {
    margin-top: 30px;
  }
}
.footer_company_sns {
  display: flex;
  align-items: center;
  gap: 60px;
  margin-top: 35px;
}
@media screen and (max-width: 1024px) {
  .footer_company_sns {
    gap: 40px;
    margin-top: 25px;
  }
}
@media screen and (max-width: 768px) {
  .footer_company_sns {
    justify-content: center;
    gap: 30px;
  }
}
.footer_company_sns_title {
  font-family: "Jost", sans-serif;
  font-style: italic;
  font-style: normal;
  font-weight: 400;
  color: #023562;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .footer_company_sns_title {
    font-size: 1.2rem;
  }
}
.footer_company_sns_item {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 1024px) {
  .footer_company_sns_item {
    gap: 20px;
  }
}
.footer_company_sns_item a {
  max-width: 30px;
}
@media screen and (max-width: 768px) {
  .footer_company_sns_item a {
    width: 30%;
  }
}
.footer_access {
  width: 60%;
}
@media screen and (max-width: 768px) {
  .footer_access {
    width: 100%;
  }
}
.footer_access_title {
  font-family: "Jost", sans-serif;
  font-style: italic;
  color: #BDA484;
  font-size: 3rem;
  text-align: right;
  line-height: 1.2;
}
@media screen and (max-width: 1024px) {
  .footer_access_title {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  .footer_access_title {
    text-align: center;
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
}
.footer_access_map {
  width: 100%;
  max-width: 712px;
  height: auto;
  aspect-ratio: 1/0.646;
}
@media screen and (max-width: 1024px) {
  .footer_access_map {
    aspect-ratio: 1/0.75;
  }
}
@media screen and (max-width: 768px) {
  .footer_access_map {
    max-width: 600px;
    aspect-ratio: 1/0.646;
    margin-left: auto;
    margin-right: auto;
  }
}
.footer_access_map iframe {
  width: 100%;
  height: 100%;
}

.page_top {
  display: none;
  position: fixed;
  bottom: 15px;
  right: 30px;
  width: 14%;
  max-width: 69px;
  z-index: 9999;
}
@media screen and (max-width: 768px) {
  .page_top {
    width: 50px;
    height: 50px;
    right: 10px;
  }
}
.page_top a {
  z-index: 1000;
}
.page_top.is-show {
  opacity: 1;
  visibility: visible;
}