@charset "UTF-8";

html {
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  word-break: normal;
}

*,
:after,
:before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

:after,
:before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  margin: 0;
  padding: 0;
}

hr {
  color: inherit;
  height: 0;
  overflow: visible;
}

details,
main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline-width: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

pre {
  font-size: 1em;
}

b,
strong {
  font-weight: bolder;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  text-indent: 0;
}

iframe {
  border-style: none;
}

input {
  border-radius: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role="button"],
[type="button"],
[type="reset"],
[type="submit"],
button {
  cursor: pointer;
}

[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type="reset"],
[type="submit"],
button,
html [type="button"] {
  -webkit-appearance: button;
}

button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

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

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

[disabled] {
  cursor: default;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

[aria-busy="true"] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled="true"] {
  cursor: default;
}

* {
  box-sizing: border-box;
  overflow-wrap: break-word;
  word-wrap: break-word;
  background-repeat: no-repeat;
}

html {
  overflow-y: scroll;
  font-weight: 400;
  font-size: 62.5%;
  scroll-behavior: smooth;
}

@supports (-webkit-touch-callout: none) {
  html {
    height: -webkit-fill-available;
  }
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.6rem;
  line-height: 1.6667;
  font-family: yu-gothic-pr6n, sans-serif;
  letter-spacing: 0.04em;
  color: #4d4d4d;
  font-weight: 400;
  font-style: normal;
}

@supports (-webkit-touch-callout: none) {
  body {
    min-height: 100vh;
    min-height: -webkit-fill-available;
  }
}

ol,
ul {
  list-style: none;
}

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

a,
button {
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  text-decoration: none;
  color: inherit;
  transition: 0.3s all;
}

.t-br {
  display: block;
}

.t-ib {
  display: inline-block;
}

.t-hidden {
  display: none;
}

.t-hiddenSp {
  display: none;
}

.t-taL {
  text-align: left !important;
}

.t-taR {
  text-align: right !important;
}

.t-taC {
  text-align: center !important;
}

.t-bold {
  font-weight: 600 !important;
}

.t-italic {
  font-style: italic !important;
}

.t-ttU {
  text-transform: uppercase !important;
}

.t-ttL {
  text-transform: lowercase !important;
}

.t-caution-color {
  color: var(--caution-color);
}

.t-mt0 {
  margin-top: 0 !important;
}

.t-visuallyHidden {
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
}

:root {
  --color-main: #000;
}

.m-wrapper {
  width: 55.55vw;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.l-header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 11;
}

.l-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 45px;
  height: 90px;
  background: #f4f4f7;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.l-header__inner img {
  margin-bottom: 4px;
}

.l-header__nav.is-active {
  visibility: visible;
  opacity: 1;
}

.l-header__nav ul {
  display: flex;
  gap: 30px;
  align-items: center;
  margin-top: -2px;
}

.l-header__nav ul li a {
  color: #02358b;
  font-size: 1.7rem;
  font-weight: 400;
}

.l-header__bannerSp-bg {
  mix-blend-mode: multiply;
  position: fixed;
  top: 8px;
  left: 15px;
  z-index: 10;
  width: calc(100% - 110px);
  max-width: 306px;
  aspect-ratio: 265/59;
  box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.12);
  background: #7ebaea;
  border-radius: 5px;
  display: none;
}

.l-header__bannerSp {
  position: fixed;
  top: 8px;
  left: 15px;
  z-index: 10;
  max-width: calc(100% - 110px);
  display: none;
}

.l-header__bannerSp > img {
  border-radius: 5px;
  display: block;
}

.l-header__bannerSp span {
  position: absolute;
  width: 26px;
  top: 50%;
  right: 50px;
  transform: translateY(-50%);
}

.l-header__bannerSp span img {
  display: block;
  width: 100%;
}

.l-header__banner-bg {
  top: 120px;
  position: fixed;
  left: 45px;
  right: 45px;
  z-index: 9;
  mix-blend-mode: multiply;
  background: #7ebaea;
  width: calc(100% - 90px);
  border-radius: 5px;
  box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.12);
  display: none;
}

.l-header__banner {
  top: 120px;
  position: fixed;
  left: 45px;
  right: 45px;
  z-index: 9;
  display: none;
}

.l-header__bannerRow {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  position: relative;
  z-index: 1;
}

.l-header__bannerLeft,
.l-header__banner figure {
  display: flex;
  align-items: center;
}

.l-header__bannerLeft img,
.l-header__banner figure img {
  width: 9.96%;
}

.l-header__bannerLeft figcaption,
.l-header__banner figure figcaption {
  line-height: 1;
  font-size: 1.1111111111vw;
}

.l-header__bannerLeft {
  gap: 35px;
}

.l-header__bannerLeft span {
  font-size: 2.0833333333vw;
  line-height: 1;
}

.l-header__bannerLeft figure {
  gap: 15px;
}

.l-header__bannerRight {
  display: flex;
  align-items: center;
  gap: 20px;
}

.l-header__bannerRight .small {
  font-size: 1.0416666667vw;
}

.l-header__bannerRight .mix {
  font-size: 1.6666666667vw;
}

.l-header__bannerRight .mix .smaller {
  font-size: 1.1111111111vw;
}

.l-header__bannerRight .dot {
  font-size: 0.9722222222vw;
  line-height: 1;
  margin-left: 20px;
}

.l-header__bannerRight .dot::before {
  content: "";
  width: 7px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #fff;
  display: block;
  margin: 0 auto 9px;
}

.l-header__hamburger {
  width: 78px;
  aspect-ratio: 1/1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #fff;
  cursor: pointer;
  position: relative;
  z-index: 11;
}

.l-header__hamburger.is-active span {
  transition: 0.3s transform 0.3s, 0.3s margin;
}

.l-header__hamburger.is-active span:first-of-type {
  margin-bottom: -1px;
  transform: rotate(135deg);
}

.l-header__hamburger.is-active span:nth-child(2) {
  transform: rotate(135deg);
}

.l-header__hamburger.is-active span:last-of-type {
  margin-top: -1px;
  transform: rotate(225deg);
}

.l-header__hamburger span {
  width: 34px;
  height: 1px;
  background: #02358b;
  transition: 0.3s margin 0.3s, 0.3s transform;
}

.l-header__hamburger span:first-of-type {
  margin-bottom: 10px;
}

.l-header__hamburger span:last-of-type {
  margin-top: 10px;
}

main {
  padding-top: 90px;
}

