@charset "UTF-8";

*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
blockquote,
dl,
dd,
ul {
  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;
  margin: 0;
  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]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

/* 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;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

html {
  font-size: 16px;
}

@media (max-width: 1080px) {
  html {
    font-size: 1.7777777778vw;
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: 16px;
  }
}

@media (max-width: 375px) {
  html {
    font-size: 4.0533333333vw;
  }
}

body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  color: #000;
  background: #fff;
}

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

a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 768px) {
  a:hover {
    opacity: 1;
  }
}

img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  margin: auto;
}

.l-inner {
  width: 100%;
  max-width: 1130px;
  margin: 0 auto;
  padding: 0 25px;
}

@media screen and (max-width: 768px) {
  .l-inner {
    padding: 0 15px;
  }
}

.l-section {
  padding: 5.625rem 0 5rem;
}

@media screen and (max-width: 768px) {
  .l-section {
    padding: 4.375rem 0 3.125rem;
  }
}

.l-section__bg01 {
  background-image: url("../images/section-bg01.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.l-section__bg02 {
  background-image: url("../images/section-bg02.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.l-section__bg03 {
  background-image: url("../images/section-bg03.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.l-section__bg04 {
  background-image: url("../images/section-bg04.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.c-cta {
  position: relative;
  z-index: 1;
}

.c-cta__bg01,
.c-cta__bg02 {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}

.c-cta__bg01 img,
.c-cta__bg02 img {
  min-height: 18.125rem;
}

.c-cta__bg01 {
  z-index: -2;
}

.c-cta__bg02 {
  z-index: -1;
}

.c-cta__btn-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5%;
}

.c-cta__text {
  font-size: 1.125rem;
  font-weight: 700;
  color: #173769;
  margin-top: 1.5rem;
  text-align: center;
}

main .p-cost,
main .p-service,
main .p-case {
  padding-top: 7.5rem;
}

@media screen and (min-width: 2001px) {
  main .p-mv {
    padding-bottom: 6vw;
  }

  main .p-cost,
  main .p-service,
  main .p-case {
    padding-top: 6vw;
  }

  main .p-package {
    padding-bottom: 6vw;
  }

  main .p-merchandise {
    padding-bottom: 6.5vw;
  }
}

@media screen and (max-width: 768px) {
  .c-cta {
    position: relative;
  }

  .c-cta::before {
    content: "";
    width: 100%;
    height: 165%;
    max-height: 350px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-image: url("../images/c-cta-bg03.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
  }

  .c-cta__bg01,
  .c-cta__bg02 {
    display: none;
  }

  .c-cta__btn-box {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 0;
  }

  .c-cta__btn:nth-child(1) {
    max-width: 50%;
    grid-column: 1/-1;
    justify-self: center;
  }

  .c-cta__btn {
    width: 100%;
  }

  .c-cta__text {
    font-size: clamp(10px, 2vw, 12px);
    margin-top: 0rem;
  }

  main .p-cost,
  main .p-service,
  main .p-case {
    padding-top: 4.375rem;
  }

  main .p-package {
    padding-bottom: 5rem;
  }

  main .p-merchandise {
    padding-bottom: 5rem;
  }
}

.c-section-title {
  text-align: center;
}

.c-section-title h2 {
  position: relative;
  font-size: 3rem;
  font-weight: 700;
  padding-bottom: 1.25rem;
}

.c-section-title h2::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 15.625rem;
  height: 5px;
  background: linear-gradient(to right, #231f20 0%, #00a0e4 50%, #44c8f5 100%);
}

@media screen and (max-width: 768px) {
  .c-section-title h2 {
    font-size: clamp(25px, 6vw, 40px);
    padding-bottom: 0.625rem;
  }

  .c-section-title h2::before {
    width: 6.25rem;
  }
}

.p-case {
  /* background-attachment: fixed; */
}

.p-case__items {
  margin-top: 5rem;
}

