@charset "UTF-8";
/* setting/_reset.scss
-------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, button {
  margin: 0;
  padding: 0;
  width: initial;
  height: initial;
  font-size: 100%;
  font: inherit;
  color: inherit;
  line-height: inherit;
  vertical-align: baseline;
  background: initial;
  border: 0;
}

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

*:focus {
  outline: none;
}

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

ol, ul {
  list-style: none;
}

i, em {
  font-style: normal;
}

blockquote, q {
  quotes: none;
}

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

*:not(table), *:not(tbody), *:not(thead), *:not(tfoot), *:not(tr), *:not(th), *:not(td) {
  position: relative;
  box-sizing: border-box;
}

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

/* setting/_extend.scss
-------------------------------------------------- */
body {
  font-family: "Noto Sans TC", "Noto Sans JP", sans-serif;
}

.m-privacy__lead, .m-privacy__caption, .m-privacy__text, .m-privacy__item, .m-spot-detail__dt, .m-spot-detail__dd, .m-spot-detail__coupon-text, .m-article-prof__position, .m-article-contents__ttl, .m-article-fv__prof-position, .m-article-fv__prof-name, .m-article-fv__prof-text, .m-article-detail__prof-position, .m-article-detail__prof-name, .m-article-detail__prof-text, .m-article__author-position, .m-article__author-name, .m-top-list__author-position, .m-top-list__author-name {
  font-family: "Noto Sans JP", sans-serif;
}

.m-article-contents__tab, .m-article-contents__time, .m-article-index__ttl, .m-article-index__caption, .m-article-index__time, .m-article__more, .m-top-list__more, .g-nav__copy, .g-footer__copy {
  font-family: "Kaisei Opti", serif;
}

@media screen and (min-width: 769px) {
  .m-spot-detail__btn--prev:not(span):not(p), .m-spot-detail__btn--next:not(span):not(p), .m-article-contents__tab:not(span):not(p), .m-article-contents__btn--prev:not(span):not(p), .m-article-contents__btn--next:not(span):not(p), .m-article-contents__info-link:not(span):not(p), .m-article-contents__info-link-coupon:not(span):not(p), .m-article-contents__shops-btn:not(span):not(p), .m-article-contents__shops-btn-coupon:not(span):not(p), .m-article-contents__facility-btn:not(span):not(p), .m-article-contents__facility-btn-coupon:not(span):not(p), .m-article-fv__prof-sns:not(span):not(p), .m-article__link:not(span):not(p), .m-article__more:not(span):not(p), .m-top-list__link:not(span):not(p), .m-top-list__more:not(span):not(p), .m-top-fv__link:not(span):not(p), .g-pagetop__btn:not(span):not(p), .g-banner__mainlink:not(span):not(p), .g-banner__sublink:not(span):not(p), .g-footer__logo:not(span):not(p), .g-footer__link:not(span):not(p), .g-footer__sns:not(span):not(p), .g-footer__textlink:not(span):not(p), .g-header__logolink:not(span):not(p) {
    transition: opacity 0.2s ease-in-out;
    cursor: pointer;
  }
  .m-spot-detail__btn--prev:not(span):not(p):hover, .m-spot-detail__btn--next:not(span):not(p):hover, .m-article-contents__tab:not(span):not(p):hover, .m-article-contents__btn--prev:not(span):not(p):hover, .m-article-contents__btn--next:not(span):not(p):hover, .m-article-contents__info-link:not(span):not(p):hover, .m-article-contents__info-link-coupon:not(span):not(p):hover, .m-article-contents__shops-btn:not(span):not(p):hover, .m-article-contents__shops-btn-coupon:not(span):not(p):hover, .m-article-contents__facility-btn:not(span):not(p):hover, .m-article-contents__facility-btn-coupon:not(span):not(p):hover, .m-article-fv__prof-sns:not(span):not(p):hover, .m-article__link:not(span):not(p):hover, .m-article__more:not(span):not(p):hover, .m-top-list__link:not(span):not(p):hover, .m-top-list__more:not(span):not(p):hover, .m-top-fv__link:not(span):not(p):hover, .g-pagetop__btn:not(span):not(p):hover, .g-banner__mainlink:not(span):not(p):hover, .g-banner__sublink:not(span):not(p):hover, .g-footer__logo:not(span):not(p):hover, .g-footer__link:not(span):not(p):hover, .g-footer__sns:not(span):not(p):hover, .g-footer__textlink:not(span):not(p):hover, .g-header__logolink:not(span):not(p):hover {
    opacity: 0.7;
  }
}

/* setting/_base.scss
-------------------------------------------------- */
html {
  scroll-behavior: smooth;
}

body {
  -webkit-font-smoothing: antialiased;
  font-size: 1rem;
  color: #333333;
  background-color: #FFFFFF;
  overflow: auto;
  font-feature-settings: "palt";
  background-color: #F2F8FF;
}
@media screen and (min-width: 769px) {
  body {
    min-width: 1300px;
    background: url(../img/common/bg_main_pc.png) center top repeat-y;
    background-size: 100% auto;
    background-color: #F2F8FF;
  }
}
@media screen and (max-width: 768px) {
  body {
    background: url(../img/common/bg_main_sp.png) center top no-repeat;
    background-size: 100% auto;
    background-color: #F2F8FF;
  }
}
@media screen and (max-width: 768px) {
  body.is-hidden {
    overflow: hidden;
  }
}

main {
  z-index: 1;
}

img,
svg {
  vertical-align: bottom;
}

main figure {
  margin: 0;
}

svg {
  height: auto;
}

a {
  text-decoration: none;
}
a[href=""] {
  pointer-events: none;
}

a,
div,
button {
  -webkit-tap-highlight-color: transparent;
}

input,
select,
textarea,
button {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea {
  overflow: auto;
  resize: none;
}

input::-ms-clear {
  visibility: hidden;
}

select::-ms-expand {
  display: none;
}

button,
label {
  cursor: pointer;
}

[data-hidden] {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  color: transparent;
  opacity: 0;
  transform: scale(0);
}

@media screen and (min-width: 769px) {
  [data-device=sp] {
    display: none !important;
  }
  a[href^=tel] {
    pointer-events: none;
  }
  input[type^=text],
textarea {
    padding: min(15px, 0.78125vw);
    border-width: min(2px, 0.1041666667vw);
    font-size: clamp(10px, 0.9375vw, 1.125rem);
    border-radius: min(15px, 0.78125vw);
  }
}
@media screen and (max-width: 768px) {
  [data-device=pc] {
    display: none !important;
  }
  body {
    -webkit-overflow-scrolling: touch;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  input[type^=text],
textarea {
    padding: min(15px, 4vw);
    border-width: min(2px, 0.5333333333vw);
    font-size: min(18px, 4.8vw);
    border-radius: min(15px, 4vw);
  }
}
/* lib/_slick.scss
-------------------------------------------------- */
@media screen and (max-width: 768px) {
  .m-top-fv__slider .slick-dots {
    position: absolute;
    bottom: 100px;
    right: min(14px, 3.7333333333vw);
    display: flex;
    justify-content: right;
    gap: 0 min(20px, 5.3333333333vw);
  }
  .m-top-fv__slider .slick-dots li {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    width: min(7px, 1.8666666667vw);
    height: min(7px, 1.8666666667vw);
    border-radius: 50%;
    margin: 0;
    background-color: #F2F8FF;
  }
  .m-top-fv__slider .slick-dots li.slick-active {
    background-color: #08529C;
  }
  .m-top-fv__slider .slick-dots li button {
    width: 1px;
    height: 1px;
    margin: -1px;
  }
}
.m-article-contents__slider .slick-dots {
  display: flex;
  justify-content: center;
}
.m-article-contents__slider .slick-dots li {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border-radius: 50%;
  margin: 0;
  background-color: #D1E9CD;
}
.m-article-contents__slider .slick-dots li.slick-active {
  background-color: #319C20;
}
.m-article-contents__slider .slick-dots li button {
  width: 1px;
  height: 1px;
  margin: -1px;
}
.m-article-contents__slider .slick-dots li button::before {
  display: none;
}
@media screen and (min-width: 769px) {
  .m-article-contents__slider .slick-dots {
    bottom: 0;
    gap: 0 30px;
  }
  .m-article-contents__slider .slick-dots li {
    width: 10px;
    height: 10px;
  }
}
@media screen and (max-width: 768px) {
  .m-article-contents__slider .slick-dots {
    bottom: 0;
    gap: 0 min(25px, 6.6666666667vw);
  }
  .m-article-contents__slider .slick-dots li {
    width: min(7px, 1.8666666667vw);
    height: min(7px, 1.8666666667vw);
  }
}
.m-spot-detail__slider .slick-dots {
  display: flex;
  justify-content: center;
}
.m-spot-detail__slider .slick-dots li {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border-radius: 50%;
  margin: 0;
  background-color: #D1E9CD;
}
.m-spot-detail__slider .slick-dots li.slick-active {
  background-color: #319C20;
}
.m-spot-detail__slider .slick-dots li button {
  width: 1px;
  height: 1px;
  margin: -1px;
}
.m-spot-detail__slider .slick-dots li button::before {
  display: none;
}
@media screen and (min-width: 769px) {
  .m-spot-detail__slider .slick-dots {
    bottom: 0;
    gap: 0 30px;
  }
  .m-spot-detail__slider .slick-dots li {
    width: 10px;
    height: 10px;
  }
}
@media screen and (max-width: 768px) {
  .m-spot-detail__slider .slick-dots {
    bottom: 0;
    gap: 0 min(25px, 6.6666666667vw);
  }
  .m-spot-detail__slider .slick-dots li {
    width: min(7px, 1.8666666667vw);
    height: min(7px, 1.8666666667vw);
  }
}

/* global/_header.scss
-------------------------------------------------- */
.g-header__logolink {
  display: block;
}
.g-header__logoimg {
  width: 100%;
}
.g-header__link {
  color: #E7731A;
}
.g-header__link::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: url(../img/common/arw_link_orange.svg) center center no-repeat;
  background-size: cover;
}
.g-header__link:nth-of-type(2) {
  color: #319C20;
}
.g-header__link:nth-of-type(2)::before {
  background-image: url(../img/common/arw_link_green.svg);
}
.g-header__link:nth-of-type(3) {
  color: #08529C;
}
.g-header__link:nth-of-type(3)::before {
  background-image: url(../img/common/arw_link_blue.svg);
}
@media screen and (min-width: 769px) {
  .g-header__wrap {
    padding-top: 34px;
    padding-bottom: 45px;
  }
  .g-header__logo {
    width: 210px;
    margin: 0 auto;
  }
  .g-header__logolink {
    width: 100%;
  }
  .g-header__nav {
    margin-top: 54px;
    display: flex;
    justify-content: center;
    gap: 0 61px;
  }
  .g-header__link {
    padding-left: 25px;
    font-size: 18px;
    line-height: 1.4444444444em;
  }
  .g-header__link::before {
    width: 14px;
    height: 11px;
  }
  .g-header__link::after {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -8px;
    height: 1px;
    background-color: #E7731A;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform 0.2s ease-in-out;
  }
  .g-header__link:nth-of-type(2)::after {
    background-color: #319C20;
  }
  .g-header__link:nth-of-type(3)::after {
    background-color: #08529C;
  }
  .g-header__link:hover::after {
    transform: scale(1, 1);
    transform-origin: left top;
  }
}
@media screen and (max-width: 768px) {
  .g-header__wrap {
    padding-top: min(16px, 4.2666666667vw);
    padding-bottom: min(12px, 3.2vw);
  }
  .g-header__logo {
    width: min(125px, 33.3333333333vw);
    margin: 0 auto;
    z-index: 100;
  }
  .g-header__logolink {
    width: 100%;
  }
  .g-header__nav {
    display: none;
  }
  .g-header__toggle {
    position: absolute;
    top: min(20px, 5.3333333333vw);
    right: min(15px, 4vw);
    width: min(26px, 6.9333333333vw);
    height: min(20px, 5.3333333333vw);
    z-index: 100;
  }
  .g-header__toggle span {
    position: absolute;
    top: 50%;
    right: 0;
    width: min(20px, 5.3333333333vw);
    height: min(2px, 0.5333333333vw);
    transform: translateY(-50%);
    background-color: #08529C;
    border-radius: 999px;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
    transition: opacity 0.2s ease-in-out;
  }
  .g-header__toggle::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: min(2px, 0.5333333333vw);
    background-color: #08529C;
    border-radius: 999px;
    transition: top 0.2s ease-in-out, transform 0.2s ease-in-out;
  }
  .g-header__toggle::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: min(15px, 4vw);
    height: min(2px, 0.5333333333vw);
    background-color: #08529C;
    border-radius: 999px;
    transition: top 0.2s ease-in-out, transform 0.2s ease-in-out, width 0.2s ease-in-out;
  }
  .g-header__toggle.is-active span {
    opacity: 0;
  }
  .g-header__toggle.is-active::before {
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
  }
  .g-header__toggle.is-active::after {
    bottom: inherit;
    top: 50%;
    width: 100%;
    transform: translateY(-50%) rotate(-45deg);
  }
}