.l-footer {
  background: #4b92c9;
  padding: 80px 0 35px;
  text-align: center;
  color: #fff;
}

.l-footer img {
  width: 29%;
  max-width: 232px;
}

.l-footer .m-wrapper > p {
  margin-bottom: 60px;
  font-size: 2rem;
  line-height: 1;
}

.l-footer__block p {
  margin-bottom: 25px;
  font-size: 2rem;
  line-height: 1;
}

.l-footer__block span {
  display: block;
  line-height: 1.6;
  margin-top: 25px;
}

.js-content {
  opacity: 0;
  /* Style cho .js-content */
  transition: opacity 0.5s ease-in-out;
}

#loading {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2em;
  z-index: 1000;
  opacity: 0;
  transition: opacity 2s ease-in-out;
  transition: all 2s;
  background: linear-gradient(-145deg, #98d4fa, #ecb4d7);
  background: url(../img/top/loading-bg.webp) no-repeat;
  background-size: cover;
}

#loading > img {
  width: 100vw;
  height: 100dvh;
  -o-object-fit: cover;
  object-fit: cover;
}

#loading.show {
  opacity: 1;
}

#loading figcaption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 26.8%;
  max-width: 386px;
  transition: opacity 1s;
  opacity: 0;
}

#loading figcaption img {
  width: 100%;
}

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

.lazy {
  opacity: 0;
  transition: 0.5s opacity 0.5s;
}

.lazy.loaded {
  opacity: 1;
}

@keyframes loadingFade {
  0% {
    opacity: 1;
    visibility: visible;
  }

  100% {
    opacity: 0;
    visibility: hidden;
  }
}

.p-mv {
  position: relative;
  z-index: 1;
}

.p-mv__logoSp {
  position: absolute;
  width: 79px;
  display: flex;
  align-items: center;
  top: 28px;
  left: 20px;
  z-index: 2;
}

.p-mv__logoSp img {
  display: block;
  opacity: 1 !important;
}

.p-mv__row {
  display: flex;
  flex-wrap: wrap;
}

.p-mv__rowLeft,
.p-mv__rowRight {
  width: 50%;
}

.p-mv__rowLeft img {
  width: 100%;
  height: calc(100svh - 90px);
  -o-object-fit: cover;
  object-fit: cover;
}

.p-mv__rowRight img {
  width: 100%;
  height: calc(100svh - 90px);
  -o-object-fit: cover;
  object-fit: cover;
}

.p-mv__txt {
  position: absolute;
  bottom: 26px;
  left: 50px;
  right: 50px;
  z-index: 1;
}

.p-mv__txt img {
  width: 100%;
}

.p-top1 {
  padding: 120px 0 150px;
}

.p-top1__container {
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
}

.p-top1__ttl {
  line-height: 1.667;
  text-align: center;
  letter-spacing: 0.04em;
  font-size: 2.4rem;
  font-weight: 400;
  margin-bottom: 120px;
}

.p-top1__video {
  position: relative;
}

.p-top1__video iframe {
  aspect-ratio: 1040/585;
  width: 100%;
}

.p-top1__video > img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.p-top1__txt {
  margin-top: 60px;
  font-size: 4.2rem;
  color: #4b92c9;
  font-weight: 400;
  text-align: center;
  line-height: 1;
  font-feature-settings: "palt" 1;
  letter-spacing: 4px;
}

.p-top2 {
  padding: 150px 0;
  background: url(../img/top/bg-top-2.webp) no-repeat;
  background-size: cover;
}