.p-case__item:not(:first-of-type) {
  margin-top: 3.125rem;
}

.p-case__accordion {
  position: relative;
  cursor: pointer;
}

.p-case__accordion::before {
  content: "";
  width: 1.25rem;
  height: 1rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2.25rem;
  background-image: url("../images/arrow-top-icon.svg");
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate(180deg);
}

.p-case__accordion.is-open::before {
  transform: rotate(0deg);
}

.p-case__accordion-body {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: #fff;
  gap: 3.5%;
  padding: 1.875rem;
  padding-right: 2.28125rem;
}

.p-case__accordion-image {
  width: 33.75%;
}

.p-case__accordion-contents-title {
  font-size: clamp(18px, 1.5vw, 24px);
  font-weight: 700;
  line-height: 1.6666666667;
}

.p-case__accordion-contents-title span {
  position: relative;
  z-index: 1;
}

.p-case__accordion-contents-title span::before {
  content: "";
  width: 100%;
  height: 0.9375rem;
  position: absolute;
  bottom: -0.3125rem;
  left: 50%;
  transform: translateX(-50%);
  background: #ffeb00;
  z-index: -1;
}

.p-case__accordion-contents-tags {
  margin-top: 1.5rem;
}

.p-case__accordion-contents-tag {
  width: -moz-max-content;
  width: max-content;
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  padding: 0.175rem 0.5625rem;
  color: #00a0e4;
  border: 1px solid #00a0e4;
  border-radius: 5px;
}

.p-case__accordion-contents-tag span {
  display: inline-block;
  padding-right: 0.5rem;
}

.p-case__accordion-contents-tag span:last-of-type {
  padding-right: 0;
}

.p-case__accordion-contents-tag:nth-of-type(n + 2) {
  margin-top: 0.3125rem;
}

.p-case__accordion-contents-tag--green {
  color: #37a5b3;
  border: 1px solid #37a5b3;
}

.p-case__accordion-contents-name {
  font-size: 1rem;
  font-weight: 700;
  margin-top: 1rem;
}

.p-case__body {
  position: relative;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease;
}

.p-case__body-dl {
  background: #c3dae0;
}

.p-case__body-dl:first-of-type {
  position: relative;
}

