@charset "UTF-8";

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

*,
::before,
::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span,
em,
small,
strong,
sub,
sup,
mark,
del,
ins,
strike,
abbr,
dfn,
blockquote,
q,
cite,
code,
pre,
ol,
ul,
li,
dl,
dt,
dd,
div,
section,
article,
main,
aside,
nav,
header,
hgroup,
footer,
img,
figure,
figcaption,
address,
time,
audio,
video,
canvas,
iframe,
details,
summary,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

article,
aside,
footer,
header,
nav,
section,
main,
figure,
figcaption {
  display: block;
}

ul,
ol {
  list-style: none;
  list-style-type: none;
}

code,
kbd,
pre,
samp {
  font-family: monospace, sans-serif;
  font-size: inherit;
}

blockquote,
q {
  quotes: none;
}

blockquote::after,
blockquote::before,
q::after,
q::before {
  content: "";
  content: none;
}

address {
  font-style: normal;
}

@font-face {
  font-family: "MOBO";
  src: url("../font/MOBO-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "MOBO";
  src: url("../font/MOBO-SemiBold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "MOBO";
  src: url("../font/MOBO-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "MOBO";
  src: url("../font/MOBO-ExtraLight.otf") format("opentype");
  font-weight: 200;
  font-style: normal;
}

/**カラー*********/

body {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  color: #000;
  line-height: 1;
  font-size: 16px;
  letter-spacing: 0;
}

a {
  text-decoration: none;
  color: #000;
  display: inline-block;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

img {
  max-width: 100%;
  height: auto;
}

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

.l-container {
  overflow: clip;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: transparent;
  z-index: 1000;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.l-header.is-scrolled {
  background-color: rgba(255, 255, 255, 0.95);
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.l-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;
  max-width: 87.8125rem;
  margin: 0 auto;
  padding: 1.5rem 0;
}

.l-header__logo {
  width: 12.9375rem;
}

.l-header__logo a {
  display: block;
  text-decoration: none;
}

.l-header__logo-img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.l-header__btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0;
  padding: 6px 26px;
  width: 320.5px;
  height: 66.75px;
  background: url(../img/bg_btn.png) center center/cover no-repeat;
  border-radius: 3.125rem;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.l-header__btn:hover {
  opacity: 0.8;
}

.l-header__btn-icon-calc {
  width: 22px;
  margin-right: 11px;
  -o-object-fit: contain;
     object-fit: contain;
}

.l-header__btn-free {
  font-size: 18px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  padding: 0px 6px 2px;
  margin-right: 3px;
  color: #E6232A;
  background: #FFF;
  border-radius: 50px;
}

.l-header__btn-text {
  font-size: 19.125px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #FFF;
  white-space: nowrap;
}

.l-header__btn-icon-hand {
  position: absolute;
  width: 52px;
  bottom: -11px;
  right: 1px;
  -o-object-fit: contain;
     object-fit: contain;
}

.l-footer {
  padding: 30px 0 33px;
}

.l-footer__inner {
  max-width: 1200px;
  margin: 0 auto;
}

.l-footer__copy {
  color: #000;
  text-align: center;
  font-size: 14px;
}

.c-section-inner {
  width: 89.3%;
  margin: 0 auto;
}

.c-cta-banner {
  position: relative;
  width: 100%;
}

.c-cta-banner--blue .c-cta-banner__main {
  border: 6px solid #2473B9;
  border-radius: 0 0 20px 20px;
}

.c-cta-banner--blue .c-cta-banner__title {
  border-radius: 20px 20px 0 0;
  background: #2473B9;
  color: #fff;
  padding: 19px 0;
}

.c-cta-banner--white .c-cta-banner__main {
  border: 6px solid #fff;
  border-radius: 0 0 20px 20px;
}

.c-cta-banner--white .c-cta-banner__title {
  border-radius: 20px 20px 0 0;
  background: #fff;
  color: #2473B9;
  padding: 37px 0 0;
}

.c-cta-banner--01 {
  padding-top: 27px;
}

.c-cta-banner--01.c-bg::before {
  background-image: url(../img/bg_white.png);
}

.c-cta-banner--02 {
  margin-top: 80px;
}

.c-cta-banner__inner {
  position: relative;
  max-width: 1405px;
  margin: 0 auto;
}

.c-cta-banner__person {
  position: absolute;
}

.c-cta-banner__person img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.c-cta-banner__person--left {
  top: -119px;
  left: 4px;
  width: 225px;
}

.c-cta-banner__person--right {
  top: -121px;
  right: 5px;
  width: 246px;
}

.c-cta-banner__content {
  position: relative;
  z-index: 3;
  text-align: center;
  max-width: 1100px;
  margin: 0 auto;
}

.c-cta-banner__title {
  font-family: "MOBO", sans-serif;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #2473B9;
}

.c-cta-banner__title span {
  position: relative;
  z-index: 3;
}

.c-cta-banner__main {
  position: relative;
  z-index: 3;
  padding: 31px 27px 27px;
  border-radius: 0 0 10px 10px;
  background-color: #fff;
}

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

.c-cta-banner__btn {
  position: relative;
  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;
  gap: 0;
  padding: 6px 26px 6px 70px;
  width: 647.376px;
  height: 121.143px;
  background: url(../img/bg_btn02.png) center center/cover no-repeat;
  border-radius: 50px;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.c-cta-banner__btn:hover {
  opacity: 0.8;
}

.c-cta-banner__btn-badge {
  position: absolute;
  top: -20px;
  left: 10px;
  width: 94.51px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.c-cta-banner__btn-text {
  font-size: 35.772px;
  font-weight: 700;
  line-height: normal;
  color: #FFF;
  white-space: nowrap;
}

.c-cta-banner__btn-text span {
  display: inline-block;
  padding: 1px 14px 6px;
  margin: 0 8px 0 6px;
  color: #E6232A;
  font-size: 29.77px;
  font-weight: 900;
  border-radius: 40px;
  background: #FFF;
}

.c-cta-banner__btn-icon {
  position: absolute;
  width: 94px;
  bottom: -16px;
  right: -2px;
  -o-object-fit: contain;
     object-fit: contain;
}

.c-cta-banner__campaign {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  margin-top: 28px;
  padding: 28px 30px 23px;
  border-radius: 10px;
  background: #E3F7FF;
}

.c-cta-banner__campaign-left {
  width: 50.7%;
}

.c-cta-banner__campaign-limited {
  color: #2473B9;
  font-size: 16.579px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}

.c-cta-banner__campaign-title {
  position: relative;
  color: #2473B9;
  font-family: "MOBO", sans-serif;
  font-size: 32.95px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -1.318px;
  margin-top: 10px;
}

.c-cta-banner__campaign-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 36.974px;
  height: 35.158px;
  background: url(../img/icon_campaign-l.svg) center center/contain no-repeat;
}

.c-cta-banner__campaign-title::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 36.974px;
  height: 35.158px;
  background: url(../img/icon_campaign-r.svg) center center/contain no-repeat;
}

.c-cta-banner__campaign-deadline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2px 33px;
  background: #2473B9;
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 15px;
}

.c-cta-banner__campaign-deadline-num {
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 0;
  margin-bottom: 4px;
}

.c-cta-banner__campaign-deadline-line {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-cta-banner__campaign-deadline-slash {
  font-size: 20px;
  font-weight: 400;
  margin: 0 0.4em;
}

.c-cta-banner__benefits {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 11px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: calc(49.3% - 30px);
}

.c-cta-banner__benefit {
  position: relative;
  padding: 0 15px 15px 15px;
  background: #FFF;
  border-radius: 10px;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  text-align: left;
  width: calc((100% - 11px) / 2);
}

.c-cta-banner__benefit-badge {
  position: relative;
  display: inline-block;
  white-space: nowrap;
}

.c-cta-banner__benefit-badge > * {
  position: relative;
}

.c-cta-banner__benefit-badge::before {
  content: "";
  position: absolute;
  top: -10px;
  left: -22px;
  width: 140px;
  height: 54px;
  background: url(../img/bg_orange_sm.png) center center/contain no-repeat;
}

.c-cta-banner__benefit-badge-text {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.c-cta-banner__benefit-badge-num {
  color: #FFF;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.c-cta-banner__benefit-text {
  font-weight: 700;
  color: #000;
  line-height: 1.2;
  margin-top: 11px;
}

.c-cta-banner__benefit-text-main {
  font-size: 20px;
  white-space: nowrap;
}

.c-cta-banner__benefit-text-amount {
  font-size: 15px;
}

.c-cta-banner__benefit-text-sub {
  font-size: 18px;
}

.c-cta-banner__benefit-text-sub2 {
  font-size: 17px;
  line-height: 1.7;
}

.c-cta-banner__benefit-text-free {
  position: relative;
  display: inline-block;
  color: #E3BD27;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
}

.c-cta-banner__benefit-text-free::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #E3BD27;
  border-radius: 3px;
}

.c-bg {
  position: relative;
}

.c-bg::before {
  content: "";
  position: absolute;
  top: -7.4375rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 10.625rem;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 0;
}

.c-fixed-cta {
  position: fixed;
  right: -100%;
  bottom: 20px;
  z-index: 100;
  -webkit-transition: right 0.8s ease;
  transition: right 0.8s ease;
  display: none;
}

.c-fixed-cta.is-visible {
  right: 0;
}

.c-fixed-cta.is-hidden {
  right: -100%;
}

.c-fixed-cta__btn {
  position: relative;
  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;
  width: 11.875rem;
  height: 5.625rem;
  background: url(../img/bg_cta.png) center center/cover no-repeat;
  border: none;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  padding: 0 0.625rem 0.625rem 1.875rem;
}

.c-fixed-cta__btn:hover {
  opacity: 0.9;
}

.c-fixed-cta__text {
  font-size: 28.6176px;
  font-weight: 700;
  line-height: normal;
  color: #FFF;
  text-align: center;
}

.c-fixed-cta__text span {
  display: inline-block;
  padding: 1px 14px 6px;
  margin: 0 8px 0 6px;
  color: #E6232A;
  font-size: 23.816px;
  font-weight: 900;
  border-radius: 40px;
  background: #FFF;
}

.p-fv {
  position: relative;
  width: 100%;
  background: url(../img/bg_fv.jpg) center center/cover no-repeat;
}

.p-fv__content {
  position: relative;
  margin: 0 auto;
  padding: 194px 0 136px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-fv__main {
  position: relative;
  z-index: 10;
  text-align: center;
}

.p-fv__logo-wrapper {
  position: relative;
}

.p-fv__logo {
  position: relative;
  width: 736.321px;
  margin: 0 auto;
}

.p-fv__logo img {
  width: 100%;
  height: auto;
}

.p-fv__price {
  position: absolute;
  bottom: -53px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 9px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-fv__price-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 11px;
  padding: 20px 15px 10px;
  width: 324px;
  height: 77px;
  border-radius: 10px;
  background: #2473B9;
  color: #fff;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.p-fv__price-icon {
  width: auto;
  height: 39.5px;
}

.p-fv__price-label {
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
}

.p-fv__price-value {
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
}

.p-fv__badges {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 86px;
}

.p-fv__badge {
  width: 187.221px;
}

.p-fv__badge img {
  width: 100%;
  height: auto;
}

.p-fv__banners {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 29px;
}

.p-fv__banner {
  width: auto;
}

.p-fv__banner img {
  width: auto;
  height: 62px;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-fv__bubbles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  pointer-events: none;
}

.p-fv__bubble {
  position: absolute;
}

.p-fv__bubble img {
  width: 100%;
  height: auto;
  -webkit-filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.15));
          filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.15));
}

.p-fv__bubble--01 {
  top: -50px;
  left: -141px;
  width: 290px;
}

.p-fv__bubble--02 {
  top: -90px;
  left: 168px;
  width: 369.025px;
}

.p-fv__bubble--03 {
  top: 30px;
  left: -235px;
  width: 313px;
}

.p-fv__bubble--04 {
  top: -72px;
  right: -116px;
  width: 290px;
}

.p-fv__bubble--05 {
  top: 34px;
  right: -154px;
  width: 207.757px;
}

.p-problems {
  position: relative;
  padding-top: 120px;
  padding-bottom: 66px;
}

.p-problems::before {
  content: "";
  position: absolute;
  top: -3.8125rem;
  left: 0;
  width: 100%;
  height: 88.127125rem;
  background: url(../img/bg_trouble.png) center center/contain no-repeat;
  z-index: 0;
}

.p-problems__inner {
  position: relative;
  max-width: 1100px;
}

.p-problems__title {
  position: relative;
  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;
  text-align: center;
  gap: 143px;
}

.p-problems__title-text {
  color: #2473B9;
  font-family: "MOBO", sans-serif;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -3px;
}

.p-problems__title-text-large {
  font-size: 84px;
}

.p-problems__title-image {
  position: absolute;
  top: -86px;
  left: 43.5%;
  width: 211.542px;
}

.p-problems__title-image img {
  width: 100%;
  height: auto;
}

.p-problems__list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
  margin-top: 66px;
}

.p-problems__item {
  background-color: #ffffff;
  border-radius: 20px;
}

.p-problems__item-image {
  position: relative;
  overflow: hidden;
  aspect-ratio: 346/215;
}

.p-problems__item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.p-problems__item-content {
  padding: 20px 2px 32px 18px;
}

.p-problems__item-title {
  color: #2473B9;
  font-size: 28px;
  font-weight: 900;
  text-align: left;
}

.p-problems__item-list {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 22px;
}

.p-problems__item-list li {
  position: relative;
  padding-left: 1.4em;
  font-size: 16px;
  line-height: 1.45;
  color: #000;
}

.p-problems__item-list li::before {
  content: "・";
  position: absolute;
  left: 0;
}

.p-problems__check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 43px;
  text-align: center;
}