.p-top2__container {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.p-top2__ttl {
  font-size: 2.4rem;
  letter-spacing: 0.04em;
  line-height: 2.5;
  font-weight: 400;
  margin-bottom: 120px;
  text-align: center;
}

.p-top2__list {
  display: flex;
  gap: 0 60px;
}

.p-top2__list figure {
  text-align: center;
}

.p-top2__list figure img {
  mix-blend-mode: multiply;
}

.p-top2__list figure figcaption {
  text-align: center;
  letter-spacing: 0.04em;
  font-size: 1.8rem;
  margin-top: 45px;
}

.p-top3 {
  padding: 150px 0 0;
  background: #f3faff;
}

.p-top3__ttl {
  margin-bottom: 80px;
  text-align: center;
}

.p-top3__ttl img {
  width: 43.95vw;
  max-width: 633px;
}

.p-top3__img {
  width: 58.33vw;
  max-width: 840px;
  margin: 0 auto 120px;
  text-align: center;
}

.p-top3__imgNum {
  display: flex;
  width: 79.16vw;
  max-width: 1140px;
  margin: 0 auto 150px;
}

.p-top3__imgNum figure {
  width: 100%;
}

.p-top3__imgNum figure figcaption {
  text-align: center;
  font-size: 2rem;
  letter-spacing: 0.04em;
  margin-top: 30px;
}

.p-top3__imgNum figure img {
  margin-left: auto;
  margin-right: auto;
}

.p-top3__imgNum figure img.pc-only {
  display: block;
}

.p-top3__imgNum figure img.sp-only {
  display: none;
}

.p-top3__list li {
  position: relative;
  z-index: 1;
}

.p-top3__list li .bg-main {
  background: linear-gradient(
    transparent 9.6527777778vw,
    #ecf7ff 9.6527777778vw,
    #ecf7ff 100%
  );
}

.p-top3__list li:nth-child(2n + 1)::before {
  content: "";
  width: 100%;
  aspect-ratio: 1440/278;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  display: block;
  transform: translateY(-50%);
  background: url(../img/top/wave-bg.svg) no-repeat;
  background-size: cover;
}

.p-top3__list li:first-child {
  padding-bottom: 0;
  margin-bottom: -7.6388888889vw;
}

.p-top3__list li:first-child .bg-main {
  padding-bottom: 5.5555555556vw;
}

.p-top3__list li:first-child::after {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 1440/152;
  background: #ecf7ff;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%);
}

.p-top3__list li:first-child .p-top3__listNote {
  margin-top: 60px;
}

.p-top3__list li:last-child {
  padding-bottom: 0;
}

.p-top3__list li:last-child .bg-main {
  padding-bottom: 10.4166666667vw;
}

.p-top3__list .m-wrapper h3 {
  text-align: center;
  font-size: 2.4rem;
  letter-spacing: 0.04em;
  color: #4b92c9;
  line-height: 1;
  margin-bottom: 100px;
}

.p-top3__list .m-wrapper h3 .num {
  display: block;
  text-align: center;
  margin-bottom: 80px;
}

.p-top3__list .m-wrapper h3 .large {
  font-size: 4.2rem;
  letter-spacing: 0.04em;
  line-height: 1;
  margin-bottom: 35px;
  display: block;
  font-feature-settings: "palt" 1;
  letter-spacing: 5px;
}

.p-top3__list .m-wrapper > p {
  font-size: 2rem;
  letter-spacing: 0.04em;
  line-height: 1.7;
  margin-bottom: 60px;
  text-align: center;
}

.p-top3__list .m-wrapper > figure img {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.p-top3__listBlock {
  margin-top: 100px;
}

.p-top3__listBlock .label {
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #4b92c9;
  background: #fff;
  display: block;
  text-align: center;
  padding: 19px 20px 21px;
  margin-bottom: 60px;
  border-radius: 90px;
  position: relative;
}

.p-top3__listBlock .label.note::after {
  content: "※1";
  font-size: 1.3rem;
  color: #4d4d4d;
  line-height: 1;
  vertical-align: top;
  margin-left: 5px;
}

.p-top3__listRow {
  display: flex;
  gap: 40px;
  margin-bottom: 60px;
}

.p-top3__listRow figure {
  width: 100%;
  position: relative;
}

.p-top3__listRow figure picture {
  display: block;
}

.p-top3__listRow figure figcaption {
  margin-top: 25px;
  line-height: 1.5;
}

.p-top3__listRow figure figcaption.sub-right {
  position: absolute;
  width: 12.1%;
  top: calc(50% + 0.3vw);
  right: 0;
  transform: translate(200%, -50%);
}

.p-top3__listNote {
  font-size: 1.3rem;
  line-height: 1.77;
  margin-top: 45px;
}

.p-top3__listTxt {
  font-size: 2rem;
  margin-top: 45px;
}

/* user */

.c-box {
  width: 100%;
  background-color: #fff;
  border: 2px solid #67ade3;
  position: relative;
  border-radius: 10px;
}

.c-box::before {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  display: block;
  background-image: url(/assets/img/top/arrow-box.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 24.2px;
  height: 30px;
}

.c-box.is-pink {
  border-color: #ff7ba5;
}

.c-box.is-pink::before {
  background-image: url(/assets/img/top/arrow-box-pink.svg);
}

.p-user__container {
  padding: 122px 0 118px;
  background-color: #feebf2;
}

.p-user__ttl {
  font-size: 3.2rem;
  line-height: 1;
  text-align: center;
}

.p-user__block figure {
  display: block;
  width: 100%;
  max-width: 420px;
  margin: 45px auto 0;
}

.p-user__block figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.p-user__btn {
  display: block;
  width: 100%;
  max-width: 430px;
  margin: 73px auto 0;
}

.p-user__btn img {
  width: 100%;
  object-fit: contain;
}

.p-user__swiper {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 78px auto 0;
  overflow: hidden;
}

.p-user__slide {
  width: 100%;
  height: auto;
  background-color: #fff;
  padding: 22px 25px 25px;
}

.p-user__slide h3 {
  text-align: center;
  font-size: 1.53vw;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.88px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #67ade3;
  font-feature-settings: "palt" 1;
}

.p-user__slide.is-pink h3 {
  color: #ff7ba5;
}

.p-user__slide figure {
  display: block;
  width: 66%;
  max-width: 220px;
  margin: 20px auto 0;
}

.p-user__slide img {
  width: 100%;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.p-user__box {
  margin-top: calc(23px + 30px);
  min-height: 150px;
}

.c-box .content {
  padding: 18px 25px;
}

.c-box .content p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.74;
  letter-spacing: 0.2px;
}

.p-user__pagination {
  position: unset;
  margin-top: 25px;
}

.p-user__pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 5px !important;
  cursor: pointer;
}

.p-user__pagination .swiper-pagination-bullet-active {
  background-color: #ff7ba5;
}

.p-user__control .swiper-button-next,
.p-user__control .swiper-button-prev {
  color: #fff;
  width: 70px;
  height: 70px;
  background-color: #ff7ba5;
  border-radius: 50%;
  transform: translateY(-50%);
}

.p-user__control .swiper-button-next {
  right: 25px;
  padding-left: 5px;
}

.p-user__control .swiper-button-prev {
  left: 30px;
  padding-right: 5px;
}

.p-user__control .swiper-button-next:after,
.p-user__control .swiper-button-prev:after {
  font-size: 2rem;
}

.p-user .attention {
  text-align: center;
  font-size: 1.4rem;
  margin-top: 30px;
  font-feature-settings: "palt" 1;
}

.p-user_mis {
  margin-top: 70px;
  background-color: #fff;
  padding: 70px 80px;
}

.p-user_mis_ttl {
  text-align: center;
  color: #4b92c9;
}

.p-user_mis_ttl h2 {
  font-size: 3.2rem;
  line-height: 1.3;
  font-weight: 400;
  font-feature-settings: "palt" 1;
}

.p-user_mis_ttl p {
  font-size: 2rem;
  margin-top: 10px;
}

.p-user_mis_bnr {
  width: 100%;
  padding: 0 20px;
}

.p-user_mis_bnr img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.p-user_mis_bnr p {
  font-size: 1.8rem;
}

.p-user_mis_btn {
  margin-top: 70px;
  display: block;
  width: 67.2%;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 768px) {
  .p-user__container {
    padding: 80px 0 80px;
  }
  .p-user__control {
    display: none;
  }
  .p-user__btn {
    padding: 0 15px;
  }
  .p-user__ttl {
    font-size: 2.2rem;
  }
  .p-user__block figure {
    margin: 30px auto 0;
    max-width: 288px;
  }
  .p-user__swiper {
    margin: 45px auto 0;
  }
  .p-user__btn {
    max-width: 100%;
    margin: 37px auto 0;
  }
  .p-user__pagination {
    margin-top: 10px;
  }
  .p-user__slide h3 {
    font-size: 2rem;
    letter-spacing: 0.8px;
  }
  .p-user__slide figure {
    width: 75%;
    margin-top: 21px;
  }
  .p-user__box {
    min-height: 136px;
  }

  .c-box .content p {
    font-size: 1.4rem;
  }
  .p-user .attention {
    font-size: 1.2rem;
    margin-top: 20px;
  }

  .p-user_mis {
    margin-top: 60px;
    padding: 35px 20px;
  }

  .p-user_mis_ttl h2 {
    font-size: 2.4rem;
  }

  .p-user_mis_ttl p {
    font-size: 1.6rem;
  }

  .p-user_mis_bnr {
    margin-top: 35px;
    padding: 0;
  }

  .p-user_mis_bnr img {
    padding: 0 92px;
  }

  .p-user_mis_bnr p {
    margin-top: 35px;
    font-size: 1.4rem;
  }

  .p-user_mis_btn {
    margin-top: 30px;
    width: 100%;
  }
}

/* end user */

.p-top4 {
  padding-top: 150px;
}

.p-top4__ttl {
  margin-bottom: 80px;
  font-size: 3.2rem;
  line-height: 1;
  text-align: center;
}

.p-top4__block img {
  display: block;
}

.p-top4__block::after {
  content: "";
  width: 100%;
  height: 2px;
  background: url(../img/top/line-gradient.svg) no-repeat center;
  background-size: cover;
  display: block;
  margin-top: 80px;
}

.p-top4__block h3 {
  margin-top: 45px;
  font-size: 2.4rem;
  text-align: center;
}

.p-top4__block p {
  line-height: 1.5;
  margin-top: 45px;
  text-align: center;
  font-size: 1.6rem;
}

.p-top4__accordionItem {
  margin-top: 80px;
}

.p-top4__accordionContainer {
  margin-top: 60px;
}

.p-top4__accordionContainer::before,
.p-top4__accordionContainer::after {
  content: "";
  width: 100%;
  height: 2px;
  background: url(../img/top/line-gradient.svg) no-repeat center;
  background-size: cover;
  display: block;
}

.p-top4__accordionBtn {
  width: 100%;
  line-height: 1;
  cursor: pointer;
  padding: 25px;
  position: relative;
  height: 70px;
}

.p-top4__accordionBtn.is-active span.txt-open {
  opacity: 0;
  visibility: hidden;
}

.p-top4__accordionBtn.is-active span.txt-close {
  opacity: 1;
  visibility: visible;
}

.p-top4__accordionBtn .txt-open,
.p-top4__accordionBtn .txt-close {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
}

.p-top4__accordionBtn span {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  line-height: 1;
}

.p-top4__accordionBtn span.txt-open {
  opacity: 1;
  visibility: visible;
}

.p-top4__accordionBtn span.txt-open::after {
  content: "";
  display: block;
  width: 8px;
  aspect-ratio: 1/1;
  background: url(../img/top/dou-angle-down.svg) no-repeat;
  background-size: cover;
}

.p-top4__accordionBtn span.txt-close::after {
  content: "";
  display: block;
  width: 8px;
  aspect-ratio: 1/1;
  background: url(../img/top/dou-angle-down.svg) no-repeat;
  background-size: cover;
  transform: rotate(180deg);
}

.p-top4__accordionHidden {
  max-height: 0;
  transition: 0.2s all;
  overflow: hidden;
}

.p-top4__accordionHidden p {
  line-height: 1.875;
  padding-bottom: 60px;
  padding-top: 30px;
  letter-spacing: -0.02em;
}

.p-top5 {
  padding: 150px 0;
}

.p-top5__ttl {
  text-align: center;
  line-height: 1;
  text-align: center;
  font-size: 3.2rem;
  margin-bottom: 80px;
}

.p-top5__pink {
  background: #feebf2;
  padding: 80px;
}

.p-top5__pink > figure {
  width: 29.5%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
}

.p-top5__pink > figure img {
  margin-left: auto;
  margin-right: auto;
}

.p-top5__pink p {
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1;
  text-align: center;
}

.p-top5__pink p span {
  font-size: 1.6rem;
  line-height: 1;
  display: block;
  margin-top: 25px;
}

.p-top5__btn {
  margin-top: 60px;
  display: block;
  width: 67.2%;
  margin-left: auto;
  margin-right: auto;
}

.p-top5__white {
  padding: 80px 0 0;
}

.p-top5__white h3 {
  text-align: center;
  margin-bottom: 45px;
}

.p-top5__white h3 img {
  width: 34.4%;
}

.p-top5__white p {
  font-size: 1.8rem;
  line-height: 1.55;
  text-align: center;
}

.p-top5__white p span {
  font-size: 1.4rem;
}

.p-top5__whiteRow {
  margin-top: 45px;
  display: flex;
  gap: 60px;
  padding: 45px 70px 80px 50px;
}

.p-top5__whiteRow figure {
  position: relative;
}

.p-top5__whiteRow figure figcaption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.p-top5__whiteRow figure figcaption img {
  margin-bottom: 18px;
  width: 26.4%;
  max-width: 82px;
}

.p-top5__whiteRow figure figcaption .large {
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 22px;
}

.p-top5__whiteRow figure figcaption .small {
  margin-bottom: 8px;
  font-size: 1.3rem;
  line-height: 1.46;
}

.p-top5__whiteRow figure figcaption .border {
  border: 1px solid #4d4d4d;
  font-size: 1.2rem;
  line-height: 1;
  padding: 4px 8px 6px 12px;
}

.p-top6 {
  background: #f4f4f7;
  padding: 120px 0;
}

.p-top6 .m-wrapper > figure {
  width: 100%;
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.p-top6 .m-wrapper > figure img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.p-top6__ttl {
  text-align: center;
  font-size: 3.2rem;
  line-height: 1;
  margin-bottom: 60px;
}

.p-top6__txt {
  font-size: 2rem;
  line-height: 1.7;
  margin-top: 60px;
  text-align: center;
}

.p-top6__note {
  font-size: 1.3rem;
  letter-spacing: -0.02em;
  line-height: 1.77;
  text-align: center;
  display: block;
  margin-top: 60px;
}

.p-top6__img {
  margin-top: 100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 56%;
  margin-left: auto;
  margin-right: auto;
}

.p-top6__img p {
  width: 100%;
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 60px;
  text-align: center;
}

.p-top6__img figure {
  width: 36.16%;
  max-width: 162px;
}

.p-top6__img figure img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.p-top6__img figure figcaption {
  text-align: center;
  line-height: 1;
  margin-top: 30px;
}

.p-top6__video {
  margin-top: 100px;
  position: relative;
}

.p-top6__video iframe {
  aspect-ratio: 1040/585;
  width: 100%;
}

.p-top6__video > img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.p-top6__btn {
  margin-top: 100px;
  display: block;
  width: 100%;
  max-width: 430px;
  margin-left: auto;
  margin-right: auto;
}

.p-top6__btn img {
  width: 100%;
}

.p-top7 {
  padding: 120px 0;
}

.p-top7__btn a {
  display: block;
  width: 100%;
  max-width: 430px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  background: #ff7ba5;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1;
  padding: 20px 20px 22px;
}

#back-to-top {
  position: fixed;
  z-index: 9;
  bottom: 0;
  right: 0;
  cursor: pointer;
  opacity: 0;
  width: 80px;
}

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

  100% {
    opacity: 1;
  }
}

img.js-fade-click {
  cursor: pointer;
  /* Optional: change cursor to pointer for better UX */
}

.fade-out {
  animation: fadeOut 1s forwards;
  /* 1s for the duration of the fade out */
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@media print, screen and (min-width: 769px) {
  a:hover,
  button:hover {
    opacity: 0.75;
  }

  .t-hiddenSp {
    display: block;
  }

  .t-hiddenPc {
    display: none;
  }

  .t-taL-pc {
    text-align: left !important;
  }

  .t-taR-pc {
    text-align: right !important;
  }

  .t-taC-pc {
    text-align: center !important;
  }

  .l-header__bannerSp-bg {
    display: none;
  }

  .l-header__bannerSp {
    display: none;
  }

  .l-header__banner-bg {
    height: 4.1666666667vw;
  }

  .l-header__bannerRow {
    border-radius: 0.3472222222vw;
    padding: 0.6944444444vw 2.7777777778vw;
  }

  .l-header__hamburger {
    display: none;
  }

  .sp-only {
    display: none;
  }

  .p-mv__logoSp {
    display: none;
  }

  .p-top3__list li {
    padding-bottom: 10.4166666667vw;
  }

  .p-top3__list .m-wrapper h3 .num img {
    height: 4.5138888889vw;
  }
}

@media screen and (max-width: 991px) {
  .m-wrapper {
    width: 78vw;
  }

  .l-header__nav ul li a {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 768px) {
  .m-wrapper {
    width: calc(100% - 30px) !important;
  }

  .l-header__logo {
    display: none;
  }

  .l-header__inner {
    padding: 0 !important;
    box-shadow: unset;
    justify-content: flex-end;
    background: transparent;
  }

  .l-header__nav {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s all;
    background: url(../img/top/loading-bg-sp.webp) no-repeat;
    background-size: cover;
    width: 100vw;
    height: 100dvh;
    z-index: 11;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .l-header__nav ul {
    flex-direction: column;
    justify-content: center;
    gap: 45px !important;
  }

  .l-header__nav ul li a {
    color: #fff;
    font-size: 2rem !important;
  }

  .l-header__banner-bg {
    display: none;
  }

  .l-header__banner {
    display: none;
  }

  main {
    padding-top: 0 !important;
  }

  .l-footer {
    padding: 60px 0;
    text-align: left;
  }

  .l-footer img {
    width: 45.1690821256vw;
  }

  .l-footer .m-wrapper > p {
    margin-bottom: 35px;
    font-size: 1.5rem;
  }

  .l-footer__block p {
    font-size: 1.5rem;
    margin-bottom: 16px;
  }

  .l-footer__block span {
    margin-top: 18px;
    font-size: 1.3rem;
  }

  .l-footer__block span br {
    display: none;
  }

  #loading {
    background: url(../img/top/loading-bg-sp.webp) no-repeat;
    background-size: cover;
  }

  #loading figcaption {
    width: 51.69%;
  }

  .pc-only {
    display: none;
  }

  .p-mv__row {
    flex-direction: column-reverse;
  }

  .p-mv__rowLeft,
  .p-mv__rowRight {
    width: 100%;
    overflow: hidden;
  }

  .p-mv__rowLeft img {
    height: 47svh;
    width: 100%;
  }

  .p-mv__rowRight img {
    height: 53svh;
    width: 100%;
  }

  .p-mv__txt {
    left: 23px;
    right: 17px;
    bottom: 17px;
  }

  .p-top1 {
    padding: 80px 0;
  }

  .p-top1__ttl {
    font-size: 1.8rem;
    margin-bottom: 80px;
  }

  .p-top1__video {
    margin-left: 15px;
    margin-right: 15px;
  }

  .p-top1__txt {
    font-size: 2.2rem;
    margin-top: 25px;
    letter-spacing: 2px;
  }

  .p-top2 {
    padding: 80px 0;
  }

  .p-top2__container {
    margin-left: 44px;
    margin-right: 36px;
  }

  .p-top2__ttl {
    font-size: 1.8rem;
    line-height: 2;
    letter-spacing: 0;
    margin-bottom: 80px;
  }

  .p-top2__list {
    flex-wrap: wrap;
  }

  .p-top2__list li {
    width: 100%;
  }

  .p-top2__list li:not(:last-of-type) {
    margin-bottom: 45px;
  }

  .p-top2__list figure figcaption {
    font-size: 1.6rem;
    margin-top: 25px;
    line-height: 1.6;
  }

  .p-top3 {
    padding: 80px 15px 0;
  }

  .p-top3__ttl {
    margin-bottom: 50px;
  }

  .p-top3__ttl img {
    width: 76.65vw;
  }

  .p-top3__img {
    width: 100%;
    margin-bottom: 60px;
  }

  .p-top3__imgNum {
    margin-bottom: 80px;
    width: 100%;
  }

  .p-top3__imgNum figure figcaption {
    font-size: 1.4rem;
    margin-top: 15px;
    line-height: 1.357;
  }

  .p-top3__imgNum figure img.pc-only {
    display: none;
  }

  .p-top3__imgNum figure img.sp-only {
    display: block;
  }

  .p-top3__list {
    margin-left: -15px;
    margin-right: -15px;
  }

  .p-top3__list li {
    padding-bottom: 19.3236714976vw;
  }

  .p-top3__list li:first-child {
    padding-bottom: 0;
    margin-bottom: -10.8695652174vw;
  }

  .p-top3__list li:first-child::after {
    aspect-ratio: 414/60;
    bottom: 15px;
  }

  .p-top3__list li:first-child .p-top3__listNote {
    margin-top: 30px;
  }

  .p-top3__list li:last-child .bg-main {
    padding-bottom: 19.3236714976vw;
  }

  .p-top3__list .m-wrapper h3 {
    font-size: 1.6rem;
    margin-bottom: 40px;
  }

  .p-top3__list .m-wrapper h3 .num {
    margin-bottom: 40px;
  }

  .p-top3__list .m-wrapper h3 .num img {
    height: 7.2463768116vw;
  }

  .p-top3__list .m-wrapper h3 .large {
    font-size: 2.2rem;
    margin-bottom: 15px;
    letter-spacing: 2px;
  }

  .p-top3__list .m-wrapper > p {
    font-size: 1.5rem;
    margin-bottom: 45px;
  }

  .p-top3__listBlock {
    margin-top: 45px;
  }

  .p-top3__listBlock .label {
    font-size: 1.6rem;
    padding: 14px 15px 15px;
    margin-bottom: 30px;
  }

  .p-top3__listBlock .label.note::after {
    font-size: 1.1rem;
  }

  .p-top3__listRow {
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 0;
  }

  .p-top3__listRow.mechanism {
    margin-bottom: 30px;
  }

  .p-top3__listRow.sp-no-wrap {
    flex-wrap: nowrap;
  }

  .p-top3__listRow.sp-no-wrap img {
    width: 100%;
  }

  .p-top3__listRow figure {
    display: flex;
    gap: 25px;
    align-items: center;
  }

  .p-top3__listRow figure img {
    width: 50%;
  }

  .p-top3__listRow figure figcaption {
    margin-top: 0;
    font-size: 1.4rem;
    line-height: 24px;
    width: 50%;
  }

  .p-top3__listRow figure figcaption.sub-right {
    display: none;
  }

  .p-top3__listRow figure.pc-only {
    display: none;
  }

  .p-top3__listNote {
    font-size: 1.1rem;
    margin-top: 30px;
  }

  .p-top3__listTxt {
    font-size: 1.5rem;
    margin-top: 30px;
  }

  .p-top3__listTxt.sp-mt-14 {
    margin-top: 14px;
  }

  .p-top4 {
    padding-top: 80px;
  }

  .p-top4__ttl {
    font-size: 2.2rem;
    margin-bottom: 45px;
  }

  .p-top4__block::after {
    margin-top: 45px;
    background: url(../img/top/line-gradient_sp.svg) no-repeat center;
    background-size: cover;
  }

  .p-top4__block h3 {
    font-size: 1.6rem;
    text-align: left;
    margin-top: 30px;
  }

  .p-top4__block p {
    font-size: 1.4rem;
    margin-top: 30px;
    line-height: 1.7;
    text-align: left;
  }

  .p-top4__block p br {
    display: none;
  }

  .p-top4__accordionItem {
    margin-top: 45px;
  }

  .p-top4__accordionContainer {
    margin-top: 30px;
  }

  .p-top4__accordionBtn {
    padding: 21px;
    height: 58px;
  }

  .p-top4__accordionBtn span {
    gap: 15px;
    font-size: 1.4rem;
  }

  .p-top4__accordionBtn span.txt-open::after {
    width: 10px;
  }

  .p-top4__accordionBtn span.txt-close::after {
    width: 10px;
  }

  .p-top4__accordionHidden p {
    line-height: 1.71;
    padding-bottom: 35px;
    padding-top: 15px;
    letter-spacing: 0;
    font-size: 1.4rem;
  }

  .p-top5 {
    padding: 80px 0;
  }

  .p-top5__ttl {
    font-size: 2.2rem;
    margin-bottom: 45px;
  }

  .p-top5__pink {
    padding: 45px 20px 20px;
  }

  .p-top5__pink > figure {
    width: 28.8%;
    margin-bottom: 45px;
  }

  .p-top5__pink p {
    font-size: 1.6rem;
    line-height: 1.6;
  }

  .p-top5__pink p span {
    font-size: 1.1rem;
    margin-top: 20px;
  }

  .p-top5__btn {
    margin-top: 45px;
    max-width: 344px;
    width: 100%;
  }

  .p-top5__white {
    padding-top: 45px;
  }

  .p-top5__white h3 img {
    width: 50.8%;
  }

  .p-top5__white p {
    font-size: 1.4rem;
  }

  .p-top5__white p span {
    font-size: 1.2rem;
  }

  .p-top5__whiteRow {
    gap: 20px;
    padding: 0 20px 45px;
  }

  .p-top5__whiteRow figure {
    text-align: center;
  }

  .p-top5__whiteRow figure figcaption {
    position: relative;
    inset: 0 0 0 0;
  }

  .p-top5__whiteRow figure figcaption img {
    width: 49px;
    margin-bottom: 10px;
  }

  .p-top5__whiteRow figure figcaption .large {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }

  .p-top5__whiteRow figure figcaption .small {
    font-size: 1.1rem;
    text-align: left;
  }

  .p-top5__whiteRow figure figcaption .border {
    font-size: 1rem;
    padding: 5px 8px 5px 11px;
  }

  .p-top6 {
    padding: 60px 0;
  }

  .p-top6 .m-wrapper > figure {
    max-width: 54.7%;
  }

  .p-top6__ttl {
    font-size: 2.2rem;
    margin-bottom: 45px;
  }

  .p-top6__txt {
    font-size: 1.6rem;
    margin-top: 45px;
  }

  .p-top6__note {
    font-size: 1.1rem;
    margin-top: 35px;
  }

  .p-top6__img {
    margin-top: 45px;
  }

  .p-top6__img p {
    font-size: 1.6rem;
    margin-bottom: 45px;
  }

  .p-top6__img figure {
    width: 100%;
    max-width: calc((100% - 60px) / 2);
  }

  .p-top6__img figure figcaption {
    font-size: 1.4rem;
    margin-top: 25px;
  }

  .p-top6__video {
    margin-top: 45px;
  }

  .p-top6__btn {
    margin-top: 45px;
  }

  .p-top7 {
    padding: 60px 0;
  }

  .p-top7__btn a {
    font-size: 1.4rem;
    padding: 17px 18px 19px;
  }

  #back-to-top {
    width: 60px;
  }
}

@media screen and (max-width: 1220px) {
  .l-header__inner {
    padding: 20px 30px;
    height: 70px;
  }

  .l-header__nav ul {
    gap: 20px;
  }

  .l-header__banner-bg {
    left: 20px;
    right: 20px;
    top: 90px;
    width: calc(100% - 40px);
  }

  .l-header__banner {
    left: 20px;
    right: 20px;
    top: 90px;
  }

  main {
    padding-top: 70px;
  }
}

/* fmenu */

.tit_sns {
  margin-top: 70px;
}

.sns {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 25px;
}

.fmenu {
  display: flex;
  margin: 25px auto 0;
  gap: 20px;
  font-size: 1.3rem;
  width: 100%;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .tit_sns {
    margin: 45px auto 0;
    width: calc(100% - 30px) !important;
    font-size: 1.4rem;
  }

  .sns {
    justify-content: left;
    gap: 15px;
    margin: 15px auto 0px;
    width: calc(100% - 30px) !important;
  }

  .sns svg {
    width: 25px;
  }

  .fmenu {
    margin: 15px auto 0;
    gap: 5px;
    font-size: 1.2rem;
    width: calc(100% - 30px) !important;
    flex-direction: column;
  }
}

/* voice */

#pagevoice {
  transition: background-color 0.5s;
}

