@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&family=Zen+Kaku+Gothic+New:wght@400;500;700;900&display=swap");
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

html {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-size-adjust: 100%;
  font-size: 0.7462686567vw;
  overscroll-behavior: none;
}
@media screen and (min-width: 750px) {
  html {
    -webkit-font-smoothing: antialiased;
    font-feature-settings: "palt";
  }
}
@media screen and (max-width: 750px) {
  html {
    -webkit-text-size-adjust: 100%;
    font-feature-settings: "palt";
    font-size: 1.3333333333vw;
  }
}
html {
  /* IE11だけに適応 */
}
html _:lang(x)::-ms-backdrop, html {
  font-family: "Segoe UI", "メイリオ", Meiryo, sans-serif;
}

.mouse * {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.chrome body {
  image-rendering: -webkit-optimize-contrast;
}

body,
dd,
div,
dl,
dt,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
p,
td,
th,
ul {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  word-break: break-all;
}

article,
aside,
figure,
footer,
header,
main,
nav,
section {
  display: block;
  box-sizing: border-box;
}

figure {
  font-size: 0;
}
figure figcaption {
  line-height: 1.5;
}

button,
input,
select,
textarea {
  background: none;
  padding: 0;
  margin: 0;
  outline: 0;
  border: none;
  font: inherit;
  overflow: visible;
  box-sizing: border-box;
}

input[type=radio] {
  transform: translateY(-0.02rem);
}
.safari input[type=radio] {
  transform: translateY(-0.01rem);
}
@media screen and (max-width: 750px) {
  .safari input[type=radio] {
    transform: translateY(0.01rem);
  }
}

input[type=checkbox] {
  transform: translateY(-0.02rem);
}
.safari input[type=checkbox] {
  transform: translateY(-0.01rem);
}
@media screen and (max-width: 750px) {
  .safari input[type=checkbox] {
    transform: translateY(0.01rem);
  }
}

button,
select {
  cursor: pointer;
  text-transform: none;
}

select::-ms-expand {
  display: none;
}

img {
  -ms-interpolation-mode: bicubic;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

hr {
  box-sizing: border-box;
  height: 0;
  overflow: visible;
}

b,
strong {
  font-weight: inherit;
  font-weight: bolder;
}

a {
  outline: 0;
  text-decoration: none;
  color: inherit;
  background-color: transparent;
}

li {
  list-style: none;
}

sub,
sup {
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* .link */
a {
  transition: all 0.3s ease 0s;
  display: inline-block;
}
.mouse a:hover {
  opacity: 0.8;
}
a[href^="tel:"] {
  cursor: default;
}
a[href^="tel:"]:hover {
  opacity: 1;
}

img {
  width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
}
.btn {
  background-color: #fff;
  border-radius: 200rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
  box-shadow: 0 0.5rem 0 rgba(0, 0, 0, 0.16);
  transition: all 0.3s ease 0s;
}
@media screen and (max-width: 750px) {
  .btn {
    height: auto;
    width: 60%;
    font-size: 1.8rem;
    line-height: 1;
    padding: 0.08rem;
  }
}
.btn span {
  display: inline-block;
  font-size: 1.3rem;
  line-height: 1;
  letter-spacing: 0.2em;
  padding-right: 0.16rem;
  transition: all 0.3s ease 0s;
  position: relative;
}
@media screen and (max-width: 750px) {
  .btn span {
    font-size: 1.1rem;
    line-height: 1;
    letter-spacing: 0.2em;
  }
}

@media screen and (max-width: 750px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none !important;
}
@media screen and (max-width: 750px) {
  .sp {
    display: block !important;
  }
}

/*************************
common
************************ */
body {
  font-size: 1.3rem;
  line-height: 1;
  line-height: 1;
  color: #323232;
  font-weight: 400;
  letter-spacing: 0.1em;
  transition: opacity 1s ease 0s;
  position: relative;
  overflow-x: hidden;
  touch-action: pan-x pan-y;
}
@media screen and (max-width: 750px) {
  body {
    font-size: 2rem;
    line-height: 1;
    letter-spacing: 0.05em;
  }
}

@media screen and (max-width: 750px) {
  p {
    text-align: justify;
    text-justify: inter-ideograph;
  }
  .ie p {
    font-feature-settings: "palt";
  }
}

input,
textarea {
  width: 100%;
  background-color: #fff;
  padding: 0.06rem 0.16rem;
}
@media screen and (max-width: 750px) {
  input,
  textarea {
    padding: 0.06rem 0.12rem;
    line-height: 1.4;
  }
}
.header {
  position: absolute;
  width: 100%;
  z-index: 110;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: min(2.4rem, 60px) min(8rem, 140px) min(3rem, 34px);
}
@media screen and (max-width: 750px) {
  .header {
    flex-direction: column;
    gap: 3.2rem;
    padding: 4.6rem 4rem;
  }
}

.header__logo {
  width: min(23rem, 330px);
}
@media screen and (max-width: 750px) {
  .header__logo {
    width: 24rem;
    min-width: none;
  }
}

.header__gnav {
  flex-shrink: 0;
}

.header__nav {
  display: flex;
  gap: 5.5rem;
}
@media screen and (max-width: 750px) {
  .header__nav {
    gap: 3.4rem;
  }
}

.header__nav__link {
  font-weight: 900;
  letter-spacing: 0.2em;
  text-align: center;
}

.header__nav__txt--main {
  font-size: min(2.7rem, 27px);
  line-height: 1.4814814815;
}
@media screen and (max-width: 750px) {
  .header__nav__txt--main {
    font-size: 2rem;
    text-align: center;
  }
}

.header__nav__txt--sub {
  font-size: min(1.5rem, 15px);
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .header__nav__txt--sub {
    font-size: 1.1rem;
    text-align: center;
  }
}

.header {
  width: 100%;
}

.footer {
  padding: min(3rem, 30px) 0 min(5rem, 50px);
}
@media screen and (max-width: 750px) {
  .footer {
    padding: 3rem 0;
  }
}

.footer__logo {
  display: block;
  margin: 0 auto min(4rem, 40px);
  width: min(18rem, 180px);
}
@media screen and (max-width: 750px) {
  .footer__logo {
    margin-bottom: 5rem;
    width: 23rem;
  }
}

.footer__copy {
  font-size: min(1.8rem, 18px);
  line-height: 1;
  text-align: center;
  font-weight: 400;
}
@media screen and (max-width: 750px) {
  .footer__copy {
    font-size: 1.7rem;
  }
}

.wrapper {
  max-width: 100vw;
  overflow: hidden;
  background: #ede6dc;
}

.section__inner {
  padding: 0 min(10rem, 145px);
}
@media screen and (max-width: 750px) {
  .section__inner {
    padding: 0 5.6rem;
  }
}

.section__top {
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: end;
  width: fit-content;
  text-align: right;
}
.section__ttl {
  font-size: min(2.7rem, 27px);
  line-height: 1.1851851852;
  font-weight: 900;
  letter-spacing: 0.2em;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .section__ttl {
    font-size: 2.7rem;
  }
}
.section__ttl span {
  font-size: min(1.5rem, 15px);
}
@media screen and (max-width: 750px) {
  .section__ttl span {
    font-size: 1.5rem;
  }
}

.cta {
  border-radius: 10rem;
  overflow: hidden;
  width: fit-content;
  margin: 0 auto;
}

.cta__link {
  position: relative;
  padding: min(2.4rem, 30px) min(10rem, 140px);
  background: #eac767;
  font-size: min(2.4rem, 33px);
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.2em;
  white-space: nowrap;
}
@media screen and (max-width: 750px) {
  .cta__link {
    padding: 2.7rem 10rem;
    font-size: 2.4rem;
  }
}
.cta__link::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  display: inline-block;
  margin-left: 1em;
  vertical-align: middle;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.55em 0.6em 0 0.6em;
  border-color: #fff transparent transparent transparent;
  transition: transform 0.3s ease;
}
.mouse .cta__link:hover {
  opacity: 1;
}
.mouse .cta__link:hover::after {
  transform: translateY(-20%);
}

.p-banner {
  padding: 0 0 4rem !important;
}
@media screen and (max-width: 750px) {
  .p-banner {
    padding: 0 0 2rem !important;
  }
}

.mv__cloud {
  position: fixed;
  inset: 0;
  z-index: 120;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  overflow: hidden;
  opacity: 1;
  visibility: visible;
  pointer-events: none;
  transition: opacity 0.7s ease, visibility 0s linear 0s;
}
.mv__cloud.is-finished {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.7s ease, visibility 0s linear 0.7s;
}
.mv__cloud.is-playing .mv__cloud-item.-left {
  animation: outL var(--d) cubic-bezier(0.28, 0.02, 0.22, 1) forwards;
  animation-delay: calc(var(--d) * var(--dl, 0));
}
.mv__cloud.is-playing .mv__cloud-item.-right {
  animation: outR var(--d) cubic-bezier(0.28, 0.02, 0.22, 1) forwards;
  animation-delay: calc(var(--d) * var(--dl, 0));
}

.mv__cloud-item {
  position: absolute;
  inset: 0;
  will-change: transform, opacity;
  filter: blur(4px);
  background-repeat: no-repeat;
}
@media screen and (max-width: 750px) {
  .mv__cloud-item {
    filter: blur(3px);
  }
}

.mv__cloud-item.-left-upper {
  background: radial-gradient(13% 13% at 62% 8%, #fff 60%, transparent 78%), radial-gradient(14% 14% at 67% 25%, #fff 60%, transparent 78%), radial-gradient(12% 12% at 63% 41%, #fff 60%, transparent 78%), radial-gradient(11% 11% at 55% 51%, #fff 60%, transparent 78%), radial-gradient(12% 12% at 48% 6%, #fff 60%, transparent 78%), radial-gradient(150% 125% at -15% -12%, #fff 58%, transparent 74%);
}
@media screen and (max-width: 750px) {
  .mv__cloud-item.-left-upper {
    background: url("../images/cloud_sp_left_top.svg") left top/100% 100% no-repeat;
  }
}

.mv__cloud-item.-left-lower {
  --dl: 0.07;
  background: radial-gradient(12% 12% at 50% 63%, #fff 60%, transparent 78%), radial-gradient(14% 14% at 60% 61%, #fff 60%, transparent 78%), radial-gradient(13% 13% at 66% 75%, #fff 60%, transparent 78%), radial-gradient(13% 13% at 61% 89%, #fff 60%, transparent 78%), radial-gradient(11% 11% at 53% 97%, #fff 60%, transparent 78%), radial-gradient(150% 125% at -15% 112%, #fff 58%, transparent 74%);
}
@media screen and (max-width: 750px) {
  .mv__cloud-item.-left-lower {
    --dl: 0.03;
    background: url("../images/cloud_sp_left_bottom.svg") left bottom/100% 100% no-repeat;
  }
}

.mv__cloud-item.-right-upper {
  --dl: 0.03;
  background: radial-gradient(13% 13% at 38% 8%, #fff 60%, transparent 78%), radial-gradient(14% 14% at 33% 25%, #fff 60%, transparent 78%), radial-gradient(12% 12% at 37% 41%, #fff 60%, transparent 78%), radial-gradient(11% 11% at 45% 51%, #fff 60%, transparent 78%), radial-gradient(12% 12% at 52% 6%, #fff 60%, transparent 78%), radial-gradient(150% 125% at 115% -12%, #fff 58%, transparent 74%);
}
@media screen and (max-width: 750px) {
  .mv__cloud-item.-right-upper {
    --dl: 0.03;
    background: url("../images/cloud_sp_right_top.svg") right top/100% 100% no-repeat;
  }
}

.mv__cloud-item.-right-lower {
  --dl: 0.11;
  background: radial-gradient(12% 12% at 50% 63%, #fff 60%, transparent 78%), radial-gradient(14% 14% at 40% 61%, #fff 60%, transparent 78%), radial-gradient(13% 13% at 34% 75%, #fff 60%, transparent 78%), radial-gradient(13% 13% at 39% 89%, #fff 60%, transparent 78%), radial-gradient(11% 11% at 47% 97%, #fff 60%, transparent 78%), radial-gradient(150% 125% at 115% 112%, #fff 58%, transparent 74%);
}
@media screen and (max-width: 750px) {
  .mv__cloud-item.-right-lower {
    --dl: 0.06;
    background: url("../images/cloud_sp_right_bottom.svg") right bottom/100% 100% no-repeat;
  }
}

.mv.is-opening .mv__pic {
  animation: mvZoomOut var(--mv-zoom-d) cubic-bezier(0.28, 0.02, 0.22, 1) forwards;
}

@keyframes mvZoomOut {
  0% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes outL {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 1;
  }
  35% {
    opacity: 1;
  }
  100% {
    transform: translate3d(-135%, -3%, 0) scale(1.04);
    opacity: 0;
  }
}
@keyframes outR {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 1;
  }
  35% {
    opacity: 1;
  }
  100% {
    transform: translate3d(135%, -3%, 0) scale(1.04);
    opacity: 0;
  }
}
@keyframes mvTextIn {
  0% {
    opacity: 0;
    filter: blur(6px);
    transform: scale(1.03);
  }
  100% {
    opacity: 1;
    filter: blur(0);
    transform: scale(1);
  }
}
@keyframes mvBannerIn {
  0% {
    opacity: 0;
    filter: blur(4px);
    transform: scale(0.94);
  }
  100% {
    opacity: 1;
    filter: blur(0);
    transform: scale(1);
  }
}
@keyframes mvCtaIn {
  0% {
    opacity: 0;
    filter: blur(4px);
    transform: translateX(-50%) scale(0.94);
  }
  100% {
    opacity: 1;
    filter: blur(0);
    transform: translateX(-50%) scale(1);
  }
}
.main {
  padding-top: min(16rem, 180px);
}
@media screen and (max-width: 750px) {
  .main {
    padding-top: 22rem;
  }
}

.mv {
  --d: 4.2s;
  --mv-zoom-d: 2.1s;
  --mv-ttl-delay: 1.5s;
  --mv-banner-delay: 1.85s;
  --mv-cta-delay: 2.1s;
  position: relative;
  margin-bottom: min(27rem, 270px);
}
@media screen and (max-width: 750px) {
  .mv {
    --d: 3.4s;
    --mv-zoom-d: 1.7s;
    --mv-ttl-delay: 1.15s;
    --mv-banner-delay: 1.45s;
    --mv-cta-delay: 1.7s;
    margin-bottom: 14rem;
  }
}

.mv__inner {
  position: relative;
}

.mv__pic {
  margin: 0 auto;
  max-width: 86rem;
  min-width: 750px;
  clip-path: circle(farthest-side);
}
@media screen and (max-width: 750px) {
  .mv__pic {
    width: 100%;
    max-width: none;
    min-width: auto;
  }
}
.mv__pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mv__ttl {
  font-size: min(2.6rem, 50px);
  line-height: 1.5384615385;
  letter-spacing: 0.1em;
  font-weight: 500;
  position: absolute;
  top: 0;
  right: 34rem;
  z-index: 1;
  opacity: 0;
  filter: blur(6px);
  transform: scale(1.03);
  transform-origin: center top;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 750px) {
  .mv__ttl {
    top: 6rem;
    right: 16rem;
    font-size: 2.5rem;
  }
}

.mv__banner {
  position: absolute;
  top: max(135px, 15.48rem);
  left: calc(50% - max(392px, 45rem));
  width: max(174px, 20rem);
  opacity: 0;
  filter: blur(4px);
  transform: scale(0.94);
  transform-origin: center;
}
@media screen and (max-width: 750px) {
  .mv__banner {
    top: 58.667vw;
    left: initial;
    right: 8vw;
    width: 37.333vw;
  }
}

.cta.-mv {
  position: absolute;
  bottom: -5rem;
  left: 50%;
  opacity: 0;
  filter: blur(4px);
  transform: translateX(-50%) scale(0.94);
  transform-origin: center;
}

.mv.is-opening .mv__ttl {
  animation: mvTextIn 0.9s ease forwards;
  animation-delay: var(--mv-ttl-delay);
}
.mv.is-opening .mv__banner {
  animation: mvBannerIn 0.65s ease forwards;
  animation-delay: var(--mv-banner-delay);
}
.mv.is-opening .cta.-mv {
  animation: mvCtaIn 0.65s ease forwards;
  animation-delay: var(--mv-cta-delay);
}

.mv.is-opened .mv__pic {
  animation: none;
  transform: scale(1);
}
.mv.is-opened .mv__ttl,
.mv.is-opened .mv__banner {
  opacity: 1;
  filter: blur(0);
  animation: none;
  transform: scale(1);
}
.mv.is-opened .cta.-mv {
  opacity: 1;
  filter: blur(0);
  animation: none;
  transform: translateX(-50%) scale(1);
}

.about {
  padding-bottom: 11rem;
}
@media screen and (max-width: 750px) {
  .about {
    padding-bottom: 14rem;
  }
}
.about .about__top {
  margin: 0 0 min(5rem, 50px) min(10rem, 140px);
}
@media screen and (max-width: 750px) {
  .about .about__top {
    margin: 0 0 6rem 9rem;
  }
}

.about__inner {
  display: flex;
  gap: min(10rem, 220px);
}
@media screen and (max-width: 750px) {
  .about__inner {
    position: relative;
    flex-direction: column;
    gap: 4.8rem;
    margin: 0 auto;
    width: fit-content;
  }
}

.about__catch {
  flex-shrink: 0;
  margin-bottom: min(7rem, 70px);
  font-size: min(4.5rem, 60px);
  line-height: 1.9555555556;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 750px) {
  .about__catch {
    font-size: 4rem;
    margin: 0;
  }
}

.about__txt {
  font-size: min(2.2rem, 25px);
  line-height: 2.5;
  font-weight: 400;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 750px) {
  .about__txt {
    font-size: 2rem;
  }
}

.about__logo {
  width: min(28rem, 280px);
}
@media screen and (max-width: 750px) {
  .about__logo {
    width: 17rem;
  }
}

.rules {
  position: relative;
  padding-bottom: min(18rem, 180px);
}
@media screen and (max-width: 750px) {
  .rules {
    padding-bottom: 16rem;
  }
}

.rules__top {
  padding: min(19rem, 260px) 0;
  width: 100%;
  background: url(../images/rules_bg.webp) center center/cover no-repeat;
  color: #fff;
}
@media screen and (max-width: 750px) {
  .rules__top {
    padding: 13.8rem 0;
  }
}
.rules__top .section__ttl {
  margin: 0 auto;
  text-shadow: 2px 3px 4px rgba(0, 0, 0, 0.45);
}

.rules__inner {
  padding-top: min(10rem, 100px);
}
@media screen and (max-width: 750px) {
  .rules__inner {
    padding: 6rem 0 7rem;
    overflow: hidden;
  }
}

.rules__ttl {
  margin: 0 auto min(8rem, 80px);
  width: fit-content;
  color: #46966f;
  font-size: min(3rem, 30px);
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 750px) {
  .rules__ttl {
    margin-bottom: 6rem;
    font-size: 2.2rem;
  }
}
.rules__ttl span {
  font-size: min(7rem, 70px);
  font-weight: 500;
  line-height: 1.3;
}
@media screen and (max-width: 750px) {
  .rules__ttl span {
    font-size: 5rem;
    line-height: 1.5;
  }
}

.rules__txt {
  margin-bottom: min(20rem, 200px);
  font-size: min(2.1rem, 21px);
  line-height: 2.1428571429;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .rules__txt {
    font-size: 2rem;
  }
}

.rules__list {
  display: flex;
  align-items: start;
  gap: min(6rem, 80px);
}
@media screen and (max-width: 750px) {
  .rules__list {
    flex-direction: column;
    gap: 15rem;
  }
}

.rules__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: min(4rem, 50px);
  flex: 1;
}
@media screen and (max-width: 750px) {
  .rules__item {
    position: relative;
    flex-direction: row;
    margin: 0 0 0 9rem;
  }
}
@media screen and (max-width: 750px) {
  .rules__item:nth-of-type(even) {
    margin: 0 9rem 0 auto;
  }
}
@media screen and (max-width: 750px) {
  .rules__item:nth-of-type(even) .rules__item__pic {
    right: 43rem;
  }
}

.rules__item__pic {
  margin: 0 auto;
  width: 80%;
}
@media screen and (max-width: 750px) {
  .rules__item__pic {
    position: absolute;
    top: -2rem;
    right: -43rem;
    margin: 0;
    width: 40rem;
  }
}
.rules__item__pic img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: contain;
}
@media screen and (max-width: 750px) {
  .rules__item__pic img {
    width: auto;
    max-width: 100%;
  }
}

.rules__item__num {
  margin: 0 auto min(3rem, 50px);
  padding-bottom: min(2rem, 26px);
  width: 100%;
  height: min(6rem, 130px);
  border-bottom: 2px dotted #46966f;
}
@media screen and (max-width: 750px) {
  .rules__item__num {
    margin-bottom: 3.2rem;
    padding-bottom: 1.8rem;
    width: 80%;
    height: 6rem;
  }
}
.rules__item__num img {
  height: 100%;
  text-align: center;
}

.rules__item__ttl {
  margin-bottom: min(2rem, 50px);
  color: #46966f;
  font-weight: 700;
  letter-spacing: 0.2em;
  font-size: min(3rem, 40px);
  line-height: 1.6666666667;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .rules__item__ttl {
    margin-bottom: 4rem;
    font-size: 3rem;
  }
}

.rules__item__txt {
  font-size: min(1.6rem, 22px);
  line-height: 2.125;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .rules__item__txt {
    font-size: 2rem;
  }
}

.cta.-rules {
  position: absolute;
  bottom: -4rem;
  left: 50%;
  transform: translateX(-50%);
}

.information {
  padding-bottom: min(12rem, 120px);
}

.information__top {
  padding: min(19rem, 260px) 0;
  width: 100%;
  background: url(../images/info_bg.webp) center center/cover no-repeat;
  color: #fff;
}
@media screen and (max-width: 750px) {
  .information__top {
    padding: 13.8rem 0;
  }
}
.information__top .section__ttl {
  margin: 0 auto;
  text-shadow: 2px 3px 4px rgba(0, 0, 0, 0.45);
}

.information__inner {
  padding-top: min(10rem, 100px);
}
@media screen and (max-width: 750px) {
  .information__inner {
    padding-top: 6rem;
  }
}

.information__txt {
  margin-bottom: min(10rem, 100px);
  font-size: min(2.1rem, 21px);
  line-height: 2.1428571429;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .information__txt {
    margin-bottom: 8rem;
    font-size: 2rem;
  }
}

.information__map {
  margin: 0 auto min(10rem, 100px);
  width: min(70%, 780px);
}
@media screen and (max-width: 750px) {
  .information__map {
    margin-bottom: 10rem;
    width: 100%;
  }
}

.information__map-pic {
  margin: 0 auto min(1rem, 10px);
}

.information__map-link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: min(1rem, 10px);
  width: fit-content;
  margin-left: auto;
  padding: min(1rem, 10px) min(3rem, 30px);
  border: 2px solid #46966f;
  border-radius: 10rem;
  background: #fff;
  color: #46966f;
  font-size: min(1.8rem, 18px);
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.1em;
  white-space: nowrap;
  transition: background 0.3s ease, color 0.3s ease;
}
@media screen and (max-width: 750px) {
  .information__map-link {
    padding: 1rem 3rem;
    font-size: 1.6rem;
  }
}
.information__map-link__icon {
  width: min(2.4rem, 24px);
  height: min(2.4rem, 24px);
  flex-shrink: 0;
}
@media screen and (max-width: 750px) {
  .information__map-link__icon {
    width: 2.3rem;
    height: 2.3rem;
  }
}
.mouse .information__map-link:hover {
  opacity: 1;
  background: #46966f;
  color: #fff;
}

.informaiton__container {
  margin: 0 auto min(10rem, 100px);
  width: fit-content;
}

.information__data {
  margin-bottom: min(4.5rem, 45px);
}
@media screen and (max-width: 750px) {
  .information__data {
    margin-bottom: 3.2rem;
  }
}
.information__data:last-of-type {
  margin-bottom: 0;
}

.information__data__row {
  display: flex;
  gap: min(4rem, 40px);
  margin-bottom: min(1.8rem, 18px);
  font-size: min(2rem, 20px);
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  .information__data__row {
    gap: 2rem;
  }
}
.information__data__row:last-of-type {
  margin-bottom: 0;
}

.information__data__row dt {
  color: #46966f;
  font-weight: 400;
  flex: 2;
  white-space: nowrap;
  letter-spacing: 0.05em;
}

.information__data__row dd {
  font-weight: 400;
  flex: 5;
  letter-spacing: 0;
}
@media screen and (max-width: 750px) {
  .information__data__row dd {
    flex: 4;
  }
}

.information__local {
  margin-bottom: min(10rem, 100px);
}

.information__local__ttl {
  margin-bottom: min(8rem, 80px);
  color: #46966f;
  font-size: min(2.2rem, 22px);
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .information__local__ttl {
    margin-bottom: 5rem;
  }
}

.information__local__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: min(7rem, 70px) 0;
  margin: 0 auto;
  max-width: 1280px;
}
@media screen and (max-width: 750px) {
  .information__local__list {
    gap: 6rem 2rem;
  }
}

.information__local__item {
  width: calc((100% - min(14rem, 140px)) / 3);
  max-width: 336px;
}
@media screen and (max-width: 750px) {
  .information__local__item {
    width: calc((100% - 4.8rem) / 2);
  }
}

.information__local__item__pic {
  margin: 0 auto min(2.4rem, 24px);
  width: 76%;
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .information__local__item__pic {
    margin-bottom: 3rem;
  }
}

.information__local__item__ttl {
  margin-bottom: min(1.4rem, 14px);
  font-size: min(2.4rem, 24px);
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .information__local__item__ttl {
    font-size: 2.7rem;
  }
}

.information__local__item__txt {
  font-size: min(1.8rem, 18px);
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .information__local__item__txt {
    font-size: 2rem;
  }
}

.subdivision {
  padding-bottom: min(14rem, 140px);
}

.subdivision__top {
  margin: 0 auto min(6rem, 60px);
  color: #46966f;
}

.subdivision__land-map {
  margin: 0 auto min(7rem, 70px);
  max-width: 1280px;
}
@media screen and (max-width: 750px) {
  .subdivision__land-map {
    width: 100%;
  }
}

.subdivision__table {
  margin: 0 auto;
  width: min(100%, 1000px);
  table-layout: fixed;
  border-collapse: collapse;
  font-size: min(2rem, 22px);
  line-height: 1.6;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .subdivision__table {
    font-size: 1.8rem;
  }
}
.subdivision__table th,
.subdivision__table td {
  padding: min(1rem, 10px) min(1rem, 12px);
  background: #fff;
  border: 2px solid #e4e4e4;
  text-align: center;
  vertical-align: middle;
}
.subdivision__table tr:first-child th {
  padding: min(1.4rem, 14px) min(1rem, 12px);
  background: #efeeed;
}

.contact__top {
  margin: 0 auto min(6rem, 60px);
  color: #46966f;
}

.contact__access__box {
  display: flex;
  align-items: center;
  gap: min(13rem, 130px);
}
@media screen and (max-width: 750px) {
  .contact__access__box {
    gap: 4rem;
  }
}

.contact__inner {
  margin: 0 auto;
  max-width: 1280px;
}

.contact__access {
  margin: 0 auto min(8rem, 80px);
}

.contact__access__ttl {
  margin-bottom: min(3.2rem, 32px);
  color: #46966f;
  font-size: min(2rem, 20px);
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 750px) {
  .contact__access__ttl {
    font-size: 2.7rem;
  }
}

.contact__access__container {
  margin: 0 auto min(3rem, 30px);
  width: 92%;
}
@media screen and (max-width: 750px) {
  .contact__access__container {
    width: 100%;
  }
}

.contact__access__address {
  font-size: min(2.4rem, 24px);
  line-height: 1.4583333333;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 750px) {
  .contact__access__address {
    font-size: 3.2rem;
  }
}
.contact__access__address span {
  font-size: min(1.8rem, 18px);
  line-height: 1;
  font-weight: 400;
}
@media screen and (max-width: 750px) {
  .contact__access__address span {
    font-size: 2.2rem;
  }
}

.contact__access__pic {
  width: min(32rem, 320px);
}
@media screen and (max-width: 750px) {
  .contact__access__pic {
    width: 26rem;
  }
}

.contact__access__tel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: min(3rem, 30px) min(4rem, 40px);
  background: #fff;
  color: #46966f;
  border: 2px dashed #46966f;
}
@media screen and (max-width: 750px) {
  .contact__access__tel {
    flex-direction: column;
    gap: 3rem;
  }
}