/* global/_footer.scss
-------------------------------------------------- */
.g-footer__logoimg {
  width: 100%;
}
.g-footer__facebook .fb-page {
  display: none;
}
.g-footer__link {
  display: block;
  color: #E7731A;
}
.g-footer__link::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: url(../img/common/arw_link_orange.svg) center center no-repeat;
  background-size: cover;
}
.g-footer__link:nth-of-type(2) {
  color: #319C20;
}
.g-footer__link:nth-of-type(2)::before {
  background-image: url(../img/common/arw_link_green.svg);
}
.g-footer__link:nth-of-type(3) {
  color: #08529C;
}
.g-footer__link:nth-of-type(3)::before {
  background-image: url(../img/common/arw_link_blue.svg);
}
.g-footer__box {
  display: flex;
}
.g-footer__snsbox {
  display: flex;
}
.g-footer__sns {
  pointer-events: none;
}
.g-footer__sns img {
  width: 100%;
}
.g-footer__textlinks {
  display: flex;
  align-items: center;
}
.g-footer__textlink {
  display: block;
}
.g-footer__copy {
  letter-spacing: 0.05em;
}
@media screen and (min-width: 769px) {
  .g-footer {
    padding-bottom: 22px;
    background: url(../img/common/footer_bg_pc.png) center bottom no-repeat;
    background-size: 100% auto;
  }
  .g-footer__inner {
    display: flex;
    justify-content: space-between;
    width: 1200px;
    margin: 70px auto 0;
  }
  .g-footer__logo {
    width: 210px;
  }
  .g-footer__link {
    margin-top: -4px;
    padding-left: 28px;
    font-size: 16px;
    line-height: 1.5em;
  }
  .g-footer__link + .g-footer__link {
    margin-top: 18px;
  }
  .g-footer__link::before {
    width: 14px;
    height: 11px;
  }
  .g-footer__facebook {
    width: 380px;
  }
  .g-footer__bottom {
    margin-top: 388px;
    display: flex;
    justify-content: end;
    align-items: center;
    padding-right: 45px;
    gap: 0 80px;
  }
  .g-footer__box {
    gap: 0 50px;
  }
  .g-footer__snsbox {
    gap: 0 30px;
  }
  .g-footer__sns {
    width: 30px;
  }
  .g-footer__textlinks {
    gap: 0 50px;
  }
  .g-footer__textlink {
    font-size: 14px;
    line-height: 1.4285714286em;
  }
  .g-footer__copy {
    font-size: 14px;
    line-height: 1.4285714286em;
  }
}
@media screen and (max-width: 768px) {
  .g-footer {
    padding-bottom: min(12px, 3.2vw);
    background: url(../img/common/footer_bg_sp.png) center bottom no-repeat;
    background-size: 100% auto;
  }
  .g-footer__inner {
    margin-top: min(34px, 9.0666666667vw);
    width: 100%;
    padding: 0 min(15px, 4vw);
  }
  .g-footer__logo {
    display: block;
    width: min(127px, 33.8666666667vw);
    margin: 0 auto;
  }
  .g-footer__nav {
    margin-top: min(30px, 8vw);
    padding: 0 0 0 min(18px, 4.8vw);
  }
  .g-footer__link {
    padding-left: min(23px, 6.1333333333vw);
    font-size: min(15px, 4vw);
    line-height: 1.4666666667em;
  }
  .g-footer__link + .g-footer__link {
    margin-top: min(20px, 5.3333333333vw);
  }
  .g-footer__link::before {
    width: min(11px, 2.9333333333vw);
    height: min(9px, 2.4vw);
  }
  .g-footer__facebook {
    margin: min(38px, 10.1333333333vw) auto 0;
    max-width: min(380px, 101.3333333333vw);
    width: 100%;
  }
  .g-footer__facebook > div {
    width: 100%;
  }
  .g-footer__bottom {
    margin-top: min(37px, 9.8666666667vw);
  }
  .g-footer__box {
    flex-direction: column-reverse;
  }
  .g-footer__snsbox {
    justify-content: center;
    margin-top: min(22px, 5.8666666667vw);
    gap: 0 min(40px, 10.6666666667vw);
  }
  .g-footer__sns {
    width: min(35px, 9.3333333333vw);
  }
  .g-footer__textlinks {
    justify-content: center;
    gap: 0 min(78px, 20.8vw);
  }
  .g-footer__textlink {
    font-size: min(15px, 4vw);
    line-height: 1.4666666667em;
  }
  .g-footer__copy {
    margin-top: min(182px, 48.5333333333vw);
    font-size: min(11px, 2.9333333333vw);
    line-height: 1.4545454545em;
    text-align: center;
  }
}

/* global/_nav.scss
-------------------------------------------------- */
@media screen and (max-width: 768px) {
  .g-nav {
    opacity: 0;
    pointer-events: none;
    position: fixed;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100vh;
    min-height: 100dvh;
    height: 100%;
    overflow-y: scroll;
    z-index: 10;
    background: url(../img/common/footer_bg_sp.png) center bottom no-repeat;
    background-size: 100% auto;
    background-color: #F2F8FF;
    transition: opacity 0.2s ease-in-out;
  }
  .g-nav.is-active {
    opacity: 1;
    pointer-events: inherit;
  }
  .g-nav__inner {
    width: 100%;
    padding: min(65px, 17.3333333333vw) min(15px, 4vw) 0;
    background: url(../img/common/nav_bg.png) center top no-repeat;
    background-size: 100% auto;
  }
  .g-nav__cont {
    width: 100%;
    padding: min(36px, 9.6vw) 0 min(50px, 13.3333333333vw) min(16px, 4.2666666667vw);
    background-color: #FFFFFF;
  }
  .g-nav__item {
    padding-left: min(17px, 4.5333333333vw);
    line-height: 1;
  }
  .g-nav__item + .g-nav__item {
    margin-top: min(26px, 6.9333333333vw);
  }
  .g-nav__item::before {
    content: "";
    position: absolute;
    top: calc(50% + min(0.5px, 0.1333333333vw));
    left: 0;
    width: min(12.5px, 3.3333333333vw);
    height: min(10px, 2.6666666667vw);
    transform: translateY(-50%);
    background: url(../img/common/arw_link_orange.svg) center center no-repeat;
    background-size: cover;
  }
  .g-nav__item:nth-of-type(2)::before {
    background-image: url(../img/common/arw_link_green.svg);
  }
  .g-nav__item:nth-of-type(2) .g-nav__link {
    color: #319C20;
  }
  .g-nav__item:nth-of-type(3)::before {
    background-image: url(../img/common/arw_link_blue.svg);
  }
  .g-nav__item:nth-of-type(3) .g-nav__link {
    color: #08529C;
  }
  .g-nav__link {
    font-size: min(14px, 3.7333333333vw);
    line-height: 1.4285714286em;
    color: #E7731A;
  }
  .g-nav__textlink {
    margin-top: min(40px, 10.6666666667vw);
    padding-left: min(17px, 4.5333333333vw);
    display: block;
    font-size: min(14px, 3.7333333333vw);
    line-height: 1.4285714286em;
  }
  .g-nav__textlink + .g-nav__textlink {
    margin-top: min(30px, 8vw);
  }
  .g-nav__snsbox {
    margin-top: min(30px, 8vw);
    display: flex;
    justify-content: center;
    gap: 0 min(40px, 10.6666666667vw);
  }
  .g-nav__sns {
    width: min(35px, 9.3333333333vw);
    pointer-events: none;
  }
  .g-nav__sns img {
    width: 100%;
  }
  .g-nav__bottom {
    position: relative;
    width: 100%;
    height: min(210px, 56vw);
    text-align: right;
  }
  .g-nav__copy {
    position: absolute;
    right: min(31px, 8.2666666667vw);
    bottom: min(13px, 3.4666666667vw);
    font-size: min(11px, 2.9333333333vw);
    line-height: 1.4545454545em;
  }
}

/* global/_banner.scss
-------------------------------------------------- */
.g-banner__inner {
  position: relative;
}
.g-banner__mainlink {
  display: block;
}
.g-banner__img {
  width: 100%;
}
.g-banner__sublink {
  display: block;
  pointer-events: none;
}
.g-banner__subimg {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .g-banner__inner {
    margin: 68px auto 0;
    padding: 0 50px;
    max-width: 1300px;
    width: 100%;
  }
  .g-banner__cont {
    display: flex;
    gap: 0 40px;
  }
  .g-banner__main {
    width: 780px;
  }
  .g-banner__sub {
    width: 380px;
  }
}
@media screen and (max-width: 768px) {
  .g-banner__inner {
    margin: min(210px, 56vw) auto 0;
    padding: 0 min(15px, 4vw);
    width: 100%;
  }
  .g-banner__inner::before, .g-banner__inner::after {
    content: "";
    position: absolute;
    top: -200px;
  }
  .g-banner__inner::before {
    left: -12px;
    width: 255px;
    height: 185px;
    background: url(../img/common/banner_bg_sp1.png) center center no-repeat;
    background-size: contain;
  }
  .g-banner__inner::after {
    right: 0;
    width: 165px;
    height: 180px;
    background: url(../img/common/banner_bg_sp2.png) center center no-repeat;
    background-size: contain;
  }
  .g-banner__cont {
    display: block;
  }
  .g-banner__main {
    width: 100%;
  }
  .g-banner__sub {
    margin-top: min(25px, 6.6666666667vw);
    width: 100%;
  }
}