#pagevoice::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #f0f0ec;
  z-index: 9999;
  pointer-events: none;
  opacity: 0;
  transition: all 0.3s ease-out;
}

#pagevoice.fadeout::after {
  opacity: 1;
}

.pagevoice .header__container {
  position: fixed;
  top: 34px;
  left: 45px;
  z-index: 10;
}

.pagevoice main {
  margin: 0;
  padding: 0;
}

.pagevoice .firstview__container {
  position: relative;
  width: 100%;
  height: 100vh;
}

.pagevoice .firstview__bg {
  width: 100%;
  height: 100%;
}

.pagevoice .firstview__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pagevoice .firstview__tlt {
  position: absolute;
  bottom: 26px;
  width: 100%;
  padding: 0 50px;
}

.pagevoice .firstview__tlt svg {
  width: 100%;
  height: 100%;
  display: block;
}

.pagevoice .c-bnr {
  position: fixed;
  bottom: 0;
  right: 15px;
  z-index: 100;
  width: 360px;
  height: auto;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.3s ease-in-out;
}

.pagevoice .c-bnr.--show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.pagevoice .c-bnr.--hide {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

.pagevoice .c-bnr_picture {
  width: 100%;
  height: 100%;
  display: block;
}

.pagevoice .c-bnr_picture:hover {
  opacity: 1;
}

.pagevoice .c-bnr_picture img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.pagevoice .c-bnr_close {
  position: absolute;
  top: -8px;
  right: -4px;
  background-color: #fff;
  border: 1px solid #808080;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  z-index: 1;
  cursor: pointer;
}

.pagevoice .c-bnr_close span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  width: 13px;
  height: 13px;
  overflow: hidden;
}

