@charset "UTF-8";
.mincho {
  font-family: "游明朝", YuMincho, "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho", serif;
}

.inrWidth {
  width: 750px;
  margin-right: auto !important;
  margin-left: auto !important;
}

.outerWidth {
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.fullWidth {
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 1400px) {
  .fullWidth {
    width: 1400px;
  }
  .inrWidth {
    width: 750px;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1400px) {
  .fullWidth {
    width: 100%;
  }
  .outerWidth {
    width: 1000px;
  }
  .inrWidth {
    width: 750px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .full-spw100 {
    width: 100% !important;
  }
  .fullWidth {
    width: 100% !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .outer-spw100 {
    width: 100% !important;
  }
  .outerWidth {
    width: 90% !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 750px) {
  .inr-spw100 {
    width: 100% !important;
  }
  .inrWidth {
    width: 90% !important;
  }
}
@media screen and (max-width: 768px) {
  .spw100 {
    width: 100% !important;
  }
  .inrWidth {
    width: calc(100% - 50px);
  }
  .outerWidth {
    width: calc(100% - 50px);
  }
}
@-webkit-keyframes sdl {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50.1% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}
@keyframes sdl {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50.1% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}
@-webkit-keyframes image-switch-animation {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  55% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes image-switch-animation {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  55% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@media screen and (min-width: 769px) {
  .pamp {
    padding: 140px 0 0;
    position: relative;
    z-index: 2;
    color: #fff;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 42, 84, 0)), color-stop(18.13%, rgba(0, 42, 84, 0.9)), color-stop(85.9%, rgba(0, 42, 84, 0.9)), to(rgba(0, 42, 84, 0)));
    background: linear-gradient(0deg, rgba(0, 42, 84, 0) 0%, rgba(0, 42, 84, 0.9) 18.13%, rgba(0, 42, 84, 0.9) 85.9%, rgba(0, 42, 84, 0) 100%);
  }
  .pamp__ttl {
    color: #fff;
    text-align: center;
    font-size: 2.3rem;
    margin-bottom: 20px;
    font-family: "游明朝", YuMincho, "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho", serif;
    margin-top: 7px;
    letter-spacing: 0.1em;
    font-weight: normal;
  }
  .pamp__ttl .small-text {
    font-size: 1.4rem;
    display: block;
  }
  .pamp__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    justify-content: space-between;
    margin-top: 36px;
    max-width: 740px;
  }
  .pamp__blk {
    width: 45%;
  }
  .pamp__blk-thum img {
    width: 100%;
  }
  .pamp__blk-btn {
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.5rem;
  }
  .c-video {
    display: none;
  }
  .c-section-title {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    padding: 0 57px;
    font-size: 16px;
    color: #ddc558;
    font-family: "游明朝", YuMincho, "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho", serif;
    position: relative;
  }
  .c-section-title:before {
    position: absolute;
    content: "";
    width: 38px;
    height: 1px;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-color: #ddc558;
  }
  .c-section-title:after {
    position: absolute;
    content: "";
    width: 38px;
    height: 1px;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-color: #ddc558;
  }
  .c-btn {
    color: #ddc558;
    font-weight: 600;
    position: relative;
    font-family: "游明朝", YuMincho, "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho", serif;
    font-size: 20px;
    display: block;
    width: 280px;
    height: 78px;
    margin-inline: auto;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    letter-spacing: 0.1em;
  }
  .c-btn:hover {
    opacity: 1;
  }
  .c-btn:hover span {
    -webkit-transform: translateY(-50%) translateX(5px);
            transform: translateY(-50%) translateX(5px);
  }
  .c-btn:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 22px;
    top: 0;
    left: 0;
    right: 0;
    background-image: url(../img/common2025/btn_treat.png);
    background-size: contain;
    background-repeat: no-repeat;
  }
  .c-btn:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 22px;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url(../img/common2025/btn_treat.png);
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .c-btn span {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    top: 50%;
    right: 24px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .c-btn span:before {
    position: absolute;
    content: "";
    width: 32px;
    height: 1px;
    top: 8px;
    right: -5px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-color: #ddc558;
  }
  .c-btn span:after {
    position: absolute;
    content: "";
    width: 10px;
    height: 1px;
    top: 5px;
    right: -5px;
    -webkit-transform: translateY(-50%) rotate(30deg);
            transform: translateY(-50%) rotate(30deg);
    background-color: #ddc558;
  }
  .c-bg {
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(35%, rgb(0, 0, 0)), color-stop(65%, rgb(0, 0, 0)), to(rgba(0, 0, 0, 0))) !important;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 35%, rgb(0, 0, 0) 65%, rgba(0, 0, 0, 0) 100%) !important;
  }
  #TOP header .logo {
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #TOP header .logo.fadein {
    opacity: 1;
  }
  #TOP .fixed-movie {
    position: fixed;
    /* top: 50%; */
    /* left: 50%; */
    /* -webkit-transform: translate(-50%, -50%); */
    /* transform: translate(-50%, -50%); */
    /* width: 177.77777778vh; */
    /* height: 56.25vw; */
    width: 100vw;
    height: 100vh;
    /* min-height: 100%; */
    /* min-width: 100%; */
    opacity: 0.65;
    -webkit-filter: blur(0px);
            filter: blur(0px);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    filter: blur(0px);
    transition: all 0.3s;
  }
  #TOP .fixed-movie video {
    width: 100%;
    height: 100%;
    position: relative;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #TOP .fixed-bg {
    background-color: #000;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    height: 100vh;
    opacity: 0;
  }
  #TOP .mv-area {
    height: 100vh;
    position: relative;
  }
  #TOP .mv-area__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
  }
  #TOP .mv-area__img {
    width: 476px;
  }
  #TOP .mv-area__scroll {
    position: absolute;
    bottom: 13px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 48px;
  }
  #TOP .about-area {
    position: relative;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgb(0, 0, 0)));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  }
  #TOP .about-area__inner {
    padding: 190px 0 0;
    width: calc(100% - 30px);
    margin-inline: auto;
  }
  #TOP .about-area__title {
    color: #fff;
    text-align: center;
    font-size: 3.2rem;
    font-family: "游明朝", YuMincho, "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho", serif;
    margin-top: 7px;
    letter-spacing: 0.1em;
  }
  #TOP .about-area__text {
    color: #fff;
    font-size: 1.6rem;
    text-align: center;
    font-family: "游明朝", YuMincho, "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho", serif;
    margin-top: 20px;
    line-height: 2.5;
    letter-spacing: 0.1em;
  }
  #TOP .about-area__youtube {
    margin-top: 0;
  }
  #TOP .about-area__youtube .video-thumbnail {
    width: 100%;
    position: relative;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #TOP .about-area__youtube .video-thumbnail:hover {
    opacity: 0.8;
  }
  #TOP .about-area__youtube .video-thumbnail .video-thumbnail-img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
    height: 530px;
    width: 100%;
  }
  #TOP .about-area__youtube .video-thumbnail .video-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 90px;
  }
  #TOP .about-area__youtube .video-player {
    position: relative;
    width: 100%;
    height: 530px;
  }
  #TOP .about-area__youtube .video-player iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
  #TOP .about-area__gallery {
    margin-top: 106px;
  }
  #TOP .about-area__gallery-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #TOP .about-area__gallery-block {
    width: 49.5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #TOP .about-area__gallery-item {
    width: 100%;
    margin-bottom: 3px;
  }
  #TOP .about-area__gallery-item img {
    width: 100%;
  }
  #TOP .about-area__gallery-item.-w50 {
    width: 100%;
    margin-bottom: 8px;
  }
  #TOP .program-area {
    position: relative;
    padding-top: 195px;
  }
  #TOP .program-area__inner > * + * {
    margin-top: 0;
  }
  #TOP .program-area-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #TOP .program-area-block.-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  #TOP .program-area-block.-reverse .program-area-block-textarea {
    padding-right: 50px;
    padding-left: 50px;
  }
  #TOP .program-area-block.-area-program .program-area-block-thumbnail {
    width: 50%;
    position: relative;
  }
  #TOP .program-area-block.-area-program .program-area-block-textarea {
    width: 50%;
    padding-right: 140px;
  }
  #TOP .program-area-block-thumbnail {
    width: 61.5%;
  }
  #TOP .program-area-block-thumbnail img {
    width: 100%;
  }
  #TOP .program-area-block-thumbnail-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 49.7%;
  }
  #TOP .program-area-block-thumbnail-area .program-area-block-thumbnail {
    width: 49.5% !important;
  }
  #TOP .program-area-block-thumbnail-area .program-area-block-thumbnail:nth-of-type(n + 3) {
    margin-top: 10px;
  }
  #TOP .program-area-block-textarea {
    width: 38.5%;
    padding-right: 50px;
    padding-left: 50px;
  }
  #TOP .program-area-block-title {
    margin-top: 7px;
    letter-spacing: 0.1em;
    color: #fff;
    font-size: 32px;
    text-align: center;
    font-family: "游明朝", YuMincho, "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho", serif;
  }
  #TOP .program-area-block-text {
    margin-top: 25px;
    letter-spacing: 0.1em;
    line-height: 2.5;
    color: #fff;
    font-size: 16px;
    text-align: center;
    font-family: "游明朝", YuMincho, "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho", serif;
  }
  #TOP .program-area-block-btn {
    margin-top: 26px;
  }
  #TOP .program-area-thumbnail {
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #TOP .program-area-thumbnail-item {
    width: 24.5%;
    position: relative;
  }
  #TOP .access {
    margin-top: 0 !important;
    padding-top: 140px;
  }
  #TOP .access:before {
    display: none !important;
  }
  #TOP .access:after {
    display: none !important;
  }
  #TOP .access__ttl {
    font-size: 32px;
    margin-top: 6px;
    color: #fff;
    text-align: center;
    font-family: "游明朝", YuMincho, "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho", serif;
    font-weight: normal;
  }
  #TOP .access__map {
    width: 638px;
    margin: 29px auto 0;
  }
  #TOP .access__txt01 {
    margin: 8px auto 0;
    width: 530px;
  }
  #TOP .area_news {
    margin-top: 0 !important;
    padding-top: 129px !important;
    padding-bottom: 0 !important;
    position: relative;
  }
  #TOP .area_news__ttl {
    background: transparent;
  }
  #TOP .area_news .flex-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #TOP .area_news:before {
    display: none;
  }
  #TOP .area_news__ttl {
    border: none;
    margin-top: 7px;
    letter-spacing: 0.1em;
    color: #fff;
    font-size: 32px;
    text-align: center;
    font-family: "游明朝", YuMincho, "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho", serif;
  }
  #TOP .area_news__ttl:before {
    display: none;
  }
  #TOP .area_news__ttl:after {
    display: none;
  }
  #TOP .area_news__ttl span:before {
    display: none;
  }
  #TOP .area_news__ttl span:after {
    display: none;
  }
  #TOP .area_news .news {
    margin-top: 45px;
    max-width: 740px;
    position: relative;
    width: 100%;
  }
  #TOP .area_news .news a {
    display: block;
    padding-bottom: 20px;
  }
  #TOP .area_news .news a:nth-of-type(n + 2) {
    padding-top: 22px;
    border-top: 1px solid #ddc558;
  }
  #TOP .area_news .news a:nth-of-type(n + 3) {
    display: none;
  }
  #TOP .area_news .news a dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #TOP .area_news .news a dl p {
    width: 116px;
    height: 38px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 1;
    font-weight: bold;
    font-family: "游明朝", YuMincho, "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho", serif;
    position: relative;
  }
  #TOP .area_news .news a dl p:before {
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    top: -1px;
    right: -1px;
    background-color: #000;
    clip-path: polygon(0 0, 100% 0, 100% 100%);
  }
  #TOP .area_news .news a dl p.business {
    background-color: #5197ba;
  }
  #TOP .area_news .news a dl p.hold {
    background-color: #ddc558;
    color: #000;
  }
  #TOP .area_news .news a dl dt {
    color: #ddc558;
    font-weight: bold;
    font-size: 1.8rem;
    font-family: "游明朝", YuMincho, "Kozuka Mincho Pro", serif;
    width: 122px;
    margin-left: 15px;
  }
  #TOP .area_news .news a dl dd {
    margin-top: 3px;
    font-size: 1.5rem;
    width: calc(100% - 260px);
    color: #fff;
    margin-left: 6px;
  }
  #TOP .area_news__btn {
    margin-top: 54px;
  }
}
@media screen and (max-width: 768px) {
  .pamp {
    padding: 92px 0 0px;
    margin-top: 0;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 42, 84, 0)), color-stop(10.13%, rgba(0, 42, 84, 0.9)), color-stop(85.9%, rgba(0, 42, 84, 0.9)), to(rgba(0, 42, 84, 0)));
    background: linear-gradient(0deg, rgba(0, 42, 84, 0) 0%, rgba(0, 42, 84, 0.9) 10.13%, rgba(0, 42, 84, 0.9) 85.9%, rgba(0, 42, 84, 0) 100%);
  }
  .pamp::after {
    left: calc(50% - 34px);
    bottom: 33px;
    width: 68px;
    height: 25px;
  }
  .pamp__ttl {
    font-size: 24px;
    margin-bottom: 15px;
    margin-top: 6px;
    color: #fff;
    text-align: center;
    font-family: "游明朝", YuMincho, "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho", serif;
    font-weight: normal;
  }
  .pamp__ttl .small-text {
    display: block;
    font-size: 16px;
  }
  .pamp__box {
    display: block;
    margin-top: 26px;
  }
  .pamp__blk {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
  .pamp__blk:nth-of-type(n + 2) {
    margin-top: 50px;
  }
  .pamp__blk-thum img {
    width: 100%;
  }
  .pamp__blk-btn {
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.3rem;
  }
  .c-video {
    display: none;
  }
  .c-section-title {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    padding: 0 58px;
    font-size: 16px;
    letter-spacing: 0.1em;
    color: #ddc558;
    font-family: "游明朝", YuMincho, "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho", serif;
    position: relative;
  }
  .c-section-title:before {
    position: absolute;
    content: "";
    width: 38px;
    height: 1px;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-color: #ddc558;
  }
  .c-section-title:after {
    position: absolute;
    content: "";
    width: 38px;
    height: 1px;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-color: #ddc558;
  }
  .c-btn {
    color: #ddc558;
    font-weight: 600;
    position: relative;
    font-family: "游明朝", YuMincho, "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho", serif;
    font-size: 20px;
    display: block;
    width: 270px;
    height: 75px;
    margin-inline: auto;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    letter-spacing: 0.1em;
  }
  .c-btn:hover {
    opacity: 1;
  }
  .c-btn:hover span {
    -webkit-transform: translateY(-50%) translateX(5px);
            transform: translateY(-50%) translateX(5px);
  }
  .c-btn:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 22px;
    top: 0;
    left: 0;
    right: 0;
    background-image: url(../img/top/btn_treat.png);
    background-size: contain;
    background-repeat: no-repeat;
  }
  .c-btn:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 22px;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url(../img/top/btn_treat.png);
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .c-btn span {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    top: 50%;
    right: 14px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .c-btn span:before {
    position: absolute;
    content: "";
    width: 32px;
    height: 1px;
    top: 8px;
    right: -5px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-color: #ddc558;
  }
  .c-btn span:after {
    position: absolute;
    content: "";
    width: 10px;
    height: 1px;
    top: 5px;
    right: -5px;
    -webkit-transform: translateY(-50%) rotate(30deg);
            transform: translateY(-50%) rotate(30deg);
    background-color: #ddc558;
  }
  .c-bg {
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(20%, rgb(0, 0, 0)), color-stop(80%, rgb(0, 0, 0)), to(rgba(0, 0, 0, 0))) !important;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 20%, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%) !important;
  }
  #TOP header .logo {
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #TOP header .logo.fadein {
    opacity: 1;
  }
  #TOP .fixed-movie {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 1480px;
    height: 76.25vw;
    min-height: 100%;
    min-width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    opacity: 0.65;
    -webkit-filter: blur(0px);
            filter: blur(0px);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #TOP .fixed-movie video {
    height: 100vh;
    width: auto;
  }
  #TOP .fixed-bg {
    background-color: #000;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    height: 100vh;
    opacity: 0;
  }
  #TOP .mv-area {
    height: calc(100vh - 75px);
    position: relative;
  }
  #TOP .mv-area__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
  }
  #TOP .mv-area__img {
    width: 286px;
    margin-top: -186px;
  }
  #TOP .mv-area__scroll {
    position: absolute;
    bottom: 3px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 48px;
  }
  #TOP .about-area {
    position: relative;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgb(0, 0, 0)));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  }
  #TOP .about-area__inner {
    padding: 140px 0 0;
    width: calc(100% - 0px);
    margin-inline: auto;
  }
  #TOP .about-area__title {
    color: #fff;
    text-align: center;
    font-size: 2.8rem;
    font-family: "游明朝", YuMincho, "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho", serif;
    margin-top: 11px;
    letter-spacing: 0.1em;
  }
  #TOP .about-area__text {
    color: #fff;
    font-size: 1.6rem;
    text-align: center;
    font-family: "游明朝", YuMincho, "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho", serif;
    margin-top: 20px;
    line-height: 2.5;
    letter-spacing: 0.1em;
  }
  #TOP .about-area__youtube {
    margin-top: 0;
  }
  #TOP .about-area__youtube .video-thumbnail {
    width: 100%;
    position: relative;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #TOP .about-area__youtube .video-thumbnail:hover {
    opacity: 0.8;
  }
  #TOP .about-area__youtube .video-thumbnail .video-thumbnail-img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
    height: 315px;
    width: 100%;
  }
  #TOP .about-area__youtube .video-thumbnail .video-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 60px;
  }
  #TOP .about-area__youtube .video-player {
    position: relative;
    width: 100%;
    height: 315px;
  }
  #TOP .about-area__youtube .video-player iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
  #TOP .about-area__gallery {
    margin-top: 46px;
  }
  #TOP .about-area__gallery-block {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #TOP .about-area__gallery-item {
    width: 49%;
    margin-bottom: 3px;
  }
  #TOP .about-area__gallery-item.-w50 {
    width: 100%;
    margin-bottom: 8px;
    display: none;
  }
  #TOP .program-area {
    position: relative;
    padding-top: 112px;
  }
  #TOP .program-area__inner > * + * {
    margin-top: 95px;
  }
  #TOP .program-area-block.-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  #TOP .program-area-block.-reverse .program-area-block-textarea {
    padding-right: 0px;
    padding-left: 0px;
  }
  #TOP .program-area-block.-area-program .program-area-block-thumbnail {
    width: 100%;
  }
  #TOP .program-area-block.-area-program .program-area-block-textarea {
    width: 100%;
  }
  #TOP .program-area-block-thumbnail {
    width: 100%;
  }
  #TOP .program-area-block-thumbnail-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
  #TOP .program-area-block-thumbnail-area .program-area-block-thumbnail {
    width: 49.5% !important;
  }
  #TOP .program-area-block-thumbnail-area .program-area-block-thumbnail:nth-of-type(n + 3) {
    margin-top: 10px;
  }
  #TOP .program-area-block-textarea {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    margin-top: 37px;
  }
  #TOP .program-area-block-title {
    margin-top: 12px;
    letter-spacing: 0.04em;
    color: #fff;
    font-size: 28px;
    text-align: center;
    font-family: "游明朝", YuMincho, "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho", serif;
  }
  #TOP .program-area-block-text {
    margin-top: 25px;
    letter-spacing: 0.1em;
    line-height: 2.5;
    color: #fff;
    font-size: 16px;
    text-align: center;
    font-family: "游明朝", YuMincho, "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho", serif;
  }
  #TOP .program-area-block-btn {
    margin-top: 14px;
  }
  #TOP .program-area-thumbnail {
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    display: none;
  }
  #TOP .program-area-thumbnail-item {
    width: 24.5%;
  }
  #TOP .access {
    margin-top: 0 !important;
    padding-top: 92px;
    padding-bottom: 40px !important;
  }
  #TOP .access:before {
    display: none !important;
  }
  #TOP .access:after {
    display: none !important;
  }
  #TOP .access__ttl {
    font-size: 32px;
    margin-top: 6px;
    color: #fff;
    text-align: center;
    font-family: "游明朝", YuMincho, "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho", serif;
    font-weight: normal;
  }
  #TOP .access__map {
    width: 100%;
    height: 0;
    margin: auto;
    margin-top: 35px;
    padding-top: 85%;
    position: relative;
  }
  #TOP .access__map iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
  #TOP .access__txt01 {
    width: 191px;
    margin-top: 35px;
  }
  #TOP .access__txt01 {
    margin-top: 18px !important;
    width: 200px !important;
    margin-left: 28px !important;
  }
  #TOP .area_news {
    margin-top: 0 !important;
    padding-top: 47px !important;
    position: relative;
  }
  #TOP .area_news .outerWidth {
    width: 100%;
  }
  #TOP .area_news__ttl {
    background: transparent;
  }
  #TOP .area_news:before {
    display: none;
  }
  #TOP .area_news__ttl {
    border: none;
    margin-top: 7px;
    letter-spacing: 0.1em;
    color: #fff;
    font-size: 32px;
    text-align: center;
    font-family: "游明朝", YuMincho, "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho", serif;
  }
  #TOP .area_news__ttl:before {
    display: none;
  }
  #TOP .area_news__ttl:after {
    display: none;
  }
  #TOP .area_news__ttl span:before {
    display: none;
  }
  #TOP .area_news__ttl span:after {
    display: none;
  }
  #TOP .area_news .news {
    margin-top: 27px;
    width: calc(100% - 50px);
    position: relative;
  }
  #TOP .area_news .news a {
    display: block;
    padding-bottom: 20px;
  }
  #TOP .area_news .news a:nth-of-type(n + 2) {
    padding-top: 17px;
    border-top: 1px solid #ddc558;
  }
  #TOP .area_news .news a dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #TOP .area_news .news a dl p {
    width: 110px;
    height: 35px;
    color: #fff;
    width: 116px;
    height: 38px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 1;
    font-weight: bold;
    font-family: "游明朝", YuMincho, "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho", serif;
    position: relative;
  }
  #TOP .area_news .news a dl p:before {
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    top: -1px;
    right: -1px;
    background-color: #000;
    clip-path: polygon(0 0, 100% 0, 100% 100%);
  }
  #TOP .area_news .news a dl p.business {
    background-color: #5197ba;
  }
  #TOP .area_news .news a dl p.hold {
    background-color: #ddc558;
    color: #000;
  }
  #TOP .area_news .news a dl dt {
    font-size: 1.8rem;
    width: 122px;
    color: #ddc558;
    font-weight: bold;
    font-family: "游明朝", YuMincho, "Kozuka Mincho Pro", serif;
    margin-left: 15px;
  }
  #TOP .area_news .news a dl dd {
    font-size: 1.5rem;
    width: 100%;
    color: #fff;
    margin-left: 6px;
  }
  #TOP .area_news__btn {
    margin-top: 23px;
  }
}
@media screen and (max-width: 1176px) and (min-width: 1001px) {
  .c-section-title {
    padding: 0 57px;
    font-size: 12px;
  }
  .c-btn {
    font-size: 15px;
    height: 65px;
  }
  #TOP .program-area-block-title {
    font-size: 22px;
  }
  #TOP .program-area-block-text {
    font-size: 13px;
  }
  #TOP .program-area-block.-area-program .program-area-block-textarea {
    padding-right: 50px;
  }
}
@media screen and (max-width: 1000px) and (min-width: 769px) {
  #TOP .program-area__inner > * + * {
    margin-top: 100px;
  }
  #TOP .program-area-block-thumbnail {
    width: 38%;
  }
  #TOP .program-area-block-textarea {
    width: 62%;
    padding-right: 0px;
  }
  #TOP .program-area-block.-area-program .program-area-block-textarea {
    width: 50%;
    padding-right: 0;
  }
}
/*# sourceMappingURL=top.css.map */