@charset "UTF-8";



html {
  font-size: 1.25vw;
}

body {
  background-color: #FAF0E4;
  overflow-x: clip;
}

.only-pc {
  display: block;
}

.only-sp {
  display: none;
}

/************************************************************************
* reset
************************************************************************/
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  -webkit-print-color-adjust: exact;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-underline-offset: .2em;
  min-height: 100vh;
  min-height: -webkit-fill-available;
  color: #000;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0;
  line-break: strict;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  word-break: normal;
  overflow-wrap: anywhere;
}

article,
aside,
footer,
header,
nav,
section,
main {
  display: block;
}

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

a {
  display: inline-block;
  -webkit-transition: opacity .3s ease 0s;
  transition: opacity .3s ease 0s;
  color: inherit;
  text-decoration: none;
}

a[href='*'] {
  cursor: pointer;
}

a[href='*']:hover, a[href='*']:focus-visible {
  opacity: .7;
}

img,
svg {
  display: inline-block;
  vertical-align: top;
  border: none;
  width: 100%;
  height: auto;
}

video {
  width: 100%;
  height: auto;
}

code,
kbd,
pre,
samp {
  font-size: inherit;
}

ul,
ol {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

address {
  font-style: italic;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  margin: 0;
  border: none;
  background: transparent;
  padding: 0;
  font: inherit;
}

abbr,
acronym {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

cite {
  font-style: italic;
}

code,
kbd {
  background-color: #F8F8F8;
  padding: .25em .5em;
}

em {
  font-style: italic;
  font-weight: 700;
}

pre {
  display: block;
  background-color: #F8F8F8;
  padding: 1em 2em;
}

sub {
  vertical-align: sub;
  font-size: smaller;
}

sup {
  vertical-align: super;
  font-size: smaller;
}

var {
  background-color: #F8F8F8;
  padding: .25em .5em;
  font-style: italic;
}

/************************************************************************
* end reset
************************************************************************/
.js-fadeIn {
  visibility: hidden;
  opacity: 0;
}

.js-fadeInUp {
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  visibility: hidden;
  opacity: 0;
}

.js-fadeInLeft {
  -webkit-transform: translateX(-30px);
  transform: translateX(-30px);
  visibility: hidden;
  opacity: 0;
}

.js-fadeInRight {
  -webkit-transform: translateX(30px);
  transform: translateX(30px);
  visibility: hidden;
  opacity: 0;
}

.js-fadeInStagger {
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  visibility: hidden;
  opacity: 0;
}

.js-fadeInStaggerItem {
  visibility: hidden;
  opacity: 0;
}

.js-drawLine {
  visibility: hidden;
}

.details__line1--sp,
.details__line2--sp,
.profile__line--sp {
  display: none;
}

@-webkit-keyframes fadeInLeft {

  from {
    -webkit-transform: translate3d(-2%, 0, 0);
    transform: translate3d(-2%, 0, 0);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes fadeInLeft {

  from {
    -webkit-transform: translate3d(-2%, 0, 0);
    transform: translate3d(-2%, 0, 0);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeInRight {

  from {
    -webkit-transform: translate3d(2%, 0, 0);
    transform: translate3d(2%, 0, 0);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fadeInRight {

  from {
    -webkit-transform: translate3d(2%, 0, 0);
    transform: translate3d(2%, 0, 0);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeInUp {

  from {
    -webkit-transform: translate3d(0, 2%, 0);
    transform: translate3d(0, 2%, 0);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fadeInUp {

  from {
    -webkit-transform: translate3d(0, 2%, 0);
    transform: translate3d(0, 2%, 0);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {

  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
@keyframes fadeIn {

  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {

  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}
@keyframes fadeOut {

  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeInLeft,
.fadeInRight,
.fadeInUp,
.fadeIn,
.fadeOut {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

.fadeInLeft {
  -webkit-animation-name: fadeinleft;
  animation-name: fadeInLeft;
}

.fadeInRight {
  -webkit-animation-name: fadeinright;
  animation-name: fadeInRight;
}

.fadeInUp {
  -webkit-animation-name: fadeinup;
  animation-name: fadeInUp;
}

.fadeIn {
  -webkit-animation-name: fadein;
  animation-name: fadeIn;
}

.fadeOut {
  opacity: 1;
  -webkit-animation-name: fadeout;
  animation-name: fadeOut;
}

[data-target] {
  cursor: pointer;
}

html {
  scroll-padding-top: 7.5rem;
  scroll-behavior: smooth;
}

:root {

  /* ウィンドウサイズ */
  --vw: 100vw;
  --vh: 100vh;

  /* 三角形 */
  --clip-triangle-top: polygon(50% 0, 100% 100%, 0 100%);
  --clip-triangle-bottom: polygon(0 0, 100% 0, 50% 100%);
  --clip-triangle-right: polygon(0 0, 100% 50%, 0 100%);
  --clip-triangle-left: polygon(0 50%, 100% 0, 100% 100%);
  --clip-triangle-lower-left: polygon(0 0, 100% 100%, 0 100%);
  --clip-triangle-upper-left: polygon(0 0, 100% 0, 0 100%);
  --clip-triangle-lower-right: polygon(100% 0, 100% 100%, 0 100%);
  --clip-triangle-upper-right: polygon(0 0, 100% 0, 100% 100%);

  /**
     * svgをbackgroundで使う
     * 色：#ffffff -> %23ffffff
     */
  --icon-btn-arrow: url('data:image/svg+xml;utf8,<svg width="37" height="6" viewBox="0 0 37 6" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 5H36L26.2703 1" stroke="%230C4A6E"/></svg>');

  /* ヘッダー高さ */
  --header-height: 120px;
}

.l-footer {
  display: none;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
  pointer-events: none;
}

.header__logolink,
.header__hamburger {
  pointer-events: auto;
}

.header__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 120px;
  height: 7.5rem;
}

.header__logo {
  aspect-ratio: 560/240;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 280px;
  width: 17.5rem;
  max-width: 100%;
}

.header__logolink {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.header__logoimg {
  max-width: 100%;
}

.header__hamburger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: -webkit-box-shadow .3s ease;
  transition: -webkit-box-shadow .3s ease;
  transition: box-shadow .3s ease;
  transition: box-shadow .3s ease, -webkit-box-shadow .3s ease;
  cursor: pointer;
  margin-bottom: 9px;
  margin-bottom: .5625rem;
  -webkit-margin-start: auto;
  margin-inline-start: auto;
  -webkit-margin-end: 24px;
  -webkit-margin-end: 1.5rem;
  margin-inline-end: 24px;
  margin-inline-end: 1.5rem;
  border: none;
  border-radius: 100%;
  background-color: #fff;
  width: 72px;
  width: 4.5rem;
  max-width: 100%;
  height: 72px;
  height: 4.5rem;
}

.header__hamburgerline {
  display: block;
  -webkit-transition: opacity .3s ease, -webkit-transform .3s ease;
  transition: opacity .3s ease, -webkit-transform .3s ease;
  transition: transform .3s ease, opacity .3s ease;
  transition: transform .3s ease, opacity .3s ease, -webkit-transform .3s ease;
  border-radius: .125rem;
  background-color: #44A441;
  width: 34px;
  width: 2.125rem;
  height: 2px;
  height: .125rem;
}

.header__hamburgerline + .header__hamburgerline {
  -webkit-margin-before: 8px;
  -webkit-margin-before: .5rem;
  margin-block-start: 8px;
  margin-block-start: .5rem;
}

.header__hamburger.is-active .header__hamburgerline:first-child {
  -webkit-transform: translateY(.3125rem) rotate(25deg);
  transform: translateY(.3125rem) rotate(25deg);
}

.header__hamburger.is-active .header__hamburgerline:last-child {
  -webkit-transform: translateY(-.3125rem) rotate(-25deg);
  transform: translateY(-.3125rem) rotate(-25deg);
}

.drawer {
  position: fixed;
  top: 0;
  right: 0;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  z-index: 40;
  -webkit-transition: -webkit-transform .4s ease, -webkit-box-shadow .4s ease;
  transition: -webkit-transform .4s ease, -webkit-box-shadow .4s ease;
  transition: transform .4s ease, box-shadow .4s ease;
  transition: transform .4s ease, box-shadow .4s ease, -webkit-transform .4s ease, -webkit-box-shadow .4s ease;
  border-bottom-left-radius: 24px;
  border-bottom-left-radius: 1.5rem;
  background-color: #fff;
  width: 439px;
  width: 27.4375rem;
  max-height: 100dvh;
  overflow-x: hidden;
  overflow-y: auto;
}

.drawer.is-open {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-box-shadow: 0 0 2.5rem #A38A6B;
  box-shadow: 0 0 2.5rem #A38A6B;
}

.drawer__logobox {
  display: none;
}

.drawer__nav {
  position: relative;
  z-index: 1;
  -webkit-padding-before: 14.5833333333dvh;
  padding-block-start: 14.5833333333dvh;
  -webkit-padding-after: 6.6666666667dvh;
  padding-block-end: 6.6666666667dvh;
}

.drawer__navitem {
  padding-inline: 51px 93px;
  padding-inline: 3.1875rem 5.8125rem;
}

.drawer__navlink {
  gap: 20px;
  gap: 1.25rem;
  padding-block: 4.1111111111dvh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-top: 1px solid #FAF0E4;
  color: #3E3E3E;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: .1em;
  line-height: .9;
  text-decoration: none;
}

.drawer__navitem:first-child .drawer__navlink {
  border-top: none;
  -webkit-padding-before: 0;
  padding-block-start: 0;
  -webkit-padding-after: 3.3333333333dvh;
  padding-block-end: 3.3333333333dvh;
}

.drawer__navitem:last-child .drawer__navlink {
  border-bottom: 1px solid #FAF0E4;
}

.drawer__navarrow {
  aspect-ratio: 1;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
  width: 16px;
  width: 1rem;
  height: 16px;
  height: 1rem;
}

.drawer__objects {
  aspect-ratio: 162/215;
  position: absolute;
  top: 15.4166666667dvh;
  left: 243px;
  left: 15.1875rem;
  z-index: 0;
  width: 162px;
  width: 10.125rem;
  pointer-events: none;
}

.drawer__applybtn {
  display: none;
}

.drawer__overlay {
  inset: 0;
  position: fixed;
  opacity: 0;
  z-index: 30;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease;
  cursor: pointer;
  pointer-events: none;
}

.drawer__overlay.is-open {
  opacity: 1;
  pointer-events: auto;
}

body.is-drawerOpen {
  overflow: hidden;
}

.fv {
  overflow: hidden;
}

.fv__inner {
  margin-inline: auto;
  position: relative;
  max-width: 1299px;
  max-width: 81.1875rem;
  min-height: 750px;
  min-height: 46.875rem;
  overflow: hidden;
}

.fv__objects {
  aspect-ratio: 1193/750;
  position: absolute;
  top: -18px;
  top: -1.125rem;
  left: -17px;
  left: -1.0625rem;
  width: 1193px;
  width: 74.5625rem;
}

.fv__title {
  aspect-ratio: 892/145;
  position: absolute;
  top: 152px;
  top: 9.5rem;
  left: 195px;
  left: 12.1875rem;
  width: 892px;
  width: 55.75rem;
}

.fv__subtitle {
  aspect-ratio: 524/62;
  position: absolute;
  top: 317px;
  top: 19.8125rem;
  left: 378px;
  left: 23.625rem;
  width: 524px;
  width: 32.75rem;
}

.fv__people {
  aspect-ratio: 1280/332;
  position: absolute;
  bottom: 42px;
  bottom: 2.625rem;
  left: 0;
  width: 1280px;
  width: 80rem;
}

.about {
  position: relative;
  -webkit-margin-before: 115px;
  -webkit-margin-before: 7.1875rem;
  margin-block-start: 115px;
  margin-block-start: 7.1875rem;
  min-height: 1060px;
  min-height: 66.25rem;
  overflow: hidden;
}

.about__inner {
  position: relative;
}

.about__badge {
  gap: 12px;
  gap: .75rem;
  padding-inline: 120px 47px;
  padding-inline: 7.5rem 2.9375rem;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1;
  border-radius: 0 2rem 2rem 0;
  background-color: #44A441;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 64px;
  height: 4rem;
}

.about__badgeen {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 900;
  letter-spacing: .1em;
  line-height: 1;
  white-space: nowrap;
}

.about__badgeja {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-margin-before: 12px;
  -webkit-margin-before: .75rem;
  margin-block-start: 12px;
  margin-block-start: .75rem;
  color: #fff;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: .1em;
  line-height: 1;
  white-space: nowrap;
}

.about__content {
  position: relative;
  z-index: 2;
  -webkit-padding-start: 565px;
  -webkit-padding-start: 35.3125rem;
  padding-inline-start: 565px;
  padding-inline-start: 35.3125rem;
  -webkit-padding-end: 130px;
  -webkit-padding-end: 8.125rem;
  padding-inline-end: 130px;
  padding-inline-end: 8.125rem;
  -webkit-padding-before: 24px;
  -webkit-padding-before: 1.5rem;
  padding-block-start: 24px;
  padding-block-start: 1.5rem;
}

.about__heading {
  color: #3E3E3E;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 2;
}

.about__headingaccent {
  color: #FF6E00;
}

.about__text {
  -webkit-margin-before: 62px;
  -webkit-margin-before: 3.875rem;
  margin-block-start: 62px;
  margin-block-start: 3.875rem;
  color: #3E3E3E;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: .1em;
  line-height: 2.2222222222;
  text-align: justify;
}

.about__formWrap {
  position: relative;
  z-index: 3;
  -webkit-margin-start: 300px;
  -webkit-margin-start: 18.75rem;
  margin-inline-start: 300px;
  margin-inline-start: 18.75rem;
  -webkit-margin-before: 115px;
  -webkit-margin-before: 7.1875rem;
  margin-block-start: 115px;
  margin-block-start: 7.1875rem;
  width: 797px;
  width: 49.8125rem;
  max-width: calc(100% - 2.5rem);
}

.about__formbtn {
  padding-block: 42px 53px;
  padding-block: 2.625rem 3.3125rem;
  padding-inline: 120px;
  padding-inline: 7.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: -webkit-box-shadow .3s;
  transition: -webkit-box-shadow .3s;
  transition: box-shadow .3s;
  transition: box-shadow .3s, -webkit-box-shadow .3s;
  border-radius: 1.5rem;
  background-color: #FF6E00;
  width: 680px;
  width: 42.5rem;
  max-width: 100%;
  min-height: 159px;
  min-height: 9.9375rem;
  text-decoration: none;
}

.about__formbtntext {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.about__formbtnlabel {
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1;
}

.about__formbtnname {
  -webkit-margin-before: 10px;
  -webkit-margin-before: .625rem;
  margin-block-start: 10px;
  margin-block-start: .625rem;
  color: #fff;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: .1em;
  line-height: 1.2;
  overflow-wrap: anywhere;
}

.about__formbtnicon {
  display: block;
  position: absolute;
  top: 50%;
  right: 32px;
  right: 2rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 80px;
  width: 5rem;
  height: 69px;
  height: 4.3125rem;
}

.about__formbtnhex {
  display: block;
  width: 100%;
  height: 100%;
}

.about__formbtnarrow {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
  width: 24px;
  width: 1.5rem;
  height: 24px;
  height: 1.5rem;
}

.about__formpeople {
  display: block;
  position: absolute;
  bottom: 3px;
  bottom: .1875rem;
  left: -117px;
  left: -7.3125rem;
  width: 293px;
  width: 18.3125rem;
  max-width: 100%;
  height: 200px;
  height: 12.5rem;
}

.about__formpeopleimg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.about__formnote {
  position: relative;
  -webkit-margin-start: 176px;
  -webkit-margin-start: 11rem;
  margin-inline-start: 176px;
  margin-inline-start: 11rem;
  -webkit-margin-before: 22px;
  -webkit-margin-before: 1.375rem;
  margin-block-start: 22px;
  margin-block-start: 1.375rem;
  width: 504px;
  width: 31.5rem;
  max-width: 100%;
  color: #3E3E3E;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 14px;
  font-size: .875rem;
  font-weight: 500;
  letter-spacing: .1em;
  line-height: 1.7142857143;
}

.about__formnotelink {
  color: #FF6E00;
  text-decoration: underline;
}

.about__linepc {
  aspect-ratio: 364/754.6;
  position: absolute;
  bottom: 180px;
  bottom: 11.25rem;
  left: 0;
  z-index: 1;
  width: 364px;
  width: 22.75rem;
  max-width: 100%;
  pointer-events: none;
}

.about__linesp {
  display: none;
}

.about__people {
  position: absolute;
  bottom: 566px;
  bottom: 35.375rem;
  left: 65px;
  left: 4.0625rem;
  z-index: 2;
  width: 333px;
  width: 20.8125rem;
  height: 328px;
  height: 20.5rem;
  pointer-events: none;
}

.episode {
  -webkit-margin-before: 213px;
  -webkit-margin-before: 13.3125rem;
  margin-block-start: 213px;
  margin-block-start: 13.3125rem;
}

.episode__inner {
  position: relative;
}

.episode__badge {
  padding-inline: 120px 48px;
  padding-inline: 7.5rem 3rem;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0 2rem 2rem 0;
  background-color: #44A441;
  width: 455px;
  width: 28.4375rem;
  height: 64px;
  height: 4rem;
}

.episode__badgetitle {
  gap: 17px;
  gap: 1.0625rem;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
}

.episode__badgeen {
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 900;
  letter-spacing: .1em;
  line-height: 1;
  white-space: nowrap;
}

.episode__badgeja {
  -webkit-margin-before: 12px;
  -webkit-margin-before: .75rem;
  margin-block-start: 12px;
  margin-block-start: .75rem;
  color: #fff;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: .1em;
  line-height: 1;
  white-space: nowrap;
}

.episode__list {
  gap: 32px 24px;
  gap: 2rem 1.5rem;
  display: grid;
  grid-template-columns: 31.5rem 31.5rem;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-margin-start: 124px;
  -webkit-margin-start: 7.75rem;
  margin-inline-start: 124px;
  margin-inline-start: 7.75rem;
  -webkit-margin-before: 65px;
  -webkit-margin-before: 4.0625rem;
  margin-block-start: 65px;
  margin-block-start: 4.0625rem;
  list-style: none;
}

.episode__itemheading {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

.episode__trigger {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  -webkit-transition: -webkit-filter .3s ease;
  transition: -webkit-filter .3s ease;
  transition: filter .3s ease;
  transition: filter .3s ease, -webkit-filter .3s ease;
  cursor: pointer;
  border: none;
  background: none;
  padding: 0;
  width: 100%;
  text-align: left;
}

.episode__tab {
  gap: 9px;
  gap: .5625rem;
  padding-inline: 16px;
  padding-inline: 1rem;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 1rem 1rem 0 0;
  background-color: #A38A6B;
  width: 151px;
  width: 9.4375rem;
  height: 32px;
  height: 2rem;
}

.episode__taben {
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: .1em;
  line-height: 1;
}

.episode__tabnum {
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1;
}

.episode__card {
  gap: 16px;
  gap: 1rem;
  padding-block: 16px;
  padding-block: 1rem;
  padding-inline: 32px 16px;
  padding-inline: 2rem 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transition: border-radius 0s .5s;
  transition: border-radius 0s .5s;
  border-radius: 0 1rem 1rem 1rem;
  background-color: #fff;
  width: 100%;
}

.episode__trigger[aria-expanded=true] .episode__card {
  -webkit-transition: border-radius 0s;
  transition: border-radius 0s;
  border-radius: 0 1rem 0 0;
}

.episode__cardtitle {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #3E3E3E;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1.5;
}

.episode__hexwrap {
  position: relative;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 56px;
  width: 3.5rem;
  height: 48px;
  height: 3rem;
}

.episode__heximg {
  display: block;
  width: 100%;
  height: 100%;
}

.episode__plusicon {
  inset: 0;
  position: absolute;
  margin: auto;
  width: 20px;
  width: 1.25rem;
  height: 20px;
  height: 1.25rem;
}

.episode__plusicon::before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-margin-before: -1.5px;
  -webkit-margin-before: -.09375rem;
  margin-block-start: -1.5px;
  margin-block-start: -.09375rem;
  border-radius: .125rem;
  background-color: #fff;
  width: 100%;
  height: 3px;
  height: .1875rem;
  content: '';
}

.episode__plusicon::after {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transition: opacity .3s ease .5s, -webkit-transform .3s ease .5s;
  transition: opacity .3s ease .5s, -webkit-transform .3s ease .5s;
  transition: opacity .3s ease .5s, transform .3s ease .5s;
  transition: opacity .3s ease .5s, transform .3s ease .5s, -webkit-transform .3s ease .5s;
  -webkit-margin-start: -1.5px;
  -webkit-margin-start: -.09375rem;
  margin-inline-start: -1.5px;
  margin-inline-start: -.09375rem;
  border-radius: .125rem;
  background-color: #fff;
  width: 3px;
  width: .1875rem;
  height: 100%;
  content: '';
}

.episode__trigger[aria-expanded=true] .episode__plusicon::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  opacity: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.episode__panel {
  -webkit-transition: max-height .5s ease-in-out;
  transition: max-height .5s ease-in-out;
  border-radius: 0 0 1rem 1rem;
  background-color: #fff;
  max-height: 0;
  overflow: hidden;
}

.episode__panel[aria-hidden=false] {
  max-height: 1200px;
  max-height: 75rem;
}

.episode__panelinner {
  padding-block: 0 24px;
  padding-block: 0 1.5rem;
  padding-inline: 32px;
  padding-inline: 2rem;
}

.episode__panelbody {
  background-image: repeating-linear-gradient(to bottom, transparent 0, transparent calc(2.25em - 1px), #FAF0E4 calc(2.25em - 1px), #FAF0E4 2.25em);
  color: #3E3E3E;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: .1em;
  line-height: 2.25;
  text-align: justify;
}

.episode__panelorange {
  color: #FF6E00;
}

.profile {
  position: relative;
  -webkit-margin-before: 156px;
  -webkit-margin-before: 9.75rem;
  margin-block-start: 156px;
  margin-block-start: 9.75rem;
  overflow-x: clip;
}

.profile__line {
  position: absolute;
  top: 361px;
  top: 22.5625rem;
  left: 0;
  z-index: 0;
  width: 100%;
  pointer-events: none;
}

.profile__inner {
  margin-inline: auto;
  position: relative;
  max-width: 1280px;
  max-width: 80rem;
}

.profile__label {
  gap: 12px;
  gap: .75rem;
  padding-inline: 120px 48px;
  padding-inline: 7.5rem 3rem;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1;
  border-radius: 0 2rem 2rem 0;
  background-color: #44A441;
  width: 489px;
  width: 30.5625rem;
  height: 64px;
  height: 4rem;
}

.profile__labelen {
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 900;
  letter-spacing: .1em;
  line-height: 1;
  white-space: nowrap;
}

.profile__labelja {
  -webkit-margin-before: 12px;
  -webkit-margin-before: .75rem;
  margin-block-start: 12px;
  margin-block-start: .75rem;
  color: #fff;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: .1em;
  line-height: 1;
  white-space: nowrap;
}

.profile__illust {
  position: absolute;
  top: -58px;
  top: -3.625rem;
  right: 72px;
  right: 4.5rem;
  z-index: 2;
  width: 444px;
  width: 27.75rem;
  pointer-events: none;
}

.profile__illustimg {
  display: block;
  width: 100%;
}

.profile__contents {
  gap: 24px;
  gap: 1.5rem;
  display: grid;
  position: relative;
  grid-template-columns: 31.5rem 31.5rem;
  z-index: 1;
  -webkit-margin-start: 124px;
  -webkit-margin-start: 7.75rem;
  margin-inline-start: 124px;
  margin-inline-start: 7.75rem;
  -webkit-margin-before: 64px;
  -webkit-margin-before: 4rem;
  margin-block-start: 64px;
  margin-block-start: 4rem;
}

.profile__card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 8px solid #9ABE4A;
  border: .5rem solid #9ABE4A;
  border-radius: 2.5rem;
  background-color: #9ABE4A;
  width: 504px;
  width: 31.5rem;
  min-height: 492px;
  min-height: 30.75rem;
  overflow: hidden;
}

.profile__cardheader {
  gap: 8px;
  gap: .5rem;
  padding-block: 16px 16px;
  padding-block: 1rem 1rem;
  padding-inline: 32px;
  padding-inline: 2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  background-color: #9ABE4A;
  min-height: 86px;
  min-height: 5.375rem;
}

.profile__cardname {
  gap: 5px;
  gap: .3125rem;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.profile__cardnameja {
  color: #fff;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: .1em;
  line-height: 1.32;
}

.profile__cardnamesensei {
  color: #fff;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: .1em;
  line-height: 1.32;
}

.profile__cardbody {
  padding-block: 32px 23px;
  padding-block: 2rem 1.4375rem;
  padding-inline: 32px 24px;
  padding-inline: 2rem 1.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #FAF0E4;
}

.profile__cardmain {
  gap: 24px;
  gap: 1.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.profile__cardinfo {
  gap: 24px;
  gap: 1.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
}

.profile__cardsns {
  gap: 5px;
  gap: .3125rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.profile__cardwork {
  gap: 5px;
  gap: .3125rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.profile__cardsubtitle {
  color: #FF6E00;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-size: .875rem;
  font-weight: 900;
  letter-spacing: .1em;
  line-height: 1.32;
}

.profile__snslist {
  gap: 8px;
  gap: .5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}

.profile__snslink {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease;
  border-radius: 100%;
  background-color: #fff;
  width: 64px;
  width: 4rem;
  height: 64px;
  height: 4rem;
}

.profile__snsicon {
  display: block;
}

.profile__snsicon--x {
  width: 24px;
  width: 1.5rem;
  height: 25px;
  height: 1.5625rem;
}

.profile__snsicon--ig {
  width: 32px;
  width: 2rem;
  height: 32px;
  height: 2rem;
}

.profile__worktext {
  color: #3E3E3E;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: .1em;
  line-height: 1.75;
  text-align: justify;
}

.profile__cardimgwrap {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 1rem;
  background-color: #b2b2b2;
  width: 160px;
  width: 10rem;
  height: 180px;
  height: 11.25rem;
  overflow: hidden;
}

.profile__cardimg {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.profile__cardcomment {
  gap: 5px;
  gap: .3125rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-margin-before: 28px;
  -webkit-margin-before: 1.75rem;
  margin-block-start: 28px;
  margin-block-start: 1.75rem;
}

.profile__cardtext {
  color: #3E3E3E;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: .1em;
  line-height: 1.75;
  text-align: justify;
}

.details {
  position: relative;
  -webkit-margin-before: 120px;
  -webkit-margin-before: 7.5rem;
  margin-block-start: 120px;
  margin-block-start: 7.5rem;
  overflow-x: clip;
}

.details__line1 {
  aspect-ratio: 1280/739;
  position: absolute;
  top: -292px;
  top: -18.25rem;
  left: 0;
  z-index: 0;
  width: 100%;
  max-width: none;
  pointer-events: none;
}

.details__line2 {
  position: absolute;
  right: 0;
  bottom: 154px;
  bottom: 9.625rem;
  z-index: 0;
  width: 1280px;
  width: 80rem;
  max-width: none;
  pointer-events: none;
}

.details__objects {
  position: absolute;
  bottom: -131px;
  bottom: -8.1875rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 0;
  pointer-events: none;
}

.details__objects img {
  display: block;
  width: 1530px;
  width: 95.625rem;
  max-width: none;
}

.details__inner {
  margin-inline: auto;
  position: relative;
  z-index: 1;
  -webkit-padding-after: 180px;
  -webkit-padding-after: 11.25rem;
  padding-block-end: 180px;
  padding-block-end: 11.25rem;
  max-width: 1280px;
  max-width: 80rem;
}

.details__card {
  margin-inline: auto;
  padding-block: 76px 144px;
  padding-block: 4.75rem 9rem;
  position: relative;
  border-radius: 2.5rem;
  background-color: #F7E3CB;
  width: 1032px;
  width: 64.5rem;
}

.details__badge {
  gap: 12px;
  gap: .75rem;
  padding-inline: 62px 48px;
  padding-inline: 3.875rem 3rem;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0 3.125rem 3.125rem 0;
  background-color: #44A441;
  height: 64px;
  height: 4rem;
}

.details__badgeen {
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 900;
  letter-spacing: .1em;
  line-height: 1;
  white-space: nowrap;
}

.details__badgeja {
  -webkit-margin-before: 12px;
  -webkit-margin-before: .75rem;
  margin-block-start: 12px;
  margin-block-start: .75rem;
  color: #fff;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: .1em;
  line-height: 1;
}

.details__list {
  margin-inline: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-margin-before: 58px;
  -webkit-margin-before: 3.625rem;
  margin-block-start: 58px;
  margin-block-start: 3.625rem;
  width: 856px;
  width: 53.5rem;
}

.details__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  min-height: 56px;
  min-height: 3.5rem;
}

.details__row + .details__row {
  -webkit-margin-before: 8px;
  -webkit-margin-before: .5rem;
  margin-block-start: 8px;
  margin-block-start: .5rem;
}

.details__label {
  padding-block: 12px;
  padding-block: .75rem;
  padding-inline: 25px 25px;
  padding-inline: 1.5625rem 1.5625rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-radius: .5rem 0 0 .5rem;
  background-color: #A38A6B;
  width: 100%;
  max-width: 190px;
  max-width: 11.875rem;
  color: #fff;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1.75;
  text-align: left;
  white-space: normal;
}

.details__value {
  padding-block: 14.5px;
  padding-block: .90625rem;
  padding-inline: 24px;
  padding-inline: 1.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0 .5rem .5rem 0;
  background-color: #FAF0E4;
  color: #3E3E3E;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: .1em;
  line-height: 1.75;
}

.details__value--col {
  padding-block: 15px;
  padding-block: .9375rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.details__value--inline {
  display: block;
}

.details__value--col .details__valuenote {
  -webkit-margin-before: 6px;
  -webkit-margin-before: .375rem;
  margin-block-start: 6px;
  margin-block-start: .375rem;
}

.details__value--col .details__numlist--target {
  -webkit-margin-before: 22px;
  -webkit-margin-before: 1.375rem;
  margin-block-start: 22px;
  margin-block-start: 1.375rem;
}

.details__valuemain {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.625;
}

.details__valuetext {
  position: relative;
  -webkit-padding-start: 20px;
  -webkit-padding-start: 1.25rem;
  padding-inline-start: 20px;
  padding-inline-start: 1.25rem;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.75;
  text-align: justify;
}

.details__valuetext::before {
  position: absolute;
  top: 0;
  left: 0;
  line-height: inherit;
  content: '・';
}

.details__valuenote {
  display: block;
  width: 100%;
  font-size: 14px;
  font-size: .875rem;
  line-height: 1.5714285714;
}

.details__numlist {
  gap: 2px;
  gap: .125rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}

.details__numitem {
  gap: 8px;
  gap: .5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.details__nummark {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-margin-before: 2px;
  -webkit-margin-before: .125rem;
  margin-block-start: 2px;
  margin-block-start: .125rem;
  border-radius: 100%;
  background-color: #44A441;
  width: 24px;
  width: 1.5rem;
  height: 24px;
  height: 1.5rem;
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
}

.details__numtext {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.75;
  text-align: justify;
}

.details__examplelink {
  gap: 12px;
  gap: .75rem;
  padding-block: 6px;
  padding-block: .375rem;
  padding-inline: 30px 12px;
  padding-inline: 1.875rem .75rem;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #44A441;
  border-radius: 1.875rem;
  color: #44A441;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: .1em;
  text-decoration: none;
  white-space: nowrap;
}

.details__examplelink--target {
  padding-inline: 24px 8px;
  padding-inline: 1.5rem .5rem;
  -webkit-margin-before: 22px;
  -webkit-margin-before: 1.375rem;
  margin-block-start: 22px;
  margin-block-start: 1.375rem;
}

.details__examplearrow {
  display: block;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 24px;
  width: 1.5rem;
  height: 24px;
  height: 1.5rem;
}

.details__formlink {
  color: #FF6E00;
  font-weight: 500;
  text-decoration: underline;
}

.details__selectlist {
  gap: 16px;
  gap: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}

.details__selectitem {
  gap: 8px;
  gap: .5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.details__selectitem::before {
  position: absolute;
  top: 16px;
  top: 1rem;
  bottom: -16px;
  bottom: -1rem;
  left: 10px;
  left: .625rem;
  z-index: 0;
  background-color: #44A441;
  width: 2px;
  width: .125rem;
  content: '';
}

.details__selectitem:last-child::before {
  bottom: 0;
}

.details__selectnum {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 1;
  border-radius: 50%;
  background-color: #44A441;
  width: 24px;
  width: 1.5rem;
  height: 24px;
  height: 1.5rem;
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
}

.details__selectbody {
  gap: 4px;
  gap: .25rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.details__selecttitle {
  color: #44A441;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6;
}

.details__selecttext {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
  text-align: justify;
}

.details__pdflink {
  gap: 16px;
  gap: 1rem;
  padding-block: 6px;
  padding-block: .375rem;
  padding-inline: 20px 12px;
  padding-inline: 1.25rem .75rem;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #44A441;
  border-radius: 1.875rem;
  color: #44A441;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: .1em;
  text-decoration: none;
}

.details__pdflink--application {
  -webkit-padding-start: 28px;
  -webkit-padding-start: 1.75rem;
  padding-inline-start: 28px;
  padding-inline-start: 1.75rem;
  -webkit-padding-end: 8px;
  -webkit-padding-end: .5rem;
  padding-inline-end: 8px;
  padding-inline-end: .5rem;
}

.details__pdflink--faq {
  gap: 26px;
  gap: 1.625rem;
  -webkit-padding-start: 50px;
  -webkit-padding-start: 3.125rem;
  padding-inline-start: 50px;
  padding-inline-start: 3.125rem;
}

.details__pdfbadge {
  padding-block: 4px;
  padding-block: .25rem;
  padding-inline: 8px;
  padding-inline: .5rem;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 1.25rem;
  background-color: #44A441;
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 1;
}

.details__noticehint {
  gap: 8px;
  gap: .5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  opacity: .7;
  -webkit-margin-after: 6px;
  -webkit-margin-after: .375rem;
  margin-block-end: 6px;
  margin-block-end: .375rem;
  width: 100%;
  pointer-events: none;
  color: #3E3E3E;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 12px;
  font-size: .75rem;
  font-weight: 500;
}

.details__noticehintarrow {
  display: inline-block;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-animation: noticehintbounce 1.4s ease-in-out infinite;
  animation: noticeHintBounce 1.4s ease-in-out infinite;
  border-right: 2px solid currentColor;
  border-right: .125rem solid currentColor;
  border-bottom: 2px solid currentColor;
  border-bottom: .125rem solid currentColor;
  width: 8px;
  width: .5rem;
  height: 8px;
  height: .5rem;
}

@-webkit-keyframes noticeHintBounce {

  0%, 100% {
    -webkit-transform: rotate(45deg) translate(0, 0);
    transform: rotate(45deg) translate(0, 0);
  }

  50% {
    -webkit-transform: rotate(45deg) translate(.1875rem, .1875rem);
    transform: rotate(45deg) translate(.1875rem, .1875rem);
  }
}

@keyframes noticeHintBounce {

  0%, 100% {
    -webkit-transform: rotate(45deg) translate(0, 0);
    transform: rotate(45deg) translate(0, 0);
  }

  50% {
    -webkit-transform: rotate(45deg) translate(.1875rem, .1875rem);
    transform: rotate(45deg) translate(.1875rem, .1875rem);
  }
}

.details__noticescroll {
  -webkit-overflow-scrolling: auto;
  scrollbar-gutter: stable;
  scrollbar-width: thin;
  scrollbar-color: #9ABE4A #fff;
  -webkit-padding-end: 16px;
  -webkit-padding-end: 1rem;
  padding-inline-end: 16px;
  padding-inline-end: 1rem;
  width: 100%;
  max-height: 200px;
  max-height: 12.5rem;
  overflow-y: scroll;
}

.details__noticescroll::-webkit-scrollbar {
  -webkit-appearance: none;
  display: block;
  width: 6px;
  width: .375rem;
}

.details__noticescroll::-webkit-scrollbar-track {
  border-radius: .1875rem;
  background-color: #fff;
}

.details__noticescroll::-webkit-scrollbar-thumb {
  border: 1px solid #fff;
  border: .0625rem solid #fff;
  border-radius: .1875rem;
  background-color: #9ABE4A;
}

.details__noticescroll::-webkit-scrollbar-button {
  display: none;
  width: 0;
  height: 0;
}

.details__noticetitle {
  -webkit-margin-after: 8px;
  -webkit-margin-after: .5rem;
  margin-block-end: 8px;
  margin-block-end: .5rem;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.75;
}

.details__noticeitem {
  gap: 4px;
  gap: .25rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.details__noticeitem + .details__noticeitem {
  -webkit-margin-before: 6px;
  -webkit-margin-before: .375rem;
  margin-block-start: 6px;
  margin-block-start: .375rem;
}

.details__noticenum {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  min-width: 32px;
  min-width: 2rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
}

.details__noticetext {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
  text-align: justify;
}

.details__noticesublist {
  margin-block: 6px;
  margin-block: .375rem;
  -webkit-padding-start: 12px;
  -webkit-padding-start: .75rem;
  padding-inline-start: 12px;
  padding-inline-start: .75rem;
}

.details__noticesubitem {
  gap: 4px;
  gap: .25rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.details__noticesubitem + .details__noticesubitem {
  -webkit-margin-before: 4px;
  -webkit-margin-before: .25rem;
  margin-block-start: 4px;
  margin-block-start: .25rem;
}

.details__noticesubnum {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  min-width: 20px;
  min-width: 1.25rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
}

.details__noticesubtext {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
  text-align: justify;
}

.details__formWrap {
  position: absolute;
  bottom: 34px;
  bottom: 2.125rem;
  left: 54.5%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 3;
  width: 797px;
  width: 49.8125rem;
  max-width: calc(100% - 2.5rem);
}

.details__formbtn {
  padding-block: 42px 53px;
  padding-block: 2.625rem 3.3125rem;
  padding-inline: 120px;
  padding-inline: 7.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: -webkit-box-shadow .3s;
  transition: -webkit-box-shadow .3s;
  transition: box-shadow .3s;
  transition: box-shadow .3s, -webkit-box-shadow .3s;
  border-radius: 1.5rem;
  background-color: #FF6E00;
  width: 680px;
  width: 42.5rem;
  max-width: 100%;
  min-height: 159px;
  min-height: 9.9375rem;
  text-decoration: none;
}

.details__formbtntext {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.details__formbtnlabel {
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1;
}

.details__formbtnname {
  -webkit-margin-before: 10px;
  -webkit-margin-before: .625rem;
  margin-block-start: 10px;
  margin-block-start: .625rem;
  color: #fff;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: .1em;
  line-height: 1.2;
  overflow-wrap: anywhere;
}

.details__formbtnicon {
  display: block;
  position: absolute;
  top: 50%;
  right: 32px;
  right: 2rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 80px;
  width: 5rem;
  height: 69px;
  height: 4.3125rem;
}

.details__formbtnhex {
  display: block;
  width: 100%;
  height: 100%;
}

.details__formbtnarrow {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
  width: 24px;
  width: 1.5rem;
  height: 24px;
  height: 1.5rem;
}

.details__formpeople {
  display: block;
  position: absolute;
  bottom: 3px;
  bottom: .1875rem;
  left: -117px;
  left: -7.3125rem;
  width: 293px;
  width: 18.3125rem;
  max-width: 100%;
  height: 200px;
  height: 12.5rem;
}

.details__formpeopleimg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.details__formnote {
  position: relative;
  -webkit-margin-start: 176px;
  -webkit-margin-start: 11rem;
  margin-inline-start: 176px;
  margin-inline-start: 11rem;
  -webkit-margin-before: 22px;
  -webkit-margin-before: 1.375rem;
  margin-block-start: 22px;
  margin-block-start: 1.375rem;
  width: 504px;
  width: 31.5rem;
  max-width: 100%;
  color: #3E3E3E;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 14px;
  font-size: .875rem;
  font-weight: 500;
  letter-spacing: .1em;
  line-height: 1.7142857143;
}

.details__formnotelink {
  color: #FF6E00;
  text-decoration: underline;
}

.present {
  position: relative;
  -webkit-margin-before: 146px;
  -webkit-margin-before: 9.125rem;
  margin-block-start: 146px;
  margin-block-start: 9.125rem;
  overflow-x: clip;
}

.present__hexagons {
  position: absolute;
  top: -192px;
  top: -12rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 0;
  width: 1530px;
  width: 95.625rem;
  max-width: none;
  pointer-events: none;
}

.present__hexagons img {
  display: block;
  width: 100%;
}

.present__linepc {
  position: absolute;
  top: -290px;
  top: -18.125rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
  width: 1280px;
  width: 80rem;
  pointer-events: none;
}

.present__linesp {
  display: none;
}

.present__card {
  margin-inline: auto;
  padding-block: 80px;
  padding-block: 5rem;
  position: relative;
  z-index: 2;
  border-radius: 2.5rem;
  background-color: #44A441;
  width: 856px;
  width: 53.5rem;
  max-width: calc(100% - 2.5rem);
}

.present__badge {
  gap: 12px;
  gap: .75rem;
  padding-inline: 64px 48px;
  padding-inline: 4rem 3rem;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0 2rem 2rem 0;
  background-color: #fff;
  width: 345px;
  width: 21.5625rem;
  height: 64px;
  height: 4rem;
}

.present__badgeen {
  color: #44A441;
  font-family: 'Lato', sans-serif;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 900;
  letter-spacing: .1em;
  line-height: 1;
  white-space: nowrap;
}

.present__badgeja {
  -webkit-margin-before: 12px;
  -webkit-margin-before: .75rem;
  margin-block-start: 12px;
  margin-block-start: .75rem;
  color: #44A441;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: .1em;
  line-height: 1;
  white-space: nowrap;
}

.present__bubble {
  margin-inline: auto;
  position: relative;
  -webkit-margin-before: 56px;
  -webkit-margin-before: 3.5rem;
  margin-block-start: 56px;
  margin-block-start: 3.5rem;
  width: 680px;
  width: 42.5rem;
  height: 56px;
  height: 3.5rem;
}

.present__bubble--multi {
  -webkit-margin-before: 70px;
  -webkit-margin-before: 4.375rem;
  margin-block-start: 70px;
  margin-block-start: 4.375rem;
  height: 88px;
  height: 5.5rem;
}

.present__bubbleimg {
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.present__bubbleimg img {
  display: block;
  width: 100%;
  height: 100%;
}

.present__bubbletext {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 8px;
  bottom: .5rem;
  left: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1.4;
  text-align: center;
}

.present__main {
  -webkit-margin-before: 14px;
  -webkit-margin-before: .875rem;
  margin-block-start: 14px;
  margin-block-start: .875rem;
  text-align: center;
}

.present__giftwrap {
  gap: 12px;
  gap: .75rem;
  padding-inline: 20px;
  padding-inline: 1.25rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.present__giftlabel {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: #fff;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1.4;
}

.present__giftamount {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  color: #fff;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1;
}

.present__giftnum {
  font-family: 'Lato', sans-serif;
  font-size: 80px;
  font-size: 5rem;
  font-weight: 700;
  letter-spacing: .1em;
}

.present__giftunit {
  -webkit-margin-start: 4px;
  -webkit-margin-start: .25rem;
  margin-inline-start: 4px;
  margin-inline-start: .25rem;
  font-size: 32px;
  font-size: 2rem;
}

.present__giftnote {
  padding-inline: 20px;
  padding-inline: 1.25rem;
  -webkit-margin-before: 18px;
  -webkit-margin-before: 1.125rem;
  margin-block-start: 18px;
  margin-block-start: 1.125rem;
  color: #fff;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1.4;
  text-align: center;
}

.present__giftnote--bottom {
  -webkit-margin-before: 16px;
  -webkit-margin-before: 1rem;
  margin-block-start: 16px;
  margin-block-start: 1rem;
}

.present__minilist {
  gap: 24px;
  gap: 1.5rem;
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(2, 20.5rem);
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-margin-before: 24px;
  -webkit-margin-before: 1.5rem;
  margin-block-start: 24px;
  margin-block-start: 1.5rem;
  width: 680px;
  width: 42.5rem;
}

.present__miniitem {
  padding-block: 20px;
  padding-block: 1.25rem;
  padding-inline: 16px;
  padding-inline: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 1.5rem;
  background-color: #9ABE4A;
  min-height: 152px;
  min-height: 9.5rem;
  text-align: center;
}

.present__minisub {
  color: #fff;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1.5555555556;
}

.present__minimain {
  color: #fff;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1.25;
}

.present__minisub + .present__minimain {
  -webkit-margin-before: 4px;
  -webkit-margin-before: .25rem;
  margin-block-start: 4px;
  margin-block-start: .25rem;
}

.present__miniamount {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-margin-before: 4px;
  -webkit-margin-before: .25rem;
  margin-block-start: 4px;
  margin-block-start: .25rem;
  color: #fff;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1;
}

.present__mininum {
  font-family: 'Lato', sans-serif;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: .1em;
}

.present__miniunit {
  -webkit-margin-start: 4px;
  -webkit-margin-start: .25rem;
  margin-inline-start: 4px;
  margin-inline-start: .25rem;
  font-size: 20px;
  font-size: 1.25rem;
}

.schedule {
  position: relative;
  -webkit-margin-before: 120px;
  -webkit-margin-before: 7.5rem;
  margin-block-start: 120px;
  margin-block-start: 7.5rem;
  overflow-x: clip;
}

.schedule__linepc {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 1280px;
  width: 80rem;
  max-width: none;
  pointer-events: none;
}

.schedule__inner {
  margin-inline: auto;
  position: relative;
  z-index: 1;
  max-width: 1280px;
  max-width: 80rem;
}

.schedule__card {
  margin-inline: auto;
  padding-block: 80px 147px;
  padding-block: 5rem 9.1875rem;
  position: relative;
  border-radius: 2.5rem;
  background-color: #F7E3CB;
  width: 1032px;
  width: 64.5rem;
}

.schedule__badge {
  gap: 14px;
  gap: .875rem;
  padding-inline: 63px 48px;
  padding-inline: 3.9375rem 3rem;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0 2rem 2rem 0;
  background-color: #44A441;
  height: 64px;
  height: 4rem;
}

.schedule__badgeen {
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 900;
  letter-spacing: .1em;
  line-height: 1;
  white-space: nowrap;
}

.schedule__badgeja {
  -webkit-margin-before: 12px;
  -webkit-margin-before: .75rem;
  margin-block-start: 12px;
  margin-block-start: .75rem;
  color: #fff;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: .1em;
  line-height: 1;
  white-space: nowrap;
}

.schedule__list {
  gap: 24px;
  gap: 1.5rem;
  margin-inline: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-margin-before: 58px;
  -webkit-margin-before: 3.625rem;
  margin-block-start: 58px;
  margin-block-start: 3.625rem;
  width: 856px;
  width: 53.5rem;
  list-style: none;
}

.schedule__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.schedule__date {
  padding-block: 20px;
  padding-block: 1.25rem;
  padding-inline: 8px;
  padding-inline: .5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: .5rem 0 0 .5rem;
  background-color: #9ABE4A;
  width: 176px;
  width: 11rem;
}

.schedule__datetext {
  gap: 2px;
  gap: .125rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
}

.schedule__datenum {
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1.1666666667;
  line-height: 1;
}

.schedule__datelabel {
  color: #fff;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1.1666666667;
  line-height: 1;
}

.schedule__item:not(:last-child) .schedule__date::after {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background-color: #9ABE4A;
  width: 16px;
  width: 1rem;
  height: 8px;
  height: .5rem;
  content: '';
}

.schedule__content {
  padding-block: 18px;
  padding-block: 1.125rem;
  padding-inline: 32px;
  padding-inline: 2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0 .5rem .5rem 0;
  background-color: #FAF0E4;
  color: #3E3E3E;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1.5555555556;
}

.schedule__formWrap {
  position: absolute;
  bottom: -29px;
  bottom: -1.8125rem;
  left: 55.5%;
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  z-index: 3;
  width: 797px;
  width: 49.8125rem;
  max-width: calc(100% - 2.5rem);
}

.schedule__formbtn {
  padding-block: 42px 53px;
  padding-block: 2.625rem 3.3125rem;
  padding-inline: 120px;
  padding-inline: 7.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: -webkit-box-shadow .3s;
  transition: -webkit-box-shadow .3s;
  transition: box-shadow .3s;
  transition: box-shadow .3s, -webkit-box-shadow .3s;
  border-radius: 1.5rem;
  background-color: #FF6E00;
  width: 680px;
  width: 42.5rem;
  max-width: 100%;
  min-height: 159px;
  min-height: 9.9375rem;
  text-decoration: none;
}

.schedule__formbtntext {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.schedule__formbtnlabel {
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1;
}

.schedule__formbtnname {
  -webkit-margin-before: 10px;
  -webkit-margin-before: .625rem;
  margin-block-start: 10px;
  margin-block-start: .625rem;
  color: #fff;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: .1em;
  line-height: 1.2;
  overflow-wrap: anywhere;
}

.schedule__formbtnicon {
  display: block;
  position: absolute;
  top: 50%;
  right: 32px;
  right: 2rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 80px;
  width: 5rem;
  height: 69px;
  height: 4.3125rem;
}

.schedule__formbtnhex {
  display: block;
  width: 100%;
  height: 100%;
}

.schedule__formbtnarrow {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
  width: 24px;
  width: 1.5rem;
  height: 24px;
  height: 1.5rem;
}

.schedule__formpeople {
  display: block;
  position: absolute;
  bottom: 3px;
  bottom: .1875rem;
  left: -117px;
  left: -7.3125rem;
  width: 293px;
  width: 18.3125rem;
  max-width: 100%;
  height: 200px;
  height: 12.5rem;
}

.schedule__formpeopleimg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.schedule__formnote {
  position: relative;
  -webkit-margin-start: 176px;
  -webkit-margin-start: 11rem;
  margin-inline-start: 176px;
  margin-inline-start: 11rem;
  -webkit-margin-before: 22px;
  -webkit-margin-before: 1.375rem;
  margin-block-start: 22px;
  margin-block-start: 1.375rem;
  width: 504px;
  width: 31.5rem;
  max-width: 100%;
  color: #3E3E3E;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 14px;
  font-size: .875rem;
  font-weight: 500;
  letter-spacing: .1em;
  line-height: 1.7142857143;
}

.schedule__formnotelink {
  color: #FF6E00;
  text-decoration: underline;
}

.cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 50%;
  right: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 100;
  -webkit-transition: width .3s ease;
  transition: width .3s ease;
  border-radius: 1rem 0 0 1rem;
  background-color: #FF6E00;
  width: 48px;
  width: 3rem;
  height: 200px;
  height: 12.5rem;
  text-decoration: none;
}

.cta__text {
  color: #fff;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 900;
  letter-spacing: .1em;
  line-height: 1.2;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.contact {
  -webkit-margin-before: 263px;
  -webkit-margin-before: 16.4375rem;
  margin-block-start: 263px;
  margin-block-start: 16.4375rem;
  background-color: #44A441;
}

.contact__inner {
  margin-inline: auto;
  padding-block: 88px;
  padding-block: 5.5rem;
  padding-inline: 20px;
  padding-inline: 1.25rem;
  position: relative;
  max-width: 1280px;
  max-width: 80rem;
}

.contact__title {
  text-align: center;
}

.contact__titleen {
  display: block;
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-size: 56px;
  font-size: 3.5rem;
  font-weight: 900;
  letter-spacing: .1em;
  line-height: 1;
}

.contact__titleja {
  margin-top: 5px;
  margin-top: .3125rem;
  color: #fff;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: .1em;
}

.contact__logowrap {
  gap: 8px;
  gap: .5rem;
  margin-inline: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-top: 48px;
  margin-top: 3rem;
  width: 904px;
  width: 56.5rem;
}

.contact__logocard {
  padding-block: 16px;
  padding-block: 1rem;
  padding-inline: 13px;
  padding-inline: .8125rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 352;
  -webkit-flex: 352 1 0;
  -ms-flex: 352 1 0;
  flex: 352 1 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 1.5rem;
  background-color: #fff;
  min-height: 132px;
  min-height: 8.25rem;
}

.contact__namecard {
  padding-block: 16px;
  padding-block: 1rem;
  padding-inline: 20px;
  padding-inline: 1.25rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 544;
  -webkit-flex: 544 1 0;
  -ms-flex: 544 1 0;
  flex: 544 1 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 1.5rem;
  background-color: #fff;
  min-height: 132px;
  min-height: 8.25rem;
}

.contact__logo {
  display: block;
  width: 243px;
  width: 15.1875rem;
  height: 93px;
  height: 5.8125rem;
}

.contact__logotext {
  color: #44A441;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1.4545454545;
  text-align: center;
}

.contact__cards {
  gap: 16px;
  gap: 1rem;
  margin-inline: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-margin-before: 20px;
  -webkit-margin-before: 1.25rem;
  margin-block-start: 20px;
  margin-block-start: 1.25rem;
  width: 904px;
  width: 56.5rem;
}

.contact__phonecard,
.contact__mailcard {
  gap: 16px;
  gap: 1rem;
  padding-block: 30px;
  padding-block: 1.875rem;
  padding-inline: 32px 16px;
  padding-inline: 2rem 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #fff;
  border-radius: 5rem;
  min-width: 0;
  min-height: 140px;
  min-height: 8.75rem;
  text-decoration: none;
}

.contact__phonecard {
  -webkit-box-flex: 407;
  -webkit-flex: 407 1 0;
  -ms-flex: 407 1 0;
  flex: 407 1 0;
}

.contact__mailcard {
  -webkit-box-flex: 481;
  -webkit-flex: 481 1 0;
  -ms-flex: 481 1 0;
  flex: 481 1 0;
}

.contact__cardicon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 72px;
  width: 4.5rem;
  height: 62px;
  height: 3.875rem;
}

.contact__cardhex {
  display: block;
  width: 72px;
  width: 4.5rem;
  height: 62px;
  height: 3.875rem;
}

.contact__cardphoneicon {
  display: block;
  position: absolute;
  width: 24px;
  width: 1.5rem;
  height: 24px;
  height: 1.5rem;
}

.contact__cardmailicon {
  display: block;
  position: absolute;
  width: 28px;
  width: 1.75rem;
  height: 19px;
  height: 1.1875rem;
}

.contact__cardbody {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
}

.contact__cardnum {
  display: block;
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: .06em;
  overflow-wrap: anywhere;
}

.contact__cardhours {
  display: block;
  color: #fff;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 15px;
  font-size: .9375rem;
  font-weight: 700;
  letter-spacing: .04em;
}

.contact__cardmail {
  text-underline-offset: 3px;
  text-underline-offset: .1875rem;
  display: block;
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: .06em;
  line-height: 1.2727272727;
  text-decoration: underline;
  overflow-wrap: anywhere;
}

.contact__gototop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 12px;
  right: .75rem;
  bottom: 57px;
  bottom: 3.5625rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  border: none;
  background: none;
  padding: 0;
  width: 48px;
  width: 3rem;
  height: 42px;
  height: 2.625rem;
}

.contact__gototophex {
  display: block;
  position: relative;
  width: 48px;
  width: 3rem;
  height: 42px;
  height: 2.625rem;
}

.contact__copyright {
  padding-block: 12px;
  padding-block: .75rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #9ABE4A;
}

.contact__copyrighttext {
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  font-size: .75rem;
  font-weight: 500;
  letter-spacing: .1em;
  text-align: center;
}

.visually-hidden {
  clip: rect(0 0 0 0);
  position: absolute;
  margin: -1px;
  border: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  white-space: nowrap;
}

@media only screen and (min-width: 1281px) {

  html {
    --fv-zoom: calc(100vw / 1280px);
  }
}

@media screen and (max-width: 767px) {

  html {
    font-size: 4.2666666667vw;
  }

  .only-pc {
    display: none;
  }

  .only-sp {
    display: block;
  }

  .details__line1--pc,
  .details__line2--pc,
  .profile__line--pc {
    display: none;
  }

  .details__line1--sp,
  .details__line2--sp,
  .profile__line--sp {
    display: block;
  }

  html {
    scroll-padding-top: 4.625rem;
  }

  :root {
    --header-height: 74px;
  }

  .header__inner {
    height: 74px;
    height: 4.625rem;
  }

  .header__logo {
    width: 170px;
    width: 10.625rem;
  }

  .header__logoimg {
    aspect-ratio: 170/74;
    width: 170px;
    width: 10.625rem;
    height: 74px;
    height: 4.625rem;
  }

  .header__hamburger {
    position: absolute;
    top: 12px;
    top: .75rem;
    right: 12px;
    right: .75rem;
    margin-bottom: 0;
    -webkit-margin-start: 0;
    margin-inline-start: 0;
    -webkit-margin-end: 0;
    margin-inline-end: 0;
    width: 56px;
    width: 3.5rem;
    max-width: 100%;
    height: 56px;
    height: 3.5rem;
  }

  .header__hamburgerline {
    width: 28px;
    width: 1.75rem;
  }

  .header__hamburger.is-active .header__hamburgerline:first-child {
    -webkit-transform: translateY(.3125rem) rotate(35deg);
    transform: translateY(.3125rem) rotate(35deg);
  }

  .header__hamburger.is-active .header__hamburgerline:last-child {
    -webkit-transform: translateY(-.3125rem) rotate(-35deg);
    transform: translateY(-.3125rem) rotate(-35deg);
  }

  .drawer {
    right: auto;
    left: 0;
    border-radius: 0;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    max-height: none;
  }

  .drawer.is-open {
    -webkit-box-shadow: 0 0 2rem #A38A6B;
    box-shadow: 0 0 2rem #A38A6B;
  }

  .drawer__logobox {
    display: block;
    position: relative;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    z-index: 2;
    border-bottom-right-radius: 24px;
    border-bottom-right-radius: 1.5rem;
    background-color: #fff;
    width: 170px;
    width: 10.625rem;
    height: 74px;
    height: 4.625rem;
  }

  .drawer__logolink {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
  }

  .drawer__logoimg {
    aspect-ratio: 112/43;
    width: 112px;
    width: 7rem;
    height: auto;
  }

  .drawer__nav {
    -webkit-padding-before: 39px;
    -webkit-padding-before: 2.4375rem;
    padding-block-start: 39px;
    padding-block-start: 2.4375rem;
    -webkit-padding-after: 32px;
    -webkit-padding-after: 2rem;
    padding-block-end: 32px;
    padding-block-end: 2rem;
  }

  .drawer__navitem {
    padding-inline: 40px;
    padding-inline: 2.5rem;
  }

  .drawer__navlink {
    padding-block: 26px;
    padding-block: 1.625rem;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1;
  }

  .drawer__navitem:first-child .drawer__navlink {
    -webkit-padding-after: 26px;
    -webkit-padding-after: 1.625rem;
    padding-block-end: 26px;
    padding-block-end: 1.625rem;
  }

  .drawer__objects {
    aspect-ratio: 176/231;
    top: 112px;
    top: 7rem;
    left: 193px;
    left: 12.0625rem;
    width: 176px;
    width: 11rem;
  }

  .drawer__applybtn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    right: 0;
    bottom: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 2;
    border-top-left-radius: 16px;
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 16px;
    border-bottom-left-radius: 1rem;
    background-color: #FF6E00;
    width: 140px;
    width: 8.75rem;
    height: 48px;
    height: 3rem;
    color: #fff;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-size: 15px;
    font-size: .9375rem;
    font-weight: 900;
    letter-spacing: .1em;
    text-decoration: none;
  }

  .fv__inner {
    max-width: 100%;
    min-height: 646px;
    min-height: 40.375rem;
  }

  .fv__objects {
    aspect-ratio: 409/599;
    top: 36px;
    top: 2.25rem;
    left: -33px;
    left: -2.0625rem;
    width: 409px;
    width: 25.5625rem;
  }

  .fv__title {
    aspect-ratio: 133/93;
    top: 99px;
    top: 6.1875rem;
    left: 55px;
    left: 3.4375rem;
    width: 266px;
    width: 16.625rem;
  }

  .fv__subtitle {
    aspect-ratio: 335/38;
    top: 306px;
    top: 19.125rem;
    left: 20px;
    left: 1.25rem;
    width: 335px;
    width: 20.9375rem;
  }

  .fv__people {
    aspect-ratio: 375/289;
    top: 357px;
    top: 22.3125rem;
    bottom: auto;
    left: 0;
    width: 100%;
  }

  .about {
    -webkit-margin-before: 84px;
    -webkit-margin-before: 5.25rem;
    margin-block-start: 84px;
    margin-block-start: 5.25rem;
  }

  .about__badge {
    gap: 10px;
    gap: .625rem;
    padding-inline: 20px 24px;
    padding-inline: 1.25rem 1.5rem;
    height: 55px;
    height: 3.4375rem;
  }

  .about__badgeen {
    font-size: 32px;
    font-size: 2rem;
  }

  .about__badgeja {
    -webkit-margin-before: 8px;
    -webkit-margin-before: .5rem;
    margin-block-start: 8px;
    margin-block-start: .5rem;
    font-size: 13px;
    font-size: .8125rem;
  }

  .about__content {
    -webkit-padding-start: 20px;
    -webkit-padding-start: 1.25rem;
    padding-inline-start: 20px;
    padding-inline-start: 1.25rem;
    -webkit-padding-end: 20px;
    -webkit-padding-end: 1.25rem;
    padding-inline-end: 20px;
    padding-inline-end: 1.25rem;
    -webkit-padding-before: 97px;
    -webkit-padding-before: 6.0625rem;
    padding-block-start: 97px;
    padding-block-start: 6.0625rem;
  }

  .about__heading {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 2;
  }

  .about__text {
    -webkit-margin-before: 29px;
    -webkit-margin-before: 1.8125rem;
    margin-block-start: 29px;
    margin-block-start: 1.8125rem;
    font-size: 16px;
    font-size: 1rem;
    line-height: 2;
  }

  .about__formWrap {
    -webkit-margin-start: 0;
    margin-inline-start: 0;
    -webkit-margin-before: 241px;
    -webkit-margin-before: 15.0625rem;
    margin-block-start: 241px;
    margin-block-start: 15.0625rem;
    width: 100%;
    max-width: 100%;
  }

  .about__formbtn {
    margin-inline: 20px;
    margin-inline: 1.25rem;
    padding-block: 33px;
    padding-block: 2.0625rem;
    padding-inline: 80px;
    padding-inline: 5rem;
    border-radius: 1.5rem;
    width: auto;
    min-height: 113px;
    min-height: 7.0625rem;
  }

  .about__formbtnlabel {
    font-size: 14px;
    font-size: .875rem;
  }

  .about__formbtnname {
    -webkit-margin-before: 6px;
    -webkit-margin-before: .375rem;
    margin-block-start: 6px;
    margin-block-start: .375rem;
    font-size: 24px;
    font-size: 1.5rem;
  }

  .about__formbtnicon {
    right: 27px;
    right: 1.6875rem;
    width: 52px;
    width: 3.25rem;
    height: 45px;
    height: 2.8125rem;
  }

  .about__formbtnarrow {
    width: 15px;
    width: .9375rem;
    height: 15px;
    height: .9375rem;
  }

  .about__formpeople {
    bottom: 83px;
    bottom: 5.1875rem;
    left: 0;
    width: 125px;
    width: 7.8125rem;
    height: 85px;
    height: 5.3125rem;
  }

  .about__formnote {
    margin-inline: 20px;
    margin-inline: 1.25rem;
    -webkit-margin-before: 42px;
    -webkit-margin-before: 2.625rem;
    margin-block-start: 42px;
    margin-block-start: 2.625rem;
    width: auto;
  }

  .about__linepc {
    display: none;
  }

  .about__linesp {
    aspect-ratio: 365/289;
    display: block;
    position: absolute;
    bottom: 165px;
    bottom: 10.3125rem;
    left: 20px;
    left: 1.25rem;
    z-index: 1;
    width: 365px;
    width: 22.8125rem;
    pointer-events: none;
  }

  .about__people {
    bottom: 270px;
    bottom: 16.875rem;
    left: 107px;
    left: 6.6875rem;
    width: 210px;
    width: 13.125rem;
    height: 205px;
    height: 12.8125rem;
  }

  .episode {
    -webkit-margin-before: 151px;
    -webkit-margin-before: 9.4375rem;
    margin-block-start: 151px;
    margin-block-start: 9.4375rem;
  }

  .episode__badge {
    padding-inline: 20px 24px;
    padding-inline: 1.25rem 1.5rem;
    border-radius: 0 2rem 2rem 0;
    width: 281px;
    width: 17.5625rem;
    height: 55px;
    height: 3.4375rem;
  }

  .episode__badgetitle {
    gap: 13px;
    gap: .8125rem;
  }

  .episode__badgeen {
    font-size: 32px;
    font-size: 2rem;
  }

  .episode__badgeja {
    -webkit-margin-before: 10px;
    -webkit-margin-before: .625rem;
    margin-block-start: 10px;
    margin-block-start: .625rem;
    font-size: 13px;
    font-size: .8125rem;
  }

  .episode__list {
    gap: 18px;
    gap: 1.125rem;
    padding-inline: 20px;
    padding-inline: 1.25rem;
    grid-template-columns: 1fr;
    -webkit-margin-start: 0;
    margin-inline-start: 0;
    -webkit-margin-before: 41px;
    -webkit-margin-before: 2.5625rem;
    margin-block-start: 41px;
    margin-block-start: 2.5625rem;
  }

  .episode__card {
    padding-block: 16px;
    padding-block: 1rem;
    padding-inline: 24px 20px;
    padding-inline: 1.5rem 1.25rem;
  }

  .episode__cardtitle {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.3;
  }

  .episode__hexwrap {
    width: 47px;
    width: 2.9375rem;
    height: 40px;
    height: 2.5rem;
  }

  .episode__plusicon {
    width: 17px;
    width: 1.0625rem;
    height: 17px;
    height: 1.0625rem;
  }

  .episode__panelinner {
    padding-inline: 24px;
    padding-inline: 1.5rem;
  }

  .episode__panelbody {
    -webkit-margin-before: -7px;
    -webkit-margin-before: -.4375rem;
    margin-block-start: -7px;
    margin-block-start: -.4375rem;
  }

  .profile {
    -webkit-margin-before: 74px;
    -webkit-margin-before: 4.625rem;
    margin-block-start: 74px;
    margin-block-start: 4.625rem;
  }

  .profile__line {
    top: auto;
    bottom: 1651px;
    bottom: 103.1875rem;
  }

  .profile__label {
    gap: 13px;
    gap: .8125rem;
    padding-inline: 20px 20px;
    padding-inline: 1.25rem 1.25rem;
    border-radius: 0 2rem 2rem 0;
    width: 312px;
    width: 19.5rem;
    height: 55px;
    height: 3.4375rem;
  }

  .profile__labelen {
    font-size: 32px;
    font-size: 2rem;
  }

  .profile__labelja {
    -webkit-margin-before: 8px;
    -webkit-margin-before: .5rem;
    margin-block-start: 8px;
    margin-block-start: .5rem;
    font-size: 13px;
    font-size: .8125rem;
  }

  .profile__illust {
    aspect-ratio: 357/197;
    top: 71px;
    top: 4.4375rem;
    right: 8px;
    right: .5rem;
    width: 357px;
    width: 22.3125rem;
  }

  .profile__contents {
    gap: 22px;
    gap: 1.375rem;
    padding-inline: 20px;
    padding-inline: 1.25rem;
    grid-template-columns: 1fr;
    -webkit-margin-start: 0;
    margin-inline-start: 0;
    -webkit-margin-before: 186px;
    -webkit-margin-before: 11.625rem;
    margin-block-start: 186px;
    margin-block-start: 11.625rem;
  }

  .profile__card {
    width: 100%;
    height: auto;
  }

  .profile__cardheader {
    padding-block: 12px;
    padding-block: .75rem;
    padding-inline: 16px;
    padding-inline: 1rem;
    min-height: 64px;
    min-height: 4rem;
  }

  .profile__cardnameja {
    font-size: 24px;
    font-size: 1.5rem;
  }

  .profile__cardnamesensei {
    font-size: 16px;
    font-size: 1rem;
  }

  .profile__cardbody {
    padding-block: 33px 24px;
    padding-block: 2.0625rem 1.5rem;
    padding-inline: 32px 24px;
    padding-inline: 2rem 1.5rem;
  }

  .profile__cardmain {
    gap: 2px;
    gap: .125rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .profile__cardinfo {
    gap: 18px;
    gap: 1.125rem;
  }

  .profile__cardsns {
    gap: 8px;
    gap: .5rem;
  }

  .profile__cardimgwrap {
    margin-inline: auto;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    width: 142px;
    width: 8.875rem;
    height: 160px;
    height: 10rem;
  }

  .profile__cardcomment {
    -webkit-margin-before: 18px;
    -webkit-margin-before: 1.125rem;
    margin-block-start: 18px;
    margin-block-start: 1.125rem;
  }

  .details {
    -webkit-margin-before: 103px;
    -webkit-margin-before: 6.4375rem;
    margin-block-start: 103px;
    margin-block-start: 6.4375rem;
  }

  .details__line1 {
    aspect-ratio: 375/273;
    top: -104px;
    top: -6.5rem;
    right: 0;
    left: auto;
    width: 375px;
    width: 23.4375rem;
  }

  .details__line2 {
    aspect-ratio: 375/227;
    bottom: 15px;
    bottom: .9375rem;
    width: 375px;
    width: 23.4375rem;
  }

  .details__objects {
    aspect-ratio: 621/135;
    left: -20px;
    left: -1.25rem;
    scale: .77;
    width: 375px;
    width: 23.4375rem;
  }

  .details__objects img {
    width: 800px;
    width: 50rem;
  }

  .details__inner {
    padding-inline: 0;
    -webkit-padding-after: 140px;
    -webkit-padding-after: 8.75rem;
    padding-block-end: 140px;
    padding-block-end: 8.75rem;
  }

  .details__card {
    padding-block: 60px 106px;
    padding-block: 3.75rem 6.625rem;
    border-radius: 1.5rem;
    width: 100%;
  }

  .details__badge {
    gap: 10px;
    gap: .625rem;
    padding-inline: 18px 28px;
    padding-inline: 1.125rem 1.75rem;
    -webkit-margin-start: 0;
    margin-inline-start: 0;
    border-radius: 0 2.5rem 2.5rem 0;
    height: 62px;
    height: 3.875rem;
  }

  .details__badgeen {
    font-size: 32px;
    font-size: 2rem;
  }

  .details__badgeja {
    -webkit-margin-before: 8px;
    -webkit-margin-before: .5rem;
    margin-block-start: 8px;
    margin-block-start: .5rem;
    font-size: 13px;
    font-size: .8125rem;
  }

  .details__list {
    -webkit-margin-before: 38px;
    -webkit-margin-before: 2.375rem;
    margin-block-start: 38px;
    margin-block-start: 2.375rem;
    width: 335px;
    width: 20.9375rem;
  }

  .details__row {
    min-height: 48px;
    min-height: 3rem;
  }

  .details__row + .details__row {
    -webkit-margin-before: 9px;
    -webkit-margin-before: .5625rem;
    margin-block-start: 9px;
    margin-block-start: .5625rem;
  }

  .details__label {
    padding-block: 13px;
    padding-block: .8125rem;
    padding-inline: 11px 4px;
    padding-inline: .6875rem .25rem;
    width: 110px;
    width: 6.875rem;
  }

  .details__value {
    padding-inline: 12px;
    padding-inline: .75rem;
    padding-block: 11px;
    padding-block: .6875rem;
  }

  .details__value--col .details__numlist--target {
    gap: 8px;
    gap: .5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-margin-before: 18px;
    -webkit-margin-before: 1.125rem;
    margin-block-start: 18px;
    margin-block-start: 1.125rem;
  }

  .details__examplelink {
    padding-inline: 20px 10px;
    padding-inline: 1.25rem .625rem;
  }

  .details__examplelink--target {
    gap: 5px;
    gap: .3125rem;
    padding-inline: 16px 8px;
    padding-inline: 1rem .5rem;
    -webkit-margin-before: 13px;
    -webkit-margin-before: .8125rem;
    margin-block-start: 13px;
    margin-block-start: .8125rem;
    width: 100%;
    line-height: 1.25;
    text-align: center;
  }

  .details__selectitem::before {
    top: 13px;
    top: .8125rem;
    left: 12px;
    left: .75rem;
  }

  .details__selectnum {
    width: 26px;
    width: 1.625rem;
    height: 26px;
    height: 1.625rem;
    font-size: 13px;
    font-size: .8125rem;
  }

  .details__selecttitle {
    line-height: 1.375;
  }

  .details__pdflink {
    padding-inline: 16px 10px;
    padding-inline: 1rem .625rem;
  }

  .details__pdflink--application {
    gap: 21px;
    gap: 1.3125rem;
    -webkit-padding-start: 20px;
    -webkit-padding-start: 1.25rem;
    padding-inline-start: 20px;
    padding-inline-start: 1.25rem;
  }

  .details__pdflink--faq {
    gap: 18px;
    gap: 1.125rem;
    -webkit-padding-start: 58px;
    -webkit-padding-start: 3.625rem;
    padding-inline-start: 58px;
    padding-inline-start: 3.625rem;
  }

  .details__noticehint {
    font-size: 11px;
    font-size: .6875rem;
  }

  .details__noticescroll {
    -webkit-padding-end: 12px;
    -webkit-padding-end: .75rem;
    padding-inline-end: 12px;
    padding-inline-end: .75rem;
    max-height: 290px;
    max-height: 18.125rem;
  }

  .details__formWrap {
    bottom: -19px;
    bottom: -1.1875rem;
    left: 50%;
    max-width: 100%;
  }

  .details__formbtn {
    margin-inline: 20px;
    margin-inline: 1.25rem;
    padding-block: 33px;
    padding-block: 2.0625rem;
    padding-inline: 80px;
    padding-inline: 5rem;
    border-radius: 1.5rem;
    width: auto;
    min-height: 113px;
    min-height: 7.0625rem;
  }

  .details__formbtnlabel {
    font-size: 14px;
    font-size: .875rem;
  }

  .details__formbtnname {
    -webkit-margin-before: 6px;
    -webkit-margin-before: .375rem;
    margin-block-start: 6px;
    margin-block-start: .375rem;
    font-size: 24px;
    font-size: 1.5rem;
  }

  .details__formbtnicon {
    right: 27px;
    right: 1.6875rem;
    width: 52px;
    width: 3.25rem;
    height: 45px;
    height: 2.8125rem;
  }

  .details__formbtnarrow {
    width: 15px;
    width: .9375rem;
    height: 15px;
    height: .9375rem;
  }

  .details__formpeople {
    bottom: 75px;
    bottom: 4.6875rem;
    left: 0;
    width: 125px;
    width: 7.8125rem;
    height: 85px;
    height: 5.3125rem;
  }

  .details__formnote {
    margin-inline: 20px;
    margin-inline: 1.25rem;
    -webkit-margin-before: 30px;
    -webkit-margin-before: 1.875rem;
    margin-block-start: 30px;
    margin-block-start: 1.875rem;
    width: auto;
  }

  .present {
    -webkit-margin-before: 137px;
    -webkit-margin-before: 8.5625rem;
    margin-block-start: 137px;
    margin-block-start: 8.5625rem;
  }

  .present__hexagons {
    top: -200px;
    top: -12.5rem;
    left: -75%;
    scale: .4;
  }

  .present__linepc {
    display: none;
  }

  .present__linesp {
    display: block;
    position: absolute;
    top: -139px;
    top: -8.6875rem;
    left: 0;
    z-index: 1;
    width: 375px;
    width: 23.4375rem;
    pointer-events: none;
  }

  .present__card {
    padding-block: 43px 40px;
    padding-block: 2.6875rem 2.5rem;
    border-radius: 2.5rem;
    width: 335px;
    width: 20.9375rem;
  }

  .present__badge {
    gap: 6px;
    gap: .375rem;
    padding-inline: 20px 28px;
    padding-inline: 1.25rem 1.75rem;
    width: 231px;
    width: 14.4375rem;
    height: 61px;
    height: 3.8125rem;
  }

  .present__badgeen {
    font-size: 32px;
    font-size: 2rem;
  }

  .present__badgeja {
    -webkit-margin-before: 8px;
    -webkit-margin-before: .5rem;
    margin-block-start: 8px;
    margin-block-start: .5rem;
    font-size: 14px;
    font-size: .875rem;
  }

  .present__bubble {
    -webkit-margin-before: 40px;
    -webkit-margin-before: 2.5rem;
    margin-block-start: 40px;
    margin-block-start: 2.5rem;
    width: 300px;
    width: 18.75rem;
    height: 93px;
    height: 5.8125rem;
  }

  .present__bubble--multi {
    -webkit-margin-before: 40px;
    -webkit-margin-before: 2.5rem;
    margin-block-start: 40px;
    margin-block-start: 2.5rem;
    width: 305px;
    width: 19.0625rem;
    height: 112px;
    height: 7rem;
  }

  .present__bubbletext {
    bottom: 9px;
    bottom: .5625rem;
    font-size: 18px;
    font-size: 1.125rem;
    letter-spacing: .07em;
    line-height: 1.3333333333;
  }

  .present__main {
    -webkit-margin-before: 8px;
    -webkit-margin-before: .5rem;
    margin-block-start: 8px;
    margin-block-start: .5rem;
  }

  .present__giftwrap {
    padding-inline: 10px;
    padding-inline: .625rem;
    gap: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .present__giftlabel {
    font-size: 26px;
    font-size: 1.625rem;
  }

  .present__giftnum {
    font-size: 70px;
    font-size: 4.375rem;
  }

  .present__giftunit {
    font-size: 26px;
    font-size: 1.625rem;
  }

  .present__giftnote {
    -webkit-margin-before: 9px;
    -webkit-margin-before: .5625rem;
    margin-block-start: 9px;
    margin-block-start: .5625rem;
    font-size: 18px;
    font-size: 1.125rem;
  }

  .present__giftnote--bottom {
    -webkit-margin-before: 16px;
    -webkit-margin-before: 1rem;
    margin-block-start: 16px;
    margin-block-start: 1rem;
  }

  .present__minilist {
    gap: 16px;
    gap: 1rem;
    grid-template-columns: 1fr;
    -webkit-margin-before: 16px;
    -webkit-margin-before: 1rem;
    margin-block-start: 16px;
    margin-block-start: 1rem;
    width: 287px;
    width: 17.9375rem;
  }

  .present__miniitem {
    padding-block: 20px;
    padding-block: 1.25rem;
    padding-inline: 4px;
    padding-inline: .25rem;
    min-height: 85px;
    min-height: 5.3125rem;
  }

  .present__miniitem--manga {
    min-height: 114px;
    min-height: 7.125rem;
  }

  .present__minisub {
    font-size: 16px;
    font-size: 1rem;
    letter-spacing: .06em;
    line-height: 1.75;
    white-space: nowrap;
  }

  .present__minimain {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 1.5384615385;
  }

  .schedule {
    -webkit-margin-before: 80px;
    -webkit-margin-before: 5rem;
    margin-block-start: 80px;
    margin-block-start: 5rem;
  }

  .schedule__linepc {
    display: none;
  }

  .schedule__card {
    padding-block: 65px 73px;
    padding-block: 4.0625rem 4.5625rem;
    border-radius: 1.5rem;
    width: 100%;
  }

  .schedule__badge {
    gap: 8px;
    gap: .5rem;
    padding-inline: 20px;
    padding-inline: 1.25rem;
    border-radius: 0 2rem 2rem 0;
    height: 59px;
    height: 3.6875rem;
  }

  .schedule__badgeen {
    font-size: 32px;
    font-size: 2rem;
  }

  .schedule__badgeja {
    -webkit-margin-before: 8px;
    -webkit-margin-before: .5rem;
    margin-block-start: 8px;
    margin-block-start: .5rem;
    font-size: 14px;
    font-size: .875rem;
  }

  .schedule__list {
    gap: 16px;
    gap: 1rem;
    -webkit-margin-before: 40px;
    -webkit-margin-before: 2.5rem;
    margin-block-start: 40px;
    margin-block-start: 2.5rem;
    width: calc(100% - 2.5rem);
  }

  .schedule__date {
    padding-block: 22px;
    padding-block: 1.375rem;
    width: 130px;
    width: 8.125rem;
  }

  .schedule__datenum {
    font-size: 20px;
    font-size: 1.25rem;
  }

  .schedule__datelabel {
    font-size: 15px;
    font-size: .9375rem;
  }

  .schedule__content {
    padding-block: 8px;
    padding-block: .5rem;
    padding-inline: 16px;
    padding-inline: 1rem;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
  }

  .schedule__formWrap {
    bottom: -79px;
    bottom: -4.9375rem;
    left: 50%;
    width: 100%;
    max-width: none;
  }

  .schedule__formbtn {
    margin-inline: 20px;
    margin-inline: 1.25rem;
    padding-block: 33px;
    padding-block: 2.0625rem;
    padding-inline: 80px;
    padding-inline: 5rem;
    border-radius: 1.5rem;
    width: auto;
    min-height: 113px;
    min-height: 7.0625rem;
  }

  .schedule__formbtnlabel {
    font-size: 14px;
    font-size: .875rem;
  }

  .schedule__formbtnname {
    -webkit-margin-before: 6px;
    -webkit-margin-before: .375rem;
    margin-block-start: 6px;
    margin-block-start: .375rem;
    font-size: 24px;
    font-size: 1.5rem;
  }

  .schedule__formbtnicon {
    right: 27px;
    right: 1.6875rem;
    width: 52px;
    width: 3.25rem;
    height: 45px;
    height: 2.8125rem;
  }

  .schedule__formbtnarrow {
    width: 15px;
    width: .9375rem;
    height: 15px;
    height: .9375rem;
  }

  .schedule__formpeople {
    bottom: 83px;
    bottom: 5.1875rem;
    left: 0;
    width: 125px;
    width: 7.8125rem;
    height: 85px;
    height: 5.3125rem;
  }

  .schedule__formnote {
    margin-inline: 20px;
    margin-inline: 1.25rem;
    -webkit-margin-before: 35px;
    -webkit-margin-before: 2.1875rem;
    margin-block-start: 35px;
    margin-block-start: 2.1875rem;
    width: auto;
  }

  .cta {
    top: auto;
    right: 10px;
    right: .625rem;
    bottom: 0;
    -webkit-transform: none;
    transform: none;
    border-radius: 1rem 1rem 0 0;
    width: 140px;
    width: 8.75rem;
    height: 48px;
    height: 3rem;
  }

  .cta__text {
    font-size: 15px;
    font-size: .9375rem;
    line-height: 1;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
  }

  .contact {
    -webkit-margin-before: 260px;
    -webkit-margin-before: 16.25rem;
    margin-block-start: 260px;
    margin-block-start: 16.25rem;
  }

  .contact__inner {
    padding-block: 56px 100px;
    padding-block: 3.5rem 6.25rem;
  }

  .contact__titleen {
    font-size: 32px;
    font-size: 2rem;
  }

  .contact__titleja {
    font-size: 13px;
    font-size: .8125rem;
  }

  .contact__logowrap {
    gap: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 30px;
    margin-top: 1.875rem;
    width: 100%;
  }

  .contact__logocard {
    padding-block: 20px;
    padding-block: 1.25rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
    min-height: 100px;
    min-height: 6.25rem;
  }

  .contact__namecard {
    padding-block: 20px;
    padding-block: 1.25rem;
    padding-inline: 10px;
    padding-inline: .625rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-margin-before: 8px;
    -webkit-margin-before: .5rem;
    margin-block-start: 8px;
    margin-block-start: .5rem;
    width: 100%;
    min-height: 100px;
    min-height: 6.25rem;
  }

  .contact__logo {
    width: 158px;
    width: 9.875rem;
    height: 60px;
    height: 3.75rem;
  }

  .contact__logotext {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.3333333333;
  }

  .contact__cards {
    gap: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-margin-before: 24px;
    -webkit-margin-before: 1.5rem;
    margin-block-start: 24px;
    margin-block-start: 1.5rem;
    width: 100%;
  }

  .contact__phonecard,
  .contact__mailcard {
    padding-block: 20px;
    padding-block: 1.25rem;
    padding-inline: 25px 10px;
    padding-inline: 1.5625rem .625rem;
    gap: 14px;
    gap: .875rem;
    width: 100%;
    min-height: 104px;
    min-height: 6.5rem;
  }

  .contact__phonecard {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .contact__mailcard {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-margin-before: 8px;
    -webkit-margin-before: .5rem;
    margin-block-start: 8px;
    margin-block-start: .5rem;
  }

  .contact__cardicon {
    width: 54px;
    width: 3.375rem;
    height: 46px;
    height: 2.875rem;
  }

  .contact__cardhex {
    width: 54px;
    width: 3.375rem;
    height: 46px;
    height: 2.875rem;
  }

  .contact__cardphoneicon {
    width: 18px;
    width: 1.125rem;
    height: 18px;
    height: 1.125rem;
  }

  .contact__cardmailicon {
    width: 20px;
    width: 1.25rem;
    height: 14px;
    height: .875rem;
  }

  .contact__cardnum {
    font-size: 26px;
    font-size: 1.625rem;
  }

  .contact__cardhours {
    font-size: 14px;
    font-size: .875rem;
  }

  .contact__cardmail {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-size: 20px;
    font-size: 1.25rem;
    letter-spacing: .04em;
    line-height: 1.2;
    white-space: normal;
    word-break: normal;
  }

  .contact__gototop {
    right: 20px;
    right: 1.25rem;
    bottom: 32px;
    bottom: 2rem;
  }

  .contact__copyright {
    padding-inline: 8px;
    padding-inline: .5rem;
  }

  .contact__copyrighttext {
    font-size: 9px;
    font-size: .5625rem;
  }
}

@media screen and (max-width: 767px) and (any-hover: hover) {

  .cta:hover {
    width: 156px;
    width: 9.75rem;
  }
}

@media (any-hover: hover) {

  .header__logolink {
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
  }

  .header__logolink:hover {
    opacity: .6;
  }

  .header__hamburger:hover {
    -webkit-box-shadow: 0 0 1.25rem #A38A6B;
    box-shadow: 0 0 1.25rem #A38A6B;
  }

  .drawer__navlink {
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
  }

  .drawer__navlink:hover {
    opacity: .6;
  }

  .drawer__navlink:hover .drawer__navarrow {
    -webkit-transform: translateX(.5rem);
    transform: translateX(.5rem);
  }

  .about__formnotelink {
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
  }

  .about__formnotelink:hover {
    opacity: .6;
  }

  .about__formbtn:hover {
    -webkit-box-shadow: 0 0 1.875rem #FF6E00;
    box-shadow: 0 0 1.875rem #FF6E00;
  }

  .about__formbtn:hover .about__formbtnarrow {
    -webkit-transform: translate(calc(-50% + .5rem), -50%);
    transform: translate(calc(-50% + .5rem), -50%);
  }

  .episode__item {
    -webkit-transition: -webkit-filter .3s ease;
    transition: -webkit-filter .3s ease;
    transition: filter .3s ease;
    transition: filter .3s ease, -webkit-filter .3s ease;
  }

  .episode__item:has(.episode__trigger:hover) {
    -webkit-filter: drop-shadow(0 0 20px rgba(163, 138, 107, .6));
    -webkit-filter: drop-shadow(0 0 1.25rem rgba(163, 138, 107, .6));
    filter: drop-shadow(0 0 20px rgba(163, 138, 107, .6));
    filter: drop-shadow(0 0 1.25rem rgba(163, 138, 107, .6));
  }

  .profile__snslink:hover {
    opacity: .6;
  }

  .details__examplelink:hover {
    opacity: .6;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease;
  }

  .details__formlink:hover {
    opacity: .6;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease;
  }

  .details__pdflink:hover {
    opacity: .6;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease;
  }

  .details__formnotelink {
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
  }

  .details__formnotelink:hover {
    opacity: .6;
  }

  .details__formbtn:hover {
    -webkit-box-shadow: 0 0 1.875rem #FF6E00;
    box-shadow: 0 0 1.875rem #FF6E00;
  }

  .details__formbtn:hover .details__formbtnarrow {
    -webkit-transform: translate(calc(-50% + .5rem), -50%);
    transform: translate(calc(-50% + .5rem), -50%);
  }

  .schedule__formnotelink {
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
  }

  .schedule__formnotelink:hover {
    opacity: .6;
  }

  .schedule__formbtn:hover {
    -webkit-box-shadow: 0 0 1.875rem #FF6E00;
    box-shadow: 0 0 1.875rem #FF6E00;
  }

  .schedule__formbtn:hover .schedule__formbtnarrow {
    -webkit-transform: translate(calc(-50% + .5rem), -50%);
    transform: translate(calc(-50% + .5rem), -50%);
  }

  .cta:hover {
    width: 64px;
    width: 4rem;
  }

  .contact__phonecard:hover,
  .contact__mailcard:hover {
    opacity: .6;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
  }

  .contact__gototop:hover {
    opacity: .6;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease;
  }
}
/*# sourceMappingURL=map/style.css.map */