.pagevoice .c-bnr_close span::before,
.pagevoice .c-bnr_close span::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: #808080;
}

.pagevoice .c-bnr_close span::before,
.pagevoice .c-bnr_close span::after {
  height: 1px;
}

.pagevoice .c-bnr_close span::before {
  transform: rotate(45deg);
}

.pagevoice .c-bnr_close span::after {
  transform: rotate(-45deg);
}

@media only screen and (max-width: 768px) {
  .pagevoice .header__container {
    top: 20px;
    left: 20px;
  }

  .pagevoice .header__left svg {
    display: block;
    height: 18px;
    width: auto;
  }

  .pagevoice .firstview__tlt {
    padding: 0 17px 0 23px;
    bottom: 15.4px;
  }

  .pagevoice .firstview__container {
    height: 100%;
    aspect-ratio: 1/1;
  }

  .pagevoice .c-bnr {
    width: 100%;
    bottom: 10px;
    right: 0;
    padding: 0 15px;
  }

  .pagevoice .c-bnr_close {
    width: 30px;
    top: -5px;
    height: 30px;
    right: 15px;
  }

  .pagevoice .c-bnr_close span {
    width: 11px;
    height: 11px;
  }
}

.pagevoice .intro__container {
  margin-top: 150px;
  width: 100%;
}