.p-case__body-dl:first-of-type::before {
  content: "";
  width: 2.3125rem;
  height: 8.5rem;
  position: absolute;
  bottom: -8.5rem;
  left: 16%;
  transform: translate(-50%, -50%);
  background-image: url("../images/arrow-bottom-icon.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.p-case__body-dl--blue {
  color: #fff;
  background: #00a0e4;
}

.p-case__body-dt {
  width: 32%;
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
}

.p-case__body-dd {
  width: 68.34%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 3.38%;
  background: #f8f8f8;
  padding: 1.375rem 2.25rem 1.1875rem 1.1875rem;
}

.p-case__body-dd--blue {
  color: #000;
  background: #e5f8ff;
}

.p-case__body-image {
  flex: 1;
}

.p-case__body-texts {
  flex: 2.24;
}

.p-case__body-text {
  font-size: 0.875rem;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .p-case__items {
    max-width: 37.5rem;
    margin: 0 auto;
    margin-top: 3.125rem;
  }

  .p-case__item:not(:first-of-type) {
    margin-top: 2.5rem;
  }

  .p-case__accordion::before {
    display: none;
  }

  .p-case__accordion-body {
    flex-direction: column;
    padding: 0.9375rem 0.9375rem 1.25rem 0.9375rem;
  }

  .p-case__accordion-arrow {
    background: #6ac0d9;
    padding: 0.625rem;
  }

  .p-case__accordion-arrow img {
    width: 5.9%;
    height: auto;
    transform: rotate(180deg);
  }

  .p-case__accordion.is-open .p-case__accordion-arrow img {
    transform: rotate(0deg);
  }

  .p-case__accordion-contents-title {
    font-size: clamp(14px, 4.6vw, 24px);
  }

  .p-case__accordion-contents-tag {
    max-width: 100%;
  }

  .p-case__accordion-contents-tag span {
    display: inline;
  }

  .p-case__accordion-image,
  .p-case__accordion-contents {
    width: 100%;
  }

  .p-case__accordion-contents {
    margin-top: 1.25rem;
  }

  .p-case__body-dt {
    width: 12.77%;
    writing-mode: vertical-rl;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: clamp(14px, 4vw, 20px);
    letter-spacing: 0.5em;
    padding: 0.3125rem;
  }

  .p-case__body-dd {
    width: 100%;
    flex-direction: column;
    padding: 1.5625rem 0.9375rem 2.5rem 0.9375rem;
  }

  .p-case__body-dl:first-of-type::before {
    content: "";
    width: 1.875rem;
    height: 6.875rem;
    bottom: -7.5rem;
    left: 6.385%;
    transform: translate(-50%, -50%);
  }

  .p-case__body-image,
  .p-case__body-texts {
    flex: auto;
  }

  .p-case__body-image {
    width: 64.64%;
    margin: 0 auto;
  }

  .p-case__body-texts {
    width: 100%;
    margin-top: 0.625rem;
  }

  .p-case__body-dl:first-of-type .p-case__body-dt {
    position: static;
  }

  .p-case__body-dl:first-of-type .p-case__body-dt::before {
    display: none;
  }
}

/* .p-cost__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 7.4%;
  margin-top: 3.375rem;
} */

.p-cost__image-main {
  margin-top: 2.125rem;
}

.p-cost__image {
  max-width: 51.0625rem;
  margin: 0 auto;
  margin-top: 3rem;
}

.p-cost__text {
  font-size: 0.75rem;
  line-height: 2;
  padding: 0 0.3125rem;
}

@media screen and (max-width: 768px) {
  .p-cost__items {
    max-width: 37.5rem;
    margin: 0 auto;
    grid-template-columns: 1fr;
    gap: 1.75rem;
    margin-top: 2.5rem;
  }

  .p-cost__image-main {
    max-width: 37.5rem;
    margin: 0 auto;
    margin-top: 3.125rem;
  }

  .p-cost__image {
    max-width: 37.5rem;
    margin: 0 auto;
    margin-top: 2.5rem;
  }

  .p-cost__text {
    font-size: clamp(10px, 2vw, 12px);
    padding: 0;
    margin-top: 0.625rem;
  }
}

@media screen and (max-width: 768px) {
  .p-contact {
    padding: 3.125rem 0;
  }
}

.p-drawer__icon {
  position: absolute;
  top: 1.875rem;
  right: 1.5rem;
  z-index: 1000;
}

.p-drawer__icon.is-active {
  position: fixed;
}

.p-drawer__icon.is-active .p-drawer__icon-bar1 {
  width: 2.375rem;
  top: 50%;
  transform: rotate(-45deg);
}

.p-drawer__icon.is-active .p-drawer__icon-bar2 {
  display: none;
}

.p-drawer__icon.is-active .p-drawer__icon-bar3 {
  width: 2.375rem;
  top: 50%;
  transform: rotate(45deg);
}

.p-drawer__icon-bars {
  width: 2.375rem;
  height: 1.6875rem;
  display: block;
  position: relative;
  z-index: 1000;
  cursor: pointer;
}

.p-drawer__icon-bar1,
.p-drawer__icon-bar2,
.p-drawer__icon-bar3 {
  position: absolute;
  width: 2.375rem;
  height: 2px;
  background: #005794;
  top: 0;
  left: 0;
  transition: ease 0.5s;
  border-radius: 5px;
}

.p-drawer__icon-bar1 {
  top: 0px;
}

.p-drawer__icon-bar2 {
  top: 0.84375rem;
}

.p-drawer__icon-bar3 {
  top: 1.6875rem;
}

.p-drawer__icon.is-active .p-drawer__icon-bar1,
.p-drawer__icon.is-active .p-drawer__icon-bar3 {
  background: #005794;
}

.p-drawer__contents {
  width: 90%;
  max-width: 1400px;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  background: #fff;
  padding: 2.8125rem 1.875rem;
  z-index: 250;
  transform: translateX(105%);
  transition: all 0.5s;
  pointer-events: none;
}

.p-drawer__contents.is-active {
  transform: translateX(0);
}

.p-drawer__content-items {
  text-align: center;
  margin-top: 1.25rem;
  pointer-events: all;
}

.p-drawer__content-item {
  text-align: center;
  border-bottom: 3px solid #00a0e4;
  padding: 1rem 2.5rem;
  text-align: left;
}

.p-drawer__content-item a {
  display: block;
  font-size: clamp(20px, 4.5vw, 24px);
  letter-spacing: 0.08em;
}

.p-drawer__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 200;
  opacity: 0;
  transition: opacity 0.5s;
  pointer-events: none;
}

