@charset "UTF-8";
html {
  font-size: 100%;
}
@media (max-width: 390px) {
  html {
    font-size: 4.1025641026vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.3136288998vw;
  }
}
@media (min-width: 1218px) {
  html {
    font-size: 100%;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #787878;
  background: #fff;
}
body.on-lock {
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  a,
  button {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  a:hover,
  button:hover {
    opacity: 0.7;
    cursor: pointer;
  }
}

/*****************************
* A Modern CSS Reset (https://github.com/hankchizljaw/modern-css-reset)
* 上記に、ul要素,ol要素,a要素への記述追加
*****************************/
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
ul,
li {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
  list-style: none;
  padding: 0;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

a {
  text-decoration: none;
  color: inherit;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

button {
  border: none;
  padding: 0;
  background-color: transparent;
  background-color: initial;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
}
.l-inner {
  width: 100%;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .l-inner {
    max-width: 1218px;
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}

.c-box {
  padding: 3.375rem 2.3125rem;
  background: #008E97;
  border-radius: 0.625rem;
  color: #fff;
}

.c-box__title {
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4375;
  letter-spacing: 0.1em;
}
.c-box__title::before {
  content: attr(data-en);
  display: block;
  font-family: "Oswald", sans-serif;
  font-size: 4.125rem;
  font-weight: 500;
  line-height: 1.4848484848;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.c-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 1.5625rem 1.25rem 2rem;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, .2509803922);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, .2509803922);
  border-radius: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .c-card {
    padding: 1.5625rem 1.5rem 2rem;
  }
}
.c-card.--house .c-card__label {
  background: #008E97;
}
.c-card.--house .c-card__text {
  color: #008E97;
}
.c-card.--house .c-card__title {
  color: #008E97;
}
.c-card.--house .c-card__btn {
  background: #008E97;
}
.c-card.--apartment .c-card__label {
  background: #004E72;
}
.c-card.--apartment .c-card__text {
  color: #004E72;
}
.c-card.--apartment .c-card__title {
  color: #004E72;
}
.c-card.--apartment .c-card__btn {
  background: #004E72;
}
.c-card.--building .c-card__label {
  background: #7A542E;
}
.c-card.--building .c-card__text {
  color: #7A542E;
}
.c-card.--building .c-card__title {
  color: #7A542E;
}
.c-card.--building .c-card__btn {
  background: #7A542E;
}
.c-card.--parking .c-card__label {
  background: #9F86C0;
}
.c-card.--parking .c-card__text {
  color: #9F86C0;
}
.c-card.--parking .c-card__title {
  color: #9F86C0;
}
.c-card.--parking .c-card__btn {
  background: #9F86C0;
}

.c-card__label {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.4375;
  color: #fff;
  letter-spacing: 0.1em;
  padding: 0.1875rem 0.9375rem;
  border-radius: 0.3125rem;
  display: inline-block;
}

.c-card__text {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.4375;
  letter-spacing: 0.1em;
  margin-top: 0.625rem;
}

.c-card__title {
  font-size: myerm(20);
  font-weight: bold;
  line-height: 1.45;
  letter-spacing: 0.1em;
  margin-top: 0.4375rem;
}

.c-card__img {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  aspect-ratio: 284/210;
  width: 100%;
  margin-top: 1.5625rem;
}
.c-card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.c-card__btn {
  text-align: center;
  color: #fff;
  border-radius: 0.625rem;
  font-size: 1.0625rem;
  font-weight: bold;
  letter-spacing: 0.09em;
  line-height: 3.1875rem;
  width: 100%;
  max-width: 17.75rem;
  margin: 0.5rem auto 0;
}

.c-title {
  color: #008E97;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4444444444;
  letter-spacing: 0.1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.c-title::before {
  content: attr(data-en);
  font-family: "Oswald", sans-serif;
  font-size: 3.75rem;
  font-weight: 700;
  line-height: 1.4857142857;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .c-title {
    font-size: 1.125rem;
  }
  .c-title::before {
    font-size: 4.375rem;
  }
}

.c-top-title {
  color: #008E97;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.3333333333;
  letter-spacing: 0.1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-top-title::before {
  content: "";
  background: url(../images/icon_title.png) no-repeat center/contain;
  width: 4.125rem;
  height: 3.3125rem;
  display: block;
  -webkit-box-ordinal-group: -1;
      -ms-flex-order: -2;
          order: -2;
}
.c-top-title::after {
  content: attr(data-en);
  font-family: "Oswald", sans-serif;
  font-size: 4.625rem;
  font-weight: 500;
  line-height: 1.3648648649;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
.c-top-title.--white {
  color: #fff;
}
.c-top-title.--white::before {
  background: url(../images/icon_title_white.png) no-repeat center/contain;
  width: 3.9375rem;
}

.p-area {
  padding-top: 4.5rem;
  padding-bottom: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-area {
    padding-top: 9rem;
    padding-bottom: 2.25rem;
  }
}

.p-area__inner {
  padding-inline: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-area__inner {
    width: 59.125rem;
    margin: 0 auto;
    padding-inline: 1.5625rem;
  }
}

.p-area__wrapper {
  margin-top: 3.5rem;
}
@media screen and (min-width: 768px) {
  .p-area__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 7.0625rem;
    -webkit-column-gap: 7.5rem;
       -moz-column-gap: 7.5rem;
            column-gap: 7.5rem;
  }
}

.p-area__pref {
  color: #008E97;
  font-size: 1.875rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-area__pref {
    font-size: 2.125rem;
    line-height: 4.25rem;
  }
}

.p-area__note {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.625rem;
  margin-top: 0.5625rem;
  display: inline-block;
}
.p-area__note::before {
  content: "※";
}

.p-area__text {
  margin-top: 2.4375rem;
  font-size: max(10px, 0.875rem);
  font-weight: 500;
  line-height: 1.71875rem;
}

.p-area__image {
  width: 85.7142857143%;
  max-width: 28.125rem;
  margin-top: 2.5rem;
  margin-inline: auto;
  aspect-ratio: 380/318;
}
.p-area__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-area__image {
    width: 42.4107142857%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin: 0;
  }
}

.p-contact {
  background: #008E97;
  padding-top: 2.25rem;
  padding-bottom: 6.8125rem;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-contact {
    padding-top: 4.5rem;
    padding-bottom: 13.625rem;
  }
}

@media screen and (min-width: 768px) {
  .p-contact__inner {
    max-width: 1086px;
  }
}

.p-contact__title {
  font-size: 1.375rem;
}
@media screen and (min-width: 768px) {
  .p-contact__title {
    font-size: 1.5rem;
  }
}

.p-contact__wrapper {
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-contact__wrapper {
    margin-top: 5.375rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 3.8125rem;
       -moz-column-gap: 3.8125rem;
            column-gap: 3.8125rem;
  }
}

@media screen and (min-width: 768px) {
  .p-contact__flow {
    padding-top: 0.1875rem;
  }
}

.p-contact__form {
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-contact__form {
    width: 33.7837837838%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-top: 0;
  }
}

.p-cta {
  background: #008E97;
  padding-top: 2.625rem;
  padding-bottom: 2.9375rem;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-cta {
    padding-top: 5.3125rem;
    padding-bottom: 5.875rem;
  }
}
@media screen and (min-width: 768px) {
  .p-cta.--plan .p-cta__inner {
    width: 70.75rem;
  }
}
@media screen and (min-width: 768px) {
  .p-cta.--plan .p-cta__inner .p-cta__text {
    font-size: 1.9375rem;
    line-height: 1.42;
    width: auto;
  }
}

.p-cta__inner {
  padding-inline: 1.25rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-cta__inner {
    width: 57.875rem;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-inline: 1.5625rem;
    text-align: left;
  }
}

.p-cta__text {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 2.4375rem;
  letter-spacing: 0.09em;
}
@media screen and (min-width: 768px) {
  .p-cta__text {
    width: 57.9908675799%;
  }
}

.p-cta__btn {
  width: 18.3125rem;
  margin-inline: auto;
  margin-top: 1.875rem;
}
.p-cta__btn a {
  display: block;
  background: #F07167;
  padding: 1rem;
  text-align: center;
  border-radius: 0.625rem;
  font-size: 1.0625rem;
  font-weight: bold;
  line-height: 2rem;
  letter-spacing: 0.1em;
  border: solid 0.0625rem #F07167;
}
@media screen and (min-width: 768px) {
  .p-cta__btn {
    margin-inline: 0;
    margin-top: 0;
  }
  .p-cta__btn a {
    font-size: 1.5rem;
  }
  .p-cta__btn a:hover {
    background: #fff;
    color: #F07167;
    opacity: 1;
  }
}

.p-feature {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}
@media screen and (min-width: 768px) {
  .p-feature {
    padding-top: 4.5rem;
  }
}

.p-feature__list {
  margin-top: 3.5rem;
}
.p-feature__list li + li {
  margin-top: 3.4375rem;
}
@media screen and (min-width: 768px) {
  .p-feature__list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-feature__list li:nth-child(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .p-feature__list li:nth-child(1) .p-feature__contsImg {
    width: 33.375rem;
    aspect-ratio: 534/271;
  }
  .p-feature__list li:nth-child(2) .p-feature__contsImg {
    width: 32.625rem;
    aspect-ratio: 522/284;
  }
  .p-feature__list li:nth-child(3) .p-feature__contsImg {
    width: 26.1875rem;
    aspect-ratio: 419/303;
  }
}

@media screen and (min-width: 768px) {
  .p-feature__conts {
    width: 51.6267123288%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.p-feature__labelTop {
  color: #008E97;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.4444444444;
  display: block;
}

.p-feature__label {
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.45;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#00A2AC), to(#008E97));
  background: linear-gradient(90deg, #00A2AC 0%, #008E97 100%);
  border-radius: 0.625rem;
  padding: 0.5rem 1.5rem;
  display: inline-block;
  margin-top: 0.5rem;
}

.p-feature__contsCatch {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 1rem;
  color: #008E97;
}
@media screen and (min-width: 768px) {
  .p-feature__contsCatch {
    line-height: 2;
  }
}

.p-feature__contsTxt {
  font-size: 1rem;
  font-weight: 500;
  line-height: 2;
  margin-top: 1rem;
  word-break: break-word;
}

.p-feature__contsImg {
  max-width: 25rem;
  margin-top: 1rem;
}
.p-feature__contsImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 768px) {
  .p-feature__contsImg {
    max-width: none;
    max-width: initial;
    margin-top: 0;
  }
}

.p-flow__title {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.4583333333;
  letter-spacing: 0.1em;
}

.p-flow__list {
  margin-top: 1.8125rem;
}

.p-flow__item {
  counter-increment: num;
}
.p-flow__item + .p-flow__item {
  margin-top: 3.4375rem;
}

.p-flow__itemTtl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.4444444444;
}
.p-flow__itemTtl::before {
  content: counter(num);
  margin-right: 0.8125rem;
  background: #fff;
  color: #008E97;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1;
  width: 3.125rem;
  height: 3.125rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: grid;
  place-items: center;
}

.p-flow__text {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.75;
  margin-top: 0.875rem;
  margin-left: 0.5rem;
}

.p-flow__btn {
  margin-top: 1.4375rem;
  margin-left: 0.8125rem;
}
.p-flow__btn a {
  display: inline-block;
  background: #07C655;
  border-radius: 0.3125rem;
  text-align: center;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.3333333333;
  letter-spacing: 0.1em;
  color: #fff;
  padding: 0.6875rem 1.25rem 0.625rem;
  border: solid 0.0625rem #07C655;
}
@media screen and (min-width: 768px) {
  .p-flow__btn a {
    min-width: 19.8125rem;
  }
  .p-flow__btn a:hover {
    background: #fff;
    color: #07C655;
    opacity: 1;
  }
}

.p-footer {
  background: #1C0F13;
  padding: 2.5rem 0 1.875rem;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-footer {
    padding: 3.9375rem 0 3.625rem;
  }
}

.p-footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-footer__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-footer__item {
  display: contents;
}
@media screen and (min-width: 768px) {
  .p-footer__item {
    display: block;
  }
}

.p-footer__logo {
  width: 7.0625rem;
  margin-inline: auto;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (min-width: 768px) {
  .p-footer__logo {
    margin-inline: 0;
  }
}
.p-footer__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-footer__info {
  margin-top: 1.25rem;
  text-align: center;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (min-width: 768px) {
  .p-footer__info {
    text-align: left;
  }
}

.p-footer__text {
  font-size: max(10px, 0.875rem);
  font-weight: 500;
  line-height: 1.4285714286;
}
.p-footer__text + .p-footer__text {
  margin-top: 0.5625rem;
}

.p-footer__privacy {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  text-align: center;
}
.p-footer__privacy a {
  display: block;
  padding: 0.8125rem 0;
  font-size: max(10px, 0.875rem);
}
@media screen and (min-width: 768px) {
  .p-footer__privacy {
    text-align: left;
  }
  .p-footer__privacy a {
    font-size: max(10px, 0.75rem);
  }
}

.p-footer__nav {
  display: contents;
}
@media screen and (min-width: 768px) {
  .p-footer__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-footer__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1.25rem;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
@media screen and (min-width: 768px) {
  .p-footer__lists {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 0;
  }
}

.p-footer__list {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-footer__list {
    width: auto;
  }
}
.p-footer__list a {
  display: block;
  font-size: max(10px, 0.875rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 2;
  padding: 0.625rem 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-footer__list a {
    padding: 0 1.0625rem;
    font-size: max(10px, 1rem);
  }
}

.p-footer__copy {
  text-align: center;
  margin-top: 1.875rem;
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}
.p-footer__copy small {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4285714286;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-footer__copy {
    text-align: right;
    margin-top: auto;
  }
  .p-footer__copy small {
    font-size: max(10px, 0.875rem);
  }
}

input:focus,
textarea:focus {
  outline: none;
}

input[type=radio],
input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
input[type=radio]::before,
input[type=checkbox]::before {
  content: "";
  position: absolute;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
input[type=radio]:checked::before,
input[type=checkbox]:checked::before {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  input[type=radio],
  input[type=checkbox] {
    cursor: pointer;
  }
}

input[type=submit] {
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 768px) {
  input[type=submit] {
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}

.p-form__item {
  position: relative;
}
.p-form__item:nth-child(n+2) {
  margin-top: 1.625rem;
}

.p-form__label {
  font-size: 1.125rem;
  font-weight: bold;
  display: inline-block;
}

.p-form__required {
  font-size: 1.125rem;
  font-weight: bold;
  display: inline-block;
  margin-left: 0.3125rem;
}

.p-form__input,
.p-form__textarea {
  width: 100%;
  margin-top: 0.5625rem;
  padding: 0.8125rem 1.25rem;
  border: none;
  background: #fff;
  border-radius: 0.625rem;
  font-size: 16px;
  line-height: 24px;
  display: block;
}

.p-form__textarea {
  height: 9.25rem;
}

.p-form__radio {
  margin-top: 1.5rem;
  padding-bottom: 1.4375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 18px;
}
.p-form__radio label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.125rem;
  font-weight: 500;
  position: relative;
  padding-left: 46px;
}
.p-form__radio input[type=radio] {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #fff;
}
.p-form__radio input[type=radio]::before {
  background: #787878;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.p-form__accept {
  margin-top: 1.3125rem;
  text-align: center;
}
.p-form__accept p {
  position: relative;
  display: inline-block;
  font-size: max(10px, 0.875rem);
  font-weight: bold;
  line-height: 20px;
}
.p-form__accept a {
  margin-left: 34px;
  line-height: 1;
}
.p-form__accept input[type=checkbox] {
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 3px;
}
.p-form__accept input[type=checkbox]::before {
  width: 7px;
  height: 12px;
  top: 3px;
  left: 6px;
  border-bottom: solid 2px #787878;
  border-right: solid 2px #787878;
  display: inline-block;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.p-form__button {
  margin: 2.125rem auto 0;
  width: 13.625rem;
}
.p-form__button input[type=submit] {
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 3.25rem;
  text-align: center;
  border: solid 0.0625rem #fff;
  width: 100%;
  color: #008E97;
  background: #fff;
  border-radius: 0.625rem;
  -webkit-box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, .25);
          box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, .25);
}
@media screen and (min-width: 768px) {
  .p-form__button:hover input[type=submit] {
    background: #008E97;
    color: #fff;
  }
}

.p-funding {
  padding-top: 2.25rem;
  padding-bottom: 10.6875rem;
}

@media screen and (min-width: 768px) {
  .p-funding__box {
    width: 52.875rem;
    margin: 0 auto;
  }
}

.p-funding__text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4375rem;
  letter-spacing: 0.1em;
  margin-top: 2.625rem;
}

.p-header {
  width: 100%;
  position: absolute;
  z-index: 90;
  background: #008E97;
  position: sticky;
  top: 0;
  left: 0;
}

.p-header__inner {
  padding: 0 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .p-header__inner {
    padding: 0 1.5625rem;
  }
}

.p-header__logo {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  z-index: 100;
}

.p-header__logo a {
  width: 6.25rem;
  display: block;
  padding: 1.375rem 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-header__logo a {
    width: 7.0625rem;
    padding: 1.375rem 0 1.625rem;
  }
}
.p-header__logo a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .p-header__wrapper {
    -webkit-column-gap: 1.125rem;
       -moz-column-gap: 1.125rem;
            column-gap: 1.125rem;
  }
}

.p-header__nav {
  display: none;
  position: fixed;
  height: 100vh;
  width: 100%;
  background-color: #008E97;
  top: 0;
  left: 0;
  z-index: 90;
}
@media screen and (min-width: 768px) {
  .p-header__nav {
    width: auto;
    width: initial;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    place-items: initial;
    position: static;
    height: inherit;
    padding: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
    background: initial;
  }
}

.p-header__btn {
  margin: 0 0.625rem;
  position: relative;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  .p-header__btn {
    margin: 0;
  }
}
.p-header__btn a {
  display: block;
  border-radius: 0.625rem;
  background: #F07167;
  color: #fff;
  font-size: 0.75rem;
  line-height: 1.4166666667;
  padding: 0.3125rem 2rem 0.375rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  border: 1px solid #F07167;
}
@media screen and (min-width: 768px) {
  .p-header__btn a {
    font-size: 1rem;
    line-height: 1.4375;
    padding: 0.75rem 2.75rem;
    border-radius: 0.3125rem;
    -webkit-transition: background 0.3s, color 0.3s;
    transition: background 0.3s, color 0.3s;
  }
  .p-header__btn a:hover {
    background: #fff;
    color: #F07167;
    opacity: 1;
  }
}

.p-header__hamburger {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.625rem;
  position: relative;
  z-index: 95;
}
.p-header__hamburger span {
  display: block;
  width: 28px;
  height: 2px;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-header__hamburger span:nth-child(2) {
  margin: 0.375rem 0;
}
@media screen and (min-width: 768px) {
  .p-header__hamburger {
    display: none;
  }
}

.p-header__hamburger.open span {
  background: #fff;
}
.p-header__hamburger.open span:nth-child(1) {
  -webkit-transform: translateY(2px) rotate(-45deg);
          transform: translateY(2px) rotate(-45deg);
}
.p-header__hamburger.open span:nth-child(2) {
  opacity: 0;
  margin: 0;
}
.p-header__hamburger.open span:nth-child(3) {
  -webkit-transform: translateY(-2px) rotate(45deg);
          transform: translateY(-2px) rotate(45deg);
}

.p-lead {
  background: #008E97;
  color: #fff;
  text-align: center;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-lead {
    position: relative;
    top: -0.1875rem;
    padding-top: 6.0625rem;
    padding-bottom: 2.5625rem;
  }
}

.p-lead__title {
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .p-lead__title {
    font-size: 1.9375rem;
    line-height: 1.4516129032;
    letter-spacing: 0.1em;
  }
}

.p-lead__catch {
  font-size: 1.5rem;
  font-weight: bold;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-lead__catch {
    font-size: 1.9375rem;
    line-height: 1.4516129032;
    letter-spacing: 0.1em;
  }
}

.p-lead__text {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-top: 1.25rem;
}
.p-lead__text:before {
  content: "※";
}
@media screen and (min-width: 768px) {
  .p-lead__text {
    font-size: 1.125rem;
    line-height: 1.4444444444;
  }
}

.p-lead__btn {
  text-align: center;
  margin-top: 2.125rem;
}
.p-lead__btn a {
  display: inline-block;
  background: #F07167;
  color: #fff;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.4444444444;
  letter-spacing: 0.1em;
  padding: 0.5625rem 1.8125rem;
  border-radius: 0.3125rem;
  border: solid 0.0625rem #F07167;
}
@media screen and (min-width: 768px) {
  .p-lead__btn a:hover {
    background: #fff;
    color: #F07167;
    opacity: 1;
  }
}

.p-mv {
  padding-top: 2.375rem;
  padding-bottom: 55.3846153846vw;
  color: #fff;
  background: url(../images/fv_bg.png) no-repeat center bottom 1.1875rem/183%, -webkit-gradient(linear, left top, left bottom, from(#008E97), color-stop(50%, #008E97), color-stop(50%, #fff));
  background: url(../images/fv_bg.png) no-repeat center bottom 1.1875rem/183%, linear-gradient(180deg, #008E97 0%, #008E97 50%, #fff 50% #fff 100%);
}
@media screen and (min-width: 768px) {
  .p-mv {
    padding-top: 2.875rem;
    padding-bottom: 30.234375vw;
    background: url(../images/fv_bg.png) no-repeat center bottom/cover;
  }
}

.p-mv__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-mv__inner {
    display: block;
  }
}

.p-mv__main {
  display: contents;
}
@media screen and (min-width: 768px) {
  .p-mv__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media screen and (min-width: 768px) {
  .p-mv__conts {
    padding-top: 1.125rem;
  }
}

.p-mv__top {
  font-size: 1.0625rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1;
}
.p-mv__top em {
  font-size: 2rem;
  font-weight: bold;
  font-style: normal;
  line-height: 1.78125;
  letter-spacing: 0.1em;
  display: inline-block;
}
.p-mv__top em span {
  font-size: 2.6875rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-mv__top {
    font-size: 1.5rem;
  }
  .p-mv__top em {
    font-size: 2.875rem;
    line-height: 1.5652173913;
  }
  .p-mv__top em span {
    font-size: inherit;
    line-height: inherit;
  }
}

.p-mv__job {
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.4444444444;
  letter-spacing: 0.1em;
  margin-left: 0.5em;
  margin-right: 0.5em;
}
.p-mv__job:first-of-type {
  margin-left: 0.1875rem;
}
.p-mv__job:nth-of-type(2) {
  margin-left: 0;
}
.p-mv__job:nth-of-type(2)::before {
  content: "";
  background: url(../images/icon_x.svg) no-repeat center/contain;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-right: 0.5em;
}
@media screen and (min-width: 768px) {
  .p-mv__job {
    font-size: 1.75rem;
    line-height: 1;
  }
  .p-mv__job:first-of-type {
    margin-left: 0.6875rem;
  }
  .p-mv__job::before {
    vertical-align: middle;
  }
}

.p-mv__wrapper {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-mv__wrapper {
    margin-top: 0.8125rem;
  }
}

.p-mv__label {
  display: inline-block;
  font-size: 2rem;
  line-height: 1.4375;
  font-weight: bold;
  background: #fff;
  color: #008E97;
  text-align: center;
  letter-spacing: 0.15em;
  padding: 0.375rem 0.5rem;
  border-radius: 0.625rem;
  word-break: break-word;
  min-width: 21.875rem;
}
@media screen and (min-width: 768px) {
  .p-mv__label {
    font-size: 3.375rem;
    line-height: 1.4444444444;
    min-width: 29.9375rem;
    padding: 0.125rem 0.625rem;
  }
}

.p-mv__title {
  display: block;
  font-size: 2rem;
  line-height: 1.4375;
  font-weight: bold;
  letter-spacing: 0.15em;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-mv__title {
    display: inline-block;
    margin-left: 1.25rem;
    margin-top: 0;
    font-size: 2.4rem;
    line-height: 1.4464285714;
  }
}

.p-mv__icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-column-gap: 0.75rem;
     -moz-column-gap: 0.75rem;
          column-gap: 0.75rem;
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
  margin-top: 0.8125rem;
  margin-right: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-mv__icons {
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-top: 0;
    margin-right: 0;
	  width: 20%;
	  gap: 1rem;
        flex-wrap: wrap;
  }
}

.p-mv__icon {
  display: grid;
  place-items: center;
  width: 6.625rem;
  aspect-ratio: 106/107;
  background: url(../images/icon_circle.png) no-repeat center/contain;
  font-size: max(10px, 0.9375rem);
  font-weight: bold;
  color: #008E97;
  letter-spacing: 0.1em;
  text-align: center;
}

.p-mv__list {
  margin-top: 2.5rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 1fr;
  gap: 1.0625rem 1.1875rem;
  width: 96.8571428571%;
}
@media screen and (min-width: 768px) {
  .p-mv__list {
    margin-top: 2.375rem;
    margin-inline: 1.3125rem;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.125rem;
    width: auto;
  }
}

.p-mv__img {
  aspect-ratio: 160/100;
  border-radius: 0.625rem;
  overflow: hidden;
}
.p-mv__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-mv__img {
    aspect-ratio: 268/180;
  }
}

.p-mv__text {
  text-align: center;
  font-size: max(10px, 0.875rem);
  line-height: 1.4285714286;
  letter-spacing: 0.1em;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-mv__text {
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.4375;
    margin-top: 1.125rem;
  }
}

.p-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: -webkit-fill-available;
  margin-top: 4.375rem;
  padding: 2.5rem 1.25rem 6.25rem;
  margin-inline: auto;
  overflow: auto;
}
@media screen and (min-width: 768px) {
  .p-nav__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    height: inherit;
    margin: 0;
    overflow: visible;
    overflow: initial;
    padding: 0;
  }
}

.p-nav__item a {
  padding: 1.375rem 0 1.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .p-nav__item a {
    padding: 1.625rem 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.p-nav__text {
  color: #fff;
  font-size: max(10px, 1rem);
  font-weight: bold;
  line-height: 1.4375;
  letter-spacing: 0.1em;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  gap: 0.3125rem;
}
.p-nav__text::after {
  content: attr(data-en);
  font-size: max(8px, 0.625rem);
  text-transform: uppercase;
}

.p-plan {
  padding: 2.5rem 0 6.25rem;
}
@media screen and (min-width: 768px) {
  .p-plan {
    padding: 4.1875rem 0 9.1875rem;
  }
}

@media screen and (min-width: 768px) {
  .p-plan__inner {
    max-width: 70.1875rem;
  }
}

.p-plan__wrapper {
  display: grid;
  margin-top: 3.375rem;
  row-gap: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-plan__wrapper {
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem 2rem;
  }
}

.p-support {
  padding-top: 2.25rem;
  padding-bottom: 4.5rem;
}
@media screen and (min-width: 768px) {
  .p-support {
    padding-bottom: 6.25rem;
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .p-support__box {
    width: 55rem;
    margin: 0 auto;
  }
}

.p-support__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2rem;
  -webkit-column-gap: 0.625rem;
     -moz-column-gap: 0.625rem;
          column-gap: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-support__list {
    -webkit-column-gap: 3.375rem;
       -moz-column-gap: 3.375rem;
            column-gap: 3.375rem;
  }
}

.p-support__item {
  width: 16.875rem;
  aspect-ratio: 270/180;
  border-radius: 0.625rem;
  overflow: hidden;
}
.p-support__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-support__text {
  margin-top: 2rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2.25;
  max-width: 36.25rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-support__text {
    max-width: none;
    max-width: initial;
    margin-inline: 0;
  }
}

.p-support__label {
  margin-top: 2.4375rem;
  text-align: center;
}
.p-support__label span {
  background: #fff;
  color: #008E97;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 3.0625rem;
  border-radius: 0.625rem;
  padding: 0 0.625rem;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .p-support__label span {
    min-width: 28.375rem;
  }
}

.p-support__catch {
  margin-top: 2.375rem;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 2;
  max-width: 36.25rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-support__catch {
    max-width: none;
    max-width: initial;
    margin-inline: 0;
  }
}

.p-top-plan {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

.p-top-plan__slider {
  margin-top: 3.125rem;
  padding: 0.25rem 0;
}
.p-top-plan__slider .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.p-top-plan__item {
  display: block;
}

.p-top-plan__btn {
  text-align: center;
  margin-top: 3.125rem;
}
.p-top-plan__btn a {
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#00A2AC), to(#008E97));
  background: linear-gradient(90deg, #00A2AC 0%, #008E97 100%);
  border-radius: 0.625rem;
  min-width: 16.3125rem;
  text-align: center;
  display: inline-block;
  padding: 1rem;
  border: solid 0.0625rem #008E97;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.3333333333;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-top-plan__btn a:hover {
    background: #fff;
    color: #008E97;
    opacity: 1;
  }
}

.u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}

.custom-logo-slider {
  overflow: hidden;
  background: #fff;
  padding: 20px 0;
  position: relative;
  width: 100%; /* 必要に応じて変更 */
}

.custom-slider-wrapper {
  display: flex;
  position: relative;
  width: 100%;
}

.custom-slider {
  display: flex;
  width: calc(150px * 12 + 20px * 12); /* 各ロゴ幅 + マージンでスライダー全体の幅を計算 */
  animation: custom-slide 40s linear infinite; /* アニメーション速度を調整 */
}

.custom-slider img {
  width: 150px; /* ロゴの幅 */
  margin: 0 10px; /* ロゴ間隔を調整 */
  object-fit: contain;
}

@keyframes custom-slide {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%); /* スライダー全体の半分を動かす */
  }
}}
  100% {
    transform: translateX(-100%);
  }
}

.fv_sub_text{
	margin-left:1rem;
	font-size: 2rem;
}
@media screen and (max-width: 768px) {
	.p-mv__label {
		font-size: 1.4rem;
	}
	.p-mv__title{
		font-size: 1.5rem;
	}
	.p-mv__icon {
    font-size: max(10px, 0.75rem);
	}
	.custom-slider img {
    width: 100px;
	}
	.c-top-title::after {
		    font-size: 3rem;
	}
	.c-top-title {
    font-size: 1.2rem;
	}
	.p-feature__label {
        font-size: 1.7rem;
	}
	.c-box__title::before {
    font-size: 3.125rem;
	}
	.p-cta__text {
    font-size: 1.2rem;
	}
}
.fv_sub_text{
	margin-left:1rem;
	font-size: 2rem;
}
.p-form__input, .p-form__textarea {
	border-radius: 4px;	
}
/*# sourceMappingURL=styles.css.map */