.pagevoice .intro__inner {
  width: 90%;
  max-width: 690px;
  margin: 0 auto;
}

.pagevoice .intro__top__group {
  display: flex;
  align-items: center;
  gap: 52px;
}

.pagevoice .intro__top figure {
  width: 160px;
  height: auto;
}

.pagevoice .intro__top figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.pagevoice .intro__top h2 {
  flex: 1;
  font-size: 4.2rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 4px;
  color: #4b92c9;
  font-feature-settings: "palt" 1;
}

.pagevoice .intro__content {
  margin-top: 63px;
  text-align: center;
}

.pagevoice .intro__content .desc {
  font-size: 2.4rem;
  line-height: 1.65;
  letter-spacing: 1px;
}

.pagevoice .intro__content .notes {
  margin-top: 22px;
  font-size: 1.6rem;
}

.pagevoice .intro__btn {
  width: 100%;
  display: block;
  max-width: 430px;
  margin: 74px auto 0;
}

.pagevoice .intro__btn img {
  width: 100%;
  object-fit: contain;
}

@media only screen and (max-width: 768px) {
  .pagevoice .intro__container {
    margin-top: 80px;
    padding: 0 20px;
  }

  .pagevoice .intro__inner {
    width: 100%;
    max-width: 100%;
  }

  .pagevoice .intro__content {
    margin-top: 35px;
  }

  .pagevoice .intro__btn {
    margin-top: 58px;
  }

  .pagevoice .intro__content .desc {
    font-size: 1.8rem;
    line-height: 2;
    letter-spacing: 0;
  }

  .pagevoice .intro__content .notes {
    font-size: 1.2rem;
    margin-top: 12px;
  }

  .pagevoice .intro__top {
    width: 307px;
    margin: 0 auto;
  }

  .pagevoice .intro__top__group {
    gap: 22px;
  }

  .pagevoice .intro__top figure {
    width: 90px;
  }

  .pagevoice .intro__top h2 {
    font-size: 2.8rem;
    line-height: 1.5;
    letter-spacing: 3px;
  }
}