.contact__access__tel__txt {
  font-size: min(2.4rem, 24px);
  line-height: 1.25;
  font-weight: 900;
  letter-spacing: 0.2em;
  text-align: center;
}
.contact__access__tel__txt span {
  font-size: min(1.8rem, 18px);
  font-weight: 700;
}

.contact__access__tel__num {
  font-size: min(5.4rem, 54px);
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 750px) {
  .contact__access__tel__num {
    font-size: 6rem;
  }
}

.contact__campaign-banner {
  margin: 0 auto min(4rem, 40px);
  width: 92%;
}
.contact__campaign-banner img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 750px) {
  .contact__campaign-banner {
    margin-bottom: 4rem;
    width: 100%;
  }
}

.contact__form__ttl {
  margin: 0 auto min(3.2rem, 32px);
  width: 92%;
  color: #46966f;
  font-size: min(2rem, 20px);
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 750px) {
  .contact__form__ttl {
    margin: 0 0 3.2rem;
    font-size: 2.7rem;
  }
}

.contact {
  padding-bottom: min(12rem, 120px);
}
.contact .u-font-size-80 {
  font-size: 80% !important;
}
.contact .u-text-align-left {
  text-align: left !important;
}
.contact .u-font-red-01 {
  color: #d04141 !important;
}
.contact .u-ml-10 {
  margin-left: 1rem !important;
}

