@charset "UTF-8";
html {
  font-size: 100%;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.3675213675vw;
  }
}
@media (min-width: 1170px) {
  html {
    font-size: 100%;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #323C39;
}

@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;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.l-inner {
  width: 100%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .l-inner {
    max-width: 1170px;
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}

.c-common-btn {
  display: inline-block;
  min-width: 10.5rem;
  background-color: #FF6600;
  color: #fff;
  border-radius: 0.375rem;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.82;
  letter-spacing: 0;
  text-align: center;
  padding-top: 1.0625rem;
  padding-bottom: 1.0625rem;
}
@media screen and (min-width: 768px) {
  .c-common-btn {
    border-radius: 0.625rem;
    font-size: 1.125rem;
    line-height: 1.3888888889;
    border-radius: 0.625rem;
  }
}

.c-common-btn .download {
  display: inline-block;
  position: relative;
  padding-left: 1.625rem;
}

.c-common-btn .download::before {
  content: "";
  position: absolute;
  background: url("../assets/icon-download.svg") no-repeat center center/contain;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  width: 1.25rem;
  height: 1.25rem;
}

.c-common-btn .consult {
  display: inline-block;
  position: relative;
  padding-left: 1.875rem;
}

.c-common-btn .consult::before {
  content: "";
  position: absolute;
  background: url("../assets/icon-mail.svg") no-repeat center center/contain;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  width: 1.5rem;
  height: 1.5rem;
}

.c-common-btn:has(.consult) {
  background-color: #57B4C1;
}

.c-common-btn:has(.white-download) {
  background-color: #fff;
  font-size: 0.9375rem;
  line-height: 1.5;
  padding-top: 1.1875rem;
  padding-bottom: 1.1875rem;
}
@media screen and (min-width: 768px) {
  .c-common-btn:has(.white-download) {
    min-width: 15.625rem;
  }
}

.c-common-btn .white-download {
  position: relative;
  display: inline-block;
  color: #008899;
  padding-left: 1.9375rem;
}
@media screen and (min-width: 768px) {
  .c-common-btn .white-download {
    padding-left: 1.75rem;
  }
}

.c-common-btn .white-download::before {
  content: "";
  position: absolute;
  background: url("../assets/icon-download-green.svg") no-repeat center center/contain;
  width: 1.25rem;
  height: 1.25rem;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}

.c-common-btn:has(.comic) {
  font-size: 0.9375rem;
  padding-top: 1.0625rem;
  padding-bottom: 1.125rem;
  line-height: 1.7006666667;
}
@media screen and (min-width: 768px) {
  .c-common-btn:has(.comic) {
    min-width: 15.625rem;
  }
}

.c-common-btn .comic {
  position: relative;
  display: inline-block;
  color: #fff;
  padding-left: 1.9375rem;
  padding-right: 1.9375rem;
}

.c-common-btn .comic::before {
  content: "";
  position: absolute;
  background: url("../assets/icon-download.svg") no-repeat center center/contain;
  width: 1.25rem;
  height: 1.25rem;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}

.c-common-btn .comic::after {
  content: "";
  position: absolute;
  background: url("../assets/bird-img.png") no-repeat center center/cover;
  aspect-ratio: 158/178;
  width: 5.1875rem;
  right: -4.375rem;
  top: -2.1875rem;
}
@media screen and (min-width: 768px) {
  .c-common-btn .comic::after {
    width: 4.9375rem;
    right: -3.75rem;
  }
}

.c-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 500;
  background-color: #57B4C1;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
@media screen and (min-width: 768px) {
  .c-cta {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

.c-cta__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .c-cta__wrapper {
    gap: 1rem;
  }
}

.c-cta__btn1 {
  background-color: #fff;
  display: inline-block;
  min-width: 10.1875rem;
  color: #57B4C1;
  font-weight: 700;
  font-size: 0.8125rem;
  line-height: 1.9230769231;
  letter-spacing: 0;
  padding-top: 0.4375rem;
  padding-bottom: 0.4375rem;
  text-align: center;
  border-radius: 0.375rem;
}
@media screen and (min-width: 768px) {
  .c-cta__btn1 {
    min-width: 12.5rem;
    font-size: 0.9375rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}

.c-cta__btn1 .download {
  display: inline-block;
  position: relative;
  padding-left: 1.625rem;
}
@media screen and (min-width: 768px) {
  .c-cta__btn1 .download {
    padding-left: 1.9375rem;
  }
}

.c-cta__btn1 .download::before {
  content: "";
  position: absolute;
  background: url("../assets/icon-download-blue.svg") no-repeat center center/contain;
  width: 1.25rem;
  height: 1.25rem;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-cta__btn2 {
  display: inline-block;
  min-width: 5.1875rem;
  text-align: center;
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 2.0833333333;
  letter-spacing: 0;
  padding-top: 0.4375rem;
  padding-bottom: 0.4375rem;
  border: 0.0625rem solid #fff;
  border-radius: 0.375rem;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .c-cta__btn2 {
    min-width: 9.375rem;
    font-size: 0.9375rem;
    line-height: 1.6666666667;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}

.c-cta__btn2 .mail {
  display: inline-block;
  position: relative;
  padding-left: 1.25rem;
}
@media screen and (min-width: 768px) {
  .c-cta__btn2 .mail {
    padding-left: 1.75rem;
  }
}

.c-cta__btn2 .mail::before {
  content: "";
  position: absolute;
  background: url("../assets/icon-mail.svg") no-repeat center center/contain;
  width: 1rem;
  height: 1rem;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .c-cta__btn2 .mail::before {
    width: 1.25rem;
    height: 1.25rem;
  }
}

.c-cta__btn2 .polygon {
  display: inline-block;
  position: relative;
  padding-left: 0.875rem;
}
@media screen and (min-width: 768px) {
  .c-cta__btn2 .polygon {
    padding-left: 1.25rem;
  }
}

.c-cta__btn2 .polygon::before {
  content: "";
  position: absolute;
  background-color: #fff;
  width: 0.5625rem;
  height: 0.75rem;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
@media screen and (min-width: 768px) {
  .c-cta__btn2 .polygon::before {
    width: 0.75rem;
    height: 1rem;
  }
}

.c-section-title {
  position: relative;
  display: inline-block;
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 1.2727272727;
  letter-spacing: 0;
  padding-top: 2.25rem;
}
@media screen and (min-width: 768px) {
  .c-section-title {
    font-size: 2rem;
    line-height: 1;
    padding-top: 2.75rem;
  }
}

.c-section-title.white {
  color: #fff;
}

.c-section-title::before {
  content: attr(data-en);
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-weight: 700;
  font-size: 0.9375rem;
  line-height: 1.8666666667;
  letter-spacing: 0;
  color: #008899;
}
@media screen and (min-width: 768px) {
  .c-section-title::before {
    font-size: 1.125rem;
    line-height: 1.5555555556;
  }
}

.c-section-title.white::before {
  color: #008899;
}

.c-section-title.pink::before {
  color: #E9708C;
}

.p-contact {
  padding-top: 2.5rem;
  padding-bottom: 1.625rem;
  background-color: #00A3AF;
}
@media screen and (min-width: 768px) {
  .p-contact {
    padding-bottom: 2.5rem;
  }
}

.p-contact__wrapper {
  display: block;
}
@media screen and (min-width: 768px) {
  .p-contact__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5.875rem;
  }
}

.p-contact__title-box {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-contact__title-box {
    padding-left: 0;
    padding-left: initial;
    padding-right: 0;
    padding-right: initial;
    padding-top: 3.375rem;
  }
}

.p-contact__title-en {
  font-weight: 700;
  font-size: 0.9375rem;
  line-height: 1.8666666667;
  letter-spacing: 0;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-contact__title-en {
    font-size: 1.125rem;
    line-height: 1.5555555556;
  }
}

.p-contact__title {
  margin-top: 0.5rem;
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 1.5;
  letter-spacing: 0;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-contact__title {
    font-size: 2.25rem;
    line-height: 1.65;
  }
}

.p-contact__text {
  margin-top: 1rem;
  font-weight: 400;
  font-size: 0.8125rem;
  line-height: 1.5;
  letter-spacing: 0;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-contact__text {
    margin-top: 2rem;
    font-size: 0.875rem;
    line-height: 1.65;
    max-width: 29.75rem;
  }
}

.p-contact__btn-wrapper {
  margin-top: 2.5rem;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1.6875rem;
}
@media screen and (min-width: 768px) {
  .p-contact__btn-wrapper {
    display: inline-block;
  }
}

.p-contact__form {
  padding: 1.5rem;
  margin-top: 3.9375rem;
  border-radius: 0.625rem;
  background-color: #57B4C1;
}
@media screen and (min-width: 768px) {
  .p-contact__form {
    margin-top: 0;
    margin-top: initial;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 32.5rem;
            flex: 0 0 32.5rem;
  }
}

.p-contact__form-title {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.8;
  letter-spacing: 0;
  color: #fff;
  text-align: center;
}

.p-contact__form-wrapper {
  margin-top: 1rem;
}

@media screen and (min-width: 768px) {
  .p-contact__form-wrapper-box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem 1rem;
  }
}

.p-contact__form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.25rem;
}

.p-contact__form-group + .p-contact__form-group {
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-contact__form-group + .p-contact__form-group {
    margin-top: 0;
    margin-top: initial;
  }
}

.p-contact__form-checkbox-group {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-contact__form-checkbox-group {
    margin-top: 1.5rem;
  }
}

.p-contact__form-label {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.7;
  letter-spacing: 0.05em;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-contact__form-label {
    font-size: 0.9375rem;
  }
}

.p-contact__form-label span {
  display: inline-block;
  position: relative;
}

.p-contact__form-label.required span::before {
  content: "*";
  position: absolute;
  width: 0.5rem;
  color: #fff;
  right: -0.625rem;
  z-index: 1;
}

input[type=text],
input[type=email] {
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0.25rem;
  background-color: #F4F4F4;
  padding: 0.5625rem 0.5rem;
  border: 0.0625rem solid #C1E4E9;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, .3019607843) inset;
          box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, .3019607843) inset;
  width: 100%;
}
@media screen and (min-width: 768px) {
  input[type=text],
  input[type=email] {
    padding: 0.3125rem 1rem 0.4375rem;
  }
}

::-webkit-input-placeholder {
  font-weight: 400;
  font-size: 0.8125rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: #699C9C;
}

::-moz-placeholder {
  font-weight: 400;
  font-size: 0.8125rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: #699C9C;
}

::-ms-input-placeholder {
  font-weight: 400;
  font-size: 0.8125rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: #699C9C;
}

::placeholder {
  font-weight: 400;
  font-size: 0.8125rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: #699C9C;
}

textarea {
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0.25rem;
  background-color: #F4F4F4;
  padding: 1rem;
  border: 0.0625rem solid #C1E4E9;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, .3019607843) inset;
          box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, .3019607843) inset;
  resize: vertical;
}

input[type=checkbox] {
  width: 1rem;
  height: 1rem;
  border-radius: 0.25rem;
  background: rgba(244, 244, 244, .6);
  border: 1px solid #C1E4E9;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, .3019607843) inset;
          box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, .3019607843) inset;
}

.p-contact__checkbox-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}

