@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;
  --ratio-rem: calc(100vw / 1366px * 0.0625 * 1rem);
  --black: #1a1a1a;
  --black-70: #1a1a1a70;
  --black-30: #1a1a1a30;
  --gray: #ccc;
}
@media (width < 768px) {
  :root {
    --ratio-rem: calc(100vw / 750px * 0.0625 * 1rem);
  }
}
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: calc(0.9375 * 1rem);
  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;
}
/**
 * Layout
 */
.u-inner {
  padding-inline: calc(1.25 * 1rem);
}
@media (width >= 768px) {
  .u-inner {
    width: 100%;
    max-width: clamp(calc(51.75 * 1rem), 0.6061493411 * 100vw, calc(78.75 * 1rem));
    margin-inline: auto;
    padding-inline: calc(1.875 * 1rem);
  }
}
/**
 * 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 (width >= 768px) {
  .u-hidden-md {
    display: none !important;
  }
}
@media (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: calc(128.5 * var(--ratio-rem));
  }
}
header {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 100;
}
header .hd_inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: calc(0.625 * 1rem) 0;
  width: 90%;
}
@media (width < 768px) {
  header .hd_inner {
    padding: calc(1.25 * 1rem) 0;
    width: 90%;
  }
}
header .header_title {
  max-width: calc(14.875 * 1rem);
  padding: calc(1.5625 * 1rem) 0;
}
@media (width < 768px) {
  header .header_title {
    padding: 0;
    width: 35%;
  }
}
footer {
  background-color: #e9e9e5;
  font-size: calc(0.8125 * 1rem);
  padding: calc(3.125 * 1rem) 0;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 768px) {
  footer {
    display: block;
  }
}
footer .logo_btm {
  margin: 0 auto calc(3.125 * 1rem);
  width: calc(11.625 * 1rem);
}
footer .footer_nav {
  margin-bottom: calc(1.875 * 1rem);
}
footer .footer_nav li {
  margin-bottom: calc(0.625 * 1rem);
  text-align: center;
}
footer .footer_nav li a {
  text-decoration: underline;
}
footer .footer_nav li a:hover {
  text-decoration: none;
}
@media (width < 768px) {
  footer .footer_nav {
    display: block;
    margin: calc(0.625 * 1rem) 5%;
  }
}
footer .sns_link {
  margin-bottom: calc(1.875 * 1rem);
  text-align: center;
}
footer .sns_link li {
  display: inline-block;
  margin: auto calc(0.3125 * 1rem);
  width: calc(2.1875 * 1rem);
}
.footer_copy {
  color: #666;
  margin: 0 calc(0.75 * 1rem) 0 calc(1.5 * 1rem);
}
@media (width < 768px) {
  .footer_copy {
    display: block;
    margin: calc(1.875 * 1rem) 5% 0;
  }
}
.bnr {
  width: calc(12.75 * 1rem);
  position: fixed;
  top: calc(18.75 * 1rem);
  right: 0;
  opacity: 0;
  z-index: 10;
  transition: opacity 0.2s;
}
.bnr.is-show {
  opacity: 1;
}
@media (width < 768px) {
  .bnr {
    width: 100%;
    position: fixed;
    top: auto;
    bottom: 0;
  }
}
main {
  margin-top: 0;
}
.top_cnt {
  width: 100%;
}
.kv {
  position: relative;
  width: 100%;
}
.kv .kv_image {
  height: auto;
  position: relative;
  width: 100%;
  margin: 0 auto;
}
@media (width < 768px) {
  .kv {
    margin: 0px auto 0;
  }
  .kv .kv_image {
    width: 100%;
    height: 30%;
  }
}
.kv .kv_image .imgArea img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
@media (width < 768px) {
  .kv .kv_image .imgArea img {
    height: 30%;
  }
}
.kv .btnArea {
  bottom: 12%;
  left: 6%;
  position: absolute;
  width: 38%;
}
@media (width < 768px) {
  .kv .btnArea {
    bottom: calc(25 * var(--ratio-rem));
    left: 5%;
    width: 90%;
  }
}
@media (width < 768px) {
  .kv .btn_wrap {
    padding: 0px 0;
    position: relative;
  }
}
.kv .kv_beige {
  padding: 50px 0 0;
  position: relative;
}
@media (width < 768px) {
  .kv .kv_beige {
    margin: 0 auto;
    padding-bottom: 0px;
    width: 90%;
  }
}
.kv .kv_beige .lead_top {
  margin: 0 auto 30px;
  max-width: 235px;
}
@media (width < 768px) {
  .kv .kv_beige .lead_top {
    margin: 0 auto calc(0.9375 * 1rem);
    width: 40%;
  }
}
.kv .kv_beige .lead_title {
  margin: 0px auto calc(1.875 * 1rem);
  max-width: 798px;
}
@media (width < 768px) {
  .kv .kv_beige .lead_title {
    margin: calc(3.125 * 1rem) auto calc(1.875 * 1rem);
    max-width: 100%;
    width: 75%;
  }
}
.bg-wrap {
  background-color: #fdf1ef;
  background-image: url(../images/bg_present-01_pc.webp);
  background-position: center top;
  background-repeat: repeat-y;
  background-size: calc(105 * 1rem);
}
@media (width < 768px) {
  .bg-wrap {
    background-image: url(../images/bg_present-01_sp.webp);
    background-size: 100%;
  }
}
.present-sec {
  padding: calc(4.375 * 1rem) 0 0;
}
@media (width < 768px) {
  .present-sec {
    padding: calc(70 * var(--ratio-rem)) 0 0;
  }
}
.present-sec .inner {
  margin: 0 auto;
  max-width: calc(67.5 * 1rem);
  width: 90%;
}
@media (width < 768px) {
  .present-sec .inner {
    max-width: none;
    width: 100%;
  }
}
.present-sec .inner .present_cam_txt {
  width: calc(47.8125 * 1rem);
  margin: 0 auto calc(3.125 * 1rem);
}
@media (width < 768px) {
  .present-sec .inner .present_cam_txt {
    width: 90%;
    margin-bottom: calc(60 * var(--ratio-rem));
  }
}
.present-sec .inner .present_txt {
  text-align: center;
  margin-bottom: calc(1.25 * 1rem);
  font-weight: 600;
}
@media (width < 768px) {
  .present-sec .inner .present_txt {
    margin-bottom: calc(30 * var(--ratio-rem));
  }
}
.present-sec .inner .present {
  margin: 0 auto 0px;
  width: calc(63.75 * 1rem);
}
@media (width < 768px) {
  .present-sec .inner .present {
    margin: 0 auto calc(30 * var(--ratio-rem));
    width: 90%;
  }
}
.present-sec .inner .present img {
  margin-bottom: calc(0.625 * 1rem);
}
@media (width < 768px) {
  .present-sec .inner .present img {
    margin-bottom: 2.6666666667vw;
  }
}
.present-sec .inner .present small {
  display: block;
  color: #000;
  font-size: calc(0.75 * 1rem);
}
@media (width < 768px) {
  .present-sec .inner .present small {
    font-size: 2.4vw;
  }
}
.present-sec .inner .requirement {
  border: solid 1px #fff;
}
@media (width < 768px) {
  .present-sec .inner .requirement {
    margin: 0 auto;
    width: calc(100% - 3.125 * 1rem);
  }
}
.present-sec .inner .requirement dl {
  align-items: center;
  display: flex;
  margin: 0 auto;
  padding: calc(1.5625 * 1rem) 0;
  width: calc(55.375 * 1rem);
}
@media (width < 768px) {
  .present-sec .inner .requirement dl {
    display: block;
    padding: 4.6666666667vw;
    width: 100%;
  }
}
.present-sec .inner .requirement dl dt {
  border: calc(0.125 * 1rem) solid #fff;
  border-radius: calc(0.625 * 1rem);
  color: #fff;
  font-size: calc(0.9375 * 1rem);
  font-weight: 700;
  line-height: 1.4;
  padding: calc(0.625 * 1rem) 0;
  text-align: center;
  width: calc(8.75 * 1rem);
}
@media (width < 768px) {
  .present-sec .inner .requirement dl dt {
    border-radius: calc(0.3125 * 1rem);
    font-size: 3.4666666667vw;
    margin-bottom: 2.6666666667vw;
    padding: 2vw 0;
    width: 100%;
  }
}
.present-sec .inner .requirement dl dd {
  color: #fff;
  font-size: calc(1 * 1rem);
  font-weight: 700;
  padding-left: calc(1.875 * 1rem);
  width: calc(100% - 8.75 * 1rem);
}
@media (width < 768px) {
  .present-sec .inner .requirement dl dd {
    font-size: 2.9333333333vw;
    line-height: 1.4;
    padding-left: 0;
    width: 100%;
  }
}
.present-sec .inner .requirement dl dd small {
  display: block;
}
@media (width < 768px) {
  .present-sec .inner .requirement dl dd small {
    font-size: 3.2vw;
    margin-top: 0.6666666667vw;
  }
}
.btm_sec {
  width: 100%;
  background-color: #f7f5ea;
  padding: 0px 0 calc(5.625 * 1rem);
}
.btm_sec .hirayaArea {
  padding-top: calc(6.25 * 1rem);
}
.btm_sec .hirayaArea .ttlArea {
  max-width: calc(44.8125 * 1rem);
  margin: 0px auto calc(4.375 * 1rem);
}
.btm_sec .hirayaArea .hiraya_list li {
  max-width: calc(56 * 1rem);
  margin: 0 auto calc(3.75 * 1rem);
}
.btm_sec .inner .btn {
  display: block;
  margin: 0 auto;
  max-width: calc(40.375 * 1rem);
}
.btm_sec .inner .btn img {
  transition: opacity 0.2s;
}
@media (width < 768px) {
  .btm_sec .inner .btn:hover img {
    opacity: 0.8;
  }
}
.outline-sec {
  padding: calc(3.75 * 1rem) 0 calc(6.25 * 1rem);
}
@media (width < 768px) {
  .outline-sec {
    padding: 13.3333333333vw 0 13.3333333333vw;
  }
}
.outline-sec .inner {
  margin: 0 auto;
  width: calc(62.5 * 1rem);
}
@media (width < 768px) {
  .outline-sec .inner {
    margin: 0 auto;
    width: calc(100% - 3.125 * 1rem);
  }
}
.outline-sec .inner .box {
  background: #fff;
}
.outline-sec .inner .box .midashi {
  background: #3C312C;
  color: #fff;
  font-size: calc(1.875 * 1rem);
  font-weight: 700;
  padding: calc(1.875 * 1rem) 0;
  text-align: center;
}
@media (width < 768px) {
  .outline-sec .inner .box .midashi {
    font-size: 4.2666666667vw;
    padding: 2.6666666667vw 0;
  }
}
.outline-sec .inner .box .content {
  font-size: calc(0.9375 * 1rem);
  font-weight: 700;
  height: calc(36.6875 * 1rem);
  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: 30px 0;
  text-align: justify;
}
@media (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: calc(1.125 * 1rem);
  width: calc(10.9375 * 1rem);
}
@media (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: calc(0.9375 * 1rem);
  width: calc(100% - 175px);
}
@media (width < 768px) {
  .outline-sec .inner .box .content dl dd {
    font-size: 2.9333333333vw;
    width: 100%;
  }
}
.outline-sec .inner .box .content dl dd p {
  /*margin-left: 1em;
  text-indent: -1em;*/
}
@media (width < 768px) {
  .outline-sec .inner .box .content dl dd p {
    letter-spacing: 0;
    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: calc(40.375 * 1rem);
}
.outline-sec .inner .btn img {
  transition: opacity 0.2s;
}
@media (width >= 768px) {
  .outline-sec .inner .btn:hover img {
    opacity: 0.8;
  }
}
.content-sec {
  padding: calc(7.5 * 1rem) 0 calc(6.875 * 1rem);
}
@media (width < 768px) {
  .content-sec {
    padding: calc(70 * var(--ratio-rem)) 0 calc(200 * var(--ratio-rem));
  }
}
.content-sec .inner {
  width: calc(67.5 * 1rem);
  margin: 0 auto;
}
@media (width < 768px) {
  .content-sec .inner {
    width: 90%;
  }
}
.content-sec .inner figure {
  margin-bottom: calc(2.5 * 1rem);
}
@media (width < 768px) {
  .content-sec .inner figure {
    margin-bottom: calc(130 * var(--ratio-rem));
  }
}
.content-sec .inner figure:nth-of-type(1) {
  margin-bottom: calc(6.25 * 1rem);
}
@media (width < 768px) {
  .content-sec .inner figure:nth-of-type(1) {
    margin-bottom: calc(130 * var(--ratio-rem));
  }
}
.content-sec .inner figure:nth-of-type(2) {
  margin-bottom: calc(3.75 * 1rem);
}
@media (width < 768px) {
  .content-sec .inner figure:nth-of-type(2) {
    margin-bottom: calc(130 * var(--ratio-rem));
  }
}
@media (width < 768px) {
  .content-sec .inner figure:nth-last-of-type(1) {
    margin-bottom: calc(60 * var(--ratio-rem));
  }
}
.content-sec .inner small {
  font-size: calc(1 * 1rem);
  display: block;
}
@media (width < 768px) {
  .content-sec .inner small {
    font-size: calc(20 * var(--ratio-rem));
  }
}