@charset "UTF-8";
html {
  font-size: 100%;
}
@media (max-width: 1050px) {
  html {
    font-size: 1.5238095238vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 100%;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

html * {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); /* Android */
}

*:focus {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); /* Android */
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); /* Android */
}

body.fixed {
  width: 100%;
  overflow: hidden;
}

body {
  font-family: "Noto Sans JP";
  color: #333;
}

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

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

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

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

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

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

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

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

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

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

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

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.l-about {
  margin-top: 8.125rem;
  padding: 5rem 0 6.625rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(149, 230, 249)), to(rgba(149, 230, 249, 0)));
  background: linear-gradient(rgb(149, 230, 249), rgba(149, 230, 249, 0));
}
@media screen and (max-width: 767px) {
  .l-about {
    margin-top: 1.25rem;
    padding: 2.1875rem 0;
  }
}

footer {
  text-align: center;
  background: #99E7F9;
  padding: 3.3125rem 0 1.25rem;
}

.l-inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1050px;
  padding-right: 1.5625rem;
  padding-left: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .l-inner {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}

.l-mv {
  background: url(../../images/top-bg.png) top center/cover;
  background-repeat: no-repeat;
  margin-top: -6.875rem;
  height: auto;
  min-height: 33.625rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .l-mv {
    background: url(../../images/top-bg-sp.png) top center/cover;
    height: auto;
    background-repeat: no-repeat;
    min-height: 30.0625rem;
  }
}

.l-price {
  background: #C2F1FB;
  padding: 4.125rem 0 7rem;
}
@media screen and (max-width: 767px) {
  .l-price {
    padding-top: 3.125rem;
    padding-bottom: 2.8125rem;
  }
}

.l-profile {
  padding: 4.875rem 0 2.5rem;
}
@media screen and (max-width: 767px) {
  .l-profile {
    padding: 3.4375rem 0;
  }
}

.l-profile__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 3.9375rem;
  margin-left: 3.125rem;
}
@media screen and (max-width: 767px) {
  .l-profile__wrap {
    display: block;
    margin-left: 0;
    margin-top: 3.4375rem;
  }
}

.l-service {
  margin-top: 0.9375rem;
  padding-bottom: 6.9375rem;
}
@media screen and (max-width: 767px) {
  .l-service {
    margin-top: 1.875rem;
    padding-bottom: 3.125rem;
  }
}

.l-service__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 4.5rem;
}
@media screen and (max-width: 767px) {
  .l-service__top {
    display: block;
    width: 17.5rem;
    margin: 3.6875rem auto 0;
  }
}

.l-service__middle {
  border-radius: 30px;
  background: rgba(194, 241, 251, .5);
  padding: 0.9375rem 1.5625rem 1.875rem;
  position: relative;
  margin: 5.5rem auto 0;
  width: 62.5rem;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .l-service__middle {
    margin-top: 5rem;
    padding: 0.9375rem 0.625rem 1.5625rem;
    width: 20.8125rem;
    max-width: 100%;
  }
}

.l-service__bottom {
  margin-top: 4.9375rem;
}
@media screen and (max-width: 767px) {
  .l-service__bottom {
    margin-top: 3.75rem;
  }
}

.c-box {
  background: #fff;
  border-radius: 1.875rem 0 0 0;
  text-align: center;
  padding-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .c-box {
    padding-top: 1.875rem;
  }
}

.c-box__title {
  font-size: 1.5rem;
  line-height: 1.25;
}
@media screen and (max-width: 767px) {
  .c-box__title {
    font-size: 1.125rem;
  }
}

.c-box__sub-title {
  margin-top: 0.375rem;
  line-height: 1.875;
}

.c-box__content {
  font-size: 1.5rem;
  line-height: 1.25;
  margin-top: 1.3125rem;
}
@media screen and (max-width: 767px) {
  .c-box__content {
    font-size: 1rem;
    line-height: 1.6666666667;
    margin-top: 0.4375rem;
  }
}
.c-box__content span {
  font-size: 1.25rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .c-box__content span {
    font-size: 1rem;
    line-height: 2.5;
  }
}

.content2 {
  margin-top: 2.3125rem;
}
@media screen and (max-width: 767px) {
  .content2 {
    margin-top: 0.875rem;
  }
}

