/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

input, textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

.spnon {
  display: none;
}

.wrapper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@-webkit-keyframes bd {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}

@keyframes bd {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}
@-webkit-keyframes scroll {
  33% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}
@keyframes scroll {
  33% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .header {
    position: absolute;
  }
}
.header__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #fff;
  padding: 2.5% 5%;
}
@media screen and (min-width: 1024px) {
  .header__wrap {
    padding: 1.67% 1.82% 0 0;
    background-color: transparent;
  }
}
.header__ttl {
  font-family: "Cambria Math", "Georgia,serif";
  font-weight: 400;
  font-size: 28px;
  letter-spacing: 0.4rem;
  line-height: 1.4;
  letter-spacing: 0.1rem;
  -webkit-transform: translateY(-10%);
          transform: translateY(-10%);
}
@media screen and (min-width: 768px) {
  .header__ttl {
    font-size: 36px;
  }
}
@media screen and (min-width: 1024px) {
  .header__ttl {
    -webkit-transform: translateX(18.67%);
            transform: translateX(18.67%);
  }
}
.header__link {
  font-size: 18px;
  text-decoration: none;
  color: #707070;
}
@media screen and (min-width: 768px) {
  .header__link {
    font-size: 20px;
  }
}

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  width: 48px;
  height: 48px;
  cursor: pointer;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
