@charset "UTF-8";
.swiper {
  position: relative;
}
.swiper-slide a {
  position: relative;
}

.btn-prev,
.btn-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 4rem;
  height: 4rem;
  background-color: #f7744a;
  border-radius: 200rem;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 4;
  cursor: pointer;
}
@media screen and (max-width: 767.98px) {
  .btn-prev,
  .btn-next {
    width: 4.8rem;
    height: 4.8rem;
  }
}
.btn-prev:before,
.btn-next:before {
  content: "";
  display: block;
  width: 1.4rem;
  height: 1.1rem;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 11"><path fill="%23fff" d="M13.7,4.8L8.9.3c-.4-.4-1.1-.4-1.5,0-.4.4-.4,1,0,1.4l2.8,2.7H1.1C.4,4.4,0,4.8,0,5.4s.4,1,1.1,1h9.5l-3.1,2.9c-.2.2-.3.4-.3.7,0,.6.4,1,1.1,1s.5-.1.7-.3l4.7-4.5c.4-.4.4-1,0-1.4Z"/></svg>');
  position: absolute;
  top: calc((100% - 1.1rem) / 2);
  left: calc((100% - 1.4rem) / 2);
}

.btn-prev {
  left: 0;
}
.btn-prev:before {
  transform: scaleX(-1);
}

.btn-next {
  right: 0;
}
.swiper-pagination-bullet {
  width: 5.6rem;
  height: 0.2rem;
  border-radius: 0;
  opacity: 1;
  margin: 0 0.6rem !important;
  background-color: rgba(6, 13, 20, 0.24);
  transition: all 0.3s ease 0s;
}
.swiper-pagination-bullet-active {
  background-color: #060d14;
}

