@charset "UTF-8";
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
}

/* 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 {
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
  line-height: 1.15; /* 1 */
}

/* 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 {
  margin: 0;
  font-weight: inherit;
  font-size: inherit;
}

/* 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 {
  -webkit-box-sizing: content-box;
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  margin: 0;
  clear: both;
  overflow: visible; /* 2 */
  border-top-width: 1px;
  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-size: inherit; /* 2 */
  font-family: monospace, monospace; /* 1 */
}

address {
  font-style: inherit;
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
  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-size: inherit; /* 2 */
  font-family: monospace, monospace; /* 1 */
}

/**
 * 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 {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: inherit;
  text-transform: inherit; /* 2 */
  vertical-align: middle;
}

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

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

/**
 * Correct cursors for clickable elements.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

/**
 * 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. Fix font inheritance.
 */
::-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]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

body {
  -webkit-animation: load 3s;
  color: #53483b;
  font-weight: 500;
  line-height: 2;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック", "Hiragino Sans", YuGothic, "Yu Gothic", sans-serif;
  letter-spacing: 0.05em;
  animation: load 3s;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

picture {
  display: block;
}

.l-header {
  -webkit-backdrop-filter: blur(30px);
  z-index: 1000;
  position: sticky;
  top: 0;
  left: 0;
  backdrop-filter: blur(30px);
  background-color: transparent;
}
.l-header__inner {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 2000px;
  margin-inline: auto;
  padding-top: 1.125rem;
  padding-right: 1.25rem;
  padding-bottom: 0.625rem;
  padding-left: 1.25rem;
}
.l-header__logo {
  z-index: 1000;
  width: clamp(100px, 26%, 150px);
}
.l-header__nav {
  display: none;
}
.l-header__nav.is-open {
  -webkit-animation: open 0.3s linear;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  padding-top: 4.375rem;
  padding-right: 2.5rem;
  padding-bottom: 3.75rem;
  padding-left: 2.5rem;
  overflow: scroll;
  background: -webkit-gradient(linear, left top, left bottom, from(#f7dcea), color-stop(90%), to(#fff));
  background: linear-gradient(180deg, #f7dcea, 90%, #fff);
  text-align: center;
  animation: open 0.3s linear;
  opacity: 1;
}
@-webkit-keyframes open {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes open {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.l-header__list-item {
  margin-top: 1.875rem;
}
.l-header__list-item--contact {
  margin-top: 3.75rem;
}
.l-header__list-item--line {
  max-width: 300px;
  margin-inline: auto;
  padding-top: 0.9375rem;
  padding-right: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 1.25rem;
  border-radius: 20px;
  background-color: #fff;
  text-align: center;
}
.l-header__link {
  -webkit-transition: 0.3s;
  font-size: 0.9375rem;
  transition: 0.3s;
}
.l-header__link-sub {
  display: block;
  color: #ed86b6;
  font-size: 0.75rem;
}
.l-header__link--contact {
  -webkit-transition: 0.3s ease;
  display: inline-block;
  position: relative;
  width: 300px;
  padding: 0.75rem 1em;
  border-radius: 30px;
  background-color: #4a8bce;
  color: #fff;
  font-weight: 700;
  font-size: 0.875rem;
  transition: 0.3s ease;
}
.l-header__link--contact::before {
  -webkit-transform: translate(0, -50%);
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 5rem;
  width: 24px;
  height: 24px;
  transform: translate(0, -50%);
  background-image: url(../images/icon_soudan.svg);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
.l-header__link--contact:hover {
  color: #a2cbf5;
}
.l-header__link--line {
  display: block;
  width: 200px;
  margin-inline: auto;
  padding: 0.5rem 1em;
  border-radius: 35px;
  background-color: #04c755;
  color: #fff;
  font-weight: 700;
  font-size: 0.875rem;
}
.l-header__line-text {
  color: #04c755;
  font-weight: 700;
  font-size: 0.75rem;
}
.l-header__line-image {
  width: 130px;
  margin-inline: auto;
}
.l-header__line-image img {
  vertical-align: top;
}
.l-header__ibj {
  display: block;
  width: clamp(6.875rem, 10vw, 13.75rem);
  margin-inline: auto;
}
.l-main {
  overflow: hidden;
}

.l-footer__inner {
  max-width: 950px;
  margin-inline: auto;
  padding-right: 2.5rem;
  padding-left: 2.5rem;
}
.l-footer__content {
  display: grid;
  place-content: center;
  place-items: center;
  margin-top: 4.375rem;
  gap: 1.25rem;
}
.l-footer__logo {
  width: clamp(8.75rem, 20vw, 11.875rem);
}
.l-footer__address {
  font-size: 0.75rem;
  text-align: center;
}
.l-footer__ibj {
  width: 170px;
}
.l-footer__list {
  display: none;
}
.l-footer__bottom {
  margin-top: 4.375rem;
  padding: 1.25rem;
  border-top: 1px solid #e8e3dc;
  text-align: center;
}
.l-footer__copyright {
  display: block;
  color: #a3988b;
  font-size: 0.625rem;
  font-family: "Outfit", sans-serif;
  letter-spacing: 0.24em;
}
.l-section01 {
  margin-top: 7.5rem;
}

.l-inner01 {
  position: relative;
  max-width: 600px;
  margin-inline: auto;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}
.c-text-orange {
  color: #e4702f;
}
.c-button {
  z-index: 1;
  position: relative;
  text-align: center;
}
.c-button__link {
  display: inline-block;
  position: relative;
  width: 100%;
  max-width: 300px;
  padding: 10px 1em;
}
.c-button__link::before {
  -webkit-transition: 0.5s;
  -webkit-box-shadow: 0 5px 8px #ccc;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 36px;
  background-color: #db5a24;
  box-shadow: 0 5px 8px #ccc;
  content: "";
  transition: 0.5s;
}
.c-button__link:hover::before {
  opacity: 0.7;
}
.c-button__link--previous::before {
  background-color: #529c52;
}
.c-button__link--long {
  max-width: 345px;
}
.c-button__text {
  position: relative;
  color: white;
  font-weight: 600;
  font-size: 0.9375rem;
  text-align: center;
}
.c-button__text::before {
  -webkit-transform: translateY(-50%);
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 18px;
  width: 18px;
  height: 18px;
  transform: translateY(-50%);
  background: no-repeat;
  background-image: url(../images/icon_l-arrow.png);
  background-size: contain;
  content: "";
}
.c-button__text::after {
  -webkit-transform: translateY(-50%);
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 18px;
  width: 18px;
  height: 18px;
  transform: translateY(-50%);
  background: no-repeat;
  background-image: url(../images/icon_r-arrow.png);
  background-size: contain;
  content: "";
}
.c-button__text.--next::before {
  content: none;
}
.c-button__text.--prev::after {
  content: none;
}
.c-button__text--long::after {
  right: 0;
}
.c-ham {
  z-index: 200;
  position: relative;
  width: 20px;
  height: 14px;
  cursor: pointer;
}
.c-ham__line {
  -webkit-transition: 0.3s;
  position: absolute;
  width: 20px;
  height: 1px;
  background-color: #707070;
  transition: 0.3s;
}
.c-ham__line--01 {
  top: 0;
}
.c-ham__line--01.is-open {
  -webkit-transform: rotate(45deg);
  top: 6px;
  transform: rotate(45deg);
}
.c-ham__line--02 {
  top: 6px;
}
.c-ham__line--02.is-open {
  width: 0;
}
.c-ham__line--03 {
  bottom: 1px;
}
.c-ham__line--03.is-open {
  -webkit-transform: rotate(-45deg);
  bottom: 7px;
  transform: rotate(-45deg);
}

.c-heading01 {
  position: relative;
  padding-left: 1.25rem;
}
.c-heading01::before {
  display: inline-block;
  position: absolute;
  top: -10px;
  left: -10px;
  width: clamp(75px, 14vw, 95px);
  height: clamp(95px, 14vw, 110px);
  background-image: url(../images/heading_circle01.svg);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
.c-heading01__sub {
  display: inline-block;
  color: #a3988b;
  font-size: 0.75rem;
}
.c-heading01__main {
  display: block;
  margin-top: -0.625rem;
  font-size: clamp(1.5rem, 5vw, 2rem);
  letter-spacing: 0.11em;
}

.c-heading02__number {
  margin-left: -1.25rem;
  color: #a2cbf5;
  font-size: clamp(2.5rem, 5vw, 3.75rem);
  font-family: "Outfit", sans-serif;
  letter-spacing: 0.05em;
}
.c-heading02__number--small {
  font-size: clamp(2.5rem, 5vw, 3.125rem);
}
.c-heading02__main {
  display: block;
  margin-top: -2.5rem;
  font-weight: 700;
  font-size: clamp(1.125rem, 5vw, 1.625rem);
  line-height: 1.8;
  letter-spacing: 0.08em;
}
.c-heading02__main--small {
  font-size: clamp(1.125rem, 5vw, 1.25rem);
}

.c-text01 {
  font-weight: 400;
  font-size: clamp(0.875rem, 5vw, 1rem);
}
.c-step__wrapper:not(:first-child) {
  margin-top: 50px;
}
.c-step__content {
  display: grid;
  position: relative;
  grid-template-columns: 48px auto;
  grid-template-areas: "circle title " "text text";
  padding: 16px;
  border-radius: 24px;
  background-color: #ffffff;
}
.c-step__content::after {
  -webkit-transform: translateX(-50%);
  display: inline-block;
  position: absolute;
  bottom: -32px;
  left: 50%;
  width: 28px;
  height: 18px;
  transform: translateX(-50%);
  background: no-repeat;
  background-image: url(../images/icon_d-tri_green.svg);
  background-size: contain;
  content: "";
}
.c-step__content--02::after {
  background-image: url(../images/icon_d-tri_orange.svg);
}
.c-step__content--last::after {
  content: none;
}
.c-step__circle {
  display: grid;
  grid-area: circle;
  place-content: center;
  width: 48px;
  height: 48px;
  padding-top: 10px;
  border-radius: 50%;
  background-color: #44c65c;
  color: #ffffff;
}
.c-step__circle--02 {
  background-color: #f18f2b;
}
.c-step__circle-text {
  font-size: 0.625rem;
  line-height: 1.3;
  text-align: center;
}
.c-step__circle-number {
  display: block;
  margin-top: -8px;
  font-weight: 600;
  font-size: 1.375rem;
  text-align: center;
}
.c-step__title {
  grid-area: title;
  align-self: center;
  margin-left: 16px;
  font-weight: 600;
}
.c-step__text {
  grid-area: text;
  margin-top: 16px;
  font-size: 0.875rem;
}
.c-step__text--02 {
  margin-top: 0;
  font-weight: 600;
  font-size: 1.375rem;
  letter-spacing: 0.05em;
  text-align: center;
}
.c-ac {
  position: relative;
  margin-inline: auto;
}
.c-ac__wrapper {
  border-radius: 10px;
}
.c-ac__wrapper:not(:first-child) {
  margin-top: 0.9375rem;
}
.c-ac__content {
  height: 0;
  overflow: hidden;
}
.c-ac__question {
  -webkit-box-shadow: 0 5px 10px #f1f1f1;
  display: block;
  padding: 10px 0;
  overflow: hidden;
  border-radius: 50px;
  box-shadow: 0 5px 10px #f1f1f1;
  text-align: center;
  cursor: pointer;
}
.c-ac__question-ja {
  position: relative;
  padding: 0 0.75rem;
  font-size: 5.5vw;
}
.c-ac__question-ja::after {
  -webkit-transform: translateY(-50%);
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
  display: block;
  position: absolute;
  top: 50%;
  right: 5%;
  width: 15px;
  height: 10px;
  transform: translateY(-50%);
  background-color: #000;
  content: "";
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.c-ac__icon {
  -ms-flex-negative: 0;
  -ms-flex-item-align: center;
  flex-shrink: 0;
  align-self: center;
  width: 30px;
  height: 30px;
  margin-left: auto;
}
.c-ac__question.active {
  background-color: #529c52;
  color: #fff;
}
.c-ac__question.active .c-ac__question-ja::after {
  -webkit-clip-path: polygon(50% 0, 100% 100%, 0 100%);
  background-color: #fff;
  content: "";
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
}
.c-ac__answer {
  padding: 10px 0;
  font-weight: 300;
  font-size: 3.8vw;
}
.c-ac__answer-ja {
  padding: 0 0.75rem;
}
.c-ac__answer-ja span {
  font-size: 3vw;
}
.c-thumb__wrapper {
  display: grid;
  gap: 40px;
}
.c-thumb__content {
  display: grid;
  max-width: 500px;
  padding: 0 32px;
}
.c-thumb__title-ja {
  font-weight: 600;
  font-size: 1.375rem;
  line-height: 1.5;
}
.c-thumb__title-en {
  color: #44c65c;
  font-weight: 600;
  font-size: 0.75rem;
  line-height: 1.3;
  letter-spacing: 0.025em;
}
.c-thumb__text {
  margin-top: 24px;
  font-weight: 300;
  font-size: 0.875rem;
}
.c-thumb__image {
  width: 90%;
  margin-left: auto;
}
.c-news__list {
  padding: 0 16px;
}
.c-news__list-item {
  padding: 24px 0;
  border-top: 1px solid #e8e3dc;
}
.c-news__list-item:last-of-type {
  border-bottom: 1px solid #e8e3dc;
}
.c-news__info {
  font-size: 0.75rem;
  letter-spacing: 0.025em;
}
.c-news__year {
  grid-area: year;
}
.c-news__day {
  grid-area: day;
}
.c-news__date {
  grid-area: date;
}
.c-news__cat {
  grid-area: cat;
  color: #44c65c;
  text-transform: capitalize;
}
.c-news__text {
  font-size: 0.875rem;
}
.c-plan__list-item {
  padding: 48px 28px;
  border: 3px solid #e8e3dc;
  border-radius: 24px;
  background-color: #ffffff;
}
.c-plan__list-item:first-child::after {
  -webkit-transform: translate(-50%, 0);
  display: inline-block;
  position: absolute;
  top: 59%;
  left: 50%;
  width: 28px;
  height: 18px;
  transform: translate(-50%, 0);
  background: no-repeat;
  background-image: url(../images/icon_d-tri_green.svg);
  background-size: contain;
  content: "";
}
.c-plan__list-item:last-child {
  margin-top: 66px;
  border: 3px solid #fd7568;
}
.c-plan__item {
  display: grid;
  place-content: center;
  place-items: center;
}
.c-plan__item--first {
  padding-bottom: 24px;
  border-bottom: 3px dotted #e8e3dc;
}
.c-plan__item--second {
  padding-top: 24px;
}
.c-plan__title {
  font-weight: 600;
}
.c-plan__price {
  font-size: 0.875rem;
}
.c-plan__price--big01 {
  color: #44c65c;
  font-weight: 600;
  font-size: 3rem;
}
.c-plan__price--big02 {
  color: #f18f2b;
  font-weight: 600;
  font-size: 3rem;
}
.c-plan__price--big03 {
  color: #fd7568;
  font-weight: 600;
  font-size: 3.5rem;
}
.c-plan__border {
  margin-top: 48px;
  margin-bottom: 48px;
  border-top: 5px dotted #e8e3dc;
}
.c-plan__text {
  text-align: center;
}
.c-card__list {
  display: grid;
  margin-top: 32px;
  gap: 48px;
}
.c-card__image {
  border-radius: 24px;
}
.c-card__image img {
  border-radius: 24px;
}
.c-card__heading {
  margin-top: 24px;
  font-weight: 600;
  font-size: 0.875rem;
}
.c-card__text {
  margin-top: 8px;
  font-size: 0.875rem;
}
.c-side-button {
  display: grid;
  z-index: 100;
  position: fixed;
  bottom: 0;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
}
.c-side-button__link {
  -webkit-transition: 0.3s;
  display: grid;
  place-content: center;
  padding: 15px 0;
  background-color: #44c65c;
  transition: 0.3s;
}
.c-side-button__link:hover {
  -webkit-filter: brightness(1.1);
  filter: brightness(1.1);
}
.c-side-button__link--contact {
  background-color: #f18f2b;
}
.c-side-button__text {
  color: #ffffff;
  font-weight: 600;
  font-size: 0.9375rem;
}
.c-tab__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.c-tab__item {
  width: 100%;
}
.c-tab__button {
  width: 100%;
  padding: 10px;
  border-radius: 40px;
  background-color: #ffffff;
  color: #44c65c;
  font-weight: 600;
  font-size: 0.8125rem;
  cursor: pointer;
}
.c-tab__button[aria-selected="true"] {
  background-color: #44c65c;
  color: #ffffff;
}
.c-tab__button--02 {
  color: #f18f2b;
}
.c-tab__button--02[aria-selected="true"] {
  background-color: #f18f2b;
  color: #ffffff;
}
.c-tab__text {
  position: relative;
  padding-left: 3em;
  text-align: center;
}
.c-tab__text::before,
.c-tab__text--02::before {
  -webkit-transform: translate(0, -50%);
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 20px;
  width: 32px;
  height: 32px;
  transform: translate(0, -50%);
  background: no-repeat;
  background-size: contain;
  content: "";
}
.c-tab__text::before {
  background-image: url(../images/icon_man.png);
}
.c-tab__text--02::before {
  background-image: url(../images/icon_woman.png);
}
.c-tab__panel[aria-hidden="true"] {
  display: none;
}
.c-tab__panel[aria-hidden="false"] {
  display: block;
}
.c-modal {
  display: none;
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
  place-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
.c-modal__content {
  position: relative;
}
.c-modal__content iframe {
  aspect-ratio: 3/2;
  width: 100%;
}
.c-modal__close {
  display: block;
  max-width: 400px;
  margin-inline: auto;
}
.c-modal__close-button {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-transition: 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-bottom: 0.625rem;
  margin-left: auto;
  padding-right: 0.625rem;
  font-size: 0.875rem;
  font-family: "Outfit", sans-serif;
  cursor: pointer;
  transition: 0.3s;
}
.c-modal__close-button::after {
  display: inline-block;
  position: absolute;
  top: -50px;
  right: 0;
  width: 40px;
  height: 40px;
  background-image: url(../images/icon_close.svg);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
.c-modal__close-button:hover {
  opacity: 0.7;
}
.c-tpl__inner {
  padding-bottom: 150px;
}
.c-tpl__title {
  font-weight: 600;
  font-size: 1.375rem;
  line-height: 1.5;
  text-align: center;
}
.c-tpl__wrapper {
  margin-top: 40px;
  padding: 0 16px;
}
.c-tpl__wrapper:nth-of-type(n + 2) {
  margin-top: 56px;
}
.c-tpl__heading {
  font-weight: 600;
}
.c-tpl__list {
  display: grid;
  margin-top: 32px;
  gap: 32px;
  font-size: 0.875rem;
}
.c-tpl__link {
  -webkit-transition: 0.3s;
  color: #44c65c;
  text-decoration: underline;
  transition: 0.3s;
}
.c-tpl__link:hover {
  -webkit-filter: brightness(1.1);
  filter: brightness(1.1);
}
.c-tpl__address {
  margin-top: 32px;
  padding: 0 16px;
  font-size: 0.875rem;
}
.c-tpl__date {
  margin-top: 32px;
  padding: 0 16px;
  font-size: 0.875rem;
  text-align: right;
}
.c-sticky__inner {
  z-index: 1;
  position: relative;
  padding: 200px 0 800px;
}
.c-sticky__bg-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.c-sticky__list {
  z-index: -1;
  position: sticky;
  top: 0;
  width: 100%;
  height: 100vh;
  background: no-repeat center center/cover;
}
.c-sticky__bg {
  -webkit-animation: fade 15s infinite;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: no-repeat center center/cover;
  animation: fade 15s infinite;
  opacity: 0;
}
.c-sticky__bg--01 {
  -webkit-animation-delay: 0s;
  background-image: url("../images/feature_system_image01_sp.jpg");
  animation-delay: 0s;
}
.c-sticky__bg--02 {
  -webkit-animation-delay: 5s;
  background-image: url("../images/feature_system_image02_sp.jpg");
  animation-delay: 5s;
}
.c-sticky__bg--03 {
  -webkit-animation-delay: 10s;
  background-image: url("../images/feature_system_image03_sp.jpg");
  animation-delay: 10s;
}
@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  45% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  45% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.c-loading {
  -webkit-transition: all 0.3s;
  display: grid;
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
  place-content: center;
  width: 100%;
  height: 100%;
  padding: 0 24px;
  background-color: #ffffff;
  transition: all 0.3s;
}
.c-loading__content {
  -webkit-animation: fadeup 5s;
  position: relative;
  max-width: 350px;
  animation: fadeup 5s;
  opacity: 0;
}
.c-loading__content::before {
  -webkit-animation: scale 5s;
  display: inline-block;
  position: absolute;
  top: 19%;
  left: 40%;
  width: 85px;
  height: 90px;
  background: no-repeat;
  background-image: url(../images/icon_loading_play.png);
  background-size: contain;
  content: "";
  animation: scale 5s;
}
.c-loading__image {
  -o-object-fit: cover;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@-webkit-keyframes fadeup {
  0% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
  }
  40% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  90% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  95% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 0;
  }
}
@keyframes fadeup {
  0% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
  }
  40% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  90% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  95% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 0;
  }
}
@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  20% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  30% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  40% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  60% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  70% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  80% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
  90% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scale {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  20% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  30% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  40% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  60% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  70% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  80% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
  90% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.c-form {
  margin-top: 20px;
  margin-inline: auto;
}
.c-form input[type="text"],
.c-form input[type="tel"],
.c-form input[type="email"],
.c-form textarea {
  width: 100%;
  padding: 5px 10px;
  border: 1px solid #000;
  border-radius: 4px;
  background-color: #fff;
}
.c-form input[type="radio"] {
  accent-color: #529c52;
}
.c-form input[type="submit"],
.c-form input[type="button"] {
  display: block;
  width: 100%;
  padding: 10px 1em;
}
.c-form input[type="button"] {
  color: #fff;
}
.c-form div.wpcf7 .wpcf7-spinner {
  display: none;
}
.c-form .wpcf7-list-item {
  display: block;
  margin: 0 0 0 0;
}
.c-form__head {
  margin: 32px calc(50% - 50vw) 0;
  padding: 32px 16px;
  background-color: #f7f1e4;
  font-size: 0.875rem;
  text-align: center;
}
.c-form__wrapper {
  max-width: 730px;
  margin-top: 40px;
  margin-inline: auto;
  padding: 0 10px;
}
.c-form__dl + .c-form__dl {
  margin-top: 30px;
}
.c-form__dt,
.c-form__dd {
  font-size: 0.875rem;
}
.c-form__required {
  margin-left: 5px;
  padding: 0 1em;
  border-radius: 10px;
  background-color: #529c52;
  color: #fff;
  font-size: 12px;
}
.c-form__text-small {
  display: block;
  font-weight: normal;
}
.c-form__pryvacy {
  margin-top: 40px;
  margin-inline: auto;
  font-size: 0.875rem;
  line-height: 1.5;
}
.c-form__pryvacy-title {
  font-weight: bold;
  font-size: 16px;
  text-align: center;
}
.c-form__pryvacy-text {
  height: 200px;
  padding: 10px;
  overflow-y: scroll;
  border: 1px solid #000;
  border-radius: 10px;
  font-size: 12px;
}
.c-form__pryvacy-text strong {
  display: block;
  margin-top: 20px;
}
.c-form__pryvacy-lead {
  margin-top: 40px;
  font-weight: bold;
  font-size: 0.875rem;
  line-height: 1.5;
}
.c-form__button-link {
  margin-top: 25px;
  margin-inline: auto;
  font-size: 0.875rem;
}
.c-form__thanks-title {
  color: #529c52;
  font-weight: 600;
  font-size: 1.375rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
  text-align: center;
}
.c-form__thanks-text {
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: 20px;
}
.c-form__thanks-caution {
  display: block;
  max-width: 570px;
  margin-top: 32px;
  margin-inline: auto;
  font-size: 0.75rem;
}
.header {
  -webkit-box-shadow: 0 4px 16px #ccc;
  box-shadow: 0 4px 16px #ccc;
}
.header__inner {
  max-width: 1400px;
  margin-inline: auto;
  padding: 10px 20px;
}
.header__logo {
  display: block;
  width: 16.25%;
}
.intro__inner {
  width: 90%;
  margin-inline: auto;
  padding: 24px 0 40px;
}
.intro__movie {
  max-width: 900px;
  margin-inline: auto;
}
.intro__movie-link {
  position: relative;
  display: block;
  transition: 0.3s;
}
.intro__movie-link:hover {
  filter: brightness(1.2);
}
.intro__movie-link::before {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  transform: translate(-50%, -50%);
  background-image: url(../images/icon_play.png);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
.intro__movie-link img {
  border-radius: 20px;
}
.intro__movie-text {
  margin-top: 10px;
  color: #529c52;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
}
.intro__city {
  /* width: 80%; */
  margin-top: 20px;
  margin-inline: auto;
}
.intro__media.--pc {
  display: none;
}
.intro__faq {
  margin-top: 30px;
}
.banner {
  z-index: 100;
  position: fixed;
  bottom: 0;
}
.banner__link.--pc {
  display: none;
}
.banner__title {
  display: none;
}
.banner__text {
  display: none;
}
.case__title {
  position: relative;
  padding-top: 30px;
}
.case__title::after {
  display: inline-block;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: repeating-linear-gradient(90deg, #ececec, #ececec 1px, transparent 1px, transparent 15px),
    repeating-linear-gradient(0deg, #ececec, #ececec 1px, #f5f5f5 1px, #f5f5f5 15px);
  content: "";
}
.case__title--02 {
  padding: 38% 0 10%;
}
.case__title-image--02 {
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translate(-50%);
  width: 100%;
}
.case__box {
  padding: 24px 0 40px;
  background-color: #529c52;
}
.case__box--02 {
  padding-top: 5%;
}
.case__box-image {
  width: 95%;
  margin-inline: auto;
}
.check__title {
  padding-top: 30px;
}
.check__box {
  padding: 40px 0 60px;
  background-color: #efefef;
}
.check__box-image {
  width: 90%;
  margin-inline: auto;
}
.cta {
  margin-top: -50px;
  padding-top: 60px;
  padding-bottom: 40px;
  background-color: #529c52;
}
.cta__title {
  width: 65%;
  margin-inline: auto;
}
.cta__button-wrapper {
  display: grid;
  width: 90%;
  margin-top: 30px;
  margin-inline: auto;
  gap: 15px;
}
.cta__button-link:hover {
  -webkit-filter: brightness(1.2);
  -webkit-transition: 0.3s ease;
  filter: brightness(1.2);
  transition: 0.3s ease;
}
.cta__button-text {
  display: block;
  color: #fff;
  font-size: 2.6vw;
  text-align: center;
}
.reason {
  padding-top: 40px;
  background-color: #efefef;
}
.reason__title {
  width: 90%;
  margin-inline: auto;
}
.customer {
  padding-bottom: 40px;
  background-color: #efefef;
}
.customer__box {
  width: 90%;
  margin-inline: auto;
  padding-top: 80px;
}
.customer__voice {
  margin-top: 30px;
}
.customer__voice-list + .customer__voice-list {
  margin-top: 20px;
}
.customer__link {
  -webkit-transition: 0.3s;
  position: relative;
  cursor: pointer;
  transition: 0.3s;
}
.customer__link::before {
  -webkit-transform: translate(-50%, -50%);
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  transform: translate(-50%, -50%);
  background-image: url(../images/icon_play.png);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
.customer__link:hover {
  -webkit-filter: brightness(1.2);
  filter: brightness(1.2);
}
.customer__link img {
  -o-object-fit: cover;
  aspect-ratio: 2/1;
  object-fit: cover;
  border-radius: 20px;
}
.customer__voice-heading {
  margin-top: 20px;
  padding-bottom: 10px;
  border-bottom: 2px dashed #333333;
}
.customer__voice-case {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1px 2em;
  gap: 5px;
  border-radius: 20px;
  background-color: #cbbd77;
  color: #fff;
  font-size: 3vw;
}
.customer__voice-number {
  font-weight: bold;
  font-size: 4.5vw;
}
.customer__voice-title {
  margin-top: 5px;
  font-weight: bold;
  font-size: 6vw;
  line-height: 1.3;
}
.customer__voice-body {
  margin-top: 10px;
}
.customer__voice-sub {
  font-weight: bold;
  font-size: 4vw;
}
.customer__voice-sub span {
  color: #cbcbcb;
  font-size: 3vw;
}
.customer__voice-text {
  height: 180px;
  margin-top: 10px;
  padding: 10px;
  overflow-y: scroll;
  border-radius: 10px;
  background-color: #fff;
  font-size: 4vw;
  line-height: 1.75;
}
.flow {
  padding: 40px 0;
  background-color: #529c52;
}
.flow__title,
.flow__box {
  width: 90%;
  margin-inline: auto;
}
.flow__box {
  margin-top: 40px;
}
.last01 {
  padding-bottom: 50px;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#d7d7d7));
  background: linear-gradient(#fff 0%, #d7d7d7 100%);
}
.last01__box.--sp {
  position: relative;
  width: 90%;
  margin-top: -80px;
  margin-left: auto;
  padding: 50px 20px 150px;
  border-radius: 50px 0 0 0;
  background-color: #fff;
}
.last01__box.--pc {
  display: none;
}
.last01__title {
  width: 41.25%;
}
.last01__title.--pc {
  display: none;
}
.last01__text {
  margin-top: 45px;
}
.last01__youtube.--sp {
  display: block;
  position: relative;
  margin-top: -100px;
}
.last01__youtube.--pc {
  display: none;
}
.last01__object {
  display: none;
}

/* 2503追加分 */
/* ガイドブック */
.guidebook__bg {
  background-color: #529c52;
}
.guidebook__form {
  padding-top: 30px;
}
.guidebook__head {
  width: 90%;
  margin-inline: auto;
}
.guidebook__text {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.5;
}
.guidebook__text .circle {
  color: #529c52;
}
.guidebook__box {
  width: 90%;
  margin-inline: auto;
}
.guidebook__box-image {
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .guidebook__head {
    max-width: 72.9166666667%;
  }
  .guidebook__box-image {
    max-width: 72.9166666667%;
  }
  .guidebook__flex {
    display: grid;
    place-content: center;
    margin-bottom: 50px;
  }
}
.contact {
  position: relative;
  padding: 35px 0;
  background-color: #529c52;
}
.contact.--negative {
  padding-top: 50px;
}
.contact__title {
  width: 90%;
  margin-inline: auto;
}
.contact__box {
  -webkit-box-shadow: 0 5px 8px #707070;
  width: 90%;
  margin-top: 40px;
  margin-inline: auto;
  padding: 20px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 5px 8px #707070;
}
.contact__box.--negative {
  position: relative;
  margin-top: -70px;
}
.contact__box.--secondary {
  margin-top: 0;
  box-shadow: none;
}
.contact__tel-wrapper {
  display: grid;
  width: 90%;
  margin-top: 30px;
  margin-inline: auto;
  gap: 15px;
}
.contact__tel-text {
  display: block;
  color: #fff;
  font-size: 3vw;
  text-align: center;
}
.contact__thanks-button {
  margin-top: 30px;
}
.footer {
  background-color: #333333;
  color: #fff;
}
.footer__inner {
  width: 81.25%;
  margin-inline: auto;
  padding: 40px 0 260px;
  text-align: center;
}
.footer__inner.--pb0 {
  padding-bottom: 80px;
}
.footer__logo {
  display: block;
  width: 35%;
  margin-inline: auto;
}
.footer__info {
  margin-top: 20px;
}
.footer__text {
  font-size: 3vw;
}
.footer__text.--bold {
  font-weight: bold;
  font-size: 5.5vw;
}
.footer__button {
  display: block;
  position: relative;
  width: 70%;
  margin-top: 10px;
  margin-inline: auto;
  padding: 5px 0;
  border-radius: 6px;
  background-color: #fff;
  color: #333333;
}
.footer__button::after {
  -webkit-transform: rotate(45deg);
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-bottom: 2px;
  margin-left: 15px;
  transform: rotate(45deg);
  border-top: 2px solid #333333;
  border-right: 2px solid #333333;
  content: "";
}
.footer__button.--pc {
  display: none;
}
.footer__copy {
  display: block;
  margin-top: 40px;
}
.container {
  width: 100%;
  background-color: #efefef;
}

.splide__list {
  height: auto;
}

.splide__slide img {
  width: 100%;
  height: auto;
}

.u-color-pink01 {
  color: #ed86b6;
}

.u-color-blue01 {
  color: #4a8bce;
}

.u-pc {
  display: none;
}

.u-fwb {
  font-weight: 600;
}

.u-tac {
  text-align: center;
}

.u-p0 {
  padding: 0;
}

@media screen and (min-width: 768px) {
  .c-button__link {
    max-width: 350px;
  }
  .c-button__link--long {
    max-width: 480px;
  }
  .c-button__text {
    font-size: 22px;
  }
  .c-heading01::before {
    top: -12px;
    left: -20px;
  }
  .c-step__wrapper:not(:first-child) {
    margin-top: 66px;
  }
  .c-step__content {
    grid-template-areas: "circle title" "circle text";
    padding: 48px 96px 48px 48px;
  }
  .c-step__content::after {
    bottom: -40px;
  }
  .c-step__circle {
    -ms-flex-item-align: center;
    align-self: center;
    width: 80px;
    height: 80px;
    padding-top: 16px;
  }
  .c-step__circle-text {
    font-size: 0.75rem;
  }
  .c-step__circle-number {
    margin-top: -12px;
    font-size: 2rem;
  }
  .c-step__title {
    margin-left: 60px;
  }
  .c-step__text {
    margin-top: 8px;
    margin-left: 60px;
  }
  .c-step__text--02 {
    margin: 0;
    font-size: 1.5rem;
  }
  .c-plan__list-item:first-child {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .c-plan__list-item:first-child::after {
    -webkit-transform: translate(-50%, -50%);
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .c-plan__item--first {
    margin-right: -3px;
    padding-right: 24px;
    padding-bottom: 0;
    border-right: 5px dotted #e8e3dc;
    border-bottom: none;
  }
  .c-plan__item--second {
    padding-top: 0;
    padding-left: 24px;
  }
  .c-plan__text .sp-only {
    display: none;
  }
  .c-side-button {
    display: grid;
    top: 34%;
    right: 0;
    bottom: auto;
    grid-template-columns: 1fr;
    width: auto;
  }
  .c-side-button__link {
    height: 180px;
    padding: 0 10px;
    border-radius: 8px 0 0 0;
  }
  .c-side-button__link:hover {
    -webkit-filter: brightness(1.1);
    filter: brightness(1.1);
  }
  .c-side-button__link--contact {
    border-radius: 0 0 0 8px;
  }
  .c-side-button__text {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    text-orientation: upright;
    writing-mode: vertical-rl;
  }
  .c-page-top__button {
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .c-page-top__button:hover {
    color: #53483b;
  }
  .c-page-top__button:hover .c-page-top__line::before {
    background-color: #44c65c;
  }
  .c-page-top__text {
    font-size: 0.75rem;
  }
  .c-page-top__text:hover {
    color: #44c65c;
  }
  .c-page-top__line {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 2px;
    height: 80px;
  }
  .c-page-top__line::before,
  .c-page-top__line::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 80px;
    content: "";
  }
  .c-page-top__line::before {
    display: inline-block;
    background-color: #ccc;
  }
  .c-page-top__line::after {
    -webkit-transform: translateX(-50%);
    -webkit-animation: scroll 2.5s infinite;
    transform: translateX(-50%);
    background-color: #44c65c;
    animation: scroll 2.5s infinite;
  }
  @-webkit-keyframes scroll {
    0% {
      -webkit-transform: scale(1, 0);
      -webkit-transform-origin: 0 100%;
      transform: scale(1, 0);
      transform-origin: 0 100%;
    }
    50% {
      -webkit-transform: scale(1, 1);
      -webkit-transform-origin: 0 100%;
      transform: scale(1, 1);
      transform-origin: 0 100%;
    }
    50.1% {
      -webkit-transform: scale(1, 1);
      -webkit-transform-origin: 0 0;
      transform: scale(1, 1);
      transform-origin: 0 0;
    }
    100% {
      -webkit-transform: scale(1, 0);
      -webkit-transform-origin: 0 0;
      transform: scale(1, 0);
      transform-origin: 0 0;
    }
  }
  @keyframes scroll {
    0% {
      -webkit-transform: scale(1, 0);
      -webkit-transform-origin: 0 100%;
      transform: scale(1, 0);
      transform-origin: 0 100%;
    }
    50% {
      -webkit-transform: scale(1, 1);
      -webkit-transform-origin: 0 100%;
      transform: scale(1, 1);
      transform-origin: 0 100%;
    }
    50.1% {
      -webkit-transform: scale(1, 1);
      -webkit-transform-origin: 0 0;
      transform: scale(1, 1);
      transform-origin: 0 0;
    }
    100% {
      -webkit-transform: scale(1, 0);
      -webkit-transform-origin: 0 0;
      transform: scale(1, 0);
      transform-origin: 0 0;
    }
  }
  .c-tab__button {
    padding: 16px;
    font-size: 1rem;
  }
  .c-tab__text {
    padding-left: 0;
  }
  .c-tab__text::before,
  .c-tab__text--02::before {
    -webkit-transform: translate(0, 0);
    top: -32px;
    left: 60px;
    width: 80px;
    height: 80px;
    transform: translate(0, 0);
  }
  .c-modal__content iframe {
    aspect-ratio: 7/4;
    width: 700px;
  }
  .c-tpl__wrapper {
    margin-top: 56px;
  }
  .c-tpl__address {
    margin-top: 56px;
  }
  .c-tpl__date {
    margin-top: 56px;
  }
  .header__logo {
    width: 8.59375%;
  }
  .intro__inner {
    max-width: 72.9166666667%;
    padding: 40px 0 100px;
  }
  .intro__movie-text br {
    display: none;
  }
  .intro__city {
    width: 90%;
    margin-top: 50px;
  }
  .intro__media.--pc {
    display: block;
    margin-top: 50px;
  }
  .intro__movie-link::before {
    width: 100px;
    height: 100px;
  }
  .intro__faq {
    display: none;
  }
  .banner {
    background-color: #529c52;
    padding-bottom: 10px;
  }
  .banner__link.--sp {
    display: none;
  }
  .banner__link.--pc {
    display: block;
    width: fit-content;
    margin-top: 10px;
  }
  .banner__link.--tel {
    margin-top: 8px;
  }
  .banner__link img {
    width: 400px;
  }
  .banner__title {
    display: block;
    width: 31.25%;
    margin-top: -20px;
    margin-inline: auto;
  }
  .banner__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-inline: auto;
  }
  .banner__text {
    -ms-flex-item-align: center;
    display: block;
    align-self: center;
  }
  .case__title {
    padding-top: 60px;
  }
  .case__title--02 {
    padding: 20px 0 120px;
  }
  .case__title-image {
    max-width: 73.9583333333%;
    margin-inline: auto;
  }
  .case__title-image--02 {
    bottom: -30px;
  }
  .case__box {
    padding: 60px 0 100px;
  }
  .case__box--02 {
    padding-top: 15px;
  }
  .case__box-image {
    max-width: 72.9166666667%;
  }
  .check__title {
    padding-top: 0;
  }
  .check__box {
    padding: 80px 0 160px;
  }
  .check__box-image {
    max-width: 68.75%;
  }
  .cta {
    margin-top: -150px;
    padding-top: 200px;
  }
  .cta__title {
    max-width: 38.0208333333%;
  }
  .cta__button-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 67.7083333333%;
    margin-top: 50px;
    gap: 40px;
  }
  .cta__button-text {
    margin-top: 5px;
    font-size: 1vw;
  }
  .reason__title {
    max-width: 72.9166666667%;
  }
  .customer {
    padding-top: 160px;
    padding-bottom: 100px;
  }
  .customer__box {
    display: grid;
    grid-template-columns: 64.2857142857% 35.7142857143%;
    max-width: 72.9166666667%;
  }
  .customer__title {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .customer__title-image {
    width: 50%;
    margin-left: auto;
  }
  .customer__link::before {
    width: 100px;
    height: 100px;
  }
  .customer__voice {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .customer__voice-list + .customer__voice-list {
    margin-top: 80px;
  }
  .customer__voice-heading {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .customer__voice-case {
    padding: 0 1.5em;
    border-radius: 30px;
    font-size: 1.1vw;
  }
  .customer__voice-number {
    font-size: 1.9vw;
  }
  .customer__voice-title {
    font-size: 1.7vw;
  }
  .customer__voice-title br {
    display: none;
  }
  .customer__voice-body {
    display: grid;
    grid-template-columns: 25% 1fr;
  }
  .customer__voice-sub {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    -ms-flex-item-align: baseline;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column-reverse;
    align-self: baseline;
    font-size: 1.6vw;
    line-height: 1.3;
  }
  .customer__voice-sub span {
    font-size: 1.1vw;
  }
  .customer__voice-text {
    height: 230px;
    padding: 20px 30px 20px 20px;
    font-size: 1.2vw;
    line-height: 1.7;
  }
  .flow {
    padding: 100px 0;
  }
  .flow__title {
    max-width: 56.25%;
  }
  .flow__box {
    max-width: 72.9166666667%;
    margin-top: 90px;
  }
  .last01 {
    position: relative;
  }
  .last01::after {
    display: inline-block;
    position: absolute;
    top: -100px;
    right: 0;
    width: 63.5416666667%;
    height: 90%;
    border-radius: 50px 0 0 0;
    background-color: #fff;
    content: "";
  }
  .last01__box.--sp {
    display: none;
  }
  .last01__box.--pc {
    display: block;
    max-width: 75.5208333333%;
    margin-inline: auto;
  }
  .last01__box-flex {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    margin-top: -100px;
  }
  .last01__title.--pc {
    display: block;
    width: 6.25%;
    margin-top: 50px;
  }
  .last01__title.--sp {
    display: none;
  }
  .last01__text.--pc {
    z-index: 1;
    position: relative;
    max-width: 63.5245901639%;
    margin-top: -50px;
    padding: 0 10px 10px 20px;
  }
  .last01__youtube.--sp {
    display: none;
  }
  .last01__youtube.--pc {
    display: block;
    z-index: 1;
    position: relative;
    margin-top: 50px;
  }
  .last01__object {
    display: block;
    display: inline-block;
    position: absolute;
    max-width: 23.9583333333%;
    max-height: 23.9583333333%;
    content: "";
  }
  .last01__object.--01 {
    -webkit-transform: translateY(-50%);
    top: 50%;
    left: -50px;
    transform: translateY(-50%);
  }
  .last01__object.--02 {
    top: 0;
    left: 20%;
  }
  .last01__object.--03 {
    right: 0;
    bottom: 10px;
  }
  .contact {
    padding: 100px 0;
  }
  .contact.--negative {
    padding-top: 80px;
  }
  .contact__title {
    max-width: 27.6041666667%;
  }
  .contact__box {
    max-width: 73.9583333333%;
    margin-top: 45px;
    padding: 50px 20px;
  }
  .contact__box.--negative {
    margin-top: -170px;
  }
  .contact__box.--secondary {
    padding-top: 30px;
  }
  .contact__tel-wrapper {
    max-width: 33.3333333333%;
    margin-top: 90px;
    gap: 15px;
  }
  .contact__tel-text {
    font-size: 1vw;
  }
  .contact__head {
    max-width: 27.8571428571%;
    margin-inline: auto;
  }
  .contact__thanks-button {
    margin-top: 100px;
  }
  .footer__inner {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: end;
    justify-content: space-between;
    max-width: 72.9166666667%;
    text-align: left;
  }
  .footer__logo {
    margin-inline: initial;
  }
  .footer__heading {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 10px;
    gap: 30px;
  }
  .footer__text {
    font-size: 0.9vw;
  }
  .footer__text.--bold {
    font-size: 32px;
  }
  .footer__text br {
    display: none;
  }
  .footer__button.--pc {
    display: block;
    max-width: 230px;
    margin-top: 0;
    margin-inline: initial;
    text-align: center;
  }
  .footer__button.--sp {
    display: none;
  }
  .footer__copy {
    margin-top: 0;
  }
  .u-sp {
    display: none;
  }
  .u-pc {
    display: block;
  }
}

@media screen and (min-width: 1100px) {
  .l-header__inner {
    -webkit-transition: 0.3s;
    padding-top: 2.1875rem;
    padding-right: 6.25rem;
    padding-bottom: 0rem;
    padding-left: 3.125rem;
    transition: 0.3s;
  }
  .l-header__inner.is-scroll {
    padding-top: 1.25rem;
    padding-bottom: 0.625rem;
  }
  .l-header__logo {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .l-header__logo.is-scroll {
    width: 100px;
  }
  .l-header__nav {
    display: block;
  }
  .l-header__nav.is-open {
    display: none;
  }
  .l-header__list {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin: 0;
    gap: 1.875rem;
  }
  .l-header__list-item {
    margin-top: 0;
  }
  .l-header__list-item--contact {
    margin-top: 0;
    padding-left: 3.125rem;
    border-left: 2px solid #e8e3dc;
  }
  .l-header__list-item--line {
    display: none;
  }
  .l-header__list-item.sp-only {
    display: none;
  }
  .l-header__link {
    font-size: 0.875rem;
  }
  .l-header__link:hover {
    color: #4a8bce;
  }
  .l-header__link--contact {
    -webkit-transition: 0.3s;
    width: auto;
    padding: 0;
    background-color: transparent;
    color: #4a8bce;
    transition: 0.3s;
  }
  .l-header__link--contact::before {
    left: -2rem;
  }
  .l-header__link-sub {
    display: none;
  }
  .l-header__ham {
    display: none;
  }
  .l-footer__content {
    margin-top: 6.25rem;
    gap: 1.875rem;
  }
  .l-footer__address {
    font-size: 0.875rem;
  }
  .l-footer__address .sp-only {
    display: none;
  }
  .l-footer__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.875rem;
  }
  .l-footer__link {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .l-footer__link:hover {
    color: #4a8bce;
  }
  .l-footer__bottom {
    padding: 2rem;
  }
  .l-footer__copyright br {
    display: none;
  }
  .l-inner01 {
    max-width: 1050px;
  }
  .c-heading02__number {
    margin-left: -2.5rem;
  }
  .c-heading02__number--small {
    margin-left: -0.625rem;
  }
  .c-heading02__main {
    margin-top: -3.75rem;
  }
  .c-heading02__main--small {
    margin-top: -2.8125rem;
    padding-right: -0.9375rem;
    padding-left: -0.9375rem;
  }
  .c-ac__question {
    padding: 1.5625rem 1.875rem;
  }
  .c-ac__question-en {
    font-size: 2rem;
  }
  .c-ac__question-ja {
    -ms-flex-item-align: center;
    align-self: center;
    padding: 0 1.25rem;
    font-size: 1rem;
  }
  .c-ac__answer {
    padding: 1.5625rem 1.875rem;
  }
  .c-ac__answer-en {
    font-size: 2rem;
  }
  .c-ac__answer-ja {
    padding: 0 1.25rem;
    font-size: 1rem;
  }
  .c-thumb__wrapper {
    grid-template-columns: auto 63%;
    gap: 120px;
  }
  .c-thumb__content {
    display: grid;
    place-content: center;
    max-width: 260px;
    margin-right: 0;
    margin-left: auto;
    padding: 0;
  }
  .c-thumb__title-ja {
    font-size: 3rem;
  }
  .c-thumb__title-ja--small {
    font-size: 2rem;
  }
  .c-thumb__title-en {
    font-size: 1rem;
  }
  .c-thumb__text {
    max-width: 300px;
  }
  .c-thumb__image {
    width: 100%;
  }
  .c-news__link {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: grid;
    grid-template-columns: 40% 60%;
    align-items: center;
    gap: 16px;
  }
  .c-news__info {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: grid;
    grid-template-columns: 1fr 1fr 2fr;
    grid-template-areas: "year date cat" "day date cat";
    align-items: center;
  }
  .c-news__year {
    font-size: 0.875rem;
  }
  .c-news__day {
    margin-top: -20px;
    font-size: 0.875rem;
  }
  .c-news__date {
    font-size: 2rem;
  }
  .c-card__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 80px;
    padding: 0;
    gap: 24px;
  }
  .c-sticky__bg--01 {
    background-image: url("../images/feature_system_image01_pc.jpg");
  }
  .c-sticky__bg--02 {
    background-image: url("../images/feature_system_image02_pc.jpg");
  }
  .c-sticky__bg--03 {
    background-image: url("../images/feature_system_image03_pc.jpg");
  }
  .c-form {
    max-width: 73.3333333333%;
  }
  .c-form input[type="submit"],
  .c-form input[type="button"] {
    font-size: 22px;
  }
  .c-form__head {
    max-width: 730px;
    margin: 32px auto 0;
  }
  .c-form__dl:last-of-type {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .c-form__dl + .c-form__dl {
    margin-top: 20px;
  }
  .c-form__pryvacy {
    max-width: 69.5652173913%;
  }
  .c-form__pryvacy-lead {
    text-align: center;
  }
  .c-form__thanks-title {
    font-size: 2rem;
    line-height: 1;
  }
  .c-form__thanks-title br {
    display: none;
  }
  .c-form__thanks-text {
    font-size: 1rem;
  }
  .c-form__thanks-text br {
    display: none;
  }
  .u-tab {
    display: none;
  }
}

@media screen and (min-width: 1500px) {
  .l-header__link {
    font-size: 0.9375rem;
  }
  .c-news__link {
    gap: 40px;
  }
  .c-tpl__inner {
    padding-bottom: 150px;
  }
  .last01::after {
    top: -250px;
    height: 100%;
  }
  .last01__text.--pc {
    margin-top: -150px;
    padding: 0 100px 60px;
  }
}
/*# sourceMappingURL=style.css.map */

#submit-button,
#modify-button,
#submit-button02,
#modify-button02{
  display: none;
}

/* 追加 */
picture.contact-present {
  width: 80%;
  margin: 0 auto;
  margin-top: 50px;
}
.banner__wrapper {
  align-items: center;
}
@media screen and (min-width: 768px) {
.banner__wrapper a{
    width: 50%;
}
	.banner__wrapper p {
    width: 43%;
}
    .banner__link.--tel {
        margin-bottom: 20px;
    }
	    .banner {
        width: 100vw;
    }
}