.pagevoice .customer__container {
  margin-top: 180px;
  padding-top: 180px;
  padding-bottom: 175px;
  width: 100%;
  position: relative;
  background-color: #f4f4f7;
}

.pagevoice .customer__inner {
  width: 90%;
  max-width: 540px;
  margin: 0 auto;
}

.pagevoice .customer__arrow {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 0px;
  height: 0px;
  border: 30px solid transparent;
  border-top-color: #fff;
  border-top-width: 42px;
  border-bottom-width: 0px;
}

.pagevoice .customer__block {
  padding: 0 30px;
}

.pagevoice .customer__block img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.pagevoice .customer__content {
  margin-top: 55px;
}

.pagevoice .customer__list {
  margin-top: 56px;
}

.pagevoice .customer__head {
  padding-bottom: 12px;
  border-bottom: 1px solid #4b92c9;
  text-align: center;
}

.pagevoice .customer__content h2 {
  font-size: 3rem;
  line-height: 1.4;
  letter-spacing: 1px;
  color: #4b92c9;
  font-feature-settings: "palt" 1;
}

.pagevoice .customer__items {
  position: relative;
  margin-bottom: 32px;
  font-size: 2rem;
  line-height: 1.65;
  letter-spacing: 0px;
  padding-left: 27px;
}