/* global/_pagetop.scss
-------------------------------------------------- */
.g-pagetop {
  display: none;
  position: fixed;
  z-index: 5;
  cursor: pointer;
}
.g-pagetop__btn {
  width: 100%;
  height: 100%;
  background-color: #08529C;
  border: solid #FFFFFF;
  border-radius: 50%;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.g-pagetop__btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../img/common/arw_top_white.svg) center center no-repeat;
  background-size: cover;
}
@media screen and (min-width: 769px) {
  .g-pagetop {
    bottom: 9px;
    right: 9px;
    width: 70px;
    height: 70px;
  }
  .g-pagetop__btn {
    border-width: 2px;
  }
  .g-pagetop__btn::after {
    width: 25px;
    height: 15px;
  }
}
@media screen and (max-width: 768px) {
  .g-pagetop {
    bottom: min(5px, 1.3333333333vw);
    right: min(5px, 1.3333333333vw);
    width: min(35px, 9.3333333333vw);
    height: min(35px, 9.3333333333vw);
  }
  .g-pagetop__btn {
    border-width: 1px;
  }
  .g-pagetop__btn::after {
    width: min(12.5px, 3.3333333333vw);
    height: min(7.5px, 2vw);
  }
}

/* modules/_top-fv.scss
-------------------------------------------------- */
.m-top-fv__ttl {
  position: absolute;
  pointer-events: none;
}
.m-top-fv__fig, .m-top-fv__fig-border {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.m-top-fv__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.m-top-fv__figcaption {
  position: absolute;
  left: 0;
  max-width: 85%;
}
.m-top-fv__item .m-top-fv__linkbtn {
  display: flex;
  color: #319C20;
  text-align: center;
  justify-content: center;
  letter-spacing: -0.05em;
}
.m-top-fv__item .m-top-fv__linkbtn::before {
  content: "";
  display: inline-block;
  background: url(../img/common/more_link_green.svg) center center no-repeat;
  background-size: contain;
}
.m-top-fv__item:nth-of-type(2) .m-top-fv__linkbtn {
  color: #E7731A;
}
.m-top-fv__item:nth-of-type(2) .m-top-fv__linkbtn::before {
  background-image: url(../img/common/more_link_orange.svg);
}
.m-top-fv__item:nth-of-type(3) .m-top-fv__linkbtn {
  color: #08529C;
}
.m-top-fv__item:nth-of-type(3) .m-top-fv__linkbtn::before {
  background-image: url(../img/common/more_link_blue.svg);
}
@media screen and (min-width: 769px) {
  .m-top-fv__inner {
    padding: 20px 50px 0;
    margin: 0 auto;
    max-width: 1500px;
    width: 100%;
  }
  .m-top-fv__ttl {
    top: 83px;
    left: 2.6041666667vw;
    width: 797px;
    z-index: 2;
  }
  .m-top-fv__slider {
    display: flex;
    gap: 0 100px;
  }
  .m-top-fv__item {
    width: calc((100% - 200px) / 3);
  }
  .m-top-fv__fig, .m-top-fv__fig-border {
    aspect-ratio: 400/690;
    border-radius: 20px;
  }
  .m-top-fv__figcaption {
    bottom: 45px;
    font-size: 18px;
    line-height: 3.5em;
  }
  .m-top-fv__figcaption span {
    display: inline;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    padding: 10px 22px;
    background: rgba(255, 255, 255, 0.9);
  }
  .m-top-fv__linkbtn {
    margin-top: 31px;
    font-size: 24px;
    line-height: 1.6666666667em;
  }
  .m-top-fv__linkbtn::before {
    width: 40px;
    height: 40px;
    margin-right: 15px;
  }
}
@media screen and (max-width: 768px) {
  .m-top-fv__inner {
    padding: 0 min(40px, 10.6666666667vw);
    width: 100%;
  }
  .m-top-fv__ttl {
    top: min(10px, 2.6666666667vw);
    left: min(7px, 1.8666666667vw);
    width: min(313px, 83.4666666667vw);
    z-index: 2;
  }
  .m-top-fv__fig, .m-top-fv__fig-border {
    aspect-ratio: 590/1018;
    border-radius: min(10px, 2.6666666667vw);
  }
  .m-top-fv__figcaption {
    bottom: min(28px, 7.4666666667vw);
    font-size: min(14px, 3.7333333333vw);
    line-height: 3.2857142857em;
  }
  .m-top-fv__figcaption span {
    display: inline;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    padding: min(9px, 2.4vw) min(16px, 4.2666666667vw);
    background: rgba(255, 255, 255, 0.9);
  }
  .m-top-fv__linkbtn {
    margin-top: min(18px, 4.8vw);
    font-size: min(25px, 6.6666666667vw);
    line-height: 1.2em;
  }
  .m-top-fv__linkbtn::before {
    width: 30px;
    height: 30px;
    margin-right: min(10px, 2.6666666667vw);
  }
  .m-top-fv__btn--prev, .m-top-fv__btn--next {
    position: absolute;
    top: 50%;
    width: min(9px, 2.4vw);
    height: min(16px, 4.2666666667vw);
    background: url(../img/common/slider_btn.svg) center center no-repeat;
    background-size: cover;
  }
  .m-top-fv__btn--prev {
    left: max(-25px, -6.6666666667vw);
    transform: translateY(-50%);
  }
  .m-top-fv__btn--next {
    right: max(-25px, -6.6666666667vw);
    transform: translateY(-50%) rotate(180deg);
  }
  .m-top-fv .slick-slide:nth-of-type(1) .m-top-fv__linkbtn {
    color: #319C20;
  }
  .m-top-fv .slick-slide:nth-of-type(1) .m-top-fv__linkbtn::before {
    background-image: url(../img/common/more_link_green.svg);
  }
  .m-top-fv .slick-slide:nth-of-type(2) .m-top-fv__linkbtn {
    color: #E7731A;
  }
  .m-top-fv .slick-slide:nth-of-type(2) .m-top-fv__linkbtn::before {
    background-image: url(../img/common/more_link_orange.svg);
  }
  .m-top-fv .slick-slide:nth-of-type(3) .m-top-fv__linkbtn {
    color: #08529C;
  }
  .m-top-fv .slick-slide:nth-of-type(3) .m-top-fv__linkbtn::before {
    background-image: url(../img/common/more_link_blue.svg);
  }
}

/* modules/_top-list.scss
-------------------------------------------------- */
.m-top-list {
  position: relative;
}
.m-top-list__cont {
  background-color: #FFFFFF;
}
.m-top-list__ttl {
  text-align: center;
  color: #319C20;
}
.m-top-list__ttl span {
  display: inline-block;
  border-bottom: solid #319C20;
}
.m-top-list__list {
  display: flex;
  flex-wrap: wrap;
}
.m-top-list__fig {
  width: 100%;
  overflow: hidden;
}
.m-top-list__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.m-top-list__textbox {
  display: flex;
}
.m-top-list__text {
  flex: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.m-top-list__btn {
  position: relative;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}
.m-top-list__btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/common/more_link_black.svg) center center no-repeat;
  background-size: cover;
}
.m-top-list__btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/common/more_link_red.svg) center center no-repeat;
  background-size: cover;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}
.m-top-list__author {
  display: flex;
  border-top: 1px solid #BFBFBF;
}
.m-top-list__author-fig {
  overflow: hidden;
  border-radius: 50%;
}
.m-top-list__author-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.m-top-list__author-box {
  flex: 1;
}
.m-top-list__author-name {
  font-weight: 500;
}
.m-top-list__more {
  position: relative;
  display: block;
  margin: 0 auto;
  color: #FFFFFF;
  text-align: center;
  font-weight: 700;
  background-color: #319C20;
  border-radius: 999px;
  letter-spacing: 0.08em;
}
.m-top-list__more::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/common/arw_link_white.svg) center center no-repeat;
  background-size: cover;
}
@media screen and (min-width: 769px) {
  .m-top-list::before {
    content: "";
    position: absolute;
    top: -115px;
    left: 0;
    width: min(305px, 14%);
    aspect-ratio: 5/11;
    background: url(../img/index/list_bg1.png) right center no-repeat;
    background-size: cover;
    z-index: 2;
  }
  .m-top-list::after {
    content: "";
    position: absolute;
    bottom: -115px;
    right: 10px;
    width: min(400px, 20%);
    aspect-ratio: 10/7;
    background: url(../img/index/list_bg2.png) left center no-repeat;
    background-size: cover;
  }
  .m-top-list__wrap {
    padding: 0 50px;
    margin: 105px auto 0;
    max-width: 1700px;
    width: 100%;
  }
  .m-top-list__cont {
    padding: 111px 0 100px;
    width: 100%;
    border-radius: 20px;
  }
  .m-top-list__ttl span {
    font-size: 30px;
    line-height: 1.4666666667em;
    padding-bottom: 21px;
    border-bottom: 0;
  }
  .m-top-list__ttl span::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 150px;
    height: 3px;
    transform: translateX(-50%);
    background-color: #319C20;
  }
  .m-top-list__list {
    position: relative;
    padding: 0 50px;
    margin: 54px auto 0;
    max-width: 1300px;
    width: 100%;
    gap: 0 80px;
  }
  .m-top-list__item {
    width: calc((100% - 240px) / 4);
  }
  .m-top-list__item:nth-child(n+5) {
    position: relative;
    margin-top: 50px;
    padding-top: 50px;
  }
  .m-top-list__link:hover .m-top-list__btn::after {
    opacity: 1;
  }
  .m-top-list__fig {
    aspect-ratio: 240/340;
    border-radius: 20px;
  }
  .m-top-list__textbox {
    margin-top: 17px;
    gap: 0 17px;
    align-items: center;
  }
  .m-top-list__text {
    -webkit-line-clamp: 2;
    font-size: 16px;
    line-height: 1.875em;
    min-height: 60px;
  }
  .m-top-list__btn {
    width: 40px;
    height: 40px;
  }
  .m-top-list__author {
    margin-top: 17px;
    padding-top: 19px;
    gap: 0 16px;
  }
  .m-top-list__author-fig {
    width: 93px;
    height: 93px;
  }
  .m-top-list__author-position {
    font-size: 12px;
    line-height: 1.6666666667em;
  }
  .m-top-list__author-name {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.4285714286em;
  }
  .m-top-list__more {
    margin-top: 60px;
    width: 350px;
    padding: 18px 0;
    font-size: 16px;
    line-height: 1.5em;
  }
  .m-top-list__more::after {
    right: 22px;
    width: 14px;
    height: 11px;
  }
}
@media screen and (max-width: 768px) {
  .m-top-list::before {
    content: "";
    position: absolute;
    top: max(-380px, -101.3333333333vw);
    left: 50%;
    width: min(225px, 60vw);
    aspect-ratio: 4/6;
    background: url(../img/index/list_bg_sp.png) top center no-repeat;
    background-size: cover;
    transform: translate(-50%, 0);
  }
  .m-top-list::after {
    content: "";
    position: absolute;
    top: max(-58px, -15.4666666667vw);
    right: 20px;
    width: min(91px, 24.2666666667vw);
    aspect-ratio: 91/104;
    background: url(../img/index/list_bg_sp2.png) center center no-repeat;
    background-size: cover;
  }
  .m-top-list__wrap {
    margin-top: min(380px, 101.3333333333vw);
    padding: 0 min(15px, 4vw);
    width: 100%;
  }
  .m-top-list__cont {
    padding: min(50px, 13.3333333333vw) min(12.5px, 3.3333333333vw);
    width: 100%;
    border-radius: min(10px, 2.6666666667vw);
  }
  .m-top-list__ttl span {
    font-size: min(30px, 8vw);
    line-height: 1.4333333333em;
    padding-bottom: min(5px, 1.3333333333vw);
    border-width: min(1.5px, 0.4vw);
  }
  .m-top-list__list {
    position: relative;
    margin-top: min(29px, 7.7333333333vw);
    width: 100%;
    gap: min(40px, 10.6666666667vw) min(20px, 5.3333333333vw);
  }
  .m-top-list__item {
    width: calc((100% - min(20px, 5.3333333333vw)) / 2);
  }
  .m-top-list__fig {
    aspect-ratio: 300/426;
    border-radius: min(10px, 2.6666666667vw);
  }
  .m-top-list__textbox {
    margin-top: min(12.5px, 3.3333333333vw);
    gap: 0 min(10px, 2.6666666667vw);
    align-items: start;
  }
  .m-top-list__text {
    -webkit-line-clamp: 3;
    font-size: min(12px, 3.2vw);
    line-height: 1.75em;
  }
  .m-top-list__btn {
    width: min(30px, 8vw);
    height: min(30px, 8vw);
  }
  .m-top-list__author {
    margin-top: min(13px, 3.4666666667vw);
    padding-top: min(10px, 2.6666666667vw);
    gap: 0 min(15px, 4vw);
  }
  .m-top-list__author-fig {
    margin-top: min(5px, 1.3333333333vw);
    width: min(55px, 14.6666666667vw);
    height: min(55px, 14.6666666667vw);
  }
  .m-top-list__author-position {
    font-size: min(10px, 2.6666666667vw);
    line-height: 1.5em;
  }
  .m-top-list__author-name {
    margin-top: min(6px, 1.6vw);
    font-size: min(13px, 3.4666666667vw);
    line-height: 1.3846153846em;
  }
  .m-top-list__more {
    margin-top: min(25px, 6.6666666667vw);
    width: min(275px, 73.3333333333vw);
    padding: min(12.5px, 3.3333333333vw) 0;
    font-size: min(14px, 3.7333333333vw);
    line-height: 1.4285714286em;
  }
  .m-top-list__more::after {
    right: min(19px, 5.0666666667vw);
    width: min(11px, 2.9333333333vw);
    height: min(9px, 2.4vw);
  }
}