.p-form {
  width: 100%;
  max-width: 100rem;
  margin: 0 auto min(6rem, 60px);
}

.p-form-container {
  padding: min(4.2rem, 42px) min(9rem, 90px) min(7.5rem, 75px);
  background: #f5f5f5;
}

.p-form-body {
  padding: 0;
  background: transparent;
}

.p-form-group.-hidden {
  display: none;
}

.p-form-group_head {
  padding: min(1rem, 10px) 0;
  border-bottom: 1px solid #46b668;
}

.p-form-group_head_text {
  font-size: min(1.8rem, 18px);
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.p-form-group_head_text-small {
  margin-left: min(2rem, 20px);
  font-size: min(1.3rem, 13px);
  line-height: 1.3846153846;
  font-weight: 700;
  vertical-align: middle;
}

.c-required-plate {
  position: relative;
  top: -0.2rem;
  display: inline-block;
  padding: 0 min(0.5rem, 5px) min(0.2rem, 2px);
  background-color: #46b668;
  color: #fff;
  font-size: min(1.2rem, 12px);
  line-height: 2.1666666667;
  font-weight: 500;
  letter-spacing: 0;
  vertical-align: middle;
}

.p-form-group_inner {
  display: flex;
  padding: min(1.5rem, 15px) 0 min(3rem, 30px);
}

.p-form-item {
  width: 100%;
}
.p-form-item dl {
  display: flex;
  padding: min(0.7rem, 7px);
}
.p-form-item dt {
  display: flex;
  align-items: center;
  width: min(10rem, 100px);
  color: #1c3738;
  font-size: min(1.4rem, 14px);
  line-height: 1.8571428571;
  font-weight: 700;
  text-align: left;
}
.p-form-item dd {
  display: flex;
  justify-content: space-between;
  width: min(42rem, 420px);
  max-width: calc(100% - min(10rem, 100px));
}

.p-form-item_half-box {
  width: calc(50% - min(1rem, 10px));
}

.p-form_input-text,
.p-form_select,
.p-form_textarea {
  appearance: none;
  width: 100%;
  border: none;
  border-radius: 0;
  background: #fff;
  box-shadow: 0 0 0 3px #c9c9c9 inset;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
.p-form_input-text:focus,
.p-form_select:focus,
.p-form_textarea:focus {
  outline: 0;
  box-shadow: 0 0 0 3px #b6c649 inset;
}
.p-form_input-text::placeholder,
.p-form_select::placeholder,
.p-form_textarea::placeholder {
  color: #c9c9c9;
}

.p-form_input-text[aria-invalid=true],
.p-form_select[aria-invalid=true],
.p-form_textarea[aria-invalid=true],
.p-form_input-checkbox[aria-invalid=true] {
  box-shadow: 0 0 0 3px #e0394d inset;
}

.js-form-error {
  margin-top: min(0.8rem, 8px);
  color: #e0394d;
  font-size: min(1.2rem, 12px);
  line-height: 1.5;
  font-weight: 700;
  text-align: left;
}

.p-form_input-text,
.p-form_select {
  height: min(5rem, 50px);
  padding: min(1rem, 10px);
  font-size: min(1.4rem, 14px);
  line-height: 1;
}

#nitiji {
  cursor: pointer;
}

.p-form_select {
  padding-right: min(3rem, 30px);
  color: #000;
}

.p-form_textarea {
  display: block;
  width: 98%;
  height: 14em;
  padding: min(2rem, 20px) min(3rem, 30px);
  resize: none;
  font-size: min(1.6rem, 16px);
  line-height: 1.375;
}

.p-form-item_half-box_arrow {
  position: relative;
}
.p-form-item_half-box_arrow::after {
  content: "";
  position: absolute;
  top: 42%;
  right: min(0.7rem, 7px);
  z-index: 10;
  display: inline-block;
  width: 7px;
  height: 7px;
  border-bottom: 3px solid #333;
  border-left: 3px solid #333;
  transform: rotate(-45deg);
  pointer-events: none;
}

.p-form_input-checkbox {
  appearance: none;
  position: relative;
  display: inline-block;
  width: min(1.5rem, 15px);
  height: min(1.5rem, 15px);
  margin: 0 min(1rem, 10px) 0 0;
  border: 1px solid #000;
  border-radius: 0;
  transform: translateY(2px);
  vertical-align: baseline;
}
.p-form_input-checkbox::after {
  content: "";
  position: absolute;
  top: 30%;
  left: 20%;
  display: inline-block;
  width: min(1rem, 10px);
  height: min(0.5rem, 5px);
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  opacity: 0;
  transform: rotate(-45deg);
}
.p-form_input-checkbox:checked::after {
  opacity: 1;
}

.p-form-label {
  display: inline-flex;
  align-items: center;
  padding: min(0.5rem, 5px);
  cursor: pointer;
  font-size: min(1.8rem, 18px);
  line-height: 1.4444444444;
}

.p-form-card {
  position: relative;
  width: min(21rem, 210px);
  height: min(12.5rem, 125px);
  margin: 0 min(0.3rem, 3px) min(0.6rem, 6px);
}

.p-form-card_label {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 0 0 0 20%;
  border-radius: min(1rem, 10px);
  background: #fafafa;
  cursor: pointer;
}

.p-form-card_checkbox {
  position: absolute;
  top: 43%;
  left: 5%;
  width: min(2rem, 20px);
  height: min(2rem, 20px);
  margin: 0;
  border: 1px solid #000;
  transform: none;
}
.p-form-card_checkbox::after {
  border-color: #fff;
}

.p-form-card-thumbnail-l {
  width: 100%;
  height: auto;
  margin: min(1.5rem, 15px) auto min(1rem, 10px);
}

.p-form-card-thumbnail_label {
  padding: min(2.2rem, 22px) min(3.2rem, 32px) min(2rem, 20px);
}

.p-form-card-thumbnail_checkbox {
  top: min(2.7rem, 27px);
  left: min(3.5rem, 35px);
  border-radius: 50%;
}
.p-form-card-thumbnail_checkbox::after {
  top: 50%;
  left: 50%;
  width: min(1rem, 10px);
  height: min(1rem, 10px);
  border: 0;
  border-radius: 50%;
  background-color: #81b01b;
  transform: translate(-50%, -50%);
}

.p-form-card-thumbnail-l_name {
  min-height: auto;
  padding-left: min(3.5rem, 35px);
  font-size: min(1.8rem, 18px);
  line-height: 1.5;
  font-weight: 700;
  text-align: left;
}

.p-form-card-thumbnail-l_content {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: min(1.5rem, 15px);
}

.p-form-card-thumbnail-l_img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(18.2rem, 182px);
}

