@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

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

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

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

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

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

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

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

/* リキッドレイアウト対応 */
html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.6842105263vw;
  }
}
@media (min-width: 950px) {
  html {
    font-size: 16px;
  }
}

/* pcの電話番号発信対応 */
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

a {
  -webkit-text-decoration: none;
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s;
}

/* hover指定できるPCを想定したスタイル */
@media (hover: hover) {
  a:hover {
    opacity: 0.7;
  }
}
/* hoverが使えないタッチ端末を想定した装飾 */
@media (hover: none) {
  a:active {
    opacity: 0.7;
  }
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 3.75rem;
}

body {
  display: flex;
  flex-direction: column;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

main {
  flex: 1;
}

.l-benefit {
  padding-bottom: 64px;
  padding-bottom: 4rem;
  padding-top: 64px;
  padding-top: 4rem;
}
@media screen and (min-width: 768px) {
  .l-benefit {
    padding-bottom: 101px;
    padding-bottom: 6.3125rem;
    padding-top: 97px;
    padding-top: 6.0625rem;
  }
}

.l-cta {
  padding-bottom: 62.15px;
  padding-bottom: 3.884375rem;
  padding-top: 48.12px;
  padding-top: 3.0075rem;
}

.l-cta--pb48 {
  padding-bottom: 48px;
  padding-bottom: 3rem;
}

.l-drawer {
  bottom: 0;
  left: 0;
  overflow: auto;
  position: fixed;
  right: 0;
  top: 0;
  transform: translateX(100%);
  transition: all 0.3s ease-out;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  .l-drawer {
    display: none;
  }
}

.l-drawer[aria-hidden=false] {
  transform: translateX(0);
}

.l-footer {
  padding-bottom: 32px;
  padding-bottom: 2rem;
  padding-top: 31.22px;
  padding-top: 1.95125rem;
}

.l-header {
  bottom: auto;
  height: 60px;
  height: 3.75rem;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1000;
}
@media screen and (min-width: 768px) {
  .l-header {
    height: 90px;
    height: 5.625rem;
  }
}

.l-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 580px;
  max-width: 36.25rem;
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-inner {
    max-width: 950px;
    max-width: 59.375rem;
    padding-left: 25px;
    padding-left: 1.5625rem;
    padding-right: 25px;
    padding-right: 1.5625rem;
  }
}

.l-reason {
  padding-bottom: 100px;
  padding-bottom: 6.25rem;
  padding-top: 64px;
  padding-top: 4rem;
}
@media screen and (min-width: 768px) {
  .l-reason {
    padding-top: 73px;
    padding-top: 4.5625rem;
  }
}

.c-menu-button {
  aspect-ratio: 1/1;
  background-color: #fff;
  height: auto;
  position: relative;
  width: 39px;
  width: 2.4375rem;
}

.c-menu-button span {
  background-color: #222;
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in-out;
  width: 40px;
  width: 2.5rem;
}

.c-menu-button span:before,
.c-menu-button span::after {
  background-color: #222;
  border-radius: 100vw;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  transition: all 0.3s ease-in-out;
  width: 100%;
}

.c-menu-button span::before {
  transform: translateY(-0.5rem);
}

.c-menu-button span::after {
  transform: translateY(0.5rem);
}

/* ドロワーメニュー展開時 */
.c-menu-button[aria-expanded=true] span {
  background-color: transparent;
}

.c-menu-button[aria-expanded=true] span::before {
  transform: translateY(0) rotate(45deg);
}

.c-menu-button[aria-expanded=true] span::after {
  transform: translateY(0) rotate(-45deg);
}