.p-problems__check-icon {
  display: inline-block;
  width: 43.851px;
  height: auto;
  vertical-align: middle;
}

.p-problems__check-text {
  color: #2473B9;
  text-align: center;
  font-family: "Zen Kaku Gothic New";
  font-size: 32px;
  font-style: normal;
  font-weight: 900;
  line-height: 1.2;
  margin: 0;
}

.p-problems__check-text--large {
  font-size: 32px;
  font-weight: 900;
}

.p-problems__check-text-highlight {
  font-size: 46px;
}

.p-reasons {
  position: relative;
  padding: 80px 0 180px;
}

.p-reasons::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/bg_reason.png) top center/cover no-repeat;
  z-index: 0;
}

.p-reasons__inner {
  position: relative;
  max-width: 1100px;
}

.p-reasons__title {
  position: relative;
  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-reasons__title-icon {
  position: absolute;
  height: auto;
}

.p-reasons__title-icon--left {
  top: 53%;
  left: 50%;
  -webkit-transform: translate(-319px, -50%);
          transform: translate(-319px, -50%);
  width: 121px;
}

.p-reasons__title-icon--right {
  top: 62%;
  left: 50%;
  -webkit-transform: translate(186px, -50%);
          transform: translate(186px, -50%);
  width: 122.798px;
}

.p-reasons__title-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.p-reasons__title-logo {
  display: block;
  width: 410px;
}

.p-reasons__title-logo img {
  width: 100%;
  height: auto;
}

.p-reasons__title-text {
  display: block;
  color: #2473B9;
  font-size: 56.229px;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
}

.p-reasons__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 60px;
  list-style: none;
  padding: 0;
  margin-left: 0;
}

.p-reasons__item {
  background-color: #fff;
  padding: 26px 30px 20px;
  text-align: center;
}

.p-reasons__item-icon {
  width: 112px;
  margin: 0 auto;
}

.p-reasons__item-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-reasons__item-title {
  color: #2473B9;
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 900;
  line-height: 130%;
  margin-top: 12px;
}

.p-reasons__item-text {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: justify;
  margin: 0;
  margin-top: 15px;
}

.p-reasons__item-note {
  font-size: 12px;
  text-align: right;
  margin: 0;
  margin-top: 8px;
  margin-right: -15px;
}

.p-reasons__banner {
  margin-top: 80px;
}

.p-cta {
  padding: 28px 0 0;
}

.p-cta::before {
  background-image: url(../img/bg_white.png);
}

.p-cta__inner {
  max-width: 1100px;
  text-align: center;
}

.p-cta__text {
  font-size: 2rem;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 0.75rem;
}

.p-cta__subtext {
  font-size: 1.5rem;
  color: #ffffff;
  margin-bottom: 1.875rem;
}

.p-cta__button {
  display: inline-block;
  max-width: 31.25rem;
  width: 100%;
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
}

.p-cta__button img {
  width: 100%;
  height: auto;
}

.p-cta__button:hover {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  -webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.p-appeal {
  padding: 5rem 0;
  background-color: #ffffff;
}

.p-appeal__inner {
  max-width: 75rem;
  margin: 0 auto;
  padding: 0 1.25rem;
}

.p-appeal__title {
  text-align: center;
  margin-bottom: 2.5rem;
}

.p-appeal__title img {
  max-width: 37.5rem;
  width: 100%;
  height: auto;
}

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

.p-appeal__lead {
  font-size: 1.5rem;
  font-weight: bold;
  color: #000;
  margin-bottom: 2.5rem;
}

.p-appeal__badges {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2.5rem;
}

.p-appeal__badge {
  width: 12.5rem;
}

.p-appeal__badge img {
  width: 100%;
  height: auto;
}

.p-service {
  padding: 0 0 98.5px;
  background: #E3F7FF;
}

.p-service.c-bg::before {
  background-image: url(../img/bg_blue.png);
}

.p-service__inner {
  position: relative;
  max-width: 1100px;
}

.p-service__title {
  position: relative;
  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-service__title-icon {
  position: absolute;
  height: auto;
}

.p-service__title-icon--left {
  top: 81%;
  left: 50%;
  -webkit-transform: translate(-299px, -50%);
          transform: translate(-299px, -50%);
  width: 87.21px;
}

.p-service__title-icon--right {
  top: 83%;
  left: 50%;
  -webkit-transform: translate(186px, -50%);
          transform: translate(186px, -50%);
  width: 127.798px;
}

.p-service__title-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.p-service__title-logo {
  display: block;
  width: 266px;
}

.p-service__title-logo img {
  width: 100%;
  height: auto;
}

.p-service__title-text {
  position: relative;
  display: block;
  color: #FFF;
  font-family: "Zen Kaku Gothic New";
  font-size: 56px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  margin-top: 17px;
}

.p-service__title-text::before {
  content: "";
  position: absolute;
  top: -12px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 473.62px;
  height: 157.587px;
  background: url(../img/bg_bubble-blue.png) center center/contain no-repeat;
}

.p-service__title-text span {
  position: relative;
}

.p-service__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 42px 31px;
  margin-top: 75px;
  list-style: none;
  padding: 0;
  margin-left: 0;
}

.p-service__item {
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
}

.p-service__item-image {
  position: relative;
  overflow: hidden;
  aspect-ratio: 346/215;
}

.p-service__item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.p-service__item-content {
  padding: 20px 30px 27px;
}

.p-service__item-title {
  color: #2473B9;
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 900;
  line-height: 130%;
  margin: 0;
}

.p-service__item-title-sub {
  font-size: 20px;
}

.p-service__item-text {
  font-size: 16px;
  line-height: normal;
  text-align: center;
  margin-top: 7px;
}

.p-service__cta {
  position: absolute;
  bottom: 111px;
  right: 280px;
}

.p-service__cta-person {
  position: absolute;
  display: block;
  width: 393px;
  height: auto;
  z-index: 2;
  bottom: -209px;
  right: -286px;
}

.p-service__cta-bubble {
  position: relative;
}

.p-service__cta-bubble::before {
  content: "";
  position: absolute;
  top: -88px;
  left: -84px;
  width: 458px;
  height: 349px;
  background: #2473B9;
  border-radius: 50%;
}

.p-service__cta-text {
  position: relative;
  z-index: 3;
  color: #FFF;
  font-size: 36px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}

.p-flow {
  padding: 80px 0 108px;
  background: url(../img/bg_flow.jpg) center/cover no-repeat;
}

.p-flow__inner {
  max-width: 1093px;
}

.p-flow__title {
  position: relative;
  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;
  text-align: center;
}

.p-flow__title-content {
  color: #2473B9;
  font-size: 56px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}

.p-flow__title-icon {
  position: absolute;
  width: 100px;
  height: auto;
  top: 64%;
}

.p-flow__title-icon--left {
  left: 50%;
  -webkit-transform: translate(-336px, -50%);
          transform: translate(-336px, -50%);
}

.p-flow__title-icon--right {
  top: 56%;
  right: 50%;
  -webkit-transform: translate(369px, -50%);
          transform: translate(369px, -50%);
  width: 154px;
}

.p-flow__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 80px;
}

.p-flow__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 148px;
  padding-bottom: 40px;
}

.p-flow__item:nth-child(1) {
  background: #2473B9;
}

.p-flow__item:nth-child(2) {
  background: #59A3E4;
}

.p-flow__item:nth-child(3) {
  background: #7FBFE4;
}

.p-flow__item:nth-child(4) {
  background: #64CACD;
}

.p-flow__item:nth-child(5) {
  background: #56C69E;
}

.p-flow__item-circle {
  position: relative;
  width: 158px;
  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-flow__item-circle::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 222px;
  height: 222px;
  border-radius: 50%;
}

.p-flow__item:nth-child(1) .p-flow__item-circle::before {
  background: #2473B9;
}

.p-flow__item:nth-child(2) .p-flow__item-circle::before {
  background: #59A3E4;
}

.p-flow__item:nth-child(3) .p-flow__item-circle::before {
  background: #7FBFE4;
}

.p-flow__item:nth-child(4) .p-flow__item-circle::before {
  background: #64CACD;
}

.p-flow__item:nth-child(5) .p-flow__item-circle::before {
  background: #56C69E;
}

.p-flow__item-circle img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
}

.p-flow__item-number {
  color: #FFF;
  font-size: 68px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  margin-top: 10px;
}

.p-flow__item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  color: #FFF;
  font-style: normal;
  line-height: 1.1;
  margin-top: 5px;
}