.pagevoice .customer__items:last-child {
  margin-bottom: initial;
}

.pagevoice .customer__items:before {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  top: 10px;
  left: 0;
  background-color: #67ade3;
  border-radius: 50%;
}

.pagevoice .customer__items:nth-child(2):before {
  background-color: #ca9cdb;
}

.pagevoice .customer__items:nth-child(3):before {
  background-color: #ff9cdb;
}

.pagevoice .customer__items:nth-child(4):before {
  background-color: #ff73d0;
}

@media only screen and (max-width: 768px) {
  .pagevoice .customer__container {
    margin-top: 80px;
    padding: 80px 20px 75px;
  }

  .pagevoice .customer__inner {
    width: 100%;
    max-width: 100%;
  }

  .pagevoice .customer__block {
    padding: 0 25px;
  }

  .pagevoice .customer__content {
    margin-top: 40px;
  }

  .pagevoice .customer__head {
    padding-bottom: 10px;
  }

  .pagevoice .customer__content h2 {
    font-size: 2.2rem;
  }

  .pagevoice .customer__list {
    margin-top: 32px;
  }

  .pagevoice .customer__items {
    margin-bottom: 24px;
    padding-left: 20px;
    font-size: 1.6rem;
    line-height: 1.45;
  }

  .pagevoice .customer__items:before {
    width: 10px;
    height: 10px;
    top: 5px;
  }
}

.pagevoice .voice__container {
  margin: 180px auto 0;
  padding-bottom: 180px;
}

.pagevoice .voice__inner {
  width: 90%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.pagevoice .voice__head {
  width: 100%;
  height: auto;
  background-color: #73cff7;
  position: relative;
  border-radius: 90px;
  padding: 10px;
}

.pagevoice .voice__head:after {
  content: "";
  display: block;
  border-width: 22px 14px 0;
  border-style: solid;
  border-color: #73cff7 transparent transparent;
  margin-left: -14px;
  position: absolute;
  bottom: -20px;
  left: 50%;
}

.pagevoice .voice__head h2 {
  font-size: 2.4rem;
  letter-spacing: 1px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  font-feature-settings: "palt" 1;
}

.pagevoice .voice__list {
  margin-top: 80px;
}

.pagevoice .voice__items {
  margin-bottom: 80px;
  padding-bottom: 64px;
  border-bottom: 1px solid #828282;
}

.pagevoice .voice__items:last-child {
  margin-bottom: initial;
  padding-bottom: initial;
  border-bottom: none;
}

.pagevoice .voice__block {
  width: 67.5%;
  margin: 0 auto;
  padding: 40px 10px 40px;
  background-color: #e6f6fd;
  border-radius: 10px;
}

.pagevoice .voice__block h3 {
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 2px;
  text-align: center;
  color: #67ade3;
  font-feature-settings: "palt" 1;
}

.pagevoice .voice__block figure {
  display: block;
  width: 100%;
  max-width: 300px;
  margin: 70px auto 0;
}

.pagevoice .voice__block figure img {
  width: 100%;
  object-fit: contain;
}

.pagevoice .voice__block.is-pink {
  background-color: #fdf3fb;
}
.pagevoice .voice__block.is-pink h3 {
  color: #ff7ed0;
}

.pagevoice .voice__group {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin-top: 17px;
}

.pagevoice .voice__box__content {
  padding: 25px 30px 22px;
}

.pagevoice .voice__box__content p {
  font-size: 1.8rem;
  line-height: 1.55;
  letter-spacing: 0.5px;
}

.pagevoice .voice__box__content span {
  font-size: 1.4rem;
  display: inline-block;
}

.pagevoice .voice__content {
  margin-top: 55px;
  text-align: center;
}

.pagevoice .voice__content h4 {
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.5px;
}

.pagevoice .voice__content p {
  margin-top: 29px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.28px;
}

.pagevoice .voice__btn {
  display: block;
  width: 100%;
  max-width: 430px;
  margin: 77px auto 0;
}

.pagevoice .voice__btn img {
  width: 100%;
  object-fit: contain;
}

@media only screen and (max-width: 768px) {
  .pagevoice .voice__container {
    margin: 80px auto 0;
    padding-bottom: 80px;
  }

  .pagevoice .voice__inner {
    width: calc(100% - 40px);
    max-width: 100%;
  }

  .pagevoice .m-wrapper {
    width: calc(100% - 40px) !important;
  }

  .pagevoice .voice__head {
    padding: 5px 10px 8px;
  }

  .pagevoice .voice__head h2 {
    font-size: 2rem;
  }

  .pagevoice .voice__list {
    margin-top: 34px;
  }

  .pagevoice .voice__items {
    margin-bottom: 30px;
    padding-bottom: 0;
    border-bottom: none;
  }

  .pagevoice .voice__block {
    width: 100%;
    padding: 40px 10px 40px;
  }

  .pagevoice .voice__block h3 {
    font-size: 2.4rem;
    line-height: 1.25;
  }

  .pagevoice .voice__block figure {
    margin-top: 40px;
  }

  .pagevoice .voice__group {
    grid-template-columns: repeat(1, 1fr);
    gap: 18px;
    margin-top: 18px;
  }

  .pagevoice .voice__content {
    margin-top: 25px;
  }

  .pagevoice .voice__content h4 {
    font-size: 1.6rem;
    line-height: 1.7;
  }

  .pagevoice .voice__content p {
    font-size: 1.2rem;
    margin-top: 23px;
  }

  .pagevoice .voice__items .voice__box:nth-child(odd):before {
    left: 70px;
  }
  .pagevoice .voice__items .voice__box:nth-child(even):before {
    left: auto;
    right: 70px;
  }

  .pagevoice .voice__box__content {
    padding: 25px 30px 25px;
  }

  .pagevoice .voice__box__content p,
  .pagevoice .voice__box__content span {
    font-size: 1.6rem;
  }

  .pagevoice .voice__btn {
    margin-top: 75px;
    max-width: 100%;
  }
}

/* end voice */