.text2 {
  margin-top: 2.3125rem;
}
@media screen and (max-width: 767px) {
  .text2 {
    margin-top: 0.875rem;
  }
}

.c-box__text {
  line-height: 1.875;
  margin-top: 1.6875rem;
}
@media screen and (max-width: 767px) {
  .c-box__text {
    font-size: 0.9375rem;
    line-height: 2;
    margin-top: 1.0625rem;
  }
}

.c-box__icon {
  margin: 0.625rem auto 0;
  width: 4.6875rem;
  aspect-ratio: 1;
}
@media screen and (max-width: 767px) {
  .c-box__icon {
    width: 3.75rem;
    margin-top: 0;
  }
}
.c-box__icon a {
  text-align: center;
}
.c-box__icon a img {
  margin: auto;
}

.c-card {
  border: 3px solid #75ACBA;
  padding: 0 1.5625rem;
  height: 22.125rem;
}
.c-card__img {
  margin-left: auto;
  margin-right: auto;
}
.c-card__img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.card__img1 {
  aspect-ratio: 248/161;
  width: 15.5rem;
  margin-bottom: 1.625rem;
  margin-top: 2.5625rem;
}

.card__img2 {
  aspect-ratio: 230/173;
  width: 14.375rem;
  margin-bottom: 0.75rem;
  margin-top: 2.1875rem;
}

.card__img3 {
  aspect-ratio: 230/162;
  width: 14.375rem;
  margin-bottom: 1.0625rem;
  margin-top: 2.5625rem;
}

.c-card__text {
  line-height: 1.875;
}
.c-card__text span {
  font-size: 1.25rem;
  line-height: 1.25;
}

.c-section-title {
  font-size: 2rem;
  font-family: "Kiwi Maru";
  font-weight: 500;
  position: relative;
  padding-bottom: 0.9375rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-section-title {
    font-size: 1.25rem;
    padding-bottom: 0.625rem;
  }
}
.c-section-title::after {
  position: absolute;
  content: "";
  background: #014981;
  width: 2.8125rem;
  height: 0.1875rem;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .c-section-title::after {
    height: 0.125rem;
    width: 1.875rem;
  }
}

.c-sub-title {
  font-weight: 500;
  font-family: "Kiwi Maru";
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .c-sub-title {
    font-size: 1.125rem;
  }
}

.p-about__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-about__contents {
    display: block;
    margin-top: 2.4375rem;
  }
}

.p-about__img {
  aspect-ratio: 250/164;
  width: 15.625rem;
  margin-right: 5.375rem;
  margin-left: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-about__img {
    width: 8.125rem;
    margin: auto;
  }
}
.p-about__img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-about__text {
  line-height: 2.5;
  letter-spacing: 0.05em;
  width: 29.25rem;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .p-about__text {
    margin: 1.875rem auto 0;
    line-height: 1.875;
    letter-spacing: 0.05rem;
    width: 20.9375rem;
  }
}

.p-drawer {
  position: fixed;
  top: 0.9375rem;
  right: 1.25rem;
  z-index: 300;
  -webkit-transition: -webkit-transform 0.5s ease 0s;
  transition: -webkit-transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
  z-index: 300;
}
.p-drawer.is-active .c-icon__bar1 {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 0.5rem;
}
.p-drawer.is-active .c-icon__bar2 {
  display: none;
}
.p-drawer.is-active .c-icon__bar3 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 0.5rem;
}

.p-drawer__logo {
  aspect-ratio: 1;
  width: 3.125rem;
  margin-top: 1.375rem;
  margin-left: 1.25rem;
}
.p-drawer__logo img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-drawer__icon {
  width: 1.25rem;
  height: 1.25rem;
  display: block;
  cursor: pointer;
  position: fixed;
  top: 0.9375rem;
  right: 1.25rem;
}
.p-drawer__icon.is-active {
  top: 0.9375rem;
  right: 1.25rem;
  position: fixed;
  z-index: 500;
}

.c-icon__bar1,
.c-icon__bar2,
.c-icon__bar3 {
  position: absolute;
  width: 1.6875rem;
  height: 0.125rem;
  background: #333;
  top: 0;
  left: 0;
}

.c-icon__bar1 {
  top: 0;
}

.c-icon__bar2 {
  top: 8px;
}

.c-icon__bar3 {
  top: 1rem;
}