.m-article {
  position: relative;
}
.m-article__cont {
  background-color: #FFFFFF;
}
.m-article__ttl {
  text-align: center;
  color: #319C20;
}
.m-article__ttl span {
  display: inline-block;
  border-bottom: solid #319C20;
}
.m-article__list {
  display: flex;
  flex-wrap: wrap;
}
.m-article__fig {
  width: 100%;
  overflow: hidden;
}
.m-article__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.m-article__textbox {
  display: flex;
}
.m-article__text {
  flex: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.m-article__btn {
  position: relative;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}
.m-article__btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/common/more_link_black.svg) center center no-repeat;
  background-size: cover;
}
.m-article__btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/common/more_link_red.svg) center center no-repeat;
  background-size: cover;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}
.m-article__author {
  display: flex;
  border-top: 1px solid #BFBFBF;
}
.m-article__author-fig {
  overflow: hidden;
  border-radius: 50%;
}
.m-article__author-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.m-article__author-box {
  flex: 1;
}
.m-article__author-name {
  font-weight: 500;
}
.m-article__more {
  position: relative;
  display: block;
  margin: 0 auto;
  color: #FFFFFF;
  text-align: center;
  font-weight: 700;
  background-color: #B9222F;
  border-radius: 999px;
  letter-spacing: 0.08em;
}
.m-article__more::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/common/arw_link_white.svg) center center no-repeat;
  background-size: cover;
}
@media screen and (min-width: 769px) {
  .m-article::after {
    content: "";
    position: absolute;
    bottom: -115px;
    right: 10px;
    width: min(400px, 20%);
    aspect-ratio: 10/7;
    background: url(../img/index/list_bg2.png) left center no-repeat;
    background-size: cover;
  }
  .m-article__wrap {
    padding: 0 50px;
    margin: 0 auto;
    max-width: 1700px;
    width: 100%;
  }
  .m-article__cont {
    padding: 111px 0 100px;
    width: 100%;
    border-radius: 20px;
  }
  .m-article__ttl span {
    font-size: 30px;
    line-height: 1.4666666667em;
    padding-bottom: 21px;
    border-bottom: 0;
  }
  .m-article__ttl span::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 150px;
    height: 3px;
    transform: translateX(-50%);
    background-color: #319C20;
  }
  .m-article__list {
    position: relative;
    padding: 0 50px;
    margin: 54px auto 0;
    max-width: 1300px;
    width: 100%;
    gap: 0 80px;
  }
  .m-article__item {
    width: calc((100% - 240px) / 4);
  }
  .m-article__item:nth-child(n+5) {
    position: relative;
    margin-top: 50px;
    padding-top: 50px;
  }
  .m-article__link:hover .m-article__btn::after {
    opacity: 1;
  }
  .m-article__fig {
    aspect-ratio: 240/340;
    border-radius: 20px;
  }
  .m-article__textbox {
    margin-top: 17px;
    gap: 0 17px;
    align-items: center;
  }
  .m-article__text {
    -webkit-line-clamp: 2;
    font-size: 16px;
    line-height: 1.875em;
    min-height: 60px;
  }
  .m-article__btn {
    width: 40px;
    height: 40px;
  }
  .m-article__author {
    margin-top: 17px;
    padding-top: 19px;
    gap: 0 16px;
  }
  .m-article__author-fig {
    width: 93px;
    height: 93px;
  }
  .m-article__author-position {
    font-size: 12px;
    line-height: 1.6666666667em;
  }
  .m-article__author-name {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.4285714286em;
  }
  .m-article__more {
    margin-top: 60px;
    width: 350px;
    padding: 18px 0;
    font-size: 16px;
    line-height: 1.5em;
  }
  .m-article__more::after {
    right: 22px;
    width: 14px;
    height: 11px;
  }
}
@media screen and (max-width: 768px) {
  .m-article {
    margin-bottom: max(-50px, -13.3333333333vw);
  }
  .m-article__wrap {
    margin-top: min(5px, 1.3333333333vw);
    padding: 0 min(15px, 4vw);
    width: 100%;
  }
  .m-article__cont {
    padding: min(50px, 13.3333333333vw) min(12.5px, 3.3333333333vw);
    width: 100%;
    border-radius: min(10px, 2.6666666667vw);
  }
  .m-article__ttl span {
    font-size: min(20px, 5.3333333333vw);
    line-height: 1.4333333333em;
    padding-bottom: min(10px, 2.6666666667vw);
    border-width: min(1.5px, 0.4vw);
    border-bottom: 0;
  }
  .m-article__ttl span::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: min(90px, 24vw);
    height: min(2px, 0.5333333333vw);
    transform: translateX(-50%);
    background-color: #319C20;
  }
  .m-article__list {
    position: relative;
    margin-top: min(28.5px, 7.6vw);
    width: 100%;
    gap: min(40px, 10.6666666667vw) min(20px, 5.3333333333vw);
  }
  .m-article__item {
    width: calc((100% - min(20px, 5.3333333333vw)) / 2);
  }
  .m-article__fig {
    aspect-ratio: 300/426;
    border-radius: min(10px, 2.6666666667vw);
  }
  .m-article__textbox {
    margin-top: min(12.5px, 3.3333333333vw);
    gap: 0 min(10px, 2.6666666667vw);
    align-items: start;
  }
  .m-article__text {
    -webkit-line-clamp: 3;
    font-size: min(12px, 3.2vw);
    line-height: 1.75em;
  }
  .m-article__btn {
    width: min(30px, 8vw);
    height: min(30px, 8vw);
  }
  .m-article__author {
    margin-top: min(13px, 3.4666666667vw);
    padding-top: min(10px, 2.6666666667vw);
    gap: 0 min(15px, 4vw);
  }
  .m-article__author-fig {
    margin-top: min(5px, 1.3333333333vw);
    width: min(55px, 14.6666666667vw);
    height: min(55px, 14.6666666667vw);
  }
  .m-article__author-position {
    font-size: min(10px, 2.6666666667vw);
    line-height: 1.5em;
  }
  .m-article__author-name {
    margin-top: min(6px, 1.6vw);
    font-size: min(13px, 3.4666666667vw);
    line-height: 1.3846153846em;
  }
  .m-article__more {
    margin-top: min(25px, 6.6666666667vw);
    width: min(275px, 73.3333333333vw);
    padding: min(12.5px, 3.3333333333vw) 0;
    font-size: min(14px, 3.7333333333vw);
    line-height: 1.4285714286em;
  }
  .m-article__more::after {
    right: min(19px, 5.0666666667vw);
    width: min(11px, 2.9333333333vw);
    height: min(9px, 2.4vw);
  }
}