.p-contact__checkbox-custom {
  font-weight: 500;
  font-size: 0.8125rem;
  line-height: 1.7;
  letter-spacing: 0.05em;
  color: #fff;
}

.p-contact__checkbox-custom a {
  color: #323C39;
  text-decoration: underline;
}

.p-contact__form-button {
  margin-top: 1rem;
  background-color: #FF6600;
  border: 1px solid #57B4C1;
  color: #fff;
  padding: 0.625rem 1.125rem;
  border-radius: 0.625rem;
}

.p-footer {
  padding-top: 3.5rem;
  padding-bottom: 5.5rem;
}
@media screen and (min-width: 768px) {
  .p-footer {
    padding-bottom: 8.625rem;
  }
}

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

.p-footer__logo {
  width: 7.3125rem;
}
@media screen and (min-width: 768px) {
  .p-footer__logo {
    width: 9.8125rem;
  }
}

.p-footer__logo img {
  aspect-ratio: 314/130;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: auto;
}

.p-footer__text {
  margin-top: 1rem;
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 1.65;
  letter-spacing: 0;
  color: #57B4C1;
}
@media screen and (min-width: 768px) {
  .p-footer__text {
    margin-top: 2rem;
    font-size: 1rem;
    line-height: 1.75;
  }
}

.p-footer__nav-box {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-footer__nav-box {
    margin-top: 0;
    margin-top: initial;
  }
}