.c-icon__text {
  display: none;
  font-family: "Kiwi Maru";
  line-height: 1.875;
  position: fixed;
  top: 1.875rem;
  right: 0.3125rem;
}
.c-icon__text.is-active {
  display: block;
}

.p-drawer__content {
  width: 100%;
  height: 100%;
  position: fixed;
  right: 0;
  top: 0;
  background: #E0F8FD;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .16);
          box-shadow: 0 0 3px rgba(0, 0, 0, .16);
  z-index: 200;
  -webkit-transform: translateX(105%);
          transform: translateX(105%);
  -webkit-transition: -webkit-transform 0.5s ease 0s;
  transition: -webkit-transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
}
.p-drawer__content.is-active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.p-drawer__item {
  border-bottom: 0.125rem solid #fff;
  width: 14rem;
  margin: 0.75rem auto 0;
}
.p-drawer__item a {
  display: block;
  color: #333;
  text-decoration: none;
  padding: 0.75rem 1.25rem 0.5rem;
  font-size: 1.25rem;
}

.footer__sub-title {
  font-size: 1.75rem;
  letter-spacing: 0.3rem;
  font-family: "Kiwi Maru";
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .footer__sub-title {
    font-size: 0.875rem;
    letter-spacing: 0.1rem;
  }
}

.footer__title {
  font-size: 2.875rem;
  letter-spacing: 0.45rem;
  font-family: "Kiwi Maru";
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .footer__title {
    font-size: 1.25rem;
    letter-spacing: 0.15rem;
  }
}

.footer__tel {
  font-size: 2.375rem;
  letter-spacing: 0.39375rem;
  color: #014981;
  padding-bottom: 0.3125rem;
  position: relative;
  width: 26.875rem;
  margin: auto;
  padding-left: 1.25rem;
}
@media screen and (max-width: 767px) {
  .footer__tel {
    font-size: 1.125rem;
    margin-top: 0.75rem;
    width: 18.75rem;
    margin: 0.625rem auto 0;
  }
}
.footer__tel::before {
  position: absolute;
  content: "";
  top: 7%;
  left: -1%;
  width: 3.125rem;
  height: 3.25rem;
  background: url(../images/tel.svg) center center/contain;
  background-repeat: no-repeat;
  -webkit-transform: rotate(4.392deg);
          transform: rotate(4.392deg);
}
@media screen and (max-width: 767px) {
  .footer__tel::before {
    width: 1.25rem;
    height: 1.25rem;
    left: 8%;
    top: 15%;
  }
}
.footer__tel::after {
  position: absolute;
  width: 25rem;
  max-width: 100%;
  height: 0.1875rem;
  bottom: 0;
  left: 0;
  content: "";
  background: #014981;
}
@media screen and (max-width: 767px) {
  .footer__tel::after {
    height: 0.125rem;
    width: 15.625rem;
    left: 6%;
  }
}

.copy-right {
  font-size: 0.875rem;
  color: #fff;
  font-weight: 300;
  line-height: 1.5;
  margin-top: 1.1875rem;
}

/* ページトップボタン */
.js-pagetop {
  bottom: 0;
  padding: 20px;
  position: fixed;
  right: 0;
  cursor: pointer;
}

header {
  top: 0;
  left: 0;
  width: 100%;
  height: 5rem;
}

.p-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1.75rem;
}
@media screen and (max-width: 767px) {
  .p-header {
    margin-top: 1rem;
    display: block;
    margin-left: 1.875rem;
  }
}

.p-header__left {
  font-family: "Kiwi Maru";
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.25;
  margin-right: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-header__left {
    font-size: 1rem;
  }
}

.p-header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-header__right:not(:first-child) {
  margin-left: 2.5rem;
}

.p-header__nav {
  font-size: 1.25rem;
  line-height: 1.5;
}
.p-header__nav:not(:first-child) {
  margin-left: 2.5rem;
}

.p-mv {
  position: relative;
}

