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

body {
  font-family: "Noto Sans JP", sans-serif, "BIZ UDPGothic", sans-serif, "Zen Kaku Gothic New", sans-serif, "Sawarabi Gothic", sans-serif;
  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 {
  padding-top: 3.125rem;
  padding-bottom: 6.25rem;
}

.l-contact {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}

.l-document {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}

.l-faq {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}

.l-footer {
  padding-top: 1.875rem;
  padding-bottom: 0.9375rem;
}

.l-inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 850px;
  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-main__inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.5625rem;
  padding-left: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .l-main__inner {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}

@media screen and (max-width: 600px) {
  .l-main {
    padding-bottom: 1.875rem;
  }
}

.l-price-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-price-inner {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}

.l-price {
  padding-top: 1.875rem;
  padding-bottom: 5rem;
}

.l-reason {
  padding-bottom: 9.375rem;
}

.l-request {
  padding-top: 1.875rem;
  padding-bottom: 3.75rem;
}

.l-thanks {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}

.c-btn {
  padding: 0.9375rem 1.25rem;
  font-size: 1.875rem;
  min-width: 25rem;
  font-weight: bold;
  color: #fff;
  background: #FF914D;
  border-radius: 1.25rem;
  display: inline-block;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid #FF914D;
}
@media screen and (max-width: 600px) {
  .c-btn {
    min-width: 18.75rem;
  }
}

.c-btn:hover {
  color: #FF914D;
  background: #fff;
  opacity: 1;
}

.primary {
  color: #13A5A1;
  background: #fff;
  border: 1px solid #fff;
}

.primary:hover {
  color: #fff;
  background: #13A5A1;
}

.c-button {
  padding: 0.625rem 2.5rem;
  font-size: 1.375rem;
  color: #fff;
  min-width: 15.625rem;
  background: #FF914D;
  border-radius: 6.25rem;
  display: inline-block;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid #FF914D;
}
@media screen and (max-width: 600px) {
  .c-button {
    min-width: 18.75rem;
  }
}

.c-button:hover {
  color: #FF914D;
  background: #fff;
  opacity: 1;
}

.primary2 {
  color: #13A5A1;
  background: #fff;
  border: 1px solid #fff;
}

.primary2:hover {
  color: #fff;
  background: #13A5A1;
}

.blue {
  color: #fff;
  background: #3884FD;
  border: 1px solid #3884FD;
}

.blue:hover {
  color: #3884FD;
  background: #fff;
}

.purple {
  color: #fff;
  background: #5E17EB;
  border: 1px solid #5E17EB;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 600px) {
  .purple {
    font-size: 0.75rem;
  }
}

.purple span {
  display: inline-block;
  width: 9.375rem;
  height: 2.8125rem;
  margin-top: 0.3125rem;
  background: url(/images/btnlogo.png) no-repeat center/contain;
}
@media screen and (max-width: 600px) {
  .purple span {
    width: 4.375rem;
    height: 1.25rem;
    margin-top: 0.1875rem;
  }
}

.purple:hover {
  color: #fff;
  background: #5E17EB;
  opacity: 0.7;
}

.c-section__title {
  font-size: 1.125rem;
  text-align: center;
}

.c-section__title::before {
  content: attr(data-en);
  display: block;
  font-size: 2.25rem;
  padding-bottom: 0.625rem;
  text-transform: uppercase;
}

.p-about {
  color: #333;
}

.p-about__title {
  font-size: 1.5rem;
  text-align: center;
  text-transform: uppercase;
}

.p-about__text {
  font-size: 1.25rem;
  margin-top: 1.25rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-about__text {
    padding: 0.625rem;
    text-align: left;
  }
}

.p-about__wrap {
  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;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-about__wrap {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  .p-about__wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-about-wrap__left img {
  width: 15.625rem;
}
@media screen and (max-width: 767px) {
  .p-about-wrap__left img {
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (max-width: 600px) {
  .p-about-wrap__right {
    margin-top: 1.875rem;
    padding: 0.625rem;
  }
}

.p-contact__list {
  margin-top: 6.25rem;
}

.p-contact__item + .p-contact__item {
  margin-top: 1.875rem;
}

.p-contact-item__title {
  font-size: 1.125rem;
  height: 3.125rem;
  line-height: 3.125rem;
}

.p-contact-item__title::before {
  content: "※";
  display: inline-block;
  font-size: 1.125rem;
  color: #FF5757;
  padding-right: 0.3125rem;
}

input[type=text],
input[type=email],
textarea {
  width: 100%;
  border: 0;
  font-size: 1.125rem;
  padding: 0.3125rem 0.625rem;
  -webkit-box-shadow: 5px 6px 16px rgba(96, 96, 96, .16);
          box-shadow: 5px 6px 16px rgba(96, 96, 96, .16);
  border-radius: 2px;
}

input[type=text],
input[type=email] {
  height: 2.5rem;
  border: 1px solid #333;
}

textarea {
  min-height: 9.375rem;
  border: 1px solid #333;
  resize: vertical;
}

.p-contact__footer {
  margin-top: 3.125rem;
  text-align: center;
}

.p-contact-footer__submit {
  margin-top: 1.875rem;
}

.p-contact-privacy__link {
  color: #3884FD;
}

.p-contact__privacy {
  position: relative;
  width: 1.375rem;
  height: 1.375rem;
  vertical-align: middle;
}

.p-contact-privacy__input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.p-contact-privacy__input:checked + .p-contact-privacy__part {
  width: 0.625rem;
  border-top: 0;
  border-left: 0;
  background: transparent;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: -0.125rem;
  left: -1.25rem;
}

.p-contact-privacy__part {
  display: inline-block;
  width: 1.375rem;
  height: 1.375rem;
  border: 1px solid #333;
  background: #fff;
  position: absolute;
  top: 0;
  left: -1.5625rem;
}

@media screen and (max-width: 600px) {
  .p-contact-footer__text {
    padding-left: 1.875rem;
    text-align: left;
  }
}

.p-document {
  background: #3EDAD8;
}

.p-document__wrap {
  text-align: center;
}

.p-document__title {
  color: #fff;
  font-size: 1.5rem;
  text-align: center;
  padding: 0rem 2.5rem;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 600px) {
  .p-document__title {
    font-size: 1.125rem;
    padding: 0rem 1.25rem;
  }
}

.p-document__title::before {
  position: absolute;
  left: 0;
  top: 0.9375rem;
  content: "";
  width: 0.125rem;
  height: 3.125rem;
  background: #fff;
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
}
@media screen and (max-width: 600px) {
  .p-document__title::before {
    top: 0.9375rem;
    height: 1.875rem;
  }
}

.p-document__title::after {
  position: absolute;
  content: "";
  right: 0;
  top: 0.9375rem;
  width: 0.125rem;
  height: 3.125rem;
  background: #fff;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
}
@media screen and (max-width: 600px) {
  .p-document__title::after {
    top: 0.9375rem;
    height: 1.875rem;
  }
}

.p-document__btn {
  margin-top: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 600px) {
  .p-document__btn {
    display: block;
  }
}

.p-document-btn__left {
  padding-right: 1.875rem;
}
@media screen and (max-width: 600px) {
  .p-document-btn__left {
    padding-right: 0;
  }
}

@media screen and (max-width: 600px) {
  .p-document-btn__right {
    margin-top: 1.5625rem;
  }
}

.p-faq {
  background: #EEF8FB;
}

.p-faq-title::before {
  color: #3884FD;
}

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

.p-faq__item {
  background: #fff;
  border-radius: 1.875rem;
}

.p-faq__item + .p-faq__item {
  margin-top: 1.875rem;
}

.p-faq-item__q {
  padding: 0.9375rem 3.75rem;
  background-image: linear-gradient(to right, rgb(222, 222, 222), rgb(222, 222, 222) 20px, transparent 20px, transparent 40px);
  background-size: 40px 4px;
  background-position: left bottom;
  background-repeat: repeat-x;
  position: relative;
}
@media screen and (max-width: 600px) {
  .p-faq-item__q {
    padding: 0.9375rem 0.625rem 0.9375rem 2.5rem;
  }
}

.p-faq-item__q::before {
  content: "Q";
  font-weight: bold;
  color: #3884FD;
  font-size: 1.25rem;
  position: absolute;
  top: 0.75rem;
  left: 1.5625rem;
}
@media screen and (max-width: 600px) {
  .p-faq-item__q::before {
    left: 0.875rem;
  }
}

.p-faq-item__a {
  position: relative;
  padding: 0.9375rem 3.75rem;
}
@media screen and (max-width: 600px) {
  .p-faq-item__a {
    padding: 0.9375rem 0.625rem 0.9375rem 2.5rem;
  }
}

.p-faq-item__a::before {
  content: "A";
  font-weight: bold;
  color: #FF5757;
  font-size: 1.25rem;
  position: absolute;
  top: 0.875rem;
  left: 1.5625rem;
}
@media screen and (max-width: 600px) {
  .p-faq-item__a::before {
    left: 0.875rem;
  }
}

.p-footer {
  background: #3EDAD8;
  color: #fff;
}

.p-footer__wrap {
  text-align: center;
}

.p-footer__title {
  color: #fff;
  font-size: 1.5rem;
  text-align: center;
  padding: 0rem 2.5rem;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 600px) {
  .p-footer__title {
    font-size: 1.125rem;
    padding: 0rem 1.25rem;
  }
}

.p-footer__title::before {
  position: absolute;
  left: 0;
  top: 0.9375rem;
  content: "";
  width: 0.125rem;
  height: 3.125rem;
  background: #fff;
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
}
@media screen and (max-width: 600px) {
  .p-footer__title::before {
    top: 0.9375rem;
    height: 1.875rem;
  }
}

.p-footer__title::after {
  position: absolute;
  content: "";
  right: 0;
  top: 0.9375rem;
  width: 0.125rem;
  height: 3.125rem;
  background: #fff;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
}
@media screen and (max-width: 600px) {
  .p-footer__title::after {
    top: 0.9375rem;
    height: 1.875rem;
  }
}

.p-footer__btn {
  margin-top: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 600px) {
  .p-footer__btn {
    display: block;
  }
}

.p-footer-btn__left {
  padding-right: 1.875rem;
}
@media screen and (max-width: 600px) {
  .p-footer-btn__left {
    padding-right: 0;
  }
}

@media screen and (max-width: 600px) {
  .p-footer-btn__right {
    margin-top: 1.5625rem;
  }
}

.p-footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 6.25rem;
}
@media screen and (max-width: 600px) {
  .p-footer__nav {
    display: block;
    margin-top: 3.75rem;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}

.p-footer-nav__item {
  font-size: 1.25rem;
}

.p-footer-nav__item + .p-footer-nav__item {
  margin-left: 2.5rem;
}
@media screen and (max-width: 600px) {
  .p-footer-nav__item + .p-footer-nav__item {
    margin-left: 0;
    margin-top: 0.625rem;
  }
}

.p-footer__copyright {
  text-align: center;
  margin-top: 1.875rem;
  font-size: 1.125rem;
}

.p-main {
  background: linear-gradient(-45deg, #3884FD, #3EDAD8) fixed;
}

.p-main__logo {
  display: inline-block;
  margin-left: calc(50% - 50vw);
}
@media screen and (max-width: 600px) {
  .p-main__logo {
    margin-left: -2.1875rem;
  }
}

@media screen and (max-width: 600px) {
  .p-main__logo img {
    width: 15.625rem;
  }
}

.p-main__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-main__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-main__left {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-main__left {
    margin-top: 4.375rem;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.p-main__left::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 9.375rem;
  height: 9.375rem;
  background: url(/images/1.png) no-repeat center/contain;
  top: 0;
  left: -6.875rem;
}
@media screen and (max-width: 767px) {
  .p-main__left::before {
    top: -2.1875rem;
    left: 0;
    width: 5rem;
    height: 5rem;
  }
}

.p-main__left img {
  width: 31.25rem;
}
@media screen and (max-width: 767px) {
  .p-main__left img {
    margin-left: auto;
    margin-right: auto;
  }
}

.p-main__right {
  color: #fff;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding-left: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-main__right {
    padding-left: 0;
  }
}

.p-main-right__text {
  font-size: 1.125rem;
}

.p-main-right__title {
  font-size: 2.25rem;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-main-right__title {
    font-size: 1.75rem;
  }
}

.p-main-right__text2 {
  font-size: 1.25rem;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-main-right__text2 {
    font-size: 1.125rem;
  }
}

.p-main-right__btn {
  margin-top: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .p-main-right__btn {
    text-align: center;
  }
}

.p-price {
  position: relative;
}

.p-price-title::before {
  color: #3884FD;
}

.p-price__text {
  text-align: center;
  margin-top: 2.5rem;
  font-weight: bold;
  display: block;
  position: relative;
}

.p-price__text::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 9.375rem;
  height: 9.375rem;
  background: url(/images/5.png) no-repeat center/contain;
  top: -5.625rem;
  right: -15.625rem;
}
@media screen and (max-width: 1440px) {
  .p-price__text::after {
    right: 2.5rem;
  }
}
@media screen and (max-width: 600px) {
  .p-price__text::after {
    width: 6.25rem;
    height: 6.25rem;
    top: 3.75rem;
    right: 0.625rem;
  }
}

.p-price__script {
  position: relative;
  padding: 0.625rem;
  background: #FA2B00;
  border-radius: 0.3125rem;
  display: inline-block;
  text-align: center;
  color: #fff;
  font-size: 0.75rem;
}

.p-price__script::after {
  content: "";
  position: absolute;
  margin: 0;
  bottom: -1.5625rem;
  right: 1.25rem;
  width: 0;
  height: 0;
  border-top: 2.1875rem solid #FA2B00;
  border-left: 0.9375rem solid transparent;
  border-right: 0.9375rem solid transparent;
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
}

.p-price__script__mobile {
  margin-top: 8.4375rem;
  padding: 0.3125rem 1.875rem;
  background: #FA2B00;
  border-radius: 1.5625rem;
  display: inline-block;
  text-align: center;
  color: #fff;
  font-size: 0.75rem;
}

.p-price-item__third {
  position: absolute;
  content: "";
  top: -5.625rem;
  left: 1.875rem;
}

.p-price__list {
  margin-top: 7.5rem;
  color: #fff;
  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;
}
@media screen and (max-width: 600px) {
  .p-price__list {
    display: block;
    margin-top: 9.375rem;
  }
}

.p-price__item {
  width: 12.5rem;
  height: 12.5rem;
  background: #86EAE9;
  -webkit-box-shadow: 0.3125rem 0.3125rem 0.625rem #D1D1D1;
          box-shadow: 0.3125rem 0.3125rem 0.625rem #D1D1D1;
  border: 1px solid #3c3c3c;
  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;
  position: relative;
}
@media screen and (max-width: 600px) {
  .p-price__item {
    margin-right: auto;
    margin-left: auto;
    width: 15.625rem;
    height: 15.625rem;
  }
}

@media screen and (max-width: 600px) {
  .p-price__item:nth-child(n+2) {
    margin-top: 1.875rem;
  }
}

.second {
  background: #3EDAD8;
}

.third {
  background: #3884FD;
}

.fourth {
  background: #F6836B;
}

.p-price-item__text {
  font-size: 2.5rem;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 600px) {
  .p-price-item__text {
    font-size: 3.125rem;
  }
}

.excess::after {
  position: absolute;
  content: "超過分のみ適用";
  bottom: -0.9375rem;
  right: 0;
  font-size: 0.75rem;
}

.retouching::after {
  position: absolute;
  content: "２回まで修正対応";
  bottom: -0.9375rem;
  right: 0;
  font-size: 0.75rem;
}

.p-price-item__text span {
  font-size: 1.125rem;
}

.p-price-item__head {
  position: absolute;
  content: "";
  top: -0.625rem;
  left: -0.625rem;
  background: #004487;
  font-size: 0.875rem;
  border-radius: 0.3125rem;
  padding: 0.3125rem;
}
@media screen and (max-width: 600px) {
  .p-price-item__head {
    font-size: 1rem;
    padding: 0.625rem;
  }
}

.p-price__postscript {
  margin-top: 1.875rem;
}
@media screen and (max-width: 600px) {
  .p-price__postscript {
    text-align: center;
  }
}

.p-price-item__postscript {
  font-size: 0.75rem;
  text-align: right;
}
@media screen and (max-width: 600px) {
  .p-price-item__postscript {
    font-size: 0.875rem;
  }
}

.p-reason-block {
  border-radius: 1.25rem;
  padding: 1.25rem 0.9375rem;
  max-width: 43.75rem;
  margin-right: auto;
  margin-left: auto;
  background: #fff;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="10" /><feOffset dx="1" dy="3" result="offsetblur" /><feFlood flood-color="rgba(31,129,201,0.15)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
  -webkit-filter: drop-shadow(0 2px 10px rgba(31, 129, 201, .15));
          filter: drop-shadow(0 2px 10px rgba(31, 129, 201, .15));
}

.p-reason-block__title {
  font-weight: bold;
  font-size: 1.25rem;
  position: relative;
  padding-left: 3.125rem;
}
@media screen and (max-width: 600px) {
  .p-reason-block__title {
    padding-left: 2.1875rem;
    font-size: 1rem;
  }
}

.p-reason-block__title::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  content: "1.";
  font-size: 1.75rem;
  color: #3884FD;
}

.two::before {
  content: "2.";
}

.three::before {
  content: "3.";
}

.p-reason-block__title span {
  color: #3884FD;
}

.p-reason-block__text {
  padding-left: 3.125rem;
  font-size: 0.875rem;
  margin-top: 0.625rem;
}
@media screen and (max-width: 600px) {
  .p-reason-block__text {
    padding-left: 0;
  }
}

.p-reason-block__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 1.25rem;
}

.p-reason-block-body__text {
  margin-right: 1.25rem;
}
@media screen and (max-width: 600px) {
  .p-reason-block-body__text {
    margin-right: 0;
  }
}

.p-reason-block-body__text + .p-reason-block-body__text {
  padding-left: 3.125rem;
  border-left: 3px dotted #333;
}
@media screen and (max-width: 600px) {
  .p-reason-block-body__text + .p-reason-block-body__text {
    padding-left: 1.25rem;
  }
}

.p-reason-block-body__text span {
  font-size: 2.5rem;
  color: #3884FD;
}
@media screen and (max-width: 600px) {
  .p-reason-block-body__text span {
    font-size: 2.25rem;
  }
}

.p-reason-block__img img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 3/2;
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 600px) {
  .p-reason-block__img img {
    max-width: 100%;
  }
}

.p-reason-block-img__sales {
  margin-top: 0.9375rem;
}

.p-reason-block-img__sales img {
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 600px) {
  .p-reason-block-img__sales img {
    max-width: 100%;
  }
}

.p-reason-block__btn {
  margin-top: 0.9375rem;
}

.p-reason__title {
  color: #fff;
  background: linear-gradient(-45deg, #3884FD, #3EDAD8) fixed;
  height: 15.625rem;
  text-align: center;
  font-size: 1.5rem;
  padding-top: 2.5rem;
}

.p-reason-block__btn {
  text-align: center;
}

.p-reason__item + .p-reason__item {
  margin-top: 6.25rem;
}

.p-reason__list {
  margin-top: -6.25rem;
}

.p-request {
  background: #3884FD;
  color: #fff;
}

.p-request__list {
  margin-top: 1.875rem;
}

.p-request__items {
  counter-reset: list;
}

.p-request__item {
  position: relative;
  padding-left: 7.5rem;
  font-weight: bold;
  line-height: 3.125rem;
}
@media screen and (max-width: 600px) {
  .p-request__item {
    padding-left: 3.75rem;
  }
}

.p-request__item:nth-of-type(n + 2) {
  margin-top: 1.875rem;
}

.p-request__item::before {
  counter-increment: list;
  content: counter(list);
  position: absolute;
  z-index: 10;
  left: 0;
  width: 3.125rem;
  height: 3.125rem;
  text-align: center;
  color: #fff;
  line-height: 3.125rem;
  background: #fff;
  color: #3884FD;
  border-radius: 50%;
  top: 0.9375rem;
}

.item::after {
  position: absolute;
  content: "";
  z-index: 1;
  left: 1.46875rem;
  top: 3rem;
  background: #fff;
  height: 290%;
  width: 0.1875rem;
}
@media screen and (max-width: 767px) {
  .item::after {
    height: 205%;
  }
}

.p-request-item__title {
  font-size: 1.625rem;
}
@media screen and (max-width: 600px) {
  .p-request-item__title {
    font-size: 1.125rem;
    line-height: 1.5625rem;
  }
}

.p-request-item__text {
  font-size: 0.75rem;
  line-height: 1.25rem;
}
@media screen and (max-width: 600px) {
  .p-request-item__text {
    margin-top: 0.625rem;
  }
}

.p-request-item__postscript {
  font-size: 0.75rem;
  line-height: 1.25rem;
}

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

.p-thanks {
  text-align: center;
}
@media screen and (max-width: 600px) {
  .p-thanks {
    text-align: left;
  }
}

.p-thanks__title {
  font-size: 2.5rem;
  font-weight: bold;
}

.p-thanks__text {
  font-size: 1.25rem;
  margin-top: 3.125rem;
}

.p-thanks__btn {
  margin-top: 3.125rem;
}
@media screen and (max-width: 600px) {
  .p-thanks__btn {
    text-align: center;
  }
}

@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 */