.p-flow__item-title {
  font-size: 42px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.p-flow__item-title br {
  display: none;
}

.p-flow__item-text {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.12em;
}

.p-works {
  padding: 82px 0;
  background-color: #fff;
}

.p-works__inner {
  max-width: 1175px;
}

.p-works__title {
  position: relative;
  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;
  text-align: center;
}

.p-works__title::before {
  content: "";
  position: absolute;
  top: 45%;
  left: 56%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 817px;
  height: 165px;
  background: url(../img/bg_blue_sm.png) center center/contain no-repeat;
}

.p-works__title-content {
  position: relative;
  color: #FFF;
  font-family: "Zen Kaku Gothic New";
  font-size: 48px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}

.p-works__title-icon {
  position: absolute;
  top: 20%;
  left: 50%;
  -webkit-transform: translate(227px, -50%);
          transform: translate(227px, -50%);
  width: 146.798px;
  height: auto;
}

.p-works__slider-wrapper {
  position: relative;
  margin-top: 20px;
}

.p-works__slider {
  overflow: visible;
}

.p-works__slider .swiper-slide {
  margin: 0;
  padding: 0 10px;
}

.p-works__nav {
  position: relative;
}

.p-works__nav-prev,
.p-works__nav-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 105px;
  height: 105px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
  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;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.p-works__nav-prev {
  left: -64px;
  top: -250px;
  background-image: url(../img/icon_arrow-l.png);
}

.p-works__nav-next {
  right: -64px;
  top: -250px;
  background-image: url(../img/icon_arrow-r.png);
}

.p-works__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
}

.p-works__item-image {
  aspect-ratio: 379/458;
  overflow: hidden;
}

.p-works__item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.p-works__item-title {
  margin-top: 7px;
  font-size: 28px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  color: #000;
}

.p-works__item-location {
  font-size: 0.875rem;
  color: #009360;
  padding: 0 1.25rem 0.75rem;
}

.p-works__item-text {
  font-size: 0.875rem;
  line-height: 1.6;
  padding: 0 1.25rem 1.25rem;
  color: #000;
}

.p-works__banner {
  margin-top: 82px;
}

.p-voice {
  position: relative;
  padding: 112px 0 70px;
  background: url(../img/bg_voice.png) top center/cover no-repeat;
}

.p-voice::before {
  content: "";
  position: absolute;
  top: -157px;
  right: 0;
  width: 158px;
  height: 192px;
  background: url(../img/icon09.png) center/contain no-repeat;
}

.p-voice__inner {
  max-width: 1180px;
}

.p-voice__title {
  position: relative;
  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;
  text-align: center;
}

.p-voice__title-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  margin-left: 30px;
  color: #FFF;
  font-family: "Zen Kaku Gothic New";
  font-style: normal;
  font-weight: 900;
  line-height: 1.1;
}

.p-voice__title-main {
  font-size: 56px;
}

.p-voice__title-sub {
  font-size: 34px;
}

.p-voice__title-icon {
  position: absolute;
  top: 36%;
  left: 50%;
  -webkit-transform: translate(-240px, -20px);
          transform: translate(-240px, -20px);
  width: 100px;
  height: auto;
}

.p-voice__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 1px;
  grid-auto-flow: row;
  -webkit-column-gap: 14px;
     -moz-column-gap: 14px;
          column-gap: 14px;
  margin-top: 50px;
}

.p-voice__item img {
  width: 100%;
  height: auto;
  display: block;
}

.p-voice__rating {
  margin-top: 23px;
  text-align: center;
}

.p-voice__rating-text {
  color: #FFF;
  font-size: 36px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}

.p-company {
  padding: 80px 0 110px;
  background: #2473B9;
}

.p-company__inner {
  max-width: 1105px;
}

.p-company__content {
  background: #fff;
  border-radius: 40px;
  padding: 80px;
  position: relative;
}

.p-company__icon {
  position: absolute;
}

.p-company__icon img {
  width: 100%;
  height: auto;
  display: block;
}

.p-company__icon--left {
  width: 204px;
  top: 28px;
  left: -99px;
}

.p-company__icon--right {
  width: 157px;
  top: 10px;
  right: -67px;
}

.p-company__title {
  color: #2473B9;
  font-size: 48px;
  font-weight: 900;
  text-align: center;
  position: relative;
}

.p-company__title span {
  position: relative;
  z-index: 2;
}

.p-company__title::after {
  content: "";
  display: block;
  width: 275px;
  height: 17px;
  background-image: url("../img/line_yellow.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  bottom: -8px;
  left: 52%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.p-company__title--shop::after {
  background-image: url("../img/line_blue.png");
}

.p-company__shop-info {
  margin-top: 52px;
}

.p-company__table {
  margin: 42px auto 0;
  width: 94%;
}

.p-company__table-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 3px dotted #2473B9;
}

.p-company__table-term {
  color: #2473B9;
  font-weight: 900;
  font-size: 18px;
  font-style: normal;
  line-height: normal;
  padding: 23px 0;
  text-align: left;
  width: 20%;
}

.p-company__table-desc {
  font-size: 16px;
  padding: 23px 0;
  text-align: left;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-company__shops {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 58px;
}

.p-company__shop {
  border-radius: 17.052px;
  background: #E3F7FF;
  overflow: hidden;
}

.p-company__shop-image {
  width: 100%;
  aspect-ratio: 295/183.31;
  overflow: hidden;
  border-radius: 17.052px 17.052px 0 0;
}

.p-company__shop-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}

.p-company__shop-content {
  padding: 13px 14px 40px;
}

.p-company__shop-name {
  color: #2473B9;
  font-size: 22px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-align: center;
}

.p-company__shop-address {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2px;
  margin-top: 7px;
}

.p-company__shop-address::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 18px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 18'%3E%3Cpath fill='%23E6232A' d='M7 0C3.13 0 0 3.13 0 7c0 5.25 7 11 7 11s7-5.75 7-11c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 2px;
}

.p-contact {
  padding: 160px 0;
  background-color: #ffffff;
  position: relative;
}

.p-contact__inner {
  max-width: 1100px;
  border-radius: 23px 40px 0 0;
  background: #e3f7ff;
  position: relative;
}

.p-contact__inner::before,
.p-contact__inner::after {
  content: "";
  position: absolute;
  width: 1118.821px;
  height: 168.013px;
  background-image: url("../img/bg_blue02.png");
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
}

.p-contact__inner::before {
  top: -80px;
  left: 0;
}

.p-contact__inner::after {
  bottom: -50px;
  left: 0px;
}

.p-contact__content {
  padding: 70px 0 107px;
  max-width: 821px;
  margin: 0 auto;
  position: relative;
}

.p-contact__content::before,
.p-contact__content::after {
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
}

.p-contact__content::before {
  width: 140px;
  height: 130px;
  top: -4px;
  left: -70px;
  background-image: url("../img/icon12.png");
}

.p-contact__content::after {
  width: 180px;
  height: 180px;
  top: -68px;
  right: -117px;
  background-image: url("../img/icon13.png");
}

.p-contact__title {
  font-size: 52px;
  font-weight: 900;
  color: #2473b9;
  text-align: center;
  line-height: normal;
  font-style: normal;
}

.p-contact__top {
  margin-top: 26px;
  padding: 20px 0 32px;
  border-top: 3px solid #2473b9;
  border-bottom: 3px solid #2473b9;
}

.p-contact__notice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 26px;
  margin: 0 auto;
  max-width: 600px;
}

.p-contact__notice-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-contact__notice-icon {
  width: 52px;
  height: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-contact__notice-icon img {
  width: 100%;
  height: auto;
  display: block;
}

.p-contact__notice-title {
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #000;
}

.p-contact__notice-text {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #000;
}

.p-contact__notice-highlight {
  color: #e6232a;
  font-weight: 700;
}

.p-contact__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin: 24px auto auto;
  max-width: 690px;
}