@media screen and (min-width: 768px) {
  .btn {
    width: 56px;
    height: 56px;
  }
}
@media screen and (min-width: 1024px) {
  .btn {
    width: 40px;
    height: 40px;
  }
}
.btn::after {
  content: "MENU";
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 70%;
  left: 40%;
  font-size: 10px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
@media screen and (min-width: 768px) {
  .btn::after {
    font-size: 12px;
    left: 35%;
  }
}
@media screen and (min-width: 1024px) {
  .btn::after {
    font-size: 11px;
    left: 13%;
  }
}
.btn__top {
  width: 24px;
  height: 0.5px;
  background: #707070;
  position: absolute;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
}
@media screen and (min-width: 768px) {
  .btn__top {
    width: 32px;
  }
}
.btn__bottom {
  width: 24px;
  height: 0.5px;
  background: #707070;
  position: absolute;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}
@media screen and (min-width: 768px) {
  .btn__bottom {
    width: 32px;
  }
}

.gnav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(83, 153, 159, 0.8156862745);
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: 1s;
  transition: 1s;
  z-index: -1;
}
@media screen and (min-width: 1024px) {
  .gnav {
    width: 30%;
    margin-left: 70%;
  }
}
.gnav__nav {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-57.5%, -50%);
          transform: translate(-57.5%, -50%);
}
@media screen and (min-width: 768px) {
  .gnav__nav {
    top: 57.5%;
  }
}
@media screen and (min-width: 1024px) {
  .gnav__nav {
    top: 50%;
  }
}
.gnav__list {
  font-size: 16px;
  letter-spacing: 0.15rem;
  text-align: center;
  text-align: center;
  position: relative;
  z-index: 99;
  width: 118px;
  margin: 0 auto;
  width: 100%;
}
.gnav__list__link {
  width: 100%;
  font-size: 15px;
  letter-spacing: 0.1rem;
  color: #FFF;
  text-decoration: none;
}
.gnav__list__link::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #FFF;
  position: absolute;
  top: 100%;
  left: 0;
  text-align: center;
  margin-top: 5%;
}
.gnav__list__link:hover {
  opacity: 0.6;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.gnav__list__link:hover::after {
  -webkit-animation: bd 0.6s forwards;
          animation: bd 0.6s forwards;
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
}
@media screen and (min-width: 768px) {
  .gnav__list {
    font-size: 18px;
  }
}
.gnav__list + .gnav__list {
  margin-top: 80px;
}
@media screen and (min-width: 768px) {
  .gnav__list + .gnav__list {
    margin-top: 100px;
  }
}

.footer {
  width: 100%;
  height: auto;
  background: url(../images/footer_bg_sp.jpg) center center/cover;
}
@media screen and (min-width: 768px) {
  .footer {
    background: url(../images/footer_bg_sp.jpg) left top/cover;
  }
}
@media screen and (min-width: 1532px) {
  .footer {
    background: url(../images/footer_bg.jpg) left top/cover;
  }
}
.footer__flexwrap {
  width: 100%;
  padding-top: 80px;
  padding-left: 8.53%;
}
@media screen and (min-width: 1024px) {
  .footer__flexwrap {
    padding-top: 200px;
  }
}
@media screen and (min-width: 1532px) {
  .footer__flexwrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.footer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 48px;
}
@media screen and (min-width: 768px) {
  .footer__menu {
    width: 100%;
    gap: 80px;
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 768px) {
  .footer__menu {
    margin-bottom: 120px;
  }
}
@media screen and (min-width: 768px) {
  .footer__menu .footer__menu__box:first-of-type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 80px;
  }
}
.footer__menu .footer__menu__box:nth-of-type(2) {
  margin-left: 8.53%;
}
@media screen and (min-width: 768px) {
  .footer__menu .footer__menu__box:nth-of-type(2) {
    margin-left: 0;
  }
}
.footer__menu__box .footer__menu__boxtb:nth-of-type(2) {
  padding-top: 30px;
}
@media screen and (min-width: 768px) {
  .footer__menu__box .footer__menu__boxtb:nth-of-type(2) {
    padding-top: 0;
  }
}
.footer__menu__ttl {
  list-style-type: none;
}
.footer__menu__ttl + .footer__menu__ttl {
  padding-top: 30px;
}
@media screen and (min-width: 1024px) {
  .footer__menu__ttl + .footer__menu__ttl {
    padding-top: 48px;
  }
}
.footer__menu__link {
  font-size: 15px;
  text-decoration: none;
  color: #FFF;
}
.footer__menu__link:hover {
  opacity: 0.6;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
@media screen and (min-width: 768px) {
  .footer__menu__link {
    font-size: 18px;
  }
}
@media screen and (min-width: 1024px) {
  .footer__menu__link {
    font-size: 20px;
  }
}
.footer__adress {
  color: #FFF;
}
@media screen and (min-width: 1024px) {
  .footer__adress {
    padding-left: 0;
    width: 60%;
  }
}
.footer__adress__logo {
  margin-bottom: 16px;
}
@media screen and (min-width: 1024px) {
  .footer__adress__logo {
    font-size: 22px;
    margin-bottom: 56px;
  }
}
.footer__adress__add {
  font-size: 15px;
  margin-bottom: 12px;
}
@media screen and (min-width: 1024px) {
  .footer__adress__add {
    font-size: 16px;
    letter-spacing: 0.1rem;
    margin-bottom: 32px;
  }
}
.footer__adress__fxbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 1024px) {
  .footer__adress__fxbox {
    display: block;
  }
}
.footer__adress__tel {
  color: #FFF;
  font-size: 15px;
  margin-bottom: 12px;
}
@media screen and (min-width: 1024px) {
  .footer__adress__tel {
    font-size: 16px;
    letter-spacing: 0.1rem;
    margin-bottom: 12px;
  }
}
.footer__adress__time {
  font-size: 15px;
  margin-bottom: 12px;
  padding-left: 15px;
}
@media screen and (min-width: 1024px) {
  .footer__adress__time {
    font-size: 16px;
    letter-spacing: 0.1rem;
    padding-left: 0;
    margin-bottom: 56px;
  }
}
.footer__adress__link {
  text-decoration: none;
  color: #FFF;
  font-size: 15px;
}
.footer__adress__link:hover {
  opacity: 0.58;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer__adress__about {
  margin-bottom: 30px;
}
@media screen and (min-width: 1024px) {
  .footer__adress__about {
    font-size: 16px;
    letter-spacing: 0.1rem;
    padding-left: 0;
    margin-bottom: 56px;
  }
}
.footer__adress__book {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 48px;
  border-bottom: 0.5px solid #FFF;
}
@media screen and (min-width: 768px) {
  .footer__adress__book {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 1024px) {
  .footer__adress__book {
    font-size: 24px;
    letter-spacing: 0.1rem;
    margin-bottom: 180px;
  }
}
.footer__small {
  position: relative;
  color: #FFF;
  font-size: 12px;
  text-align: center;
  padding: 12px 0;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .footer__small {
    padding: 16px 0;
  }
}
@media screen and (min-width: 1024px) {
  .footer__small {
    padding: 30px 0;
  }
}
.footer__small::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: #53999F;
  opacity: 0.58;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.wrapper {
  font-family: "shippori-mincho", "sans-serif";
  color: #707070;
  overflow: hidden;
  padding-top: 12.5%;
}
@media screen and (min-width: 768px) {
  .wrapper {
    padding-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .wrapper {
    position: relative;
  }
}

@media screen and (min-width: 768px) {
  .spnon {
    display: inline;
  }
}

.tabnon {
  display: none;
}

@media screen and (min-width: 1024px) {
  .pcnon {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  .pcv {
    display: block;
  }
}

.swiper-main {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .swiper-main {
    height: 75vh;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (min-width: 1024px) {
  .swiper-main {
    position: relative;
    width: 60%;
    height: 100vh;
    margin: 0 5.99% 0 34.01%;
  }
}
.swiper-main__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.swiper-main__prev {
  width: 90%;
  height: 50%;
}
.swiper-main__prev::after {
  content: "";
  display: inline-block;
  width: 36px;
  height: 36px;
  background-size: contain;
  background: url(../images/mv_btnl.png) center center/cover;
  position: absolute;
  top: 80%;
  left: 80%;
  z-index: 99;
}
@media screen and (min-width: 768px) {
  .swiper-main__prev::after {
    width: 50px;
    height: 50px;
  }
}
@media screen and (min-width: 1024px) {
  .swiper-main__prev::after {
    display: none;
  }
}
.swiper-main__next {
  width: 10%;
  height: 50%;
}
.swiper-main__next::after {
  content: "";
  display: inline-block;
  width: 36px;
  height: 36px;
  background-size: contain;
  background: url(../images/mv_btnr.png) center center/cover;
  position: absolute;
  top: 80%;
  left: 0;
  z-index: 99;
}
@media screen and (min-width: 768px) {
  .swiper-main__next::after {
    width: 50px;
    height: 50px;
  }
}
@media screen and (min-width: 1024px) {
  .swiper-main__next::after {
    display: none;
  }
}

.swiper-sub {
  display: none;
}
@media screen and (min-width: 1024px) {
  .swiper-sub {
    position: absolute;
    top: 70.85%;
    left: 0;
    display: block;
    width: 43.75%;
    height: auto;
    margin-left: 1.93%;
  }
}
@media screen and (min-width: 1532px) {
  .swiper-sub {
    top: 68.85%;
  }
}
.swiper-sub__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.mv {
  margin-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .mv {
    margin-bottom: 120px;
  }
}
@media screen and (min-width: 1024px) {
  .mv {
    margin-bottom: 200px;
  }
}
@media screen and (min-width: 1024px) {
  .mv {
    position: relative;
  }
}
.mv__ttlwrap {
  position: relative;
  padding-top: 10.7%;
  margin-left: 10.87%;
}
@media screen and (min-width: 768px) {
  .mv__ttlwrap {
    padding-top: 42px;
    margin-left: 6.5%;
  }
}
@media screen and (min-width: 1024px) {
  .mv__ttlwrap {
    position: static;
    position: absolute;
    top: 36.35%;
    left: 0;
    z-index: 1;
    padding-top: 0;
  }
}
@media screen and (min-width: 1532px) {
  .mv__ttlwrap {
    margin-left: 5.85%;
  }
}
.mv__ttl {
  font-family: "Cambria Math", "Georgia,serif";
  font-weight: 400;
  font-size: 28px;
  letter-spacing: 0.4rem;
  line-height: 1.4;
  font-size: 42px;
  margin-bottom: 8px;
}
@media screen and (min-width: 768px) {
  .mv__ttl {
    font-size: 36px;
  }
}
@media screen and (min-width: 768px) {
  .mv__ttl {
    font-size: 55px;
    letter-spacing: 0.6rem;
    padding-top: 0;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  .mv__ttl {
    font-size: 56px;
    margin-bottom: 20px;
    position: relative;
  }
  .mv__ttl::after {
    content: "";
    width: 100%;
    height: 70%;
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.7411764706);
    margin-top: 8px;
    z-index: -1;
  }
}
.mv__subttl {
  font-size: 21px;
  color: #53999F;
  font-weight: normal;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .mv__subttl {
    font-size: 26px;
    line-height: 2;
  }
}
@media screen and (min-width: 1024px) {
  .mv__subttl {
    font-size: 29px;
    text-align: center;
    position: relative;
  }
  .mv__subttl::after {
    content: "";
    width: 100%;
    height: 60%;
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    background-color: hsla(0, 0%, 100%, 0.7);
    margin-top: 12px;
    z-index: -1;
  }
}

.js-scroll {
  display: none;
  pointer-events: none;
}
@media screen and (min-width: 1024px) {
  .js-scroll {
    display: block;
    position: absolute;
    top: 87%;
    left: calc(100% - 80px);
    z-index: 1;
    font-size: 15px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .js-scroll::after {
    content: "";
    display: inline-block;
    width: 58px;
    height: 0.5px;
    background-color: #707070;
    position: absolute;
    top: 50%;
    left: 120%;
    -webkit-animation: 1.4s scroll infinite ease-in-out;
            animation: 1.4s scroll infinite ease-in-out;
    -webkit-transform-origin: right top;
            transform-origin: right top;
  }
}

.js-scrolltop {
  display: none;
  pointer-events: none;
}
@media screen and (min-width: 1024px) {
  .js-scrolltop {
    position: fixed;
    top: 95%;
    left: calc(100% - 50px);
    z-index: -1;
    font-size: 15px;
    letter-spacing: 0.2rem;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .js-scrolltop::after {
    content: "";
    display: inline-block;
    width: 58px;
    height: 0.5px;
    background-color: #707070;
    position: absolute;
    top: 50%;
    left: -180%;
    -webkit-animation: 1.4s scroll infinite ease-in-out;
            animation: 1.4s scroll infinite ease-in-out;
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
  }
}
.js-scrolltop__link {
  display: none;
  pointer-events: none;
}
@media screen and (min-width: 1024px) {
  .js-scrolltop__link {
    display: block;
    pointer-events: visible;
    text-decoration: none;
    color: #707070;
  }
}

.about {
  position: relative;
  margin-bottom: 386.75px;
}
@media screen and (min-width: 768px) {
  .about {
    margin-bottom: 386.75px;
  }
}
@media screen and (min-width: 1024px) {
  .about {
    margin-bottom: 606.75px;
  }
}
.about__bg {
  width: 91.5%;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .about__bg {
    max-width: 1200px;
  }
}
.about__bgimg {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about__txtwrap {
  position: absolute;
  top: calc(100% - 40px);
  right: 0;
  background: #53999F;
  margin-left: 8.53%;
  height: 306.75px;
}
@media screen and (min-width: 768px) {
  .about__txtwrap {
    height: 341.95px;
  }
}
@media screen and (min-width: 1024px) {
  .about__txtwrap {
    width: 48.25%;
    height: auto;
    margin-left: 0;
    margin-right: 5.99%;
  }
}
.about__txtbox {
  padding-top: 48px;
}
@media screen and (min-width: 1024px) {
  .about__txtbox {
    padding-top: 56px;
  }
}
.about__ttl {
  font-family: "Cambria Math", "Georgia,serif";
  font-weight: 400;
  font-size: 28px;
  letter-spacing: 0.4rem;
  line-height: 1.4;
  color: #FFF;
  text-align: center;
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .about__ttl {
    font-size: 36px;
  }
}
@media screen and (min-width: 768px) {
  .about__ttl {
    margin-bottom: 36px;
  }
}
@media screen and (min-width: 1024px) {
  .about__ttl {
    margin-bottom: 56px;
  }
}
.about__txt {
  font-size: 16px;
  line-height: 1.4;
  width: 73.6%;
  max-width: 520px;
  margin: 0 auto;
  color: #FFF;
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .about__txt {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) {
  .about__txt {
    margin-bottom: 36px;
  }
}
@media screen and (min-width: 1024px) {
  .about__txt {
    max-width: 663px;
    letter-spacing: 0.1rem;
    line-height: 1.6;
    margin-bottom: 56px;
  }
}
.about__btn {
  text-align: center;
  position: relative;
  z-index: 99;
  width: 118px;
  margin: 0 auto;
  margin-bottom: 48px;
}
.about__btn__link {
  width: 100%;
  font-size: 15px;
  letter-spacing: 0.1rem;
  color: #FFF;
  text-decoration: none;
}
.about__btn__link::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #FFF;
  position: absolute;
  top: 100%;
  left: 0;
  text-align: center;
  margin-top: 5%;
}
.about__btn__link:hover {
  opacity: 0.6;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.about__btn__link:hover::after {
  -webkit-animation: bd 0.6s forwards;
          animation: bd 0.6s forwards;
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
}
@media screen and (min-width: 768px) {
  .about__btn {
    margin-bottom: 80px;
  }
}

.news {
  margin-bottom: 80px;
  position: relative;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .news {
    margin-bottom: 120px;
  }
}
@media screen and (min-width: 1024px) {
  .news {
    margin-bottom: 200px;
  }
}
.news__bg {
  position: absolute;
  z-index: -99;
  top: 0;
  left: 0;
  width: 50%;
  height: 68%;
  -o-object-fit: cover;
     object-fit: cover;
  background: url(../images/news_bg.jpg) center center/cover no-repeat;
}
@media screen and (min-width: 768px) {
  .news__bg {
    width: 15%;
    height: 100%;
    opacity: 0.6;
  }
}
@media screen and (min-width: 1024px) {
  .news__bg {
    width: 25%;
    max-width: 400px;
    height: 100%;
    opacity: 1;
  }
}
.news__ttl {
  font-family: "Cambria Math", "Georgia,serif";
  font-weight: 400;
  font-size: 28px;
  letter-spacing: 0.4rem;
  line-height: 1.4;
  text-align: center;
  padding-top: 80px;
  margin-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .news__ttl {
    font-size: 36px;
  }
}
@media screen and (min-width: 1532px) {
  .news__ttl {
    display: inline-block;
    margin-left: 18%;
  }
}
.news__txt {
  font-size: 16px;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .news__txt {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) {
  .news__txt {
    font-size: 16px;
  }
}
.news__btn {
  text-align: center;
  position: relative;
  width: 118px;
  margin: 0 auto;
  margin-bottom: 80px;
}
.news__btn__link {
  width: 100%;
  font-size: 15px;
  letter-spacing: 0.1rem;
  color: #53999F;
  text-decoration: none;
}
.news__btn__link::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #53999F;
  position: absolute;
  top: 100%;
  left: 0;
  text-align: center;
  margin-top: 5%;
}
.news__btn__link:hover {
  opacity: 0.6;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.news__btn__link:hover::after {
  -webkit-animation: bd 0.6s forwards;
          animation: bd 0.6s forwards;
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
}
@media screen and (min-width: 768px) {
  .news__btn {
    margin-bottom: 145px;
  }
}

.swiper-news {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .swiper-news {
    width: 90%;
  }
}
@media screen and (min-width: 1532px) {
  .swiper-news {
    max-width: 1440px;
    margin-right: 6%;
  }
}
.swiper-news__slide {
  width: 100%;
  height: 100%;
}
.swiper-news__img {
  width: 100%;
  height: 100%;
  margin-bottom: 24px;
}
.swiper-news__prev::after {
  content: "";
  display: inline-block;
  width: 36px;
  height: 36px;
  background-size: contain;
  background: url(../images/mv_btnl.png) center center/cover;
  position: absolute;
  top: -150%;
  left: 0;
  z-index: 99;
}
@media screen and (min-width: 768px) {
  .swiper-news__prev::after {
    width: 50px;
    height: 50px;
    top: -250%;
  }
}
@media screen and (min-width: 1024px) {
  .swiper-news__prev::after {
    left: 5px;
    right: 5px;
  }
}
.swiper-news__next::after {
  content: "";
  display: inline-block;
  width: 36px;
  height: 36px;
  background-size: contain;
  background: url(../images/mv_btnr.png) center center/cover;
  position: absolute;
  top: -150%;
  left: -50%;
  z-index: 99;
}
@media screen and (min-width: 768px) {
  .swiper-news__next::after {
    width: 50px;
    height: 50px;
    left: -100%;
    top: -250%;
  }
}

.plan {
  margin-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .plan {
    margin-bottom: 120px;
  }
}
@media screen and (min-width: 1024px) {
  .plan {
    margin-bottom: 200px;
  }
}
.plan__ttl {
  font-family: "Cambria Math", "Georgia,serif";
  font-weight: 400;
  font-size: 28px;
  letter-spacing: 0.4rem;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .plan__ttl {
    font-size: 36px;
  }
}
@media screen and (min-width: 768px) {
  .plan__ttl {
    margin-bottom: 48px;
  }
}
@media screen and (min-width: 1024px) {
  .plan__ttl {
    text-align: right;
    margin-right: 5.89%;
  }
}
.plan__txt {
  font-size: 16px;
  line-height: 1.4;
  width: 72.53%;
  margin: 0 auto;
  margin-bottom: 48px;
}
@media screen and (min-width: 768px) {
  .plan__txt {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) {
  .plan__txt {
    margin-bottom: 56px;
  }
}
@media screen and (min-width: 1024px) {
  .plan__txt {
    text-align: right;
    margin-right: 5.89%;
  }
}
.plan__wrap {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .plan__fxbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
  }
}
@media screen and (min-width: 1024px) {
  .plan__fxbox + .plan__fxbox {
    margin-top: 8px;
  }
}
.plan__pholink {
  font-size: 16px;
  line-height: 1.4;
  list-style-type: none;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .plan__pholink {
    font-size: 18px;
  }
}
.plan__pholink:hover .plan__img {
  -webkit-filter: brightness(100%);
          filter: brightness(100%);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.plan__pholink:hover .plan__bg {
  width: 100%;
  height: calc(100% - 4px);
  background: #53999F;
  opacity: 0.8;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.plan__pho {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.plan__img {
  width: 100%;
  height: 100%;
  -webkit-filter: brightness(70%);
          filter: brightness(70%);
}
.plan__bg {
  position: absolute;
  z-index: 98;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.plan__txtbox {
  position: absolute;
  z-index: 99;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.plan__txtbox__ttl {
  color: #FFF;
  font-size: 22px;
  text-align: center;
  margin-bottom: 18px;
}
@media screen and (min-width: 768px) {
  .plan__txtbox__ttl {
    font-size: 28px;
    margin-bottom: 36px;
  }
}
.plan__txtbox__txt {
  width: 72.53%;
  color: #FFF;
  font-size: 15px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .plan__txtbox__txt {
    font-size: 17px;
    text-align: left;
    margin-bottom: 36px;
  }
}
@media screen and (min-width: 1024px) {
  .plan__txtbox__txt {
    width: 80.53%;
    font-size: 18px;
  }
}
.plan__txtbox__btn {
  text-align: center;
  position: relative;
  z-index: 99;
  width: 118px;
  margin: 0 auto;
}
.plan__txtbox__btn__link {
  width: 100%;
  font-size: 15px;
  letter-spacing: 0.1rem;
  color: #FFF;
  text-decoration: none;
}
.plan__txtbox__btn__link::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #FFF;
  position: absolute;
  top: 100%;
  left: 0;
  text-align: center;
  margin-top: 5%;
}
.plan__txtbox__btn__link:hover {
  opacity: 0.6;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.plan__txtbox__btn__link:hover::after {
  -webkit-animation: bd 0.6s forwards;
          animation: bd 0.6s forwards;
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
}

.fair {
  width: 91.5%;
  max-width: 1200px;
  height: auto;
  margin: 0 auto;
  margin-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .fair {
    margin-bottom: 120px;
  }
}
@media screen and (min-width: 1024px) {
  .fair {
    margin-bottom: 200px;
  }
}
.fair__bg {
  background: url(../images/fair_bg_sp.jpg) center center/cover;
  padding-bottom: 32px;
}
@media screen and (min-width: 768px) {
  .fair__bg {
    background: url(../images/fair_bg.jpg) center center/cover;
  }
}
.fair__ttl {
  font-family: "Cambria Math", "Georgia,serif";
  font-weight: 400;
  font-size: 28px;
  letter-spacing: 0.4rem;
  line-height: 1.4;
  text-align: center;
  padding-top: 48px;
  margin-bottom: 22px;
}
@media screen and (min-width: 768px) {
  .fair__ttl {
    font-size: 36px;
  }
}
@media screen and (min-width: 768px) {
  .fair__ttl {
    padding-top: 80px;
    margin-bottom: 36px;
  }
}
.fair__txt {
  text-align: center;
  padding: 0 9.485%;
  margin-bottom: 32px;
  position: relative;
  font-size: 16px;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .fair__txt {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) {
  .fair__txt {
    padding: 0 15%;
    margin-bottom: 48px;
  }
}
@media screen and (min-width: 1024px) {
  .fair__txt {
    padding: 0 21.5%;
  }
}
.fair__txt::after {
  content: "";
  display: inline-block;
  width: 175px;
  height: 53px;
  background-color: #53999F;
  position: absolute;
  top: calc(130% + 38px);
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
@media screen and (min-width: 562px) {
  .fair__txt::after {
    top: calc(130% + 42px);
  }
}
@media screen and (min-width: 562px) and (min-width: 768px) {
  .fair__txt::after {
    top: calc(130% + 56px);
  }
}
@media screen and (min-width: 1091px) {
  .fair__txt::after {
    top: calc(130% + 48px);
  }
}
@media screen and (min-width: 1091px) and (min-width: 768px) {
  .fair__txt::after {
    top: calc(130% + 56px);
  }
}
.fair__more {
  text-align: center;
  position: relative;
  z-index: 99;
  width: 118px;
  margin: 0 auto;
  padding-top: 10px;
  margin-bottom: 48px;
}
.fair__more__link {
  width: 100%;
  font-size: 15px;
  letter-spacing: 0.1rem;
  color: #FFF;
  text-decoration: none;
}
.fair__more__link::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #FFF;
  position: absolute;
  top: 100%;
  left: 0;
  text-align: center;
  margin-top: 5%;
}
.fair__more__link:hover {
  opacity: 0.6;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.fair__more__link:hover::after {
  -webkit-animation: bd 0.6s forwards;
          animation: bd 0.6s forwards;
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
}

.rotate-top {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.rotate-bottom {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.gnav-show {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: 1s;
  transition: 1s;
}

.change-color {
  background-color: #FFF;
  color: #FFF;
}

@media screen and (min-width: 1024px) {
  .change-fontcolor::after {
    -webkit-transition: 1s;
    transition: 1s;
    font-size: 11px;
    color: #FFF;
    left: 13%;
  }
}

.fade-in {
  display: none;
  pointer-events: none;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
@media screen and (min-width: 1024px) {
  .fade-in {
    display: block;
  }
}