.p-drawer.is-active .p-drawer__overlay {
  opacity: 1;
  pointer-events: auto;
}

@media screen and (max-width: 768px) {
  .p-drawer {
    position: relative;
    width: 60px;
    height: 60px;
    background: #00a0e4;
  }

  .p-drawer__icon {
    width: 60px;
    height: 60px;
    top: 0;
    right: 0;
  }

  .p-drawer__icon-bars {
    width: 16.87px;
    height: 12px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .p-drawer__icon-bar1,
  .p-drawer__icon-bar2,
  .p-drawer__icon-bar3 {
    width: 16.87px;
    height: 1px;
    background: #fff;
  }

  .p-drawer__icon-bar2 {
    top: 6px;
  }

  .p-drawer__icon-bar3 {
    top: 12px;
  }

  .p-drawer__icon.is-active .p-drawer__icon-bar1 {
    width: 16.87px;
  }

  .p-drawer__icon.is-active .p-drawer__icon-bar3 {
    width: 16.87px;
  }

  .p-drawer__content {
    padding: 2.8125rem 5%;
  }

  .p-drawer__content-item {
    border-bottom: 2px solid #00a0e4;
    padding: 1.25rem;
  }

  .p-drawer__content-item a {
    font-size: clamp(16px, 4vw, 20px);
  }
}

.p-flow__inner {
  max-width: 1200px;
  padding: 0 60px;
}

.p-flow__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem 6.94%;
  margin-top: 5rem;
}

.p-flow__item {
  position: relative;
}