/* 現在のスライド番号 */
/* スライド総数 */
/*************************
top
************************ */
.p-top-mv {
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .p-top-mv {
    padding-top: 15rem;
    padding-bottom: 40rem;
  }
}
.p-top-mv__inner {
  max-width: 120rem;
  position: relative;
  z-index: 2;
  margin: 0 auto;
}
.p-top-mv__info {
  position: absolute;
  top: 8.8rem;
  right: 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 767.98px) {
  .p-top-mv__info {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    top: 16rem;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    position: relative;
    top: auto;
    right: auto;
  }
}
.p-top-mv__head {
  order: 2;
}
.p-top-mv__catch {
  font-size: 3.9rem;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.4358974359;
  color: #fff;
  letter-spacing: 0.4em;
  padding-left: 4rem;
}
@media screen and (max-width: 767.98px) {
  .p-top-mv__catch {
    white-space: nowrap;
    padding-left: 0;
    text-align: center;
  }
}
.p-top-mv__catch strong {
  display: block;
  font-size: 7.4rem;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.2162162162;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 767.98px) {
  .p-top-mv__catch strong {
    text-align: center;
  }
}
.p-top-mv__catch span {
  font-size: 1.8rem;
  line-height: 1.1666666667;
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.2em;
  padding-right: 1.6rem;
  display: block;
  text-align: right;
  margin-top: 1.6rem;
}
@media screen and (max-width: 767.98px) {
  .p-top-mv__catch span {
    font-size: 2.2rem;
    letter-spacing: 0.252em;
    padding-right: 0;
    text-align: center;
  }
}
.p-top-mv__point {
  order: 1;
}
@media screen and (max-width: 767.98px) {
  .p-top-mv__point {
    padding: 2.4rem 1.6rem;
    border: 1px solid #fff;
    border-radius: 0.5rem;
    margin-top: 4rem;
  }
}
.p-top-mv__point__list {
  padding-right: 3rem;
  border-right: 2px solid #fff;
}
@media screen and (max-width: 767.98px) {
  .p-top-mv__point__list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 0;
    border-right: 0;
  }
}
.p-top-mv__point__list li {
  color: #fff;
  font-size: 2.8rem;
  font-weight: 900;
  line-height: 1.6071428571;
  padding-left: 4rem;
  position: relative;
  margin-top: 0.4rem;
  letter-spacing: 0.38em;
}
@media screen and (max-width: 767.98px) {
  .p-top-mv__point__list li {
    letter-spacing: 0.12em;
    font-size: 3rem;
    line-height: 1.4666666667;
    padding-left: 3.2rem;
    margin-top: 0;
  }
}
.p-top-mv__point__list li:before {
  content: "";
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  background: transparent url(../../assets/img/common/icon_check_circle.webp) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: calc((100% - 2.4rem) / 2);
  left: 0;
}
@media screen and (max-width: 767.98px) {
  .p-top-mv__point__list li:before {
    top: calc((100% - 2rem) / 2);
  }
}
.p-top-mv__point__list li:last-of-type {
  letter-spacing: 0.06em;
}
.p-top-mv__bg {
  aspect-ratio: 2880/1822;
  width: 100%;
  height: auto;
  background: transparent url(../../assets/img/index/mv.webp) no-repeat center center/cover;
}
@media screen and (max-width: 767.98px) {
  .p-top-mv__bg {
    aspect-ratio: 1536/2592;
    background: transparent url(../../assets/img/index/mv_sp.webp) no-repeat center center/cover;
    position: absolute;
    top: -20rem;
    left: 0;
  }
}
.p-top-whats {
  padding: 8rem 0;
  background-color: #2c4a69;
  position: relative;
}
.p-top-whats:before {
  content: "";
  display: block;
  background: transparent repeat-x center bottom/cover;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 80"><path fill="%232c4a69" d="M0,80V68H1.678C120,67.367,120.565,0,240,0s120,67.367,238.32,68h3.357C600,67.367,600.563,0,720,0S840,67.367,958.323,68h3.357C1080,67.367,1080.563,0,1200,0s120,67.367,238.323,68H1440V80Z"/></svg>');
  aspect-ratio: 1440/80;
  width: 100%;
  height: 8rem;
  position: absolute;
  top: -7rem;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 767.98px) {
  .p-top-whats:before {
    background-size: contain;
    height: auto;
  }
}
@media screen and (max-width: 767.98px) {
  .p-top-whats:before {
    top: -4rem;
  }
}
.p-top-whats__inner {
  max-width: 96rem;
  margin: 0 auto;
}
@media screen and (max-width: 767.98px) {
  .p-top-whats__inner {
    padding: 0 2.4rem;
  }
}
.p-top-whats__head {
  color: #fff;
}
.p-top-whats__head .wave-line {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 4.8rem 0;
  position: relative;
}
.p-top-whats__head .wave-line svg {
  display: block;
  width: 12rem;
  height: 1.16rem;
}
.p-top-whats__head .wave-line svg:first-of-type {
  transform: translateX(-4rem);
}
@media screen and (max-width: 767.98px) {
  .p-top-whats__head .wave-line svg:first-of-type {
    transform: translateX(-2rem);
  }
}
.p-top-whats__head .wave-line svg:nth-of-type(2) {
  transform: translateX(4rem);
}
@media screen and (max-width: 767.98px) {
  .p-top-whats__head .wave-line svg:nth-of-type(2) {
    transform: translateX(2rem);
  }
}
.p-top-whats__title {
  font-size: 5.4rem;
  line-height: 1.462962963;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-align: center;
}
.p-top-whats__title span {
  display: block;
  font-size: 4rem;
  line-height: 1.45;
  font-weight: 700;
  margin-bottom: 1.6rem;
}
.p-top-whats__title-en {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.2em;
  text-align: center;
  margin-bottom: 4.8rem;
}
@media screen and (max-width: 767.98px) {
  .p-top-whats__title-en {
    font-size: 2rem;
  }
}
.p-top-whats__txt {
  color: #fff;
}
.p-top-whats__txt p {
  font-size: 2.4rem;
  text-align: center;
  line-height: 2;
}
.p-top-whats__cont {
  background-color: #fff;
  border-radius: 3rem;
  margin-top: 6rem;
  padding: 8rem 6rem;
  color: #2c4a69;
}
@media screen and (max-width: 767.98px) {
  .p-top-whats__cont {
    padding: 8rem 9.6rem;
  }
}
.p-top-whats__cont .p-reason__title {
  font-size: 2.4rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.18em;
  line-height: 1.4583333333;
}
@media screen and (max-width: 767.98px) {
  .p-top-whats__cont .p-reason__title {
    font-size: 3.8rem;
  }
}
.p-top-whats__cont .p-reason__list > li:first-child {
  margin-top: 4.8rem;
}
.p-top-whats__cont .p-reason__item {
  margin-top: 7.2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767.98px) {
  .p-top-whats__cont .p-reason__item {
    display: block;
    position: relative;
  }
}
.p-top-whats__cont .p-reason__item__info {
  width: calc(100% - 36rem);
  padding-right: 6rem;
  padding-left: 2rem;
}
@media screen and (max-width: 767.98px) {
  .p-top-whats__cont .p-reason__item__info {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
}
.p-top-whats__cont .p-reason__item__info dt {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.4285714286;
  letter-spacing: 0.18em;
}
@media screen and (max-width: 767.98px) {
  .p-top-whats__cont .p-reason__item__info dt {
    text-align: center;
    font-size: 3.6rem;
    padding-bottom: 38rem;
  }
}
.p-top-whats__cont .p-reason__item__info dt strong {
  font-size: 4.8rem;
  font-weight: 700;
  letter-spacing: 0.18em;
}
@media screen and (max-width: 767.98px) {
  .p-top-whats__cont .p-reason__item__info dt strong {
    font-size: 6.4rem;
  }
}
.p-top-whats__cont .p-reason__item__info dd {
  font-size: 1.6rem;
  line-height: 2.375;
  padding-top: 1.6rem;
}
@media screen and (max-width: 767.98px) {
  .p-top-whats__cont .p-reason__item__info dd {
    font-size: 2.8rem;
    line-height: 1.7142857143;
    letter-spacing: 0.12em;
  }
}
@media screen and (max-width: 767.98px) {
  .p-top-whats__cont .p-reason__item__info dd > ul {
    margin-left: -2.4rem;
  }
}
.p-top-whats__cont .p-reason__item__info dd > ul li {
  padding-left: 2.4rem;
  font-size: 1.8rem;
  line-height: 1.5555555556;
  margin-top: 1.4rem;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .p-top-whats__cont .p-reason__item__info dd > ul li {
    font-size: 2.8rem;
    margin-top: 0.8rem;
    letter-spacing: 0.1em;
  }
}
.p-top-whats__cont .p-reason__item__info dd > ul li:before {
  content: "";
  display: block;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 200rem;
  background-color: #2c4a69;
  position: absolute;
  top: 1.1rem;
  left: 0;
}
.p-top-whats__cont .p-reason__item__img {
  width: 36rem;
}
@media screen and (max-width: 767.98px) {
  .p-top-whats__cont .p-reason__item__img {
    width: 100%;
    position: absolute;
    top: 11.2rem;
    left: 0;
  }
}
.p-top-whats__cont .p-reason__item__img img {
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2rem;
}
@media screen and (max-width: 767.98px) {
  .p-top-whats__cont .p-reason__item.-item03 .p-reason__item__img {
    text-align: center;
  }
}
.p-top-whats__cont .p-reason__item.-item03 .p-reason__item__img img {
  margin-left: -3rem;
  width: 39rem;
  aspect-ratio: 391/338;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767.98px) {
  .p-top-whats__cont .p-reason__item.-item03 .p-reason__item__img img {
    aspect-ratio: auto;
    -o-object-fit: contain;
       object-fit: contain;
    border-radius: 2rem;
    margin-left: 0;
    width: 76%;
  }
}
.p-top-whats__cont .wave-line {
  margin-top: 4rem;
  text-align: center;
}
.p-top-whats__cont .wave-line svg {
  width: 12rem;
}
.p-top-symbol {
  padding: 50rem 0 42rem;
  background-color: #2c4a69;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .p-top-symbol {
    margin-top: -1px;
    padding: 34.4rem 0 40rem;
  }
}
.p-top-symbol:after {
  content: "";
  display: block;
  background: transparent repeat-x center bottom/cover;
  background: transparent repeat-x center bottom/cover;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 80"><path fill="%232c4a69" d="M960,12C840,12,840,80,720,80S600,12,480,12,360,80,240,80,120,12,0,12V0H1440V12h0c-120,0-120,68-240,68S1080,12,960,12Z"/></svg>');
  aspect-ratio: 1440/80;
  width: 100%;
  height: 8rem;
  position: absolute;
  bottom: -7rem;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 767.98px) {
  .p-top-symbol:after {
    background-size: contain;
    height: auto;
  }
}
@media screen and (max-width: 767.98px) {
  .p-top-symbol:after {
    bottom: -4rem;
  }
}
.p-top-symbol__inner {
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto;
}
.p-top-symbol__head {
  color: #fff;
}
.p-top-symbol__title {
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1.4583333333;
  letter-spacing: 0.18em;
  padding-left: 8.4rem;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .p-top-symbol__title {
    font-size: 5.8rem;
    padding-left: 0;
    text-indent: 8.4rem;
    margin-left: 4.8rem;
  }
}
.p-top-symbol__title:before {
  content: "";
  display: block;
  width: 5.6rem;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 3.6rem;
  left: 0;
}
@media screen and (max-width: 767.98px) {
  .p-top-symbol__title:before {
    top: 4.2rem;
  }
}
.p-top-symbol__txt {
  font-size: 2.2rem;
  line-height: 1.7272727273;
  letter-spacing: 0.18em;
  margin-top: 3.6rem;
}
@media screen and (max-width: 767.98px) {
  .p-top-symbol__txt {
    text-align: center;
    font-size: 2.8rem;
    letter-spacing: 0.12em;
  }
}
.p-top-symbol__btn {
  padding-top: 10rem;
}
@media screen and (max-width: 767.98px) {
  .p-top-symbol__btn {
    padding-top: 4.8rem;
  }
}
.p-top-symbol__btn .btn {
  font-size: 1.8rem;
  line-height: 1.5555555556;
  font-weight: 700;
  width: 48rem;
  max-width: none;
}
@media screen and (max-width: 767.98px) {
  .p-top-symbol__btn .btn {
    text-align: center;
    font-size: 2.8rem;
    line-height: 1.3214285714;
  }
}
.p-top-symbol__img {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 2;
}
.p-top-symbol__img figure {
  position: absolute;
  z-index: 1;
}
.p-top-symbol__img figure img {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-top-symbol__img figure.photo01 {
  top: 1rem;
  left: calc(50% - 79rem);
}
@media screen and (max-width: 767.98px) {
  .p-top-symbol__img figure.photo01 {
    left: 0;
  }
}
.p-top-symbol__img figure.photo01 img {
  aspect-ratio: 310/496;
  width: 31rem;
  border-radius: 0 0 3rem 0;
}
@media screen and (max-width: 767.98px) {
  .p-top-symbol__img figure.photo01 img {
    width: 17.7rem;
  }
}
.p-top-symbol__img figure.photo02 {
  top: 11rem;
  left: calc(50% - 54rem);
}
@media screen and (max-width: 767.98px) {
  .p-top-symbol__img figure.photo02 {
    top: 6.3rem;
    left: 14.2rem;
  }
}
.p-top-symbol__img figure.photo02 img {
  aspect-ratio: 420/268;
  width: 42rem;
  border-radius: 0 3rem 0 0;
}
@media screen and (max-width: 767.98px) {
  .p-top-symbol__img figure.photo02 img {
    width: 24rem;
  }
}
.p-top-symbol__img figure.photo03 {
  top: 0;
  right: calc(50% - 42rem);
}
@media screen and (max-width: 767.98px) {
  .p-top-symbol__img figure.photo03 {
    right: 15.5rem;
  }
}
.p-top-symbol__img figure.photo03 img {
  aspect-ratio: 360/328;
  width: 36rem;
  border-radius: 3rem 0 0 0;
}
@media screen and (max-width: 767.98px) {
  .p-top-symbol__img figure.photo03 img {
    width: 18rem;
  }
}
.p-top-symbol__img figure.photo04 {
  top: 7rem;
  right: 0;
}
.p-top-symbol__img figure.photo04 img {
  aspect-ratio: 388/540;
  width: 38.8rem;
  border-radius: 0 0 0 3rem;
}
@media screen and (max-width: 767.98px) {
  .p-top-symbol__img figure.photo04 img {
    width: 19.6rem;
  }
}
.p-top-symbol__img figure.photo05 {
  top: 54.4rem;
  left: calc(50% - 91rem);
}
@media screen and (max-width: 767.98px) {
  .p-top-symbol__img figure.photo05 {
    top: 41.6rem;
    left: -11.6rem;
  }
}
.p-top-symbol__img figure.photo05 img {
  aspect-ratio: 309/496;
  width: 30.9rem;
  border-radius: 0 3rem 0 0;
}
@media screen and (max-width: 767.98px) {
  .p-top-symbol__img figure.photo05 img {
    width: 18.8rem;
  }
}
.p-top-symbol__img figure.photo06 {
  top: 96.4rem;
  left: calc(50% - 48rem);
}
@media screen and (max-width: 767.98px) {
  .p-top-symbol__img figure.photo06 {
    top: 89.4rem;
    left: 2.4rem;
  }
}
.p-top-symbol__img figure.photo06 img {
  aspect-ratio: 420/297;
  width: 42rem;
  border-radius: 0 0 0 3rem;
}
@media screen and (max-width: 767.98px) {
  .p-top-symbol__img figure.photo06 img {
    width: 26.4rem;
  }
}
.p-top-symbol__img figure.photo07 {
  top: 111.5rem;
  right: calc(50% - 44.8rem);
}
@media screen and (max-width: 767.98px) {
  .p-top-symbol__img figure.photo07 {
    top: 101.7rem;
    right: 19.2rem;
  }
}
.p-top-symbol__img figure.photo07 img {
  aspect-ratio: 326/394;
  width: 32.6rem;
  border-radius: 0 0 0 3rem;
}
@media screen and (max-width: 767.98px) {
  .p-top-symbol__img figure.photo07 img {
    width: 21.6rem;
  }
}
.p-top-symbol__img figure.photo08 {
  top: 80.7rem;
  right: calc(50% - 74.5rem);
}
@media screen and (max-width: 767.98px) {
  .p-top-symbol__img figure.photo08 {
    top: 86.5rem;
    right: 0;
    z-index: 0;
  }
}
.p-top-symbol__img figure.photo08 img {
  aspect-ratio: 326/428;
  width: 32.6rem;
  border-radius: 0 3rem 0 0;
}
@media screen and (max-width: 767.98px) {
  .p-top-symbol__img figure.photo08 img {
    width: 21.6rem;
  }
}
.p-top-bg-fix {
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .p-top-bg-fix {
    overflow: visible;
  }
}
.p-top-bg-fix span {
  display: block;
}
@media screen and (min-width: 1440px) {
  .p-top-bg-fix span {
    height: 40vw;
  }
}
@media screen and (max-width: 767.98px) {
  .p-top-bg-fix span {
    height: 36rem;
  }
}
.p-top-bg-fix.bg01 {
  background: transparent url("../../assets/img/index/bg01.webp") no-repeat fixed center center/cover;
}
.p-top-bg-fix.bg01 span {
  height: 80rem;
}
@media screen and (max-width: 767.98px) {
  .p-top-bg-fix.bg01 span {
    height: 60rem;
    background: transparent url("../../assets/img/index/bg01.webp") no-repeat scroll center center/cover;
  }
}
.p-top-bg-fix.bg02 {
  background: transparent url("../../assets/img/index/bg02.webp") no-repeat fixed center bottom/cover;
}
.p-top-bg-fix.bg02 span {
  height: 80rem;
}
@media screen and (max-width: 767.98px) {
  .p-top-bg-fix.bg02 span {
    height: 60rem;
    background: transparent url("../../assets/img/index/bg02.webp") no-repeat scroll center center/cover;
  }
}
.p-top-bg-fix.bg03 {
  background: transparent url("../../assets/img/index/bg03.webp") no-repeat fixed center center/cover;
}
.p-top-bg-fix.bg03 span {
  height: 100rem;
}
@media screen and (max-width: 767.98px) {
  .p-top-bg-fix.bg03 span {
    height: 80rem;
    background: transparent url("../../assets/img/index/bg03.webp") no-repeat scroll center center/cover;
  }
}
.p-top-value {
  padding: 8rem 0;
  background-color: #fafafa;
  position: relative;
}
.p-top-value:before {
  content: "";
  display: block;
  background: transparent repeat-x center bottom/cover;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 80"><path fill="%23fafafa" d="M0,80V68H1.678C120,67.367,120.565,0,240,0s120,67.367,238.32,68h3.357C600,67.367,600.563,0,720,0S840,67.367,958.323,68h3.357C1080,67.367,1080.563,0,1200,0s120,67.367,238.323,68H1440V80Z"/></svg>');
  aspect-ratio: 1440/80;
  width: 100%;
  height: 8rem;
  position: absolute;
  top: -7rem;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 767.98px) {
  .p-top-value:before {
    background-size: contain;
    height: auto;
  }
}
@media screen and (max-width: 767.98px) {
  .p-top-value:before {
    top: -4rem;
  }
}
.p-top-value:after {
  content: "";
  display: block;
  background: transparent repeat-x center bottom/cover;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 80"><path fill="%23fafafa" d="M960,12C840,12,840,80,720,80S600,12,480,12,360,80,240,80,120,12,0,12V0H1440V12h0c-120,0-120,68-240,68S1080,12,960,12Z"/></svg>');
  aspect-ratio: 1440/80;
  width: 100%;
  height: 8rem;
  position: absolute;
  bottom: -7rem;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 767.98px) {
  .p-top-value:after {
    background-size: contain;
    height: auto;
  }
}
@media screen and (max-width: 767.98px) {
  .p-top-value:after {
    bottom: -3.8rem;
  }
}
.p-top-value__inner {
  max-width: 96rem;
  margin: 0 auto;
}
.p-top-value__head .wave-line {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 4.8rem 0;
  position: relative;
}
.p-top-value__head .wave-line svg {
  display: block;
  width: 12rem;
}
.p-top-value__head .wave-line svg:first-of-type {
  transform: translateX(-4rem);
}
.p-top-value__head .wave-line svg:nth-of-type(2) {
  transform: translateX(4rem);
}
.p-top-value__title {
  font-size: 5.4rem;
  font-weight: 700;
  line-height: 1.462962963;
  letter-spacing: 0.15em;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .p-top-value__title {
    font-size: 6.4rem;
  }
}
.p-top-value__title span {
  display: block;
  font-size: 4rem;
  line-height: 1.45;
  font-weight: 700;
  margin-bottom: 1.6rem;
}
.p-top-value__title-en {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.2em;
  text-align: center;
  margin-bottom: 4.8rem;
}
@media screen and (max-width: 767.98px) {
  .p-top-value__title-en {
    font-size: 2rem;
  }
}
.p-top-value__txt {
  margin-top: 6rem;
}
.p-top-value__txt p {
  font-size: 2.4rem;
  text-align: center;
  line-height: 2;
}
@media screen and (max-width: 767.98px) {
  .p-top-value__txt p {
    font-size: 2.8rem;
    line-height: 1.7142857143;
  }
}
.p-top-value__cont {
  margin-top: 8rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .p-top-value__cont {
    display: block;
    margin-top: 12rem;
  }
}
.p-top-value__cont__head {
  width: calc(100% - 84rem);
  margin-left: 24rem;
}
@media screen and (max-width: 767.98px) {
  .p-top-value__cont__head {
    width: 100%;
    margin-left: 0;
  }
}
.p-top-value__cont__title {
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.36;
  letter-spacing: 0.18em;
  white-space: nowrap;
  text-shadow: 5px 0 0 #fafafa, 0 5px 0 #fafafa, -5px 0 0 #fafafa, 0 -5px 0 #fafafa;
}
@media screen and (max-width: 767.98px) {
  .p-top-value__cont__title {
    text-align: center;
    font-size: 6.4rem;
    background-color: #fafafa;
    text-shadow: none;
  }
}
.p-top-value__cont__title span {
  display: block;
  font-size: 2.8rem;
  font-weight: 500;
  margin-top: 2rem;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767.98px) {
  .p-top-value__cont__title span {
    font-size: 3.8rem;
    font-weight: 700;
    width: -moz-fit-content;
    width: fit-content;
    text-shadow: none;
    margin: 0 auto;
    margin-top: 1.2rem;
  }
}
.p-top-value__cont__txt {
  text-shadow: 5px 0 0 #fafafa, 0 5px 0 #fafafa, -5px 0 0 #fafafa, 0 -5px 0 #fafafa;
}
@media screen and (max-width: 767.98px) {
  .p-top-value__cont__txt {
    margin-top: 8rem;
    padding: 0 2.4rem;
    text-shadow: none;
  }
}
.p-top-value__cont__txt p {
  font-size: 1.8rem;
  margin-top: 4rem;
}
@media screen and (max-width: 767.98px) {
  .p-top-value__cont__txt p {
    font-size: 2.8rem;
    padding-left: 2.4rem;
    line-height: 1.7142857143;
  }
}
.p-top-value__cont__txt p.note {
  font-size: 1.2rem;
  line-height: 2.3333333333;
}
@media screen and (max-width: 767.98px) {
  .p-top-value__cont__txt p.note {
    font-size: 2rem;
    padding-left: 2.4rem;
    margin-top: 0.8rem;
  }
}
.p-top-value__cont__img {
  width: 84rem;
  height: 84rem;
  -webkit-clip-path: circle(100% at 100% 100%);
          clip-path: circle(100% at 100% 100%);
}
@media screen and (max-width: 767.98px) {
  .p-top-value__cont__img {
    width: 48rem;
    height: 48rem;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
.p-top-value__cont__img img {
  width: 84rem;
}
@media screen and (max-width: 767.98px) {
  .p-top-value__cont__img img {
    width: 48rem;
  }
}
.p-top-value__cont__img.-img01 {
  -webkit-clip-path: none;
          clip-path: none;
  width: 78rem;
}
@media screen and (max-width: 767.98px) {
  .p-top-value__cont__img.-img01 {
    width: calc(100% - 12rem);
    right: 0;
    z-index: 0;
  }
}
.p-top-value__cont__img.-img01 img {
  aspect-ratio: 1/1;
  width: 78rem;
  border-radius: 20rem 0 0 0;
}
@media screen and (max-width: 767.98px) {
  .p-top-value__cont__img.-img01 img {
    width: 100%;
  }
}
.p-top-value__cont__slide .swiper-slide {
  transition: all 0.5s ease 0s;
}
.p-top-value__cont__slide.js-slide-value01 {
  padding-top: 4rem;
}
.p-top-value__cont__slide.js-slide-value01 .swiper-wrapper {
  padding: 4rem 0;
}
.p-top-value__cont__slide.js-slide-value01 .swiper-slide {
  transform: scale(0.8);
  transition: all 0.5s ease 0s;
}
.p-top-value__cont__slide.js-slide-value01 .swiper-slide-active {
  transform: scale(1);
}
.p-top-value__cont__slide.js-slide-value01 .p-top-value__cont__slide-img {
  border-radius: 2rem;
  padding: 2rem;
  background-color: #fff;
  box-shadow: 0.2rem 0.2rem 4rem rgba(0, 0, 0, 0.16);
  display: flex;
  align-items: center;
}
.p-top-value__cont__slide.js-slide-value01 .p-top-value__cont__slide-img img {
  aspect-ratio: 1000/706;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-top-value__cont:nth-of-type(odd) .p-top-value__cont__head {
  order: 2;
  text-align: right;
  margin-right: 12rem;
  margin-left: 0;
}
.p-top-value__cont:nth-of-type(odd) .p-top-value__cont__img {
  -webkit-clip-path: circle(100% at 0 100%);
          clip-path: circle(100% at 0 100%);
  order: 1;
}
.p-top-value__cont.-value01 {
  display: block;
}
@media screen and (max-width: 767.98px) {
  .p-top-value__cont.-value01 .p-top-value__inner {
    position: relative;
    z-index: 1;
    padding: 0 2.4rem;
    padding-top: 52.4rem;
  }
}
@media screen and (max-width: 767.98px) {
  .p-top-value__cont.-value01 .p-top-value__cont__title {
    background-color: #fff;
    display: inline;
    text-shadow: none;
    text-align: left;
  }
}
@media screen and (max-width: 767.98px) {
  .p-top-value__cont.-value01 .p-top-value__cont__title span {
    background-color: #fff;
    margin-left: 0;
  }
}
.p-top-value__cont.-value01 .p-top-value__cont__img {
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
}
.p-top-value__cont.-value02 .p-top-value__cont__head {
  margin-right: 12rem;
}
.p-top-value__cont.-value02 .p-top-value__cont__title {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 767.98px) {
  .p-top-value__cont.-value02 .p-top-value__cont__txt p {
    line-height: 2.0714285714;
  }
}
@media screen and (max-width: 767.98px) {
  .p-top-value__cont.-value02 .p-top-value__cont__img {
    width: 40.8rem;
    height: 40.8rem;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
@media screen and (max-width: 767.98px) {
  .p-top-value__cont.-value02 .p-top-value__cont__img img {
    width: 40.8rem;
  }
}
.p-top-value__cont.-value02 .value-bullet1 {
  text-align: right;
}
.p-top-value__cont.-value03 .p-top-value__cont__head {
  margin-right: -14rem;
}
@media screen and (max-width: 767.98px) {
  .p-top-value__cont.-value03 .p-top-value__cont__txt {
    padding-bottom: 15rem;
  }
}
@media screen and (max-width: 767.98px) {
  .p-top-value__cont.-value03 .p-top-value__cont__img {
    left: auto;
    right: 0;
  }
}
@media screen and (max-width: 767.98px) {
  .p-top-value__cont.-value04 .p-top-value__cont__txt {
    padding-bottom: 9rem;
    padding-right: 4.8rem;
  }
}
.p-top-value__cont.-value04 .value-bullet3 {
  text-align: right;
}
.p-top-value__cont.-value05 .p-top-value__cont__head {
  margin-right: -13rem;
}
.p-top-value__cont.-value05 .p-top-value__cont__title span {
  font-size: 5rem;
  font-weight: 700;
  margin-top: 0;
}
@media screen and (max-width: 767.98px) {
  .p-top-value__cont.-value05 .p-top-value__cont__title span {
    font-size: 3.8rem;
    margin-top: 1.2rem;
  }
}
@media screen and (max-width: 767.98px) {
  .p-top-value__cont.-value05 .p-top-value__cont__img {
    position: absolute;
    bottom: 0;
    left: auto;
    right: 0;
  }
}
@media screen and (max-width: 767.98px) {
  .p-top-value__cont.-value06 .p-top-value__cont__head picture {
    padding-right: 6rem;
  }
}
@media screen and (max-width: 767.98px) {
  .p-top-value__cont.-value06 .p-top-value__cont__head picture img {
    width: 21rem;
  }
}
@media screen and (max-width: 767.98px) {
  .p-top-value__cont.-value06 .p-top-value__cont__title {
    display: flex;
    flex-direction: column;
  }
}
.p-top-value__cont.-value06 .p-top-value__cont__title b {
  font-weight: 700;
  order: 2;
}
@media screen and (max-width: 767.98px) {
  .p-top-value__cont.-value06 .p-top-value__cont__title b {
    font-size: 3.8rem;
    margin-top: 1.6rem;
  }
}
.p-top-value__cont.-value06 .p-top-value__cont__title span {
  font-weight: 700;
}
@media screen and (max-width: 767.98px) {
  .p-top-value__cont.-value06 .p-top-value__cont__title span {
    order: 1;
    font-size: 6.4rem;
  }
}
@media screen and (max-width: 767.98px) {
  .p-top-value__cont.-value06 .p-top-value__cont__txt {
    margin-bottom: 3.6rem;
    padding-right: 4.8rem;
  }
}
.p-top-value__cont .value-pagination {
  text-align: center;
  transform: translateY(-3rem);
}
.p-top-value__circle {
  display: block;
  width: 428rem;
  height: 428rem;
  border-radius: 50%;
  border: 1px solid #c1cbd6;
  position: absolute;
  bottom: 26rem;
  left: -11.2rem;
}
@media screen and (max-width: 767.98px) {
  .p-top-value__circle {
    width: 462rem;
    height: 462rem;
    left: -96rem;
    bottom: 0rem;
  }
}
.p-top-works {
  padding: 8rem 0 24rem;
  position: relative;
}
.p-top-works:before {
  content: "";
  display: block;
  background: transparent repeat-x center bottom/cover;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 80"><path fill="%23fff" d="M0,80V68H1.678C120,67.367,120.565,0,240,0s120,67.367,238.32,68h3.357C600,67.367,600.563,0,720,0S840,67.367,958.323,68h3.357C1080,67.367,1080.563,0,1200,0s120,67.367,238.323,68H1440V80Z"/></svg>');
  aspect-ratio: 1440/80;
  width: 100%;
  height: 8rem;
  position: absolute;
  top: -7rem;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 767.98px) {
  .p-top-works:before {
    background-size: contain;
    height: auto;
  }
}
@media screen and (max-width: 767.98px) {
  .p-top-works:before {
    top: -4rem;
  }
}
.p-top-works:after {
  content: "";
  display: block;
  width: 380rem;
  height: 380rem;
  border-radius: 50%;
  background-color: rgba(91, 124, 158, 0.06);
  position: absolute;
  bottom: -258rem;
  left: calc((100% - 380rem) / 2);
  z-index: -1;
}
@media screen and (max-width: 767.98px) {
  .p-top-works:after {
    width: 162rem;
    height: 162rem;
    left: calc((100% - 162rem) / 2);
    bottom: -68rem;
  }
}
.p-top-works__title {
  font-size: 5.4rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .p-top-works__title {
    font-size: 5.8rem;
    line-height: 1.4482758621;
  }
}
.p-top-works__title span {
  display: block;
  font-size: 4rem;
  font-weight: 700;
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 767.98px) {
  .p-top-works__title span {
    font-size: 2.8rem;
    letter-spacing: 0.12em;
    margin-top: 2.4rem;
  }
}
.p-top-works__title-en {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.2em;
  text-align: center;
  margin-bottom: 4.8rem;
}
@media screen and (max-width: 767.98px) {
  .p-top-works__title-en {
    font-size: 2rem;
    margin-bottom: 2.4rem;
  }
}
.p-top-works__txt {
  margin-top: 6rem;
}
.p-top-works__txt p {
  font-size: 2.4rem;
  text-align: center;
  line-height: 2;
}
.p-top-works__cont {
  margin-top: 8rem;
}
.p-top-works__inner {
  max-width: 108rem;
  margin: 0 auto;
}
.p-top-works__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 767.98px) {
  .p-top-works__list {
    padding: 0 2.4rem;
  }
}
.p-top-works__item {
  width: 33.3333333333%;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .p-top-works__item {
    width: 50%;
  }
}
.p-top-works__item img {
  height: 30rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-top-works__item figcaption {
  font-size: 1.8rem;
  font-weight: 700;
  display: block;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .p-top-works__item figcaption {
    font-size: 2.8rem;
  }
}
.p-top-works__item.-item01 img {
  width: 31.6rem;
}
.p-top-works__item.-item02 img {
  width: 32.8rem;
}
.p-top-works__item.-item03 img {
  width: 31rem;
}
.p-top-works__item.-item04 img {
  width: 33.3rem;
}
.p-top-works__item.-item05 img {
  width: 23.2rem;
}
.p-top-works__item.-item06 img {
  width: 33.9rem;
}
.p-top-works__other {
  max-width: 108rem;
  margin-left: auto;
  margin-top: 4.8rem;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767.98px) {
  .p-top-works__other {
    align-items: center;
  }
}
.p-top-works__other__outline {
  padding-top: 6rem;
  margin-left: 1.6rem;
}
@media screen and (max-width: 767.98px) {
  .p-top-works__other__outline {
    padding-top: 3rem;
    padding-left: 2.4rem;
  }
}
.p-top-works__other__outline > p {
  padding-left: 3.6rem;
  font-weight: 700;
}
@media screen and (max-width: 767.98px) {
  .p-top-works__other__outline > p {
    padding-left: 1.6rem;
    font-size: 2.8rem;
  }
}
.p-top-works__other__outline ul {
  border-left: 1px solid #707070;
  padding-left: 3.6rem;
}
@media screen and (max-width: 767.98px) {
  .p-top-works__other__outline ul {
    padding-left: 1.6rem;
  }
}
.p-top-works__other__outline ul li {
  font-weight: 700;
}
@media screen and (max-width: 767.98px) {
  .p-top-works__other__outline ul li {
    font-size: 2.8rem;
    line-height: 1.7142857143;
  }
}
.p-top-works__other__img {
  width: 80.7rem;
}
@media screen and (max-width: 767.98px) {
  .p-top-works__other__img {
    width: 53rem;
    margin-right: -8rem;
  }
}
@media screen and (max-width: 767.98px) {
  .p-top-works__slide {
    margin-top: 6rem;
  }
}
.p-top-works__slide .slide-title {
  font-size: 4.2rem;
  font-weight: 500;
  margin-left: 32rem;
}
@media screen and (max-width: 767.98px) {
  .p-top-works__slide .slide-title {
    margin-left: 13.2rem;
  }
}
.p-top-works__slide__box {
  padding: 0 1.5rem;
}
@media screen and (max-width: 767.98px) {
  .p-top-works__slide__box {
    padding: 0 1rem;
  }
}
.p-top-works__slide__link {
  display: block;
}
.p-top-works__slide__link.-link01 figure img {
  border-radius: 3rem 0 0 3rem;
  aspect-ratio: 72/108;
  width: 36rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-top-works__slide__link.-link02 figure img {
  border-radius: 0 3rem 0 0;
  aspect-ratio: 720/532;
  width: 36rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-top-works__slide__link.-link03 {
  margin-top: 2.9rem;
}
.p-top-works__slide__link.-link03 figure img {
  border-radius: 0 0 3rem 0;
  aspect-ratio: 720/490;
  width: 36rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-top-works__slide .works-prev,
.p-top-works__slide .works-next {
  width: 7.8rem;
  height: 15rem;
  border-radius: 100% 0 0 100%;
  -webkit-clip-path: ellipse(100% 50% at 100% 50%);
          clip-path: ellipse(100% 50% at 100% 50%);
  position: absolute;
  top: calc((100% - 15rem) / 2);
  z-index: 2;
  cursor: pointer;
}
.p-top-works__slide .works-prev span,
.p-top-works__slide .works-next span {
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(50, 77, 107, 0.28);
  position: relative;
}
.p-top-works__slide .works-prev span:before,
.p-top-works__slide .works-next span:before {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotateZ(45deg);
  position: absolute;
  top: calc(50% - 0.5rem);
}
.p-top-works__slide .works-prev {
  left: calc((100% - 97rem) / 2);
}
@media screen and (max-width: 767.98px) {
  .p-top-works__slide .works-prev {
    left: 2.4rem;
  }
}
.p-top-works__slide .works-prev span:before {
  left: calc(50% - 0rem);
}
.p-top-works__slide .works-next {
  right: calc((100% - 97rem) / 2);
  transform: scaleX(-1);
}
@media screen and (max-width: 767.98px) {
  .p-top-works__slide .works-next {
    right: 2.4rem;
  }
}
.p-top-works__slide .works-next span:before {
  right: calc(50% - 1rem);
}
.p-top-works__slider {
  position: relative;
}
.p-top-works__slider .swiper-slide {
  width: 39rem;
}
.p-top-faq {
  background-color: #5b7c9e;
  padding: 8rem 0 8rem;
  color: #fff;
  position: relative;
}
.p-top-faq:before {
  content: "";
  display: block;
  background: transparent repeat-x center bottom/cover;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 80"><path fill="%235b7c9e" d="M0,80V68H1.678C120,67.367,120.565,0,240,0s120,67.367,238.32,68h3.357C600,67.367,600.563,0,720,0S840,67.367,958.323,68h3.357C1080,67.367,1080.563,0,1200,0s120,67.367,238.323,68H1440V80Z"/></svg>');
  aspect-ratio: 1440/80;
  width: 100%;
  height: 8rem;
  position: absolute;
  top: -7rem;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 767.98px) {
  .p-top-faq:before {
    background-size: contain;
    height: auto;
  }
}
@media screen and (max-width: 767.98px) {
  .p-top-faq:before {
    top: -4rem;
  }
}
.p-top-faq:after {
  content: "";
  display: block;
  background: transparent repeat-x center bottom/cover;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 80"><path fill="%235b7c9e" d="M960,12C840,12,840,80,720,80S600,12,480,12,360,80,240,80,120,12,0,12V0H1440V12h0c-120,0-120,68-240,68S1080,12,960,12Z"/></svg>');
  aspect-ratio: 1440/80;
  width: 100%;
  height: 8rem;
  position: absolute;
  bottom: -7rem;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 767.98px) {
  .p-top-faq:after {
    background-size: contain;
    height: auto;
  }
}
@media screen and (max-width: 767.98px) {
  .p-top-faq:after {
    bottom: -3.8rem;
  }
}
.p-top-faq__title {
  font-size: 5.4rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-align: center;
}
.p-top-faq__title span {
  display: block;
  font-size: 4rem;
  font-weight: 700;
  margin-bottom: 1.6rem;
}
.p-top-faq__title-en {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.2em;
  text-align: center;
  margin-bottom: 4.8rem;
}
@media screen and (max-width: 767.98px) {
  .p-top-faq__title-en {
    font-size: 2rem;
    margin-bottom: 2.4rem;
  }
}
.p-top-faq__cont {
  margin-top: 8rem;
}
.p-top-faq__inner {
  max-width: 84rem;
  margin: 0 auto;
}
@media screen and (max-width: 767.98px) {
  .p-top-faq__list {
    padding: 0 7.2rem;
  }
}
.p-top-faq__item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}
.p-top-faq__item .q-line {
  padding: 1rem 0;
  padding-left: 4.8rem;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .p-top-faq__item .q-line {
    padding: 2.4rem 0;
    padding-left: 7.2rem;
  }
}
.p-top-faq__item .q-line:before {
  content: "Q.";
  font-size: 2.4rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
@media screen and (max-width: 767.98px) {
  .p-top-faq__item .q-line:before {
    font-size: 3.8rem;
    letter-spacing: 0.2em;
  }
}
.p-top-faq__item .q-line span {
  display: block;
  font-size: 2.4rem;
  font-weight: 700;
  padding-right: 4.8rem;
  letter-spacing: 0.15em;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .p-top-faq__item .q-line span {
    font-size: 3.8rem;
    line-height: 1.2631578947;
  }
}
.p-top-faq__item .q-line span:after {
  content: "";
  display: block;
  width: 4rem;
  height: 4rem;
  background: transparent url(../../assets/img/common/icon_faq_plus.webp) no-repeat scroll center center/contain;
  position: absolute;
  top: calc((100% - 4rem) / 2);
  right: 0;
  transition: background-image 0.3s ease 0s;
}
@media screen and (max-width: 767.98px) {
  .p-top-faq__item .q-line span:after {
    width: 4.8rem;
    height: 4.8rem;
    top: calc((100% - 4.8rem) / 2);
  }
}
.p-top-faq__item .q-line.close span:after {
  background: transparent url(../../assets/img/common/icon_faq_minus.webp) no-repeat scroll center center/contain;
}
.p-top-faq__item .a-line {
  display: none;
  padding: 1rem 0 2rem 6rem;
}
@media screen and (max-width: 767.98px) {
  .p-top-faq__item .a-line {
    font-size: 2.8rem;
    line-height: 1.7142857143;
    padding: 1.6rem 0 4rem 7.2rem;
  }
}
.p-top-faq__item .a-line img {
  border-radius: 2rem;
}