.p-form-card .p-form-card_checkbox:checked {
  border-color: #fff;
}

.p-form-card .p-form-card_checkbox:checked + .p-form-card_label {
  background: #81b01b;
  color: #fff;
}

.p-form-bottom {
  padding: min(1.4rem, 14px) 5% 0;
}
.p-form-bottom a {
  border-bottom: 1px solid #000;
}

.p-form-bottom_text {
  padding: min(0.4rem, 4px) 0;
  font-size: min(1.3rem, 13px);
  line-height: 1.3846153846;
  letter-spacing: 0;
  text-align: left;
}

.p-submit-box {
  padding: min(3rem, 30px) 0;
  text-align: center;
}

.p-submit {
  appearance: none;
  display: inline-block;
  width: min(33.8rem, 338px);
  height: min(6.5rem, 65px);
  border: 1px solid #005f1d;
  border-radius: min(3.25rem, 32.5px);
  background-color: #005f1d;
  color: #fff;
  cursor: pointer;
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(1.6rem, 16px);
  line-height: 1.5;
  font-weight: 700;
  transition: 0.4s;
}
.p-submit:hover {
  background-color: #fff;
  color: #005f1d;
}

.contact__gp {
  padding: 0 min(1.5rem, 15px);
}

.contact__gp-box {
  margin-bottom: min(3rem, 30px);
  overflow: hidden;
  border: 2px solid #e0394d;
  border-radius: 10px;
  background: #fff;
}
.contact__gp-box:last-child {
  margin-bottom: 0;
}

