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

body {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 3.7333333333vw;
  line-height: 1.8;
  color: #ffffff;
  background: #485157;
}
body.fixed {
  overflow-y: hidden;
}

img {
  display: block;
  width: 100%;
}

a {
  text-decoration: none;
}
a.disabled {
  pointer-events: none;
}

ul {
  list-style-type: none;
}

@media print, (min-width: 768px) {
  body {
    font-size: 1.2356575463vw;
  }
  a[href*="tel:"] {
    pointer-events: none;
  }
}
@media print, (min-width: 1133px) {
  body {
    font-size: 14px;
  }
  a[href*="tel:"] {
    pointer-events: none;
  }
}
.c-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 15.4666666667vw;
}
.c-header__mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 58.6666666667vw;
  background: linear-gradient(360deg, rgba(255, 255, 255, 0) 0%, rgba(153, 209, 239, 0.5) 70.44%, #84C8EC 119.87%);
  mix-blend-mode: multiply;
  pointer-events: none;
}
.c-header__inner {
  display: flex;
  justify-content: space-between;
  height: 100%;
  position: relative;
  z-index: 10;
}
.c-header__logo {
  display: block;
  height: 100%;
}
.c-header__logo__img {
  height: 100%;
}
.c-header__logo__img img {
  width: auto;
  height: 100%;
}
.c-header__nav {
  display: none;
}
.c-header__button {
  display: none;
}
.c-header__menubutton {
  width: 18.6666666667vw;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-header__menubutton__inner {
  width: 8vw;
  height: 4.8vw;
  position: relative;
}
.c-header__menubutton__bar {
  display: block;
  width: 100%;
  height: 0.5333333333vw;
  background: #ffffff;
  position: absolute;
  left: 50%;
  transition: 0.3s;
}
.c-header__menubutton__bar[data-item="1"] {
  top: 0%;
  transform: translate(-50%, 0);
}
.c-header__menubutton__bar[data-item="2"] {
  top: 50%;
  transform: translate(-50%, -50%);
}
.c-header__menubutton__bar[data-item="3"] {
  bottom: 0%;
  transform: translate(-50%, 0);
}
.c-header__menubutton.is-active .c-header__menubutton__bar {
  background: #003759;
}
.c-header__menubutton.is-active .c-header__menubutton__bar[data-item="1"] {
  top: 50%;
  transform: translate(-50%, -50%) rotate(30deg);
}
.c-header__menubutton.is-active .c-header__menubutton__bar[data-item="2"] {
  opacity: 0;
}
.c-header__menubutton.is-active .c-header__menubutton__bar[data-item="3"] {
  bottom: 50%;
  transform: translate(-50%, 50%) rotate(-30deg);
}
.c-spmenu {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 900;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}
.c-spmenu__inner {
  width: 100%;
  height: 100%;
  position: relative;
  overflow-y: scroll;
}
.c-spmenu__mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(180, 194, 205, 0.66);
}
.c-spmenu__content {
  position: relative;
  z-index: 10;
}
.c-spmenu__list {
  padding-top: 15.4666666667vw;
  background: #ffffff;
}
.c-spmenu__list__item {
  border-bottom: 0.2666666667vw solid #003759;
}
.c-spmenu__list__item:last-of-type {
  border-bottom: none;
}
.c-spmenu__list__link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 14.1333333333vw;
}
.c-spmenu__list__text {
  font-weight: 500;
  font-size: 4.8vw;
  letter-spacing: 0.96vw;
  color: #003759;
}
.c-spmenu__list__heading {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 14.1333333333vw;
  position: relative;
}
.c-spmenu__list__heading__text {
  font-weight: 500;
  font-size: 4.8vw;
  letter-spacing: 0.96vw;
  color: #003759;
}
.c-spmenu__list__heading__arrow {
  width: 3.4666666667vw;
  position: absolute;
  top: 50%;
  right: 5.8666666667vw;
  transform: translateY(-50%) rotate(180deg);
  transition: 0.3s;
}
.c-spmenu__list__heading__arrow.is-active {
  transform: translateY(-50%) rotate(0deg);
}
.c-spmenu__list__content {
  display: none;
}
.c-spmenu__list02__item {
  border-top: 0.2666666667vw solid #B4C2CD;
}
.c-spmenu__list02__link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 14.1333333333vw;
}
.c-spmenu__list02__text {
  font-weight: 500;
  font-size: 4.8vw;
  letter-spacing: 0.96vw;
  color: #003759;
}
.c-spmenu.is-active {
  visibility: visible;
  opacity: 1;
}
.c-button__link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 84vw;
  height: 13.3333333333vw;
  border: 0.2666666667vw solid #4D758D;
  background: #ffffff;
  position: relative;
}
.c-button__text {
  font-size: 4.8vw;
  letter-spacing: 0.48vw;
  color: #000000;
}
.c-button__arrow {
  width: 4.8vw;
  position: absolute;
  top: 50%;
  right: 4.2666666667vw;
  transform: translateY(-50%);
}
.c-anker {
  position: relative;
}
.c-anker__point {
  position: absolute;
  top: -20.8vw;
}
.c-footer {
  padding: 0 4vw 14.9333333333vw;
  background: #ffffff;
}
.c-footer__inner {
  padding-top: 5.3333333333vw;
  border-top: 0.2666666667vw solid #E1E2E2;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.c-footer__logo {
  display: block;
}
.c-footer__logo__img {
  width: 62.5333333333vw;
}
.c-footer__copyright {
  font-size: 3.2vw;
  line-height: 1.5;
  text-align: center;
  color: #000000;
  margin-top: 3.2vw;
}

