@charset "UTF-8";
/*! ========================================
※※※※※※※※※※※※※※※※※※※※※※※※※※※
  このCSSファイルはSCSSから生成されていますので、
  直接編集しないようご注意ください。
※※※※※※※※※※※※※※※※※※※※※※※※※※※
========================================= */
/*----------------------------------------------------
	setting
----------------------------------------------------*/
/**font**/
.zen-maru-gothic-regular {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 400;
  font-style: normal;
}

.zen-maru-gothic-medium {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-style: normal;
}

.zen-maru-gothic-bold {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
}

abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: bottom;
  background: 0 0;
}

body {
  line-height: 1;
}

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

li,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a,
em,
i,
small,
span,
strong {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
}

html {
  font-size: 62.5%;
  overflow-x: hidden !important;
}

body {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  font-family: "Zen Maru Gothic", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  color: #3e3a39;
  font-size: 2.4rem;
  line-height: 1.75;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.6rem;
  }
}

a {
  text-decoration: underline;
  color: #1d2088;
  transition: all 0.2s;
  word-break: break-all;
}
@media screen and (max-width: 768px) {
  a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
}

@media (any-hover: hover) {
  a:hover {
    text-decoration: none;
    opacity: 0.8;
  }
}
@media screen and (any-hover: hover) and (max-width: 768px) {
  a:hover {
    opacity: 1;
  }
}
img {
  width: auto;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  pointer-events: none;
}

strong {
  font-weight: 700;
}

input {
  padding: 0;
  border: none;
  background: 0 0;
}

* {
  box-sizing: border-box;
  transition: font-size 0.1s linear;
  backface-visibility: hidden;
}

sup {
  vertical-align: super;
}

sub {
  vertical-align: sub;
}

.u-pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .u-pc {
    display: none;
  }
}

.u-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-sp {
    display: block;
  }
}

.mb0 {
  margin-bottom: 0 !important;
}

@media screen and (min-width: 769px) {
  a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none;
    color: #3e3a39;
  }
}
/*--------------------------------------------------------------------------------------------------------
    gHeader
--------------------------------------------------------------------------------------------------------*/
html.is-open,
body.is-open {
  overflow: hidden;
}

#js-sp-menu {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease;
}

#js-sp-menu.visible {
  opacity: 1;
  pointer-events: auto;
}