@media screen and (min-width: 767px) {
  .p-mv__contents {
    position: absolute;
    top: 16.875rem;
    margin-left: 0.625rem;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__contents {
    position: relative;
    top: 8.75rem;
    margin-left: 1.25rem;
  }
}

.p-mv__sub-title {
  font-size: 1.875rem;
  font-weight: 500;
  letter-spacing: 0.3rem;
  font-family: "Kiwi Maru";
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-mv__sub-title {
    font-size: 1rem;
    letter-spacing: 0.1rem;
    text-align: center;
  }
}

.p-mv__title {
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  font-family: "Kiwi Maru";
  margin-left: -0.5rem;
}
@media screen and (max-width: 767px) {
  .p-mv__title {
    font-size: 1.5rem;
    letter-spacing: 0.15rem;
    text-align: center;
    margin-left: 0;
  }
}

.p-mv__tel {
  color: #014981;
  font-size: 2.375rem;
  padding-bottom: 0.3125rem;
  position: relative;
  padding-left: 3.75rem;
  margin-top: 5.625rem;
  letter-spacing: 0.39375rem;
  font-family: "Noto Sans JP";
}
@media screen and (max-width: 767px) {
  .p-mv__tel {
    font-size: 1.25rem;
    margin-top: 13.125rem;
    letter-spacing: 0.015em;
    padding-left: 1.25rem;
    text-align: center;
    padding-bottom: 0;
    width: 18.75rem;
    margin: 12.6875rem auto 0;
  }
}
.p-mv__tel::before {
  position: absolute;
  content: "";
  top: 7%;
  left: 0;
  width: 3.125rem;
  height: 3.25rem;
  background: url(../images/tel.svg) center center/contain;
  background-repeat: no-repeat;
  -webkit-transform: rotate(4.392deg);
          transform: rotate(4.392deg);
}
@media screen and (max-width: 767px) {
  .p-mv__tel::before {
    width: 1.25rem;
    height: 1.25rem;
    left: 4.0625rem;
    top: 17%;
  }
}
.p-mv__tel::after {
  position: absolute;
  width: 25rem;
  max-width: 100%;
  height: 0.1875rem;
  bottom: 0;
  left: 0;
  content: "";
  background: #014981;
}
@media screen and (max-width: 767px) {
  .p-mv__tel::after {
    height: 0.125rem;
    width: 10.625rem;
    left: 4.0625rem;
  }
}

.p-mv__img {
  aspect-ratio: 450/322;
  width: 28.125rem;
  max-width: 100%;
}
@media screen and (min-width: 767px) {
  .p-mv__img {
    position: absolute;
    top: 19.625rem;
    right: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__img {
    position: relative;
    top: 11.25rem;
    width: 13.75rem;
    margin: auto;
  }
}
.p-mv__img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-price {
  background: #C2F1FB;
}

.p-price__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-price__contents {
    display: block;
    margin: 2.1875rem auto 0;
    width: 20.9375rem;
  }
}

.p-price__box {
  width: 50%;
  height: 23.125rem;
}
@media screen and (max-width: 767px) {
  .p-price__box {
    width: 100%;
    height: 17.5rem;
  }
}
.p-price__box:not(:first-child) {
  margin-left: 5.3125rem;
}
@media screen and (max-width: 767px) {
  .p-price__box:not(:first-child) {
    margin-left: 0;
    margin-top: 2.6875rem;
  }
}

.p-profile__logo {
  aspect-ratio: 1;
  width: 15.625rem;
}
@media screen and (max-width: 767px) {
  .p-profile__logo {
    margin: auto;
    width: 9.375rem;
  }
}
.p-profile__logo img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-profile__contents {
  margin-left: 5.125rem;
}
@media screen and (max-width: 767px) {
  .p-profile__contents {
    margin-left: 0;
  }
}

.p-profile__text {
  line-height: 2.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-profile__text {
    letter-spacing: 0;
    font-size: 0.9375rem;
    line-height: 2.3333333333;
    margin: 3.125rem auto;
    width: 20.9375rem;
  }
}
.p-profile__text span {
  font-size: 2.25rem;
  line-height: 1.1111111111;
}
@media screen and (max-width: 767px) {
  .p-profile__text span {
    text-align: center;
    font-size: 1.5rem;
    letter-spacing: 0.15rem;
    line-height: 1.6666666667;
    display: block;
    margin-bottom: 0.625rem;
  }
}

.p-profile__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2.375rem;
}
@media screen and (max-width: 767px) {
  .p-profile__link {
    display: block;
  }
}

.p-link__title {
  line-height: 1.875;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-link__title {
    text-align: center;
  }
}

