@charset "UTF-8";@import url(https://fonts.googleapis.com/css2?family=Inter:wght@100;400;500;700&family=Zen+Kaku+Gothic+New:wght@300;400;500;700&display=swap);

*,
*::before,
*::after {
  box-sizing: border-box;
}
:where(:root) {
  scrollbar-gutter: stable;
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}
:where(body, h1, h2, h3, h4, h5, h6, p, figure, blockquote, dl, dd) {
  margin: 0;
}
:where(body) {
  min-height: 100vh;
}
:where(ul, ol) {
  margin: 0;
  padding: 0;
  list-style-type: "";
}
:where(a:not([class])) {
  color: currentColor;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}
:where(a[class]) {
  display: block;
  text-decoration: none;
  color: inherit;
}
:where(img, picture) {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}
:where(svg) {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  fill: currentColor;
}
:where(input, button, textarea, select) {
  font-family: inherit;
  font-size: inherit;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  color: inherit;
}
:where(button) {
  padding: 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
  touch-action: manipulation;
}
:where(address) {
  font-style: normal;
}
:where(dialog) {
  width: auto;
  max-width: none;
  height: auto;
  max-height: none;
  margin: 0;
  padding: 0;
  border: none;
  position: static;
  background: transparent;
  font: inherit;
  color: inherit;
}
:where(fieldset) {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}
:where(legend) {
  margin: 0;
  padding: 0;
}
:where(summary)::-webkit-details-marker {
  display: none;
}
:root {
  --duration: 0.3s;
  --font-ja: "Noto Sans JP", sans-serif;
  --font-en: "Lato", sans-serif;
  --black: #1a1a1a;
  --black-70: #1a1a1a70;
  --black-30: #1a1a1a30;
  --gray: #ccc;
}
html:not([lang=ja]) {
  word-break: break-word;
}
html.is-scroll-locked {
  position: fixed;
  inset: 0;
  width: 100%;
  overflow: hidden;
}
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Zen Kaku Gothic New", "メイリオ", sans-serif;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.6;
  color: var(--black);
  font-feature-settings: "palt";
  -webkit-text-size-adjust: 100%;
  position: relative;
}
* {
  letter-spacing: 0.05em;
}
/**
 * Visibility
 */