.header {
  position: fixed;
  z-index: 999;
}
.header .header__nav {
  position: fixed;
  top: 0;
  width: 31.25%;
  height: 100%;
  top: -110%;
  transition: right 0.4s ease;
  padding: 12% 0 70px;
  background-color: rgba(0, 0, 0, 0.8);
  background: url(../img/bg-nav-list.jpg) repeat-y;
  background-size: 100% auto;
  background-position: top center;
}
@media screen and (max-width: 767px) {
  .header .header__nav {
    width: 100%;
    padding: 36% 0 70px;
    transition: top 0.6s ease;
  }
}
.header .header__nav.is-open {
  visibility: visible;
  height: 100%;
  left: inherit;
  top: 0;
  overflow-y: hidden;
  overflow-x: hidden;
  transition: top 0.4s ease;
}
@media screen and (max-width: 768px) {
  .header .header__nav.is-open {
    width: 100%;
    transition: top 0.6s ease;
  }
}
.header .header__nav-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.header .header__nav-item {
  text-align: center;
  margin-bottom: 50px;
  width: 50%;
}
.header .header__nav-item:last-child {
  margin-bottom: 0;
}
.header .header__nav-item a {
  display: block;
  margin: 0 auto;
}
.header .header__nav-item img {
  width: 60%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.header .hamburger {
  position: fixed;
  width: 80px;
  height: 66px;
  top: 0;
  right: 0;
  z-index: 9999;
}
.header .hamburger__trigger {
  display: inline-block;
  transition: all 0.8s;
  box-sizing: border-box;
  position: relative;
  background: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  width: 100%;
  height: 100%;
  padding: 0;
}

/*--------------------------------------------------------------------------------------------------------
    main
--------------------------------------------------------------------------------------------------------*/
.hero {
  max-width: 1920px;
  margin-inline: auto;
}
.hero .hero-image {
  aspect-ratio: 1920/2018;
  width: 100%;
  height: auto;
  display: block;
}

.intro {
  background-color: #cfedd9;
  width: 100%;
  text-align: center;
}
.intro .intro-inner {
  position: relative;
  padding: 60px 0 40px;
}
@media screen and (max-width: 768px) {
  .intro .intro-inner {
    padding: 30px 0 15px;
  }
}
.intro .intro-inner::before {
  content: "";
  display: block;
  background: url(../img/intro-head.svg) no-repeat;
  background-size: 100% auto;
  width: min(1080px, 94vw);
  height: 2.8923076923vw;
  position: absolute;
  top: -6px;
  left: 50%;
  translate: -50% 0;
  aspect-ratio: 65/2;
}
@media screen and (max-width: 768px) {
  .intro .intro-inner::before {
    background: url(../img/intro-head-sp.svg) no-repeat;
    background-size: 100% auto;
    width: 100%;
    height: calc(min(1080px, 94vw) / 65 * 2);
    height: 22px;
    top: -2px;
  }
}
.intro .intro-inner::after {
  content: "";
  display: block;
  background: url(../img/intro-bottom.svg) no-repeat;
  background-size: 100% auto;
  width: min(1080px, 94vw);
  position: absolute;
  bottom: -5px;
  left: 50%;
  translate: -50% 0;
  aspect-ratio: 91/1;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .intro .intro-inner::after {
    background: url(../img/intro-bottom-sp.svg) no-repeat;
    background-size: 100% auto;
    width: 100%;
    height: 6px;
  }
}
.intro .icon {
  max-width: 118px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .intro .icon {
    width: 15.7333333333vw;
  }
}
.intro .txt {
  font-size: clamp(2rem, 3vw, 3.4rem);
  font-weight: bold;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .intro .txt {
    font-size: 1.8rem;
  }
}

.global-nav-pc {
  background-color: #ebf5ec;
}
@media screen and (max-width: 768px) {
  .global-nav-pc {
    display: none;
  }
}
.global-nav-pc .nav-list {
  width: min(864px, 80vw);
  margin: 0 auto;
  display: flex;
}
.global-nav-pc .nav-list .nav-list-item.no-link a {
  pointer-events: none;
}
.global-nav-pc .nav-list a {
  display: block;
}
.global-nav-pc.m_fixed {
  position: fixed;
  left: 50%;
  top: 0;
  translate: -50% 0;
  width: 100%;
  z-index: 999;
}

.section-cont .cont-inner {
  max-width: 1534px;
  width: 96%;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .section-cont .cont-inner {
    width: 90%;
  }
}
.section-cont.section-news {
  background-color: #ebf5ec;
}
.section-cont.section-news .place-data {
  display: flex;
  justify-content: space-between;
  width: min(1080px, 94vw);
  margin-inline: auto;
  padding: 50px 0 60px;
}
@media screen and (max-width: 768px) {
  .section-cont.section-news .place-data {
    width: 100%;
    padding: 30px 0 0;
    flex-direction: column;
  }
}
.section-cont.section-news .place-data li {
  max-width: 517px;
  width: 48%;
}
@media screen and (max-width: 768px) {
  .section-cont.section-news .place-data li {
    width: 86%;
    margin-inline: auto;
    margin-bottom: 30px;
  }
}
.section-cont.section-news .bnr-wrap a {
  display: block;
  max-width: 730px;
  width: 92%;
  margin: 0 auto 60px;
}
@media screen and (max-width: 768px) {
  .section-cont.section-news .bnr-wrap a {
    margin-bottom: 30px;
  }
}
.section-cont.section-news .news-wrap {
  position: relative;
  background-color: #fcfcfc;
  width: min(1080px, 94vw);
  margin: 0 auto;
  height: 436px;
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .section-cont.section-news .news-wrap {
    width: 92%;
    height: 256px;
  }
}
.section-cont.section-news .news-wrap::before {
  content: "";
  display: block;
  background: url(../img/news-head.svg) no-repeat;
  background-size: 100% auto;
  width: min(1093px, 95vw);
  aspect-ratio: 1093/78;
  position: absolute;
  z-index: 1;
  top: -9px;
  left: 50%;
  translate: -50% 0;
}
@media screen and (max-width: 767px) {
  .section-cont.section-news .news-wrap::before {
    background: url(../img/news-head-sp.svg) no-repeat;
    background-size: 100% auto;
    width: 100%;
    height: 51px;
    top: -5px;
  }
}
.section-cont.section-news .news-wrap::after {
  content: "";
  display: block;
  background: url(../img/news-bottom.svg) no-repeat;
  background-size: 100% auto;
  width: min(1093px, 95vw);
  aspect-ratio: 73/1;
  position: absolute;
  z-index: 1;
  bottom: -8px;
  left: 50%;
  translate: -50% 0;
}
@media screen and (max-width: 767px) {
  .section-cont.section-news .news-wrap::after {
    background: url(../img/news-bottom-sp.svg) no-repeat;
    background-size: 100% auto;
    width: 100%;
    height: 8px;
    bottom: -5px;
  }
}
.section-cont.section-news .news-scroll-box {
  width: 90%;
  height: 390px;
  margin: 0 auto;
  padding-top: 100px;
  position: relative;
  overflow-y: scroll;
}
@media screen and (max-width: 768px) {
  .section-cont.section-news .news-scroll-box {
    width: 90%;
    height: 220px;
    padding-top: 55px;
  }
}
.section-cont.section-news .news-item {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .section-cont.section-news .news-item {
    margin-bottom: 15px;
  }
}
.section-cont.section-news .news-item:last-child {
  margin-bottom: 0;
}
.section-cont.section-news .news-item .news-item-inner {
  display: flex;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .section-cont.section-news .news-item .news-item-inner {
    font-size: 1.4rem;
    flex-direction: column;
  }
}
.section-cont.section-news .news-item .news-item-inner .news-date {
  width: 15%;
  flex-shrink: 0;
  margin-right: 5%;
}
@media screen and (max-width: 768px) {
  .section-cont.section-news .news-item .news-item-inner .news-date {
    width: 26%;
    margin-right: 0;
  }
}
.section-cont.section-message {
  background-color: #ebf5ec;
  padding-top: 100px;
  position: relative;
}
.section-cont.section-message::after {
  content: "";
  background: url(../img/bg-illu-01.svg) no-repeat;
  background-size: contain;
  display: block;
  width: min(484px, 33vw);
  aspect-ratio: 489/323;
  position: absolute;
  bottom: -10vw;
  right: 10vw;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .section-cont.section-message::after {
    width: 53.8666666667vw;
    height: 35.3333333333vw;
    right: inherit;
    left: 50%;
    translate: -50% 0;
  }
}
.section-cont.section-message .message-box {
  max-width: 1104px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .section-cont.section-message .message-box {
    width: 96%;
  }
}
.section-cont.section-message .message-box::before {
  content: "";
  background: url(../img/bg-triangle.svg) no-repeat;
  background-size: contain;
  display: block;
  width: 199px;
  height: 99px;
  position: absolute;
  top: -3vw;
  right: -5vw;
}
@media screen and (max-width: 768px) {
  .section-cont.section-message .message-box::before {
    right: 3vw;
    top: -19vw;
    width: 130px;
    height: 67px;
  }
}
.section-cont.section-message .message-box::after {
  content: "";
  background: url(../img/bg-tree.svg) no-repeat;
  background-size: contain;
  display: block;
  width: 167px;
  height: 149px;
  position: absolute;
  bottom: -3vw;
  left: -5vw;
}
@media screen and (max-width: 768px) {
  .section-cont.section-message .message-box::after {
    width: 100px;
    height: 90px;
    bottom: -25vw;
    left: 5vw;
  }
}
.section-cont.section-message .message-box .message-txt {
  width: 864px;
  position: absolute;
  top: 55%;
  left: 50%;
  translate: -50% -50%;
  text-align: center;
  font-size: clamp(1.8rem, 2.34vw, 2.4rem);
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .section-cont.section-message .message-box .message-txt {
    width: 100%;
    font-size: 1.6rem;
    line-height: 2;
  }
}
.section-cont.section-message .btn-x {
  max-width: 141px;
  margin: 50px auto 0;
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .section-cont.section-message .btn-x {
    width: 26.6666666667vw;
    padding: 90px 0 120px;
    margin: 0 auto;
  }
}
.section-cont.section-message .btn-x a {
  display: block;
}
.section-cont.section-about {
  position: relative;
  background-color: #fcfcfc;
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .section-cont.section-about {
    padding-bottom: 30px;
  }
}
.section-cont.section-about::before {
  content: "";
  background: url(../img/bg-head-about.jpg) no-repeat;
  background-size: 100% auto;
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 640/71;
}
@media screen and (max-width: 768px) {
  .section-cont.section-about::before {
    background: url(../img/bg-head-about-sp.jpg) no-repeat;
    background-size: 100% auto;
    aspect-ratio: 75/13;
  }
}
.section-cont.section-about::after {
  content: "";
  background: url(../img/bg-illu-02.svg) no-repeat;
  background-size: contain;
  display: block;
  width: 520px;
  height: 613px;
  position: absolute;
  bottom: 4vw;
  right: 12vw;
}
@media screen and (max-width: 768px) {
  .section-cont.section-about::after {
    width: 69.3333333333vw;
    height: 81.7333333333vw;
    position: absolute;
    bottom: 4vw;
    right: 0;
  }
}
.section-cont.section-about .about-box--wrap {
  max-width: 1074px;
  width: 100%;
  margin-inline: auto;
  position: relative;
  z-index: 1;
}
.section-cont.section-about .about-box--wrap.box-01 {
  margin-top: -130px;
}
@media screen and (max-width: 768px) {
  .section-cont.section-about .about-box--wrap.box-01 {
    margin-top: 30px;
  }
}
.section-cont.section-about .about-box--wrap.box-02, .section-cont.section-about .about-box--wrap.box-03 {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .section-cont.section-about .about-box--wrap.box-02, .section-cont.section-about .about-box--wrap.box-03 {
    margin-top: 50px;
  }
}
.section-cont.section-about .about-box--wrap .ttl-h3 {
  text-align: center;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .section-cont.section-about .about-box--wrap .ttl-h3 {
    width: 53.7333333333vw;
    margin-inline: auto;
  }
}
@media screen and (max-width: 768px) {
  .section-cont.section-about .about-box--wrap.box-03 .ttl-h3 {
    width: 80.5333333333vw;
    margin-inline: auto;
  }
}
.section-cont.section-about .about-box--wrap .about-box div {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .section-cont.section-about .about-box--wrap .about-box div {
    flex-direction: column;
  }
  .section-cont.section-about .about-box--wrap .about-box div dd {
    padding-left: 1.1em;
  }
}
.section-cont.section-about .about-box--wrap .about-box div:last-child {
  margin-bottom: 0;
}
.section-cont.section-about .about-box--wrap .about-box div dt {
  flex-shrink: 0;
}
.section-cont.section-about .about-box--wrap .about-box div dt .triangle {
  color: #f49d9a;
  margin-right: 0.1em;
}
.section-cont.section-about .about-box--wrap .about-box div .notice {
  font-size: 80%;
  display: block;
}
.section-cont.section-special {
  position: relative;
  background-color: #ebf5ec;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .section-cont.section-special {
    padding-bottom: 50px;
  }
}
.section-cont.section-special::after {
  content: "";
  background: url(../img/bg-illu-03.svg) no-repeat;
  background-size: contain;
  display: block;
  width: 506px;
  height: 761px;
  position: absolute;
  bottom: 0;
  left: 7vw;
}
@media screen and (max-width: 768px) {
  .section-cont.section-special::after {
    width: 67.4666666667vw;
    height: 101.4666666667vw;
    position: absolute;
    bottom: 0;
    left: 3vw;
  }
}
.section-cont.section-special .cont-inner {
  z-index: 1;
  position: relative;
}
.section-cont.section-special .special-box--wrap {
  margin-top: -130px;
}
@media screen and (max-width: 768px) {
  .section-cont.section-special .special-box--wrap {
    margin-top: 30px;
  }
}
.section-cont.section-special .special-box--wrap .ttl-h3 {
  text-align: center;
  margin-bottom: 15px;
}
.section-cont.section-special .special-box--wrap .ttl-h4 {
  color: #c44651;
  font-size: 3.6rem;
  margin-bottom: 1em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .section-cont.section-special .special-box--wrap .ttl-h4 {
    font-size: 2.1rem;
  }
}
.section-cont.section-special .special-box--wrap .txt {
  max-width: 1074px;
  margin: 0 auto;
}
.section-cont.section-special .special-box--wrap .entry-dates {
  max-width: 1074px;
  margin: 0.5em auto 0;
}
@media screen and (max-width: 768px) {
  .section-cont.section-special .special-box--wrap .entry-dates {
    text-indent: -1em;
    padding-left: 1em;
  }
}
.section-cont.section-special .special-box--wrap .entry-dates .triangle {
  color: #c44651;
  margin-right: 0.1em;
}
.section-cont.section-special .special-box--wrap .btn a {
  display: block;
  max-width: 528px;
  margin: 60px auto;
}
@media screen and (max-width: 768px) {
  .section-cont.section-special .special-box--wrap .btn a {
    margin: 30px auto;
    width: 70.4vw;
  }
}
.section-cont.section-special .special-box--wrap .notice-list {
  max-width: 1074px;
  margin: 0 auto;
}
.section-cont.section-special .special-box--wrap .notice-list li {
  font-size: 80%;
  text-indent: -1em;
  padding-left: 1em;
  font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}