.p-footer__lists {
  display: block;
}
@media screen and (min-width: 768px) {
  .p-footer__lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 3.75rem;
  }
}

.p-footer__list + .p-footer__list {
  margin-top: 0.6875rem;
}
@media screen and (min-width: 768px) {
  .p-footer__list + .p-footer__list {
    margin-top: 0;
    margin-top: initial;
  }
}

.p-footer__list a {
  display: inline-block;
  font-weight: 500;
  font-size: 0.8125rem;
  line-height: 1;
  letter-spacing: 0;
  padding: 0.3125rem 0.3125rem 0.3125rem 0;
}
@media screen and (min-width: 768px) {
  .p-footer__list a {
    font-size: 0.875rem;
    padding: 0.3125rem 0.625rem;
  }
}

.p-footer__copyright {
  display: block;
  margin-top: 3.6875rem;
  font-weight: 400;
  font-size: 0.6875rem;
  line-height: 1;
  letter-spacing: 0;
  color: #7F7F7F;
}
@media screen and (min-width: 768px) {
  .p-footer__copyright {
    text-align: center;
    margin-top: 4rem;
  }
}

.p-header {
  padding: 0.625rem 0.9375rem;
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 501;
  border-bottom: 1px solid #D9D9D9;
}
@media screen and (min-width: 768px) {
  .p-header {
    padding: 0.625rem 3.5rem;
  }
}

.p-header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-header__logo {
  width: 4.75rem;
}
@media screen and (min-width: 768px) {
  .p-header__logo {
    width: 7.5625rem;
  }
}