.c-point {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.c-point__top {
  -webkit-transform: translate(-50%, 0);
  align-items: center;
  background: #D2EEFB;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  height: 70px;
  height: 4.375rem;
  justify-content: center;
  left: 50%;
  position: absolute;
  top: -30px;
  top: -1.875rem;
  transform: translate(-50%, 0);
  width: 70px;
  width: 4.375rem;
  z-index: 3;
}

.c-point__point {
  color: #0080cf;
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .c-point__point {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.c-point__number {
  color: #0080cf;
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 29.07px;
  font-size: 1.816875rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .c-point__number {
    font-size: 29.07px;
    font-size: 1.816875rem;
  }
}

.c-point__bottom {
  position: relative;
}

.c-point__circle {
  align-items: center;
  background: #D2EEFB;
  border-radius: 50%;
  display: flex;
  height: 263px;
  height: 16.4375rem;
  justify-content: center;
  width: 263px;
  width: 16.4375rem;
}

.c-point:nth-child(1) .c-point__img {
  width: 213px;
  width: 13.3125rem;
}
@media screen and (min-width: 768px) {
  .c-point:nth-child(1) .c-point__img {
    width: 213px;
    width: 13.3125rem;
  }
}

.c-point:nth-child(2) .c-point__img {
  width: 201px;
  width: 12.5625rem;
}
@media screen and (min-width: 768px) {
  .c-point:nth-child(2) .c-point__img {
    width: 201px;
    width: 12.5625rem;
  }
}

.c-point:nth-child(3) .c-point__img {
  margin-top: -20px;
  margin-top: -1.25rem;
  width: 200px;
  width: 12.5rem;
}
@media screen and (min-width: 768px) {
  .c-point:nth-child(3) .c-point__img {
    margin-top: -20px;
    margin-top: -1.25rem;
    width: 200px;
    width: 12.5rem;
  }
}

.c-point__img img {
  height: auto;
  width: 100%;
}

.c-point__read {
  line-height: 1.85;
  text-align: center;
}

.c-point:nth-child(1) .c-point__read {
  margin-top: -34px;
  margin-top: -2.125rem;
}
@media screen and (min-width: 768px) {
  .c-point:nth-child(1) .c-point__read {
    margin-top: -34px;
    margin-top: -2.125rem;
  }
}

.c-point:nth-child(2) .c-point__read {
  margin-top: -36px;
  margin-top: -2.25rem;
}
@media screen and (min-width: 768px) {
  .c-point:nth-child(2) .c-point__read {
    margin-top: -36px;
    margin-top: -2.25rem;
  }
}

.c-point:nth-child(3) .c-point__read {
  margin-top: -50px;
  margin-top: -3.125rem;
}
@media screen and (min-width: 768px) {
  .c-point:nth-child(3) .c-point__read {
    margin-top: -50px;
    margin-top: -3.125rem;
  }
}

.c-point__read strong {
  color: #FFF832;
  display: inline-block;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  position: relative;
  text-align: center;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .c-point__read strong {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.c-point__read strong::after {
  -webkit-transform: translate(-50%, -50%);
  background: #0080cf;
  content: "";
  height: 40px;
  height: 2.5rem;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 108%;
  z-index: -1;
}

.c-point__read em {
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  position: relative;
  text-align: center;
  top: 8px;
  top: 0.5rem;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .c-point__read em {
    font-size: 16px;
    font-size: 1rem;
    top: 8px;
    top: 0.5rem;
  }
}

.c-point__read em::after {
  -webkit-transform: translate(-50%, -50%);
  background: #0080cf;
  content: "";
  height: 40px;
  height: 2.5rem;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 108%;
  z-index: -1;
}

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

.c-trouble__text {
  color: #222;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
  position: relative;
  text-align: center;
  top: -14px;
  top: -0.875rem;
}
@media screen and (min-width: 768px) {
  .c-trouble__text {
    font-size: 20px;
    font-size: 1.25rem;
    top: -17px;
    top: -1.0625rem;
  }
}

.c-trouble__text strong {
  color: #FF7C35;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 900;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .c-trouble__text strong {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.p-benefit {
  background-image: url(../images/common/benefit-bgi.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.p-benefit__title {
  align-items: center;
  color: #044986;
  display: flex;
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 900;
  gap: 24px;
  gap: 1.5rem;
  justify-content: center;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-benefit__title {
    font-size: 36px;
    font-size: 2.25rem;
  }
}

.p-benefit__title::before {
  aspect-ratio: 24.24/65.172;
  background-image: url(../images/common/reason-title-left.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  max-width: 25.6px;
  max-width: 1.6rem;
  width: 100%;
}

.p-benefit__title::after {
  aspect-ratio: 24.24/65.172;
  background-image: url(../images/common/reason-title-right.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  max-width: 25.6px;
  max-width: 1.6rem;
  width: 100%;
}

.p-benefit__text {
  color: #222;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.8;
  margin-top: 40px;
  margin-top: 2.5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-benefit__text {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.p-benefit__link {
  margin-top: 15px;
  margin-top: 0.9375rem;
  text-align: center;
}

.p-benefit__link a {
  align-items: center;
  display: flex;
  justify-content: center;
}

.p-benefit__link a::before {
  aspect-ratio: 1/1;
  background-image: url(../images/common/benefit-link.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  max-width: 25px;
  max-width: 1.5625rem;
  width: 100%;
}

.p-benefit__link span {
  border-bottom: 1px solid #0080cf;
  color: #0080cf;
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .p-benefit__link span {
    font-size: 16px;
    font-size: 1rem;
  }
}

.p-benefit__items {
  display: flex;
  flex-direction: column;
  gap: 39px;
  gap: 2.4375rem;
  margin-top: 82px;
  margin-top: 5.125rem;
}
@media screen and (min-width: 768px) {
  .p-benefit__items {
    flex-direction: row;
  }
}

.p-benefit__item {
  background-color: #fff;
  border-radius: 1rem;
  flex: 1;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
  padding-left: 24px;
  padding-left: 1.5rem;
  padding-right: 24px;
  padding-right: 1.5rem;
  position: relative;
}

.p-benefit__item--1 {
  padding-top: 44px;
  padding-top: 2.75rem;
}

.p-benefit__item--1::before {
  aspect-ratio: 1/1;
  background-image: url(../images/common/benefit-badge_1.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  left: -15px;
  left: -0.9375rem;
  max-width: 85px;
  max-width: 5.3125rem;
  position: absolute;
  top: -34px;
  top: -2.125rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-benefit__item--1::before {
    left: -25px;
    left: -1.5625rem;
  }
}

.p-benefit__item--2 {
  padding-top: 25px;
  padding-top: 1.5625rem;
}

.p-benefit__item--2::before {
  aspect-ratio: 1/1;
  background-image: url(../images/common/benefit-badge_2.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  left: -14px;
  left: -0.875rem;
  max-width: 85px;
  max-width: 5.3125rem;
  position: absolute;
  top: -30px;
  top: -1.875rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-benefit__item--2::before {
    left: -24px;
    left: -1.5rem;
  }
}

.p-benefit__item-title {
  color: #044986;
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.4;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-benefit__item-title {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

.p-benefit__item-title span {
  background: linear-gradient(transparent 65%, #FFF832 35%);
}

.p-benefit__item-subtitle {
  color: #044986;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.4;
  margin-top: 5px;
  margin-top: 0.3125rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-benefit__item-subtitle {
    font-size: 16px;
    font-size: 1rem;
  }
}

.p-benefit__item-img {
  border-radius: 1rem;
}

.p-benefit__item--1 .p-benefit__item-img {
  margin-top: 35px;
  margin-top: 2.1875rem;
}

.p-benefit__item--2 .p-benefit__item-img {
  margin-top: 16px;
  margin-top: 1rem;
}

.p-benefit__item-body {
  margin-top: 24px;
  margin-top: 1.5rem;
}

.p-benefit__item-text {
  color: #222;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .p-benefit__item-text {
    font-size: 16px;
    font-size: 1rem;
  }
}

.p-benefit__item-text span {
  color: #FF7C35;
}

.p-benefit__item-note {
  color: #222;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.8;
}

.p-benefit__message-block {
  margin-top: 48px;
  margin-top: 3rem;
}

.p-benefit__message {
  background-color: #0080cf;
  color: #fff;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.8;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 1px;
  padding-bottom: 0.0625rem;
  padding-left: 10px;
  padding-left: 0.625rem;
  padding-right: 10px;
  padding-right: 0.625rem;
  padding-top: 2px;
  padding-top: 0.125rem;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .p-benefit__message {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.p-benefit__message span {
  color: #FFF832;
}

.p-benefit__message + .p-benefit__message {
  margin-top: 7px;
  margin-top: 0.4375rem;
}

.p-cta {
  background-color: #0080cf;
}

.p-cta__title {
  color: #fff;
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 900;
  line-height: 1.5;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10.5px;
  padding-left: 0.65625rem;
  padding-right: 10px;
  padding-right: 0.625rem;
  position: relative;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .p-cta__title {
    align-items: center;
    display: flex;
    font-size: 30px;
    font-size: 1.875rem;
    justify-content: center;
    line-height: 1.4;
  }
}

.p-cta__title span {
  background-color: #fff;
  color: #0080cf;
  line-height: 1;
  margin-left: 7px;
  margin-left: 0.4375rem;
  margin-right: 7px;
  margin-right: 0.4375rem;
  padding-bottom: 3px;
  padding-bottom: 0.1875rem;
  padding-left: 6px;
  padding-left: 0.375rem;
  padding-right: 6px;
  padding-right: 0.375rem;
}
@media screen and (min-width: 768px) {
  .p-cta__title span {
    padding-bottom: 7px;
    padding-bottom: 0.4375rem;
    padding-top: 4px;
    padding-top: 0.25rem;
  }
}

.p-cta__title::before {
  background-image: url(../images/common/cta-title-left.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 40.09px;
  height: 2.505625rem;
  left: -27px;
  left: -1.6875rem;
  margin-right: 10px;
  margin-right: 0.625rem;
  max-width: 29.7px;
  max-width: 1.85625rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.p-cta__title::after {
  background-image: url(../images/common/cta-title-right.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 40.09px;
  height: 2.505625rem;
  margin-left: 10px;
  margin-left: 0.625rem;
  max-width: 29.7px;
  max-width: 1.85625rem;
  position: absolute;
  right: -27px;
  right: -1.6875rem;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

.p-cta__text {
  color: #fff;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.6;
  margin-top: 25.06px;
  margin-top: 1.56625rem;
  text-align: center;
}

.p-cta__text--yellow {
  color: #fff832;
}

.p-cta__button {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 24px;
  gap: 1.5rem;
  justify-content: center;
  margin-top: 32.08px;
  margin-top: 2.005rem;
}
@media screen and (min-width: 768px) {
  .p-cta__button {
    flex-direction: row;
  }
}

.p-cta__button--form {
  align-items: center;
  background: linear-gradient(180deg, #FF7C35 0%, #FF7C35 50%, #ED6922 50%, #ED6922 100%);
  border: 3px solid #fff;
  border-radius: 6.25rem;
  box-shadow: 0 0.375rem 0 rgba(0, 0, 0, 0.15);
  color: #fff;
  display: flex;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 900;
  gap: 16px;
  gap: 1rem;
  justify-content: center;
  line-height: 1.4;
  max-width: 370px;
  max-width: 23.125rem;
  padding-bottom: 23.06px;
  padding-bottom: 1.44125rem;
  padding-top: 23.06px;
  padding-top: 1.44125rem;
  width: 100%;
}

.p-cta__button--form::before {
  background-image: url(../images/common/mail-icon.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 17.14px;
  height: 1.07125rem;
  max-width: 25px;
  max-width: 1.5625rem;
  width: 100%;
}

.p-cta__button--tel {
  align-items: center;
  background: linear-gradient(180deg, #fff 0%, #fff 50%, #E9F2F5 50%, #E9F2F5 100%);
  background-color: #fff;
  border-radius: 6.25rem;
  box-shadow: 0 0.375rem 0 rgba(0, 0, 0, 0.15);
  color: #0080cf;
  display: flex;
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 600;
  gap: 16px;
  gap: 1rem;
  justify-content: center;
  letter-spacing: 0.05em;
  line-height: 1.4;
  max-width: 370px;
  max-width: 23.125rem;
  padding-bottom: 17.05px;
  padding-bottom: 1.065625rem;
  padding-top: 21.05px;
  padding-top: 1.315625rem;
  width: 100%;
}

.p-cta__button--tel::before {
  background-image: url(../images/common/tel-icon.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 26.13px;
  height: 1.633125rem;
  max-width: 26px;
  max-width: 1.625rem;
  width: 100%;
}

.p-drawer {
  background-color: beige;
  padding: 100px 0 80px;
  padding: 6.25rem 0 5rem;
}

.p-drawer__nav-item a {
  display: flex;
  gap: 10px;
  gap: 0.625rem;
  padding: 10px;
  padding: 0.625rem;
}

/* hover指定できるPCを想定したスタイル */
/* hoverが使えないタッチ端末を想定した装飾 */
.p-footer {
  background-color: #0080cf;
  border-top: 1px solid #fff;
  color: #fff;
}

.p-footer__inner {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 20px;
  gap: 1.25rem;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  max-width: 1050px;
  max-width: 65.625rem;
  padding-left: 25px;
  padding-left: 1.5625rem;
  padding-right: 25px;
  padding-right: 1.5625rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-footer__inner {
    flex-direction: row;
    gap: 0;
  }
}

.p-footer__nav-items {
  align-items: center;
  display: flex;
  gap: 32px;
  gap: 2rem;
}

.p-footer__nav-item a {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.8;
  text-align: center;
}

.p-footer__copyright small {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.8;
}

.p-header {
  background: #fff;
  display: flex;
  height: 62px;
  height: 3.875rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-header {
    height: 80px;
    height: 5rem;
  }
}

.p-header__inner {
  display: flex;
  justify-content: space-between;
  transition: 0.3s ease;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-header__inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 1440px;
    max-width: 90rem;
    padding-left: 40px;
    padding-left: 2.5rem;
    padding-right: 40px;
    padding-right: 2.5rem;
  }
}

.p-header__logo {
  position: relative;
  width: 112.74px;
  width: 7.04625rem;
  z-index: 50;
}
@media screen and (min-width: 768px) {
  .p-header__logo {
    width: 146.24px;
    width: 9.14rem;
  }
}

.p-header__logo--link {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 2px;
  gap: 0.125rem;
  justify-content: center;
  margin-left: 15px;
  margin-left: 0.9375rem;
  margin-top: 8px;
  margin-top: 0.5rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-header__logo--link {
    gap: 4px;
    gap: 0.25rem;
    margin-left: 0;
    margin-top: 9px;
    margin-top: 0.5625rem;
  }
}

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

.p-header__logo--text {
  color: #222;
  display: block;
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-header__logo--text {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.p-header__hamburger {
  align-items: center;
  background: #0080cf;
  display: block;
  display: flex;
  flex-direction: column;
  height: 62px;
  height: 3.875rem;
  justify-content: center;
  position: relative;
  width: 62px;
  width: 3.875rem;
  z-index: 50;
}
@media screen and (min-width: 768px) {
  .p-header__hamburger {
    display: none;
  }
}

.p-header__hamburger .line {
  background-color: #fff;
  display: block;
  height: 2px;
  transition: 0.3s;
  width: 30px;
}

.p-header__hamburger .line:nth-child(2),
.p-header__hamburger .line:nth-child(3) {
  margin-top: 6px;
}

.p-header__hamburger.active .line:nth-child(1) {
  transform: translateY(0.5rem) rotate(45deg);
}

.p-header__hamburger.active .line:nth-child(2) {
  opacity: 0;
}

.p-header__hamburger.active .line:nth-child(3) {
  transform: translateY(-0.5rem) rotate(-45deg);
}

.p-header__nav {
  background: #fff;
  flex-direction: column;
  height: 100vh;
  justify-content: flex-start;
  overflow-y: scroll;
  padding-bottom: 120px;
  padding-bottom: 7.5rem;
  position: fixed;
  right: 0;
  top: 62px;
  top: 3.875rem;
  transform: translateY(-100%);
  transition: transform 0.3s ease;
  width: 100%;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .p-header__nav {
    -moz-column-gap: 2.5rem;
    align-items: center;
    background: transparent;
         column-gap: 2.5rem;
    display: flex;
    flex-direction: row;
    height: auto;
    justify-content: space-between;
    overflow-y: auto;
    padding-bottom: 0;
    position: static;
    right: auto;
    transform: translateY(0);
    width: auto;
  }
}

.p-header__nav.active {
  transform: translateY(0%);
}
.p-header__navList {
  border-top: 1px solid #0080cf;
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-header__navList {
    -moz-column-gap: 2.5rem;
    border-top: none;
         column-gap: 2.5rem;
    flex-direction: row;
    justify-content: space-between;
  }
}

.p-header__navItem {
  border-bottom: 1px solid #0080cf;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-header__navItem {
    border-bottom: none;
  }
}

.p-header__navItem > a {
  color: #111;
  display: block;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
  padding: 14px 15px;
  padding: 0.875rem 0.9375rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-header__navItem > a {
    cursor: pointer;
    font-size: 16px;
    font-size: 1rem;
    padding: 0;
  }
}

.p-header__contact {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-header__contact {
    margin-top: 0;
  }
}

.p-header__contact--btn {
  align-items: center;
  background: #FF7C35;
  border-radius: 6.25rem;
  color: #fff;
  display: flex;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 700;
  height: 50px;
  height: 3.125rem;
  justify-content: center;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-left: auto;
  margin-right: auto;
  width: 200px;
  width: 12.5rem;
}
@media screen and (min-width: 768px) {
  .p-header__contact--btn {
    font-size: 16px;
    font-size: 1rem;
    height: 50px;
    height: 3.125rem;
    margin-left: 0;
    margin-right: 0;
    width: 160px;
    width: 10rem;
  }
}

/* hover指定できるPCを想定したスタイル */
/* hoverが使えないタッチ端末を想定した装飾 */
.p-modal {
  background-color: rgba(0, 0, 0, 0.7);
  height: 100%;
  left: 0;
  opacity: 0;
  overflow: auto;
  position: fixed;
  top: 0;
  transition: all 0.3s ease-out;
  visibility: hidden;
  width: 100%;
  z-index: 8887;
}

.p-modal-content__body {
  background: #fff;
  height: 90%;
  left: 20px;
  left: 1.25rem;
  max-width: 1280px;
  max-width: 80rem;
  overflow-y: auto;
  padding: 20px;
  padding: 1.25rem;
  position: absolute;
  right: 20px;
  right: 1.25rem;
  top: 60px;
  top: 3.75rem;
}

.p-modal-content__top {
  display: inline-block;
  position: fixed;
  right: 46px;
  right: 2.875rem;
  top: 80px;
  top: 5rem;
}

.p-modal-content__close {
  aspect-ratio: 1/1;
  display: inline-block;
  height: auto;
  position: relative;
  width: 34px;
  width: 2.125rem;
}

.p-modal-content__close::before,
.p-modal-content__close::after {
  background-color: #ED722D;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 100%;
}

.p-modal-content__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.p-modal-content__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.p-modal-content__close:hover,
.p-modal-content__close:focus {
  -webkit-text-decoration: none;
  cursor: pointer;
  text-decoration: none;
}

/* is-show */
.is-show {
  opacity: 1;
  visibility: visible; /* モーダル表示用クラス */
}

/* body固定 */
body:has(.p-modal.is-show) {
  overflow: hidden;
}

.p-mv {
  background: transparent url(../images/mv_bg_sp.png) no-repeat center center/cover;
}
@media screen and (min-width: 768px) {
  .p-mv {
    background: transparent url(../images/mv_bg_pc.png) no-repeat center center/cover;
    margin-top: 80px;
    margin-top: 5rem;
  }
}

.p-mv__inner {
  padding: 100px 0 28px 15px;
  padding: 6.25rem 0 1.75rem 0.9375rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-mv__inner {
    display: flex;
    max-width: 1052px;
    max-width: 65.75rem;
    padding: 60px 25px 57px;
    padding: 3.75rem 1.5625rem 3.5625rem;
  }
}

@media screen and (min-width: 768px) {
  .p-mv__body {
    width: 71.3572854291%;
  }
}

.p-mv__fukidashi {
  width: 183px;
  width: 11.4375rem;
  width: 50.8333333333%;
}
@media screen and (min-width: 768px) {
  .p-mv__fukidashi {
    width: 248px;
    width: 15.5rem;
  }
}

.p-mv__fukidashi img {
  aspect-ratio: 183/58;
  height: auto;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-mv__fukidashi img {
    aspect-ratio: 330/103;
  }
}

.p-mv__read {
  margin-top: -8px;
  margin-top: -0.5rem;
}
@media screen and (min-width: 768px) {
  .p-mv__read {
    margin-top: -10px;
    margin-top: -0.625rem;
    width: auto;
  }
}

.p-mv__read img {
  aspect-ratio: 715/235;
  height: auto;
  width: 100%;
}

.p-mv__text {
  color: #044986;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.8;
  margin-top: 16px;
  margin-top: 1rem;
  padding-left: 3px;
  padding-left: 0.1875rem;
  padding-right: 18px;
  padding-right: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-mv__text {
    font-size: 20px;
    font-size: 1.25rem;
    margin-left: 6px;
    margin-left: 0.375rem;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    width: 576px;
    width: 36rem;
  }
}

.p-mv__img {
  -webkit-transform: translateX(-50%);
  left: 48%;
  margin-top: 33px;
  margin-top: 2.0625rem;
  position: relative;
  transform: translateX(-50%);
  width: 257px;
  width: 16.0625rem;
  width: 71.3888888889%;
}
@media screen and (min-width: 768px) {
  .p-mv__img {
    -webkit-transform: translateX(0);
    left: auto;
    margin-top: 0;
    position: absolute;
    right: 24px;
    right: 1.5rem;
    top: 98px;
    top: 6.125rem;
    transform: translateX(0);
    width: 30.4182509506%;
  }
}

.p-mv__img img {
  aspect-ratio: 257/236;
  height: auto;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-mv__img img {
    aspect-ratio: 368/341.09;
  }
}

.p-reason {
  background-image: url(../images/common/reason-bgi.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.p-reason__title {
  align-items: center;
  align-items: center;
  color: #044986;
  display: flex;
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 900;
  gap: 24px;
  gap: 1.5rem;
  justify-content: center;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-reason__title {
    font-size: 32px;
    font-size: 2rem;
  }
}

.p-reason__title::before {
  aspect-ratio: 24.24/65.172;
  background-image: url(../images/common/reason-title-left.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  max-width: 25.24px;
  max-width: 1.5775rem;
  width: 100%;
}

.p-reason__title::after {
  aspect-ratio: 24.24/65.172;
  background-image: url(../images/common/reason-title-right.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  max-width: 25.24px;
  max-width: 1.5775rem;
  width: 100%;
}

.p-reason__contents {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 100px;
  gap: 6.25rem;
  justify-content: center;
  margin-top: 114px;
  margin-top: 7.125rem;
}
@media screen and (min-width: 768px) {
  .p-reason__contents {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 80px 40px;
    gap: 5rem 2.5rem;
  }
}

.p-reason__content {
  align-items: center;
  background-color: #fff;
  border-radius: 1rem;
  box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 430px;
  max-width: 26.875rem;
  padding-bottom: 42px;
  padding-bottom: 2.625rem;
  padding-top: 153px;
  padding-top: 9.5625rem;
  position: relative;
  width: 100%;
}

.p-reason__content::before {
  aspect-ratio: 1/1;
  background-image: url(../images/common/reason-corner-left.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  left: -3px;
  left: -0.1875rem;
  max-width: 56px;
  max-width: 3.5rem;
  position: absolute;
  top: -3px;
  top: -0.1875rem;
  width: 100%;
}

.p-reason__content::after {
  aspect-ratio: 1/1;
  background-image: url(../images/common/reason-corner-right.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: -3px;
  bottom: -0.1875rem;
  content: "";
  max-width: 56px;
  max-width: 3.5rem;
  position: absolute;
  right: -3px;
  right: -0.1875rem;
  width: 100%;
}

.p-reason__content img {
  aspect-ratio: 1/1;
  max-width: 180px;
  max-width: 11.25rem;
  position: absolute;
  top: -51px;
  top: -3.1875rem;
  width: 100%;
}

.p-reason__text {
  color: #044986;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-reason__text {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.p-reason__text span {
  color: #FF7C35;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .p-reason__text span {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.p-solution {
  background: transparent url(../images/solution_bg.png) no-repeat center center/cover;
  padding-bottom: 64px;
  padding-bottom: 4rem;
  padding-top: 88px;
  padding-top: 5.5rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-solution {
    padding-bottom: 97px;
    padding-bottom: 6.0625rem;
    padding-top: 106px;
    padding-top: 6.625rem;
  }
}

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

.p-solution__title-main {
  color: #044986;
  display: inline-block;
  font-size: 23px;
  font-size: 1.4375rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .p-solution__title-main {
    font-size: 32px;
    font-size: 2rem;
  }
}

.p-solution__title-emphasis {
  background: #FFF832;
  border: 2px solid #044986;
  color: #044986;
  font-size: 23px;
  font-size: 1.4375rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  line-height: 1.8;
  margin-right: 5px;
  margin-right: 0.3125rem;
  padding: 2px 6px 5px;
  padding: 0.125rem 0.375rem 0.3125rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-solution__title-emphasis {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1.6;
    margin-right: 7px;
    margin-right: 0.4375rem;
    padding: 3px 8px 7px;
    padding: 0.1875rem 0.5rem 0.4375rem;
  }
}

.p-solution__title-emphasis::before {
  background: transparent url(../images/icon_emphasis.svg) no-repeat center center/100%;
  content: "";
  height: 36px;
  height: 2.25rem;
  left: -30px;
  left: -1.875rem;
  position: absolute;
  top: -24px;
  top: -1.5rem;
  width: 38px;
  width: 2.375rem;
}
@media screen and (min-width: 768px) {
  .p-solution__title-emphasis::before {
    height: 49px;
    height: 3.0625rem;
    left: -38px;
    left: -2.375rem;
    top: -32px;
    top: -2rem;
    width: 51px;
    width: 3.1875rem;
  }
}

.p-solution__title-main strong {
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-solution__title-main strong {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 2;
  }
}

.p-solution__read {
  color: #222;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
  margin-top: 18px;
  margin-top: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-solution__read {
    font-size: 18px;
    font-size: 1.125rem;
    margin-top: 23px;
    margin-top: 1.4375rem;
    text-align: center;
  }
}

.p-solution__wrap {
  display: flex;
  flex-direction: column;
  margin-top: 64px;
  margin-top: 4rem;
  row-gap: 54px;
  row-gap: 3.375rem;
}
@media screen and (min-width: 768px) {
  .p-solution__wrap {
    -moz-column-gap: 1.125rem;
         column-gap: 1.125rem;
    flex-direction: row;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 80px;
    margin-top: 5rem;
    max-width: 910px;
    max-width: 56.875rem;
  }
}

.p-solution__box {
  margin-left: auto;
  margin-right: auto;
  width: 282px;
  width: 17.625rem;
}
@media screen and (min-width: 768px) {
  .p-solution__box {
    margin-left: 0;
    margin-right: 0;
    width: 282px;
    width: 17.625rem;
  }
}

.p-trouble {
  background: transparent url(../images/trouble_bg.png) no-repeat center center/cover;
  padding-top: 60px;
  padding-top: 3.75rem;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-trouble {
    padding-top: 85px;
    padding-top: 5.3125rem;
  }
}

.p-trouble::after {
  -webkit-transform: translate(-50%, 0);
  background: transparent url(../images/fig_triangle.png) no-repeat center center/100%;
  bottom: -24px;
  bottom: -1.5rem;
  content: "";
  height: 37px;
  height: 2.3125rem;
  left: 50%;
  position: absolute;
  transform: translate(-50%, 0);
  width: 150px;
  width: 9.375rem;
}
@media screen and (min-width: 768px) {
  .p-trouble::after {
    bottom: -54px;
    bottom: -3.375rem;
    height: 73px;
    height: 4.5625rem;
    width: 299px;
    width: 18.6875rem;
  }
}

.p-trouble__inner {
  padding-bottom: 60px;
  padding-bottom: 3.75rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-trouble__inner {
    max-width: 1056px;
    max-width: 66rem;
    padding-bottom: 46px;
    padding-bottom: 2.875rem;
  }
}

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

.p-trouble__title-main {
  color: #044986;
  display: inline-block;
  font-size: 23px;
  font-size: 1.4375rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .p-trouble__title-main {
    font-size: 32px;
    font-size: 2rem;
  }
}

.p-trouble__title-main strong {
  font-size: 27px;
  font-size: 1.6875rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-trouble__title-main strong {
    font-size: 40px;
    font-size: 2.5rem;
  }
}

.p-trouble__title-main strong::after {
  -webkit-transform: translate(-50%, 0);
  background: transparent url(../images/icon_trouble-title.svg) no-repeat center center/100%;
  bottom: -10px;
  bottom: -0.625rem;
  content: "";
  height: 12px;
  height: 0.75rem;
  left: 54%;
  position: absolute;
  transform: translate(-50%, 0);
  width: 86px;
  width: 5.375rem;
}
@media screen and (min-width: 768px) {
  .p-trouble__title-main strong::after {
    bottom: -17px;
    bottom: -1.0625rem;
    height: 19px;
    height: 1.1875rem;
    left: 54%;
    width: 132px;
    width: 8.25rem;
  }
}

.p-trouble__title-main span {
  position: relative;
}

.p-trouble__title-main span::before {
  -webkit-transform: translate(-50%, -50%);
  background: #044986;
  border-radius: 50%;
  content: "";
  height: 7px;
  height: 0.4375rem;
  left: 50%;
  position: absolute;
  top: -2px;
  top: -0.125rem;
  transform: translate(-50%, -50%);
  width: 7px;
  width: 0.4375rem;
}
@media screen and (min-width: 768px) {
  .p-trouble__title-main span::before {
    height: 9px;
    height: 0.5625rem;
    top: -4px;
    top: -0.25rem;
    width: 9px;
    width: 0.5625rem;
  }
}

.p-trouble__wrap {
  -moz-column-gap: 0.375rem;
       column-gap: 0.375rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 48px;
  margin-top: 3rem;
  row-gap: 10px;
  row-gap: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-trouble__wrap {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
    margin-top: 56px;
    margin-top: 3.5rem;
    row-gap: 0;
  }
}

.p-trouble__box {
  height: 116px;
  height: 7.25rem;
  width: 164px;
  width: 10.25rem;
}
@media screen and (min-width: 768px) {
  .p-trouble__box {
    height: 186px;
    height: 11.625rem;
    width: 254px;
    width: 15.875rem;
  }
}

.p-trouble__box:nth-child(1) {
  background: transparent url(../images/trouble_fukidashi_left.png) no-repeat center bottom/cover;
}

.p-trouble__box:nth-child(2) {
  background: transparent url(../images/trouble_fukidashi_right.png) no-repeat center bottom/cover;
}
@media screen and (min-width: 550px) {
  .p-trouble__box:nth-child(2) {
    background: transparent url(../images/trouble_fukidashi_center.png) no-repeat center bottom/cover;
  }
}

.p-trouble__box:nth-child(3) {
  background: transparent url(../images/trouble_fukidashi_left.png) no-repeat center bottom/cover;
}
@media screen and (min-width: 550px) {
  .p-trouble__box:nth-child(3) {
    background: transparent url(../images/trouble_fukidashi_right.png) no-repeat center bottom/cover;
  }
}

.p-trouble__box:nth-child(4) {
  background: transparent url(../images/trouble_fukidashi_right.png) no-repeat center bottom/cover;
}
@media screen and (min-width: 550px) {
  .p-trouble__box:nth-child(4) {
    background: transparent url(../images/trouble_fukidashi_left.png) no-repeat center bottom/cover;
  }
}

.p-trouble__box:nth-child(5) {
  background: transparent url(../images/trouble_fukidashi_center.png) no-repeat center bottom/cover;
}
@media screen and (min-width: 550px) {
  .p-trouble__box:nth-child(5) {
    background: transparent url(../images/trouble_fukidashi_right.png) no-repeat center bottom/cover;
  }
}

.p-trouble__person--01 {
  bottom: 0;
  left: 2%;
  position: absolute;
  width: 89px;
  width: 5.5625rem;
}
@media screen and (min-width: 768px) {
  .p-trouble__person--01 {
    left: 24px;
    left: 1.5rem;
    width: 149px;
    width: 9.3125rem;
  }
}

.p-trouble__person--02 {
  bottom: 0;
  position: absolute;
  right: 2%;
  width: 103px;
  width: 6.4375rem;
}
@media screen and (min-width: 768px) {
  .p-trouble__person--02 {
    right: 27px;
    right: 1.6875rem;
    width: 172px;
    width: 10.75rem;
  }
}

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

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

@media screen and (min-width: 768px) {
  .u-sp {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */
