@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swap");
:root {
  --bg-green: linear-gradient(120deg, #8cd56b 0%, #5fc2ce 100%);
  --bg-pink: linear-gradient(120deg, #eb96a8 0%, #edae56 100%);
  --main-color: #5e4935;
  --sub-color: #436a3c;
  --sub-color2: #bc9357;
  --inner_1200: min(90%, 1200px);
  --inner_1400: min(90%, 1400px);
  --pink: #eb98a6;
  --sky: #5cc3d0;
  --green: #8dd669;
  --orange: #efae52;
  --font_sans: "HummingStd-M",;
  --font_serif: "Noto Serif", serif;
  --font_en: "Caveat", cursive;
  --vh: 100vh;
  --font_sans: "CezanneProN-M";
  --font_sans_DB:"FOT-セザンヌ Pro DB";
  /*--font_sans: "HummingStd-M";*/
}

@media only screen and (max-width: 1023px) {
  .tab_none {
    display: none !important;
  }
}
@media only screen and (max-width: 768px) {
  .sp_none {
    display: none !important;
  }
}
@media only screen and (min-width: 769px) {
  .pc_none {
    display: none !important;
  }
}
img {
  max-width: none;
  width: 100%;
}

body {
  font-family: var(--font_sans);
  font-weight: 400;
  font-style: normal;
  color: #5d5d5d;
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 16px;
    font-family: var(--font_sans_DB);
  }
}

.p-home {
  background-color: rgba(125, 204, 86, 0.2);
}

.pt_50 {
  padding-top: clamp(30px, 21.4285714286px + 2.380952381cqw, 50px);
}

.pt_80 {
  padding-top: clamp(40px, 22.8571428571px + 4.7619047619cqw, 80px);
}

.pt_100 {
  padding-top: clamp(50px, 28.5714285714px + 5.9523809524cqw, 100px);
}

.pt_200 {
  padding-top: clamp(100px, 57.1428571429px + 11.9047619048cqw, 200px);
}

.pb_50 {
  padding-bottom: clamp(30px, 21.4285714286px + 2.380952381cqw, 50px);
}

.pb_100 {
  padding-bottom: clamp(50px, 28.5714285714px + 5.9523809524cqw, 100px);
}

.pb_200 {
  padding-bottom: clamp(100px, 57.1428571429px + 11.9047619048cqw, 200px);
}

.pt_1em {
  padding-top: 1em !important;
}

.pb_1em {
  padding-bottom: 1em !important;
}

.mb_30 {
  margin-bottom: clamp(15px, 8.5714285714px + 1.7857142857cqw, 30px);
}

.a_center {
  text-align: center !important;
}

.el__table .schedule__text p {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.el__table .schedule__text p span:first-child {
  font-size: 15px;
  background-color: #b29570;
  color: #fff;
}
.el__table .schedule__text > span {
  text-align: left;
  display: block;
}

.el_title {
  width: min(90%, 1200px);
  margin: auto auto clamp(30px, 21.4285714286px + 2.380952381cqw, 50px);
  container-type: inline-size;
}
.el_title span {
  display: block;
  line-height: 1;
}
.el_title strong {
  font-size: clamp(32px, 22.5714285714px + 2.619047619cqw, 54px);
  color: var(--main-color) !important;
  font-weight: 600;
  letter-spacing: 6px;
}
@media screen and (max-width: 768px) {
  .el_title strong {
    font-weight: 700 !important;
  }
}

.p-home .el_title x span {
  width: 200px;
}
@media screen and (max-width: 768px) {
  .p-home .el_title x span {
    width: 150px;
    margin: -10px 0px;
  }
}

.box-style__header .el_title {
  width: min(90%, 1200px);
  margin-bottom: 0 !important;
  container-type: inline-size;
}
.box-style__header .el_title span {
  width: 200px;
  display: block;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .box-style__header .el_title span {
    width: 200px;
  }
}
.box-style__header .el_title strong {
  font-size: clamp(32px, 22.5714285714px + 2.619047619cqw, 54px);
  color: var(--main-color) !important;
  font-weight: 600;
}

.h2_wrap {
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid;
}

.el_title_center {
  text-align: center;
  margin: auto;
  width: 200px;
}
@media screen and (max-width: 768px) {
  .el_title_center {
    width: 200px;
  }
}
.el_title_center span {
  margin: auto;
  position: relative;
}

.sub_line {
  animation: sub_line 1s cubic-bezier(0.8, 0, 0.17, 1) forwards;
}

.sub_line2 {
  animation: sub_line2 1s cubic-bezier(0.8, 0, 0.17, 1) forwards;
}

@keyframes sub_line {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
@keyframes sub_line2 {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.el_btn {
  font-size: clamp(16px, 13.4285714286px + 0.7142857143cqw, 22px);
  color: #fff;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.4em 1.5em 0.6em;
  border-radius: 50px;
  line-height: 1;
  min-width: 120px;
  text-align: left;
  background-color: var(--sub-color2);
  position: relative;
}
.el_btn span {
  position: absolute;
  width: 100%;
  height: 100%;
  right: -3px;
  top: -3px;
  border: 1px solid var(--main-color);
  border-radius: 50px;
  transition: all 0.2s linear;
}
.el_btn img {
  width: 0.6em !important;
  height: auto;
  margin: 0 0 0 10px !important;
}
.el_btn:hover span {
  top: 0px;
  right: 0px;
}
@keyframes fadeInUpMini {
  from {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUpMini {
  animation-name: fadeInUpMini;
}
@keyframes fadeInLeftMini {
  from {
    opacity: 0;
    transform: translate3d(-30px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeftMini {
  animation-name: fadeInLeftMini;
}
@keyframes fadeInRightMini {
  from {
    opacity: 0;
    transform: translate3d(30px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRightMini {
  animation-name: fadeInRightMini;
}

.move-vivus {
  width: 100%;
  height: 50px;
}

.p-home .move-vivus {
  width: auto !important;
}

[id^=base] path {
  fill: #b89156;
  /* 塗りの色 */
}

[id^=mask] path {
  fill: none;
  /* 塗りの色 */
  stroke: #ffffff;
  /* 線の色 */
  stroke-width: 30px;
  /* 線幅 */
  stroke-linecap: round;
  /* 線端の形状 */
  stroke-linejoin: round;
  /* 角の形状 */
}

.l-header .main__nav .el-menu > li > a {
  font-size: clamp(11px, 9.6153846154px + 0.3846153846vw, 17px);
}

.l-header {
  height: 100px;
  padding: 0px !important;
}
@media screen and (max-width: 768px) {
  .l-header {
    height: 50px;
  }
}

.l-header_inner {
  height: 100px;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .l-header_inner {
    height: 50px;
  }
}

.main__nav {
  display: flex;
  letter-spacing: 0.05em;
}

#h_insta img {
  width: 30px;
}

.bl_tel {
  background-color: var(--main-color);
  color: #fff !important;
  font-size: clamp(4px, -0.6153846154px + 1.2820512821vw, 24px) !important;
  line-height: 1;
  padding: 0.5em 0.5em !important;
  display: flex;
  align-items: center;
  letter-spacing: 0.01em;
  border-radius: 5px 0px 0px 5px;
}
.bl_tel img {
  width: 1em;
  margin-right: 0.2em;
}

.bl_web {
  background-color: var(--main-color);
  color: #fff !important;
  font-size: clamp(4px, -0.6153846154px + 1.2820512821vw, 24px) !important;
  line-height: 1;
  padding: 0.5em 0.5em !important;
  display: flex;
  align-items: center;
  letter-spacing: 0.01em;
  border-radius: 0px 5px 5px 0px;
}
.bl_web img {
  width: 1em;
  margin-right: 0.2em;
}
.bl_web .arr {
  height: 1em !important;
  width: auto;
  margin-left: 0.5em;
}

.h_info {
  display: flex;
  gap: 1px;
  padding-right: 10px;
}
@media screen and (max-width: 1500px) {
  .h_info {
    display: none;
  }
}

.mburger {
  height: 100px;
  width: 100px;
  display: flex !important;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  align-content: center;
  justify-content: center !important;
  background-color: #436a3c;
}
@media screen and (max-width: 768px) {
  .mburger {
    height: 50px;
    width: 50px;
    display: block !important;
  }
}

.l-header .mburger .icon-bar {
  background-color: #fff !important;
}

.mburger .icon-bar {
  display: block;
  width: 70px;
  height: 2px;
  background-color: #fff;
  border-radius: 1px;
  transition: all 0.2s;
}
@media screen and (max-width: 768px) {
  .mburger .icon-bar {
    width: 30px;
    margin-left: 10px;
  }
}

.mburger .icon-bar + .icon-bar {
  margin-top: 12px;
}
@media screen and (max-width: 768px) {
  .mburger .icon-bar + .icon-bar {
    margin-top: 5px;
  }
}

.mburger small {
  color: #fff;
  font-size: 20px;
  width: 100%;
  text-align: center;
  display: block;
}
@media screen and (max-width: 768px) {
  .mburger small {
    font-size: 14px;
    margin-bottom: -5px !important;
  }
}

.mburger.active .icon-bar:nth-of-type(3) {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
  margin-top: 23px;
  margin-left: 12px;
}
@media screen and (max-width: 768px) {
  .mburger.active .icon-bar:nth-of-type(3) {
    margin-left: 14px !important;
    margin-top: 14px;
  }
}

.mburger.active .icon-bar:nth-of-type(1) {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
  margin-left: 12px;
}
@media screen and (max-width: 768px) {
  .mburger.active .icon-bar:nth-of-type(1) {
    margin-left: 14px !important;
    position: relative;
    top: 6px;
  }
}

.mburger > span {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .mburger > span {
    text-align: center;
  }
}

.l-header__right {
  padding-right: 10px;
}

.fixed-contact {
  top: 55% !important;
}
@media screen and (max-width: 768px) {
  .fixed-contact {
    top: auto !important;
  }
}

.fixed-contact__item.-s3 {
  background-color: var(--sub-color);
}

.fixed-contact__item--hide {
  background-color: rgba(94, 73, 53, 0.9);
  color: #fff !important;
}

.nav__mobile__header .mburger .icon-bar {
  background-color: #fff !important;
}

.nav__mobile__header .mburger > span {
  position: relative;
  top: -3px;
}

.nav__mobile__header {
  padding: 0px 0px 0px 10px;
}

.sc-banner .p-slider__catch__title {
  color: #fff;
  font-style: italic;
  font-size: clamp(31px, 23.1538461538px + 2.1794871795vw, 65px);
  letter-spacing: 0;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  font-weight: bold !important;
}
@media screen and (max-width: 768px) {
  .sc-banner .p-slider__catch__title {
    width: 100%;
    text-align: center;
    line-height: 1.5;
  }
}

.sc-banner .p-slider::after {
  display: none;
}

.p-home .container {
  max-width: 100% !important;
  padding-left: 5%;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .p-home .container {
    width: 100%;
    text-align: center;
    padding: 0;
    margin: auto;
    line-height: 1;
  }
  .p-home .container .p-slider__catch__sub {
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    left: 0;
    right: 0;
    margin-top: 30px;
    font-family: "CezanneProN-M";
  }
}

.catch {
  position: absolute;
  top: 30%;
  left: -5%;
  width: 60%;
}
@media screen and (max-width: 768px) {
  .catch {
    top: 60%;
    width: 80%;
  }
}

.wrapper {
  width: 100%;
  overflow: clip;
}

.p-slider__item__thumb {
  position: relative;
  overflow: hidden;
}

.mv {
  position: relative;
  overflow: hidden;
}

.mv img {
  display: block;
  width: 100%;
  height: auto;
  /* 固定高さにしたら ↑ を消して height:100%; object-fit:cover; に */
  /* height: 100%; object-fit: cover; */
  transform: scale(1.2);
  /* 開始時の拡大率（お好みで）*/
  transform-origin: center center;
  will-change: transform;
}

.mv.animate_end img {
  animation: mv-zoomout 7s cubic-bezier(0.2, 0.7, 0.2, 1) forwards;
}

@keyframes mv-zoomout {
  to {
    transform: scale(1);
  }
}
@media (prefers-reduced-motion: reduce) {
  .mv img {
    transform: none;
  }
  .mv.-animate img {
    animation: none;
  }
}
#home-top {
  position: relative;
}
#home-top .mv_btm {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.bg_1 {
  background-image: url(../images/bg_1.jpg);
  background-repeat: repeat;
  position: relative;
  z-index: 2;
  container-type: inline-size;
  width: 100%;
  background-size: 100% auto;
}

.bg_2 {
  background-color: #fff;
}

.inner_1200 {
  width: min(90%, 1200px);
  margin: auto;
}

.inner_1400 {
  width: min(90%, 1400px);
  margin: auto;
}

.top_info .inner_1200 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .top_info .inner_1200 {
    display: block;
    width: min(90%, 500px);
    margin: auto;
  }
}
.top_info .inner_1200 .left {
  width: 45%;
  container-type: inline-size;
}
@media screen and (max-width: 768px) {
  .top_info .inner_1200 .left {
    width: 100%;
    text-align: center;
  }
}
.top_info .inner_1200 .left .info_wrap {
  display: flex;
  gap: 1px;
  margin-top: 0.6em;
}
@media screen and (max-width: 768px) {
  .top_info .inner_1200 .left .info_wrap {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
    margin-top: 30px;
  }
}
.top_info .inner_1200 .left .info_wrap .bl_tel {
  font-size: 6cqw !important;
}
@media screen and (max-width: 768px) {
  .top_info .inner_1200 .left .info_wrap .bl_tel {
    text-align: center;
    border-radius: 5px 5px 0 0;
  }
}
.top_info .inner_1200 .left .info_wrap .bl_web {
  font-size: 4.5cqw !important;
}
@media screen and (max-width: 768px) {
  .top_info .inner_1200 .left .info_wrap .bl_web {
    text-align: center !important;
    justify-content: center;
    border-radius: 0 0 5px 5px;
    margin-top: 1px;
  }
}
.top_info .inner_1200 .left .info_bnr {
  display: flex;
  margin-top: 30px;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .top_info .inner_1200 .left .info_bnr {
    justify-content: center;
    margin-bottom: 10px;
  }
}
.top_info .inner_1200 .left .info_bnr img {
  height: 14cqw;
}
@media screen and (max-width: 768px) {
  .top_info .inner_1200 .left .info_bnr img {
    height: 16cqw;
  }
}
.top_info .inner_1200 .left .info_bnr2 {
  margin-top: 10px !important;
}
.top_info .inner_1200 .left p {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .top_info .inner_1200 .left p {
    font-size: 16px;
    font-weight: normal;
  }
}
.top_info .inner_1200 .left .el__table .schedule__table {
  border-bottom: 1px solid var(--sub-color2);
}
.top_info .inner_1200 .left .el__table .schedule__table th {
  color: var(--main-color) !important;
}
.top_info .inner_1200 .left .el__table .schedule__table td {
  color: var(--main-color) !important;
}
.top_info .inner_1200 .left .el__table .schedule__table thead tr {
  border-bottom: 1px solid var(--sub-color2);
}
.top_info .inner_1200 .left .el__table .schedule__text {
  font-size: 13px;
  color: var(--main-color) !important;
}
.top_info .inner_1200 .left .el__table .schedule__text p span:first-child {
  background-color: #fff !important;
  color: var(--main-color) !important;
}
.top_info .inner_1200 .left .el__table .schedule__text p span {
  font-size: 12px;
}
.top_info .inner_1200 .right {
  width: 48%;
  container-type: inline-size;
}
@media screen and (max-width: 768px) {
  .top_info .inner_1200 .right {
    width: 120%;
    display: flex;
    margin: auto -10% auto;
    flex-wrap: wrap;
  }
}
.top_info .inner_1200 .right .news {
  border: 1px solid #5d5d5d;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .top_info .inner_1200 .right .news {
    width: 85%;
    margin: auto;
  }
}
.top_info .inner_1200 .right .news dt {
  background-color: #5d5d5d;
  color: #fff;
  line-height: 1px solid #5d5d5d;
  padding: 0.3m;
  font-size: 22px;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .top_info .inner_1200 .right .news dt {
    font-size: 18px;
  }
}
.top_info .inner_1200 .right .news dd {
  background-color: #fff;
  text-align: left;
  margin-left: 0;
  font-size: 18px;
  padding: 1em;
  height: 25cqw;
  overflow-y: scroll;
}
@media screen and (max-width: 768px) {
  .top_info .inner_1200 .right .news dd {
    font-size: 16px;
  }
}
.top_info .inner_1200 .right .news dd h3 {
  font-weight: normal;
  padding-bottom: 0.3em;
  border-bottom: 1px solid;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .top_info .inner_1200 .right .news dd h3 {
    font-size: 16px;
  }
}
.top_info .inner_1200 .right .news dd .txt {
  margin-bottom: 1em;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .top_info .inner_1200 .right .news dd .txt {
    font-size: 14px;
  }
}
.top_info .inner_1200 .right .naiyou {
  font-size: 18px;
  padding: 1em;
  background-color: #fff;
  padding: 1em;
  font-size: 18px;
  order: -1;
}
@media screen and (max-width: 768px) {
  .top_info .inner_1200 .right .naiyou {
    font-size: 16px;
    width: 85%;
    margin: 30px auto;
  }
}
.top_info .inner_1200 .right .naiyou dd {
  margin-left: 0;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .top_info .inner_1200 .right .naiyou dd {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .top_insta .outer {
    width: 100%;
    overflow-x: scroll;
  }
}
.top_insta_inner {
  display: flex;
  width: 100%;
  padding: 20px;
  margin: auto;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .top_insta_inner {
    width: 1500px;
  }
}
.top_insta_inner div {
  width: 19%;
}
.top_insta h2 strong {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
}
@media screen and (max-width: 500px) {
  .top_insta h2 strong {
    display: block;
  }
}
.top_insta h2 .insta_bnr img {
  width: 16cqw;
  margin-left: 0.6em;
}
@media screen and (max-width: 500px) {
  .top_insta h2 .insta_bnr img {
    display: block;
    width: 50%;
    margin-top: 0.3em;
    margin-left: 0;
  }
}

.top_message {
  position: relative;
  z-index: 1;
}
.top_message .inner_1200 {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .top_message .inner_1200 {
    flex-wrap: wrap;
    width: min(90%, 500px);
  }
}
.top_message .inner_1200 .body {
  width: 48%;
  margin-right: -15%;
  container-type: inline-size;
}
@media screen and (max-width: 768px) {
  .top_message .inner_1200 .body {
    width: 100%;
    margin: auto;
  }
  .top_message .inner_1200 .body .sp_img {
    display: block;
    margin-right: -30%;
    width: 130%;
    position: relative;
    top: -30px;
    z-index: -1;
  }
}
.top_message .inner_1200 .body .logo_wave_wrap {
  display: flex;
  justify-content: flex-start;
  position: relative;
  margin-left: -8em;
  margin-bottom: 1.5em;
  z-index: 0;
}
@media screen and (max-width: 1400px) {
  .top_message .inner_1200 .body .logo_wave_wrap {
    margin-left: 0;
  }
}
.top_message .inner_1200 .body .logo_wave_wrap .tit {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.top_message .inner_1200 .body .logo_wave_wrap strong {
  position: absolute;
  left: 0;
  top: -70%;
  line-height: 1;
  font-family: var(--font_en);
  color: rgba(94, 73, 53, 0.1);
  font-size: 20cqw;
  font-weight: normal !important;
  z-index: -1;
}
.top_message .inner_1200 .body .logo_wave_wrap .logo_wave0 {
  width: 14.9%;
}
.top_message .inner_1200 .body .logo_wave_wrap .logo_wave {
  width: 84.1%;
  display: block;
  /* 余計な隙間を避けたい場合 */
  transform-origin: left center;
  /* 左端を固定（支点） */
  animation: undulate 4s ease-in-out infinite;
  will-change: transform;
  /* パフォーマンス向上 */
}
@keyframes undulate {
  0%, 100% {
    transform: scaleY(1) skewY(0deg);
  }
  25% {
    transform: scaleY(1.01) skewY(-1.1deg);
  }
  75% {
    transform: scaleY(0.98) skewY(1.2deg);
  }
}
.top_message .inner_1200 .ph {
  flex: 1;
  margin-right: calc(50% - 50vw);
  margin-left: 4%;
}
@media screen and (max-width: 768px) {
  .top_message .inner_1200 .ph {
    width: 100%;
    margin: auto !important;
  }
}
.top_message .inner_1200 .ph img {
  width: 100%;
  display: block;
  height: auto;
}

.top_feature {
  position: relative;
  z-index: 0;
}
.top_feature .deco1 {
  width: 70vw;
  aspect-ratio: 1/1;
  position: absolute;
  z-index: -1;
  background-color: #f4f2ee;
  border-radius: 40vw;
  left: -20vw;
  top: -60vw;
  display: block;
}
@media screen and (max-width: 768px) {
  .top_feature .deco1 {
    width: 250vw;
    left: auto;
    right: -10vw;
    top: -110vw;
    border-radius: 200vw;
  }
}
.top_feature .deco2 {
  width: 70vw;
  aspect-ratio: 1/1;
  position: absolute;
  z-index: -1;
  background-color: #e5dfd6;
  border-radius: 40vw;
  right: -20vw;
  top: -70vw;
  display: block;
}
@media screen and (max-width: 768px) {
  .top_feature .deco2 {
    width: 250vw;
    right: auto;
    left: -20vw !important;
    top: -220vw;
    border-radius: 200vw;
  }
}
.top_feature .deco3 {
  width: 70vw;
  aspect-ratio: 1/1;
  position: absolute;
  z-index: -1;
  background-color: #f4f2ee;
  border-radius: 40vw;
  left: -20vw;
  top: -80vw;
  display: block;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 768px) {
  .top_feature .deco3 {
    width: 250vw;
    left: auto;
    right: -10vw;
    top: -210vw;
    border-radius: 200vw;
  }
}
.top_feature .inner_1200 {
  container-type: inline-size;
}
.top_feature .fea_wrap {
  display: flex;
  justify-content: center;
  position: relative;
  container-type: inline-size;
}
@media screen and (max-width: 768px) {
  .top_feature .fea_wrap {
    display: block;
  }
}
.top_feature .fea_wrap .ph {
  flex: 1;
  margin-left: calc(50% - 50vw);
  margin-right: 5%;
  position: relative;
}
.top_feature .fea_wrap .ph .fea1_2 {
  width: 20cqw;
  margin-top: -20%;
}
@media screen and (max-width: 768px) {
  .top_feature .fea_wrap .ph .fea1_2 {
    width: 50cqw;
    margin-top: -30%;
    margin-left: 20px;
  }
}
.top_feature .fea_wrap .body {
  width: 48%;
  padding-right: 10%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .top_feature .fea_wrap .body {
    width: min(100%, 500px);
    margin: auto;
    padding: 0px !important;
  }
}
.top_feature .fea_wrap .body .tate_pc {
  writing-mode: vertical-rl;
  color: var(--sub-color2);
  font-size: clamp(17px, 13.5714285714px + 0.9523809524cqw, 25px);
  height: -moz-fit-content;
  height: fit-content;
  margin-right: 1em;
  width: 10%;
  margin-left: -0.7em;
}
.top_feature .fea_wrap .body .tate_pc span {
  width: 1px;
  height: 100%;
  background-color: var(--sub-color2);
  display: block;
}
.top_feature .fea_wrap .body .in_body {
  width: 85%;
}
@media screen and (max-width: 768px) {
  .top_feature .fea_wrap .body .in_body {
    width: 100%;
  }
}
.top_feature .fea_wrap .body .in_body .tate_sp {
  color: var(--sub-color2);
  font-size: max(4cqw, 16px);
  height: -moz-fit-content;
  height: fit-content;
  margin-right: 1em;
  margin-bottom: 1em;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1.5;
}
.top_feature .fea_wrap .body .in_body .tate_sp span {
  width: 100%;
  height: 1px;
  background-color: var(--sub-color2);
  display: block;
}
.top_feature .fea_wrap .body .in_body h3 {
  font-size: 2.2cqw;
  color: var(--main-color);
  position: relative;
  font-weight: bold;
  margin-bottom: 0.8em;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .top_feature .fea_wrap .body .in_body h3 {
    font-size: 5.5cqw;
  }
}
.top_feature .fea_wrap .body .in_body h3 .num {
  position: absolute;
  font-family: var(--font_en);
  font-weight: normal;
  left: 98%;
  top: -1em;
  line-height: 1;
  width: clamp(100px, 74.2857142857px + 7.1428571429cqw, 160px);
}
@media screen and (max-width: 768px) {
  .top_feature .fea_wrap .body .in_body h3 .num {
    left: auto;
    right: 0;
    width: 20%;
  }
}
.top_feature .fea_wrap .body .in_body h3 .num img {
  width: 100%;
}
.top_feature .fea_wrap .body .in_body p {
  line-height: 2.1;
  font-size: clamp(16px, 15.1428571429px + 0.2380952381cqw, 18px);
}
.top_feature .fea_wrap .body .in_ph {
  display: flex;
  flex-wrap: wrap;
  padding-top: 20px;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}
.top_feature .fea_wrap .body .in_ph h4 {
  writing-mode: vertical-rl;
  position: absolute;
  height: -moz-fit-content;
  height: fit-content;
  color: var(--main-color);
  left: 80%;
  top: -3%;
}
.top_feature .fea_wrap .body .in_ph h4 span {
  background-color: #fff;
  display: inline-block;
  height: -moz-fit-content;
  height: fit-content;
  padding: 1em 0.3em;
  font-size: max(1.6cqw, 19px);
  margin: 0.1em;
}
@media screen and (max-width: 768px) {
  .top_feature .fea_wrap .body .in_ph h4 span {
    font-size: 4.5cqw;
  }
}
.top_feature .fea_wrap .body .in_ph img {
  width: 100%;
  margin: 20px auto;
}
.top_feature .fea_wrap .body .in_ph small {
  color: var(--sub-color2);
  font-size: clamp(12px, 9.4285714286px + 0.7142857143cqw, 18px);
  line-height: 1.5;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .top_feature .fea_wrap .body .in_ph small {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .top_feature .fea_wrap .body .in_ph .el_btn {
    margin: 0 0 0 auto;
  }
}
.top_feature .fea_wrap.re {
  flex-direction: row-reverse;
}
.top_feature .fea_wrap.re .ph {
  margin-right: calc(50% - 50vw);
  margin-left: 5%;
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .top_feature .fea_wrap.re .ph {
    margin: auto auto 2em !important;
  }
}
.top_feature .fea_wrap.re .ph .fea2_1 {
  width: 38%;
}
@media screen and (max-width: 768px) {
  .top_feature .fea_wrap.re .ph .fea2_1 {
    margin-left: -10%;
    width: 45%;
  }
}
.top_feature .fea_wrap.re .ph .fea2_2 {
  width: 55%;
  margin: -15% 0% auto auto;
}
@media screen and (max-width: 768px) {
  .top_feature .fea_wrap.re .ph .fea2_2 {
    margin-top: -12%;
    width: 60%;
    margin-right: -10%;
  }
}
.top_feature .fea_wrap.re .ph .fea2_3 {
  width: 45%;
  margin: -40px 12% auto auto;
}
@media screen and (max-width: 768px) {
  .top_feature .fea_wrap.re .ph .fea2_3 {
    margin-top: -10%;
    width: 55%;
  }
}
.top_feature .fea_wrap.re .ph .fea4_1 {
  width: 70%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .top_feature .fea_wrap.re .ph .fea4_1 {
    width: 100%;
  }
}
.top_feature .fea_wrap.re .ph .fea4_2 {
  width: 50%;
  margin: 60px auto auto;
}
@media screen and (max-width: 768px) {
  .top_feature .fea_wrap.re .ph .fea4_2 {
    margin-top: 15px;
    width: 65%;
    margin-left: -15%;
  }
}
.top_feature .fea_wrap.re .ph .fea4_3 {
  width: 45%;
  margin: 10px -20px auto auto;
}
@media screen and (max-width: 768px) {
  .top_feature .fea_wrap.re .ph .fea4_3 {
    width: 50%;
  }
}
.top_feature .fea_wrap.re .body {
  width: 48%;
  padding-right: 0%;
}
@media screen and (max-width: 768px) {
  .top_feature .fea_wrap.re .body {
    width: min(100%, 500px);
    margin: auto;
    padding: 0px !important;
  }
}
.top_feature .fea_wrap.re .body .tate_pc {
  writing-mode: vertical-rl;
  color: var(--sub-color2);
  font-size: clamp(17px, 12.7142857143px + 1.1904761905cqw, 27px);
  height: -moz-fit-content;
  height: fit-content;
  margin-right: 1em;
  width: 10%;
  margin-left: -0.7em;
}
.top_feature .fea_wrap.re .body .tate_pc span {
  width: 1px;
  height: 100%;
  background-color: var(--sub-color2);
  display: block;
}
.top_feature .fea_wrap.re .body .in_body h3 .num {
  left: auto;
  right: 2%;
  top: -1em;
  line-height: 1;
  width: clamp(100px, 74.2857142857px + 7.1428571429cqw, 160px);
}
@media screen and (max-width: 768px) {
  .top_feature .fea_wrap.re .body .in_body h3 .num {
    left: auto;
    right: 0;
    width: 20%;
  }
}
.top_feature .fea_wrap.re .body .in_body h3 .num img {
  width: 100%;
}
.top_feature .fea_wrap.re .body .in_body p {
  line-height: 2.1;
  font-size: clamp(16px, 15.1428571429px + 0.2380952381cqw, 18px);
}

.btm_sec {
  background-color: #000;
  position: relative;
  z-index: 2;
}

.top_greeting {
  position: relative;
  z-index: 2;
}
.top_greeting .deco {
  display: block;
}
.top_greeting .top_greeting_inner {
  background-color: var(--main-color);
}
.top_greeting .top_greeting_inner .el_title {
  width: 100%;
}
.top_greeting .top_greeting_inner .el_title strong {
  color: #fff !important;
  margin: auto auto clamp(30px, 21.4285714286px + 2.380952381cqw, 50px);
  font-size: clamp(30px, 4.2857142857px + 7.1428571429cqw, 90px);
}
.top_greeting .top_greeting_inner .inner_1200 {
  display: flex;
  container-type: inline-size;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .top_greeting .top_greeting_inner .inner_1200 {
    display: block;
  }
}
.top_greeting .top_greeting_inner .inner_1200 .body {
  width: 50%;
  container-type: inline-size;
}
.top_greeting .top_greeting_inner .inner_1200 .body .logo_mask {
  width: 120%;
}
@media screen and (max-width: 768px) {
  .top_greeting .top_greeting_inner .inner_1200 .body {
    width: 100%;
  }
}
.top_greeting .top_greeting_inner .inner_1200 .body h3 {
  font-size: 6.3cqw;
  color: #fff;
  margin-bottom: 0.8em;
}
.top_greeting .top_greeting_inner .inner_1200 .body p {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .top_greeting .top_greeting_inner .inner_1200 .body p {
    margin-top: 30px;
  }
}
.top_greeting .top_greeting_inner .inner_1200 .body .bnr {
  width: 100%;
  background-color: #fff;
  border-radius: 5px;
  padding: 20px;
  justify-content: space-between;
  display: flex;
  align-items: bottom;
  align-content: bottom;
  margin-top: 100px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .top_greeting .top_greeting_inner .inner_1200 .body .bnr {
    width: min(100%, 400px);
    margin: 50px auto 20px;
    flex-wrap: wrap;
  }
}
.top_greeting .top_greeting_inner .inner_1200 .body .bnr .bnr_body {
  width: 65%;
  container-type: inline-size;
}
@media screen and (max-width: 768px) {
  .top_greeting .top_greeting_inner .inner_1200 .body .bnr .bnr_body {
    width: 100%;
    margin-top: -20%;
  }
}
.top_greeting .top_greeting_inner .inner_1200 .body .bnr .bnr_body img {
  width: 100%;
  margin-left: -15%;
  margin-bottom: -10px;
}
@media screen and (max-width: 768px) {
  .top_greeting .top_greeting_inner .inner_1200 .body .bnr .bnr_body img {
    margin-left: -7%;
    width: 70%;
  }
}
.top_greeting .top_greeting_inner .inner_1200 .body .bnr .bnr_body p {
  font-size: 16px;
  color: #5d5d5d !important;
  font-family: "FOT-筑紫A丸ゴシック Std M";
  line-height: 1.4;
  margin-top: 0 !important;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .top_greeting .top_greeting_inner .inner_1200 .body .bnr .bnr_body p {
    font-size: 15px;
  }
}
.top_greeting .top_greeting_inner .inner_1200 .body .bnr .bnr_ph {
  width: 30%;
  position: relative;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .top_greeting .top_greeting_inner .inner_1200 .body .bnr .bnr_ph {
    width: 100%;
    order: -1;
    display: flex;
    align-items: flex-start;
    aspect-ratio: 2/1.1;
  }
}
.top_greeting .top_greeting_inner .inner_1200 .body .bnr .bnr_ph img {
  width: 100%;
  position: absolute;
}
.top_greeting .top_greeting_inner .inner_1200 .body .bnr .bnr_ph .hara3 {
  position: absolute;
  width: 110%;
  top: -20%;
  left: -60%;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .top_greeting .top_greeting_inner .inner_1200 .body .bnr .bnr_ph .hara3 {
    position: absolute;
    right: auto;
    top: -30%;
    left: -5%;
    width: 65%;
  }
}
.top_greeting .top_greeting_inner .inner_1200 .body .bnr .bnr_ph .hara2 {
  position: absolute;
  top: 15%;
  width: 120%;
  left: -10%;
}
@media screen and (max-width: 768px) {
  .top_greeting .top_greeting_inner .inner_1200 .body .bnr .bnr_ph .hara2 {
    width: 45%;
    height: auto;
    right: -3%;
    top: -8%;
    left: auto;
  }
}
.top_greeting .top_greeting_inner .inner_1200 .ph {
  flex: 1;
  margin-right: calc(50% - 50vw);
  margin-left: 4%;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .top_greeting .top_greeting_inner .inner_1200 .ph {
    margin-left: -8%;
  }
}
.top_greeting .top_greeting_inner .inner_1200 .ph .sign {
  position: absolute;
  left: 5%;
  top: 65%;
  background-color: rgba(255, 255, 255, 0.7);
  font-size: 1.8cqw;
  padding: 1.2em 1.3em 0.5em;
  color: var(--main-color);
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .top_greeting .top_greeting_inner .inner_1200 .ph .sign {
    font-size: 5cqw;
    left: 1%;
    top: 70%;
  }
}
.top_greeting .top_greeting_inner .inner_1200 .ph .sign ruby {
  font-size: 1.2em;
  margin-left: 1em;
}
.top_greeting .top_greeting_inner .inner_1200 .ph .sign ruby rt {
  position: relative;
  top: -0.4em;
}
.top_greeting .stage {
  position: relative;
  width: 100%;
  aspect-ratio: 2/1;
  margin-top: -100px;
  top: 100px;
}
@media screen and (max-width: 500px) {
  .top_greeting .stage {
    aspect-ratio: 370/880;
    margin-top: 30px;
    top: 0;
    margin-top: 30px;
  }
}
.top_greeting .ph {
  position: absolute;
}
.top_greeting .ph img {
  width: 100%;
}
.top_greeting .ph--1 {
  left: 0%;
  bottom: 8%;
  width: 26%;
}
@media screen and (max-width: 500px) {
  .top_greeting .ph--1 {
    top: 28%;
    left: 0;
    width: 65%;
  }
}
.top_greeting .ph--2 {
  left: 16%;
  top: 8%;
  width: 33%;
  z-index: 1;
}
@media screen and (max-width: 500px) {
  .top_greeting .ph--2 {
    top: 0;
    right: 0;
    width: 85%;
  }
}
.top_greeting .ph--3 {
  left: 35%;
  bottom: 4%;
  width: 19%;
}
@media screen and (max-width: 500px) {
  .top_greeting .ph--3 {
    top: 48%;
    right: 0;
    width: 68%;
  }
}
.top_greeting .ph--4 {
  left: 56%;
  top: 45%;
  width: 17%;
}
@media screen and (max-width: 500px) {
  .top_greeting .ph--4 {
    top: 75%;
    left: 3%;
    width: 45%;
  }
}
.top_greeting .ph--5 {
  right: 0%;
  top: 5%;
  width: 25%;
}
@media screen and (max-width: 500px) {
  .top_greeting .ph--5 {
    top: 79%;
    right: 3%;
    width: 45%;
  }
}

@keyframes zoomOutSlow {
  from {
    transform: scale(1.3);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
.zoomOutSlow {
  animation-name: zoomOutSlow;
  animation-duration: 2.5s;
  /* 好きな長さに調整 */
  animation-timing-function: ease-out;
  /* ← これで開始を遅らせられる */
}

.logo_mask {
  width: 100%;
  aspect-ratio: 1560/1266;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.logo_mask > img:first-child {
  width: 100%;
  height: auto;
  max-width: none;
  max-height: none;
}
.logo_mask > img:last-child {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
  width: 100%;
  height: auto;
  max-width: none;
  max-height: none;
}

.top_service {
  background-color: #fff;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .top_service {
    padding-top: 100px !important;
  }
}
.top_service .arr {
  position: absolute !important;
  bottom: -1% !important;
  right: -1% !important;
  width: 23% !important;
  z-index: 3;
  margin: 0;
  opacity: 1;
}
.top_service .arr img {
  width: 100%;
  display: block;
}
.top_service h3 {
  font-size: clamp(24px, 19.7142857143px + 1.1904761905cqw, 34px);
  display: flex;
  justify-content: flex-start;
  gap: 10px;
  color: #fff;
  align-items: center;
  margin-bottom: 0.8em;
  font-weight: 600;
}
.top_service h3:before {
  content: "";
  display: block;
  width: 2em;
  height: 1px;
  background-color: #fff;
}
.top_service .service_1 {
  background-image: url(../images/top/service_bg1.jpg);
  background-size: cover;
  padding: 5% 3%;
  width: 95%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .top_service .service_1 {
    background-image: url(../images/top/service_bg1_sp.jpg);
  }
}
.top_service .service_1 ul {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .top_service .service_1 ul {
    flex-wrap: wrap;
  }
}
.top_service .service_1 ul li {
  width: 15%;
}
@media screen and (max-width: 768px) {
  .top_service .service_1 ul li {
    width: 48%;
    margin-bottom: 4%;
  }
}
.top_service .service_1 ul li a {
  width: 100%;
  aspect-ratio: 1/1;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  color: var(--sub-color2);
  container-type: inline-size;
  transform: translate(0px, 0px);
  transition: all 0.3s linear;
  overflow: hidden;
}
.top_service .service_1 ul li a:hover {
  transform: translate(0px, -10px);
}
.top_service .service_1 ul li a span {
  font-size: 11cqw;
  font-weight: bold;
  width: 100%;
  text-align: center;
  display: block;
  line-height: 1.4;
}
.top_service .service_1 ul li a > img {
  width: 35%;
  display: block;
  margin: auto auto 20px;
}
.top_service .service_2 {
  padding: 5% 3%;
  width: 98%;
  box-sizing: border-box;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .top_service .service_2 {
    padding-top: 40px;
  }
}
.top_service .service_2 h3 {
  color: var(--main-color);
}
.top_service .service_2 h3::before {
  background-color: var(--main-color);
}
.top_service .service_2 ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 3%;
}
.top_service .service_2 ul li {
  width: 48.5%;
  aspect-ratio: 2/1;
  margin: auto auto 3%;
  overflow: hidden;
}
.top_service .service_2 ul li .arr {
  width: 10% !important;
}
@media screen and (max-width: 768px) {
  .top_service .service_2 ul li .arr {
    width: 15% !important;
  }
}
@media screen and (max-width: 768px) {
  .top_service .service_2 ul li {
    width: min(100%, 450px);
    margin: auto auto 20px;
  }
}
.top_service .service_2 ul li a {
  display: block;
  width: 100%;
  container-type: inline-size;
  color: #fff;
  position: relative;
}
.top_service .service_2 ul li a img {
  width: 100%;
  transition: transform 0.25s ease;
  display: block;
  transform: scale(1);
  position: relative;
  z-index: 0;
}
.top_service .service_2 ul li a:hover img {
  transform: scale(1.08);
}
.top_service .service_2 ul li a .body {
  display: block;
  margin: 6px;
  border: 1px solid #fff;
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  box-sizing: border-box;
  padding: 0px 5%;
}
.top_service .service_2 ul li a .body small {
  font-size: 5cqw;
  color: #fff9ee;
  display: block;
  width: 100%;
  font-family: var(--font_en);
}
.top_service .service_2 ul li a .body strong {
  font-size: 5.6cqw;
  color: #fff;
  display: block;
  width: 100%;
  font-weight: 600;
}
.top_service .service_2 ul li a .body span {
  font-size: 3.6cqw;
  color: #fff;
  display: block;
}
.top_service .service_2 ul li a:after {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
  content: "";
}
.top_service .el_btn {
  margin: auto;
  margin-top: clamp(30px, 17.1428571429px + 3.5714285714cqw, 60px);
}
.top_service .deco1 {
  width: 50vw;
  aspect-ratio: 1/1;
  position: absolute;
  z-index: -1;
  background-color: #efede8;
  border-radius: 40vw;
  left: -20vw;
  top: -60vw;
  display: block;
}
@media screen and (max-width: 768px) {
  .top_service .deco1 {
    width: 300vw;
    left: auto;
    left: -260vw;
    top: -200vw;
    border-radius: 200vw;
  }
}
.top_service .deco2 {
  width: 55vw;
  aspect-ratio: 1/1;
  position: absolute;
  z-index: -1;
  background-color: #efede8;
  border-radius: 40vw;
  right: -15vw;
  bottom: 110vw;
  display: block;
}
@media screen and (max-width: 768px) {
  .top_service .deco2 {
    width: 240vw;
    right: auto;
    right: -180vw !important;
    bottom: auto;
    top: -60vw;
    border-radius: 200vw;
  }
}
.top_service .deco3 {
  position: absolute;
  display: block;
  width: 45%;
  right: -10%;
  top: -90vw;
  z-index: -1;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 768px) {
  .top_service .deco3 {
    top: -410vw;
    width: 80vw;
  }
}

.deco_gre {
  width: 100% !important;
  z-index: 1;
  position: relative;
  display: block;
}

.top_column {
  background-image: url(../images/top/column_bg.png);
  background-size: 100% auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .top_column {
    background-size: 100% 100%;
    background-position: center center;
    background-image: url(../images/top/column_bg_sp.png);
  }
}
.top_column ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.top_column ul li {
  width: 30%;
  margin-bottom: 3%;
}
@media screen and (max-width: 768px) {
  .top_column ul li {
    width: 100%;
    margin-bottom: 30px;
  }
}
.top_column ul li .tit {
  font-weight: bold;
}
.top_column ul li img {
  width: 100%;
}
.top_column ul li a {
  display: block;
  margin: 0.5em 0 0 auto;
}
.top_column h3 {
  color: var(--main-color);
  font-size: clamp(20px, 18.2857142857px + 0.4761904762cqw, 24px);
  margin-bottom: 0.5em;
  font-weight: bold;
}

.top_gallery {
  background-image: url(../images/top/gal_bg.jpg);
  background-size: 100% 100%;
  position: relative;
  z-index: 2;
}
.top_gallery .slider .slick-slide {
  margin: 10px !important;
}
.top_gallery .slider .slick-slide:nth-child(even) {
  margin-top: 1% !important;
}
.top_gallery .btn_wrap {
  display: flex;
  gap: 30px;
  justify-content: center;
}
.top_gallery .btn_wrap .el_btn span {
  border: 1px solid #fff !important;
}

.nap {
  background-color: var(--main-color);
  margin-top: -30px;
  position: relative;
  z-index: 2;
  color: #fff;
}
.nap .nap_dl {
  width: min(100%, 900px);
  margin: auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.nap .nap_dl dt {
  width: 25%;
  padding: 0.7em;
  border-bottom: 1px solid #fff;
  box-sizing: border-box;
}
.nap .nap_dl dd {
  width: 75%;
  padding: 0.7em;
  border-bottom: 1px solid #fff;
  margin-left: 0px;
  box-sizing: border-box;
}
.nap .nap_dl dd a {
  color: #fff;
}
.nap .info {
  display: flex;
  justify-content: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .nap .info {
    flex-wrap: wrap;
  }
}
.nap .info li {
  width: 30%;
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .nap .info li {
    width: 100%;
    margin-bottom: 20px;
  }
}
.nap .info li dt {
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 50px;
  background-color: #5d5d5d;
  padding: 0.5em 1em;
  line-height: 1;
  margin: auto auto 0.7em;
}
.nap .info li dd {
  color: #5d5d5d;
  margin: 0;
}
.nap .info li dd a {
  color: #5d5d5d;
}

#footer {
  background-color: #f6f5f4;
}
#footer .left {
  width: 40%;
}
#footer .left .schedule__table td {
  color: var(--sub-color2) !important;
}
#footer .left .schedule__table td:first-child {
  color: var(--main-color) !important;
}
#footer .left .schedule__text p span:first-child {
  background-color: #e2dbd3 !important;
}
#footer .left .info_bnr img {
  height: 15cqw !important;
}
@media screen and (max-width: 768px) {
  #footer .left {
    width: 100%;
  }
}
#footer .info_wrap {
  margin: 30px 0px;
}
@media screen and (max-width: 768px) {
  #footer .info_wrap {
    margin: 30px auto;
  }
}
#footer .info_wrap a {
  padding: 0.5em 0.8em !important;
}
#footer .info_wrap .bl_tel {
  font-size: 5.5cqw !important;
  text-wrap: nowrap;
}
#footer .info_wrap .bl_web {
  font-size: 4.8cqw !important;
  text-wrap: nowrap;
}
#footer .inner_1200 {
  flex-wrap: wrap;
  padding-top: clamp(50px, 28.5714285714px + 5.9523809524cqw, 100px);
}
#footer .sitemap {
  background-color: #fff;
  border-radius: 10px;
  padding: 30px 50px;
  display: flex;
  justify-content: flex-start;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #footer .sitemap {
    display: block;
  }
}
#footer .sitemap a {
  color: #5d5d5d;
}
#footer .sitemap > ul {
  border-left: 1px solid;
  padding-left: 1em;
  padding-right: 7em;
}
#footer .sitemap > ul ul li:before {
  content: "－";
  margin-right: 0.3em;
}
#footer .copy {
  text-align: center;
}

/*spフッターナビ*/
.sp_f_nav,
.sp_f_nav .sub-menu1 {
  list-style: none;
  margin: 0;
  padding: 0;
}

.has-dropdown {
  position: relative;
}

.toggle-btn {
  position: absolute;
  width: 1.2em;
  height: auto;
  right: 0.5em;
  top: 0.1em;
}

.sp_f_nav .sub-menu1 {
  display: none;
}

.toggle-icon {
  transition: transform 0.3s ease; /* 回転アニメーション */
  width: 1.2em;
}

.toggle-icon.rotate {
  transform: rotate(180deg);
}

.sp_f_nav > li {
  border-bottom: 1px solid #eee;
  position: relative;
}

.sp_f_nav > li > a {
  display: block;
  padding: 16px 48px 16px 16px;
  text-decoration: none;
  color: #222;
  font-size: 16px;
}

/* 矢印アイコン */
.sp_f_nav > li.has-dropdown::after {
  content: "";
  background: url("../images/ic_f_navi.png") no-repeat center;
  background-size: 16px 16px;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 16px;
  top: 10px;
  transform: translateY(-50%);
  transition: transform 0.25s ease;
  display: none;
}

/* 開いた時の矢印反転 */
.sp_f_nav > li.open::after {
  transform: translateY(-50%) rotate(180deg);
}

.sub-menu1 li a {
  display: block;
  padding: 12px 16px 12px 28px;
  text-decoration: none;
  color: #333;
  font-size: 14px;
}

.sub-menu1 li a:hover {
  background: #f0f0f0;
}

.sp_f_nav {
  width: 100% !important;
  padding: 0px !important;
}
.sp_f_nav li {
  width: 100% !important;
  border: none !important;
}
.sp_f_nav a {
  display: block;
  padding: 0px 0px 0px 1em !important;
}
.sp_f_nav #submenu-1 {
  padding-left: 1em !important;
}
.sp_f_nav #submenu-1 li {
  display: flex !important;
}

.menu-item-has-children {
  position: relative;
}
.menu-item-has-children:after {
  content: "";
  aspect-ratio: 1/1;
  display: block;
  position: absolute;
  right: 0.8em;
  top: 27px;
  background-image: url(../images/ic_arr_h.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 1em;
}
#menu__mobile {
  background-color: #dfead9;
}

.nav__mobile__header {
  background-color: #dfead9;
}

.nav__mobile__inner .mburger.active .icon-bar:nth-of-type(3) {
  transform: rotate(-35deg);
  margin-top: 13px;
}
@media screen and (max-width: 768px) {
  .nav__mobile__inner .mburger.active .icon-bar:nth-of-type(3) {
    margin-top: 10px;
  }
}
.nav__mobile__inner .mburger.active .icon-bar:nth-of-type(1) {
  transform: rotate(35deg);
}
.nav__mobile__inner .mburger.active > span {
  position: relative;
  top: -3px;
}
.nav__mobile__inner .nav__mobile__content {
  width: 80%;
  margin: auto;
}
.nav__mobile__inner #h_insta {
  display: none;
}
.nav__mobile__inner .nav__mobile--ul > li {
  border: none;
  background-color: #fff;
  border-radius: 10px;
}
.nav__mobile__inner .nav__mobile--ul > li > a {
  padding: 10px 20px;
  color: #4a4a4a;
}
.nav__mobile__inner .nav__mobile--ul > li {
  margin-bottom: 10px;
}
.nav__mobile__inner .nav__mobile--ul {
  font-size: 16px;
  background-color: transparent !important;
}
.nav__mobile__inner .nav__mobile--ul a {
  color: #4a4a4a;
}
.nav__mobile__inner .nav__mobile--ul > li > a {
  border-radius: 10px;
  padding-left: 1em;
}
.nav__mobile__inner .nav__mobile--ul > li > a > span {
  display: block;
  display: flex;
  align-items: center;
}
.nav__mobile__inner .nav__mobile--ul > li > a > span:before {
  content: "";
  display: block;
  aspect-ratio: 1/1;
  width: 1em;
  background-image: url(../images/ic_arr_sp.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  margin-right: 0.4em;
}
.nav__mobile__inner .menu-item-has-children:after {
  display: none;
}
.nav__mobile__inner .nav__mobile__btn {
  display: none;
}
.nav__mobile__inner .nav__mobile--ul > li ul {
  padding-bottom: 1em;
}
.nav__mobile__inner .nav__mobile--ul > li ul li {
  display: flex;
  margin-left: 2.5em;
}
.nav__mobile__inner .nav__mobile--ul > li ul li:before {
  content: "－";
}

.sp_insta {
  padding-right: 15px;
  padding-top: 10px;
}

@media screen and (min-width: 1200px) {
  .sp_insta {
    display: none;
  }
}
.l-header .main__nav .el-menu > li#h_insta > a::before,
.l-header .main__nav .el-menu > li#h_info > a::before {
  display: none;
}

.fixed-contact__item--hide {
  padding: 10px 20px !important;
}

.schedule__tab .el__table th,
.schedule__tab .el__table td {
  font-size: clamp(9px, 6px + 0.8333333333cqw, 16px);
}

.fixed-contact__item .icon-clock {
  background-image: url(../images/ic_time.png);
  background-repeat: no-repeat;
  background-size: 1.3em auto;
  background-position: center center;
  left: 1px;
}

@media screen and (max-width: 768px) {
  .fixed-contact__item {
    width: 70px;
  }
  .fixed-contact__item.-s3 {
    width: 70px;
    position: relative;
    left: -70px;
  }
  .fixed-contact__item {
    background-color: transparent !important;
    display: flex;
    padding: 0px;
  }
  .fixed-contact__item:last-child .fixed-contact__item--hide {
    left: -140px;
  }
  .fixed-contact__item.-s2 {
    width: 70px;
  }
  .sp-web {
    width: 70px;
  }
  .fixed-contact__item:first-child {
    width: 70px;
  }
  .fixed-contact {
    width: auto !important;
  }
  .fixed-contact__item:first-child {
    border: none !important;
  }
}
@media screen and (max-width: 768px) {
  .p-slider__catch__meta {
    position: absolute;
  }
}
.pagetop {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 101;
  width: 60px;
}
@media screen and (max-width: 768px) {
  .pagetop {
    width: 50px;
    bottom: 0px;
  }
}

.top_info .inner_1200 .left .el__table .schedule__table td:not(:first-child) {
  color: var(--sub-color2) !important;
}

@media screen and (max-width: 768px) {
  .l-header__logo {
    height: 40px;
    padding-top: 5px;
  }
  .l-header_inner {
    padding-left: 5px !important;
  }
}
.menu-item-has-children a {
  padding-right: 1.5em !important;
}

.nav__mobile__inner .h_info {
  background-color: transparent !important;
  display: flex !important;
  flex-wrap: wrap;
  padding-top: 20px;
  flex-direction: row-reverse;
}
.nav__mobile__inner .h_info a {
  width: 100% !important;
  margin-bottom: 5px;
  font-size: 20px !important;
  text-align: center;
}
.nav__mobile__inner .h_info a:last-child {
  order: -1;
}

.rellax {
  will-change: transform;
  transform: translate3d(0, 0, 0);
  /* 初期値を明示 */
}

.page-header {
  position: relative;
}
.page-header .mv_btm {
  position: absolute;
  bottom: 0;
  left: 0;
}

.page-content {
  background-image: url(../images/bg_page.jpg);
  background-repeat: repeat;
  background-size: 100% auto;
  position: relative;
  z-index: 2;
  container-type: inline-size;
  width: 100%;
}

.foot_Deco {
  display: none;
}

.p-home .foot_Deco {
  display: block;
}

.page-content::before {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: 50%;
  aspect-ratio: 1689/1370;
  max-height: 100%;
  content: "";
  background-image: url(../images/top/service_logo.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.el_title_center.service span {
  left: 13%;
}

.sub_tit {
  font-size: clamp(24px, 19.7142857143px + 1.1904761905cqw, 34px);
  display: flex;
  justify-content: flex-start;
  gap: 10px;
  color: var(--main-color);
  align-items: center;
  margin-bottom: 0.8em;
  font-weight: 600;
}
.sub_tit:before {
  content: "";
  display: block;
  width: 2em;
  height: 1px;
  background-color: var(--main-color);
}

#p-services .page-content__header__inner::before {
  height: 100%;
}

#p-services .top_service {
  background-color: transparent;
}
@media screen and (max-width: 768px) {
  #p-services .top_service {
    padding-top: 0px !important;
  }
}
#p-services .top_service .service_1 {
  background-image: none;
  background-color: rgba(0, 0, 0, 0.3);
}
#p-services .top_service .service_2 {
  justify-content: center;
}
#p-services .top_service .service_2 ul {
  gap: 0.5%;
}
#p-services .top_service .service_2 li {
  width: 33%;
  margin: 0.5% 0;
}
@media screen and (max-width: 768px) {
  #p-services .top_service .service_2 li {
    width: 100%;
  }
}