.contact__gp-title {
  position: relative;
  padding: min(1.5rem, 15px) min(5rem, 50px) min(1.5rem, 15px) min(1.5rem, 15px);
  background: #fdd8d3;
  cursor: pointer;
  font-size: min(1.6rem, 16px);
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
}
.contact__gp-title::before, .contact__gp-title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: min(2rem, 20px);
  z-index: 0;
  width: min(1.5rem, 15px);
  height: 0.2rem;
  margin-top: -1px;
  background-color: #e0394d;
  transition: transform 0.2s ease-out, background-color 0.2s ease-out;
}
.contact__gp-title::after {
  transform: rotate(90deg);
}
.contact__gp-title.active::before {
  background-color: transparent;
  transform: rotate(270deg);
}
.contact__gp-title.active::after {
  transform: rotate(360deg);
}

.contact__gp-cont {
  display: none;
  padding: 0 min(2rem, 20px);
}
.contact__gp-cont p:first-child {
  margin-top: min(1.5rem, 15px);
}

.contact__gp .lp-caution__heading-icon {
  width: min(1.8rem, 18px);
  height: min(1.8rem, 18px);
  transform: translate(-0.2rem, 0.2rem);
}
.contact__gp p {
  margin-bottom: min(2rem, 20px);
  color: #000;
  font-size: min(1.2rem, 12px);
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0.02rem;
}
.contact__gp p .vs-01 {
  color: #e0394d;
  font-weight: 700;
}
.contact__gp p .vs-02 {
  padding: min(0.1rem, 1px) min(0.4rem, 4px);
  background-color: #e0394d;
  color: #fff;
  font-weight: 700;
  line-height: 1.8;
}