.p-line-link {
  width: 9.375rem;
  aspect-ratio: 1;
  margin: auto;
}
.p-line-link img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-profile__twitter {
  margin-left: 3.8125rem;
}
@media screen and (max-width: 767px) {
  .p-profile__twitter {
    margin-left: 0;
    margin-top: 1.75rem;
  }
}

.p-link-twitter {
  width: 23.5625rem;
  max-width: 100%;
  margin: 0.625rem auto;
  text-align: center;
}

.twitter-timeline {
  margin-left: auto;
  margin-right: auto;
}

.p-service__text {
  text-align: center;
  line-height: 2.5;
  margin-top: 1.4375rem;
}
@media screen and (max-width: 767px) {
  .p-service__text {
    line-height: 1.875;
  }
}

.p-service__top-title {
  position: relative;
  padding-left: 2.5rem;
}
.p-service__top-title::before {
  position: absolute;
  width: 9.375rem;
  height: 9.375rem;
  content: "";
  background: rgba(153, 231, 249, .6);
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-service__top-title::before {
    width: 3.5625rem;
    height: 3.5625rem;
  }
}

@media screen and (max-width: 767px) {
  .p-service__top-lists {
    margin-top: 1.5625rem;
  }
}

.p-service__top-list {
  font-size: 1.25rem;
  line-height: 2;
  position: relative;
  padding-left: 2.9375rem;
  margin-left: 4rem;
}
@media screen and (max-width: 767px) {
  .p-service__top-list {
    margin-left: 0;
    padding-left: 1.875rem;
    font-size: 1rem;
    line-height: 1.5625;
  }
}
.p-service__top-list:not(:first-child) {
  margin-top: 1.25rem;
}
.p-service__top-list::before {
  position: absolute;
  content: "";
  width: 1.875rem;
  height: 1.875rem;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../../images/check.svg) center center/contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-service__top-list::before {
    top: 5%;
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
    width: 1.5625rem;
    height: 1.5625rem;
  }
}

.p-middle-title {
  text-align: center;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.p-middle-title h3 {
  font-family: "Kiwi Maru";
  font-size: 1.5rem;
  line-height: 1.875;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .p-middle-title h3 {
    font-size: 1.25rem;
  }
}

.p-middle__sub-title {
  font-size: 1.5rem;
  line-height: 1.875;
  text-align: center;
  margin-top: 0.3125rem;
  font-size: 1.125rem;
}

.p-middle__text {
  font-size: 1.125rem;
  margin-top: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-middle__text {
    font-size: 0.875rem;
    margin-top: 1.875rem;
    line-height: 2.1428571429;
  }
}
.p-middle__text span {
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-middle__text span {
    font-size: 1rem;
    line-height: 1.875;
  }
}

.p-middle__bottom {
  margin-top: 3.4375rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-middle__bottom {
    margin-top: 4.375rem;
  }
}

.p-middle__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-middle__items {
    padding-top: 1.875rem;
  }
}

.p-middle__item {
  background: #C2F1FB;
  width: 8.0625rem;
  height: 8.0625rem;
  text-align: center;
  border-radius: 50%;
  padding-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-middle__item {
    width: 5.3125rem;
    height: 5.3125rem;
    padding-top: 1.875rem;
  }
}
.p-middle__item:not(:first-child) {
  margin-left: 2.125rem;
}
@media screen and (max-width: 767px) {
  .p-middle__item:not(:first-child) {
    margin-left: 0.9375rem;
  }
}

.p-bottom__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 2.4375rem;
}
@media screen and (max-width: 767px) {
  .p-bottom__contents {
    display: block;
    margin-top: 1.25rem;
  }
}

.p-service__title {
  text-align: center;
}
.p-service__title h3 {
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 1.6666666667;
}
@media screen and (max-width: 767px) {
  .p-service__title h3 {
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 767px) {
  .p-service__card {
    width: 18.75rem;
    max-width: 100%;
    margin: auto;
  }
}

.arrow__img {
  aspect-ratio: 1;
  width: 5.375rem;
  margin-right: 0.75rem;
}
@media screen and (max-width: 767px) {
  .arrow__img {
    width: 2.1875rem;
    margin: 0 auto 0.3125rem;
  }
}
.arrow__img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-test {
  color: red;
  font-size: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-test {
    font-size: 1.5625rem;
  }
}

@media screen and (max-width: 767px) {
  .u-desktop {
    display: none;
  }
}

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