.staff-greeting {
  background-color: rgba(236, 231, 221, 0);
}

.staff_history {
  color: #fff !important;
}
.staff_history .box-style__inner {
  z-index: 1;
}
.staff_history .box-style__inner:before {
  background-color: #5e4935;
  opacity: 1 !important;
}
.staff_history .box-style__header__title {
  color: #fff;
}
.staff_history .box-style__header {
  border-left: 2px solid #fff;
}

.checkbox-style li {
  position: relative;
  padding-left: 1.7em;
}
.checkbox-style li i {
  position: absolute;
  left: 0;
  top: 2px;
}

.staff_wrap {
  display: flex;
  justify-content: space-between;
}

#p-facilities .page-content__header__inner::before {
  background-color: rgba(236, 231, 221, 0);
}
#p-facilities .box-style__inner::before {
  background-color: #5e4935;
}
#p-facilities .box-style__inner.bg_none::before {
  display: none !important;
}

#p-equipments .page-content__header__inner::before {
  background-color: rgba(236, 231, 221, 0);
}
#p-equipments .box-style__inner::before {
  background-color: rgba(236, 231, 221, 0);
}

#p-access .page-content__header__inner::before {
  background-color: rgba(236, 231, 221, 0);
}
#p-access .box-style__inner::before {
  background-color: #5e4935;
  color: #fff;
}
#p-access .box-style__inner .box-style__header__title {
  color: #fff;
}
#p-access .c-item__title {
  color: #fff;
}
#p-access .c-item__excerpt {
  color: #fff;
}
#p-access .container {
  width: 100%;
  --container-width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

.box-style__header__title,
.page-content__header .c2-header__title {
  font-family: var(--font_sans) !important;
  font-weight: 600 !important;
}
@media screen and (max-width: 768px) {
  .box-style__header__title,
  .page-content__header .c2-header__title {
    font-family: var(--font_sans_DB) !important;
  }
}

.page-header__title {
  font-family: var(--font_sans) !important;
  font-weight: 600 !important;
  font-size: clamp(27px, 5.5vw, 80px);
  color: var(--font-body-color);
  letter-spacing: 15px;
}
@media screen and (max-width: 768px) {
  .page-header__title {
    font-family: var(--font_sans_DB);
  }
}
.page-header__title small {
  font-size: 0.6em;
  letter-spacing: 0;
}

@media screen and (max-width: 768px) {
  .page-header__title {
    font-family: var(--font_sans_DB) !important;
  }
}
.acc.box-style__inner::before {
  position: absolute;
  top: 0;
  z-index: -1;
  width: calc(100% + (100vw - var(--container-width)) / 2 + 100px);
  height: 100%;
  content: "";
  background-color: rgba(var(--color-rgb), 1) !important;
  color: var(--font-body-color) !important;
}

.acc .box-style__header__title {
  color: var(--font-body-color) !important;
}
.acc .c-item__excerpt, .acc .c-item__title {
  color: var(--font-body-color) !important;
}
.acc .box-style__header {
  border-left: 2px solid var(--color) !important;
}

.page-content__header__inner, .staff-greeting {
  padding-top: 0px !important;
}

.s_tit {
  font-weight: bold;
  font-size: 1.2em;
  margin: 1em 0 0.5em;
}

