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

body {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  color: #3E3E3E;
  background-color: #F3F3F3;
}

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

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

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

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

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

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

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

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

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

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

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

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.l-access {
  padding-top: 2.6875rem;
  padding-bottom: 3.75rem;
}
@media screen and (min-width: 768px) {
  .l-access {
    padding-top: 7.375rem;
    padding-bottom: 8rem;
  }
}

.l-comments {
  padding-bottom: 3.8125rem;
}
@media screen and (min-width: 768px) {
  .l-comments {
    padding-bottom: 7.5625rem;
  }
}

.l-contact {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .l-contact {
    padding-top: 3.8125rem;
    padding-bottom: 3.75rem;
  }
}

.l-footer {
  padding-top: 3rem;
  padding-bottom: 3.5625rem;
}
@media screen and (min-width: 768px) {
  .l-footer {
    padding-bottom: 3.75rem;
  }
}

.l-inner {
  width: 100%;
  padding-right: 1.0625rem;
  padding-left: 1.0625rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .l-inner {
    max-width: 1010px;
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}

.l-mv {
  padding-top: 14.3125rem;
}
@media screen and (min-width: 768px) {
  .l-mv {
    padding-top: 14.75rem;
  }
}

@media screen and (min-width: 768px) {
  .l-news {
    padding-top: 7.5625rem;
  }
}

.l-price {
  padding-top: 2.75rem;
  padding-bottom: 3.75rem;
}
@media screen and (min-width: 768px) {
  .l-price {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }
}

.l-qa {
  padding-top: 2.75rem;
  padding-bottom: 3.75rem;
}
@media screen and (min-width: 768px) {
  .l-qa {
    padding-top: 3.75rem;
    padding-bottom: 7.5rem;
  }
}

.l-service {
  padding-top: 2.75rem;
}
@media screen and (min-width: 768px) {
  .l-service {
    padding-top: 3.75rem;
  }
}

.c-accordion {
  border-radius: 4px;
  background-color: #FFFFFF;
}

.c-accordion__question-title {
  position: relative;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
  padding: 1rem 3.5rem;
}

.c-accordion__question-title::before {
  position: absolute;
  content: "q";
  font-size: 0.9375rem;
  font-weight: 600;
  color: #FFFFFF;
  text-transform: capitalize;
  background-color: #3B69FF;
  border-radius: 50%;
  left: 1rem;
  padding: 0.0625rem 0.3125rem 0.0625rem 0.3125rem;
}
@media screen and (min-width: 768px) {
  .c-accordion__question-title::before {
    left: 1.0625rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.c-accordion__icon {
  position: absolute;
  display: block;
  width: 1rem;
  height: 1rem;
  top: 50%;
  right: 1rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-accordion__icon span {
  position: absolute;
  background-color: #3B69FF;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.c-accordion__icon span:nth-of-type(1) {
  width: 1rem;
  height: 0.125rem;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-accordion__icon span:nth-of-type(2) {
  width: 0.125rem;
  height: 1rem;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.c-accordion__icon.is-active span:nth-of-type(2) {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.c-accordion__content {
  display: none;
  padding: 0 1rem 1rem 1rem;
}

.c-accordion__answer {
  font-size: 0.875rem;
  font-weight: 500;
  background-color: rgba(59, 105, 255, .2);
  border-radius: 4px;
  padding: 0.375rem 1rem 0.4375rem 0.75rem;
}
@media screen and (min-width: 768px) {
  .c-accordion__answer {
    font-size: 1rem;
    padding: 0.6875rem 1rem 0.8125rem;
  }
}

.c-btn1 {
  display: inline-block;
  font-weight: 700;
  color: #FFFFFF;
  text-align: center;
  line-height: 1;
  background-color: #FFAA3B;
  padding: 1rem 2rem;
  border-radius: 0.625rem;
  -webkit-box-shadow: 0px 3px 5px rgba(62, 62, 62, .2);
          box-shadow: 0px 3px 5px rgba(62, 62, 62, .2);
  min-width: 13.875rem;
}
@media screen and (min-width: 768px) {
  .c-btn1 {
    font-size: 1.125rem;
    letter-spacing: 0.045em;
    padding: 1rem 3rem;
  }
}

@media screen and (min-width: 768px) {
  .c-btn1:hover {
    opacity: 1;
  }
}

.c-btn2 {
  display: inline-block;
  font-size: 1.125rem;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.2em;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
  background-color: #FFFFFF;
  min-width: 16.75rem;
  border: solid 1px #707070;
  padding: 1rem 5.875rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .c-btn2 {
    font-size: 1.25rem;
    min-width: 14.8125rem;
    letter-spacing: 0.2em;
    padding: 1.25rem 4.1875rem;
  }
}

@media screen and (min-width: 768px) {
  .c-btn2:hover {
    background-color: #3E3E3E;
    color: #FFFFFF;
  }
}

.c-card1 {
  position: relative;
  display: block;
  padding: 0.875rem 3.4375rem 0.625rem 1rem;
}
@media screen and (min-width: 768px) {
  .c-card1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 2.3125rem 3rem 2.3125rem 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}

.c-card1::before {
  position: absolute;
  display: block;
  content: "";
  width: 0.8125rem;
  height: 1.375rem;
  background: url(./../images/arrow-black.svg) no-repeat center center/contain;
  top: 50%;
  right: 0.875rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (min-width: 768px) {
  .c-card1:hover {
    background-color: rgba(73, 115, 255, .1019607843);
    color: #3E3E3E;
  }
}

.c-card1__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .c-card1__meta {
    width: 18.0625rem;
  }
}

.c-card1__time {
  display: block;
  font-size: 0.875rem;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  letter-spacing: 0.035em;
}
@media screen and (min-width: 768px) {
  .c-card1__time {
    font-size: 1.125rem;
    letter-spacing: 0.045em;
  }
}

.c-card1__tag {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.03em;
  text-align: center;
  padding: 0.25rem 0.875rem;
  border: solid 2px #3B69FF;
  border-radius: 3.125rem;
  margin-left: 1.3125rem;
}
@media screen and (min-width: 768px) {
  .c-card1__tag {
    font-size: 0.875rem;
    letter-spacing: 0.035em;
    padding: 0.5rem 1.8125rem;
    margin-left: 2.3125rem;
  }
}

.c-card1__text {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  margin-top: 0.4375rem;
}
@media screen and (min-width: 768px) {
  .c-card1__text {
    font-size: 1.125rem;
    line-height: 1.6;
    letter-spacing: 0.045em;
    width: calc(100% - 20.875rem);
    margin-top: 0;
    margin-left: 0.6875rem;
  }
}

.c-card2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-card2__img {
  width: 3.75rem;
  height: 3.75rem;
  aspect-ratio: 60/60;
}
@media screen and (min-width: 768px) {
  .c-card2__img {
    width: 6.25rem;
    height: 6.25rem;
    aspect-ratio: 100/100;
  }
}

.c-card2__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-card2__comments-text {
  width: calc(100% - 3.75rem);
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.4285714286;
  margin-left: 1.25rem;
}
@media screen and (min-width: 768px) {
  .c-card2__comments-text {
    width: calc(100% - 6.25rem);
    font-size: 1rem;
    line-height: 1.5;
    margin-left: 2rem;
  }
}

.c-hamburger {
  display: block;
  position: relative;
  cursor: pointer;
  width: 1.625rem;
  height: 1.25rem;
  z-index: 9999;
}
@media screen and (min-width: 768px) {
  .c-hamburger {
    display: none;
  }
}

.c-hamburger span {
  display: inline-block;
  position: absolute;
  background-color: #FFFFFF;
  width: 1.5rem;
  height: 0.125rem;
  border-radius: 50px;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.c-hamburger span:nth-of-type(1) {
  top: 0;
}

.c-hamburger span:nth-of-type(2) {
  top: 0.3125rem;
}

.c-hamburger span:nth-of-type(3) {
  top: 0.625rem;
}

.c-hamburger.is-active span:nth-child(1) {
  top: 0.3125rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.c-hamburger.is-active span:nth-child(2) {
  opacity: 0;
}

.c-hamburger.is-active span:nth-child(3) {
  top: 0.3125rem;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.c-logo {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 1.4375rem;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1;
}

.c-swiper {
  display: block;
  background-color: #FFFFFF;
}

.c-swiper__img {
  width: 100%;
}

.c-swiper__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-swiper__body {
  padding: 0.625rem 0.75rem;
}
@media screen and (min-width: 768px) {
  .c-swiper__body {
    padding: 0.875rem 1rem 1.25rem;
  }
}

.c-swiper__title {
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.1428571429;
}
@media screen and (min-width: 768px) {
  .c-swiper__title {
    font-size: 1.25rem;
    line-height: 1.2;
    letter-spacing: 0;
  }
}

.c-swiper__text {
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.5;
  margin-top: 0.5625rem;
}
@media screen and (min-width: 768px) {
  .c-swiper__text {
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0;
    margin-top: 0.5rem;
  }
}

.swiper-container {
  margin-right: auto;
  margin-left: auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.swiper-pagination-bullet {
  width: 0.75rem;
  height: 0.75rem;
  background: #FFFFFF;
  margin: 0 0.625rem !important;
}

.swiper-pagination-bullets.swiper-pagination-horizontal {
  text-align: left;
}

.c-title {
  display: inline-block;
  font-size: 1.875rem;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  text-transform: capitalize;
}
@media screen and (min-width: 768px) {
  .c-title {
    font-size: 2.3125rem;
  }
}

.c-title2 {
  display: inline-block;
  font-size: 2rem;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  color: #E3E3E3;
  line-height: 1;
  text-transform: capitalize;
}
@media screen and (min-width: 768px) {
  .c-title2 {
    font-size: 2.5rem;
  }
}

.c-totop {
  position: fixed;
  width: 3.125rem;
  aspect-ratio: 50/50;
  bottom: 0.8125rem;
  right: 1rem;
  z-index: 9998;
}
@media screen and (min-width: 768px) {
  .c-totop {
    bottom: 2.6875rem;
    right: 2.5rem;
  }
}

.c-totop img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 768px) {
  .c-totop:hover {
    cursor: pointer;
  }
}

.p-access {
  background-color: #3E3E3E;
}
@media screen and (min-width: 768px) {
  .p-access {
    position: relative;
    background-color: #F3F3F3;
  }
}

@media screen and (min-width: 768px) {
  .p-access::before {
    position: absolute;
    content: "";
    background-color: #3E3E3E;
    width: 76.5625%;
    height: 67.1052631579%;
    top: 0;
    left: 0;
  }
}

.p-access__inner.l-inner {
  padding-right: 1rem;
  padding-left: 1rem;
}
@media screen and (min-width: 768px) {
  .p-access__inner.l-inner {
    max-width: 73.75rem;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}

.p-access__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-access__block {
    max-width: 73.75rem;
    width: 100%;
    -webkit-box-orient: inherit;
    -webkit-box-direction: inherit;
        -ms-flex-direction: inherit;
            flex-direction: inherit;
    position: relative;
    z-index: 3;
  }
}

.p-access__info {
  display: contents;
}
@media screen and (min-width: 768px) {
  .p-access__info {
    display: block;
  }
}

.p-access__info-top {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.p-access__title .c-title {
  display: inline-block;
  text-align: left;
}

.p-access__address {
  font-size: 0.875rem;
  font-weight: 500;
  color: #FFFFFF;
  max-width: 37.5rem;
  width: 100%;
  line-height: 1.4285714286;
  margin-top: 2.5rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .p-access__address {
    font-size: 1rem;
    line-height: 1.5;
    max-width: 74.375rem;
    margin-top: 3.75rem;
  }
}

.p-access__map {
  position: relative;
  max-width: 37.5rem;
  width: 100%;
  margin-top: 1.1875rem;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (min-width: 768px) {
  .p-access__map {
    max-width: 45.375rem;
    margin-top: 0;
    margin-right: 0;
    margin-left: 6.375rem;
  }
}

.p-access__map::before {
  display: block;
  content: "";
  padding-top: 70.2623906706%;
}
@media screen and (min-width: 768px) {
  .p-access__map::before {
    padding-top: 70.7988980716%;
  }
}

.p-access__map iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
}

.p-access__btn {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  margin-right: auto;
  margin-left: auto;
}

.p-access__btn .c-btn2 {
  font-size: 1rem;
  color: #FFFFFF;
  letter-spacing: 0.18em;
  text-transform: capitalize;
  background-color: #3E3E3E;
  border: solid 1px #FFFFFF;
  padding: 1.125rem 6.1875rem;
  margin-top: 1.5625rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .p-access__btn .c-btn2 {
    padding: 1.125rem 5.25rem;
    margin-top: 2.25rem;
    min-width: 19.375rem;
  }
}

@media screen and (min-width: 768px) {
  .p-access__btn .c-btn2:hover {
    color: #3E3E3E;
    background-color: #FFFFFF;
  }
}

.p-comments {
  position: relative;
}

.p-comments::before {
  position: absolute;
  content: "";
  background-color: #3E3E3E;
  width: 100%;
  height: 87.6416065911%;
  z-index: -1;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .p-comments::before {
    width: 76.5625%;
    height: 80.2228412256%;
    left: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@media screen and (min-width: 768px) {
  .p-comments__inner.l-inner {
    max-width: 78.125rem;
  }
}

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

.p-comments__body {
  background-color: #FFFFFF;
  padding: 2.75rem 1.1875rem 2.3125rem;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .16);
          box-shadow: 0 0 10px rgba(0, 0, 0, .16);
}
@media screen and (min-width: 768px) {
  .p-comments__body {
    width: 41.625rem;
    padding: 7.625rem 3.75rem;
  }
}

.p-comments__items {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-comments__items {
    margin-top: 3.75rem;
  }
}

.p-comments__item:not(:first-child) {
  margin-top: 2.125rem;
}
@media screen and (min-width: 768px) {
  .p-comments__item:not(:first-child) {
    margin-top: 3.75rem;
  }
}

.p-comments__title .c-title {
  color: #3E3E3E;
  text-align: left;
}

.p-comments__img {
  width: 33.375rem;
  aspect-ratio: 543/444;
}

.p-comments__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-contact {
  width: 100%;
  background: url(./../images/contact-bg.png) no-repeat center center/cover;
}

@media screen and (min-width: 768px) {
  .p-contact__inner.l-inner {
    max-width: 63.125rem;
  }
}

.p-contact__head {
  height: 10.1875rem;
  background: url(./../images/contact-img.png) no-repeat center center/cover;
  padding-right: 1rem;
  padding-left: 1rem;
  border-radius: 0.75rem 0.75rem 0 0;
}
@media screen and (min-width: 768px) {
  .p-contact__head {
    max-width: 68.75rem;
    width: 100%;
    height: 12.25rem;
  }
}

.p-contact__title .c-title {
  display: block;
  padding-top: 2.6875rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-contact__title .c-title {
    padding-top: 3.875rem;
  }
}

.p-contact__text {
  font-size: 0.875rem;
  font-weight: 500;
  color: #FFFFFF;
  margin-top: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .p-contact__text {
    text-align: center;
    letter-spacing: 0.137em;
    margin-top: 1.125rem;
  }
}

.p-contact__form {
  background-color: #FFFFFF;
  max-width: 63.125rem;
  width: 100%;
  margin: 0 auto;
  padding: 2.25rem 0.6875rem 2.4375rem;
  border-radius: 0 0 0.75rem 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-contact__form {
    padding: 3.75rem 7.5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-contact__form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.p-contact__form-row:not(:first-child) {
  margin-top: 1.625rem;
}
@media screen and (min-width: 768px) {
  .p-contact__form-row:not(:first-child) {
    margin-top: 1.8125rem;
  }
}

@media screen and (min-width: 768px) {
  .p-contact__form-label {
    width: 8.375rem;
    margin-top: 0.5rem;
  }
}

.p-contact__form-label label {
  font-weight: 700;
}

.p-contact__form-label label .is-required {
  font-size: 0.75rem;
  font-weight: 700;
  color: #FFFFFF;
  background-color: #FF4646;
  padding: 0.125rem 0.5rem;
  margin-left: 1.25rem;
  border-radius: 0.125rem;
}
@media screen and (min-width: 768px) {
  .p-contact__form-label label .is-required {
    margin-left: 0.75rem;
  }
}

@media screen and (min-width: 768px) {
  .p-contact__form-input {
    width: calc(100% - 10rem);
    margin-left: 3.75rem;
  }
}

.p-contact__form-input [type=text] {
  font-size: 0.875rem;
  font-weight: 500;
  width: 100%;
  opacity: 50%;
  border: none;
  border-bottom: 1px solid #707070;
  background-color: #FFFFFF;
  padding-bottom: 0.0625rem;
  margin-top: 0.5625rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .p-contact__form-input [type=text] {
    margin-left: 0.75rem;
  }
}

@media screen and (min-width: 768px) {
  .p-contact__form-input [type=text]:hover {
    border-bottom: 1px solid #4973FF;
    -webkit-box-shadow: 0px 5px 4px rgba(73, 115, 255, .5019607843);
            box-shadow: 0px 5px 4px rgba(73, 115, 255, .5019607843);
  }
}

.p-contact__form-input [type=text]:focus {
  outline: 0;
  border-bottom: 1px solid #4973FF;
}

.p-contact__form-input [type=email] {
  font-size: 0.875rem;
  font-weight: 500;
  width: 100%;
  opacity: 50%;
  border: none;
  border-bottom: 1px solid #707070;
  background-color: #FFFFFF;
  padding-bottom: 0.0625rem;
  margin-top: 0.5625rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .p-contact__form-input [type=email] {
    font-size: 1rem;
    padding-left: 0.875rem;
  }
}

@media screen and (min-width: 768px) {
  .p-contact__form-input [type=email]:hover {
    border-bottom: 1px solid #4973FF;
    -webkit-box-shadow: 0px 5px 4px rgba(73, 115, 255, .5019607843);
            box-shadow: 0px 5px 4px rgba(73, 115, 255, .5019607843);
  }
}

.p-contact__form-input [type=email]:focus {
  outline: 0;
  border-color: #4973FF;
}

.p-contact__form-input.p-contact__form-input--select {
  position: relative;
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-contact__form-input.p-contact__form-input--select {
    width: 11.125rem;
    margin-top: 0;
    margin-left: 3.375rem;
  }
}

.p-contact__form-input select {
  font-size: 0.875rem;
  font-weight: 500;
  border: 1px solid #707070;
  background-color: #FFFFFF;
  width: 100%;
  padding: 0.4375rem 0.6875rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .p-contact__form-input select {
    font-size: 1rem;
    padding: 0.5rem 0.6875rem;
    width: 11.125rem;
  }
}

.p-contact__form-input.p-contact__form-input--select::before {
  position: absolute;
  display: block;
  content: "";
  width: 0.625rem;
  height: 0.5625rem;
  border-right: solid 2px #3E3E3E;
  border-bottom: solid 2px #3E3E3E;
  top: 41%;
  right: 0.9375rem;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

@media screen and (min-width: 768px) {
  .p-contact__form-input select:hover {
    -webkit-box-shadow: 0px 0px 5px rgba(73, 115, 255, .5019607843);
            box-shadow: 0px 0px 5px rgba(73, 115, 255, .5019607843);
    cursor: pointer;
  }
}

.p-contact__form-input select:focus {
  border-color: #4973FF;
  -webkit-box-shadow: 0px 0px 8px rgba(73, 115, 255, .5019607843);
          box-shadow: 0px 0px 8px rgba(73, 115, 255, .5019607843);
  outline: none;
}

@media screen and (min-width: 768px) {
  .p-contact__form-row.p-contact__form-row--textarea {
    display: block;
    margin-top: 1.5625rem;
  }
}

@media screen and (min-width: 768px) {
  .p-contact__form-input.p-contact__form-input--textarea {
    width: 100%;
    margin-left: 0;
    margin-top: 0.25rem;
  }
}

.p-contact__form-input textarea {
  font-size: 0.875rem;
  font-weight: 500;
  width: 100%;
  height: 10rem;
  border: 1px solid #707070;
  background-color: #FFFFFF;
  padding: 0.75rem;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-contact__form-input textarea {
    height: 12.5rem;
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .p-contact__form-input textarea:hover {
    border: solid 1px #4973FF;
    -webkit-box-shadow: 0px 0px 8px rgba(73, 115, 255, .5019607843);
            box-shadow: 0px 0px 8px rgba(73, 115, 255, .5019607843);
  }
}

.p-contact__form-input textarea:focus {
  outline: none;
  border-color: #4973FF;
}
@media screen and (min-width: 768px) {
  .p-contact__form-input textarea:focus {
    -webkit-box-shadow: 0px 0px 8px rgba(73, 115, 255, .5019607843);
            box-shadow: 0px 0px 8px rgba(73, 115, 255, .5019607843);
  }
}

.p-contact__form-radio {
  margin-top: 1.75rem;
}
@media screen and (min-width: 768px) {
  .p-contact__form-radio {
    margin-top: 1.3125rem;
  }
}

.p-contact__form-label.p-contact__form-label--radio {
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-contact__form-label.p-contact__form-label--radio {
    display: inline-block;
    margin-right: 3.125rem;
    margin-bottom: 0;
  }
}

.p-contact__form-radio [type=radio] {
  display: none;
}

.p-contact__form-radio span {
  display: inline-block;
  position: relative;
  padding-left: 1.25rem;
  margin-right: 2.25rem;
}

.p-contact__form-radio span::before {
  position: absolute;
  content: "";
  width: 0.75rem;
  height: 0.75rem;
  border: 1px solid #707070;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #FFFFFF;
  border-radius: 50%;
}

.p-contact__form-radio span::after {
  position: absolute;
  content: "";
  width: 0.375rem;
  height: 0.375rem;
  background: #3B69FF;
  left: 0.1875rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
  display: none;
}

[type=radio]:checked + span::after {
  display: block;
}

.p-contact__form-check {
  margin-top: 1.4375rem;
}
@media screen and (min-width: 768px) {
  .p-contact__form-check {
    margin-top: 1.875rem;
  }
}

.p-contact__form-check [type=checkbox] {
  display: none;
}

.p-contact__form-check span {
  display: inline-block;
  position: relative;
  padding-left: 2.375rem;
  font-weight: 700;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .p-contact__form-check span {
    font-size: 1.125rem;
  }
}

.p-contact__form-check span::before {
  content: "";
  width: 1.125rem;
  height: 1.125rem;
  background-color: #FFFFFF;
  border: solid 1px #707070;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (min-width: 768px) {
  .p-contact__form-check:hover span::before {
    border: solid 1px #4973FF;
    -webkit-box-shadow: 0px 0px 5px rgba(73, 115, 255, .2);
            box-shadow: 0px 0px 5px rgba(73, 115, 255, .2);
    cursor: pointer;
  }
}

.p-contact__form-check span::after {
  position: absolute;
  content: "";
  border-right: solid 2px #3B69FF;
  border-bottom: solid 2px #3B69FF;
  width: 0.4375rem;
  height: 0.875rem;
  top: 44%;
  left: 0.3125rem;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  display: none;
}

[type=checkbox]:checked + span::after {
  display: block;
}

.p-contact__form-btn {
  text-align: center;
  margin-top: 1.9375rem;
}
@media screen and (min-width: 768px) {
  .p-contact__form-btn {
    text-align: left;
    margin-top: 2.3125rem;
  }
}

.p-contact__form-btn [type=submit] {
  display: inline-block;
  position: relative;
  min-width: 10.3125rem;
  color: #FFFFFF;
  font-weight: 700;
  background-color: #FFAA3B;
  line-height: 1;
  text-align: center;
  padding: 1rem 3.125rem;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
          box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
  border-radius: 0.625rem;
  border: none;
}
@media screen and (min-width: 768px) {
  .p-contact__form-btn [type=submit] {
    min-width: 10.8125rem;
  }
}

@media screen and (min-width: 768px) {
  .p-contact__form-btn [type=submit]:hover {
    cursor: pointer;
  }
}

.p-drawer {
  position: fixed;
  top: 0;
  right: 0;
  width: 18.75rem;
  height: 100%;
  background-color: #FFFFFF;
  z-index: 300;
  -webkit-transform: translateX(101%);
          transform: translateX(101%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .p-drawer {
    display: none;
  }
}

.p-drawer.is-active {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 300;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.p-drawer__icon {
  position: fixed;
  width: 1.3125rem;
  height: 1.3125rem;
  top: 1.5rem;
  right: 0;
  z-index: 300;
}

.p-drawer__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-drawer__icon.is-active {
  right: 19.75rem;
}

.p-drawer__content-list {
  width: 100%;
  height: inherit;
  overflow: scroll;
  padding-top: 10.0625rem;
}
@media screen and (min-width: 768px) {
  .p-drawer__content-list {
    padding-top: 9.9375rem;
  }
}

.p-drawer__content-item {
  display: block;
  text-align: center;
}

.p-drawer__content-item:not(:first-child) {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-drawer__content-item:not(:first-child) {
    margin-top: 1.75rem;
  }
}

.p-drawer__content-item a {
  display: block;
  font-size: 1.125rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 1.2222222222;
  width: 100%;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

.p-drawer__bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(62, 62, 62, .7);
  opacity: 70%;
  z-index: 299;
  display: none;
}

.p-drawer__bg.is-active {
  display: block;
}
@media screen and (min-width: 768px) {
  .p-drawer__bg.is-active {
    display: none;
  }
}

.p-footer {
  width: 100%;
  background-color: #3E3E3E;
}

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

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

.p-footer__sns-twitter,
.p-footer__sns-facebook {
  font-size: 2.5625rem;
  color: #FFFFFF;
  opacity: 60%;
}

.p-footer__sns-facebook {
  margin-left: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-footer__sns-facebook {
    margin-left: 1.6875rem;
  }
}

.p-footer__sns-twitter-link,
.p-footer__sns-facebook-link {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.p-footer__items {
  margin-top: 1.4375rem;
}

.p-footer__item {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-footer__item {
    text-align: left;
  }
}

.p-footer__item:not(:first-child) {
  margin-top: 1rem;
}

.p-footer__item-link {
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 500;
  color: #FFFFFF;
  letter-spacing: 0.035em;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-footer__item-link {
    font-size: 0.9375rem;
    letter-spacing: 0.1em;
  }
}

.p-footer__title {
  text-align: center;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-footer__title {
    margin-top: 1.125rem;
  }
}

.p-footer__copy {
  font-size: 0.75rem;
  font-weight: 400;
  color: #FFFFFF;
  letter-spacing: 0.07em;
  line-height: 1;
  opacity: 60%;
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-footer__copy {
    margin-top: 1rem;
    text-align: right;
  }
}

.p-header {
  position: fixed;
  width: 100%;
  height: 4.25rem;
  top: 0;
  left: 0;
  right: 0;
  background-color: #FFFFFF;
  z-index: 298;
}
@media screen and (min-width: 768px) {
  .p-header {
    height: 5.1875rem;
    background-color: rgba(255, 255, 255, .1019607843);
  }
}

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

.p-header__nav {
  margin-right: auto;
  margin-left: auto;
}

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

.p-header__item {
  display: block;
}

@media screen and (min-width: 768px) {
  .p-header__item:not(:first-child) {
    margin-left: 2.125rem;
  }
}

.p-header__item-link {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1;
  text-transform: capitalize;
}

.p-header__item-link span {
  text-transform: uppercase;
}

.p-mv {
  width: 100%;
  height: 42.8125rem;
  background-image: url(./../images/mv-img-sp.png);
  background-position: 22% center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .p-mv {
    height: 40.5rem;
    background: url(./../images/mv-img.png) no-repeat center center/cover;
  }
}

@media screen and (min-width: 768px) {
  .p-mv__inner.l-inner {
    max-width: 78.125rem;
  }
}

.p-mv__content {
  max-width: 37.5rem;
  width: 100%;
  margin-top: -0.4375rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .p-mv__content {
    max-width: 37.5rem;
    margin-right: 0;
    margin-left: auto;
  }
}

.p-mv__title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.6666666667;
}
@media screen and (min-width: 768px) {
  .p-mv__title {
    font-size: 2rem;
    letter-spacing: 0.02em;
    line-height: 1.5;
  }
}

.p-mv__text {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.4285714286;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-mv__text {
    font-size: 1.125rem;
    line-height: 1.5555555556;
    letter-spacing: 0.045em;
    margin-top: 1.625rem;
  }
}

.p-mv__btn {
  display: block;
  text-align: center;
  margin-top: 1.6875rem;
}
@media screen and (min-width: 768px) {
  .p-mv__btn {
    text-align: left;
    margin-top: 2.5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-news__inner.l-inner {
    max-width: 78.125rem;
  }
}

.p-news__body {
  max-width: 37.5rem;
  width: 100%;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0px 5px 12px rgba(62, 62, 62, .2);
          box-shadow: 0px 5px 12px rgba(62, 62, 62, .2);
  padding-top: 2.75rem;
  padding-bottom: 2.5rem;
  margin: -3.5625rem auto 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-news__body {
    max-width: 75rem;
    padding: 3.75rem 3.75rem 2.5rem;
    margin-top: 0;
    margin-bottom: 7.5rem;
  }
}

.p-news__title .c-title {
  text-align: center;
  color: #3E3E3E;
}

.p-news__items {
  margin-top: 2.5rem;
  border-top: solid 1px #CECDCD;
}
@media screen and (min-width: 768px) {
  .p-news__items {
    margin-top: 4.125rem;
  }
}

.p-news__item {
  border-bottom: solid 1px #CECDCD;
}

.p-news__btn {
  display: block;
  text-align: center;
  margin-top: 2.3125rem;
}
@media screen and (min-width: 768px) {
  .p-news__btn {
    margin-top: 2.5625rem;
  }
}

.p-price__title .c-title {
  color: #3E3E3E;
}

.p-price__table {
  width: 100%;
  margin-top: 2.6875rem;
  border: solid 1px #707070;
  border-collapse: collapse;
}
@media screen and (min-width: 768px) {
  .p-price__table {
    margin-top: 4.1875rem;
  }
}

.p-price__table tr:not(:first-child) {
  border-top: solid 1px #707070;
}

.p-price__table th,
.p-price__table td {
  font-size: 1.25rem;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-price__table th,
  .p-price__table td {
    font-size: 1.5rem;
  }
}

.p-price__table th {
  width: 6.25rem;
  color: #FFFFFF;
  background-color: #3E3E3E;
  padding: 1.0625rem 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-price__table th {
    width: 16.375rem;
    padding: 1.125rem 6.25rem;
  }
}

.p-price__table td {
  width: calc(100% - 6.25rem);
  color: #3E3E3E;
  background-color: #FFFFFF;
  line-height: 1;
  padding-left: 1.25rem;
  text-transform: capitalize;
}
@media screen and (min-width: 768px) {
  .p-price__table td {
    width: calc(100% - 16.375rem);
    padding-left: 2.4375rem;
  }
}

.p-price__text {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-price__text {
    margin-top: 0.75rem;
  }
}

.p-qa {
  width: 100%;
  height: 100%;
  background: url(./../images/qa-bg.png) no-repeat top center/cover;
}

@media screen and (min-width: 768px) {
  .p-qa__inner.l-inner {
    max-width: 78.125rem;
  }
}

.p-qa__title .c-title {
  color: #3E3E3E;
}

.p-qa__items {
  margin-top: 2.6875rem;
}
@media screen and (min-width: 768px) {
  .p-qa__items {
    max-width: 38.25rem;
    width: 100%;
    margin-left: auto;
    margin-top: 4.125rem;
  }
}

.p-qa__accordion:not(:first-child) {
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-qa__accordion:not(:first-child) {
    margin-top: 1.9375rem;
  }
}

.p-results__inner {
  max-width: 77.5rem;
  width: 100%;
  margin-left: auto;
  padding: 2.625rem 0 2.5rem 1rem;
  background-color: #3E3E3E;
}
@media screen and (min-width: 768px) {
  .p-results__inner {
    padding: 3.75rem 0 3.75rem 3.75rem;
  }
}

.p-results__title .c-title {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-results__title .c-title {
    text-align: left;
  }
}

.p-results__swiper {
  margin-top: 2.8125rem;
}
@media screen and (min-width: 768px) {
  .p-results__swiper {
    margin-top: 4.4375rem;
  }
}

.p-results__item {
  display: block;
}

.p-result__btn {
  display: block;
  margin-top: 1.4375rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-result__btn {
    margin-top: 2.5rem;
    text-align: left;
  }
}

.p-result__btn .c-btn2 {
  color: #FFFFFF;
  background-color: #3E3E3E;
  border-color: #FFFFFF;
}
@media screen and (min-width: 768px) {
  .p-result__btn .c-btn2 {
    padding: 1.25rem 4.8125rem;
  }
}

@media screen and (min-width: 768px) {
  .p-result__btn .c-btn2:hover {
    color: #3E3E3E;
    background-color: #FFFFFF;
  }
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  position: static;
  margin-top: 1.5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    text-align: left;
    margin-top: 2.375rem;
  }
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  background-color: #FFFFFF;
  position: relative;
  width: 0.625rem;
  height: 0.625rem;
}

.swiper-pagination-bullet-active::after {
  position: absolute;
  content: "";
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  border: solid 1px #FFFFFF;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.p-service {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3E3E3E), color-stop(59.3%, #3E3E3E), color-stop(49.3%, transparent), to(transparent));
  background-image: linear-gradient(to bottom, #3E3E3E 0%, #3E3E3E 59.3%, transparent 49.3%, transparent 100%);
}
@media screen and (min-width: 768px) {
  .p-service {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#3E3E3E), color-stop(81.5%, #3E3E3E), color-stop(81.5%, transparent), to(transparent));
    background-image: linear-gradient(to bottom, #3E3E3E 0%, #3E3E3E 81.5%, transparent 81.5%, transparent 100%);
  }
}

.p-service__item-title,
.c-title {
  display: block;
  color: #FFFFFF;
  text-align: center;
}

.p-service__body {
  background-color: #FFFFFF;
  -webkit-box-shadow: 0px 5px 12px rgba(62, 62, 62, .2);
          box-shadow: 0px 5px 12px rgba(62, 62, 62, .2);
  padding: 2.5rem 0.875rem 2.25rem;
  margin-top: 2.75rem;
  margin-bottom: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-service__body {
    margin-top: 4.3125rem;
    padding: 3.8125rem 2.8125rem 3.75rem;
    margin-bottom: 7.5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-service__items {
    display: grid;
    -webkit-column-gap: 5.625rem;
       -moz-column-gap: 5.625rem;
            column-gap: 5.625rem;
    grid-template-columns: repeat(3, 1fr);
  }
}

.p-service__item:not(:first-child) {
  margin-top: 2.25rem;
}
@media screen and (min-width: 768px) {
  .p-service__item:not(:first-child) {
    margin-top: 0;
  }
}

.p-service__item-title {
  position: relative;
  font-size: 1.25rem;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  color: #3E3E3E;
  letter-spacing: 0.2em;
  line-height: 1.2;
  padding-top: 4.5rem;
}

.p-service__item-title::before {
  position: absolute;
  display: block;
  content: "";
  width: 3.1875rem;
  height: 4rem;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.p-service__item:nth-child(1) .p-service__item-title::before {
  background: url(./../images/service1.svg) no-repeat center center/contain;
}

.p-service__item:nth-child(2) .p-service__item-title::before {
  background: url(./../images/service2.svg) no-repeat center center/contain;
}

.p-service__item:nth-child(3) .p-service__item-title::before {
  background: url(./../images/service3.svg) no-repeat center center/contain;
}

.p-service__text {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.7142857143;
  margin-top: 0.875rem;
}

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

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

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

.u-scroll_left {
  -webkit-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
}

.u-scroll_left.on {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.u-scroll_right {
  -webkit-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
}

.u-scroll_right.on {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.u-scroll_up {
  -webkit-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
}

.u-scroll_up.on {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
/*# sourceMappingURL=styles.css.map */