.p-flow__item::before {
  content: "";
  position: absolute;
  top: 42%;
  right: -20%;
  transform: translateY(-42%);
  display: inline-block;
  width: 13%;
  max-width: 37px;
  height: 1.6875rem;
  background-image: url(../images/arrow-right-icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.p-flow__item:nth-of-type(n + 4)::before {
  top: 35%;
  transform: translateY(-35%);
}

.p-flow__item:last-of-type::before {
  display: none;
}

.p-flow__item img {
  height: auto;
}

.p-flow__text {
  font-size: 0.75rem;
  margin-top: 0.3125rem;
}

@media screen and (max-width: 768px) {
  .p-flow {
    padding: 3.125rem 0;
  }

  .p-flow__inner {
    padding: 0 15px;
  }

  .p-flow__items {
    max-width: 37.5rem;
    margin: 0 auto;
    grid-template-columns: 1fr;
    margin-top: 3.125rem;
  }

  .p-flow__item::before {
    top: auto;
    bottom: -2.5rem;
    left: 50%;
    right: auto;
    transform: translateX(-50%) rotate(90deg);
    width: clamp(20px, 8vw, 40px);
    height: clamp(20px, 8vw, 40px);
    max-width: none;
  }

  .p-flow__item:nth-of-type(n + 4)::before {
    top: auto;
    bottom: -2.5rem;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
  }

  .p-flow__text {
    max-width: 37.5rem;
    margin: 0 auto;
    margin-top: 2.1875rem;
  }
}

.p-footer {
  padding: 2.5rem 0 8.125rem;
}

.p-footer__logo-wrap {
  gap: 5.46%;
}

.p-footer__logo:first-of-type {
  width: 100%;
  max-width: 19rem;
}

.p-footer__logo:nth-of-type(2) {
  width: 100%;
  max-width: 36.0625rem;
}

.p-footer__contents {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1.5rem;
}

.p-footer__lists {
  gap: 1.25rem;
}

.p-footer__list a,
.p-footer__copyright {
  font-size: 0.75rem;
  font-weight: 700;
}

.p-footer__top-btn {
  position: fixed;
  width: 7.75rem;
  height: 9.6875rem;
  bottom: 4.5rem;
  right: 4.5%;
  z-index: 31;
  display: none;
}

@media screen and (max-width: 1080px) and (min-width: 769px) {
  .p-footer__top-btn {
    position: fixed;
    width: 7.75rem;
    height: 9.6875rem;
    bottom: 7rem;
  }
}

.p-footer__top-btn img {
  -o-object-fit: contain;
  object-fit: contain;
}

.p-footer__fix {
  position: fixed;
  width: 100%;
  bottom: 0;
  background: #EBFAFF;
  box-shadow: 10px 10px 15px 5px rgba(0, 0, 0, 0.3);
  padding: 0.6875rem 0 0.4375rem;
  z-index: 30;
  display: none;
}

.p-footer__fix-btn-box {
  max-width: 50rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5%;
}

.p-footer__fix-text {
  font-size: 0.75rem;
  font-weight: 700;
  color: #173769;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-footer {
    padding: 1.125rem 0 clamp(41px, 16vw, 120px);
  }

  .p-footer__logo-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.5rem;
  }

  .p-footer__logo:first-of-type {
    width: 100%;
    max-width: 36.11%;
    min-width: 130px;
  }

  .p-footer__logo:nth-of-type(2) {
    width: 100%;
    max-width: 91.6%;
  }


  .p-footer__logo:first-of-type {
    width: 100%;
    max-width: 36.11%;
    min-width: 130px;
  }

  .p-footer__logo:nth-of-type(2) {
    width: 100%;
    max-width: 91.6%;
  }

  .p-footer__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 1.5rem;
  }

  .p-footer__lists {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 0.5rem 1.25rem;
  }

  .p-footer__list a,
  .p-footer__copyright {
    font-size: 1.125rem;
  }

  .p-footer__list a,
  .p-footer__copyright {
    font-size: clamp(10px, 2vw, 12px);
  }

  .p-footer__copyright {
    margin-top: 1.625rem;
  }

  .p-footer__top-btn {
    width: 100px;
    height: 100px;
    bottom: clamp(41px, 16vw, 120px);
    right: 0;
  }

  .p-footer__fix {
    padding: 0;
  }

  .p-footer__fix-btn-box {
    gap: 0;
  }
}

.p-header {
  width: 100%;
  z-index: 30;
  padding: 1.1875rem 3.75rem 1.1875rem 0;
}

.p-header .p-header__body {
  justify-content: space-between;
}

.p-header__logo {
  width: 12.5rem;
}

.p-header__cta {
  margin-left: auto;
  margin-right: 0;
  gap: 0.9125rem;
  flex-shrink: 1;
}

.p-header__cta-btn {
  max-width: 10rem;
}

@media screen and (max-width: 768px) {
  .p-header {
    padding: 0;
  }

  .p-header__inner {
    padding: 0 0 0 15px;
  }

  .p-header .p-header__cta {
    display: none;
  }

  .p-header__logo {
    width: 100%;
    max-width: 10.40625rem;
  }
}