.hanarabi {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.hanarabi li {
  width: 33%;
  box-sizing: border-box;
  padding: 2%;
}
@media screen and (max-width: 500px) {
  .hanarabi li {
    width: 100%;
  }
}
.hanarabi li h3 {
  text-align: center;
  font-weight: bold;
}

.pattern__heading {
  font-weight: bold;
}

.baseT {
  width: 100%;
}
.baseT th {
  text-align: left;
  width: 50% !important;
}
.baseT td {
  width: 50%;
}

.baseT2 {
  width: 100%;
  border-collapse: collapse;
}
.baseT2 th {
  text-align: left;
  width: 33% !important;
}
.baseT2 td {
  width: 33%;
}

.baseT3 {
  width: min(100%, 1000px);
  margin: auto;
}
.baseT3 tr td:last-child {
  text-align: right;
  text-wrap: nowrap;
}

#p-pattern .container {
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
}
#p-pattern .pattern__block__7 .thumb-style--left::before, #p-pattern .pattern__block__7 .thumb-style--right::before {
  height: 97%;
}

.wide_img img {
  width: 100%;
  display: block;
}
.wide_img video {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .pattern__block__7 .pattern__block__wrap.reverse {
    flex-direction: row-reverse;
  }
}
.mv_img video {
  width: 100% !important;
}

.mv_img::before {
  display: none;
}

.marker {
  background: linear-gradient(transparent 75%, #bc9357 75%);
  width: -moz-fit-content;
  width: fit-content;
  display: block;
}

.shadow_b {
  box-shadow: 10px 10px 0px rgba(94, 73, 53, 0.3);
}

.bg_b {
  background-color: rgba(94, 73, 53, 0.25);
}

.yura {
  display: inline-block;
  font-size: 3rem;
  animation: yura 3.6s linear infinite;
  transform-origin: center center;
}

@keyframes yura {
  0% {
    transform: rotate(0deg) translateY(0);
  }
  25% {
    transform: rotate(10deg) translateY(2px);
  }
  50% {
    transform: rotate(0deg) translateY(0);
  }
  75% {
    transform: rotate(-10deg) translateY(2px);
  }
  100% {
    transform: rotate(0deg) translateY(0);
  }
}
.yt {
  aspect-ratio: 16/9;
}
.yt iframe {
  width: 100%;
  height: 100%;
}

.in_yt {
  width: 33%;
}
@media screen and (max-width: 768px) {
  .in_yt {
    width: 100%;
  }
}

.footer_yt {
  width: 100%;
  margin-bottom: 50px !important;
}

.in_ph_l {
  width: 90%;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 768px) {
  .in_ph_l {
    width: 100%;
  }
}

.el_btn_l {
  margin: 0 0 0 auto;
}

.wrap {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100%;
  background: #EEE7DE;
  text-align: center;
  top: 0;
}

#container {
  margin: 0 auto;
  width: 50%;
  height: 12px;
  position: absolute;
  left: 25%;
  top: 65%;
}

body.preload .wow {
  opacity: 0 !important;
  display: none;
}

.progressbar-text {
  width: 100%;
  text-align: center;
  right: 0;
  left: 0 !important;
  margin: auto !important;
  color: #5E4935;
}

/* 配置（親は基準に、子は全て同座標に重ねる） */
.bar_logo {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(90%, 800px) !important;
  aspect-ratio: 1000/172;
}

/* すべての“レイヤー”を同じ位置に重ねる */
.bar_logo .seq-item {
  position: absolute; /* ← imgだけでなくspanも含めて絶対配置に統一 */
  inset: 0;
  width: 100%;
  height: 100%;
}

/* （以前の .bar_logo img { position:absolute } は削除してOK） */
/* 順次フェードアップ（共通） */
.seq-item {
  opacity: 0;
  transform: translateY(6px);
  animation: fadeUp 0.5s ease forwards;
}

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* 遅延（6番目にも付与） */
.seq-item:nth-child(1) {
  animation-delay: 0.1s;
}

.seq-item:nth-child(2) {
  animation-delay: 0.3s;
}

.seq-item:nth-child(3) {
  animation-delay: 0.5s;
}

.seq-item:nth-child(4) {
  animation-delay: 0.7s;
}

.seq-item:nth-child(5) {
  animation-delay: 0.9s;
}

.seq-item:nth-child(6) {
  animation-delay: 1.1s;
}

.seq-item:nth-child(7) {
  animation-delay: 2.3s;
}

/* 6番目だけ“カバーで隠してから開く” */
.seq-cover {
  overflow: hidden; /* 疑似要素のはみ出しを隠す */
  z-index: 1; /* ★ 6番目の層を一段下げる（カバーはこの層の中だけに効く） */
}

/* 1〜5＆7番はカバーより前面に固定（まとめて上に） */
.seq-item:not(.seq-cover) {
  z-index: 2; /* ★ これで6番のカバーが他レイヤーを隠せなくなる */
}

/* 6番目内部の画像は通常表示でOK */
.seq-cover > img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* 6番目だけのカバー（#EEE7DE を左→右に縮める） */
.seq-cover::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #EEE7DE;
  transform: scaleX(1);
  transform-origin: right center;
  pointer-events: none;
  z-index: 1; /* 親(6番)の中では画像より前 */
  animation: uncover 1s ease-in-out 1.5s forwards; /* 1.5s後に開始 */
}

/* keyframes は1回だけ */
@keyframes uncover {
  to {
    transform: scaleX(0);
  }
}
@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.c_lead {
  background-color: #C29B39;
  color: #fff;
  padding: 0.5em;
  width: -moz-fit-content;
  width: fit-content;
  margin: 20px 0px;
}

.yt_wrap {
  width: 100%;
  aspect-ratio: 16/9;
}

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

.stit {
  position: relative;
  padding-left: 1.5em;
}
.stit span {
  position: absolute;
  left: 0;
  top: 0;
}

.ortho_nav ul {
  justify-content: center !important;
}

@media screen and (max-width: 768px) {
  .h1,
  .h2,
  .h3,
  .h4,
  .h5,
  .h6,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-family: var(--font_sans_DB) !important;
  }
}
/* ベースの高さ設定 */
.mv_wrapper {
  position: relative;
  width: 100%;
  height: 100vh; /* 画面の高さに合わせる */
  overflow: hidden;
  background-color: #000; /* フェードの隙間対策 */
}

.js-main-visual {
  width: 100%;
  height: 100%;
}

.js-main-visual .swiper-slide {
  overflow: hidden;
}

/* スライドの外枠 */
.js-main-visual .swiper-slide {
  overflow: hidden;
  background-color: #fff; /* 背景を白にしておくと隙間が目立たない */
}

/* 画像を包むコンテナ */
.slide-img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/* 画像：通常時は拡大した状態 */
.slide-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transform: scale(1.15);
}

/* ★解決策：アクティブなスライドから外れても、アニメーションを「維持」させる */
.js-main-visual.is-running .swiper-slide-active .slide-img img,
.js-main-visual.is-running .swiper-slide-duplicate-active .slide-img img,
.js-main-visual.is-running .swiper-slide-prev .slide-img img { /* 消えゆくスライドも維持 */
  animation: zoomOutAnim 8000ms linear forwards !important;
}

/* ズームアウトアニメーション */
@keyframes zoomOutAnim {
  0% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1);
  }
}
/* スライドが完全に裏側に回ったものだけリセット */
.js-main-visual.is-running .swiper-slide:not(.swiper-slide-active):not(.swiper-slide-prev) .slide-img img {
  animation: none !important;
}

/* キャッチコピーの絶対配置（参照サイト風） */
.mv_catch {
  position: absolute;
  top: 40%;
  left: 8%;
  transform: translateY(0%);
  z-index: 10;
  pointer-events: none;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .mv_catch {
    top: 58%;
    width: 100%;
    left: 0%;
    text-align: center;
  }
}

.p-slider__catch__title {
  font-size: 48px;
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.p-slider__catch__sub {
  display: block;
  font-size: 20px;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .p-slider__catch__sub {
    right: 0 !important;
    font-weight: normal !important;
    font-family: var(--font_sans) !important;
  }
}

.catch_img {
  position: absolute;
  top: 30%;
  left: -5%;
  width: 60%;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .catch_img {
    top: 60%;
    width: 80%;
  }
}

/* レスポンシブ調整 */
@media screen and (max-width: 767px) {
  .p-slider__catch__title {
    font-size: 28px;
  }
  .p-slider__catch__sub {
    font-size: 14px;
  }
  .mv_wrapper {
    height: 70vh;
  }
}/*# sourceMappingURL=custom.css.map */