/* modules/_article-detail.scss
-------------------------------------------------- */
.m-article-detail {
  position: relative;
}
.m-article-detail__ttl {
  color: #319C20;
  text-align: center;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .m-article-detail::after {
    content: "";
    position: absolute;
    bottom: -115px;
    right: 10px;
    width: min(400px, 20%);
    aspect-ratio: 10/7;
    background: url(../img/index/list_bg2.png) left center no-repeat;
    background-size: cover;
  }
  .m-article-detail__wrap {
    max-width: 1700px;
    width: 100%;
    margin: 0 auto;
    padding: 0 50px;
  }
  .m-article-detail__wrap .m-article-detail__inner {
    max-width: 1300px;
    padding: 0 50px;
  }
  .m-article-detail__inner {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    padding: 0 100px;
  }
  .m-article-detail__box {
    margin-top: -105px;
    padding-top: 145px;
    padding-bottom: 150px;
    position: relative;
  }
  .m-article-detail__box::before {
    content: "";
    width: 100%;
    height: calc(100% + 231px);
    background-color: #FFFFFF;
    border-radius: 20px;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .m-article-detail__ttl {
    font-size: 26px;
    line-height: 1.9230769231em;
  }
  .m-article-detail__lead {
    margin-top: 28px;
    font-size: 16px;
    line-height: 2.25em;
  }
}
@media screen and (max-width: 768px) {
  .m-article-detail {
    margin-bottom: max(-65px, -17.3333333333vw);
  }
  .m-article-detail__cont {
    padding: min(15px, 4vw) 0 min(50px, 13.3333333333vw);
    margin: 0 min(15px, 4vw);
    width: calc(100% - min(30px, 8vw));
    border-radius: min(10px, 2.6666666667vw);
  }
  .m-article-detail__inner {
    padding: 0 min(17.5px, 4.6666666667vw);
  }
  .m-article-detail__box {
    margin-top: min(12px, 3.2vw);
    position: relative;
  }
  .m-article-detail__box::before {
    content: "";
    width: 100%;
    height: calc(100% + 200px);
    background-color: #FFFFFF;
    border-radius: min(10px, 2.6666666667vw);
    overflow: hidden;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .m-article-detail__ttl {
    font-size: min(20px, 5.3333333333vw);
    line-height: 1.75em;
  }
  .m-article-detail__lead {
    margin-top: min(9px, 2.4vw);
    font-size: min(13px, 3.4666666667vw);
    line-height: 1.9230769231em;
  }
  .m-article-detail__prof {
    border: 1px solid #319C20;
    border-radius: min(10px, 2.6666666667vw);
    margin-top: min(12px, 3.2vw);
    padding: min(11px, 2.9333333333vw) min(16px, 4.2666666667vw);
    display: flex;
    gap: 0 min(11px, 2.9333333333vw);
  }
  .m-article-detail__prof-fig {
    width: min(100px, 26.6666666667vw);
    height: min(100px, 26.6666666667vw);
    overflow: hidden;
    border-radius: 50%;
  }
  .m-article-detail__prof-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .m-article-detail__prof-box {
    flex: 1;
  }
  .m-article-detail__prof-position {
    font-size: min(10px, 2.6666666667vw);
    line-height: 1.5em;
  }
  .m-article-detail__prof-name {
    margin-top: min(5px, 1.3333333333vw);
    font-size: min(12px, 3.2vw);
    line-height: 1.4583333333em;
    font-weight: 500;
  }
  .m-article-detail__prof-text {
    margin-top: min(4px, 1.0666666667vw);
    font-size: min(10px, 2.6666666667vw);
    line-height: 1.7em;
  }
  .m-article-detail__prof-sns {
    margin-top: min(5px, 1.3333333333vw);
    display: block;
    width: min(20px, 5.3333333333vw);
  }
}

/* modules/_article-fv.scss
-------------------------------------------------- */
.m-article-fv {
  z-index: 1;
}
.m-article-fv__fig {
  overflow: hidden;
}
.m-article-fv__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.m-article-fv__prof-sns {
  display: block;
}
.m-article-fv__prof-sns img {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .m-article-fv {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 78px;
  }
  .m-article-fv__fig {
    width: 530px;
    height: 752px;
    border-radius: 20px;
  }
  .m-article-fv__prof {
    width: 260px;
    background-color: #FFFFFF;
    border: 1px solid #319C20;
    border-radius: 20px;
    padding: 25px 20px;
  }
  .m-article-fv__prof-fig {
    margin: 0 auto;
    max-width: 200px;
    width: 100%;
    aspect-ratio: 1/1;
    overflow: hidden;
    border-radius: 50%;
  }
  .m-article-fv__prof-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .m-article-fv__prof-box {
    margin-top: 25px;
    text-align: center;
  }
  .m-article-fv__prof-position {
    font-size: 14px;
    line-height: 1.4285714286em;
  }
  .m-article-fv__prof-name {
    margin-top: 16px;
    font-size: 16px;
    line-height: 1.5em;
    font-weight: 500;
    letter-spacing: 0.05em;
  }
  .m-article-fv__prof-text {
    margin-top: 10px;
    font-size: 14px;
    line-height: 2em;
  }
  .m-article-fv__prof-sns {
    margin-top: 22px;
    width: 34px;
  }
}
@media screen and (max-width: 768px) {
  .m-article-fv__fig {
    width: 100%;
    padding-bottom: 141%;
    position: relative;
    border-radius: min(10px, 2.6666666667vw);
  }
  .m-article-fv__img {
    width: 100%;
    height: 100%;
    -o-object-position: center;
       object-position: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

/* modules/_article-index.scss
-------------------------------------------------- */
.m-article-index__cont {
  border: 1px solid #319C20;
}
.m-article-index__ttl {
  color: #319C20;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
}
.m-article-index__caption {
  color: #319C20;
  font-weight: 700;
  background-color: #F4FAF3;
  text-align: center;
}
.m-article-index__time {
  color: #319C20;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .m-article-index__cont {
    margin-top: 64px;
    width: 100%;
    border-radius: 20px;
    padding: 35px 22px 69px;
  }
  .m-article-index__ttl {
    font-size: 30px;
    line-height: 1.4666666667em;
  }
  .m-article-index__caption {
    padding: 9px 0;
    font-size: 22px;
    line-height: 1.4545454545em;
    border-radius: 10px;
  }
  .m-article-index__box {
    margin-top: 28px;
  }
  .m-article-index__box + .m-article-index__box {
    margin-top: 55px;
  }
  .m-article-index__list {
    max-width: 980px;
    width: 100%;
    margin: 47px auto 0;
  }
  .m-article-index__item {
    display: flex;
  }
  .m-article-index__item + .m-article-index__item {
    margin-top: 25px;
  }
  .m-article-index__time {
    width: 132px;
    font-size: 18px;
    line-height: 1.4444444444em;
  }
  .m-article-index__text {
    flex: 1;
    margin-top: 1px;
    font-size: 16px;
    line-height: 1.5em;
  }
}
@media screen and (max-width: 768px) {
  .m-article-index__cont {
    margin-top: min(30px, 8vw);
    width: 100%;
    border-radius: min(10px, 2.6666666667vw);
    padding: min(23px, 6.1333333333vw) min(7.5px, 2vw) min(35px, 9.3333333333vw);
  }
  .m-article-index__ttl {
    font-size: min(20px, 5.3333333333vw);
    line-height: 1.45em;
  }
  .m-article-index__caption {
    padding: min(5px, 1.3333333333vw) 0;
    font-size: min(17px, 4.5333333333vw);
    line-height: 1.4411764706em;
    border-radius: min(5px, 1.3333333333vw);
  }
  .m-article-index__box {
    margin-top: min(16px, 4.2666666667vw);
  }
  .m-article-index__box + .m-article-index__box {
    margin-top: min(35px, 9.3333333333vw);
  }
  .m-article-index__list {
    width: 100%;
    padding: 0 min(5px, 1.3333333333vw);
    margin-top: min(16px, 4.2666666667vw);
  }
  .m-article-index__item {
    display: block;
  }
  .m-article-index__item + .m-article-index__item {
    margin-top: min(21px, 5.6vw);
  }
  .m-article-index__time {
    font-size: min(14px, 3.7333333333vw);
    line-height: 1.4285714286em;
  }
  .m-article-index__text {
    margin-top: min(5px, 1.3333333333vw);
    font-size: min(13px, 3.4666666667vw);
    line-height: 1.9230769231em;
  }
}

/* modules/_article-contents.scss
-------------------------------------------------- */
.m-article-contents__tabs {
  display: flex;
  border: 1px solid #319C20;
  overflow: hidden;
}
.m-article-contents__tab {
  flex: 1;
  color: #319C20;
  background-color: #FFFFFF;
  font-weight: 700;
  text-align: center;
}
.m-article-contents__tab.is-active {
  color: #FFFFFF;
  background-color: #319C20;
}
.m-article-contents__cont.is-hide {
  display: none;
}
.m-article-contents__caption {
  border-bottom: 1px solid #319C20;
}
.m-article-contents__time {
  color: #319C20;
  font-weight: 700;
}
.m-article-contents__ttl {
  font-weight: 500;
}
.m-article-contents__ttl::before {
  content: "";
  position: absolute;
  left: 0;
  background: url(../img/article/icon_pin.svg) center center no-repeat;
  background-size: cover;
}
.m-article-contents__img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.m-article-contents__btn--prev, .m-article-contents__btn--next {
  position: absolute;
  background: url(../img/common/more_link_black.svg) center center no-repeat;
  background-size: cover;
}
.m-article-contents__btn--prev {
  transform: translateY(-50%) rotate(180deg);
}
.m-article-contents__btn--next {
  transform: translateY(-50%);
}
.m-article-contents__info {
  background-color: #FCF3F4;
}
.m-article-contents__info-ttl {
  font-weight: 500;
}
.m-article-contents__info-links {
  display: flex;
  justify-content: center;
  align-items: center;
}
.m-article-contents__info-link, .m-article-contents__info-link-coupon {
  position: relative;
  display: block;
  color: #FFFFFF;
  background-color: #B9222F;
  border-radius: 999px;
  text-align: center;
  font-weight: 500;
}
.m-article-contents__info-link::after, .m-article-contents__info-link-coupon::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/common/arw_link_white.svg) center center no-repeat;
  background-size: cover;
}
.m-article-contents__info-link-coupon {
  background-color: #ED6D78;
}
.m-article-contents__info-nice {
  position: relative;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: url(../img/article/icon_nice.svg) center center no-repeat;
  background-size: cover;
  cursor: pointer;
}
.m-article-contents__info-nice::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/article/icon_nice_on.svg) center center no-repeat;
  background-size: cover;
  opacity: 0;
}
.m-article-contents__info-nice.is-active::after {
  opacity: 1;
}
.m-article-contents__slider .slick-dots {
  flex-wrap: wrap;
}
.m-article-contents__shops {
  background-color: #F4FAF3;
}
.m-article-contents__shops-fig {
  overflow: hidden;
}
.m-article-contents__shops-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.m-article-contents__shops-ttl {
  font-weight: 500;
}
.m-article-contents__shops-links {
  display: flex;
  align-items: center;
}
.m-article-contents__shops-btn, .m-article-contents__shops-btn-coupon {
  display: block;
  color: #FFFFFF;
  background-color: #319C20;
  border-radius: 999px;
  text-align: center;
  font-weight: 500;
}
.m-article-contents__shops-btn::after, .m-article-contents__shops-btn-coupon::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/common/arw_link_white.svg) center center no-repeat;
  background-size: cover;
}
.m-article-contents__shops-btn-coupon {
  background-color: #ED6D78;
}
.m-article-contents__shops-nice {
  position: relative;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: url(../img/article/icon_nice.svg) center center no-repeat;
  background-size: cover;
  cursor: pointer;
}
.m-article-contents__shops-nice::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/article/icon_nice_on.svg) center center no-repeat;
  background-size: cover;
  opacity: 0;
}
.m-article-contents__shops-nice.is-active::after {
  opacity: 1;
}
.m-article-contents__facility {
  background-color: #FCF3F4;
}
.m-article-contents__facility-fig {
  overflow: hidden;
}
.m-article-contents__facility-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.m-article-contents__facility-ttl {
  font-weight: 500;
}
.m-article-contents__facility-links {
  display: flex;
  align-items: center;
}
.m-article-contents__facility-btn, .m-article-contents__facility-btn-coupon {
  display: block;
  color: #FFFFFF;
  background-color: #B9222F;
  border-radius: 999px;
  text-align: center;
  font-weight: 500;
}
.m-article-contents__facility-btn::after, .m-article-contents__facility-btn-coupon::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/common/arw_link_white.svg) center center no-repeat;
  background-size: cover;
}
.m-article-contents__facility-btn-coupon {
  background-color: #ED6D78;
}
.m-article-contents__facility-nice {
  position: relative;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: url(../img/article/icon_nice.svg) center center no-repeat;
  background-size: cover;
  cursor: pointer;
}
.m-article-contents__facility-nice::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/article/icon_nice_on.svg) center center no-repeat;
  background-size: cover;
  opacity: 0;
}
.m-article-contents__facility-nice.is-active::after {
  opacity: 1;
}
@media screen and (min-width: 769px) {
  .m-article-contents__tabs {
    margin-top: 98px;
    border-radius: 10px;
  }
  .m-article-contents__cont + .m-article-contents__tabs {
    margin-top: 131px;
  }
  .m-article-contents__tab {
    padding: 14px 0;
    font-size: 22px;
    line-height: 1.4545454545em;
  }
  .m-article-contents__cont {
    margin-top: 90px;
  }
  .m-article-contents__box + .m-article-contents__box {
    margin-top: 140px;
  }
  .m-article-contents__caption {
    display: flex;
    padding-bottom: 14px;
  }
  .m-article-contents__time {
    margin-top: 1px;
    padding-left: 11px;
    width: 122px;
    font-size: 18px;
    line-height: 1.4444444444em;
  }
  .m-article-contents__ttl {
    flex: 1;
    padding-left: 35px;
    font-size: 20px;
    line-height: 1.45em;
  }
  .m-article-contents__ttl::before {
    top: 2px;
    width: 20px;
    height: 26px;
  }
  .m-article-contents__slider {
    margin: 45px auto 0;
    width: 500px;
  }
  .m-article-contents__slider.slick-dotted.slick-slider {
    margin-bottom: 0;
    padding-bottom: 35px;
  }
  .m-article-contents__slider.slick-dotted.slick-slider.m-article-contents__slider-pcthreeline {
    padding-bottom: 70px;
  }
  .m-article-contents__slider.slick-dotted.slick-slider.m-article-contents__slider-pcthreeline li {
    margin: 5px;
  }
  .m-article-contents__item {
    width: 500px;
    max-width: 500px;
  }
  .m-article-contents__img {
    border-radius: 20px;
  }
  .m-article-contents__btn--prev, .m-article-contents__btn--next {
    top: calc(50% - 20px);
    width: 40px;
    height: 40px;
  }
  .m-article-contents__btn--prev {
    left: -90px;
  }
  .m-article-contents__btn--next {
    right: -90px;
  }
  .m-article-contents__text {
    margin-top: 34px;
    font-size: 16px;
    line-height: 2.25em;
  }
  .m-article-contents__info {
    margin-top: 34px;
    border-radius: 20px;
    padding: 59px 75px 45px;
  }
  .m-article-contents__info-ttl {
    font-size: 16px;
    line-height: 1.5em;
  }
  .m-article-contents__info-text {
    margin-top: 17px;
    font-size: 14px;
    line-height: 2.1428571429em;
  }
  .m-article-contents__info-links {
    margin-top: 35px;
    gap: 0 16px;
  }
  .m-article-contents__info-link, .m-article-contents__info-link-coupon {
    width: 230px;
    font-size: 14px;
    line-height: 1.4285714286em;
    padding: 10px 0;
  }
  .m-article-contents__info-link::after, .m-article-contents__info-link-coupon::after {
    right: 15px;
    width: 13px;
    height: 11px;
  }
  .m-article-contents__info-nice {
    width: 26px;
    height: 22px;
  }
  .m-article-contents__info-nice::after {
    width: 26px;
    height: 22px;
  }
  .m-article-contents__shops {
    margin-top: 55px;
    padding: 35px 69px;
    display: flex;
    align-items: center;
    border-radius: 20px;
    gap: 0 114px;
  }
  .m-article-contents__shops-fig {
    width: 280px;
    aspect-ratio: 280/180;
    border-radius: 20px;
  }
  .m-article-contents__shops-box {
    flex: 1;
  }
  .m-article-contents__shops-ttl {
    font-size: 16px;
    line-height: 1.5em;
  }
  .m-article-contents__shops-links {
    margin-top: 39px;
    gap: 0 16px;
    justify-content: left;
  }
  .m-article-contents__shops-btn, .m-article-contents__shops-btn-coupon {
    width: 230px;
    font-size: 14px;
    line-height: 1.4285714286em;
    padding: 10px 0;
  }
  .m-article-contents__shops-btn::after, .m-article-contents__shops-btn-coupon::after {
    right: 15px;
    width: 13px;
    height: 11px;
  }
  .m-article-contents__shops-nice {
    width: 26px;
    height: 22px;
  }
  .m-article-contents__shops-nice::after {
    width: 26px;
    height: 22px;
  }
  .m-article-contents__facility {
    margin-top: 34px;
    padding: 62px 65px 50px;
    display: flex;
    align-items: center;
    border-radius: 20px;
    gap: 0 88px;
  }
  .m-article-contents__facility-fig {
    width: 280px;
    aspect-ratio: 280/180;
    border-radius: 20px;
  }
  .m-article-contents__facility-box {
    flex: 1;
  }
  .m-article-contents__facility-ttl {
    font-size: 16px;
    line-height: 1.5em;
  }
  .m-article-contents__facility-text {
    margin-top: 25px;
    font-size: 14px;
    line-height: 2.1428571429em;
  }
  .m-article-contents__facility-links {
    margin-left: 31px;
    margin-top: 48px;
    gap: 0 16px;
    justify-content: left;
  }
  .m-article-contents__facility-btn, .m-article-contents__facility-btn-coupon {
    width: 230px;
    font-size: 14px;
    line-height: 1.4285714286em;
    padding: 10px 0;
  }
  .m-article-contents__facility-btn::after, .m-article-contents__facility-btn-coupon::after {
    right: 15px;
    width: 13px;
    height: 11px;
  }
  .m-article-contents__facility-nice {
    width: 26px;
    height: 22px;
  }
  .m-article-contents__facility-nice::after {
    width: 26px;
    height: 22px;
  }
}
@media screen and (max-width: 768px) {
  .m-article-contents__tabs {
    margin-top: min(46px, 12.2666666667vw);
    border-radius: min(5px, 1.3333333333vw);
  }
  .m-article-contents__tab {
    padding: min(5px, 1.3333333333vw) 0;
    font-size: min(17px, 4.5333333333vw);
    line-height: 1.4411764706em;
  }
  .m-article-contents__cont {
    margin-top: min(25px, 6.6666666667vw);
  }
  .m-article-contents__box + .m-article-contents__box {
    margin-top: min(25px, 6.6666666667vw);
  }
  .m-article-contents__caption {
    display: block;
    padding-bottom: min(14px, 3.7333333333vw);
  }
  .m-article-contents__time {
    font-size: min(14px, 3.7333333333vw);
    line-height: 1.4285714286em;
  }
  .m-article-contents__ttl {
    margin-top: min(10px, 2.6666666667vw);
    padding-left: min(24px, 6.4vw);
    font-size: min(14px, 3.7333333333vw);
    line-height: 1.4285714286em;
  }
  .m-article-contents__ttl::before {
    top: min(0.5px, 0.1333333333vw);
    width: min(15px, 4vw);
    height: min(19px, 5.0666666667vw);
  }
  .m-article-contents__slider {
    margin: min(21px, 5.6vw) auto 0;
    width: min(250px, 66.6666666667vw);
  }
  .m-article-contents__slider.slick-dotted.slick-slider {
    margin-bottom: 0;
    padding-bottom: min(22px, 5.8666666667vw);
  }
  .m-article-contents__slider.slick-dotted.slick-slider.m-article-contents__slider-sptwoline {
    padding-bottom: 35px;
  }
  .m-article-contents__slider.slick-dotted.slick-slider.m-article-contents__slider-sptwoline li {
    margin: 5px;
  }
  .m-article-contents__slider.slick-dotted.slick-slider.m-article-contents__slider-spfiveline {
    padding-bottom: 80px;
  }
  .m-article-contents__slider.slick-dotted.slick-slider.m-article-contents__slider-spfiveline li {
    margin: 5px;
  }
  .m-article-contents__item {
    width: min(250px, 66.6666666667vw);
    max-width: min(250px, 66.6666666667vw);
  }
  .m-article-contents__img {
    border-radius: min(10px, 2.6666666667vw);
  }
  .m-article-contents__btn--prev, .m-article-contents__btn--next {
    top: calc(50% - min(11px, 2.9333333333vw));
    width: min(30px, 8vw);
    height: min(30px, 8vw);
  }
  .m-article-contents__btn--prev {
    left: max(-38px, -10.1333333333vw);
  }
  .m-article-contents__btn--next {
    right: max(-38px, -10.1333333333vw);
  }
  .m-article-contents__text {
    margin-top: min(17px, 4.5333333333vw);
    font-size: min(13px, 3.4666666667vw);
    line-height: 1.9230769231em;
  }
  .m-article-contents__info {
    margin-top: min(22px, 5.8666666667vw);
    border-radius: min(10px, 2.6666666667vw);
    padding: min(40px, 10.6666666667vw) min(32px, 8.5333333333vw);
  }
  .m-article-contents__info-ttl {
    font-size: min(14px, 3.7333333333vw);
    line-height: 1.4285714286em;
  }
  .m-article-contents__info-text {
    margin-top: min(18px, 4.8vw);
    font-size: min(12px, 3.2vw);
    line-height: 1.75em;
  }
  .m-article-contents__info-links {
    margin-top: min(21px, 5.6vw);
    gap: 0 min(10px, 2.6666666667vw);
  }
  .m-article-contents__info-link, .m-article-contents__info-link-coupon {
    width: min(181px, 48.2666666667vw);
    font-size: min(13px, 3.4666666667vw);
    line-height: 1.4615384615em;
    padding: min(5px, 1.3333333333vw) 0 min(6px, 1.6vw);
  }
  .m-article-contents__info-link::after, .m-article-contents__info-link-coupon::after {
    right: min(16px, 4.2666666667vw);
    width: min(8px, 2.1333333333vw);
    height: min(6.5px, 1.7333333333vw);
  }
  .m-article-contents__info-nice {
    width: min(22px, 5.8666666667vw);
    height: min(19px, 5.0666666667vw);
  }
  .m-article-contents__info-nice::after {
    width: min(22px, 5.8666666667vw);
    height: min(19px, 5.0666666667vw);
  }
  .m-article-contents__shops {
    margin-top: min(22px, 5.8666666667vw);
    border-radius: min(10px, 2.6666666667vw);
    padding: min(40px, 10.6666666667vw) min(32px, 8.5333333333vw);
    display: block;
  }
  .m-article-contents__shops-fig {
    width: 100%;
    max-width: min(280px, 74.6666666667vw);
    margin: 0 auto;
    aspect-ratio: 280/180;
    border-radius: min(10px, 2.6666666667vw);
  }
  .m-article-contents__shops-box {
    margin-top: min(20px, 5.3333333333vw);
  }
  .m-article-contents__shops-ttl {
    font-size: min(14px, 3.7333333333vw);
    line-height: 1.4285714286em;
  }
  .m-article-contents__shops-links {
    margin-top: min(21px, 5.6vw);
    gap: 0 min(10px, 2.6666666667vw);
    justify-content: center;
  }
  .m-article-contents__shops-btn, .m-article-contents__shops-btn-coupon {
    width: min(181px, 48.2666666667vw);
    font-size: min(13px, 3.4666666667vw);
    line-height: 1.4615384615em;
    padding: min(5px, 1.3333333333vw) 0 min(6px, 1.6vw);
  }
  .m-article-contents__shops-btn::after, .m-article-contents__shops-btn-coupon::after {
    right: min(16px, 4.2666666667vw);
    width: min(8px, 2.1333333333vw);
    height: min(6.5px, 1.7333333333vw);
  }
  .m-article-contents__shops-nice {
    width: min(22px, 5.8666666667vw);
    height: min(19px, 5.0666666667vw);
  }
  .m-article-contents__shops-nice::after {
    width: min(22px, 5.8666666667vw);
    height: min(19px, 5.0666666667vw);
  }
  .m-article-contents__facility {
    margin-top: min(22px, 5.8666666667vw);
    border-radius: min(10px, 2.6666666667vw);
    padding: min(40px, 10.6666666667vw) min(32px, 8.5333333333vw);
    display: block;
  }
  .m-article-contents__facility-fig {
    width: 100%;
    max-width: min(280px, 74.6666666667vw);
    margin: 0 auto;
    aspect-ratio: 280/180;
    border-radius: min(10px, 2.6666666667vw);
  }
  .m-article-contents__facility-box {
    margin-top: min(20px, 5.3333333333vw);
  }
  .m-article-contents__facility-ttl {
    font-size: min(14px, 3.7333333333vw);
    line-height: 1.4285714286em;
  }
  .m-article-contents__facility-text {
    margin-top: min(18px, 4.8vw);
    font-size: min(12px, 3.2vw);
    line-height: 1.75em;
  }
  .m-article-contents__facility-links {
    margin-top: min(21px, 5.6vw);
    gap: 0 min(10px, 2.6666666667vw);
    justify-content: center;
  }
  .m-article-contents__facility-btn, .m-article-contents__facility-btn-coupon {
    width: min(181px, 48.2666666667vw);
    font-size: min(13px, 3.4666666667vw);
    line-height: 1.4615384615em;
    padding: min(5px, 1.3333333333vw) 0 min(6px, 1.6vw);
  }
  .m-article-contents__facility-btn::after, .m-article-contents__facility-btn-coupon::after {
    right: min(16px, 4.2666666667vw);
    width: min(8px, 2.1333333333vw);
    height: min(6.5px, 1.7333333333vw);
  }
  .m-article-contents__facility-nice {
    width: min(22px, 5.8666666667vw);
    height: min(19px, 5.0666666667vw);
  }
  .m-article-contents__facility-nice::after {
    width: min(22px, 5.8666666667vw);
    height: min(19px, 5.0666666667vw);
  }
}

