@charset "UTF-8";
/*---------------------------------------

responsive

---------------------------------------*/
/*---------------------------------------

all

---------------------------------------*/
img {
  width: 100%;
  height: auto;
}

body {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

.sponly {
  display: block;
}

@media (min-width: 600px) {
  .sponly {
    display: none;
  }
}

.mdless {
  display: block;
}

@media (min-width: 768px) {
  .mdless {
    display: none;
  }
}

.lgless {
  display: block;
}

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

.xlless {
  display: block;
}

@media (min-width: 1280px) {
  .xlless {
    display: none;
  }
}

.xxlless {
  display: block;
}

@media (min-width: 1500px) {
  .xxlless {
    display: none;
  }
}

.smmore {
  display: none;
}

@media (min-width: 600px) {
  .smmore {
    display: block;
  }
}

.mdmore {
  display: none;
}

@media (min-width: 768px) {
  .mdmore {
    display: block;
  }
}

.lgmore {
  display: none;
}

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

.xlmore {
  display: none;
}

@media (min-width: 1280px) {
  .xlmore {
    display: block;
  }
}

.xxlmore {
  display: none;
}

@media (min-width: 1500px) {
  .xxlmore {
    display: block;
  }
}

/*---------------------------------------

header

---------------------------------------*/
.header {
  background: #fff;
  width: 100%;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 2;
}

.header__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 16px 0 10px 20px;
}

@media (min-width: 768px) {
  .header__inner {
    padding: 20px;
  }
}

.header__logo {
  max-width: 220px;
  min-width: 160px;
  width: 40%;
}

/*---------------------------------------

mainview

---------------------------------------*/
.mainview {
  background-color: #3cb371;
  background-size: cover;
  font-family: 'Noto Serif JP', serif;
  text-align: center;
  padding: 30px 0px;
}

@media (min-width: 1024px) {
  .mainview {
    padding: 60px 0;
  }
}

.mainview__image {
  max-width: 980px;
  margin: 0 auto;
  padding: 0;
}

.mainview__bottomcopy {
  margin-top: 1.5em;
  line-height: 1.5;
  display: inline-block;
  position: relative;
  padding: 10px 20px;
}

@media (min-width: 1024px) {
  .mainview__bottomcopy {
    font-size: 24px;
    letter-spacing: 0.08em;
    padding: 15px 40px;
  }
}

.mainview__bottomcopy::before {
  width: 1em;
  height: 100%;
  position: absolute;
  content: "";
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  top: 0;
  left: 0;
}

.mainview__bottomcopy::after {
  width: 1em;
  height: 100%;
  position: absolute;
  content: "";
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  top: 0;
  right: 0;
}

/*---------------------------------------

archive

---------------------------------------*/
.archive {
  background-color: #3cb371;
  background-size: cover;
}

@media (min-width: 1024px) {
  .archive {
    padding: 40px 0;
  }
}

.archive__inner {
  max-width: 880px;
  margin: 0 auto;
  text-align: left;
  background: #fff;
  padding: 20px;
}

@media (min-width: 1024px) {
  .archive__inner {
    padding: 60px;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  }
}

.archive__inner p {
  font-weight: 500;
  line-height: 1.6;
  margin: 1em 0;
  font-size: 16px;
}

@media (min-width: 1024px) {
  .archive__inner p {
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 1.8;
  }
}

.archive__subtitle {
  font-size: 150%;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: .08em;
  margin-top: 80px;
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
}

@media (min-width: 1024px) {
  .archive__subtitle {
    font-size: 36px;
    line-height: 150%;
    text-align: center;
  }
}

.archive__subtitle.-mtno {
  margin-top: 40px;
}

.archive__subtitle:nth-child(1) {
  margin-top: 30px;
}

.archive__hr {
  width: 45px;
  margin: 15px auto 30px auto;
  border-top: 3px solid #3cb371;
}

@media (min-width: 1024px) {
  .archive__hr {
    margin: 25px auto 45px auto;
  }
}

.archive__image {
  margin-bottom: 40px;
}

.archive .xl {
  font-size: 125%;
}

.archive .ul {
  border-bottom: 1px solid #000;
}

.archive .bold {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
}

.archive .color {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(40%, yellow));
  background: linear-gradient(transparent 40%, yellow 40%);
}

.archive__item {
  padding-left: 1.5em;
  margin: 1em 0;
  line-height: 1.5;
  font-weight: 600;
  position: relative;
}

@media (min-width: 1024px) {
  .archive__item {
    font-size: 18px;
    line-height: 1.8;
  }
}

.archive__item::before {
  position: absolute;
  content: "";
  width: .8em;
  height: .8em;
  border-radius: 50%;
  background: rgba(60, 179, 113, 0.5);
  top: .3em;
  left: 0;
}

/*---------------------------------------

notice

---------------------------------------*/
.notice {
  background-color: #3cb371;
  background-size: cover;
}

.notice__wrapper {
  padding: 40px 0;
  text-align: center;
}

@media (min-width: 1024px) {
  .notice__wrapper {
    padding: 80px 0;
  }
}

.notice__title {
  font-family: 'Noto Sans JP', sans-serif;
  display: inline-block;
  font-size: 18px;
  letter-spacing: .08em;
  border: 1px solid #333333;
  color: #333333;
  padding: .25em .5em;
}

@media (min-width: 1024px) {
  .notice__title {
    font-size: 24px;
  }
}

.notice__text {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 24px;
  line-height: 1.5;
  margin-top: .5em;
  color: #333333;
}

@media (min-width: 1024px) {
  .notice__text {
    font-size: 32px;
  }
}

/*---------------------------------------

cta

---------------------------------------*/
.cta {
  background-color: #3cb371;
  background-size: cover;
  position: relative;
  text-align: center;
  padding: 25px;
}

.cta::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: .8;
}

@media (min-width: 1024px) {
  .cta {
    padding: 40px 0;
  }
}

.cta__inner {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.cta__inner a {
  font-family: 'Noto Sans JP', sans-serif;
  background: #3cb371;
  color: #ffffff;
  display: block;
  margin: 1.5em 0;
  padding: 1em;
  border-radius: 24px;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

@media (min-width: 1024px) {
  .cta__inner a {
    font-size: 24px;
    letter-spacing: .08em;
    border-radius: 40px;
  }
}

.cta__title {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 24px;
  letter-spacing: .08em;
  font-weight: 500;
  line-height: 1.5;
  margin-top: .5em;
  color: #333333;
}

@media (min-width: 1024px) {
  .cta__title {
    font-size: 32px;
  }
}

.cta__text {
  line-height: 1.5;
  margin: 1em 0;
}

@media (min-width: 1024px) {
  .cta__text {
    font-size: 18px;
    line-height: 1.8;
  }
}

.cta__bottom {
  text-align: left;
}

@media (min-width: 1024px) {
  .cta__bottom {
    text-align: center;
  }
}

.cta__caption {
  font-size: 14px;
}

@media (min-width: 1024px) {
  .cta__caption {
    font-size: 16px;
    line-height: 1.5;
  }
}

.cta .bold {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
}

/*---------------------------------------

footer

---------------------------------------*/
.footer {
  background: #5a5f56;
  padding: 1em 2em;
  font-size: 12px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 1em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 1024px) {
  .footer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.footer__pp--img {
  width: 40px;
  height: auto;
}
/*# sourceMappingURL=style.css.map */