.p-header__logo img {
  aspect-ratio: 76/40;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

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

.p-header__item a {
  padding: 0.3125rem;
  font-weight: 500;
  font-size: 0.6875rem;
  line-height: 3;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .p-header__item a {
    font-size: 0.875rem;
    font-weight: 700;
  }
}

.p-header__btn {
  background-color: #FF6600;
  border-radius: 0.375rem;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.5384615385;
  letter-spacing: 0;
  display: inline-block;
  padding: 0.625rem 0.6875rem;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-header__btn {
    font-size: 0.875rem;
    line-height: 1.4285714286;
    padding: 0.625rem 0.9375rem;
  }
}

.p-message {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.p-message__title {
  text-align: center;
}

.p-message__title-img {
  position: relative;
  display: inline-block;
  width: 4rem;
  top: 2px;
  vertical-align: bottom;
}
@media screen and (min-width: 768px) {
  .p-message__title-img {
    width: 7.1875rem;
  }
}

.p-message__title-text {
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .p-message__title-text {
    font-size: 2.5rem;
    letter-spacing: 0;
  }
}

.p-message__text {
  text-align: center;
  margin-top: 1.5rem;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.6;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .p-message__text {
    margin-top: 2.5rem;
    font-size: 1rem;
    line-height: 1.7;
  }
}

.p-mv {
  position: relative;
  padding-top: 4.75rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  padding-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .p-mv {
    padding-top: 9.625rem;
    padding-bottom: 4.375rem;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }
}

.p-mv::before {
  content: "";
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(38.94%, rgba(189, 226, 228, 0)), to(#BDE2E4));
  background: linear-gradient(180deg, rgba(189, 226, 228, 0) 38.94%, #BDE2E4 100%);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}
@media screen and (min-width: 768px) {
  .p-mv::before {
    background: -webkit-gradient(linear, right top, left top, color-stop(33.65%, rgba(189, 226, 228, 0)), to(#BDE2E4));
    background: linear-gradient(270deg, rgba(189, 226, 228, 0) 33.65%, #BDE2E4 100%);
  }
}

.p-mv__container {
  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__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 4.375rem;
    margin-left: 6.25rem;
  }
}

.p-mv__image {
  position: relative;
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}
@media screen and (min-width: 768px) {
  .p-mv__image {
    margin-top: 2.3125rem;
    padding-left: 0;
    padding-left: initial;
    padding-right: 0;
    padding-right: initial;
    width: 43.75rem;
  }
}

.p-mv__image::before {
  content: "";
  position: absolute;
  background: url("../assets/mv-apeak-bg-sp.png") no-repeat center center/cover;
  aspect-ratio: 320/226;
  bottom: -0.625rem;
  right: 0;
  width: 10rem;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .p-mv__image::before {
    background: url("../assets/mv-apeak-bg-sp.png") no-repeat center center/cover;
    width: 19.875rem;
    right: -1.25rem;
    bottom: -1.25rem;
  }
}

.p-mv__image img {
  aspect-ratio: 273/182;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-mv__image img {
    width: 43.75rem;
  }
}

.p-mv__title-wrapper {
  margin-top: 0.75rem;
  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;
}
@media screen and (min-width: 768px) {
  .p-mv__title-wrapper {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.p-mv__lead {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.56;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .p-mv__lead {
    font-size: 2.5rem;
  }
}

.p-mv__lead span {
  display: inline-block;
  position: relative;
  color: #fff;
}

.p-mv__lead span:before {
  content: "";
  position: absolute;
  background: url("../assets/speak-bg.png") no-repeat center center/contain;
  aspect-ratio: 372/149;
  top: 0.1875rem;
  left: -0.25rem;
  width: 6.8125rem;
  height: auto;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .p-mv__lead span:before {
    width: 11.625rem;
    top: 0.25rem;
    left: -0.625rem;
  }
}

.p-mv__title-box {
  margin-top: 1.0625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.1875rem;
}
@media screen and (min-width: 768px) {
  .p-mv__title-box {
    margin-top: 2.4375rem;
    gap: 2rem;
  }
}

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

.p-mv__title span {
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.56;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .p-mv__title span {
    font-size: 1.5rem;
  }
}

.p-mv__title img {
  aspect-ratio: 146/75;
  width: 9.125rem;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 768px) {
  .p-mv__title img {
    width: 12.6875rem;
  }
}

.p-mv__patent {
  width: 4.0625rem;
}
@media screen and (min-width: 768px) {
  .p-mv__patent {
    width: 7.75rem;
  }
}

.p-mv__patent img {
  aspect-ratio: 65/78;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 768px) {
  .p-mv__patent img {
    aspect-ratio: 250/172;
  }
}

.p-mv__items {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.25rem;
  margin-top: 0.5rem;
  padding-bottom: 1.0625rem;
}
@media screen and (min-width: 768px) {
  .p-mv__items {
    margin-top: 1rem;
    max-width: 35rem;
    gap: 0.6875rem;
    padding-bottom: 1.375rem;
  }
}

.p-mv__items::before {
  content: "※公開データを元に試算";
  position: absolute;
  font-weight: 400;
  font-size: 0.5625rem;
  line-height: 1;
  letter-spacing: 0;
  bottom: 0;
  right: 0;
}
@media screen and (min-width: 768px) {
  .p-mv__items::before {
    font-size: 0.625rem;
  }
}

.p-mv__btn-wrapper {
  width: 100%;
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-mv__btn-wrapper {
    margin-top: 2.5rem;
    gap: 1.4375rem;
  }
}

.p-please {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .p-please {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.p-please__wrapper {
  border-radius: 0.625rem;
  border: 0.1875rem solid #57B4C1;
  background-color: #FAFAFA;
}
@media screen and (min-width: 768px) {
  .p-please__wrapper {
    border: 0.25rem solid #57B4C1;
  }
}

.p-please__title {
  display: inline-block;
  background-color: #57B4C1;
  color: #fff;
  border-radius: 0.3125rem 0 1.25rem 0;
  padding: 0.625rem 1rem 0.625rem 0.8125rem;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.75;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .p-please__title {
    font-size: 1.5rem;
    padding: 0.375rem 1.875rem 0.625rem 1.625rem;
  }
}

.p-please__body {
  margin-top: 2rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-please__body {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
    padding-bottom: 2.25rem;
  }
}

.p-please__text {
  font-weight: 400;
  font-size: 0.8125rem;
  line-height: 1.6;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .p-please__text {
    font-size: 0.9375rem;
    line-height: 1.65;
  }
}

.p-please__text span {
  font-weight: 700;
}

.p-please__lead {
  text-align: center;
  margin-top: 1.5rem;
  font-weight: 700;
  font-size: 0.9375rem;
  line-height: 1.5;
  letter-spacing: 0;
  color: #008899;
}
@media screen and (min-width: 768px) {
  .p-please__lead {
    margin-top: 2.5rem;
    font-size: 1.375rem;
    line-height: 1.8;
  }
}

.p-problem {
  padding-top: 3.5rem;
  padding-bottom: 4rem;
  background-color: #F2F2F2;
}
@media screen and (min-width: 768px) {
  .p-problem {
    padding-top: 2.375rem;
    padding-bottom: 5rem;
  }
}

.p-problem__top {
  position: relative;
  background-color: #fff;
  border-radius: 0.625rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  margin-left: 0.9375rem;
  margin-right: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-problem__top {
    border-radius: 1.25rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
}

.p-problem__top::before {
  content: "";
  position: absolute;
  background-color: #fff;
  width: 3.75rem;
  height: 2.75rem;
  border-radius: 0.125rem;
  bottom: -1.25rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
          clip-path: polygon(50% 100%, 0 0, 100% 0);
}

.p-problem__title {
  text-align: center;
}

.p-problem__lists {
  margin-top: 2.5rem;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1rem;
  padding-left: 1.1875rem;
  padding-right: 1.1875rem;
  max-width: 28.125rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-problem__lists {
    margin-top: 3rem;
    grid-template-columns: repeat(3, 1fr);
    max-width: 62.5rem;
    gap: 2.4375rem;
    padding-left: 0;
    padding-left: initial;
    padding-right: 0;
    padding-right: initial;
  }
}

.p-problem__list {
  position: relative;
  background-color: #F2F2F2;
  padding-top: 1rem;
  padding-left: 1.375rem;
  padding-bottom: 1.0625rem;
  border-radius: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-problem__list {
    padding-top: 1.5rem;
    padding-left: 1.5rem;
    padding-bottom: 1.3125rem;
  }
}

.p-problem__list:nth-child(2) {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-problem__list:nth-child(2) {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }
}

.p-problem__list:nth-child(3) {
  padding-top: 2.3125rem;
  padding-bottom: 1.4375rem;
}
@media screen and (min-width: 768px) {
  .p-problem__list:nth-child(3) {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }
}

.p-problem__text {
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 1.5;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .p-problem__text {
    font-size: 1rem;
  }
}

.p-problem__text span {
  font-weight: 700;
  color: #008899;
}

.p-problem__image {
  position: absolute;
  width: 7.5rem;
  top: 0.5rem;
  right: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-problem__image {
    width: 8.625rem;
    top: 0.6875rem;
    right: 0.4375rem;
  }
}

.p-problem__image img {
  aspect-ratio: 1/1;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-problem__list:nth-child(2) .p-problem__image {
  top: 0.4375rem;
  right: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .p-problem__list:nth-child(2) .p-problem__image {
    width: 8.25rem;
    top: 0.6875rem;
    right: 0.375rem;
  }
}

.p-problem__list:nth-child(3) .p-problem__image {
  width: 5.5rem;
  top: auto;
  top: initial;
  bottom: 0;
  right: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-problem__list:nth-child(3) .p-problem__image {
    width: 6.25rem;
    right: 2.125rem;
  }
}

.p-problem__list:nth-child(3) .p-problem__image img {
  aspect-ratio: 100/126;
}

.p-problem__bottom {
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .p-problem__bottom {
    margin-top: 5.1875rem;
  }
}

.p-problem__bottom-title {
  text-align: center;
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 1.5;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .p-problem__bottom-title {
    font-size: 2rem;
    line-height: 1;
  }
}

.p-problem__bottom-title span {
  color: #008899;
}

.p-problem__bottom-lead {
  text-align: center;
  margin-top: 1rem;
  font-weight: 400;
  font-size: 0.8125rem;
  line-height: 1.6;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .p-problem__bottom-lead {
    margin-top: 1.5rem;
    font-size: 1rem;
  }
}

.p-problem__bottom-lead .bold {
  font-weight: 700;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-problem__bottom-lead .bold {
    font-size: 1rem;
  }
}

.p-problem__bottom-lead .green {
  color: #008899;
}

.p-problem__bottom-image-top {
  position: relative;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-problem__bottom-image-top {
    margin-top: 2.5rem;
    max-width: 57.25rem;
    margin-inline: auto;
  }
}

.p-problem__bottom-image-top::before {
  content: "";
  position: absolute;
  background: url("../assets/arrow-bottom-blue.png") no-repeat center center/cover;
  bottom: -5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  aspect-ratio: 201/120;
  width: 6.25rem;
}
@media screen and (min-width: 768px) {
  .p-problem__bottom-image-top::before {
    content: none;
  }
}

.p-problem__bottom-image-top img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-problem__bottom-image-bottom {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-problem__bottom-image-bottom {
    display: none;
  }
}

.p-problem__bottom-box {
  margin-top: 2.5rem;
  border-radius: 0.5rem;
  background-color: #fff;
  border: 0.125rem solid #008899;
  padding: 1.5rem 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-problem__bottom-box {
    margin-top: 4.375rem;
    border: 0.125rem solid #57B4C1;
    padding: 1.5rem 2.5rem;
  }
}

.p-problem__bottom-head {
  text-align: center;
}

.p-problem__bottom-head span {
  display: inline-block;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.4;
  letter-spacing: 0;
  padding-left: 1.5rem;
  position: relative;
  color: #008899;
}
@media screen and (min-width: 768px) {
  .p-problem__bottom-head span {
    font-size: 1.25rem;
    padding-left: 2.125rem;
  }
}

.p-problem__bottom-head span::before {
  content: "";
  position: absolute;
  background: url("../assets/icon-light.png") no-repeat center center/cover;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  aspect-ratio: 1/1;
  width: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-problem__bottom-head span::before {
    width: 1.5rem;
  }
}

.p-problem__bottom-text {
  margin-top: 1rem;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .p-problem__bottom-text {
    font-size: 1rem;
    text-align: center;
  }
}

.p-problem__bottom-text span {
  color: #FF6600;
  font-weight: 700;
}

.p-service {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #57B4C1;
}
@media screen and (min-width: 768px) {
  .p-service {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.p-service__title {
  text-align: center;
}

.p-service__feature-wrapper {
  margin-top: 2rem;
  background-color: #C1E4E9;
  border-radius: 0.625rem;
  padding-bottom: 1.5rem;
  max-width: 37.5rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-service__feature-wrapper {
    border-radius: 1.25rem;
    padding-bottom: 1.375rem;
    max-width: none;
    max-width: initial;
  }
}

.p-service__feature-lists {
  position: relative;
  background-color: #fff;
  border-radius: 0.625rem 0.625rem 0 0;
  padding: 2rem 2.3125rem;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 2rem;
}
@media screen and (min-width: 768px) {
  .p-service__feature-lists {
    border-radius: 1.25rem 1.25rem 0 0;
    padding: 3.5rem 5.3125rem 2.5rem;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
  }
}

.p-service__feature-lists::before {
  content: "";
  position: absolute;
  background-color: #fff;
  bottom: -1.5625rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 3.75rem;
  height: 2.75rem;
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
          clip-path: polygon(50% 100%, 0 0, 100% 0);
}

.p-service__feature-list-text {
  margin-top: 0.875rem;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.75;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .p-service__feature-list-text {
    font-size: 1rem;
  }
}

.p-service__feature-text {
  margin-top: 2.0625rem;
  text-align: center;
  color: #008899;
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 1.75;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .p-service__feature-text {
    margin-top: 2.25rem;
    font-size: 2rem;
  }
}

.p-service__function {
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .p-service__function {
    margin-top: 6.25rem;
  }
}

.p-service__subtitle {
  margin-top: 1rem;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.6;
  letter-spacing: 0;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-service__subtitle {
    margin-top: 1.5rem;
    font-size: 1rem;
  }
}

.p-service__function-wrapper {
  margin-top: 2rem;
  background-color: #fff;
  padding: 1.5rem 0.9375rem;
  border-radius: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-service__function-wrapper {
    border-radius: 1.25rem;
    padding: 3rem 8.25rem;
  }
}

.p-service__function-lists {
  margin-top: 1.5rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem 0.6875rem;
}
@media screen and (min-width: 768px) {
  .p-service__function-lists {
    margin-top: 2rem;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.625rem;
  }
}

.p-service__function-list {
  background-color: #fff;
  border-radius: 0.625rem;
  padding: 0.75rem 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-service__function-list {
    padding: 1.625rem 2rem;
  }
}

.p-service__function-list-image {
  width: 3.125rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-service__function-list-image {
    width: 4.375rem;
  }
}

.p-service__function-list-image img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
}

.p-service__function-list-title {
  text-align: center;
  margin-top: 0.5rem;
  font-weight: 700;
  font-size: 0.8125rem;
  line-height: 1.6;
  letter-spacing: 0;
  color: #008899;
}
@media screen and (min-width: 768px) {
  .p-service__function-list-title {
    margin-top: 1rem;
    font-size: 1.125rem;
  }
}

.p-service__function-list-text {
  margin-top: 0.5rem;
  font-weight: 400;
  font-size: 0.8125rem;
  line-height: 1.65;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .p-service__function-list-text {
    margin-top: 1rem;
    font-size: 0.875rem;
  }
}

.p-structure {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .p-structure {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.p-structure__title {
  text-align: center;
}

.p-structure__title-text {
  margin-top: 0.5rem;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.6;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .p-structure__title-text {
    margin-top: 1.5rem;
    font-size: 1rem;
  }
}

.p-structure__title-text span {
  font-weight: 700;
  color: #E9708C;
}

.p-structure__lists {
  position: relative;
  margin-top: 2rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .p-structure__lists {
    margin-top: 3rem;
    gap: 1.25rem;
  }
}

.p-structure__lists::before {
  content: "";
  position: absolute;
  background: url("../assets/arrow-bottom-pink.png") no-repeat center center/cover;
  aspect-ratio: 280/168;
  width: 6.25rem;
  bottom: -5.625rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .p-structure__lists::before {
    width: 8.75rem;
    bottom: -6.25rem;
  }
}

.p-structure__list {
  background-color: #FBF5FB;
  border-radius: 0.625rem;
  padding: 1rem;
  border: 0.125rem solid #E9708C;
}
@media screen and (min-width: 768px) {
  .p-structure__list {
    border: 0.1875rem solid #E9708C;
    padding: 0.8125rem 1.8125rem;
  }
}

.p-structure__list-title {
  text-align: center;
  font-weight: 700;
  font-size: 0.9375rem;
  line-height: 1.5;
  letter-spacing: 0;
  color: #E9708C;
  padding-bottom: 0.5rem;
  border-bottom: 0.125rem dashed #E9708C;
}
@media screen and (min-width: 768px) {
  .p-structure__list-title {
    font-size: 1.125rem;
  }
}

.p-structure__list-text {
  margin-top: 0.625rem;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .p-structure__list-text {
    font-size: 1rem;
  }
}

.p-structure__list-text span {
  font-weight: 700;
  color: #E9708C;
}

.p-structure__wrapper {
  position: relative;
  margin-top: 6.75rem;
  border-radius: 0.625rem;
  background-color: #FBF5FB;
  border: 0.1875rem solid #E9708C;
  padding: 1.75rem 0.8125rem;
}
@media screen and (min-width: 768px) {
  .p-structure__wrapper {
    margin-top: 7.25rem;
    padding: 2rem 2.0625rem;
  }
}

.p-structure__wrapper::before {
  content: "";
  position: absolute;
  background: url("../assets/arrow-bottom-pink.png") no-repeat center center/cover;
  aspect-ratio: 280/168;
  width: 6.25rem;
  bottom: -5.625rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .p-structure__wrapper::before {
    width: 8.75rem;
    bottom: -6.25rem;
  }
}

.p-structure__wrapper-title {
  text-align: center;
  font-weight: 700;
  font-size: 0.9375rem;
  color: #E9708C;
  line-height: 1.5;
  letter-spacing: 0;
  padding-bottom: 0.875rem;
  margin-left: 1rem;
  margin-right: 1rem;
  border-bottom: 0.125rem dashed #E9708C;
}
@media screen and (min-width: 768px) {
  .p-structure__wrapper-title {
    font-size: 1.125rem;
    margin-left: 0;
    margin-left: initial;
    margin-right: 0;
    margin-right: initial;
    padding-bottom: 1.375rem;
  }
}

.p-structure__wrapper-image {
  margin-top: 1rem;
  max-width: 34.375rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-structure__wrapper-image {
    margin-top: 1.5rem;
    max-width: 39.6875rem;
  }
}

.p-structure__box {
  position: relative;
  margin-top: 7.25rem;
  background-color: #E9708C;
  border: 0.1875rem solid #F8C7D1;
  border-radius: 0.375rem;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .1019607843) inset;
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .1019607843) inset;
  padding: 1.5rem 0.75rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-structure__box {
    border: 0.3125rem solid #F8C7D1;
    padding: 2.1875rem 1rem;
  }
}

.p-structure__box::before {
  content: "";
  position: absolute;
  background: url("../assets/structure-img1.png") no-repeat center center/cover;
  aspect-ratio: 254/214;
  width: 5.9375rem;
  top: -5.1875rem;
  right: 0;
}
@media screen and (min-width: 768px) {
  .p-structure__box::before {
    top: auto;
    top: initial;
    bottom: -0.3125rem;
    width: 7.9375rem;
    right: 4.1875rem;
  }
}

.p-structure__box-head {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1;
  letter-spacing: 0;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-structure__box-head {
    font-size: 1.5rem;
  }
}

.p-structure__box-text {
  margin-top: 0.625rem;
  color: #fff;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.6;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .p-structure__box-text {
    margin-top: 1.5rem;
    font-size: 1rem;
    line-height: 1.5;
  }
}

.p-thanks {
  padding-top: 9.375rem;
  padding-bottom: 3.125rem;
  background-color: #C1E4E9;
}
@media screen and (min-width: 768px) {
  .p-thanks {
    padding-top: 12.5rem;
    padding-bottom: 6.25rem;
  }
}

.p-thanks__text {
  text-align: center;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .p-thanks__text {
    font-size: 1.5rem;
  }
}

.p-thanks__btn {
  margin-top: 3.75rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-thanks__btn {
    margin-top: 6.25rem;
  }
}

.p-voice {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #C1E4E9;
}

.p-voice__title {
  text-align: center;
}

.p-voice__subtitle {
  margin-top: 1rem;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.6;
  letter-spacing: 0;
  max-width: 19.0625rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-voice__subtitle {
    margin-top: 2.5rem;
    font-size: 1.125rem;
    line-height: 1.6;
    letter-spacing: 0;
    max-width: none;
    max-width: initial;
  }
}

.p-voice__lists {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 2.5rem;
  max-width: 31.25rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-voice__lists {
    margin-top: 2.5rem;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    max-width: none;
    max-width: initial;
  }
}

.p-voice__list-head {
  position: relative;
  background-color: #00A3AF;
  color: #fff;
  border-radius: 0.375rem;
  padding: 0.375rem 0.875rem 0.375rem 1rem;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.4;
  letter-spacing: 0;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-voice__list-head {
    min-height: 3.5625rem;
  }
}

.p-voice__list:nth-child(2) .p-voice__list-head {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-voice__list:nth-child(2) .p-voice__list-head {
    padding-top: 1.0625rem;
    padding-bottom: 1.0625rem;
  }
}

.p-voice__list-head::before {
  content: "";
  position: absolute;
  background-color: #00A3AF;
  width: 3.5rem;
  height: 2.75rem;
  bottom: -1.375rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
          clip-path: polygon(50% 100%, 0 0, 100% 0);
  z-index: -1;
  border-radius: 0.125rem;
}

.p-voice__list-card {
  margin-top: 6.25rem;
  position: relative;
  background-color: #fff;
  border-radius: 0.625rem;
  padding: 4.5rem 1.5rem 1.25rem;
}

.p-voice__list-card-image {
  position: absolute;
  top: -4.375rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 7.5rem;
}

.p-voice__list-card-title {
  text-align: center;
  font-weight: 700;
  font-size: 0.9375rem;
  line-height: 1.6;
  letter-spacing: 0;
  color: #7F7F7F;
}

.p-voice__list-card-head {
  display: inline-block;
  margin-top: 1.5rem;
  border-radius: 0.25rem;
  padding: 0.1875rem 0.625rem;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.6;
  letter-spacing: 0;
  color: #595959;
  border: 1px solid #ccc;
}

.p-voice__list-card-body {
  margin-top: 0.5rem;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 0;
}

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

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

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}
/*# sourceMappingURL=styles.css.map */

fieldset {
  border: none;
}