@media screen and (max-width: 750px) {
  .contact {
    padding-bottom: 14rem;
  }
  .contact .u-ml-10 {
    margin-left: 2rem !important;
  }
  .p-form {
    margin-bottom: 12rem;
  }
  .p-form-container {
    padding: 3.6rem 3rem 8rem;
  }
  .p-form-group_head {
    padding: 1rem 0;
  }
  .p-form-group_head_text {
    font-size: 3.2rem;
  }
  .p-form-group_head_text-small {
    margin-left: 0;
    font-size: 2rem;
    line-height: 1.4;
  }
  .c-required-plate {
    padding: 0 1.2rem;
    font-size: 2.6rem;
  }
  .p-form-group_inner {
    padding: 1.5rem 0 4rem;
  }
  .p-form-item dl {
    padding: 1rem;
  }
  .p-form-item dt {
    display: none;
  }
  .p-form-item dd {
    width: 100%;
    max-width: 100%;
  }
  .p-form_input-text,
  .p-form_select {
    height: 10rem;
    box-shadow: 0 0 0 0.3rem #c9c9c9 inset;
    font-size: 3.2rem;
    line-height: 1.25;
  }
  .p-form_input-text:focus,
  .p-form_select:focus {
    box-shadow: 0 0 0 0.3rem #b6c649 inset;
  }
  .js-form-error {
    margin-top: 1rem;
    font-size: 2rem;
    line-height: 1.4;
  }
  .p-form_select {
    padding-right: 6rem;
  }
  .p-form_textarea {
    width: 100%;
    padding: 2rem 3rem;
    box-shadow: 0 0 0 0.3rem #c9c9c9 inset;
    font-size: 3.2rem;
    line-height: 1.25;
  }
  .p-form_textarea:focus {
    box-shadow: 0 0 0 0.3rem #b6c649 inset;
  }
  .p-form-item_half-box_arrow::after {
    top: 39%;
    right: 2rem;
    width: 2rem;
    height: 2rem;
    border-bottom-width: 0.6rem;
    border-left-width: 0.6rem;
  }
  .p-form-label {
    padding: 0.5rem 1rem;
    font-size: 2.6rem;
    line-height: 1.4;
  }
  .p-form_input-checkbox {
    width: 2.5rem;
    height: 2.5rem;
    margin-right: 1rem;
  }
  .p-form_input-checkbox::after {
    width: 1.5rem;
    height: 0.7rem;
  }
  .p-form-card-thumbnail-l {
    max-width: 100%;
    margin-top: 2rem;
  }
  .p-form-card-thumbnail_label {
    padding: 4.4rem 9rem;
  }
  .p-form-card-thumbnail_checkbox {
    top: 4.2rem;
    left: 3rem;
  }
  .p-form-card_checkbox {
    width: 4.4rem;
    height: 4.4rem;
  }
  .p-form-card_checkbox::after {
    width: 2.4rem;
    height: 2.4rem;
  }
  .p-form-card-thumbnail-l_name {
    padding: 0;
    font-size: 3.2rem;
    line-height: 1.3;
  }
  .p-form-card-thumbnail-l_content {
    padding: 0;
  }
  .p-form-card-thumbnail-l_img {
    width: 100%;
  }
  .p-form-card-thumbnail-l_img img {
    width: 33.2rem;
  }
  .p-form-bottom {
    padding: 0;
  }
  .p-form-bottom_text {
    padding: 0.5rem 5%;
    font-size: 2rem;
    line-height: 1.5;
  }
  .p-submit {
    width: 100%;
    max-width: 67.6rem;
    height: 13rem;
    border-radius: 7rem;
    font-size: 2.8rem;
  }
  .contact__gp {
    padding: 0 3.6rem;
  }
  .contact__gp-box {
    margin-bottom: 4rem;
  }
  .contact__gp-title {
    padding: 3rem 8rem 3rem 3rem;
    font-size: 3.2rem;
  }
  .contact__gp-title::before, .contact__gp-title::after {
    right: 4rem;
    width: 3rem;
    height: 0.4rem;
  }
  .contact__gp-cont {
    padding: 0 4rem;
  }
  .contact__gp-cont p:first-child {
    margin-top: 3rem;
  }
  .contact__gp .lp-caution__heading-icon {
    width: 3.6rem;
    height: 3.6rem;
  }
  .contact__gp p {
    margin-bottom: 4rem;
    font-size: 2.4rem;
  }
}
.formError {
  opacity: 1 !important;
}