.p-merchandise {
  padding: 5.875rem 0 8.125rem;
}

.p-merchandise__items-wrap {
  margin-top: 5rem;
}

.p-merchandise__items {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.9375rem;
}

.p-merchandise__items:not(:first-of-type) {
  margin-top: 3.75rem;
}

.p-merchandise__item {
  width: 32%;
}

@media screen and (max-width: 768px) {
  .p-merchandise {
    padding: 3.125rem 0;
  }

  .p-merchandise__items-wrap {
    margin-top: 2.5rem;
  }

  .p-merchandise__items {
    max-width: 37.5rem;
    margin: 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.875rem;
  }

  .p-merchandise__items:not(:first-of-type) {
    margin-top: 1.875rem;
  }

  .p-merchandise__item {
    width: 100%;
  }
}

.p-mv {
  background-image: url("../images/mv-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 2.5rem;
  padding: 3.48125rem 1.25rem 4.375rem;
  padding: 4.875rem 1.25rem 7rem;
}

.p-mv__image01 {
  width: 100%;
  max-width: 57rem;
  margin: 0 auto;
}

.p-mv__image02 {
  width: 100%;
  max-width: 53.6875rem;
  margin: 0 auto;
  margin-top: 0.9375rem;
}

.p-mv__text {
  font-size: 0.75rem;
  line-height: 2;
  color: #fff;
  margin-top: 1.875rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-mv {
    background-image: url("../images/mv-bg-sp.png");
    padding-bottom: 0;
    padding: 4.375rem 0 6.25rem;
  }

  .p-mv__image01 {
    max-width: 37.5rem;
  }

  .p-mv__image02 {
    max-width: 73.75%;
  }

  .p-mv__text {
    font-size: clamp(10px, 2vw, 12px);
  }
}

.p-package {
  padding: 4rem 0 7.5rem;
}

.p-package__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.7%;
  margin-top: 4.375rem;
}

.p-package__text {
  font-size: 0.75rem;
  line-height: 2;
  margin-top: 1.875rem;
}

@media screen and (max-width: 768px) {
  .p-package {
    padding: 3.125rem 0;
  }

  .p-package__items {
    width: 88.8%;
    max-width: 37.5rem;
    max-width: 33rem;
    margin: 0 auto;
    grid-template-columns: 1fr;
    margin-top: 2.8125rem;
    gap: 1.25rem;
  }

  .p-package__text {
    font-size: max(0.75rem, 10px);
  }
}

.p-reason {
  background: #D3F4FF;
}

.p-reason__section-title {
  max-width: 59.5rem;
  margin: 0 auto;
}

.p-reason__main-item {
  margin-top: 5rem;
}

.p-reason__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5rem 7.4%;
  margin-top: 5rem;
}

.p-reason__item--character {
  position: relative;
}