.p-contact__line-btn {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-image: url("../img/bg_btn03.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #FFF;
  text-align: center;
  padding: 21px 20px;
  border-radius: 3.125rem;
  font-size: 21.77px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.p-contact__line-btn:hover {
  opacity: 0.8;
}

.p-contact__phone {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}

.p-contact__phone-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.25rem;
}

.p-contact__phone-label {
  color: #E6232A;
  font-style: normal;
  font-weight: 900;
}

.p-contact__phone-number {
  color: #E6232A;
  font-size: 42px;
  font-style: normal;
  font-weight: 900;
  text-decoration: none;
  white-space: nowrap;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.p-contact__phone-number:hover {
  opacity: 0.8;
}

.p-contact__phone-icon {
  width: 71.584px;
  height: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-contact__phone-icon img {
  width: 100%;
  height: auto;
  display: block;
}

.p-contact__campaign {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  background: #E3BD27;
  color: #fff;
  padding: 20px 10px 21px 120px;
  border-radius: 10.813px;
  margin: 58px 47px 0 110px;
  position: relative;
}

.p-contact__campaign-badge {
  width: 133px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: absolute;
  top: 50%;
  left: -40px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-contact__campaign-badge img {
  width: 100%;
  height: auto;
  display: block;
}

.p-contact__campaign-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-contact__campaign-title {
  font-size: 28.114px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 0.25rem;
}

.p-contact__campaign-subtitle {
  font-size: 17.301px;
}

.p-contact__form {
  margin: 90px auto 0;
  max-width: 680px;
}

.p-contact__form-item:not(:first-child) {
  margin-top: 38px;
}

.p-contact__form-label {
  display: block;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.p-contact__form-input,
.p-contact__form-textarea {
  width: 100%;
  margin-top: 4px;
  padding: 20px;
  border: none;
  border-radius: 10px;
  font-size: 1rem;
  font-family: inherit;
  background: #FFF;
}

.p-contact__form-input:focus,
.p-contact__form-textarea:focus {
  outline: none;
}

.p-contact__form-textarea {
  resize: vertical;
  height: 70px;
}

.p-contact__form-checkboxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1px;
  margin-top: 20px;
}

.p-contact__form-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.p-contact__form-checkbox input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin-right: 0.625rem;
  width: 30px;
  height: 30px;
  border: none;
  border-radius: 6px;
  background: #FFF;
  cursor: pointer;
  position: relative;
}

.p-contact__form-checkbox input[type=checkbox]:checked::before {
  content: "✓";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #2473B9;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
}

.p-contact__form-checkbox-text {
  font-size: 18px;
}

.p-contact__form-submit {
  margin-top: 35px;
  text-align: center;
}

.p-contact__submit-btn {
  background-image: url("../img/bg_btn04.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  color: #ffffff;
  font-size: 35.772px;
  font-style: normal;
  font-weight: 700;
  padding: 37px 10px;
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  max-width: 640px;
  width: 100%;
}

.p-contact__submit-btn:hover {
  opacity: 0.8;
}

.p-faq {
  padding: 50px 0 96px;
  background: #FFF8CD;
  position: relative;
}

.p-faq::before {
  content: "";
  position: absolute;
  top: -67px;
  left: 0;
  width: 100%;
  height: 11rem;
  background-image: url("../img/bg_yellow.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;
}

.p-faq__inner {
  max-width: 1200px;
  position: relative;
}

.p-faq__hgroup {
  position: relative;
  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;
}

.p-faq__hgroup .p-faq__title-icon {
  position: absolute;
  top: -111%;
  left: 50%;
  -webkit-transform: translate(94px, -0.625rem);
          transform: translate(94px, -0.625rem);
  width: 93px;
  height: auto;
}

.p-faq__title {
  color: #2473B9;
  font-size: 52px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-align: center;
}

.p-faq__list {
  max-width: 800px;
  margin: 40px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}

.p-faq__item {
  overflow: hidden;
}

.p-faq__item.is-open .p-faq__question {
  background: #2473B9;
  color: #fff;
}

.p-faq__item.is-open .p-faq__q-mark {
  color: #FCFCFC;
  font-size: 46.87px;
  font-weight: 700;
}

.p-faq__item.is-open .p-faq__icon::before {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}

.p-faq__item.is-open .p-faq__icon::after {
  opacity: 0;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}

.p-faq__question {
  width: 100%;
  background: #2473B9;
  color: #fff;
  border: none;
  border-radius: 50px;
  padding: 10px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 37px;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: left;
  font-family: "Zen Kaku Gothic New";
}

.p-faq__q-mark {
  color: #FCFCFC;
  border-radius: 50%;
  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;
  font-size: 46.87px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.p-faq__q-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.p-faq__icon {
  width: 32px;
  height: 32px;
  position: absolute;
  right: 26px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-faq__icon::before,
.p-faq__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: #fff;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

.p-faq__icon::before {
  width: 25.193px;
  height: 3.515px;
  border-radius: 4px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.p-faq__icon::after {
  width: 3.515px;
  height: 25.193px;
  border-radius: 4px;
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}

.p-faq__answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 20px 10px 49px;
  gap: 16px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.p-faq__a-mark {
  color: #BEEDFF;
  border-radius: 50%;
  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;
  font-size: 46.87px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-faq__a-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 10px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.p-faq__a-content p {
  color: #333;
}

.p-staff {
  position: relative;
  overflow: hidden;
  background: #E3F7FF;
  padding: 0 0 110px;
}

.p-staff__image {
  width: 100%;
  position: relative;
}

.p-staff__image img {
  width: 100%;
  height: auto;
  display: block;
}

.p-staff__wrapper {
  position: relative;
  padding-top: 49px;
}

.p-staff__wrapper::before {
  content: "";
  position: absolute;
  top: -260px;
  left: 0;
  width: 100%;
  height: 265px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(23.56%, rgba(227, 247, 255, 0)), color-stop(95.14%, #E3F7FF));
  background: linear-gradient(180deg, rgba(227, 247, 255, 0) 23.56%, #E3F7FF 95.14%);
  pointer-events: none;
}

.p-staff__message {
  text-align: center;
  position: relative;
  max-width: 900px;
  margin: 0 auto;
}

.p-staff__text {
  color: #2473B9;
  text-align: center;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.p-staff__icon {
  position: absolute;
  z-index: 2;
}

.p-staff__icon img {
  width: 100%;
  height: auto;
  display: block;
}

.p-staff__icon--house {
  width: 191px;
  left: -12%;
  top: 46%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-staff__icon--tool {
  width: 204px;
  right: -10%;
  top: 55%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-sports {
  background: #fff;
  padding: 50px 0;
}

.p-sports__inner {
  max-width: 610px;
  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;
  gap: 35px;
}

.p-sports__logo {
  width: 165px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-sports__logo img {
  width: 100%;
  height: auto;
  display: block;
}

.p-sports__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-sports__title {
  color: #2473B9;
  font-size: 48px;
  font-weight: 900;
}

.p-sports__text {
  font-size: 19px;
  margin-top: 22px;
  line-height: 1.4;
  letter-spacing: 0.02em;
}

.u-font-mobo {
  font-family: "MOBO", sans-serif !important;
}

.u-font-mobo--light {
  font-family: "MOBO", sans-serif !important;
  font-weight: 200 !important;
}

.u-font-mobo--regular {
  font-family: "MOBO", sans-serif !important;
  font-weight: 400 !important;
}

.u-font-mobo--semibold {
  font-family: "MOBO", sans-serif !important;
  font-weight: 600 !important;
}

.u-font-mobo--bold {
  font-family: "MOBO", sans-serif !important;
  font-weight: 700 !important;
}

.u-curve-top {
  position: relative;
}

.u-curve-top::before {
  content: "";
  position: absolute;
  top: -6.1875rem;
  left: 50%;
  width: 108%;
  height: 6.25rem;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.u-curve-top--blue::before {
  background: radial-gradient(ellipse 100% 180% at 50% 0%, transparent 0%, transparent 50%, #2473B9 50%);
}

.u-curve-top--white::before {
  background: radial-gradient(ellipse 100% 180% at 50% 0%, transparent 0%, transparent 50%, #fff 50%);
}

.u-sp {
  display: none;
}

.u-df {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.u-jc-c {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.u-jc-sb {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.u-ai-c {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.u-fd-c {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.u-fw-regular {
  font-weight: 400;
}

.u-fw-medium {
  font-weight: 500;
}

.u-fw-bold {
  font-weight: 700;
}

.u-ls300 {
  letter-spacing: 0.3em;
}

.u-po-rel {
  position: relative;
}

.u-po-abs {
  position: absolute;
}

@media screen and (min-width: 769px) {
  html {
    font-size: 1.1111111111vw;
  }
}

@media screen and (max-width: 1440px) {
  body {
    font-size: 1rem;
  }

  .l-header__inner {
    padding: 1.25rem 0;
  }

  .l-header__logo-img {
    width: 100%;
  }

  .l-header__btn {
    width: 20.03125rem;
    height: 4.171875rem;
    padding: 0.375rem 1.625rem;
  }

  .l-header__btn-icon-calc {
    width: 1.375rem;
    margin-right: 0.6875rem;
  }

  .l-header__btn-free {
    font-size: 1.125rem;
    padding: 0rem 0.375rem 0.125rem;
    margin-right: 0.1875rem;
  }

  .l-header__btn-text {
    font-size: 1.1953125rem;
  }

  .l-header__btn-icon-hand {
    width: 3.25rem;
    bottom: -0.6875rem;
    right: 0.0625rem;
  }

  .l-footer {
    padding: 1.875rem 0 2.0625rem;
  }

  .l-footer__inner {
    max-width: 75rem;
  }

  .l-footer__copy {
    font-size: 0.875rem;
  }

  .c-cta-banner--blue .c-cta-banner__main {
    border-width: 0.375rem;
    border-radius: 0 0 1.25rem 1.25rem;
  }

  .c-cta-banner--blue .c-cta-banner__title {
    border-radius: 1.25rem 1.25rem 0 0;
    padding: 1.1875rem 0;
  }

  .c-cta-banner--white .c-cta-banner__main {
    border-width: 0.375rem;
    border-radius: 0 0 1.25rem 1.25rem;
  }

  .c-cta-banner--white .c-cta-banner__title {
    border-radius: 1.25rem 1.25rem 0 0;
    padding: 2.3125rem 0 0;
  }

  .c-cta-banner--01 {
    padding-top: 1.6875rem;
  }

  .c-cta-banner--02 {
    margin-top: 5rem;
  }

  .c-cta-banner__inner {
    max-width: 87.8125rem;
  }

  .c-cta-banner__person--left {
    top: -7.4375rem;
    left: 0.25rem;
    width: 14.0625rem;
  }

  .c-cta-banner__person--right {
    top: -7.5625rem;
    right: 0.3125rem;
    width: 15.375rem;
  }

  .c-cta-banner__content {
    max-width: 68.75rem;
  }

  .c-cta-banner__title {
    font-size: 2.1875rem;
  }

  .c-cta-banner__main {
    padding: 1.9375rem 1.6875rem 1.6875rem;
    border-radius: 0 0 0.625rem 0.625rem;
  }

  .c-cta-banner__btn {
    width: 40.461rem;
    height: 7.5714375rem;
    padding: 0.375rem 1.625rem 0.375rem 4.375rem;
    border-radius: 3.125rem;
  }

  .c-cta-banner__btn-badge {
    top: -1.25rem;
    left: 0.625rem;
    width: 5.906875rem;
  }

  .c-cta-banner__btn-text {
    font-size: 2.23575rem;
  }

  .c-cta-banner__btn-text span {
    padding: 0.0625rem 0.875rem 0.375rem;
    margin: 0 0.5rem 0 0.375rem;
    font-size: 1.860625rem;
    border-radius: 2.5rem;
  }

  .c-cta-banner__btn-icon {
    width: 5.875rem;
    bottom: -1rem;
    right: -0.125rem;
  }

  .c-cta-banner__campaign {
    gap: 1.875rem;
    margin-top: 1.75rem;
    padding: 1.75rem 1.875rem 1.4375rem;
    border-radius: 0.625rem;
  }

  .c-cta-banner__campaign-limited {
    font-size: 1.0361875rem;
  }

  .c-cta-banner__campaign-title {
    font-size: 2.059375rem;
    letter-spacing: -0.082375rem;
    margin-top: 0.625rem;
  }

  .c-cta-banner__campaign-title::before {
    width: 2.310875rem;
    height: 2.197375rem;
  }

  .c-cta-banner__campaign-title::after {
    width: 2.310875rem;
    height: 2.197375rem;
  }

  .c-cta-banner__campaign-deadline {
    padding: 0.125rem 2.0625rem;
    font-size: 0.75rem;
    margin-top: 0.9375rem;
  }

  .c-cta-banner__campaign-deadline-num {
    font-size: 1.5rem;
    margin-bottom: 0.25rem;
  }

  .c-cta-banner__campaign-deadline-slash {
    font-size: 1.25rem;
  }

  .c-cta-banner__benefits {
    gap: 0.6875rem;
    width: calc(49.3% - 1.875rem);
  }

  .c-cta-banner__benefit {
    width: calc((100% - 0.6875rem) / 2);
    padding: 0 0.9375rem 0.9375rem 0.9375rem;
    border-radius: 0.625rem;
  }

  .c-cta-banner__benefit-badge::before {
    top: -0.625rem;
    left: -1.375rem;
    width: 8.75rem;
    height: 3.375rem;
  }

  .c-cta-banner__benefit-badge-text {
    font-size: 1rem;
  }

  .c-cta-banner__benefit-badge-num {
    font-size: 1.5625rem;
  }

  .c-cta-banner__benefit-text {
    margin-top: 0.6875rem;
  }

  .c-cta-banner__benefit-text-main {
    font-size: 1.25rem;
  }

  .c-cta-banner__benefit-text-amount {
    font-size: 0.9375rem;
  }

  .c-cta-banner__benefit-text-sub {
    font-size: 1.125rem;
  }

  .c-cta-banner__benefit-text-sub2 {
    font-size: 1.0625rem;
  }

  .c-cta-banner__benefit-text-free {
    font-size: 1.25rem;
  }

  .c-cta-banner__benefit-text-free::before {
    height: 0.1875rem;
    border-radius: 0.1875rem;
  }

  .c-fixed-cta__text {
    font-size: 1.7886rem;
  }

  .c-fixed-cta__text span {
    padding: 0.0625rem 0.875rem 0.375rem;
    margin: 0 0.5rem 0 0.375rem;
    font-size: 1.4885rem;
    border-radius: 2.5rem;
  }

  .p-fv__content {
    padding: 12.125rem 0 8.5rem;
  }

  .p-fv__logo {
    width: 46.0200625rem;
  }

  .p-fv__price {
    bottom: -3.3125rem;
    gap: 0.5625rem;
  }

  .p-fv__price-item {
    gap: 0.6875rem;
    padding: 1.25rem 0.9375rem 0.625rem;
    width: 20.25rem;
    height: 4.8125rem;
    border-radius: 0.625rem;
  }

  .p-fv__price-icon {
    height: 2.46875rem;
  }

  .p-fv__price-label {
    font-size: 1.625rem;
  }

  .p-fv__price-value {
    font-size: 2.5rem;
  }

  .p-fv__badges {
    gap: 1.25rem;
    margin-top: 5.375rem;
  }

  .p-fv__badge {
    width: 11.7013125rem;
  }

  .p-fv__banners {
    gap: 0.375rem;
    margin-top: 1.8125rem;
  }

  .p-fv__banner img {
    height: 3.875rem;
  }

  .p-fv__bubble--01 {
    top: -3.125rem;
    left: -8.8125rem;
    width: 18.125rem;
  }

  .p-fv__bubble--02 {
    top: -5.625rem;
    left: 10.5rem;
    width: 23.0640625rem;
  }

  .p-fv__bubble--03 {
    top: 1.875rem;
    left: -14.6875rem;
    width: 19.5625rem;
  }

  .p-fv__bubble--04 {
    top: -4.5rem;
    right: -7.25rem;
    width: 18.125rem;
  }

  .p-fv__bubble--05 {
    top: 2.125rem;
    right: -9.625rem;
    width: 12.9848125rem;
  }

  .p-problems {
    padding-top: 7.5rem;
    padding-bottom: 4.125rem;
  }

  .p-problems::before {
    top: -3.8125rem;
    height: 88.127125rem;
  }

  .p-problems__inner {
    max-width: 68.75rem;
  }

  .p-problems__title {
    gap: 8.9375rem;
  }

  .p-problems__title-text {
    font-size: 3.75rem;
    letter-spacing: -0.1875rem;
  }

  .p-problems__title-text-large {
    font-size: 5.25rem;
  }

  .p-problems__title-image {
    top: -5.375rem;
    width: 13.221375rem;
  }

  .p-problems__list {
    gap: 1.875rem;
    margin-top: 4.125rem;
  }

  .p-problems__item {
    border-radius: 1.25rem;
  }

  .p-problems__item-content {
    padding: 1.25rem 0.125rem 2rem 1.125rem;
  }

  .p-problems__item-title {
    font-size: 1.75rem;
  }

  .p-problems__item-list li {
    font-size: 1rem;
  }

  .p-problems__check {
    margin-top: 2.6875rem;
  }

  .p-problems__check-icon {
    width: 2.7406875rem;
  }

  .p-problems__check-text {
    font-size: 2rem;
  }

  .p-problems__check-text--large {
    font-size: 2rem;
  }

  .p-problems__check-text-highlight {
    font-size: 2.875rem;
  }

  .p-reasons {
    padding: 5rem 0 11.25rem;
  }

  .p-reasons::before {
    height: 100%;
  }

  .p-reasons__inner {
    max-width: 68.75rem;
  }

  .p-reasons__title-icon--left {
    -webkit-transform: translate(-19.9375rem, -50%);
            transform: translate(-19.9375rem, -50%);
    width: 7.5625rem;
  }

  .p-reasons__title-icon--right {
    -webkit-transform: translate(11.625rem, -50%);
            transform: translate(11.625rem, -50%);
    width: 7.674875rem;
  }

  .p-reasons__title-logo {
    width: 25.625rem;
  }

  .p-reasons__title-text {
    font-size: 3.5143125rem;
  }

  .p-reasons__list {
    gap: 1.25rem;
    margin-top: 3.75rem;
  }

  .p-reasons__item {
    padding: 1.625rem 1.875rem 1.25rem;
  }

  .p-reasons__item-icon {
    width: 7rem;
  }

  .p-reasons__item-title {
    font-size: 1.75rem;
    margin-top: 0.75rem;
  }

  .p-reasons__item-text {
    font-size: 1rem;
    margin-top: 0.9375rem;
  }

  .p-reasons__item-note {
    font-size: 0.75rem;
    margin-top: 0.5rem;
    margin-right: -0.9375rem;
  }

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

  .p-cta {
    padding: 1.75rem 0 0;
  }

  .p-cta__inner {
    max-width: 68.75rem;
  }

  .p-cta__text {
    font-size: 1.75rem;
  }

  .p-cta__subtext {
    font-size: 1.25rem;
  }

  .p-appeal {
    padding: 3.75rem 0;
  }

  .p-appeal__lead {
    font-size: 1.25rem;
  }

  .p-appeal__badges {
    gap: 1.875rem;
  }

  .p-appeal__badge {
    width: 11.25rem;
  }

  .p-service {
    padding: 0 0 6.15625rem;
  }

  .p-service__inner {
    max-width: 68.75rem;
  }

  .p-service__title-icon--left {
    -webkit-transform: translate(-18.6875rem, -50%);
            transform: translate(-18.6875rem, -50%);
    width: 5.450625rem;
  }

  .p-service__title-icon--right {
    -webkit-transform: translate(11.625rem, -50%);
            transform: translate(11.625rem, -50%);
    width: 7.987375rem;
  }

  .p-service__title-logo {
    width: 16.625rem;
  }

  .p-service__title-text {
    font-size: 3.5rem;
    margin-top: 1.0625rem;
  }

  .p-service__title-text::before {
    top: -0.75rem;
    width: 29.60125rem;
    height: 9.8491875rem;
  }

  .p-service__list {
    gap: 2.625rem 1.9375rem;
    margin-top: 4.6875rem;
  }

  .p-service__item {
    border-radius: 1.25rem;
  }

  .p-service__item-content {
    padding: 1.25rem 1.875rem 1.6875rem;
  }

  .p-service__item-title {
    font-size: 1.75rem;
  }

  .p-service__item-title-sub {
    font-size: 1.25rem;
  }

  .p-service__item-text {
    font-size: 1rem;
    margin-top: 0.4375rem;
  }

  .p-service__cta {
    bottom: 6.9375rem;
    right: 17.5rem;
  }

  .p-service__cta-person {
    width: 24.5625rem;
    bottom: -13.0625rem;
    right: -17.875rem;
  }

  .p-service__cta-bubble::before {
    top: -5.5rem;
    left: -5.25rem;
    width: 28.625rem;
    height: 21.8125rem;
  }

  .p-service__cta-text {
    font-size: 2.25rem;
  }

  .p-flow {
    padding: 5rem 0 6.75rem;
  }

  .p-flow__inner {
    max-width: 68.3125rem;
  }

  .p-flow__title-content {
    font-size: 3.5rem;
  }

  .p-flow__title-icon {
    width: 6.25rem;
  }

  .p-flow__title-icon--left {
    -webkit-transform: translate(-21rem, -50%);
            transform: translate(-21rem, -50%);
  }

  .p-flow__title-icon--right {
    -webkit-transform: translate(23.0625rem, -50%);
            transform: translate(23.0625rem, -50%);
    width: 9.625rem;
  }

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

  .p-flow__item {
    width: 9.25rem;
    padding-bottom: 2.5rem;
  }

  .p-flow__item-circle {
    width: 9.875rem;
  }

  .p-flow__item-circle::before {
    width: 13.875rem;
    height: 13.875rem;
  }

  .p-flow__item-number {
    font-size: 4.25rem;
    margin-top: 0.625rem;
  }

  .p-flow__item-content {
    gap: 0.375rem;
    margin-top: 0.3125rem;
  }

  .p-flow__item-title {
    font-size: 2.625rem;
  }

  .p-flow__item-text {
    font-size: 1rem;
  }

  .p-works {
    padding: 5.125rem 0;
  }

  .p-works__inner {
    max-width: 73.4375rem;
  }

  .p-works__title::before {
    width: 51.0625rem;
    height: 10.3125rem;
  }

  .p-works__title-content {
    font-size: 3rem;
  }

  .p-works__title-icon {
    -webkit-transform: translate(14.1875rem, -50%);
            transform: translate(14.1875rem, -50%);
    width: 9.174875rem;
  }

  .p-works__slider-wrapper {
    margin-top: 1.25rem;
  }

  .p-works__slider .swiper-slide {
    padding: 0 0.625rem;
  }

  .p-works__nav-prev,
  .p-works__nav-next {
    width: 6.5625rem;
    height: 6.5625rem;
  }

  .p-works__nav-prev {
    left: -4rem;
    top: -15.625rem;
  }

  .p-works__nav-next {
    right: -4rem;
    top: -15.625rem;
  }

  .p-works__list {
    gap: 1.875rem;
  }

  .p-works__item-title {
    margin-top: 0.4375rem;
    font-size: 1.75rem;
  }

  .p-works__banner {
    margin-top: 5.125rem;
  }

  .p-voice {
    padding: 7rem 0 4.375rem;
  }

  .p-voice::before {
    top: -10.125rem;
    width: 9.875rem;
    height: 12rem;
  }

  .p-voice__inner {
    max-width: 73.75rem;
  }

  .p-voice__title-content {
    gap: 0.5rem;
    margin-left: 1.875rem;
  }

  .p-voice__title-main {
    font-size: 3.5rem;
  }

  .p-voice__title-sub {
    font-size: 2.125rem;
  }

  .p-voice__title-icon {
    -webkit-transform: translate(-15rem, -1.25rem);
            transform: translate(-15rem, -1.25rem);
    width: 6.25rem;
  }

  .p-voice__list {
    -webkit-column-gap: 0.875rem;
       -moz-column-gap: 0.875rem;
            column-gap: 0.875rem;
    margin-top: 3.125rem;
  }

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

  .p-voice__rating-text {
    font-size: 2.25rem;
  }

  .p-company {
    padding: 5rem 0 6.875rem;
  }

  .p-company__inner {
    max-width: 69.0625rem;
  }

  .p-company__content {
    border-radius: 2.5rem;
    padding: 5rem;
  }

  .p-company__icon--left {
    width: 12.75rem;
    top: 1.75rem;
    left: -6.1875rem;
  }

  .p-company__icon--right {
    width: 9.8125rem;
    top: 0.625rem;
    right: -4.1875rem;
  }

  .p-company__title {
    font-size: 3rem;
  }

  .p-company__title::after {
    width: 17.1875rem;
    height: 1.0625rem;
    bottom: -0.5rem;
  }

  .p-company__shop-info {
    margin-top: 3.25rem;
  }

  .p-company__table {
    margin: 2.625rem auto 0;
  }

  .p-company__table-term {
    font-size: 1.125rem;
    padding: 1.4375rem 0;
  }

  .p-company__table-desc {
    font-size: 1rem;
    padding: 1.4375rem 0;
  }

  .p-company__shops {
    gap: 1.875rem;
    margin-top: 3.625rem;
  }

  .p-company__shop {
    border-radius: 1.06575rem;
  }

  .p-company__shop-image {
    border-radius: 1.06575rem 1.06575rem 0 0;
  }

  .p-company__shop-content {
    padding: 0.8125rem 0.875rem 2.5rem;
  }

  .p-company__shop-name {
    font-size: 1.375rem;
  }

  .p-company__shop-address {
    font-size: 0.875rem;
    gap: 0.125rem;
    margin-top: 0.4375rem;
  }

  .p-company__shop-address::before {
    width: 0.875rem;
    height: 1.125rem;
    margin-top: 0.125rem;
  }

  .p-contact {
    padding: 10rem 0;
  }

  .p-contact__inner {
    max-width: 68.75rem;
    border-radius: 1.4375rem 2.5rem 0 0;
  }

  .p-contact__inner::before,
  .p-contact__inner::after {
    width: 69.9263125rem;
    height: 10.5008125rem;
  }

  .p-contact__inner::before {
    top: -5rem;
  }

  .p-contact__inner::after {
    bottom: -3.125rem;
    left: 0rem;
  }

  .p-contact__content {
    padding: 4.375rem 0 6.6875rem;
    max-width: 51.3125rem;
  }

  .p-contact__content::before {
    width: 8.75rem;
    height: 8.125rem;
    top: -0.25rem;
    left: -4.375rem;
  }

  .p-contact__content::after {
    width: 11.25rem;
    height: 11.25rem;
    top: -4.25rem;
    right: -7.3125rem;
  }

  .p-contact__title {
    font-size: 3.25rem;
  }

  .p-contact__top {
    margin-top: 1.625rem;
    padding: 1.25rem 0 2rem;
    border-top-width: 0.1875rem;
    border-bottom-width: 0.1875rem;
  }

  .p-contact__notice {
    gap: 1.625rem;
    max-width: 37.5rem;
  }

  .p-contact__notice-icon {
    width: 3.25rem;
  }

  .p-contact__notice-title {
    font-size: 1.3125rem;
  }

  .p-contact__notice-text {
    font-size: 1rem;
  }

  .p-contact__buttons {
    gap: 1.25rem;
    margin: 1.5rem auto auto;
    max-width: 43.125rem;
  }

  .p-contact__line-btn {
    font-size: 1.360625rem;
    padding: 1.3125rem 1.25rem;
    border-radius: 3.125rem;
  }

  .p-contact__phone-number {
    font-size: 2.625rem;
  }

  .p-contact__phone-icon {
    width: 4.474rem;
  }

  .p-contact__campaign {
    padding: 1.25rem 0.625rem 1.3125rem 7.5rem;
    border-radius: 0.6758125rem;
    margin: 3.625rem 2.9375rem 0 6.875rem;
  }

  .p-contact__campaign-badge {
    width: 8.3125rem;
    left: -2.5rem;
  }

  .p-contact__campaign-title {
    font-size: 1.757125rem;
  }

  .p-contact__campaign-subtitle {
    font-size: 1.0813125rem;
  }

  .p-contact__form {
    margin: 5.625rem auto 0;
    max-width: 42.5rem;
  }

  .p-contact__form-item:not(:first-child) {
    margin-top: 2.375rem;
  }

  .p-contact__form-label {
    font-size: 1.25rem;
  }

  .p-contact__form-input,
  .p-contact__form-textarea {
    margin-top: 0.25rem;
    padding: 1.25rem;
    border-radius: 0.625rem;
  }

  .p-contact__form-textarea {
    height: 4.375rem;
  }

  .p-contact__form-checkboxes {
    gap: 0.0625rem;
    margin-top: 1.25rem;
  }

  .p-contact__form-checkbox input[type=checkbox] {
    width: 1.875rem;
    height: 1.875rem;
    border-radius: 0.375rem;
  }

  .p-contact__form-checkbox input[type=checkbox]:checked::before {
    font-size: 1.25rem;
  }

  .p-contact__form-checkbox-text {
    font-size: 1.125rem;
  }

  .p-contact__form-submit {
    margin-top: 2.1875rem;
  }

  .p-contact__submit-btn {
    font-size: 2.23575rem;
    padding: 2.3125rem 0.625rem;
    max-width: 40rem;
  }

  .p-faq {
    padding: 3.125rem 0 6rem;
  }

  .p-faq::before {
    top: -4.1875rem;
  }

  .p-faq__inner {
    max-width: 75rem;
  }

  .p-faq__hgroup .p-faq__title-icon {
    -webkit-transform: translate(5.875rem, -0.625rem);
            transform: translate(5.875rem, -0.625rem);
    width: 5.8125rem;
  }

  .p-faq__title {
    font-size: 3.25rem;
  }

  .p-faq__list {
    max-width: 50rem;
    margin: 2.5rem auto 0;
    gap: 1rem;
  }

  .p-faq__item.is-open .p-faq__q-mark {
    font-size: 2.929375rem;
  }

  .p-faq__question {
    border-radius: 3.125rem;
    padding: 0.625rem 1.875rem;
    gap: 2.3125rem;
  }

  .p-faq__q-mark {
    font-size: 2.929375rem;
  }

  .p-faq__q-text {
    font-size: 1.5rem;
  }

  .p-faq__icon {
    width: 2rem;
    height: 2rem;
    right: 1.625rem;
  }

  .p-faq__icon::before {
    width: 1.5745625rem;
    height: 0.2196875rem;
    border-radius: 0.25rem;
  }

  .p-faq__icon::after {
    width: 0.2196875rem;
    height: 1.5745625rem;
    border-radius: 0.25rem;
  }

  .p-faq__answer {
    padding: 0.625rem 1.25rem 0.625rem 3.0625rem;
    gap: 1rem;
  }

  .p-faq__a-mark {
    font-size: 2.929375rem;
  }

  .p-faq__a-content {
    padding-top: 0.625rem;
    font-size: 1.125rem;
  }

  .p-staff {
    padding: 0 0 6.875rem;
  }

  .p-staff__wrapper {
    padding-top: 3.0625rem;
  }

  .p-staff__wrapper::before {
    top: -16.25rem;
    height: 16.5625rem;
  }

  .p-staff__message {
    max-width: 56.25rem;
  }

  .p-staff__text {
    font-size: 2.1875rem;
  }

  .p-staff__icon--house {
    width: 11.9375rem;
  }

  .p-staff__icon--tool {
    width: 12.75rem;
  }

  .p-sports {
    padding: 3.125rem 0;
  }

  .p-sports__inner {
    max-width: 38.125rem;
    gap: 2.1875rem;
  }

  .p-sports__logo {
    width: 10.3125rem;
  }

  .p-sports__title {
    font-size: 3rem;
  }

  .p-sports__text {
    font-size: 1.1875rem;
    margin-top: 1.375rem;
  }

  .u-ai-c-md-max {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .u-fd-c-md-max {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .u-po-sta-md-max {
    position: static;
  }
}

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

@media screen and (max-width: 768px) {
  body {
    font-size: 0.875rem;
  }

  .l-header.is-scrolled {
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .l-header {
    position: absolute;
    background: transparent;
  }

  .l-header__inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 1.25rem 0;
  }

  .l-header__logo {
    width: 9.625rem;
  }

  .l-header__logo-img {
    width: 100%;
  }

  .l-header__contact {
    display: none;
  }

  .l-header__btn {
    padding: 0.25rem 0.625rem;
    width: 11.25rem;
    height: 2.375rem;
  }

  .l-header__btn-icon-calc {
    width: 0.75rem;
    margin-right: 0.3125rem;
  }

  .l-header__btn-free {
    font-size: 0.4375rem;
    padding: 0.0625rem 0.25rem;
    margin-right: 0.125rem;
  }

  .l-header__btn-text {
    font-size: 0.625rem;
  }

  .l-header__btn-icon-hand {
    width: 1.125rem;
    bottom: -0.375rem;
    right: -0.125rem;
  }

  .l-footer {
    padding: 0 0 1.3125rem;
  }

  .l-footer__copy {
    font-size: 0.625rem;
  }

  .c-cta-banner--blue .c-cta-banner__main {
    border-width: 0.375rem;
    border-top: none;
    border-radius: 0 0 1.25rem 1.25rem;
  }

  .c-cta-banner--blue .c-cta-banner__title {
    border-radius: 1.25rem 1.25rem 0 0;
    padding: 1.4375rem 0 1.5rem 0.75rem;
  }

  .c-cta-banner--white .c-cta-banner__main {
    border-width: 0.25rem;
    border-radius: 1.25rem;
  }

  .c-cta-banner--white .c-cta-banner__title {
    border-radius: 0;
    padding: 0 0 1.25rem;
    background: transparent;
    color: #fff;
  }

  .c-cta-banner--white .c-cta-banner__person--left {
    top: -4.625rem;
    left: -1.9375rem;
  }

  .c-cta-banner--white .c-cta-banner__person--right {
    top: -3.75rem;
    right: -0.75rem;
  }

  .c-cta-banner--01 {
    padding-top: 1.25rem;
  }

  .c-cta-banner--01.c-bg::before {
    height: 7.5rem;
    top: -5rem;
  }

  .c-cta-banner--02 {
    margin-top: 3.75rem;
  }

  .c-cta-banner__inner {
    max-width: 100%;
  }

  .c-cta-banner__person--left {
    top: -3.125rem;
    left: -1.875rem;
    width: 7.6875rem;
  }

  .c-cta-banner__person--right {
    top: -2.4375rem;
    right: -0.75rem;
    width: 8.8125rem;
  }

  .c-cta-banner__content {
    max-width: 100%;
  }

  .c-cta-banner__title {
    font-size: 1.625rem;
    line-height: 120%;
  }

  .c-cta-banner__main {
    padding: 0.8125rem 0.3125rem 1.25rem;
    border-radius: 0 0 1.25rem 1.25rem;
  }

  .c-cta-banner__btn {
    width: 100%;
    height: 7.8125rem;
    padding: 0.25rem 0.625rem 0.625rem 1.5625rem;
    border-radius: 3.125rem;
    background: url(../img/bg_btn02_sp.png) center center/cover no-repeat;
  }

  .c-cta-banner__btn-badge {
    top: 0;
    left: -1.0625rem;
    width: 4.375rem;
  }

  .c-cta-banner__btn-text {
    font-size: 1.75rem;
    line-height: 1.3;
  }

  .c-cta-banner__btn-text span {
    padding: 0.0625rem 0.8125rem 0.25rem;
    margin: 0 0.375rem 0 0.25rem;
    font-size: 1.5rem;
    border-radius: 1.875rem;
  }

  .c-cta-banner__btn-icon {
    width: 4.6875rem;
    bottom: 0.625rem;
    right: -0.4375rem;
  }

  .c-cta-banner__campaign {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.8125rem;
    margin: 0.625rem auto 0;
    width: 95%;
    padding: 0.9375rem 0.9375rem;
    border-radius: 0.5rem;
  }

  .c-cta-banner__campaign-left {
    width: 100%;
  }

  .c-cta-banner__campaign-limited {
    font-size: 0.8125rem;
    text-align: center;
  }

  .c-cta-banner__campaign-title {
    font-size: 1.8125rem;
    letter-spacing: -0.0725rem;
    margin-top: 0.5rem;
    text-align: center;
  }

  .c-cta-banner__campaign-title::before {
    width: 2.1875rem;
    height: 2.1875rem;
    top: 64%;
    left: -0.1875rem;
  }

  .c-cta-banner__campaign-title::after {
    width: 2.1875rem;
    height: 2.1875rem;
    top: 64%;
    right: -0.1875rem;
  }

  .c-cta-banner__campaign-deadline {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    padding: 0.3125rem 0.625rem;
    font-size: 0.6645625rem;
    margin-top: 0.75rem;
  }

  .c-cta-banner__campaign-deadline-num {
    font-size: 1.329125rem;
    margin-bottom: 0.1875rem;
  }

  .c-cta-banner__campaign-deadline-slash {
    font-size: 0.875rem;
  }

  .c-cta-banner__benefits {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.75rem;
    width: 100%;
  }

  .c-cta-banner__benefit {
    padding: 0 1.25rem 0.75rem;
    border-radius: 0.6875rem;
    width: 100%;
  }

  .c-cta-banner__benefit-badge::before {
    top: -0.375rem;
    left: -0.9375rem;
    width: 6.25rem;
    height: 2.5rem;
  }

  .c-cta-banner__benefit-badge-text {
    font-size: 0.75rem;
  }

  .c-cta-banner__benefit-badge-num {
    font-size: 1.1875rem;
  }

  .c-cta-banner__benefit-text {
    margin-top: 0;
  }

  .c-cta-banner__benefit-text-main {
    font-size: 1rem;
  }

  .c-cta-banner__benefit-text-amount {
    font-size: 0.625rem;
  }

  .c-cta-banner__benefit-text-sub {
    font-size: 0.875rem;
  }

  .c-cta-banner__benefit-text-sub2 {
    font-size: 0.875rem;
  }

  .c-cta-banner__benefit-text-free {
    font-size: 1.478125rem;
    line-height: 1.2;
  }

  .c-cta-banner__benefit-text-free::before {
    height: 0.125rem;
    border-radius: 0.125rem;
  }

  .c-bg::before {
    height: 6.108875rem;
    top: -3.125rem;
  }

  .c-fixed-cta {
    display: block;
  }

  .c-fixed-cta__text {
    font-size: 1.2rem;
    line-height: 1.3;
  }

  .c-fixed-cta__text span {
    padding: 0.0625rem 0.625rem 0.25rem;
    margin: 0 0.3125rem 0 0.1875rem;
    font-size: 1rem;
    border-radius: 1.875rem;
  }

  .p-fv {
    background: url(../img/bg_fv_sp.jpg) center center/cover no-repeat;
  }

  .p-fv__content {
    padding: 10.625rem 0 11.25rem;
  }

  .p-fv__logo {
    width: 21.625rem;
  }

  .p-fv__price {
    width: 19.25rem;
    gap: 0.375rem;
    bottom: -1.5625rem;
  }

  .p-fv__price-item {
    gap: 0.5rem;
    padding: 0.625rem 0.5rem 0.625rem;
    width: 100%;
    max-width: 17.5rem;
    height: 2.25rem;
    border-radius: 0.2929375rem;
  }

  .p-fv__price-icon {
    height: 1.15625rem;
  }

  .p-fv__price-label {
    font-size: 0.761625rem;
  }

  .p-fv__price-value {
    font-size: 1.17175rem;
  }

  .p-fv__badges {
    gap: 0.5rem;
    margin-top: 3.125rem;
  }

  .p-fv__badge {
    width: 6.6848125rem;
  }

  .p-fv__banners {
    gap: 0.3125rem;
    margin-top: 1.25rem;
  }

  .p-fv__banner img {
    height: 3.0625rem;
  }

  .p-fv__bubble--01 {
    width: 8.4375rem;
    top: -4.8125rem;
    left: 1rem;
  }

  .p-fv__bubble--02 {
    width: 11.125rem;
    top: -5.0625rem;
    left: auto;
    right: -0.625rem;
  }

  .p-fv__bubble--03 {
    width: 9.375rem;
    top: -2.375rem;
    left: -0.8125rem;
  }

  .p-fv__bubble--04 {
    width: 8.5rem;
    top: -2.6875rem;
    right: 4.5625rem;
  }

  .p-fv__bubble--05 {
    width: 6.5rem;
    top: -1.5rem;
    right: -1.625rem;
  }

  .p-problems {
    padding-top: 2.625rem;
    padding-bottom: 2.1875rem;
  }

  .p-problems::before {
    top: -9.0625rem;
    height: calc(100% + 18.75rem);
    background: url(../img/bg_trouble_sp.png) center center/contain no-repeat;
  }

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

  .p-problems__title {
    gap: 0.375rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: match-parent;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .p-problems__title-text {
    font-size: 2.1875rem;
    letter-spacing: -0.05em;
  }

  .p-problems__title-text-large {
    font-size: 3.125rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.05em;
  }

  .p-problems__title-image {
    top: -2.8125rem;
    left: auto;
    right: -1.3125rem;
    width: 7.8125rem;
  }

  .p-problems__list {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    margin-top: 1.75rem;
  }

  .p-problems__item-content {
    padding: 1.6875rem 0.125rem 2.25rem 0.875rem;
  }

  .p-problems__item-title {
    font-size: 1.75rem;
  }

  .p-problems__item-list li {
    font-size: 1rem;
  }

  .p-problems__check {
    margin-top: 2.5rem;
  }

  .p-problems__check-icon {
    width: 1.625rem;
  }

  .p-problems__check-text {
    font-size: 1.25rem;
  }

  .p-problems__check-text--large {
    font-size: 1.5rem;
  }

  .p-problems__check-text-highlight {
    font-size: 1.75rem;
  }

  .p-reasons {
    padding: 4.125rem 0 5rem;
  }

  .p-reasons::before {
    height: 100%;
    background: url(../img/bg_reason_sp.png) top center/cover no-repeat;
  }

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

  .p-reasons__title-icon--left {
    top: -10%;
    -webkit-transform: translate(-12.5rem, -50%);
            transform: translate(-12.5rem, -50%);
    width: 4.375rem;
  }

  .p-reasons__title-icon--right {
    top: 0%;
    -webkit-transform: translate(8.3125rem, -50%);
            transform: translate(8.3125rem, -50%);
    width: 4.75rem;
  }

  .p-reasons__title-logo {
    width: 23.4375rem;
    margin: 0 calc(50% - 50vw);
  }

  .p-reasons__title-text {
    font-size: 3.0625rem;
    letter-spacing: -0.03em;
  }

  .p-reasons__list {
    grid-template-columns: 1fr;
    gap: 0.75rem;
    margin-top: 2.5rem;
  }

  .p-reasons__item {
    padding: 1.625rem 1.4375rem 1.75rem 0.8125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.625rem;
  }

  .p-reasons__item-icon {
    width: 5rem;
    margin: 0;
  }

  .p-reasons__item:nth-child(4) {
    padding-bottom: 0.5rem;
  }

  .p-reasons__item:nth-child(4) .p-reasons__item-icon {
    margin-bottom: 3.125rem;
  }

  .p-reasons__item-content {
    width: calc(100% - 5.625rem);
  }

  .p-reasons__item-title {
    font-size: 1.625rem;
    margin-top: 0;
    text-align: left;
  }

  .p-reasons__item-text {
    font-size: 1rem;
    margin-top: 0.4375rem;
  }

  .p-reasons__item-note {
    font-size: 0.75rem;
    margin-top: 1rem;
    margin-right: -0.5rem;
  }

  .p-reasons__banner {
    margin-top: 3.75rem;
  }

  .p-cta {
    padding: 2.5rem 0;
  }

  .p-cta::before {
    background-image: url(../img/bg_white_sp.png);
  }

  .p-cta__text {
    font-size: 1.375rem;
  }

  .p-cta__subtext {
    font-size: 1rem;
    margin-bottom: 1.5rem;
  }

  .p-cta__button {
    max-width: 20rem;
  }

  .p-appeal {
    padding: 2.5rem 0;
  }

  .p-appeal__title {
    margin-bottom: 1.875rem;
  }

  .p-appeal__lead {
    font-size: 1rem;
    margin-bottom: 1.875rem;
  }

  .p-appeal__badges {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.5rem;
  }

  .p-appeal__badge {
    width: 10rem;
  }

  .p-service {
    padding: 0.625rem 0 19.375rem;
  }

  .p-service.c-bg::before {
    background-image: url(../img/bg_blue_sp.png);
  }

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

  .p-service__title-icon--left {
    -webkit-transform: translate(-11.4375rem, -50%);
            transform: translate(-11.4375rem, -50%);
    width: 3.5rem;
  }

  .p-service__title-icon--right {
    top: 85%;
    -webkit-transform: translate(7.875rem, -50%);
            transform: translate(7.875rem, -50%);
    width: 5.1875rem;
  }

  .p-service__title-logo {
    width: 13.625rem;
  }

  .p-service__title-text {
    font-size: 2.5rem;
    margin-top: -0.25rem;
  }

  .p-service__title-text::before {
    top: -0.25rem;
    left: 52%;
    width: 19.25rem;
    height: 6.75rem;
  }

  .p-service__list {
    grid-template-columns: 1fr;
    gap: 0.625rem;
    margin-top: 2.5rem;
  }

  .p-service__item {
    border-radius: 1.25rem;
  }

  .p-service__item-content {
    padding: 1.25rem 1.25rem 1.6875rem;
  }

  .p-service__item-title {
    font-size: 1.75rem;
  }

  .p-service__item-title-sub {
    font-size: 1rem;
  }

  .p-service__item-text {
    font-size: 1rem;
    margin-top: 0.4375rem;
  }

  .p-service__cta {
    bottom: -11.0625rem;
    right: auto;
    left: 0.75rem;
  }

  .p-service__cta-person {
    width: 15.625rem;
    bottom: -8.4375rem;
    right: -11.375rem;
  }

  .p-service__cta-bubble::before {
    top: -3.4375rem;
    left: -3.625rem;
    width: 18.75rem;
    height: 14.0625rem;
  }

  .p-service__cta-text {
    font-size: 1.4375rem;
  }

  .p-flow {
    padding: 3.3125rem 0 4.375rem;
  }

  .p-flow__title {
    margin-left: 2.125rem;
  }

  .p-flow__title-content {
    font-size: 2.5rem;
    line-height: 1.3;
    -webkit-transform: rotate(-1.868deg);
            transform: rotate(-1.868deg);
  }

  .p-flow__title-icon {
    width: 3.75rem;
  }

  .p-flow__title-icon--left {
    top: 8%;
    -webkit-transform: translate(-11.9375rem, -50%) rotate(21deg);
            transform: translate(-11.9375rem, -50%) rotate(21deg);
    width: 3rem;
  }

  .p-flow__title-icon--right {
    top: 116%;
    -webkit-transform: translate(11.25rem, -50%) rotate(-20deg);
            transform: translate(11.25rem, -50%) rotate(-20deg);
    width: 4.875rem;
  }

  .p-flow__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.75rem;
    margin-top: 2.3125rem;
  }

  .p-flow__item {
    width: 93%;
    margin: 0 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0.375rem 0 1.3125rem 4.75rem;
  }

  .p-flow__item-circle {
    position: absolute;
    top: 50%;
    left: -1.625rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 5.4713125rem;
    margin-left: 0;
  }

  .p-flow__item-circle::before {
    width: 7.6875rem;
    height: 7.6875rem;
  }

  .p-flow__item-number {
    font-size: 2.375rem;
    margin: 0;
  }

  .p-flow__item-content {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    text-orientation: mixed;
  }

  .p-flow__item-title {
    font-size: 1.625rem;
    letter-spacing: 0;
    margin-top: -0.4375rem;
  }

  .p-flow__item-text {
    font-size: 1rem;
    letter-spacing: 0;
    margin-top: 0.125rem;
  }

  .p-flow__item-body {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .p-works {
    padding: 4.25rem 0 4.5625rem;
  }

  .p-works__title::before {
    top: 43%;
    left: 59%;
    width: 36.25rem;
    height: 11.25rem;
  }

  .p-works__title-content {
    font-size: 2.5rem;
  }

  .p-works__title-icon {
    top: 0%;
    -webkit-transform: translate(5.8125rem, -50%);
            transform: translate(5.8125rem, -50%);
    width: 6.375rem;
  }

  .p-works__slider-wrapper {
    margin-top: 0.625rem;
  }

  .p-works__nav-prev,
  .p-works__nav-next {
    width: 2.5rem;
    height: 2.5rem;
  }

  .p-works__nav-prev {
    top: -12.5rem;
    left: 0;
  }

  .p-works__nav-next {
    top: -12.5rem;
    right: 0;
  }

  .p-works__list {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .p-works__item-title {
    font-size: 1.375rem;
  }

  .p-works__item-location {
    font-size: 0.8125rem;
  }

  .p-works__item-text {
    font-size: 0.8125rem;
  }

  .p-works__banner {
    margin-top: 3.625rem;
  }

  .p-voice {
    padding: 4.3125rem 0 3.125rem;
    background: url(../img/bg_voice_sp.png) top center/cover no-repeat;
  }

  .p-voice::before {
    top: -6.6875rem;
    right: -1.125rem;
    width: 6.125rem;
    height: 8.25rem;
  }

  .p-voice__title-main {
    font-size: 3rem;
  }

  .p-voice__title-sub {
    font-size: 1.75rem;
  }

  .p-voice__title-icon {
    top: 17%;
    -webkit-transform: translate(-10.9375rem, -0.625rem);
            transform: translate(-10.9375rem, -0.625rem);
    width: 4.375rem;
  }

  .p-voice__list {
    grid-template-columns: 1fr;
    gap: 0.75rem;
    grid-auto-rows: auto;
    margin-top: 2.125rem;
  }

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

  .p-voice__rating-text {
    font-size: 1.75rem;
  }

  .p-company {
    padding: 3.0625rem 0 3.125rem;
  }

  .p-company__content {
    padding: 3.3125rem 1.25rem 2.375rem;
    border-radius: 1.25rem;
  }

  .p-company__icon--left {
    width: 5rem;
    top: 2.5rem;
    left: -1.25rem;
  }

  .p-company__icon--right {
    width: 6.25rem;
    top: 1.875rem;
    right: -1.875rem;
  }

  .p-company__title {
    font-size: 2.375rem;
  }

  .p-company__title::after {
    width: 17.1875rem;
    height: 1.0625rem;
    bottom: -0.5rem;
  }

  .p-company__shop-info {
    margin-top: 1.875rem;
  }

  .p-company__table {
    margin: 3.4375rem auto 0;
  }

  .p-company__table-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .p-company__table-term {
    width: 100%;
    padding: 0.75rem 0 0;
    font-size: 1.125rem;
  }

  .p-company__table-desc {
    padding: 0.3125rem 0 1.0625rem;
    font-size: 1rem;
  }

  .p-company__shops {
    grid-template-columns: 1fr;
    gap: 0.625rem;
    margin-top: 3.125rem;
  }

  .p-company__shop {
    border-radius: 1.06575rem;
  }

  .p-company__shop-content {
    padding: 1.1875rem 0.875rem 2.1875rem;
  }

  .p-company__shop-name {
    font-size: 1.375rem;
  }

  .p-company__shop-address {
    font-size: 0.875rem;
    gap: 0.3125rem;
    margin-top: 0.4375rem;
  }

  .p-company__shop-address::before {
    width: 0.880125rem;
    height: 1.060625rem;
    margin-top: 0.125rem;
  }

  .p-contact {
    padding: 5rem 0 7.5rem;
  }

  .p-contact__inner {
    border-radius: 1.25rem 1.875rem 0 0;
  }

  .p-contact__inner::before,
  .p-contact__inner::after {
    background-image: url("../img/bg_blue02_sp.png");
    width: 22.75rem;
    height: 4.474375rem;
  }

  .p-contact__inner::before {
    top: -2.25rem;
  }

  .p-contact__inner::after {
    bottom: -1.6875rem;
    left: -0.3125rem;
  }

  .p-contact__content {
    padding: 2.5rem 1.25rem 3.25rem;
  }

  .p-contact__content::before {
    width: 4.8125rem;
    height: 4.6875rem;
    top: -2.3125rem;
    left: -0.875rem;
  }

  .p-contact__content::after {
    width: 6.25rem;
    height: 6.25rem;
    top: -2.3125rem;
    right: -1.875rem;
  }

  .p-contact__title {
    font-size: 2.25rem;
    line-height: 1.3;
  }

  .p-contact__top {
    margin-top: 1.25rem;
    padding: 0.3125rem 0 1.5rem;
  }

  .p-contact__notice {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0;
  }

  .p-contact__notice-icon {
    width: 2.75rem;
  }

  .p-contact__notice-icon img {
    margin-top: 0.625rem;
  }

  .p-contact__notice-title {
    font-size: 1.3125rem;
  }

  .p-contact__notice-text {
    font-size: 0.875rem;
    width: 95%;
    margin: 0 auto;
  }

  .p-contact__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.25rem;
    margin: 0.8125rem auto auto;
  }

  .p-contact__line-btn {
    padding: 1rem 1.875rem;
    font-size: 1.1815rem;
  }

  .p-contact__phone-content {
    gap: 0;
  }

  .p-contact__phone-label {
    font-size: 0.9375rem;
  }

  .p-contact__phone-number {
    font-size: 2.375rem;
  }

  .p-contact__phone-icon {
    width: 3.875rem;
  }

  .p-contact__campaign {
    padding: 1rem 0.625rem 1.375rem 4.375rem;
    gap: 0.75rem;
    border-radius: 0.5rem;
    margin: 1.5rem 0 0 1.125rem;
  }

  .p-contact__campaign-badge {
    width: 6.625rem;
    left: -1.875rem;
  }

  .p-contact__campaign-content {
    position: relative;
  }

  .p-contact__campaign-title {
    font-size: 1.25rem;
  }

  .p-contact__campaign-subtitle {
    font-size: 0.6875rem;
    margin-top: 0.4375rem;
  }

  .p-contact__form {
    padding: 0;
    margin: 3rem auto 0;
  }

  .p-contact__form-item:not(:first-child) {
    margin-top: 1.25rem;
  }

  .p-contact__form-label {
    font-size: 1.125rem;
  }

  .p-contact__form-input,
  .p-contact__form-textarea {
    padding: 1rem 0.875rem;
    font-size: 1rem;
    border-radius: 0.625rem;
  }

  .p-contact__form-textarea {
    height: 9.75rem;
  }

  .p-contact__form-checkboxes {
    margin-top: 1rem;
  }

  .p-contact__form-checkbox input[type=checkbox] {
    width: 1.875rem;
    height: 1.875rem;
    border-radius: 0.375rem;
    margin-right: 0.5rem;
  }

  .p-contact__form-checkbox input[type=checkbox]:checked::before {
    font-size: 1.25rem;
  }

  .p-contact__form-checkbox-text {
    font-size: 1rem;
  }

  .p-contact__form-submit {
    margin-top: 1.6875rem;
  }

  .p-contact__submit-btn {
    background-image: url("../img/bg_btn04_sp.png");
    font-size: 1.5rem;
    padding: 1.625rem 0.625rem;
  }

  .p-faq {
    padding: 2.5rem 0 2.8125rem;
  }

  .p-faq::before {
    top: -4.1875rem;
    height: 10.4375rem;
    background-image: url("../img/bg_yellow_sp.png");
  }

  .p-faq__hgroup .p-faq__title-icon {
    top: -111%;
    -webkit-transform: translate(5.875rem, -0.625rem);
            transform: translate(5.875rem, -0.625rem);
    width: 5.8125rem;
  }

  .p-faq__title {
    font-size: 2.5rem;
    margin-right: 1.25rem;
  }

  .p-faq__list {
    gap: 0.75rem;
    margin: 3.5rem auto 0;
  }

  .p-faq__item.is-open .p-faq__q-mark {
    font-size: 2.929375rem;
  }

  .p-faq__question {
    border-radius: 5.1264375rem;
    padding: 0.875rem 2.8125rem 0.75rem 1.25rem;
    gap: 0.9375rem;
  }

  .p-faq__q-mark {
    font-size: 2.929375rem;
  }

  .p-faq__q-text {
    font-size: 1.25rem;
  }

  .p-faq__icon {
    width: 1.5rem;
    height: 1.5rem;
    right: 0.9375rem;
  }

  .p-faq__icon::before {
    width: 1.25rem;
    height: 0.1875rem;
    border-radius: 0.1875rem;
  }

  .p-faq__icon::after {
    width: 0.1875rem;
    height: 1.25rem;
    border-radius: 0.1875rem;
  }

  .p-faq__answer {
    padding: 0.375rem 0 0.25rem 0.9375rem;
    gap: 1.25rem;
  }

  .p-faq__a-mark {
    font-size: 2.929375rem;
    margin-top: -0.4375rem;
  }

  .p-faq__a-content {
    padding-top: 0.375rem;
    font-size: 1rem;
  }

  .p-staff {
    padding: 0 0 5rem;
  }

  .p-staff__wrapper {
    padding-top: 3.0625rem;
  }

  .p-staff__wrapper::before {
    top: -5.625rem;
    height: 5.9375rem;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(36.56%, rgba(227, 247, 255, 0)), color-stop(93.18%, #E3F7FF));
    background: linear-gradient(180deg, rgba(227, 247, 255, 0) 36.56%, #E3F7FF 93.18%);
  }

  .p-staff__text {
    font-size: 1.75rem;
  }

  .p-staff__icon--house {
    width: 6.375rem;
    left: -4%;
    top: -21%;
  }

  .p-staff__icon--tool {
    width: 7.3125rem;
    right: -7%;
    top: 100%;
  }

  .p-sports {
    padding: 3.125rem 0;
  }

  .p-sports__inner {
    gap: 0.625rem;
  }

  .p-sports__logo {
    width: 5.1875rem;
  }

  .p-sports__title {
    font-size: 1.875rem;
  }

  .p-sports__text {
    font-size: 1rem;
    text-align: left;
    margin-top: 0.75rem;
  }

  .u-curve-top::before {
    top: -1.5625rem;
    width: 108%;
    height: 1.6875rem;
  }

  .u-pc {
    display: none;
  }

  .u-sp {
    display: block;
  }
}
/*# sourceMappingURL=style.css.map */