* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  margin: 0;
  padding: 0;
  font-size: 1.3rem;
  color: #72450e;
  opacity: 1;
  transition: opacity 0.6s ease-in-out;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-left: -0.1em;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1024px) {
  body {
    font-size: 1.6rem;
  }
}
body.is-text-large {
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  body.is-text-large {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1024px) {
  body.is-text-large {
    font-size: 2rem;
  }
}
body.is-text-large img {
  max-width: 120%;
}
body.is-text-medium {
  font-size: 1.3rem;
}
@media screen and (min-width: 768px) {
  body.is-text-medium {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1024px) {
  body.is-text-medium {
    font-size: 1.6rem;
  }
}

p {
  margin: 0;
  padding: 0;
}
img {
  max-width: 100%;
  height: auto;
}

a {
  display: inline-block;
  text-decoration: underline;
  color: #72450e;
  transition: all 0.3s ease-in-out;
  text-underline-offset: 2px;
}
a:hover {
  transition: all 0.3s ease-in-out;
  color: #000000;
  text-decoration-color: #000000;
}

ul,
ol,
dl {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

@media print, screen and (min-width: 1024px) {
  .sp-only {
    display: none;
  }
}

.pc-only {
  display: none;
}
@media print, screen and (min-width: 1024px) {
  .pc-only {
    display: block;
  }
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

@media screen and (min-width: 1024px) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
    color: inherit;
    text-decoration: none;
  }
}
.is-black .c-header-nav,
.is-black .p-mv,
.is-black .p-top-purpose,
.is-black .c-title__top-sec p,
.is-black .p-top-age,
.is-black .p-top-news__bg-top,
.is-black .p-top-news__main,
.is-black .p-top-news__bg-bottom,
.is-black .p-facility,
.is-black .p-link,
.is-black .l-footer,
.is-black .c-page,
.is-black .c-page-header {
  background: #000000;
  color: #fff !important;
}
.is-black .c-header-nav a,
.is-black .p-mv a,
.is-black .p-top-purpose a,
.is-black .c-title__top-sec p a,
.is-black .p-top-age a,
.is-black .p-top-news__bg-top a,
.is-black .p-top-news__main a,
.is-black .p-top-news__bg-bottom a,
.is-black .p-facility a,
.is-black .p-link a,
.is-black .l-footer a,
.is-black .c-page a,
.is-black .c-page-header a {
  color: #fff !important;
}
.is-black .c-title__top-sec p::before {
  color: #fff;
}
.is-black .c-button-purpose,
.is-black .c-button-age,
.is-black .c-button--01,
.is-black .c-button--02 {
  background-color: #000000;
}
.is-black .c-button-purpose:hover,
.is-black .c-button-age:hover,
.is-black .c-button--01:hover,
.is-black .c-button--02:hover {
  background-color: #222;
}
.is-black .c-header-nav,
.is-black .c-bg-color,
.is-black .c-font,
.is-black .c-search__input,
.is-black .c-search__submit,
.is-black .p-top-purpose__list,
.is-black .p-news-board,
.is-black .c-title__01::before {
  background-color: #222;
}
.is-black .c-search__input,
.is-black .c-search__submit,
.is-black .c-button-purpose,
.is-black .c-button-age,
.is-black .c-button--01,
.is-black .c-button--02,
.is-black .c-title__01::after {
  border-color: #555;
}
.is-black ul.c-list__01 li a {
  background-color: #333;
}
.is-black ul.c-list__01 li a:hover {
  background: url(../../assets/images/common/list-arrow-05.svg) center left 15px #fff no-repeat;
  color: #000000 !important;
}
.is-black .c-side-nav__list--color-01,
.is-black .c-side-nav__list--color-02,
.is-black .c-side-nav__list--color-03,
.is-black .c-side-nav__list--color-04 {
  border-color: #444;
  background-color: #333;
}
.is-black .c-side-nav__list--color-01 a,
.is-black .c-side-nav__list--color-02 a,
.is-black .c-side-nav__list--color-03 a,
.is-black .c-side-nav__list--color-04 a {
  color: #fff !important;
}
.is-black .c-side-nav__list--color-01 a:hover,
.is-black .c-side-nav__list--color-02 a:hover,
.is-black .c-side-nav__list--color-03 a:hover,
.is-black .c-side-nav__list--color-04 a:hover {
  background-color: #333;
  color: #000000 !important;
}
.is-black .c-side-nav__list--color-01 .c-side-nav__item a,
.is-black .c-side-nav__list--color-02 .c-side-nav__item a,
.is-black .c-side-nav__list--color-03 .c-side-nav__item a,
.is-black .c-side-nav__list--color-04 .c-side-nav__item a {
  background-color: #000000;
}
.is-black .c-side-nav__list--color-01 .c-side-nav__item a:hover,
.is-black .c-side-nav__list--color-02 .c-side-nav__item a:hover,
.is-black .c-side-nav__list--color-03 .c-side-nav__item a:hover,
.is-black .c-side-nav__list--color-04 .c-side-nav__item a:hover {
  background-color: #fff !important;
}
.is-black .c-button-age::after,
.is-black .c-button--01::after {
  background-color: #555;
}
.is-black .c-side-nav__head {
  background-color: #000000;
}
.is-black .c-side-nav__head a {
  background-color: #000000 !important;
  color: #fff !important;
}
.is-black .c-side-nav__head a:hover {
  color: #999 !important;
  text-decoration-color: #999;
}
.is-black .c-side-nav__list--color-01 .c-side-nav__head::before,
.is-black .c-side-nav__list--color-02 .c-side-nav__head::before,
.is-black .c-side-nav__list--color-03 .c-side-nav__head::before,
.is-black .c-side-nav__list--color-04 .c-side-nav__head::before,
.is-black .c-side-nav__body--color-01 a::before,
.is-black .c-side-nav__body--color-02 a::before,
.is-black .c-side-nav__body--color-03 a::before,
.is-black .c-side-nav__body--color-04 a::before {
  background: #444;
}
.is-black .swiper-pagination.p-mv__slider-pagination .swiper-pagination-bullet {
  border-color: #505050;
}
.is-black .swiper-pagination.p-mv__slider-pagination .swiper-pagination-bullet-active {
  background: #505050;
}
.is-black .c-breadcrumb,
.is-black .c-article__item {
  border-color: #999;
}
.is-black .c-pagination a.active {
  background-color: #000;
  border-color: #555;
}
.is-black .c-pagination a {
  background-color: #333;
  border-color: #555;
}
.is-black .c-pagination a:hover {
  background-color: #555;
}
.is-black .c-pagination .ellipsis {
  color: #222;
}
.is-black .l-footer,
.is-black .c-footer-info__item--orange,
.is-black .c-footer-info__item--pink {
  border-left-color: #ffe4b9;
  border-color: #555;
}
.is-black .c-footer-info__item--orange .c-footer-info__name,
.is-black .c-footer-info__item--pink .c-footer-info__name {
  background: none;
  border-bottom: 2px dotted #777;
}
@media print, screen and (min-width: 1024px) {
  .is-black .c-footer-info__item--orange .c-footer-info__name,
  .is-black .c-footer-info__item--pink .c-footer-info__name {
    border-width: 3px;
  }
}
.is-black .c-cat__item {
  background-color: #000;
  border-color: #999;
  color: #fff;
}
.is-black .c-title__02::before {
  content: "";
  background: #666;
}
.is-black .c-title__02::after {
  background: #999;
}
.is-black .p-single-body h2 {
  background: #333;
  border-color: #999;
}
.is-black .p-single-body h3 {
  border-color: #999;
}
.is-black .p-single-body h3::before {
  background-color: #777;
}
.is-black .p-single-body h4,
.is-black .p-single-body h5 {
  border-color: #666;
}
.is-black .p-single-body h4::before {
  background: #777;
}
.is-black .p-single-body ul li::before {
  background: #d1d1d1;
}
.is-black .p-single-body ol li::before {
  color: #d1d1d1;
}
.is-black .p-single-body table,
.is-black .p-single-body th,
.is-black .p-single-body td {
  border: 1px solid #acacac;
  color: #fff;
}
.is-black .p-single-body th {
  background: #212121;
}
.is-black .p-single-body td {
  background: #000;
  color: #fff;
}
.is-black .c-global-nav {
  border-color: #bababa;
  background: #000000;
}
.is-black .c-global-nav a,
.is-black .c-global-nav .c-global-nav__second-item {
  color: #fff;
  border-color: #fff;
}
.is-black .c-global-nav__support {
  border-color: #555;
  color: #fff;
}
.is-black .c-header-toggle {
  background: url(../../assets/images/common/toggle-bg_black.svg) 0 0 no-repeat;
  background-size: contain;
}
.is-black li.c-news__item,
.is-black .c-global-nav__item--01 .c-global-nav__first,
.is-black .c-global-nav__item--02 .c-global-nav__first,
.is-black .c-global-nav__item--03 .c-global-nav__first,
.is-black .c-global-nav__item--04 .c-global-nav__first {
  background: none;
  border-bottom: 2px dotted #555;
}
@media print, screen and (min-width: 1024px) {
  .is-black li.c-news__item,
  .is-black .c-global-nav__item--01 .c-global-nav__first,
  .is-black .c-global-nav__item--02 .c-global-nav__first,
  .is-black .c-global-nav__item--03 .c-global-nav__first,
  .is-black .c-global-nav__item--04 .c-global-nav__first {
    border-bottom: 3px dotted #555;
  }
}

.is-blue .c-header-nav,
.is-blue .p-mv,
.is-blue .p-top-purpose,
.is-blue .c-title__top-sec p,
.is-blue .p-top-age,
.is-blue .p-top-news__bg-top,
.is-blue .p-top-news__main,
.is-blue .p-top-news__bg-bottom,
.is-blue .p-facility,
.is-blue .p-link,
.is-blue .l-footer,
.is-blue .c-page,
.is-blue .c-page-header {
  background: #0018cc;
  color: #fff !important;
}
.is-blue .c-header-nav a,
.is-blue .p-mv a,
.is-blue .p-top-purpose a,
.is-blue .c-title__top-sec p a,
.is-blue .p-top-age a,
.is-blue .p-top-news__bg-top a,
.is-blue .p-top-news__main a,
.is-blue .p-top-news__bg-bottom a,
.is-blue .p-facility a,
.is-blue .p-link a,
.is-blue .l-footer a,
.is-blue .c-page a,
.is-blue .c-page-header a {
  color: #fff !important;
}
.is-blue .c-title__top-sec p::before {
  color: #fff;
}
.is-blue .c-button-purpose,
.is-blue .c-button-age,
.is-blue .c-button--01,
.is-blue .c-button--02 {
  background-color: #0018cc;
}
.is-blue .c-button-purpose:hover,
.is-blue .c-button-age:hover,
.is-blue .c-button--01:hover,
.is-blue .c-button--02:hover {
  background-color: #0d25d7;
}
.is-blue .c-header-nav,
.is-blue .c-bg-color,
.is-blue .c-font,
.is-blue .c-search__input,
.is-blue .c-search__submit,
.is-blue .p-top-purpose__list,
.is-blue .p-news-board,
.is-blue .c-title__01::before {
  background-color: #0015b6;
}
.is-blue .c-search__input,
.is-blue .c-search__submit,
.is-blue .c-button-purpose,
.is-blue .c-button-age,
.is-blue .c-button--01,
.is-blue .c-button--02,
.is-blue .c-title__01::after {
  border-color: #5c639a;
}
.is-blue ul.c-list__01 li a {
  background-color: #0c20b7;
}
.is-blue ul.c-list__01 li a:hover {
  background: url(../../assets/images/common/list-arrow-05.svg) center left 15px #fff no-repeat;
  color: #0018cc !important;
}
.is-blue .c-side-nav__list--color-01,
.is-blue .c-side-nav__list--color-02,
.is-blue .c-side-nav__list--color-03,
.is-blue .c-side-nav__list--color-04 {
  border-color: #273cdd;
  background-color: #00129d;
}
.is-blue .c-side-nav__list--color-01 a,
.is-blue .c-side-nav__list--color-02 a,
.is-blue .c-side-nav__list--color-03 a,
.is-blue .c-side-nav__list--color-04 a {
  color: #fff !important;
}
.is-blue .c-side-nav__list--color-01 a:hover,
.is-blue .c-side-nav__list--color-02 a:hover,
.is-blue .c-side-nav__list--color-03 a:hover,
.is-blue .c-side-nav__list--color-04 a:hover {
  background-color: #0c20b7;
  color: #0018cc !important;
}
.is-blue .c-side-nav__list--color-01 .c-side-nav__item a,
.is-blue .c-side-nav__list--color-02 .c-side-nav__item a,
.is-blue .c-side-nav__list--color-03 .c-side-nav__item a,
.is-blue .c-side-nav__list--color-04 .c-side-nav__item a {
  background-color: #0018cc;
}
.is-blue .c-side-nav__list--color-01 .c-side-nav__item a:hover,
.is-blue .c-side-nav__list--color-02 .c-side-nav__item a:hover,
.is-blue .c-side-nav__list--color-03 .c-side-nav__item a:hover,
.is-blue .c-side-nav__list--color-04 .c-side-nav__item a:hover {
  background-color: #fff !important;
}
.is-blue .c-button-age::after,
.is-blue .c-button--01::after {
  background-color: #0c20b7;
}
.is-blue .c-side-nav__head {
  background-color: #0018cc;
}
.is-blue .c-side-nav__head a {
  background-color: #0018cc !important;
  color: #fff !important;
}
.is-blue .c-side-nav__head a:hover {
  color: #fff !important;
  text-decoration-color: #fff;
}
.is-blue .c-side-nav__list--color-01 .c-side-nav__head::before,
.is-blue .c-side-nav__list--color-02 .c-side-nav__head::before,
.is-blue .c-side-nav__list--color-03 .c-side-nav__head::before,
.is-blue .c-side-nav__list--color-04 .c-side-nav__head::before,
.is-blue .c-side-nav__body--color-01 a::before,
.is-blue .c-side-nav__body--color-02 a::before,
.is-blue .c-side-nav__body--color-03 a::before,
.is-blue .c-side-nav__body--color-04 a::before {
  background: #273cdd;
}
.is-blue .swiper-pagination.p-mv__slider-pagination .swiper-pagination-bullet {
  border-color: #0c20b7;
}
.is-blue .swiper-pagination.p-mv__slider-pagination .swiper-pagination-bullet-active {
  background: #0c20b7;
}
.is-blue .c-breadcrumb,
.is-blue .c-article__item {
  border-color: #454545;
}
.is-blue .c-pagination a.active {
  background-color: #0018cc;
  border-color: #0c20b7;
}
.is-blue .c-pagination a {
  background-color: #071aae;
  border-color: #0c20b7;
}
.is-blue .c-pagination a:hover {
  background-color: #0c20b7;
}
.is-blue .c-pagination .ellipsis {
  color: #0c20b7;
}
.is-blue .l-footer,
.is-blue .c-footer-info__item--orange,
.is-blue .c-footer-info__item--pink {
  border-color: #6a6f97;
}
.is-blue .c-footer-info__item--orange .c-footer-info__name,
.is-blue .c-footer-info__item--pink .c-footer-info__name {
  background: none;
  border-bottom: 2px dotted #777777;
}
@media print, screen and (min-width: 1024px) {
  .is-blue .c-footer-info__item--orange .c-footer-info__name,
  .is-blue .c-footer-info__item--pink .c-footer-info__name {
    border-width: 3px;
  }
}
.is-blue .c-cat__item {
  background-color: #0018cc;
  border-color: #6471d2;
  color: #fff;
}
.is-blue .c-title__02::before {
  content: "";
  background: #0a187f;
}
.is-blue .c-title__02::after {
  background: #2c3fd1;
}
.is-blue .p-single-body h2 {
  background: #1123ad;
  border-color: #3f4fc9;
}
.is-blue .p-single-body h3 {
  border-color: #3d50e5;
}
.is-blue .p-single-body h3::before {
  background-color: #7b86dc;
}
.is-blue .p-single-body h4,
.is-blue .p-single-body h5 {
  border-color: #2a3fdb;
}
.is-blue .p-single-body h4::before {
  background: #7b86dc;
}
.is-blue .p-single-body ul li::before {
  background: #adb4eb;
}
.is-blue .p-single-body ol li::before {
  color: #adb4eb;
}
.is-blue .p-single-body table,
.is-blue .p-single-body th,
.is-blue .p-single-body td {
  border: 1px solid #5b67c1;
  color: #fff;
}
.is-blue .p-single-body th {
  background: #07147b;
}
.is-blue .p-single-body td {
  background: #0a1dae;
  color: #fff;
}
.is-blue .c-global-nav {
  border-color: #bababa;
  background: #0018cc;
}
.is-blue .c-global-nav a,
.is-blue .c-global-nav .c-global-nav__second-item {
  color: #fff;
  border-color: #fff;
}
.is-blue .c-global-nav__support {
  border-color: #0c20b7;
  color: #fff;
}
.is-blue .c-header-toggle {
  background: url(../../assets/images/common/toggle-bg_blue.svg) 0 0 no-repeat;
  background-size: contain;
}
.is-blue li.c-news__item,
.is-blue .c-global-nav__item--01 .c-global-nav__first,
.is-blue .c-global-nav__item--02 .c-global-nav__first,
.is-blue .c-global-nav__item--03 .c-global-nav__first,
.is-blue .c-global-nav__item--04 .c-global-nav__first {
  background: none;
  border-bottom: 2px dotted #404ba1;
}
@media print, screen and (min-width: 1024px) {
  .is-blue li.c-news__item,
  .is-blue .c-global-nav__item--01 .c-global-nav__first,
  .is-blue .c-global-nav__item--02 .c-global-nav__first,
  .is-blue .c-global-nav__item--03 .c-global-nav__first,
  .is-blue .c-global-nav__item--04 .c-global-nav__first {
    border-bottom: 3px dotted #404ba1;
  }
}

/**
 * Swiper 11.2.10
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 28, 2025
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}
.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center;
}
.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  transform: rotate(180deg);
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

/* Navigation font start */
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

/* Navigation font end */
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.l-footer {
  border-top: 4px solid #ffc6c0;
  background: url(../../assets/images/footer/footer-bg_sp.webp) 0 0 repeat #fffbf5;
  padding: 62px 0 0;
}
@media print, screen and (min-width: 1024px) {
  .l-footer {
    border-top: 8px solid #ffc6c0;
    background: url(../../assets/images/footer/footer-bg.webp) 0 0 repeat #fffbf5;
  }
}

.p-facility {
  position: relative;
  background-image: url(../../assets/images/top/facility-bg-02_sp.webp), url(../../assets/images/top/facility-bg-01.webp);
  background-repeat: no-repeat;
  background-size: 109%, cover;
  background-position: bottom -7px center, top center;
  padding: 23.46vw 30px 39.46vw;
}
@media print, screen and (min-width: 768px) {
  .p-facility {
    padding: 17vw 50px 25vw;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-facility {
    padding: 14.73vw 50px 12.7vw;
    background-size: 104%, cover;
    background-position: bottom -5.5vw center, top center;
  }
}
@media print, screen and (min-width: 1440px) {
  .p-facility {
    padding: 190px 50px 180px;
    background-size: 104%, cover;
    background-position: bottom -80px center, top center;
  }
}

.p-facility__list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 21px;
  max-width: 923px;
  padding: 0 20px;
}
@media print, screen and (min-width: 768px) {
  .p-facility__list {
    justify-content: space-between;
    margin: 0 auto;
    padding: 0 30px;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-facility__list {
    padding: 0 50px;
  }
}

@media print, screen and (min-width: 768px) {
  .p-facility__item {
    width: 47.67%;
  }
}
.p-facility__item:hover {
  opacity: 0.7;
}

.p-facility__img img {
  max-width: 100% !important;
}

.p-facility__name {
  width: 70%;
  margin: -11.73vw auto 0;
  display: block;
}
@media print, screen and (min-width: 768px) {
  .p-facility__name {
    margin-top: -6vw;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-facility__name {
    margin-top: -62px;
  }
}

.p-facility__point--01 {
  background: url(../../assets/images/top/facility-point-01.webp) 0 0 no-repeat;
  width: 95.73vw;
  height: 31.46vw;
  position: absolute;
  top: -17.33vw;
  left: -14px;
  background-size: contain;
}
@media print, screen and (min-width: 1024px) {
  .p-facility__point--01 {
    width: 45.347vw;
    height: 14.93vw;
    top: -4.51vw;
    left: calc(50% - 50.416vw);
  }
}
@media print, screen and (min-width: 1440px) {
  .p-facility__point--01 {
    width: 653px;
    height: 215px;
    bottom: -150px;
    left: calc(50% - 726px);
  }
}

.p-facility__point--02 {
  background: url(../../assets/images/top/facility-point-02.webp) 0 0 no-repeat;
  width: 20.26vw;
  height: 22.4vw;
  position: absolute;
  bottom: 0;
  left: 30px;
  background-size: contain;
}
@media print, screen and (min-width: 1024px) {
  .p-facility__point--02 {
    width: 9.23vw;
    height: 10.2vw;
    bottom: 0;
    left: calc(50% - 48vw);
  }
}
@media screen and (min-width: 1266px) {
  .p-facility__point--02 {
    left: calc(50% - 574px);
  }
}
@media print, screen and (min-width: 1440px) {
  .p-facility__point--02 {
    width: 133px;
    height: 147px;
    bottom: 0;
  }
}

.p-facility__point--03 {
  background: url(../../assets/images/top/facility-point-03.webp) 0 0 no-repeat;
  width: 18.13vw;
  height: 22.4vw;
  position: absolute;
  bottom: 0;
  left: 50%;
  background-size: contain;
}
@media print, screen and (min-width: 1024px) {
  .p-facility__point--03 {
    width: 7.91vw;
    height: 9.79vw;
    bottom: 0;
    left: calc(50% + 25.69vw);
  }
}
@media print, screen and (min-width: 1440px) {
  .p-facility__point--03 {
    width: 114px;
    height: 141px;
    bottom: 0;
    left: calc(50% + 371px);
  }
}

.p-facility__point--04 {
  background: url(../../assets/images/top/facility-point-04.webp) 0 0 no-repeat;
  width: 27.73vw;
  height: 21.86vw;
  position: absolute;
  bottom: 0;
  right: 0;
  background-size: contain;
}
@media print, screen and (min-width: 1024px) {
  .p-facility__point--04 {
    width: 14.09vw;
    height: 11.05vw;
    bottom: 0;
  }
}
@media print, screen and (min-width: 1440px) {
  .p-facility__point--04 {
    width: 203px;
    height: 159px;
    bottom: 0;
    left: calc(50% + 520px);
    right: auto;
  }
}

.p-facility__map {
  position: relative;
  margin-top: 40px;
}
@media print, screen and (min-width: 1024px) {
  .p-facility__map {
    margin-top: 50px;
  }
}
.p-facility__map iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 4/3;
}

.p-link {
  position: relative;
  background: url(../../assets/images/top/link-point-01.webp) left bottom 9px no-repeat #fff;
  background-size: 27.44%;
  padding: 13.33vw 30px 16.8vw;
}
@media print, screen and (min-width: 1024px) {
  .p-link {
    background-size: 19.86%;
    padding: 5.41vw 50px 7.84vw;
  }
}
@media print, screen and (min-width: 1440px) {
  .p-link {
    background-size: 286px 191px;
    background-position: left calc(50% - 580px) bottom;
    padding: 60px 50px 114px;
  }
}

.p-link__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 8px;
  column-gap: 10px;
}
.p-link__list a:hover {
  opacity: 0.6;
}

.p-link__blank::after {
  content: "";
  background: url(../../assets/images/common/ico_link-blank.svg) 0 0 no-repeat;
  width: 12px;
  height: 12px;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}

.p-mv {
  background: url(../../assets/images/top/mv-point-01_sp.webp) top -15px left -10px no-repeat, url(../../assets/images/top/mv-main-bg_sp.webp) top -1.06vw left -1.6vw no-repeat #fffaf0;
  background-size: 30.66vw 29.6vw, 108%;
  padding-top: 15.2vw;
  position: relative;
}
@media print, screen and (min-width: 1024px) {
  .p-mv {
    overflow: hidden;
    margin: -108px auto 0;
    z-index: 0;
    background: url(../../assets/images/top/mv-point-01.webp) top -50px left -41px no-repeat, url(../../assets/images/top/mv-main-bg.webp) top -0.878vw left -2.43vw no-repeat #fffaf0;
    background-size: 23.948vw 23.05vw, 104.7%;
    padding: 162px 0 0;
  }
}
@media screen and (min-width: 1266px) {
  .p-mv {
    background-size: 345px 332px, 104.7%;
  }
}
.p-mv::before {
  content: "";
  background: url(../../assets/images/top/mv-point-04_sp.webp) 0 0 no-repeat;
  background-size: contain;
  width: 14.93vw;
  height: 11.73vw;
  position: absolute;
  top: 29.5%;
  left: 20px;
}
@media print, screen and (min-width: 1024px) {
  .p-mv::before {
    background: url(../../assets/images/top/mv-point-04.webp) 0 0 no-repeat;
    background-size: contain;
    width: 118px;
    height: 93px;
    top: 51.5%;
    left: 0;
  }
}
@media screen and (min-width: 1266px) {
  .p-mv::before {
    left: calc(50% - 636px);
  }
}
.p-mv::after {
  content: "";
  background: url(../../assets/images/top/mv-point-05_sp.webp) 0 0 no-repeat;
  background-size: contain;
  width: 12.53vw;
  height: 12.26vw;
  position: absolute;
  top: 30%;
  right: 28px;
}
@media print, screen and (min-width: 1024px) {
  .p-mv::after {
    background: url(../../assets/images/top/mv-point-05.webp) 0 0 no-repeat;
    background-size: contain;
    width: 94px;
    height: 92px;
    top: 22%;
    left: 93%;
  }
}
@media screen and (min-width: 1266px) {
  .p-mv::after {
    top: 18%;
    left: calc(50% + 560px);
  }
}

@media print, screen and (min-width: 1024px) {
  .p-mv__wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
    padding: 0 30px;
    max-width: 1266px;
  }
}
@media print, screen and (min-width: 1024px) and (min-width: 1440px) {
  .p-mv__wrap {
    width: 87.916vw;
  }
}

@media print, screen and (min-width: 1024px) {
  body.is-text-large .p-mv {
    margin-top: -128px;
  }
}

.p-mv__title {
  margin: 0 auto;
  width: 50.13%;
}
@media print, screen and (min-width: 1024px) {
  .p-mv__title {
    width: 43.79%;
    margin: 0;
    padding: 30px 8.12% 0 7.54%;
  }
}
@media print, screen and (min-width: 1440px) {
  .p-mv__title {
    padding-top: 40px;
  }
}
.p-mv__title img {
  width: 100%;
}

.p-mv__lead {
  text-align: center;
  margin-top: 1.7rem;
  font-weight: 700;
  line-height: 1.7;
  font-size: 3.467vw;
}
@media print, screen and (min-width: 1024px) {
  .p-mv__lead {
    font-size: min(1.758vw, 2rem);
  }
}

.p-mv__slider {
  margin-top: 4.8vw;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 768px) {
  .p-mv__slider {
    padding: 0 30px;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-mv__slider {
    width: 56.21%;
    margin-top: 0;
    padding: 0 20px;
  }
}

.p-mv__slider-swiper {
  border-radius: 25px;
}
.p-mv__slider-swiper img {
  width: 100%;
}

.swiper-pagination.p-mv__slider-pagination {
  bottom: -5.6vw;
}
@media print, screen and (min-width: 1024px) {
  .swiper-pagination.p-mv__slider-pagination {
    bottom: -20px;
  }
}
.swiper-pagination.p-mv__slider-pagination .swiper-pagination-bullet {
  border: 2px solid #ffb199;
  background: #fff;
  width: 8px;
  height: 8px;
  opacity: 1;
}
@media print, screen and (min-width: 1024px) {
  .swiper-pagination.p-mv__slider-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
  }
}
.swiper-pagination.p-mv__slider-pagination .swiper-pagination-bullet:hover {
  cursor: pointer;
}
.swiper-pagination.p-mv__slider-pagination .swiper-pagination-bullet-active {
  background: #ffb199;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after,
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "";
}

.p-mv__slider-prev,
.p-mv__slider-next {
  background: url(../../assets/images/top/slider-arrow.svg) 0 0 no-repeat;
  background-size: contain;
  width: 6.4vw;
  height: 6.4vw;
  top: 52%;
}
@media print, screen and (min-width: 1024px) {
  .p-mv__slider-prev,
  .p-mv__slider-next {
    width: 40px;
    height: 40px;
    top: 50%;
  }
}

@media print, screen and (min-width: 1024px) {
  .p-mv__slider-prev {
    left: 0;
  }
}

.p-mv__slider-next {
  transform: rotate(180deg);
}
@media print, screen and (min-width: 1024px) {
  .p-mv__slider-next {
    right: 0;
  }
}

.p-mv__img {
  display: block;
  padding: 24vw 0 5.33vw 5.33vw;
  background: url(../../assets/images/top/mv-point-02_sp.webp) top -6vw right -6.5vw no-repeat;
  background-size: 38.93vw, 26.66vw;
  margin-top: -6.13vw;
  position: relative;
  z-index: 0;
}
@media print, screen and (min-width: 1024px) {
  .p-mv__img {
    bottom: 0;
    left: 25px;
    padding: 6% 0 40px;
    background: url(../../assets/images/top/mv-point-02_sp.webp) top left calc(50% + 41vw) no-repeat;
    background-size: 359px, 282px;
    margin-top: -10.5%;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1266px) {
  .p-mv__img {
    background: url(../../assets/images/top/mv-point-02_sp.webp) top left calc(50% + 544px) no-repeat;
    background-size: 359px, 282px;
    margin-top: -134px;
  }
}
.p-mv__img source,
.p-mv__img img {
  width: 76.53%;
}
@media print, screen and (min-width: 1024px) {
  .p-mv__img source,
  .p-mv__img img {
    width: 49.4%;
    max-width: 596px;
    position: relative;
  }
}
@media screen and (min-width: 1266px) {
  .p-mv__img source,
  .p-mv__img img {
    left: calc(50% - 616px);
    width: 596px;
  }
}

.p-top-age {
  background: #fffaf0;
  padding: 50px 0 116px;
}
@media print, screen and (min-width: 1024px) {
  .p-top-age {
    padding: 55px 50px 155px;
  }
}
.p-top-age__list {
  margin-top: 32px;
  display: flex;
  flex-wrap: wrap;
  row-gap: 12px;
  column-gap: 5.4%;
  padding: 0 39px;
}
@media print, screen and (min-width: 768px) {
  .p-top-age__list {
    max-width: 1140px;
    column-gap: 2.75%;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-top-age__list {
    padding: 0 50px;
    margin: 21px auto 0;
    border-radius: 100vw;
    column-gap: 0;
    justify-content: space-between;
  }
}

.p-top-bg__wrap {
  position: relative;
  overflow: hidden;
}
@media print, screen and (min-width: 1024px) {
  .p-top-bg__point--01 {
    background: url(../../assets/images/top/top-point-01.webp) 0 0 no-repeat;
    bottom: 0;
    right: -8vw;
    background-size: contain;
    position: absolute;
    width: 30.41vw;
    height: 15.694vw;
  }
}
@media print, screen and (min-width: 1440px) {
  .p-top-bg__point--01 {
    width: 438px;
    height: 226px;
    left: calc(50% + 354px);
    z-index: 2;
  }
}

.p-top-news {
  margin-top: -15px;
  position: relative;
}
@media print, screen and (min-width: 1024px) {
  .p-top-news {
    margin-top: -30px;
  }
}

.p-top-news__bg-top {
  background: url(../../assets/images/top/news-bg-top.webp) left bottom repeat-x;
  background-size: 800px 15px;
  width: 100%;
  height: 15px;
}
@media print, screen and (min-width: 1024px) {
  .p-top-news__bg-top {
    background-size: 1600px 30px;
    height: 30px;
  }
}

.p-top-news__main {
  background: #ffeead;
  padding: 8vw 0 35.46vw;
  position: relative;
  overflow-x: hidden;
}
@media print, screen and (min-width: 1024px) {
  .p-top-news__main {
    padding: 34px 0 88px;
  }
}

.p-news-board {
  background: #fff;
  border-radius: 20px;
  margin-top: 17.86vw;
  padding: 12.26vw 30px 14.4vw;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .p-news-board {
    margin: 67px auto 0;
    padding: 36px 60px 35px;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-news-board {
    border-radius: 30px;
    width: calc(100% - 100px);
    max-width: 922px;
    padding: 36px 8.66% 54px;
    background-image: url(../../assets/images/top/news-img-03.webp), url(../../assets/images/top/news-img-04.webp);
    background-size: 134px 70px, 134px 73px;
    background-position: top 40px left 27px, top 45px right 27px;
    background-repeat: no-repeat;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-news-board {
    padding: 36px 98px 54px;
  }
}

.p-news-board__string {
  background: url(../../assets/images/top/news-img-01.svg) 0 0 no-repeat;
  width: 49.6vw;
  height: 20vw;
  background-size: contain;
  position: absolute;
  top: -17.86vw;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media print, screen and (min-width: 768px) {
  .p-news-board__string {
    width: 186px;
    height: 75px;
    top: -67px;
  }
}

h2.p-news-board__title {
  background: url(../../assets/images/top/news-img-02.svg) 0 0 no-repeat;
  background-size: contain;
  width: 310px;
  height: 56px;
  color: #fff;
  text-align: center;
  padding: 0.7em 0 0.5em;
  font-size: 1.69em;
  font-weight: 500;
  margin: 0 auto 0;
  padding: 0.7em 0 0.5em;
}
@media print, screen and (min-width: 1024px) {
  h2.p-news-board__title {
    padding: 0.55em 0 0.5em;
  }
}

ul.c-news__list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 22px;
  margin-top: 50px;
}

li.c-news__item {
  background: url(../../assets/images/common/dot-01.svg) left bottom repeat-x;
  background-size: 4px 2px;
  padding-bottom: 4px;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  li.c-news__item {
    padding-bottom: 18px;
  }
}
li.c-news__item a {
  padding-bottom: 8px;
  font-size: 1.23em;
  display: block;
  line-height: 1.5;
  text-decoration: none;
}
@media print, screen and (min-width: 768px) {
  li.c-news__item a {
    font-size: 1.066em;
    display: flex;
  }
}
@media print, screen and (min-width: 1024px) {
  li.c-news__item a {
    font-size: 1em;
  }
}

.c-news__date {
  display: block;
  letter-spacing: 0.02em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
@media print, screen and (min-width: 768px) {
  .c-news__date {
    width: 17.68%;
    display: inline-block;
  }
}

.c-news__item-title {
  display: block;
  margin-top: 0.5em;
  letter-spacing: 0.06em;
  text-decoration: underline;
}
@media print, screen and (min-width: 768px) {
  .c-news__item-title {
    width: 82.32%;
    margin-top: 0;
  }
}

.p-top-news__bg-bottom {
  background: url(../../assets/images/top/news-bg-bottom.webp) left bottom repeat-x #e1f7f5;
  background-size: 800px 15px;
  width: 100%;
  height: 15px;
}
@media print, screen and (min-width: 1024px) {
  .p-top-news__bg-bottom {
    background-size: 1600px 30px;
    height: 30px;
    position: relative;
    z-index: 0;
  }
}

.p-news-board__point {
  background: url(../../assets/images/top/board-point.webp) 0 0 no-repeat;
  width: 45.6vw;
  height: 23.46vw;
  bottom: -12vw;
  right: -8vw;
  background-size: contain;
  position: absolute;
}
@media print, screen and (min-width: 1024px) {
  .p-news-board__point {
    width: 30.41vw;
    height: 15.694vw;
    bottom: -6.3vw;
    left: calc(50% + 28.75vw);
  }
}
@media print, screen and (min-width: 1440px) {
  .p-news-board__point {
    width: 438px;
    height: 226px;
    bottom: -113px;
    left: calc(50% + 354px);
    z-index: 2;
  }
}

.p-top-news__point {
  position: absolute;
}

.p-top-news__point--01 {
  background: url(../../assets/images/top/news-point-01.webp) 0 0 no-repeat;
  width: 39.2vw;
  height: 27.73vw;
  top: -41px;
  left: -4.26vw;
  background-size: contain;
}
@media print, screen and (min-width: 1024px) {
  .p-top-news__point--01 {
    width: 23.75vw;
    height: 16.875vw;
    top: -7.2vw;
    left: calc(50% - 51.94vw);
  }
}
@media print, screen and (min-width: 1440px) {
  .p-top-news__point--01 {
    width: 342px;
    height: 243px;
    top: -104px;
    left: calc(50% - 51.94vw);
  }
}

.p-top-news__point--02 {
  background: url(../../assets/images/top/news-point-02.webp) 0 0 no-repeat;
  width: 23.73vw;
  height: 12.8vw;
  top: -26px;
  left: calc(50% + 18.13vw);
  background-size: contain;
}
@media print, screen and (min-width: 1024px) {
  .p-top-news__point--02 {
    width: 12.77vw;
    height: 6.94vw;
    top: -2.9vw;
    left: calc(50% + 28.75vw);
  }
}
@media print, screen and (min-width: 1440px) {
  .p-top-news__point--02 {
    width: 184px;
    height: 100px;
    top: -42px;
    left: calc(50% + 28.75vw);
  }
}

.p-top-news__point--03 {
  background: url(../../assets/images/top/top-point-01.webp) 0 0 no-repeat;
  width: 45.6vw;
  height: 23.46vw;
  bottom: 28vw;
  right: -8vw;
  background-size: contain;
  position: absolute;
}
@media print, screen and (min-width: 768px) {
  .p-top-news__point--03 {
    bottom: 24vw;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-top-news__point--03 {
    display: none;
  }
}

.p-top-purpose {
  background: #fffaf0;
  padding: 50px 0 28px;
}
@media print, screen and (min-width: 1024px) {
  .p-top-purpose {
    padding: 40px 50px 0;
  }
}
.p-top-purpose__list {
  margin-top: 37px;
  background: #ffedd0;
  border-radius: 57px;
  padding: 29px 20px;
  display: flex;
  flex-wrap: wrap;
  row-gap: 12px;
  column-gap: 5.06%;
}
@media print, screen and (min-width: 768px) {
  .p-top-purpose__list {
    max-width: 1206px;
    column-gap: 2.75%;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-top-purpose__list {
    max-width: 1040px;
    margin: 21px auto 0;
    border-radius: 100vw;
    column-gap: 0;
    justify-content: space-between;
    padding: 31px 50px;
  }
}

.c-article__list {
  margin-top: 32px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 1.5em;
}
@media print, screen and (min-width: 1024px) {
  .c-article__list {
    row-gap: 20px;
    margin-top: 42px;
  }
}

.c-article__item {
  border-bottom: 2px dotted #ffc6c0;
  padding-bottom: 0.7em;
  width: 100%;
}
@media print, screen and (min-width: 1024px) {
  .c-article__item {
    padding-bottom: 10px;
  }
}

.c-article__link {
  display: block;
  text-decoration: none;
  line-height: 1.5;
}

.c-article__date {
  display: block;
  margin-bottom: 5px;
}

p.c-article__title {
  display: inline;
  text-decoration: underline;
  line-height: 1.7;
}

.c-article__text {
  margin: 0.8em 0 5px;
  line-height: 1.5;
  font-size: 0.9em;
  color: #877067;
}
.c-article__text span.highlight {
  background: #ffe578;
  display: inline-block;
  padding: 0 3px;
}

.search-list .c-article__item {
  margin-top: 10px;
}
@media print, screen and (min-width: 1024px) {
  .search-list .c-article__item {
    margin-top: 40px;
  }
}

.c-bg-color {
  background: #fff;
  border: 1px solid #d1d1d1;
  padding: 5px 10px;
  border-radius: 100vw;
  width: auto;
  display: flex;
  column-gap: 3px;
  align-items: center;
}
@media print, screen and (min-width: 768px) {
  .c-bg-color {
    width: 42.1%;
    padding: 5px 10px 4px 12px;
    column-gap: 5px;
  }
}
.c-bg-color button {
  width: 2rem;
  height: 2rem;
  border: 1px solid #585858;
  border-radius: 100vw;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  line-height: 1;
  padding: 0;
  font-size: 0.95em;
}
@media print, screen and (min-width: 768px) {
  .c-bg-color button {
    font-size: 0.81em;
  }
}
.c-bg-color button:hover {
  cursor: pointer;
}

.c-bg-color__text {
  display: inline-block;
  margin-right: 3px;
  border-right: 1px solid #d1d1d1;
  letter-spacing: normal;
  padding-right: 3px;
}
@media print, screen and (min-width: 768px) {
  .c-bg-color__text {
    padding-right: 4px;
    font-size: 0.9em;
  }
}

.c-bg-color__white {
  background: #fff;
  color: #000;
}

.c-bg-color__black {
  background: #000;
  color: #fff;
}

.c-bg-color__blue {
  background: #0000ff;
  color: #fff;
}

.c-breadcrumb {
  padding-bottom: 7px;
  border-bottom: 2px dotted #ffe888;
}
@media print, screen and (min-width: 768px) {
  .c-breadcrumb {
    margin-top: 30px;
    padding-bottom: 10px;
  }
}
@media print, screen and (min-width: 1024px) {
  .c-breadcrumb {
    margin-top: 79px;
  }
}

.c-breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 8px;
}

.c-breadcrumb__item {
  position: relative;
  padding-right: 1.5em;
  margin-right: 0.5em;
  color: #bab2a7;
  font-size: 0.9em;
  line-height: 1.2;
}
@media print, screen and (min-width: 768px) {
  .c-breadcrumb__item {
    font-size: 0.875em;
  }
}
.c-breadcrumb__item:last-of-type {
  margin-right: 0;
  padding-right: 0;
}
.c-breadcrumb__item:last-of-type::after {
  display: none;
}
.c-breadcrumb__item::after {
  content: ">";
  color: #add8bf;
  font-size: 0.9em;
  position: absolute;
  top: 0.05em;
  right: 0;
}

.c-button-age {
  border: 5px solid rgba(255, 198, 192, 0.4);
  width: 47.3%;
  height: 100%;
  aspect-ratio: 70/103;
  border-radius: 100vw;
  text-align: center;
  padding-top: 45%;
  font-weight: 500;
  letter-spacing: normal;
  display: inline-block;
  position: relative;
  font-size: 1.23em;
}
@media print, screen and (min-width: 768px) {
  .c-button-age {
    width: 31.5%;
    padding-top: 32%;
    font-size: 1.2em;
  }
}
@media print, screen and (min-width: 1024px) {
  .c-button-age {
    width: 19.13%;
    padding-top: 18%;
    font-size: 1em;
  }
}
@media print, screen and (min-width: 1440px) {
  .c-button-age {
    padding-top: 19%;
    font-size: 1.125em;
  }
}
.c-button-age:hover {
  background-color: #ffc6c0;
}
.c-button-age:hover::after {
  mix-blend-mode: hard-light;
}
.c-button-age::after {
  content: "";
  background: url(../../assets/images/common/arrow-03.svg) center center no-repeat #ffc6c0;
  width: 25px;
  height: 25px;
  background-size: 16px 10px;
  border-radius: 100vw;
  position: absolute;
  bottom: 11px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media print, screen and (min-width: 768px) {
  .c-button-age::after {
    width: 31px;
    height: 31px;
    bottom: 12px;
  }
}

.c-button-age--01 {
  background: url(../../assets/images/top/age-img-01.webp) top 11% center no-repeat #fff;
  background-size: 78.57%;
}
@media print, screen and (min-width: 768px) {
  .c-button-age--01 {
    background-position: top 18% center;
    background-size: 150px 150px;
  }
}
@media print, screen and (min-width: 1024px) {
  .c-button-age--01 {
    background-size: 75.37%;
  }
}

.c-button-age--02 {
  background: url(../../assets/images/top/age-img-02.webp) top 8% center no-repeat #fff;
  background-size: 78.57%;
}
@media print, screen and (min-width: 768px) {
  .c-button-age--02 {
    background-size: 150px 150px;
    background-position: top 18% center;
  }
}
@media print, screen and (min-width: 1024px) {
  .c-button-age--02 {
    background-size: 75.37%;
  }
}

.c-button-age--03 {
  background: url(../../assets/images/top/age-img-03.webp) top 8% center no-repeat #fff;
  background-size: 78.57%;
}
@media print, screen and (min-width: 768px) {
  .c-button-age--03 {
    background-size: 150px 150px;
    background-position: top 18% center;
  }
}
@media print, screen and (min-width: 1024px) {
  .c-button-age--03 {
    background-size: 75.37%;
  }
}

.c-button-age--04 {
  background: url(../../assets/images/top/age-img-04.webp) top 13% center no-repeat #fff;
  background-size: 78.57%;
}
@media print, screen and (min-width: 768px) {
  .c-button-age--04 {
    background-size: 150px 150px;
    background-position: top 20% center;
  }
}
@media print, screen and (min-width: 1024px) {
  .c-button-age--04 {
    background-size: 75.37%;
  }
}

.c-button-age--05 {
  background: url(../../assets/images/top/age-img-05.webp) top 17% center no-repeat #fff;
  background-size: 78.57%;
}
@media print, screen and (min-width: 768px) {
  .c-button-age--05 {
    background-size: 150px 150px;
    background-position: top 25% center;
  }
}
@media print, screen and (min-width: 1024px) {
  .c-button-age--05 {
    background-size: 75.37%;
  }
}

.c-button-purpose {
  border: 5px solid rgba(255, 229, 120, 0.4);
  box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.16);
  width: 47.47%;
  height: 100%;
  aspect-ratio: 1/1;
  border-radius: 100vw;
  text-align: center;
  padding-top: 32%;
  font-weight: 500;
  letter-spacing: normal;
  display: inline-block;
}
@media print, screen and (min-width: 768px) {
  .c-button-purpose {
    width: 31.5%;
    padding-top: 22%;
  }
}
@media print, screen and (min-width: 1024px) {
  .c-button-purpose {
    width: 17.3%;
    padding-top: 11.3%;
    font-size: 0.75em;
  }
}
@media print, screen and (min-width: 1440px) {
  .c-button-purpose {
    font-size: 0.9em;
  }
}
.c-button-purpose:hover {
  background-color: #ffe578;
  box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.3);
}

.c-button-purpose--01 {
  background: url(../../assets/images/top/purpose-img-01.webp) top 35% center no-repeat #fff;
  background-size: 48.75%;
}
@media print, screen and (min-width: 768px) {
  .c-button-purpose--01 {
    background-size: 90px 85px;
  }
}
@media print, screen and (min-width: 1024px) {
  .c-button-purpose--01 {
    background-size: 50%;
  }
}

.c-button-purpose--02 {
  background: url(../../assets/images/top/purpose-img-02.webp) top 35% center no-repeat #fff;
  background-size: 48.75%;
}
@media print, screen and (min-width: 768px) {
  .c-button-purpose--02 {
    background-size: 90px 85px;
  }
}
@media print, screen and (min-width: 1024px) {
  .c-button-purpose--02 {
    background-size: 50%;
  }
}

.c-button-purpose--03 {
  background: url(../../assets/images/top/purpose-img-03.webp) top 35% center no-repeat #fff;
  background-size: 48.75%;
}
@media print, screen and (min-width: 768px) {
  .c-button-purpose--03 {
    background-size: 90px 85px;
  }
}
@media print, screen and (min-width: 1024px) {
  .c-button-purpose--03 {
    background-size: 50%;
  }
}

.c-button-purpose--04 {
  background: url(../../assets/images/top/purpose-img-04.webp) top 35% center no-repeat #fff;
  background-size: 48.75%;
}
@media print, screen and (min-width: 768px) {
  .c-button-purpose--04 {
    background-size: 90px 85px;
  }
}
@media print, screen and (min-width: 1024px) {
  .c-button-purpose--04 {
    background-size: 50%;
  }
}

.c-button-purpose--05 {
  background: url(../../assets/images/top/purpose-img-05.webp) top 35% center no-repeat #fff;
  background-size: 48.75%;
}
@media print, screen and (min-width: 768px) {
  .c-button-purpose--05 {
    background-size: 90px 85px;
  }
}
@media print, screen and (min-width: 1024px) {
  .c-button-purpose--05 {
    background-size: 50%;
  }
}

.c-button {
  display: inline-block;
}

.c-button--02 {
  width: 100%;
  background: url(../../assets/images/common/arrow-02.svg) center right 14px #fff no-repeat;
  background-size: 10px 6px;
  border: 2px solid #ffc6c0;
  border-radius: 100vw;
  padding: 7px 0 8px;
  text-align: center;
  font-size: 1.153em;
  color: #72450e;
  text-decoration: none;
}
@media print, screen and (min-width: 768px) {
  .c-button--02 {
    font-size: 1em;
  }
}
.c-button--02:hover {
  background: url(../../assets/images/common/arrow-03.svg) center right 14px #ffc6c0 no-repeat;
  background-size: 10px 6px;
}

.c-button--01 {
  display: block;
  width: 72.75%;
  max-width: 228px;
  border: 2px solid #ffc6c0;
  background: #fff;
  padding: 14px 55px 15px 27px;
  font-size: 1.15em;
  font-weight: 700;
  border-radius: 100vw;
  margin: 28px auto 0;
  position: relative;
  letter-spacing: normal;
}
@media print, screen and (min-width: 768px) {
  .c-button--01 {
    font-size: 1em;
  }
}
@media print, screen and (min-width: 1024px) {
  .c-button--01 {
    font-size: 0.935em;
  }
}
.c-button--01::after {
  content: "";
  background: url(../../assets/images/common/arrow-03.svg) center center #ffc6c0 no-repeat;
  width: 25px;
  height: 25px;
  background-size: 16px 10px;
  border-radius: 100vw;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: 13px;
  transition: all 0.3s ease-in-out;
}
.c-button--01:hover {
  background: #ffc6c0;
}
.c-button--01:hover::after {
  content: "";
  right: 10px;
  transition: all 0.3s ease-in-out;
}

.c-cat__list {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  width: 100% !important;
}

.c-cat__item {
  display: inline-block;
  margin: 0 !important;
  padding-left: 0 !important;
  line-height: 1 !important;
}
.c-cat__item::before {
  display: none;
}

.c-cat__link {
  display: inline-block;
  background: #fff;
  border: 1px solid #ffaaa4;
  padding: 0.5em 1.8em !important;
  color: #72450e !important;
  border-radius: 100vw;
  font-size: 0.921em;
  letter-spacing: normal;
  text-decoration: none;
}
@media print, screen and (min-width: 1024px) {
  .c-cat__link {
    font-size: 0.812em;
  }
}
.c-cat__link:hover {
  background-color: #ffaaa4;
  color: #fff !important;
}

.c-font {
  background: #fff;
  border: 1px solid #d1d1d1;
  padding: 5px 10px;
  border-radius: 100vw;
  width: auto;
  display: flex;
  column-gap: 3px;
  align-items: center;
}
@media print, screen and (min-width: 768px) {
  .c-font {
    width: 54.7%;
    padding-left: 12px;
  }
}
.c-font button {
  border: 1px solid #585858;
  background: #fff;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  line-height: 1;
  padding: 0;
  color: #72450e;
  font-weight: 500;
  padding: 2px 4px;
  display: inline-block;
}
@media print, screen and (min-width: 768px) {
  .c-font button {
    margin-right: 2px;
    font-size: 0.8em;
  }
}
.c-font button:hover {
  cursor: pointer;
}

.c-font__text {
  display: inline-block;
  margin-right: 3px;
  border-right: 1px solid #d1d1d1;
  letter-spacing: normal;
  padding-right: 2px;
}
@media print, screen and (min-width: 768px) {
  .c-font__text {
    padding-right: 4px;
    font-size: 0.9em;
  }
}

.c-footer-button {
  margin: 20px auto 0;
  width: 240px;
}

.c-footer-copyright {
  margin-top: 15px;
  text-align: center;
  font-size: 0.9em;
  letter-spacing: normal;
}
@media print, screen and (min-width: 768px) {
  .c-footer-copyright {
    font-size: 0.8em;
    margin-top: 17px;
  }
}

.c-footer-info {
  padding: 0 30px;
  margin-top: 49px;
  display: flex;
  flex-wrap: wrap;
  row-gap: 28px;
}
@media print, screen and (min-width: 768px) {
  .c-footer-info {
    justify-content: space-between;
    max-width: 928px;
    margin: 34px auto 0;
  }
}

.c-footer-info__item {
  padding: 4px 0 4px 14px;
  border-left: 4px solid;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .c-footer-info__item {
    width: 45.27%;
  }
}

.c-footer-info__name {
  font-size: 1.153em;
  padding-bottom: 5px;
  line-height: 1.4;
}
@media print, screen and (min-width: 768px) {
  .c-footer-info__name {
    font-size: 1.2em;
  }
}

.c-footer-info__address {
  line-height: 1.84;
  font-size: 1em;
  letter-spacing: 0.08em;
  margin-top: 9px;
}
@media print, screen and (min-width: 768px) {
  .c-footer-info__address {
    font-size: 0.86em;
  }
}

.c-footer-info__item--orange {
  border-left-color: #ffe4b9;
}
.c-footer-info__item--orange .c-footer-info__name {
  background: url(../../assets/images/footer/line-bg-01.svg) repeat-x;
  background-size: 4px 2px;
  background-position: left bottom;
}

.c-footer-info__item--pink {
  border-left-color: #ffddd9;
}
.c-footer-info__item--pink .c-footer-info__name {
  background: url(../../assets/images/footer/line-bg-02.svg) repeat-x;
  background-size: 4px 2px;
  background-position: left bottom;
}

.c-footer-link {
  margin-top: 5px;
  text-align: center;
  margin-top: 48px;
}
@media print, screen and (min-width: 768px) {
  .c-footer-link {
    font-size: 0.933em;
    margin-top: 43px;
  }
}

.c-footer-logo {
  margin: 0 auto;
  width: 214px;
  display: block;
}
@media print, screen and (min-width: 768px) {
  .c-footer-logo {
    width: 20.5%;
    max-width: 295px;
  }
}

.c-footer-nav {
  padding: 0 30px;
  margin-top: 44px;
  position: relative;
}
@media print, screen and (min-width: 1024px) {
  .c-footer-nav {
    margin-top: 50px;
  }
}

.c-footer-nav__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 13px;
  column-gap: 20px;
  max-width: 260px;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .c-footer-nav__list {
    max-width: 330px;
  }
}
@media print, screen and (min-width: 1024px) {
  .c-footer-nav__list {
    max-width: 100%;
    row-gap: 40px;
  }
}

@media print, screen and (min-width: 768px) {
  .c-footer-nav__item {
    font-size: 1.06em;
  }
}

.c-footer-nav__point {
  width: 50px;
  height: 31px;
  position: absolute;
  bottom: -43px;
  right: 30px;
  background: url(../../assets/images/footer/footer-point-01.webp) 0 0 no-repeat;
  background-size: contain;
}
@media print, screen and (min-width: 1024px) {
  .c-footer-nav__point {
    margin-top: 50px;
    width: 95px;
    height: 58px;
    bottom: -75px;
    right: auto;
    left: calc(50% + 35vw);
  }
}

.c-footer-slide {
  margin-top: 38px;
}
@media print, screen and (min-width: 1024px) {
  .c-footer-slide {
    margin-top: 67px;
  }
}
.c-footer-slide .swiper-wrapper {
  transition-timing-function: linear;
}
.c-footer-slide .swiper-slide img {
  height: auto;
  width: 100%;
}

.c-global-nav {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 100%;
  border: 4px solid #ffe0da;
  border-radius: 15px 0 0 15px;
  background: #fffbf5;
  min-height: 100svh;
  height: 100svh;
  overflow-y: scroll;
  padding: 80px 0 50px;
  width: 100%;
  transition: all 0.4s ease-in-out;
}
@media print, screen and (min-width: 768px) {
  .c-global-nav {
    width: 585px;
    border-radius: 30px 0 0 30px;
    left: auto;
    right: -585px;
    border-width: 6px;
    padding: 95px 0 50px;
  }
}
.c-global-nav.is-active {
  left: 0;
  transition: all 0.4s ease-in-out;
}
@media print, screen and (min-width: 768px) {
  .c-global-nav.is-active {
    left: auto;
    right: 0;
    transition: all 0.4s ease-in-out;
  }
}

nav.c-global-nav__list {
  padding: 0 30px;
}
@media print, screen and (min-width: 768px) {
  nav.c-global-nav__list {
    padding: 0 70px;
  }
}

.c-global-nav__item {
  display: flex;
  flex-wrap: wrap;
  row-gap: 13px;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 768px) {
  .c-global-nav__item {
    row-gap: 24px;
    margin-bottom: 45px;
  }
}

.c-global-nav__first {
  padding-left: 1em;
  width: 100%;
  padding-bottom: 11px;
  position: relative;
}
.c-global-nav__first::before {
  content: "";
  position: absolute;
  top: 0.4em;
  left: 2px;
  width: 6px;
  height: 6px;
}
@media print, screen and (min-width: 768px) {
  .c-global-nav__first::before {
    width: 10px;
    height: 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .c-global-nav__first {
    padding-bottom: 16px;
    padding-left: 26px;
  }
}
.c-global-nav__first a {
  text-decoration: none;
  border-bottom: 1px solid #72450e;
}
@media print, screen and (min-width: 768px) {
  .c-global-nav__first a {
    font-size: 2rem;
  }
}
.c-global-nav__first a:hover {
  border-bottom: 1px solid #e2aa65;
  color: #e2aa65;
}

.c-global-nav__second {
  padding: 0 10px 0 15px;
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .c-global-nav__second {
    row-gap: 13px;
  }
}

.c-global-nav__second-item {
  padding: 0 20px 0 0;
  width: 43%;
  border-bottom: 1px solid #72450e;
  transition: all 0.3s ease-in-out;
}
.c-global-nav__second-item:hover {
  border-bottom: 1px solid #e2aa65;
  transition: all 0.3s ease-in-out;
}
.c-global-nav__second-item a {
  line-height: 1.4;
  display: block;
  text-decoration: none;
  letter-spacing: normal;
  padding-left: 3px;
}
@media print, screen and (min-width: 768px) {
  .c-global-nav__second-item a {
    font-size: 1em;
  }
}
.c-global-nav__second-item a:hover {
  color: #e2aa65;
}

.c-global-nav__item--01 .c-global-nav__first {
  background: url(../../assets/images/common/list-line-01.svg) left bottom repeat-x;
  background-size: 4px 2px;
}
@media print, screen and (min-width: 768px) {
  .c-global-nav__item--01 .c-global-nav__first {
    background-size: 6px 3px;
  }
}
.c-global-nav__item--01 .c-global-nav__first::before {
  background: url(../../assets/images/common/list-style-01.svg) 0 0 no-repeat;
  background-size: contain;
}
.c-global-nav__item--01 .c-global-nav__second-item {
  background: url(../../assets/images/common/list-arrow-01.svg) center right no-repeat;
  background-size: 5px 9px;
}

.c-global-nav__item--02 .c-global-nav__first {
  background: url(../../assets/images/common/list-line-02.svg) left bottom repeat-x;
  background-size: 4px 2px;
}
@media print, screen and (min-width: 768px) {
  .c-global-nav__item--02 .c-global-nav__first {
    background-size: 6px 3px;
  }
}
.c-global-nav__item--02 .c-global-nav__first::before {
  background: url(../../assets/images/common/list-style-02.svg) 0 0 no-repeat;
  background-size: contain;
}
.c-global-nav__item--02 .c-global-nav__second-item {
  background: url(../../assets/images/common/list-arrow-02.svg) center right no-repeat;
  background-size: 5px 9px;
}

.c-global-nav__item--03 .c-global-nav__first {
  background: url(../../assets/images/common/list-line-03.svg) left bottom repeat-x;
  background-size: 4px 2px;
}
@media print, screen and (min-width: 768px) {
  .c-global-nav__item--03 .c-global-nav__first {
    background-size: 6px 3px;
  }
}
.c-global-nav__item--03 .c-global-nav__first::before {
  background: url(../../assets/images/common/list-style-03.svg) 0 0 no-repeat;
  background-size: contain;
}
.c-global-nav__item--03 .c-global-nav__second-item {
  background: url(../../assets/images/common/list-arrow-03.svg) center right no-repeat;
  background-size: 5px 9px;
}

.c-global-nav__item--04 .c-global-nav__first {
  background: url(../../assets/images/common/list-line-04.svg) left bottom repeat-x;
  background-size: 4px 2px;
}
@media print, screen and (min-width: 768px) {
  .c-global-nav__item--04 .c-global-nav__first {
    background-size: 6px 3px;
  }
}
.c-global-nav__item--04 .c-global-nav__first::before {
  background: url(../../assets/images/common/list-style-04.svg) 0 0 no-repeat;
  background-size: contain;
}
.c-global-nav__item--04 .c-global-nav__second-item {
  display: block;
  background: url(../../assets/images/common/list-arrow-04.svg) center right no-repeat;
  background-size: 5px 9px;
}

.c-global-nav__support {
  border-top: 4px solid #ffc6c0;
  padding: 40px 40px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 10px;
}
@media print, screen and (min-width: 768px) {
  .c-global-nav__support {
    padding: 40px 93px 0;
    row-gap: 12px;
  }
}

.c-global-nav__img {
  margin: 40px auto 0;
  max-width: 523px;
  width: 85%;
}
@media print, screen and (min-width: 768px) {
  .c-global-nav__img {
    margin-top: 50px;
  }
}

.c-global-nav__bg {
  visibility: hidden;
  opacity: 0;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
}
.c-global-nav__bg.is-active {
  visibility: visible;
  opacity: 1;
  z-index: 998;
  background: rgba(0, 0, 0, 0.3);
}

.c-header-nav {
  display: none;
}
@media print, screen and (min-width: 1024px) {
  .c-header-nav {
    transition: all 0.3s ease-in-out;
    display: block;
    background: #fff;
    border-radius: 0 0 107px 107px;
    width: 900px;
    position: relative;
    top: 0;
    left: calc(50% - 450px);
    height: 108px;
    padding: 20px 63px;
    z-index: 1;
  }
}
.c-header-nav .c-header-nav__support {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  column-gap: 8px;
}
.c-header-nav .c-language {
  width: 166px;
}
.c-header-nav .c-bg-color {
  width: 160px;
}
.c-header-nav .c-font {
  width: 208px;
}
.c-header-nav .c-search {
  width: 217px;
}
.c-header-nav .c-search .c-search__input {
  margin-top: 0;
  padding: 7px 10px;
}
.c-header-nav .c-search .c-search__submit {
  background-size: 16px 16px;
  width: 24px;
  height: 24px;
  top: 3px;
  right: 5px;
}

@media print, screen and (min-width: 1024px) {
  body.is-text-large .c-header-nav {
    height: 128px;
    width: 1000px;
    left: calc(50% - 500px);
    transition: all 0.3s ease-in-out;
    border-radius: 0 0 127px 127px;
  }
}
@media print, screen and (min-width: 1024px) {
  body.is-text-large .c-header-nav .c-header-nav__support {
    column-gap: 18px;
  }
}
body.is-text-large .c-header-nav .c-language {
  width: 180px;
}
@media print, screen and (min-width: 1024px) {
  body.is-text-large .c-header-nav .c-bg-color {
    width: 170px;
  }
}
@media print, screen and (min-width: 1024px) {
  body.is-text-large .c-header-nav .c-font {
    width: 238px;
  }
}
@media print, screen and (min-width: 1024px) {
  body.is-text-large .c-header-nav .c-bg-color button {
    font-size: 1.35rem;
  }
}

.c-header-nav__nav {
  margin-top: 16px;
}

.c-header-nav__list {
  display: flex;
  justify-content: center;
  column-gap: 3.5%;
}

.c-header-nav__item {
  padding-left: 11px;
  position: relative;
}
.c-header-nav__item::before {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  top: 0.4em;
  left: 0;
}

.c-header-nav__item--01::before {
  background: url(../../assets/images/common/list-style-00.svg) 0 0 no-repeat;
  background-size: contain;
}

.c-header-nav__item--02::before {
  background: url(../../assets/images/common/list-style-01.svg) 0 0 no-repeat;
  background-size: contain;
}

.c-header-nav__item--03::before {
  background: url(../../assets/images/common/list-style-02.svg) 0 0 no-repeat;
  background-size: contain;
}

.c-header-nav__item--04::before {
  background: url(../../assets/images/common/list-style-03.svg) 0 0 no-repeat;
  background-size: contain;
}

.c-header-nav__item--05::before {
  background: url(../../assets/images/common/list-style-04.svg) 0 0 no-repeat;
  background-size: contain;
}

.c-header-toggle {
  background: url(../../assets/images/common/toggle-bg.svg) 0 0 no-repeat;
  width: 60px;
  height: 58px;
  background-size: contain;
  position: fixed;
  top: 7px;
  right: 8px;
  z-index: 1000;
}
@media print, screen and (min-width: 768px) {
  .c-header-toggle {
    top: 14px;
    right: 18px;
  }
}
.c-header-toggle:hover {
  cursor: pointer;
}

.c-header-toggle__img {
  background: url(../../assets/images/common/toggle-menu.svg) 0 0 no-repeat;
  width: 24px;
  height: 18px;
  background-size: contain;
  position: absolute;
  top: 14px;
  left: 19px;
  transition: all 0.3s ease-in-out;
}
.c-header-toggle__img.is-active {
  background: url(../../assets/images/common/toggle-close.svg) 0 0 no-repeat;
  width: 23px;
  height: 17px;
  background-size: contain;
  top: 14px;
  left: 19px;
  transition: all 0.3s ease-in-out;
}

.c-header-toggle__text {
  font-size: 10px;
  letter-spacing: 0.02em;
  position: absolute;
  top: 35px;
  left: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #fff;
  transition: all 0.5s ease-in-out;
}
.c-header-toggle__text::after {
  content: "menu";
}
.c-header-toggle__text.is-active {
  transition: all 0.5s ease-in-out;
}
.c-header-toggle__text.is-active::after {
  content: "close";
}

.c-inner {
  padding: 0 20px;
}
@media print, screen and (min-width: 768px) {
  .c-inner {
    padding: 0 30px;
  }
}
@media print, screen and (min-width: 1024px) {
  .c-inner {
    padding: 0 50px;
    max-width: 1200px;
    margin: 0 auto;
  }
}

.c-language {
  margin: 0 auto;
  max-width: 380px;
  width: 100%;
}

.c-language__select {
  width: 100%;
  border: 1px solid #d1d1d1;
  border-radius: 100vw;
  padding: 5px;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .c-language__select {
    padding: 6px;
  }
}

ul.c-list__01 {
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
}
@media print, screen and (min-width: 768px) {
  ul.c-list__01 {
    justify-content: space-between;
  }
}
ul.c-list__01 li {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  ul.c-list__01 li {
    width: 48.64%;
  }
}
ul.c-list__01 li a {
  display: block;
  background: url(../../assets/images/common/list-arrow-05.svg) center left 15px #fff no-repeat;
  border-radius: 5px;
  font-weight: 700;
  font-size: 1.125em;
  line-height: 1.5;
  box-shadow: 1px 0px 3px rgba(0, 0, 0, 0.16);
  padding: 0.8em 1em 0.8em 33px;
}
@media print, screen and (min-width: 768px) {
  ul.c-list__01 li a {
    border-radius: 10px;
  }
}
ul.c-list__01 li a:hover {
  background: url(../../assets/images/common/list-arrow-06.svg) center left 15px #ffc6c0 no-repeat;
}

.c-page-body {
  padding: 32px 0 60px;
}
@media print, screen and (min-width: 1024px) {
  .c-page-body {
    padding: 32px 0 203px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

@media print, screen and (min-width: 1024px) {
  .c-page-body__main {
    width: 67.27%;
  }
}

.c-page-body__side {
  display: none;
}
@media print, screen and (min-width: 1024px) {
  .c-page-body__side {
    display: block;
    width: 27.27%;
  }
}

.c-page-body__list {
  margin-top: 30px;
}

.c-page-header {
  padding: 30px 20px;
  position: relative;
}
@media print, screen and (min-width: 1024px) {
  .c-page-header {
    padding: 153px 50px 25px;
    background-image: url(../../assets/images/header/header-point-01.webp), url(../../assets/images/header/header-point-02.webp), url(../../assets/images/header/header-point-03.webp), url(../../assets/images/header/header-point-04.webp);
    background-repeat: no-repeat;
    background-size: 96px 72px, 95px 82px, 126px 131px, 119px 108px;
    background-position: top 182px left calc(50% - 261px), top 186px left calc(50% + 223px), bottom 14px left calc(50% - 380px), bottom 15px left calc(50% + 290px);
  }
}

.c-page-header__logo {
  width: 50%;
  margin: 0 auto;
  max-width: 284px;
}
@media print, screen and (min-width: 1024px) {
  .c-page-header__logo {
    width: 284px;
  }
}

.c-page {
  background: url(../../assets/images/header/header-bg-03.webp) top 80px right -2.8vw no-repeat, url(../../assets/images/header/header-bg-02.webp) top -15px left -10px no-repeat, url(../../assets/images/header/header-bg-01.webp) top -1.06vw left -1.6vw no-repeat #fffaf0;
  background-size: 29.352vw 24vw, 30.66vw 29.6vw, 108%;
  position: relative;
}
@media print, screen and (min-width: 1024px) {
  .c-page {
    overflow: hidden;
    margin: -108px auto 0;
    z-index: 0;
    background: url(../../assets/images/header/header-bg-03.webp) top 127px right -2.1vw no-repeat, url(../../assets/images/header/header-bg-02.webp) top -50px left -41px no-repeat, url(../../assets/images/header/header-bg-01.webp) top -0.878vw left -2.43vw no-repeat #fffaf0;
    background-size: 21.66vw 17.7vw, 23.948vw 23.05vw, 104.7%;
  }
}
@media print, screen and (min-width: 1024px) and (min-width: 1440px) {
  .c-page {
    background-size: 312px 255px, 345px 332px, 104.7%;
  }
}

@media print, screen and (min-width: 1024px) {
  body.is-text-large .c-page {
    margin-top: -130px;
    padding-top: 20px;
  }
}

.c-page-section {
  margin-top: 40px;
}
@media print, screen and (min-width: 1024px) {
  .c-page-section {
    margin-top: 50px;
  }
}

.c-pagination {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: baseline;
  column-gap: 7px;
  row-gap: 10px;
}
@media print, screen and (min-width: 1024px) {
  .c-pagination {
    margin-top: 50px;
  }
}
.c-pagination a {
  width: 1.8em;
  height: 1.8em;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.2;
  color: #ffaaa4;
  border: 1px solid #ffaaa4;
  background: #fff;
  border-radius: 100vw;
  text-decoration: none;
}
.c-pagination a.is-active {
  background: #ffaaa4;
  color: #fff;
}
.c-pagination a.first-page, .c-pagination a.previous-page, .c-pagination a.next-page, .c-pagination a.last-page {
  font-weight: 700;
  letter-spacing: normal;
}
.c-pagination a:hover {
  background: #ffaaa4;
  color: #fff;
}
.c-pagination .ellipsis {
  color: #ffaaa4;
}

.c-search {
  width: 100%;
}

.c-search__text {
  margin-top: 5px;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .c-search__text {
    font-size: 1.6rem;
  }
}

#search-form {
  position: relative;
}

.c-search__input {
  background: #fff4f4;
  border: 1px solid #ffaaa4;
  border-radius: 100vw;
  padding: 10px;
  width: 100%;
  margin-top: 7px;
}
@media print, screen and (min-width: 768px) {
  .c-search__input {
    padding: 12px 1em;
  }
}

.c-search__submit {
  border: 1px solid #ffaaa4;
  background: url(../../assets/images/common/ico_search.svg) center center no-repeat #ffaaa4;
  background-size: 16px 16px;
  width: 26px;
  height: 26px;
  position: absolute;
  top: 12px;
  right: 7px;
  border-radius: 100vw;
}
@media print, screen and (min-width: 768px) {
  .c-search__submit {
    font-size: 1.1em;
    width: 30px;
    height: 30px;
    background-size: 18px 18px;
  }
}
.c-search__submit:hover {
  cursor: pointer;
}

.c-side-nav {
  display: flex;
  flex-wrap: wrap;
  row-gap: 40px;
}
.c-side-nav__list {
  width: 100%;
  border-radius: 0 20px 20px 20px;
}
.c-side-nav__list--color-01 {
  border: 2px solid #ffe578;
  background: #ffe578;
}
.c-side-nav__list--color-01 .c-side-nav__head::before {
  background: #ffe578;
}
.c-side-nav__list--color-02 {
  border: 2px solid #a9e0e5;
  background: #a9e0e5;
}
.c-side-nav__list--color-02 .c-side-nav__head::before {
  background: #a9e0e5;
}
.c-side-nav__list--color-03 {
  border: 2px solid #ffd28a;
  background: #ffd28a;
}
.c-side-nav__list--color-03 .c-side-nav__head::before {
  background: #ffd28a;
}
.c-side-nav__list--color-04 {
  border: 2px solid #add8bf;
  background: #add8bf;
}
.c-side-nav__list--color-04 .c-side-nav__head::before {
  background: #add8bf;
}

.c-side-nav__head {
  border-radius: 0 17px 0 17px;
  background: #fff;
  padding: 1em 1em 1em 45px;
  position: relative;
}
.c-side-nav__head::before {
  content: "";
  width: 6px;
  height: 23px;
  position: absolute;
  top: 0.8em;
  left: 30px;
}

.c-side-nav__body {
  width: 80%;
  margin: 0 auto;
  padding: 21px 0 25px;
  display: flex;
  flex-wrap: wrap;
  row-gap: 8px;
}
.c-side-nav__body--color-01 a::before {
  background: #ffe578;
}
.c-side-nav__body--color-01 a:hover {
  background: #efce4a;
}
.c-side-nav__body--color-02 a::before {
  background: #a9e0e5;
}
.c-side-nav__body--color-02 a:hover {
  background: #72c3c9;
}
.c-side-nav__body--color-03 a::before {
  background: #ffd28a;
}
.c-side-nav__body--color-03 a:hover {
  background: #f4b249;
}
.c-side-nav__body--color-04 a::before {
  background: #add8bf;
}
.c-side-nav__body--color-04 a:hover {
  background: #5ac185;
}

.c-side-nav__item {
  width: 100%;
}
.c-side-nav__item a {
  display: block;
  background: #fff;
  position: relative;
  border-radius: 100vw;
  padding: 0.6em 55px 0.7em 25px;
  line-height: 1.2;
  letter-spacing: normal;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.04);
}
.c-side-nav__item a::before {
  content: "";
  width: 1.4em;
  height: 1.4em;
  position: absolute;
  top: calc(50% - 0.7em);
  right: 10px;
  border-radius: 100vw;
}
.c-side-nav__item a::after {
  content: "";
  width: 12px;
  height: 7px;
  background: url(../../assets/images/common/arrow-03.svg) 0 0 no-repeat;
  background-size: contain;
  position: absolute;
  top: calc(50% - 0.25em);
  right: 15px;
}

.p-single-body {
  line-height: 2;
}
@media print, screen and (min-width: 1024px) {
  .p-single-body {
    font-size: 0.9375em;
  }
}
.p-single-body p {
  margin: 1em auto 0;
  font-weight: 500;
  width: 96.89%;
}
.p-single-body p > ol, .p-single-body p > ul {
  width: 100%;
}
.p-single-body h2 {
  background: #fff5f4;
  border-radius: 2em;
  border: 1px solid #ffaaa4;
  padding: 0.3em 1.5em;
  font-size: 1.25em;
  font-weight: 500;
  margin-top: 20px;
}
@media print, screen and (min-width: 1024px) {
  .p-single-body h2 {
    border-width: 2px;
    margin-top: 30px;
  }
}
.p-single-body h3 {
  border-bottom: 1px solid #ffaaa4;
  padding: 0 1em 0.5em 1.5em;
  font-weight: 500;
  font-size: 1.125em;
  margin-top: 20px;
  position: relative;
}
@media print, screen and (min-width: 1024px) {
  .p-single-body h3 {
    margin-top: 30px;
  }
}
.p-single-body h3::before {
  content: "";
  background: #ffc6c0;
  width: 5px;
  height: 60%;
  position: absolute;
  top: 8%;
  left: 0.5em;
}
@media print, screen and (min-width: 1024px) {
  .p-single-body h3::before {
    width: 6px;
    height: 1.375em;
    top: 13%;
    left: 9px;
  }
}
.p-single-body h4 {
  margin: 10px auto 0;
  border-bottom: 2px dotted #bcdec9;
  position: relative;
  padding-left: 1em;
  padding-bottom: 5px;
  width: 96.89%;
  font-weight: 500;
}
@media print, screen and (min-width: 1024px) {
  .p-single-body h4 {
    border-width: 3px;
    margin-top: 18px;
  }
}
.p-single-body h4::before {
  content: "";
  background: #ffe578;
  width: 0.55em;
  height: 0.55em;
  position: absolute;
  top: 0.7em;
  left: 0;
  border-radius: 100vw;
}
.p-single-body h5 {
  margin: 10px auto 0;
  font-size: 0.95em;
  font-weight: 500;
  padding-bottom: 0.3em;
  border-bottom: 1px solid #ffd28a;
  width: 96.89%;
}
@media print, screen and (min-width: 1024px) {
  .p-single-body h5 {
    margin-top: 20px;
  }
}
.p-single-body ul {
  margin: 10px auto 5px;
  width: 96.89%;
}
@media print, screen and (min-width: 1024px) {
  .p-single-body ul {
    margin: 15px auto 5px;
  }
}
.p-single-body ul li {
  margin-top: 0.5em;
  padding-left: 1em;
  position: relative;
}
.p-single-body ul li:nth-of-type(1) {
  margin-top: 0;
}
.p-single-body ul li::before {
  content: "";
  width: 0.4em;
  height: 0.4em;
  border-radius: 100vw;
  background: #7cce9d;
  position: absolute;
  top: 0.7em;
  left: 0;
}
@media print, screen and (min-width: 1024px) {
  .p-single-body ul li::before {
    top: 0.85em;
  }
}
.p-single-body ul li a {
  padding: 0;
}
.p-single-body ul.c-cat__list {
  margin-top: 10px;
}
@media print, screen and (min-width: 1024px) {
  .p-single-body ul.c-cat__list {
    margin-top: 5px;
  }
}
.p-single-body ol {
  margin: 10px auto 5px;
  width: 96.89%;
  counter-reset: listnum;
}
@media print, screen and (min-width: 1024px) {
  .p-single-body ol {
    margin: 15px auto 5px;
  }
}
.p-single-body ol li {
  margin-top: 0.5em;
  padding-left: 1em;
  position: relative;
}
.p-single-body ol li:nth-of-type(1) {
  margin-top: 0;
}
.p-single-body ol li::before {
  counter-increment: listnum;
  content: counter(listnum);
  color: #7cce9d;
  display: inline-block;
  padding-right: 6px;
  position: absolute;
  top: 0;
  left: 0;
}
.p-single-body a {
  display: inline-block;
  color: #3274b2;
  padding: 3px 0;
}
@media print, screen and (min-width: 1024px) {
  .p-single-body a {
    padding: 5px 0;
  }
}
.p-single-body a:hover {
  color: #000;
}
.p-single-body a.c-link__pdf {
  padding-left: 26px;
  background: url(../../assets/images/common/ico_pdf.svg) top 4px left no-repeat;
  background-size: 19px 23px;
}
@media print, screen and (min-width: 1024px) {
  .p-single-body a.c-link__pdf {
    background-position: top 0.65em left;
  }
}
.p-single-body a.c-link__word {
  padding-left: 26px;
  background: url(../../assets/images/common/ico_word.svg) top 4px left no-repeat;
  background-size: 19px 23px;
}
@media print, screen and (min-width: 1024px) {
  .p-single-body a.c-link__word {
    background-position: top 0.65em left;
  }
}
.p-single-body a.c-link__excel {
  padding-left: 26px;
  background: url(../../assets/images/common/ico_excel.svg) top 4px left no-repeat;
  background-size: 19px 23px;
}
@media print, screen and (min-width: 1024px) {
  .p-single-body a.c-link__excel {
    background-position: top 0.65em left;
  }
}
.p-single-body .js-scrollable {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
@media print, screen and (min-width: 1024px) {
  .p-single-body .js-scrollable {
    margin-top: 30px;
  }
}
.p-single-body table,
.p-single-body th,
.p-single-body td {
  border: 1px solid #72450d;
}
.p-single-body table {
  border-collapse: collapse;
  margin-top: 20px;
  width: 100%;
  word-break: break-word;
  min-width: 500px;
}
@media print, screen and (min-width: 1024px) {
  .p-single-body table {
    margin-top: 0;
  }
}
.p-single-body th,
.p-single-body td {
  text-align: center;
  padding: 1em 0.5em;
  font-weight: 500;
  white-space: nowrap;
}
.p-single-body th p,
.p-single-body td p {
  margin-top: 0;
}
.p-single-body th p + p,
.p-single-body td p + p {
  margin: 0.7em 0 0;
}
.p-single-body th {
  background: #bcdec9;
}
.p-single-body td {
  background: #fff;
}
.p-single-body figure {
  margin: 24px 0 0;
  display: inline-block;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .p-single-body figure {
    margin-top: 30px;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-single-body figure {
    max-width: 48.6%;
  }
}
@media print, screen and (min-width: 768px) {
  .p-single-body figure {
    margin-top: 50px;
  }
}
@media print, screen and (min-width: 768px) {
  .p-single-body figure:nth-of-type(1) {
    margin-right: 1.8%;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-single-body figcaption {
    font-size: 0.8552em;
  }
}

.p-single-body__date {
  font-size: 1.07699em;
  text-align: right;
  display: block;
  letter-spacing: 0.05em;
}

.c-table__wrap-sp {
  overflow-x: scroll;
  height: 100%;
}
.c-table__01 {
  border: 1px solid #72450d;
  border-collapse: collapse;
  width: 100%;
}
.c-table__01 th,
.c-table__01 td {
  padding: 0.8em 1em;
  line-height: 1.4;
  border: 1px solid #72450d;
}
.c-table__01 th {
  background: #bcdec9;
  text-align: center;
  font-weight: 500;
  color: #72450e;
}
.c-table__01 td {
  background: #fff;
}

.c-title__top-sec {
  background: url(../../assets/images/common/dot-01.svg) left center repeat-x;
  text-align: center;
  width: calc(100% - 40px);
  margin: 0 auto;
  font-weight: 700;
  font-size: 1.7em;
}
@media print, screen and (min-width: 1024px) {
  .c-title__top-sec {
    width: 100%;
    max-width: 1206px;
  }
}
.c-title__top-sec p {
  background: #fffaf0;
  padding: 1em 0.6em 0.5em;
  display: inline-block;
  position: relative;
}
.c-title__top-sec p::before {
  content: attr(data-en);
  color: #ffc6c0;
  font-size: 0.66em;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  white-space: nowrap;
  letter-spacing: normal;
}

.c-title__01 {
  width: 100%;
  text-align: center;
  font-weight: 700;
  position: relative;
  padding: 0.6em 1.5em 0.4em;
  line-height: 1.5;
  margin-bottom: 7px;
  z-index: 1;
  font-size: 1.625em;
}
@media print, screen and (min-width: 1024px) {
  .c-title__01 {
    margin-bottom: 12px;
  }
}
.c-title__01::before {
  content: "";
  background: #fff5f4;
  position: absolute;
  top: 5px;
  left: 5px;
  width: calc(100% - 5px);
  height: calc(100% + 2px);
  z-index: -1;
}
@media print, screen and (min-width: 1024px) {
  .c-title__01::before {
    border-width: 3px;
    height: calc(100% + 3px);
    left: 8px;
    top: 8px;
  }
}
.c-title__01::after {
  content: "";
  border: 2px solid #ffc6c0;
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 7px);
  height: 100%;
  z-index: 1;
}
@media print, screen and (min-width: 1024px) {
  .c-title__01::after {
    border-width: 3px;
    width: calc(100% - 8px);
  }
}
.c-title__01.search-title span {
  font-size: 0.75em;
  display: inline-block;
  margin-left: 5px;
}

.c-title__02 {
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.5;
  padding-bottom: 10px;
  position: relative;
  margin-top: 25px;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 1024px) {
  .c-title__02 {
    font-size: 1.5em;
    padding-bottom: 20px;
  }
}
.c-title__02::before {
  content: "";
  background: #ffaaa4;
  width: 60px;
  height: 5px;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media print, screen and (min-width: 768px) {
  .c-title__02::before {
    width: 100px;
  }
}
.c-title__02::after {
  content: "";
  background: #ffd4d0;
  width: calc(100% - 60px);
  height: 5px;
  position: absolute;
  left: 60px;
  bottom: 0;
}
@media print, screen and (min-width: 768px) {
  .c-title__02::after {
    width: calc(100% - 100px);
    left: 100px;
  }
}

.c-title__03 {
  border-bottom: 1px solid #ffaaa4;
  padding: 0 1em 0.5em 1.5em;
  font-weight: 500;
  font-size: 1.125em;
  margin-top: 20px;
  margin-bottom: 10px;
  position: relative;
}
@media print, screen and (min-width: 1024px) {
  .c-title__03 {
    margin-top: 30px;
    margin-bottom: 20px;
    padding-bottom: 1em;
  }
}
.c-title__03::before {
  content: "";
  background: #ffc6c0;
  width: 5px;
  height: 60%;
  position: absolute;
  top: 8%;
  left: 0.5em;
}
@media print, screen and (min-width: 1024px) {
  .c-title__03::before {
    width: 6px;
    height: 1.25em;
    top: 0;
    left: 9px;
  }
}