.section-cont.section-special .special-box--wrap + .special-box--wrap {
  margin-top: 150px;
}
@media screen and (max-width: 768px) {
  .section-cont.section-special .special-box--wrap + .special-box--wrap {
    margin-top: 80px;
  }
}
.section-cont.section-special .special-box--wrap.special-box--01 .ttl-h3 {
  max-width: 756px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .section-cont.section-special .special-box--wrap.special-box--01 .ttl-h3 {
    width: 67.49%;
  }
}
.section-cont.section-special .special-box--wrap.special-box--01 .btn a {
  max-width: 760px;
}

.anchor-div-about {
  padding-top: 119px;
  margin-top: -119px;
}
@media screen and (max-width: 768px) {
  .anchor-div-about {
    padding-top: 0;
    margin-top: 0;
  }
}

.anchor-div-special {
  padding-top: 119px;
  margin-top: -119px;
}
@media screen and (max-width: 768px) {
  .anchor-div-special {
    padding-top: 0;
    margin-top: 0;
  }
}

.section-special-head {
  background-color: #fcfcfc;
  width: 100%;
}
.section-special-head img {
  width: 100%;
}

/*--------------------------------------------------------------------------------------------------------
    footer
--------------------------------------------------------------------------------------------------------*/
.gFooter {
  background-color: #33b7c7;
  text-align: center;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
}
@media screen and (max-width: 768px) {
  .gFooter {
    height: 90px;
  }
}
.gFooter .copyright {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .gFooter .copyright {
    font-size: 1.4rem;
  }
}/*# sourceMappingURL=style.css.map */