.p-reason__item--character::before {
  content: "";
  width: 4.5625rem;
  height: 5.0625rem;
  position: absolute;
  top: -3.125rem;
  left: 20%;
  background-image: url("../images/reason-item04-character.png");
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (max-width: 768px) {
  .p-reason {
    padding: 3.125rem 0;
  }

  .p-reason__section-title h2 {
    max-width: 37.5rem;
    margin: 0 auto;
    padding-bottom: 1.25rem;
  }

  .p-reason__main-item {
    max-width: 37.5rem;
    margin: 0 auto;
    margin-top: 3.125rem;
  }

  .p-reason__items {
    max-width: 37.5rem;
    margin: 0 auto;
    grid-template-columns: 1fr;
    margin-top: 2.5rem;
    gap: 2.5rem;
  }

  .p-reason__item--character::before {
    content: "";
    width: 12%;
    height: 13%;
    top: -5%;
    left: 20%;
  }
}

.p-service__image01 {
  margin-top: 5rem;
}

.p-service__image02 {
  position: relative;
  margin-top: 3.125rem;
}

.p-service__image02::before {
  content: "";
  width: 2.625rem;
  height: 2.6875rem;
  position: absolute;
  top: -1.25rem;
  left: 50%;
  transform: translateX(-50%);
  background-image: url("../images/service-treat-icon01.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.p-service__image03 {
  position: relative;
  margin-top: 6.875rem;
}

.p-service__image03::before {
  content: "";
  width: 12.1875rem;
  height: 1.6875rem;
  position: absolute;
  top: -4.0625rem;
  left: 50%;
  transform: translateX(-50%);
  background-image: url("../images/service-treat-icon02.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.p-service__text {
  font-size: 0.75rem;
  line-height: 2;
  margin-top: 1.5rem;
}

@media screen and (max-width: 768px) {
  .p-service__image {
    max-width: 37.5rem;
    margin: 0 auto;
  }

  .p-service__image01 {
    margin-top: 3.125rem;
  }

  .p-service__image03 {
    margin-top: 5rem;
  }

  .p-service__image02::before {
    content: "";
    width: 9.17%;
    height: -webkit-fill-available;
    top: -1.6875rem;
    left: 50%;
  }

  .p-service__image03::before {
    content: "";
    width: 36.7%;
    height: -webkit-fill-available;
    top: -3.125rem;
  }

  .p-service__text {
    max-width: 37.5rem;
    margin: 0 auto;
    margin-top: 1.5rem;
  }
}

.p-worries {
  position: relative;
  background-image: url("../images/worries-bg01.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 6.375rem 0 3.125rem;
}

.p-worries-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.p-worries__section-title {
  max-width: 46.75rem;
  margin: 0 auto;
}

.p-worries__items {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.7%;
}

.p-worries__items--row03 {
  margin-top: 3.9375rem;
}

.p-worries__items--row04 {
  margin-top: 4.1875rem;
  padding-bottom: 8.125rem;
}

.p-worries__item {
  width: 25%;
  max-width: 15.5rem;
  max-width: 22.5%;
}

.p-worries02 {
  position: relative;
  margin-top: -6.25rem;
}

.p-worries-bg02 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: linear-gradient(transparent 0%, transparent 50%, #D3F4FF 50%, #D3F4FF 100%);
}

.p-worries02__section-title {
  position: relative;
  padding: 3.125rem 0 1.875rem;
}

@media screen and (min-width: 1801px) {
  .p-worries02__section-title {
    padding: 5.2vw 0 4.8vw;
  }
}

@media screen and (max-width: 768px) {
  .p-worries {
    padding: 4.0625rem 0 0;
  }

  .p-worries__section-title {
    max-width: 34.375rem;
  }

  .p-worries .p-worries__items {
    max-width: 37.5rem;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
    margin-top: 2.5rem;
  }

  .p-worries__item {
    width: 100%;
    max-width: 100%;
  }

  .p-worries .p-worries__items--row04 {
    margin-top: 1.25rem;
  }

  .p-worries02__section-title {
    max-width: 37.5rem;
    margin: 0 auto;
    padding: 1.25rem 0 0.625rem;
  }
}

.u-is-pc {
  display: block;
}

@media screen and (max-width: 768px) {
  .u-is-pc {
    display: none;
  }
}

.u-is-sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .u-is-sp {
    display: block;
  }
}

.u-is-600 {
  display: none;
}

@media screen and (max-width: 600px) {
  .u-is-600 {
    display: block;
  }
}

.u-flex {
  display: flex;
  align-items: center;
  justify-content: center;
}

.u-is-1190 {
  display: none;
}

@media screen and (max-width: 1190px) {
  .u-is-1190 {
    display: block;
  }
}

.u-mt0 {
  margin-top: 0;
}

.u-mt10 {
  margin-top: 0.625rem;
}

/*# sourceMappingURL=style.css.map */