/* modules/_article-prof.scss
-------------------------------------------------- */
.m-article-prof {
  border-top: 1px solid #319C20;
  border-bottom: 1px solid #319C20;
}
.m-article-prof__fig {
  border-radius: 50%;
  overflow: hidden;
  aspect-ratio: 1/1;
}
.m-article-prof__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.m-article-prof__name {
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .m-article-prof {
    display: flex;
    align-items: center;
    margin-top: 100px;
    padding: 20px 60px;
    gap: 0 60px;
  }
  .m-article-prof__fig {
    width: 220px;
  }
  .m-article-prof__fig-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .m-article-prof__textbox {
    flex: 1;
  }
  .m-article-prof__position {
    font-size: 14px;
    line-height: 1.4285714286em;
  }
  .m-article-prof__name {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.5em;
  }
  .m-article-prof__text {
    margin-top: 14px;
    font-size: 14px;
    line-height: 2.1428571429em;
  }
}
@media screen and (max-width: 768px) {
  .m-article-prof {
    margin-top: min(46px, 12.2666666667vw);
    padding: min(20px, 5.3333333333vw);
  }
  .m-article-prof__fig {
    width: min(220px, 58.6666666667vw);
    margin: 0 auto;
  }
  .m-article-prof__textbox {
    margin-top: min(20px, 5.3333333333vw);
  }
  .m-article-prof__position {
    font-size: min(12px, 3.2vw);
    line-height: 1.75em;
  }
  .m-article-prof__name {
    margin-top: min(18px, 4.8vw);
    font-size: min(14px, 3.7333333333vw);
    line-height: 1.4285714286em;
  }
  .m-article-prof__text {
    margin-top: min(18px, 4.8vw);
    font-size: min(12px, 3.2vw);
    line-height: 1.75em;
  }
}