@media screen and (max-width: 767px) {
  .formError {
    left: 0 !important;
  }
}
.formError .formErrorContent {
  background: #81b01b;
  border-radius: unset;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
}

.formError .formErrorArrow div {
  background: #81b01b;
}

.fadeIn {
  opacity: 0;
  filter: blur(2px);
  transform: scale(0.995);
  transition: opacity 0.75s ease, filter 0.75s ease, transform 0.75s ease;
  will-change: opacity, filter, transform;
}
.fadeIn.is-active {
  opacity: 1;
  filter: blur(0);
  transform: scale(1);
}

.fadeIn--stagger > * {
  opacity: 0;
  filter: blur(2px);
  transform: scale(0.995);
  transition: opacity 0.75s ease, filter 0.75s ease, transform 0.75s ease;
  will-change: opacity, filter, transform;
}

.fadeIn--stagger.is-active > * {
  opacity: 1;
  filter: blur(0);
  transform: scale(1);
}

.fadeIn--stagger.is-active > *:nth-child(1) {
  transition-delay: 0.12s;
}

.fadeIn--stagger.is-active > *:nth-child(2) {
  transition-delay: 0.24s;
}

.fadeIn--stagger.is-active > *:nth-child(3) {
  transition-delay: 0.36s;
}

.fadeIn--stagger.is-active > *:nth-child(4) {
  transition-delay: 0.48s;
}

.fadeIn--stagger.is-active > *:nth-child(5) {
  transition-delay: 0.6s;
}

.fadeIn--stagger.is-active > *:nth-child(6) {
  transition-delay: 0.72s;
}

.fadeIn--stagger.is-active > *:nth-child(7) {
  transition-delay: 0.84s;
}

.fadeIn--stagger.is-active > *:nth-child(8) {
  transition-delay: 0.96s;
}

@media (prefers-reduced-motion: reduce) {
  .fadeIn,
  .fadeIn--stagger > * {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}
.is-hidden {
  display: none; /* フェードアウト完了後に非表示にする */
}

.is-visible {
  opacity: 1;
  filter: blur(0); /* ぼかしがなくなる */
}