.u-sr-only {
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
}
@media screen and (min-width: 769px) {
  .u-hidden-md {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .u-hidden-max-md {
    display: none !important;
  }
}
/**
 * Typography
 */
.u-font-bold {
  font-weight: 700;
}
.u-font-black {
  font-weight: 900;
}
.u-text-black {
  color: var(--black);
}
.u-text-gray {
  color: var(--gray);
}
.u-leading-trim {
  margin-block: calc((1em - 1lh) / 2);
}
.u-leading-trim[lang=en] {
  margin-block: calc((1cap - 1lh) / 2);
}
/**
 * Other
 */
.u-alpha {
  transition: opacity var(--duration);
}
.u-alpha:focus-visible {
  opacity: 0.7;
}
@media (any-hover: hover) {
  .u-alpha:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .wrapper {
    padding-bottom: 17.1333333333vw;
  }
}
.header {
  position: relative;
  width: 100%;
}
.header .hd_inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0.625rem 0;
  width: 90%;
}
@media screen and (max-width: 768px) {
  .header .hd_inner {
    padding: 1.25rem 0;
    width: 90%;
  }
}
.header .header_title {
  max-width: 14.875rem;
  padding: 1.5625rem 0;
}
@media screen and (max-width: 768px) {
  .header .header_title {
    width: 7.375rem;
    padding: 0;
  }
}
.bnr {
  width: 12.75rem;
  position: fixed;
  top: 18.75rem;
  right: 0;
  opacity: 0;
  z-index: 10;
  transition: opacity 0.2s;
}
.bnr.is-show {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .bnr {
    width: 100%;
    position: fixed;
    top: auto;
    bottom: 0;
  }
}
footer {
  background-color: #e9e9e5;
  font-size: 0.8125rem;
  padding: 3.125rem 0;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 768px) {
  footer {
    display: block;
  }
}
footer .logo_btm {
  margin: 0 auto 3.125rem;
  width: 11.625rem;
}
footer .footer_nav {
  margin-bottom: 1.875rem;
}
footer .footer_nav li {
  margin-bottom: 0.625rem;
  text-align: center;
}
footer .footer_nav li a {
  text-decoration: underline;
}
footer .footer_nav li a:hover {
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  footer .footer_nav {
    display: block;
    margin: 0.625rem 5%;
  }
}
footer .sns_link {
  margin-bottom: 1.875rem;
  text-align: center;
}
footer .sns_link li {
  display: inline-block;
  margin: auto 0.3125rem;
  width: 2.1875rem;
}
.footer_copy {
  color: #666;
  margin: 0 0.75rem 0 1.5rem;
}
@media screen and (max-width: 768px) {
  .footer_copy {
    display: block;
    margin: 1.875rem 5% 0;
  }
}
main {
  margin-top: 0;
}
.kv {
  position: relative;
  width: 100%;
}
.kv .btnArea {
  bottom: 3.2210834553vw;
  left: 8.0527086384vw;
  position: absolute;
  width: 35.505124451vw;
}
@media screen and (max-width: 768px) {
  .kv .btnArea {
    bottom: 2%;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 80%;
  }
}
.present-sec {
  padding: 2.5rem 0 4.375rem;
  background-color: #fdf1ef;
  background-image: url(../images/bg_present-01.svg);
  background-position: center top -3.75rem;
  background-repeat: repeat-y;
  background-size: 89.875rem;
}
@media screen and (max-width: 768px) {
  .present-sec {
    background-image: none;
  }
}
.present-sec .inner {
  width: calc(100% - 3.125rem);
  max-width: 62.5rem;
  margin: 0 auto;
}
.present-sec .inner figure {
  width: 100%;
  max-width: 57.4375rem;
  margin-bottom: 1.25rem;
}
.present-sec .inner small {
  display: block;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .present-sec .inner small {
    font-size: 0.5625rem;
  }
}
.catch-sec .copy {
  background-color: #5985a8;
  padding: 3.4375rem 0 5rem;
}
@media screen and (max-width: 768px) {
  .catch-sec .copy {
    padding: 0.9375rem 0 1.25rem;
  }
}
.catch-sec .copy img {
  width: calc(100% - 3.125rem);
  max-width: 48rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .catch-sec .copy img {
    width: calc(100% - 6.25rem);
  }
}
.outline-sec {
  background-color: #dfdad0;
  padding: 11.25rem 0;
}
@media screen and (max-width: 768px) {
  .outline-sec {
    padding: 2.8125rem 0;
  }
}
.outline-sec .inner {
  margin: 0 auto;
  width: calc(100% - 3.125rem);
  max-width: 62.5rem;
}
@media screen and (max-width: 768px) {
  .outline-sec .inner {
    margin: 0 auto;
    width: calc(100% - 3.125rem);
  }
}
.outline-sec .inner .box {
  background: #fff;
  margin-bottom: 7.5rem;
}
@media screen and (max-width: 768px) {
  .outline-sec .inner .box {
    margin-bottom: 1.875rem;
  }
}
.outline-sec .inner .box .midashi {
  background: #3C312C;
  color: #fff;
  font-size: 1.875rem;
  font-weight: 700;
  padding: 1.875rem 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .outline-sec .inner .box .midashi {
    font-size: 4.2666666667vw;
    padding: 2.6666666667vw 0;
  }
}
.outline-sec .inner .box .content {
  font-size: 0.9375rem;
  font-weight: 700;
  height: 36.6875rem;
  letter-spacing: 0;
  overflow-x: hidden;
  overflow-y: scroll;
  padding: 30px 60px 60px;
}
@media screen and (max-width: 768px) {
  .outline-sec .inner .box .content {
    height: 140vw;
    padding: 1.3333333333vw 5.3333333333vw;
  }
}
.outline-sec .inner .box .content dl {
  border-bottom: 2px solid #000;
  color: #000;
  display: flex;
  padding: 1.875rem 0;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .outline-sec .inner .box .content dl {
    display: block;
    font-size: 2.6666666667vw;
    padding: 4vw 0;
  }
}
.outline-sec .inner .box .content dl dt {
  font-size: 1.125rem;
  width: 10.9375rem;
}
@media screen and (max-width: 768px) {
  .outline-sec .inner .box .content dl dt {
    font-size: 3.2vw;
    margin-bottom: 1.3333333333vw;
    width: 100%;
  }
}
.outline-sec .inner .box .content dl dd {
  font-size: 0.9375rem;
  width: calc(100% - 10.9375rem);
  letter-spacing: -10px;
}
@media screen and (max-width: 768px) {
  .outline-sec .inner .box .content dl dd {
    font-size: 2.9333333333vw;
    width: 100%;
  }
}
.outline-sec .inner .box .content dl dd p {
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .outline-sec .inner .box .content dl dd p {
    line-height: 1.6;
  }
  .outline-sec .inner .box .content dl dd p .no-indent {
    display: block;
    margin-left: 0;
    text-indent: -1em;
  }
}
.outline-sec .inner .btn {
  display: block;
  margin: 0 auto;
  max-width: 40.375rem;
}
.outline-sec .inner .btn img {
  transition: opacity 0.2s;
}
@media screen and (min-width: 769px) {
  .outline-sec .inner .btn:hover img {
    opacity: 0.8;
  }
}