/* modules/_spot-detail.scss
-------------------------------------------------- */
.m-spot-detail {
  position: relative;
}
.m-spot-detail__cont {
  background-color: #FFFFFF;
}
.m-spot-detail__ttl {
  color: #319C20;
  text-align: center;
}
.m-spot-detail__ttl::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #319C20;
}
.m-spot-detail__img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.m-spot-detail__btn--prev, .m-spot-detail__btn--next {
  position: absolute;
  background: url(../img/common/more_link_black.svg) center center no-repeat;
  background-size: cover;
}
.m-spot-detail__btn--prev {
  transform: translateY(-50%) rotate(180deg);
}
.m-spot-detail__btn--next {
  transform: translateY(-50%);
}
.m-spot-detail__info {
  border-top: 1px solid #319C20;
  border-bottom: 1px solid #319C20;
}
.m-spot-detail__dl {
  display: flex;
}
.m-spot-detail__dt {
  font-weight: 500;
}
.m-spot-detail__dd {
  flex: 1;
  word-wrap: break-word;
  width: 100%;
}
.m-spot-detail__dd a {
  text-decoration: underline;
}
.m-spot-detail__map iframe {
  width: 100%;
}
.m-spot-detail__coupon {
  background-color: #FCF3F4;
}
.m-spot-detail__coupon-fig {
  overflow: hidden;
}
.m-spot-detail__coupon-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.m-spot-detail__coupon-text {
  color: #B9222F;
  font-weight: 500;
}
.m-spot-detail__caption {
  text-align: center;
  color: #B9222F;
  background-color: #F0D2D4;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .m-spot-detail::after {
    content: "";
    position: absolute;
    bottom: -115px;
    right: 10px;
    width: min(400px, 20%);
    aspect-ratio: 10/7;
    background: url(../img/index/list_bg2.png) left center no-repeat;
    background-size: cover;
  }
  .m-spot-detail__wrap {
    max-width: 1700px;
    width: 100%;
    margin: 0 auto;
    padding: 0 50px;
  }
  .m-spot-detail__cont {
    padding: 100px 0;
    border-radius: 20px;
  }
  .m-spot-detail__inner {
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
    padding: 0 50px;
  }
  .m-spot-detail__ttl {
    font-size: 36px;
    line-height: 1.4444444444em;
    padding-bottom: 20px;
  }
  .m-spot-detail__ttl::after {
    width: 150px;
    height: 3px;
  }
  .m-spot-detail__slider {
    margin: 47px auto 0;
    width: 500px;
  }
  .m-spot-detail__slider.slick-dotted.slick-slider {
    margin-bottom: 0;
    padding-bottom: 35px;
  }
  .m-spot-detail__item {
    width: 500px;
    max-width: 500px;
  }
  .m-spot-detail__img {
    border-radius: 20px;
  }
  .m-spot-detail__btn--prev, .m-spot-detail__btn--next {
    top: calc(50% - 20px);
    width: 40px;
    height: 40px;
  }
  .m-spot-detail__btn--prev {
    left: -90px;
  }
  .m-spot-detail__btn--next {
    right: -90px;
  }
  .m-spot-detail__info {
    margin-top: 48px;
    padding: 36px 30px 21px;
  }
  .m-spot-detail__dl {
    width: calc(100% - 200px);
  }
  .m-spot-detail__dl + .m-spot-detail__dl {
    margin-top: 14px;
  }
  .m-spot-detail__dt, .m-spot-detail__dd {
    font-size: 16px;
    line-height: 1.875em;
  }
  .m-spot-detail__dt {
    width: 100px;
    min-width: 100px;
  }
  .m-spot-detail__dd a:hover {
    text-decoration: none;
  }
  .m-spot-detail__map {
    margin-top: 40px;
  }
  .m-spot-detail__map iframe {
    overflow: hidden;
    border-radius: 20px;
    aspect-ratio: 1200/470;
  }
  .m-spot-detail__coupon {
    margin-top: 70px;
    padding: 20px 22px 23px;
    border-radius: 20px;
  }
  .m-spot-detail__coupon-fig {
    width: 280px;
    aspect-ratio: 280/180;
    border-radius: 20px;
  }
  .m-spot-detail__coupon-text {
    flex: 1;
    font-size: 20px;
    line-height: 2.15em;
  }
  .m-spot-detail__caption {
    padding: 9px 0;
    font-size: 22px;
    line-height: 1.4545454545em;
    border-radius: 10px;
  }
  .m-spot-detail__flexbox {
    display: flex;
    align-items: center;
    margin-top: 29px;
    padding: 0 86px;
    gap: 0 110px;
  }
}
@media screen and (max-width: 768px) {
  .m-spot-detail {
    margin-bottom: max(-65px, -17.3333333333vw);
  }
  .m-spot-detail__wrap {
    width: 100%;
    padding: 0 min(15px, 4vw);
  }
  .m-spot-detail__cont {
    padding: min(50px, 13.3333333333vw) 0;
    border-radius: min(10px, 2.6666666667vw);
  }
  .m-spot-detail__inner {
    width: 100%;
    padding: 0 min(20px, 5.3333333333vw);
  }
  .m-spot-detail__ttl {
    font-size: min(20px, 5.3333333333vw);
    line-height: 1.45em;
    padding-bottom: min(10px, 2.6666666667vw);
  }
  .m-spot-detail__ttl::after {
    width: min(100px, 26.6666666667vw);
    height: min(1.5px, 0.4vw);
  }
  .m-spot-detail__slider {
    margin: min(33px, 8.8vw) auto 0;
    width: min(250px, 66.6666666667vw);
  }
  .m-spot-detail__slider.slick-dotted.slick-slider {
    margin-bottom: 0;
    padding-bottom: min(20px, 5.3333333333vw);
  }
  .m-spot-detail__item {
    width: min(250px, 66.6666666667vw);
    max-width: min(250px, 66.6666666667vw);
  }
  .m-spot-detail__img {
    border-radius: min(10px, 2.6666666667vw);
  }
  .m-spot-detail__btn--prev, .m-spot-detail__btn--next {
    top: calc(50% - min(11px, 2.9333333333vw));
    width: min(30px, 8vw);
    height: min(30px, 8vw);
  }
  .m-spot-detail__btn--prev {
    left: max(-38px, -10.1333333333vw);
  }
  .m-spot-detail__btn--next {
    right: max(-38px, -10.1333333333vw);
  }
  .m-spot-detail__info {
    margin: min(19px, 5.0666666667vw) min(2.5px, 0.6666666667vw) 0;
    padding: min(17px, 4.5333333333vw) 0 min(12px, 3.2vw);
  }
  .m-spot-detail__dl {
    width: calc(100% - (min(20px, 5.3333333333vw) + min(72px, 19.2vw)));
  }
  .m-spot-detail__dl + .m-spot-detail__dl {
    margin-top: min(8px, 2.1333333333vw);
  }
  .m-spot-detail__dt, .m-spot-detail__dd {
    font-size: min(13px, 3.4666666667vw);
    line-height: 1.9230769231em;
  }
  .m-spot-detail__dt {
    width: min(72px, 19.2vw);
    min-width: min(72px, 19.2vw);
  }
  .m-spot-detail__map {
    margin-top: min(25px, 6.6666666667vw);
  }
  .m-spot-detail__map iframe {
    overflow: hidden;
    border-radius: min(10px, 2.6666666667vw);
    aspect-ratio: 610/610;
  }
  .m-spot-detail__coupon {
    margin-top: min(20px, 5.3333333333vw);
    padding: min(20px, 5.3333333333vw) min(7.5px, 2vw);
    border-radius: min(10px, 2.6666666667vw);
  }
  .m-spot-detail__coupon-fig {
    width: min(200px, 53.3333333333vw);
    margin: 0 auto;
    aspect-ratio: 400/260;
    border-radius: min(10px, 2.6666666667vw);
  }
  .m-spot-detail__coupon-text {
    margin-top: min(22px, 5.8666666667vw);
    text-align: center;
    font-size: min(15px, 4vw);
    line-height: 1.4666666667em;
  }
  .m-spot-detail__caption {
    padding: min(5px, 1.3333333333vw) 0;
    font-size: min(17px, 4.5333333333vw);
    line-height: 1.4411764706em;
    border-radius: min(5px, 1.3333333333vw);
  }
  .m-spot-detail__flexbox {
    margin-top: min(20px, 5.3333333333vw);
  }
}