body[data-page=top] .c-header__mask, body[data-page=news] .c-header__mask, body[data-page=news_detail] .c-header__mask {
  display: none;
}

@media print, (min-width: 768px) {
  .c-header {
    height: 5.8252427184vw;
  }
  .c-header__mask {
    height: 19.4174757282vw;
  }
  .c-header__logo {
    transition: 0.3s;
  }
  .c-header__logo:hover {
    opacity: 0.7;
  }
  .c-header__right {
    display: flex;
    gap: 1.3239187996vw;
  }
  .c-header__nav {
    display: flex;
    align-items: center;
  }
  .c-header__nav__list {
    display: flex;
  }
  .c-header__nav__list__item {
    padding: 0 1.8534863195vw;
    border-right: 0.0882612533vw solid #ffffff;
    position: relative;
  }
  .c-header__nav__list__link {
    display: flex;
    justify-content: center;
    width: 7.9435127979vw;
    transition: 0.3s;
  }
  .c-header__nav__list__link:hover {
    opacity: 0.7;
  }
  .c-header__nav__list__text {
    font-weight: 500;
    font-size: 1.412180053vw;
    line-height: 1.125;
    color: #ffffff;
  }
  .c-header__nav__list__heading {
    display: flex;
    align-items: center;
    width: 7.0609002648vw;
  }
  .c-header__nav__list__heading__text {
    flex-grow: 1;
    font-weight: 500;
    font-size: 1.412180053vw;
    line-height: 1.125;
    color: #ffffff;
    text-align: center;
  }
  .c-header__nav__list__heading__arrow {
    flex-shrink: 0;
    width: 0.7060900265vw;
    transition: 0.3s;
  }
  .c-header__nav__list__heading__arrow.is-active {
    transform: rotate(180deg);
  }
  .c-header__nav__list__content {
    display: none;
    position: absolute;
    top: 1.5004413063vw;
    left: 0;
    width: 100%;
    padding-top: 0.2647837599vw;
  }
  .c-header__nav__list02__item {
    border-bottom: 0.0882612533vw solid #B4C2CD;
  }
  .c-header__nav__list02__item:last-of-type {
    border-bottom: none;
  }
  .c-header__nav__list02__link {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.8826125331vw 0;
    background: #ffffff;
    transition: 0.3s;
  }
  .c-header__nav__list02__link:hover {
    background: #485157;
  }
  .c-header__nav__list02__link:hover .c-header__nav__list02__text {
    color: #BBA341;
  }
  .c-header__nav__list02__text {
    font-weight: 500;
    font-size: 1.147396293vw;
    line-height: 1;
    color: #000000;
    transition: 0.3s;
  }
  .c-header__button {
    display: flex;
    align-items: center;
    padding-right: 0.7060900265vw;
  }
  .c-header__button__link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 19.7705207414vw;
    height: 3.1774051192vw;
    background: #ffffff;
    border: 0.0882612533vw solid #4D758D;
    position: relative;
    transition: 0.3s;
  }
  .c-header__button__link:hover {
    opacity: 0.7;
  }
  .c-header__button__text {
    font-size: 1.412180053vw;
    color: #000000;
  }
  .c-header__button__arrow {
    width: 1.147396293vw;
    position: absolute;
    top: 50%;
    right: 1.0591350397vw;
    transform: translateY(-50%);
  }
  .c-header__menubutton {
    display: none;
  }
  .c-spmenu {
    display: none;
  }
  .c-button__link {
    width: 27.8022947926vw;
    height: 4.4130626655vw;
    border: 0.0882612533vw solid #4D758D;
    transition: 0.3s;
  }
  .c-button__link:hover {
    opacity: 0.7;
  }
  .c-button__text {
    font-size: 1.5887025596vw;
    letter-spacing: 0.158870256vw;
  }
  .c-button__arrow {
    width: 1.5887025596vw;
    right: 1.412180053vw;
  }
  .c-anker__point {
    top: -7.5904677846vw;
  }
  .c-footer {
    padding: 1.3239187996vw 1.7652250662vw 4.9426301853vw;
    border-top: 0.0882612533vw solid #E1E2E2;
    display: flex;
    justify-content: center;
  }
  .c-footer__inner {
    width: 100%;
    max-width: 1093px;
    padding-top: 0;
    border-top: none;
    flex-direction: row;
    justify-content: space-between;
  }
  .c-footer__logo {
    transition: 0.3s;
  }
  .c-footer__logo__img {
    width: 24.6248896734vw;
  }
  .c-footer__logo:hover {
    opacity: 0.7;
  }
  .c-footer__copyright {
    font-size: 1.2356575463vw;
    margin-top: 0;
  }
}
@media print, (min-width: 1133px) {
  .c-header {
    height: 66px;
  }
  .c-header__mask {
    height: 220px;
  }
  .c-header__right {
    gap: 15px;
  }
  .c-header__nav__list__item {
    padding: 0 21px;
    border-right: 1px solid #ffffff;
  }
  .c-header__nav__list__link {
    width: 90px;
  }
  .c-header__nav__list__text {
    font-size: 16px;
  }
  .c-header__nav__list__heading {
    width: 80px;
  }
  .c-header__nav__list__heading__text {
    font-size: 16px;
  }
  .c-header__nav__list__heading__arrow {
    width: 8px;
  }
  .c-header__nav__list__content {
    top: 17px;
    padding-top: 3px;
  }
  .c-header__nav__list02__item {
    border-bottom: 1px solid #B4C2CD;
  }
  .c-header__nav__list02__link {
    padding: 10px 0;
  }
  .c-header__nav__list02__text {
    font-size: 13px;
  }
  .c-header__button {
    padding-right: 8px;
  }
  .c-header__button__link {
    width: 224px;
    height: 36px;
    border: 1px solid #4D758D;
  }
  .c-header__button__text {
    font-size: 16px;
  }
  .c-header__button__arrow {
    width: 13px;
    right: 12px;
  }
  .c-button__link {
    width: 315px;
    height: 50px;
    border: 1px solid #4D758D;
  }
  .c-button__text {
    font-size: 18px;
    letter-spacing: 1.8px;
  }
  .c-button__arrow {
    width: 18px;
    right: 16px;
  }
  .c-anker__point {
    top: -86px;
  }
  .c-footer {
    padding: 15px 20px 56px;
    border-top: 1px solid #E1E2E2;
  }
  .c-footer__logo__img {
    width: 279px;
  }
  .c-footer__copyright {
    font-size: 14px;
  }
}
.u-d--none--sp {
  display: none !important;
}

.u-d--none02--sp {
  display: none !important;
}

.u-d--none03--sp {
  display: none !important;
}

@media print, (min-width: 768px) {
  .u-d--none--pc {
    display: none !important;
  }
  .u-d--none--sp {
    display: inline !important;
  }
  .u-d--none02--sp {
    display: block !important;
  }
  .u-d--none03--sp {
    display: flex !important;
  }
}