/* modules/_about.scss
-------------------------------------------------- */
.m-about {
  position: relative;
}
.m-about__cont {
  background-color: #FFFFFF;
}
.m-about__ttl {
  position: relative;
  text-align: center;
  color: #E7731A;
}
.m-about__ttl::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #E7731A;
}
.m-about__fig {
  overflow: hidden;
}
.m-about__img {
  width: 100%;
}
.m-about__box {
  border: 1px solid #E7731A;
}
.m-about__caption {
  text-align: center;
  color: #E7731A;
}
@media screen and (min-width: 769px) {
  .m-about::after {
    content: "";
    position: absolute;
    bottom: -160px;
    right: 10px;
    width: min(400px, 20%);
    aspect-ratio: 10/7;
    background: url(../img/index/list_bg2.png) left center no-repeat;
    background-size: cover;
  }
  .m-about__wrap {
    max-width: 1700px;
    width: 100%;
    margin: 0 auto;
    padding: 0 50px;
  }
  .m-about__cont {
    padding: 100px 0;
    border-radius: 20px;
  }
  .m-about__inner {
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
    padding: 0 50px;
  }
  .m-about__ttl {
    padding-bottom: 22px;
    font-size: 30px;
    line-height: 1.4666666667em;
  }
  .m-about__ttl::after {
    width: 150px;
    height: 3px;
  }
  .m-about__lead {
    margin-top: 62px;
    text-align: center;
    font-size: 16px;
    line-height: 2.25em;
  }
  .m-about__lead + .m-about__lead {
    margin-top: 36px;
  }
  .m-about__figbox {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    gap: 0 20px;
  }
  .m-about__fig {
    width: 350px;
    border-radius: 20px;
  }
  .m-about__box {
    margin-top: 80px;
    padding: 100px 0 94px;
    border-radius: 20px;
  }
  .m-about__caption {
    font-size: 32px;
    line-height: 1.4375em;
  }
  .m-about__text {
    margin-top: 52px;
    text-align: center;
    font-size: 16px;
    line-height: 2.25em;
  }
  .m-about__text + .m-about__text {
    margin-top: 36px;
  }
}
@media screen and (max-width: 768px) {
  .m-about {
    margin-bottom: max(-60px, -16vw);
  }
  .m-about__wrap {
    width: 100%;
    padding: 0 min(15px, 4vw);
  }
  .m-about__cont {
    padding: min(47px, 12.5333333333vw) 0 min(50px, 13.3333333333vw);
    border-radius: min(10px, 2.6666666667vw);
  }
  .m-about__inner {
    width: 100%;
  }
  .m-about__ttl {
    padding-bottom: min(8px, 2.1333333333vw);
    font-size: min(20px, 5.3333333333vw);
    line-height: 1.75em;
  }
  .m-about__ttl-inline {
    display: inline-block;
  }
  .m-about__ttl::after {
    width: min(100px, 26.6666666667vw);
    height: min(1.5px, 0.4vw);
  }
  .m-about__lead {
    margin-top: min(31px, 8.2666666667vw);
    padding: 0 min(22.5px, 6vw);
    text-align: left;
    font-size: min(13px, 3.4666666667vw);
    line-height: 1.9230769231em;
  }
  .m-about__lead + .m-about__lead {
    margin-top: min(25px, 6.6666666667vw);
  }
  .m-about__figbox {
    margin-top: min(42px, 11.2vw);
  }
  .m-about__fig {
    margin: 0 auto;
    width: min(215px, 57.3333333333vw);
    border-radius: min(10px, 2.6666666667vw);
  }
  .m-about__fig + .m-about__fig {
    margin-top: min(15px, 4vw);
  }
  .m-about__box {
    margin: min(50px, 13.3333333333vw) auto 0;
    width: calc(100% - min(35px, 9.3333333333vw));
    padding: min(50px, 13.3333333333vw) min(25px, 6.6666666667vw) min(39px, 10.4vw);
    border: 1px solid #E7731A;
    border-radius: min(10px, 2.6666666667vw);
  }
  .m-about__caption {
    font-size: min(17px, 4.5333333333vw);
    line-height: 1.4411764706em;
  }
  .m-about__text {
    margin-top: min(27px, 7.2vw);
    text-align: left;
    font-size: min(13px, 3.4666666667vw);
    line-height: 1.9230769231em;
  }
  .m-about__text + .m-about__text {
    margin-top: min(25px, 6.6666666667vw);
  }
}

/* modules/_privacy.scss
-------------------------------------------------- */
.m-privacy {
  position: relative;
}
.m-privacy__cont {
  background-color: #FFFFFF;
}
.m-privacy__ttl {
  text-align: center;
  color: #08529C;
}
.m-privacy__ttl::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #08529C;
}
.m-privacy__lead a, .m-privacy__text a, .m-privacy__item a {
  text-decoration: underline;
}
.m-privacy__caption {
  font-weight: 500;
}
.m-privacy__item-indent {
  display: table-cell;
  white-space: nowrap;
}
.m-privacy__item-text {
  display: table-cell;
}
@media screen and (min-width: 769px) {
  .m-privacy::after {
    content: "";
    position: absolute;
    bottom: -115px;
    right: 10px;
    width: min(400px, 20%);
    aspect-ratio: 10/7;
    background: url(../img/index/list_bg2.png) left center no-repeat;
    background-size: cover;
  }
  .m-privacy__wrap {
    max-width: 1700px;
    width: 100%;
    margin: 0 auto;
    padding: 0 50px;
  }
  .m-privacy__cont {
    padding: 100px 0;
    border-radius: 20px;
  }
  .m-privacy__inner {
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
    padding: 0 50px;
  }
  .m-privacy__ttl {
    padding-bottom: 22px;
    font-size: 30px;
    line-height: 1.4666666667em;
  }
  .m-privacy__ttl::after {
    width: 150px;
    height: 3px;
  }
  .m-privacy__lead, .m-privacy__caption, .m-privacy__text, .m-privacy__item {
    font-size: 16px;
    line-height: 2.25em;
  }
  .m-privacy__lead a:hover, .m-privacy__text a:hover, .m-privacy__item a:hover {
    text-decoration: none;
  }
  .m-privacy__lead {
    margin-top: 39px;
  }
  .m-privacy__lead + .m-privacy__lead {
    margin-top: 8px;
  }
  .m-privacy__caption {
    margin-top: 48px;
  }
  .m-privacy__lead + .m-privacy__caption {
    margin-top: 58px;
  }
  .m-privacy__text, .m-privacy__list {
    margin-top: 8px;
  }
}
@media screen and (max-width: 768px) {
  .m-privacy {
    margin-bottom: max(-65px, -17.3333333333vw);
  }
  .m-privacy__wrap {
    width: 100%;
    padding: 0 min(15px, 4vw);
  }
  .m-privacy__cont {
    padding: min(50px, 13.3333333333vw) 0;
    border-radius: min(10px, 2.6666666667vw);
  }
  .m-privacy__inner {
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
    padding: 0 min(21px, 5.6vw);
  }
  .m-privacy__ttl {
    padding-bottom: min(11px, 2.9333333333vw);
    font-size: min(20px, 5.3333333333vw);
    line-height: 1.45em;
  }
  .m-privacy__ttl::after {
    width: min(100px, 26.6666666667vw);
    height: min(1.5px, 0.4vw);
  }
  .m-privacy__lead, .m-privacy__caption, .m-privacy__text, .m-privacy__item {
    font-size: min(13px, 3.4666666667vw);
    line-height: 1.9230769231em;
  }
  .m-privacy__lead a:hover, .m-privacy__text a:hover, .m-privacy__item a:hover {
    text-decoration: none;
  }
  .m-privacy__lead {
    margin-top: min(32px, 8.5333333333vw);
  }
  .m-privacy__lead + .m-privacy__lead {
    margin-top: min(8px, 2.1333333333vw);
  }
  .m-privacy__caption {
    margin-top: min(28px, 7.4666666667vw);
  }
  .m-privacy__text, .m-privacy__list {
    margin-top: min(8px, 2.1333333333vw);
  }
}

/* modules/_company.scss
-------------------------------------------------- */
.m-company {
  position: relative;
}
.m-company__cont {
  background-color: #FFFFFF;
}
.m-company__ttl {
  position: relative;
  text-align: center;
  color: #08529C;
}
.m-company__ttl::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #08529C;
}
.m-company__dl {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .m-company::after {
    content: "";
    position: absolute;
    bottom: -115px;
    right: 10px;
    width: min(400px, 20%);
    aspect-ratio: 10/7;
    background: url(../img/index/list_bg2.png) left center no-repeat;
    background-size: cover;
  }
  .m-company__wrap {
    max-width: 1700px;
    width: 100%;
    margin: 0 auto;
    padding: 0 50px;
  }
  .m-company__cont {
    padding: 100px 0 148px;
    border-radius: 20px;
  }
  .m-company__inner {
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
    padding: 0 50px;
  }
  .m-company__ttl {
    padding-bottom: 21px;
    font-size: 36px;
    line-height: 1.4444444444em;
  }
  .m-company__ttl::after {
    width: 150px;
    height: 3px;
  }
  .m-company__dl {
    margin-top: 62px;
  }
  .m-company__dl + .m-company__dl {
    margin-top: 36px;
  }
  .m-company__dt, .m-company__dd {
    font-size: 16px;
    line-height: 2.25em;
  }
}
@media screen and (max-width: 768px) {
  .m-company {
    margin-bottom: max(-60px, -16vw);
  }
  .m-company__wrap {
    width: 100%;
    padding: 0 min(15px, 4vw);
  }
  .m-company__cont {
    padding: min(47px, 12.5333333333vw) 0 min(95px, 25.3333333333vw);
    border-radius: min(10px, 2.6666666667vw);
  }
  .m-company__inner {
    width: 100%;
  }
  .m-company__ttl {
    padding-bottom: min(8px, 2.1333333333vw);
    font-size: min(20px, 5.3333333333vw);
    line-height: 1.75em;
  }
  .m-company__ttl-inline {
    display: inline-block;
  }
  .m-company__ttl::after {
    width: min(100px, 26.6666666667vw);
    height: min(1.5px, 0.4vw);
  }
  .m-company__dl {
    margin-top: min(40px, 10.6666666667vw);
  }
  .m-company__dl + .m-company__dl {
    margin-top: min(25px, 6.6666666667vw);
  }
  .m-company__dt, .m-company__dd {
    font-size: min(13px, 3.4666666667vw);
    line-height: 1.9230769231em;
  }
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
sassを使用しているので、cssファイルを直接編集しないでください。
先祖返りの原因となります。
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
