/***
    The new CSS reset - version 1.11.3 (last updated 25.08.2024)
    GitHub page: https://github.com/elad2412/the-new-css-reset
***/
/*
    Remove all the styles of the "User-Agent-Stylesheet", except for the 'display' property
    - The "symbol *" part is to solve Firefox SVG sprite bug
    - The "html" element is excluded, otherwise a bug in Chrome breaks the CSS hyphens property (https://github.com/elad2412/the-new-css-reset/issues/36)
 */
*:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg *, symbol *)) {
  all: unset;
  display: revert;
}

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

html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

a, button {
  cursor: revert;
}

ol, ul, menu, summary {
  list-style: none;
}

ol {
  counter-reset: revert;
}

img {
  max-inline-size: 100%;
  max-block-size: 100%;
}

table {
  border-collapse: collapse;
}

input, textarea {
  -webkit-user-select: auto;
}

textarea {
  white-space: revert;
}

meter {
  -webkit-appearance: revert;
  appearance: revert;
}

:where(pre) {
  all: revert;
  box-sizing: border-box;
}

::placeholder {
  color: unset;
}

:where([hidden]) {
  display: none;
}

:where([contenteditable]:not([contenteditable=false])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto;
}

:where([draggable=true]) {
  -webkit-user-drag: element;
}

:where(dialog:modal) {
  all: revert;
  box-sizing: border-box;
}

::-webkit-details-marker {
  display: none;
}

img {
  height: auto;
  max-width: inherit;
  vertical-align: bottom;
  width: 100%;
}

@media (any-hover: hover) {
  a:hover {
    opacity: 0.8;
  }
}

a:not([class]) {
  color: var(--color-font);
}

b, strong {
  font-weight: bolder;
}

:root {
  --color-font: #1a1a1a;
  --color-note: #333;
  --color-primary: #0073b4;
  --color-secondary: #fa5000;
  --color-tertiary: #00b9e6;
  --font-NotoSansJP: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic Medium", YuGothic, sans-serif;
  --font-NotoSerifJP: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, "BiZ UDMincho", "MS Mincho", serif;
}

body {
  background: #fff;
  color: var(--color-font);
  font-family: var(--font-NotoSansJP);
  font-weight: 400;
  line-height: 1;
  margin-inline: auto;
  overflow-wrap: break-word;
  width: 100%;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  body {
    font-size: 1.667vw;
  }
}
@media screen and (min-width: 1080px) {
  body {
    font-size: 18px;
    min-width: 1080px;
  }
}

.l-wrapper {
  overflow: hidden;
  width: 100%;
}

@media screen and (min-width: 769px) {
  .l-inner {
    margin-inline: auto;
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .l-inner {
    width: 92.593%;
  }
}
@media screen and (min-width: 1080px) {
  .l-inner {
    width: 1000px;
  }
}

.l-header {
  background: #fff;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}

@media screen and (min-width: 1080px) {
  .l-header__outer {
    margin-inline: auto;
    max-width: 1800px;
    position: relative;
    width: 90%;
  }
}

.l-header__inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .l-header__inner {
    padding-inline-start: 2.133vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .l-header__inner {
    padding-block: 0.463vw;
  }
}
@media screen and (min-width: 1080px) {
  .l-header__inner {
    padding-block: 5px;
  }
}

.l-header__left {
  align-items: center;
  display: flex;
}

@media screen and (max-width: 768px) {
  .l-header__logo {
    width: 35.467vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .l-header__logo {
    width: 39.815vw;
  }
}
@media screen and (min-width: 1080px) {
  .l-header__logo {
    width: 430px;
  }
}

.l-header__right {
  align-items: center;
  display: flex;
  justify-content: flex-end;
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .l-header__right {
    transform: translateX(2.778vw);
  }
}
@media screen and (min-width: 1080px) {
  .l-header__right {
    position: absolute;
    right: 0;
  }
}

@media screen and (max-width: 768px) {
  .l-header__tel-button {
    background: #f06464;
    width: 14.667vw;
  }
}

@media screen and (max-width: 768px) {
  .l-hamburger {
    background: #143278;
    cursor: pointer;
    height: 14.667vw;
    margin-inline-start: 2.4vw;
    position: relative;
    width: 14.667vw;
  }
}

@media screen and (max-width: 768px) {
  .l-hamburger__line {
    background: #fff;
    border-radius: 100vw;
    display: block;
    height: 0.8vw;
    left: 3.867vw;
    position: absolute;
    transition: transform 0.3s ease-in;
    width: 7.067vw;
  }
  .l-hamburger__line:nth-of-type(1) {
    top: 4.8vw;
  }
  .l-hamburger__line:nth-of-type(2) {
    top: 7vw;
  }
  .l-hamburger__line:nth-of-type(3) {
    top: 9.333vw;
  }
}

@media screen and (max-width: 768px) {
  .l-hamburger.is-active .l-hamburger__line:nth-of-type(1) {
    transform: rotate(45deg) translate(1.6vw, 1.6vw);
  }
  .l-hamburger.is-active .l-hamburger__line:nth-of-type(2) {
    display: none;
  }
  .l-hamburger.is-active .l-hamburger__line:nth-of-type(3) {
    transform: rotate(-45deg) translate(1.6vw, -1.6vw);
  }
}

.l-header-tel {
  align-items: center;
  display: flex;
}
@media screen and (max-width: 768px) {
  .l-header-tel {
    display: block;
  }
}

.l-header-tel__num {
  display: block;
}
@media screen and (max-width: 768px) {
  .l-header-tel__num {
    padding-block-start: 0;
    width: 42.4vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .l-header-tel__num {
    padding-block-start: 0.556vw;
    width: 31.296vw;
  }
}
@media screen and (min-width: 1080px) {
  .l-header-tel__num {
    padding-block-start: 6px;
    width: 338px;
  }
}

@media screen and (max-width: 768px) {
  .l-header-tel__guide {
    margin-block-start: 0.8vw;
    margin-inline-start: 0;
    width: 41.867vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .l-header-tel__guide {
    margin-inline-start: 4.815vw;
    width: 15.741vw;
  }
}
@media screen and (min-width: 1080px) {
  .l-header-tel__guide {
    margin-inline-start: 52px;
    width: 170px;
  }
}

@media screen and (max-width: 768px) {
  .l-nav {
    max-height: calc(100vh - 14.667vw);
    opacity: 0;
    overflow-y: auto;
    position: fixed;
    right: -100vw;
    top: 14.667vw;
    transition: all 0.3s linear;
    visibility: hidden;
    width: 100vw;
    z-index: 110;
  }
  .l-nav.is-active {
    opacity: 1;
    right: 0;
    visibility: visible;
  }
}

@media screen and (max-width: 768px) {
  .l-nav__inner {
    background: #143278;
    color: #fff;
    padding-block-end: 0vw;
  }
}

@media screen and (max-width: 768px) {
  .l-nav__list {
    padding-inline: 13.333vw;
  }
}

@media screen and (max-width: 768px) {
  .l-nav__item {
    font-size: 3.733vw;
    letter-spacing: 0.04em;
    line-height: 2;
  }
  .l-nav__item:not(:last-child) {
    border-bottom: 1px solid #fff;
  }
}

@media screen and (max-width: 768px) {
  .l-nav__link {
    color: #fff;
    display: block;
    padding-block: 1em;
  }
}
@media screen and (max-width: 768px) and (any-hover: hover) {
  .l-nav__link:hover {
    background: rgba(255, 255, 255, 0.8);
  }
}

body.is-menu-opened::before {
  background: rgba(0, 0, 0, 0.5);
  content: "";
  cursor: pointer;
  display: block;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 90;
}

.l-footer {
  background: #0073b4;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .l-footer__inner {
    padding-block: 8vw 8.667vw;
    padding-inline: 6vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .l-footer__inner {
    padding-block: 4.167vw;
  }
}
@media screen and (min-width: 1080px) {
  .l-footer__inner {
    padding-block: 45px;
  }
}

.l-footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em 0;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .l-footer-nav__item {
    font-size: 3.2vw;
    line-height: 6vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .l-footer-nav__item {
    font-size: 1.296vw;
  }
}
@media screen and (min-width: 1080px) {
  .l-footer-nav__item {
    font-size: 14px;
  }
}
@media (any-hover: hover) {
  .l-footer-nav__item:hover {
    text-decoration: underline;
  }
}
.l-footer-nav__item a {
  letter-spacing: 0.04em;
  border-left: #fff solid 1px;
  padding-inline: 1.3em;
}
.l-footer-nav__item:first-of-type a {
  border: none;
}
@media screen and (max-width: 768px) {
  .l-footer-nav__item:nth-of-type(4) a {
    border: none;
  }
}

.l-copyright {
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .l-copyright {
    font-size: 2.8vw;
    margin-block-start: 4vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .l-copyright {
    font-size: 1.296vw;
    margin-block-start: 2.13vw;
  }
}
@media screen and (min-width: 1080px) {
  .l-copyright {
    font-size: 14px;
    margin-block-start: 23px;
  }
}

.c-cta {
  background: #bee6ff;
}
@media screen and (max-width: 768px) {
  .c-cta {
    padding-block-start: 0vw;
    padding-block-end: 7.067vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .c-cta {
    padding-block-start: 3.796vw;
    padding-block-end: 6.944vw;
  }
}
@media screen and (min-width: 1080px) {
  .c-cta {
    padding-block-start: 41px;
    padding-block-end: 75px;
  }
}

.c-cta__title {
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .c-cta__title {
    width: 100vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .c-cta__title {
    width: 69.444vw;
  }
}
@media screen and (min-width: 1080px) {
  .c-cta__title {
    width: 750px;
  }
}

.c-cta__box {
  margin-inline: auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-cta__box {
    background: url("../images/cta_call_sp_bg.png") no-repeat center/100%;
    filter: drop-shadow(1.333vw 1.333vw 1.333vw rgba(51, 29, 0, 0.4));
    height: 77.6vw;
    padding-block-start: 5.867vw;
    width: 89.467vw;
  }
}
@media screen and (min-width: 769px) {
  .c-cta__box {
    background: url("../images/cta_call_bg.png") no-repeat center/100%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .c-cta__box {
    filter: drop-shadow(0.926vw 0.926vw 0.926vw rgba(51, 29, 0, 0.4));
    height: 26.852vw;
    margin-block-start: -0.741vw;
    padding-block-start: 4.074vw;
    width: 79.63vw;
  }
}
@media screen and (min-width: 1080px) {
  .c-cta__box {
    filter: drop-shadow(10px 10px 10px rgba(51, 29, 0, 0.4));
    height: 290px;
    margin-block-start: -8px;
    padding-block-start: 44px;
    width: 860px;
  }
}

.c-cta__catch {
  border-bottom: 1px solid #b3b3b3;
  font-weight: 500;
  padding-inline-start: 1em;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .c-cta__catch {
    font-size: 3.2vw;
    line-height: 4.667vw;
    padding-inline-start: 0;
    padding-block-end: 1.333vw;
    margin-inline: auto;
    width: 79.2vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .c-cta__catch {
    font-size: 2.037vw;
    padding-block-end: 0.926vw;
    margin-inline-start: 24.074vw;
    width: 54.815vw;
  }
}
@media screen and (min-width: 1080px) {
  .c-cta__catch {
    font-size: 22px;
    padding-block-end: 10px;
    margin-inline-start: 260px;
    width: 592px;
  }
}
.c-cta__catch span {
  font-weight: 700;
  font-size: 120%;
}

.c-cta-tel__num {
  display: block;
}
@media screen and (max-width: 768px) {
  .c-cta-tel__num {
    margin-block-start: 1.867vw;
    margin-inline: auto;
    width: 76vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .c-cta-tel__num {
    margin-block-start: 0.926vw;
    margin-inline-start: 24.537vw;
    width: 52.778vw;
  }
}
@media screen and (min-width: 1080px) {
  .c-cta-tel__num {
    margin-block-start: 10px;
    margin-inline-start: 265px;
    width: 570px;
  }
}

@media screen and (max-width: 768px) {
  .c-cta__tel_guide {
    bottom: 0;
    left: 0;
    position: absolute;
    width: 83.467vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .c-cta__tel_guide {
    margin-inline-start: 24.537vw;
    width: 52.778vw;
  }
}
@media screen and (min-width: 1080px) {
  .c-cta__tel_guide {
    margin-inline-start: 265px;
    width: 570px;
  }
}

.c-cta-tel__note {
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .c-cta-tel__note {
    font-size: 2.133vw;
    margin-block-start: 36vw;
    padding-inline-end: 6.667vw;
    width: auto;
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .c-cta-tel__note {
    font-size: 1.019vw;
    margin-block-start: 0.648vw;
    margin-inline-end: 4.63vw;
  }
}
@media screen and (min-width: 1080px) {
  .c-cta-tel__note {
    font-size: 11px;
    margin-block-start: 7px;
    margin-inline-end: 50px;
  }
}

@media screen and (max-width: 768px) {
  .p-kv {
    background: url(../images/kv_bg_sp.jpg) 0 0/100% auto no-repeat;
  }
}
@media screen and (min-width: 769px) {
  .p-kv {
    background: url(../images/kv_bg.jpg) 50% 0 no-repeat;
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .p-kv {
    background-size: 185.185vw auto;
  }
}

.p-kv__inner {
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-kv__inner {
    height: 160.133vw;
    padding-block-start: 20.4vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .p-kv__inner {
    height: 66.667vw;
    padding-block-start: 12.407vw;
  }
}
@media screen and (min-width: 1080px) {
  .p-kv__inner {
    height: 720px;
    padding-block-start: 134px;
  }
}

@media screen and (max-width: 768px) {
  .p-kv__title {
    margin-inline-start: 9.6vw;
    width: 85.867vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .p-kv__title {
    margin-inline-start: 17.778vw;
    width: 60.741vw;
  }
}
@media screen and (min-width: 1080px) {
  .p-kv__title {
    margin-inline-start: 192px;
    width: 656px;
  }
}

.p-kv__area {
  background-color: #fff;
  display: flex;
  flex-flow: column;
  justify-content: center;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .p-kv__area {
    border-radius: 1.333vw;
    height: 10.533vw;
    left: 5.067vw;
    padding-inline-start: 6.133vw;
    top: 20.533vw;
    width: 24.933vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .p-kv__area {
    border-radius: 0.926vw;
    height: 7.407vw;
    left: 14.815vw;
    padding-inline-start: 4.259vw;
    top: 12.685vw;
    width: 17.593vw;
  }
}
@media screen and (min-width: 1080px) {
  .p-kv__area {
    border-radius: 10px;
    height: 80px;
    left: 160px;
    padding-inline-start: 46px;
    top: 137px;
    width: 190px;
  }
}
.p-kv__area::after {
  background-color: #fff;
  content: "";
  position: absolute;
  top: 99%;
}
@media screen and (max-width: 768px) {
  .p-kv__area::after {
    clip-path: polygon(0 0, 4vw 0, 100% 100%);
    height: 4vw;
    left: 10.667vw;
    width: 6.667vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .p-kv__area::after {
    clip-path: polygon(0 0, 2.778vw 0, 100% 100%);
    height: 2.778vw;
    left: 7.407vw;
    width: 4.63vw;
  }
}
@media screen and (min-width: 1080px) {
  .p-kv__area::after {
    clip-path: polygon(0 0, 30px 0, 100% 100%);
    height: 30px;
    left: 80px;
    width: 50px;
  }
}
.p-kv__area-main {
  display: inline-block;
  font-weight: 900;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-kv__area-main {
    font-size: 4.2vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .p-kv__area-main {
    font-size: 2.963vw;
  }
}
@media screen and (min-width: 1080px) {
  .p-kv__area-main {
    font-size: 32px;
    font-weight: 900;
  }
}
.p-kv__area-main::after {
  background: url("../images/kv_japan_icon.svg") no-repeat center/100%;
  content: "";
  display: block;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .p-kv__area-main::after {
    height: 3.653vw;
    left: -4.267vw;
    top: 0.4vw;
    width: 3.8vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .p-kv__area-main::after {
    height: 2.444vw;
    left: -2.685vw;
    top: 0.648vw;
    width: 2.546vw;
  }
}
@media screen and (min-width: 1080px) {
  .p-kv__area-main::after {
    height: 26.4px;
    left: -29px;
    top: 7px;
    width: 27.5px;
  }
}
.p-kv__area-sub {
  color: #1a1a1a;
  font-weight: 700;
  margin-block-start: 0.18em;
  margin-inline-start: 0.9em;
}
@media screen and (max-width: 768px) {
  .p-kv__area-sub {
    font-size: 3.413vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .p-kv__area-sub {
    font-size: 2.37vw;
    width: 60.741vw;
  }
}
@media screen and (min-width: 1080px) {
  .p-kv__area-sub {
    font-size: 25.6px;
    font-weight: 700;
  }
}

.p-kv-feature {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-kv-feature {
    gap: 1.6vw;
    margin-block-start: -5.333vw;
    margin-inline: auto;
    width: 90.667vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .p-kv-feature {
    margin-block-start: -1.667vw;
  }
}
@media screen and (min-width: 1080px) {
  .p-kv-feature {
    margin-block-start: -18px;
  }
}
.p-kv-feature__item {
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-kv-feature__item {
    width: 29.6vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .p-kv-feature__item {
    width: 13.704vw;
  }
}
@media screen and (min-width: 1080px) {
  .p-kv-feature__item {
    width: 148px;
  }
}
.p-kv-feature__item::after {
  background: #fff;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  width: 1px;
}
@media screen and (max-width: 768px) {
  .p-kv-feature__item::after {
    height: 31.6vw;
    top: 1.333vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .p-kv-feature__item::after {
    height: 15.741vw;
    top: 0.926vw;
  }
}
@media screen and (min-width: 1080px) {
  .p-kv-feature__item::after {
    height: 170px;
    top: 10px;
  }
}
.p-kv-feature__item:nth-of-type(1)::after {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-kv-feature__item:nth-of-type(2) {
    width: 29.6vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .p-kv-feature__item:nth-of-type(2) {
    width: 14.63vw;
  }
}
@media screen and (min-width: 1080px) {
  .p-kv-feature__item:nth-of-type(2) {
    width: 158px;
  }
}
.p-kv-feature__item-text {
  white-space: nowrap;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-kv-feature__item-text {
    font-size: 3.355vw;
    line-height: 4.473vw;
    margin-top: -3.6vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .p-kv-feature__item-text {
    font-size: 1.667vw;
    line-height: 2.222vw;
    margin-top: -2.5vw;
  }
}
@media screen and (min-width: 1080px) {
  .p-kv-feature__item-text {
    font-size: 18px;
    line-height: 24px;
    margin-top: -27px;
  }
}
.p-kv-feature__item-text strong {
  background-color: #fff;
  color: #0073b4;
  display: inline-block;
  font-weight: 700;
  padding-inline: 0.3em;
}
@media screen and (max-width: 768px) {
  .p-kv-feature__item-text strong {
    font-size: 4.101vw;
    height: 4.467vw;
    line-height: 4.467vw;
    margin-block-start: 0.667vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .p-kv-feature__item-text strong {
    font-size: 2.037vw;
    height: 2.222vw;
    line-height: 2.222vw;
    margin-block-start: 0.463vw;
  }
}
@media screen and (min-width: 1080px) {
  .p-kv-feature__item-text strong {
    font-size: 22px;
    height: 24px;
    line-height: 24px;
    margin-block-start: 5px;
  }
}

.p-kv__lead {
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .p-kv__lead {
    margin-block-start: 52.667vw;
    width: 100vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .p-kv__lead {
    margin-block-start: 2.963vw;
    width: 60.37vw;
  }
}
@media screen and (min-width: 1080px) {
  .p-kv__lead {
    margin-block-start: 32px;
    width: 652px;
  }
}

@media screen and (max-width: 768px) {
  .p-flow {
    background-image: repeating-linear-gradient(45deg, #e6efff 0, #e6efff 3px, #fff 4px, #fff 5px);
    padding-block-end: 9.6vw;
  }
}
@media screen and (min-width: 769px) {
  .p-flow {
    background-image: repeating-linear-gradient(45deg, #e6efff 0, #e6efff 6px, #fff 7px, #fff 8px);
  }
}

.p-flow__top {
  align-items: center;
  background-color: var(--color-primary);
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-flow__top {
    height: 24vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .p-flow__top {
    height: 7.407vw;
  }
}
@media screen and (min-width: 1080px) {
  .p-flow__top {
    height: 80px;
  }
}

@media screen and (max-width: 768px) {
  .p-flow__title {
    width: 67.467vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .p-flow__title {
    width: 58.056vw;
  }
}
@media screen and (min-width: 1080px) {
  .p-flow__title {
    width: 627px;
  }
}

.p-flow__contents {
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-flow__contents {
    background: url("../images/flow_contents_sp.png") no-repeat center/100%;
    height: 452.267vw;
    width: 100vw;
  }
}
@media screen and (min-width: 769px) {
  .p-flow__contents {
    background: url("../images/flow_contents.png") no-repeat center/100%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .p-flow__contents {
    height: 108.333vw;
    width: 92.593vw;
  }
}
@media screen and (min-width: 1080px) {
  .p-flow__contents {
    height: 1170px;
    width: 1000px;
  }
}

.p-flow__item {
  position: absolute;
}
@media screen and (max-width: 768px) {
  .p-flow__item:nth-of-type(1) {
    left: 20.133vw;
    top: 11.067vw;
    width: 56.267vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .p-flow__item:nth-of-type(1) {
    left: 6.944vw;
    top: 6.944vw;
    width: 25.926vw;
  }
}
@media screen and (min-width: 1080px) {
  .p-flow__item:nth-of-type(1) {
    left: 75px;
    top: 75px;
    width: 280px;
  }
}
@media screen and (max-width: 768px) {
  .p-flow__item:nth-of-type(2) {
    left: 5.867vw;
    top: 108vw;
    width: 66.4vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .p-flow__item:nth-of-type(2) {
    left: 40.648vw;
    top: 7.87vw;
    width: 31.204vw;
  }
}
@media screen and (min-width: 1080px) {
  .p-flow__item:nth-of-type(2) {
    left: 439px;
    top: 85px;
    width: 337px;
  }
}
@media screen and (max-width: 768px) {
  .p-flow__item:nth-of-type(3) {
    left: 6.667vw;
    top: 186.133vw;
    width: 87.467vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .p-flow__item:nth-of-type(3) {
    left: 44.444vw;
    top: 39.352vw;
    width: 41.111vw;
  }
}
@media screen and (min-width: 1080px) {
  .p-flow__item:nth-of-type(3) {
    left: 480px;
    top: 425px;
    width: 444px;
  }
}
@media screen and (max-width: 768px) {
  .p-flow__item:nth-of-type(4) {
    left: 6.667vw;
    top: 261.2vw;
    width: 64.533vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .p-flow__item:nth-of-type(4) {
    left: 0vw;
    top: 46.204vw;
    width: 30.833vw;
  }
}
@media screen and (min-width: 1080px) {
  .p-flow__item:nth-of-type(4) {
    left: 0px;
    top: 499px;
    width: 333px;
  }
}
@media screen and (max-width: 768px) {
  .p-flow__item:nth-of-type(5) {
    left: 0vw;
    top: 375.2vw;
    width: 100vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .p-flow__item:nth-of-type(5) {
    left: 41.019vw;
    top: 67.407vw;
    width: 51.389vw;
  }
}
@media screen and (min-width: 1080px) {
  .p-flow__item:nth-of-type(5) {
    left: 443px;
    top: 728px;
    width: 555px;
  }
}

@media screen and (max-width: 768px) {
  .p-action {
    background: url(../images/action_bg_sp.jpg) 0 0/100% auto no-repeat;
  }
}
@media screen and (min-width: 769px) {
  .p-action {
    background: url(../images/action_bg.jpg) 50% 0 no-repeat;
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .p-action {
    background-size: 185.185vw auto;
  }
}

.p-action__inner {
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-action__inner {
    height: 205.2vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .p-action__inner {
    height: 137.037vw;
  }
}
@media screen and (min-width: 1080px) {
  .p-action__inner {
    height: 1480px;
  }
}
.p-action__inner::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .p-action__inner::after {
    background: url("../images/action_img_sp.png") no-repeat center/100%;
    height: 113.333vw;
    left: 1.333vw;
    width: 39.867vw;
  }
}
@media screen and (min-width: 769px) {
  .p-action__inner::after {
    background: url("../images/action_img.png") no-repeat center/100%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .p-action__inner::after {
    height: 65.648vw;
    left: 2.778vw;
    width: 26.852vw;
  }
}
@media screen and (min-width: 1080px) {
  .p-action__inner::after {
    height: 709px;
    left: 30px;
    width: 290px;
  }
}

.p-action__top {
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .p-action__top {
    background: url("../images/action_early_bg_sp.png") no-repeat center/100%;
    height: 89.6vw;
    padding-block-start: 16.133vw;
    width: 89.333vw;
  }
}
@media screen and (min-width: 769px) {
  .p-action__top {
    background: url("../images/action_early_bg.png") no-repeat center/100%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .p-action__top {
    height: 66.574vw;
    padding-block-start: 13.704vw;
    width: 77.778vw;
  }
}
@media screen and (min-width: 1080px) {
  .p-action__top {
    height: 719px;
    padding-block-start: 148px;
    width: 840px;
  }
}
.p-action__top-title {
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .p-action__top-title {
    width: 61.867vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .p-action__top-title {
    width: 47.963vw;
  }
}
@media screen and (min-width: 1080px) {
  .p-action__top-title {
    width: 518px;
  }
}

.p-action__list {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .p-action__list {
    align-items: start;
    gap: 4.933vw 4.267vw;
    margin-block-start: 6.933vw;
    width: 73.333vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .p-action__list {
    gap: 3.426vw 3.889vw;
    margin-block-start: 6.944vw;
    width: 64.815vw;
  }
}
@media screen and (min-width: 1080px) {
  .p-action__list {
    gap: 37px 42px;
    margin-block-start: 75px;
    width: 700px;
  }
}
.p-action__list-item {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-action__list-item {
    width: 21.333vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .p-action__list-item {
    width: 18.519vw;
  }
}
@media screen and (min-width: 1080px) {
  .p-action__list-item {
    width: 200px;
  }
}
.p-action__list-item-text {
  color: #fff;
  display: inline-block;
  letter-spacing: 0.04em;
  margin-block-start: 0.5em;
}
@media screen and (max-width: 768px) {
  .p-action__list-item-text {
    font-size: 3.467vw;
    line-height: 4vw;
    white-space: nowrap;
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .p-action__list-item-text {
    font-size: 1.852vw;
  }
}
@media screen and (min-width: 1080px) {
  .p-action__list-item-text {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-action__list-item:nth-of-type(5) {
    margin-inline-start: 2.667vw;
  }
}

@media screen and (max-width: 768px) {
  .p-action__investigation {
    background: url("../images/action_investigation_sp_bg.png") no-repeat center/100%;
    height: 98.533vw;
    margin-block-start: 8vw;
    margin-inline-start: 30.267vw;
    padding-block-start: 5.6vw;
    width: 67.867vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .p-action__investigation {
    height: 63.704vw;
    margin-block-start: 6.667vw;
    margin-inline-start: 25.185vw;
    padding-block-start: 5.741vw;
    width: 67.407vw;
  }
}
@media screen and (min-width: 769px) {
  .p-action__investigation {
    background: url("../images/action_investigation_bg.png") no-repeat center/100%;
  }
}
@media screen and (min-width: 1080px) {
  .p-action__investigation {
    height: 688px;
    margin-block-start: 72px;
    margin-inline-start: 272px;
    padding-block-start: 62px;
    width: 728px;
  }
}
@media screen and (max-width: 768px) {
  .p-action__investigation-title {
    margin-inline-start: 7.067vw;
    width: 52.267vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .p-action__investigation-title {
    margin-inline-start: 5vw;
    width: 56.944vw;
  }
}
@media screen and (min-width: 1080px) {
  .p-action__investigation-title {
    margin-inline-start: 54px;
    width: 615px;
  }
}
.p-action__investigation-text {
  display: block;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-action__investigation-text {
    font-size: 3.733vw;
    line-height: 6vw;
    margin-block-start: 30.667vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .p-action__investigation-text {
    font-size: 2.222vw;
    line-height: 4.074vw;
    margin-block-start: 24.815vw;
    margin-inline-start: -0.833vw;
  }
}
@media screen and (min-width: 1080px) {
  .p-action__investigation-text {
    font-size: 24px;
    line-height: 44px;
    margin-block-start: 268px;
    margin-inline-start: -9px;
  }
}

.p-about {
  background: #fff3cd;
}
@media screen and (max-width: 768px) {
  .p-about {
    padding-block-end: 11.467vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .p-about {
    padding-block-end: 1.574vw;
  }
}
@media screen and (min-width: 1080px) {
  .p-about {
    padding-block-end: 17px;
  }
}

.p-about__contents {
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .p-about__contents {
    width: 89.333vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .p-about__contents {
    width: 88.889vw;
  }
}
@media screen and (min-width: 1080px) {
  .p-about__contents {
    width: 960px;
  }
}

.p-reason {
  background: #fff;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .p-reason {
    background-image: url(../images/reason_bg_sp.png);
    background-position: center top;
    background-size: 100% auto;
  }
}
@media screen and (min-width: 769px) {
  .p-reason {
    background-image: url(../images/reason_bg.jpg);
    background-position: center top;
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .p-reason {
    background-size: 185.185vw auto;
  }
}

@media screen and (max-width: 768px) {
  .p-reason__inner {
    padding-block: 0vw 9.6vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .p-reason__inner {
    padding-block: 4.63vw 5.556vw;
  }
}
@media screen and (min-width: 1080px) {
  .p-reason__inner {
    padding-block: 50px 60px;
  }
}

@media screen and (min-width: 769px) {
  .p-reason__title {
    margin-inline-start: 7.8%;
    width: 53.8%;
  }
}

.p-reason__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-reason__list {
    margin-block-start: 80.267vw;
    margin-inline: auto;
    width: 89.333vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .p-reason__list {
    margin-block-start: 11.296vw;
  }
}
@media screen and (min-width: 1080px) {
  .p-reason__list {
    margin-block-start: 122px;
  }
}

.p-reason__item {
  background: #fff;
  border-bottom: 1px solid #a2a2a2;
  border-left: 1px solid #a2a2a2;
}
@media screen and (max-width: 768px) {
  .p-reason__item {
    padding-block: 4.267vw 3.333vw;
    width: 44.533vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .p-reason__item {
    padding-block: 0.926vw 0.833vw;
    width: 18.056vw;
  }
}
@media screen and (min-width: 1080px) {
  .p-reason__item {
    padding-block: 10px 9px;
    width: 195px;
  }
}
@media screen and (max-width: 768px) {
  .p-reason__item:nth-of-type(1), .p-reason__item:nth-of-type(2) {
    padding-block: 1.333vw 3.333vw;
  }
}
@media screen and (min-width: 769px) {
  .p-reason__item:nth-of-type(1), .p-reason__item:nth-of-type(6) {
    border-left: none;
  }
}
@media screen and (max-width: 768px) {
  .p-reason__item:nth-of-type(odd) {
    border-left: none;
  }
}
@media screen and (min-width: 769px) {
  .p-reason__item:nth-of-type(n + 6) {
    border-bottom: none;
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .p-reason__item:nth-of-type(n + 6) {
    padding-top: 1.667vw;
  }
}
@media screen and (min-width: 1080px) {
  .p-reason__item:nth-of-type(n + 6) {
    padding-top: 18px;
  }
}
.p-reason__item:nth-of-type(n + 9) {
  border-bottom: none;
}

.p-reason__num {
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .p-reason__num {
    width: 17.493vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .p-reason__num {
    width: 7.778vw;
  }
}
@media screen and (min-width: 1080px) {
  .p-reason__num {
    width: 84px;
  }
}

.p-reason__icon {
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .p-reason__icon {
    margin-block-start: 1.333vw;
    width: 18.733vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .p-reason__icon {
    margin-block-start: 1.389vw;
    width: 8.333vw;
  }
}
@media screen and (min-width: 1080px) {
  .p-reason__icon {
    margin-block-start: 15px;
    width: 90px;
  }
}

.p-reason__content {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-reason__content {
    height: 14.667vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .p-reason__content {
    height: 7.685vw;
  }
}
@media screen and (min-width: 1080px) {
  .p-reason__content {
    height: 83px;
  }
}

.p-reason__label {
  color: var(--color-note);
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .p-reason__label {
    font-size: 4.133vw;
    line-height: 5.467vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .p-reason__label {
    font-size: 1.852vw;
    line-height: 3.704vw;
  }
}
@media screen and (min-width: 1080px) {
  .p-reason__label {
    font-size: 20px;
    line-height: 40px;
  }
}
.p-reason__label strong {
  color: var(--color-primary);
}

.p-reason__note {
  color: #1a1a1a;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .p-reason__note {
    font-size: 2.533vw;
    line-height: 1.232;
    margin-block-start: 0.3em;
  }
}
@media screen and (min-width: 769px) {
  .p-reason__note {
    line-height: 1.25;
    margin-block-start: 0.5em;
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .p-reason__note {
    font-size: 1.111vw;
  }
}
@media screen and (min-width: 1080px) {
  .p-reason__note {
    font-size: 12px;
  }
}

.p-method {
  background-color: #e7e7e7;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .p-method {
    background-image: url(../images/method_bg_sp.jpg);
    background-position: center top;
    background-size: 100% auto;
  }
}
@media screen and (min-width: 769px) {
  .p-method {
    background-image: url(../images/method_bg.jpg);
    background-position: center top;
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .p-method {
    background-size: 185.185vw auto;
  }
}

@media screen and (max-width: 768px) {
  .p-method__inner {
    padding-block: 0vw 15.733vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .p-method__inner {
    padding-block: 6.296vw 6.481vw;
  }
}
@media screen and (min-width: 1080px) {
  .p-method__inner {
    padding-block: 68px 70px;
  }
}

.p-method__title {
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .p-method__title {
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .p-method__title {
    margin-inline-start: 7.6%;
    width: 88.5%;
  }
}

.p-method__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-method__list {
    gap: 6.133vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .p-method__list {
    gap: 2.963vw 4.444vw;
    margin-block-start: 2.5vw;
  }
}
@media screen and (min-width: 1080px) {
  .p-method__list {
    gap: 32px 48px;
    margin-block-start: 27px;
  }
}

.p-method__item {
  background-color: #fff;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-method__item {
    border: 0.8vw solid #00b9e6;
    padding-block: 24.8vw 5.333vw;
    width: 85.067vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .p-method__item {
    border: 0.37vw solid #00b9e6;
    padding-block: 11.296vw 2.593vw;
    width: 39.444vw;
  }
}
@media screen and (min-width: 1080px) {
  .p-method__item {
    border: 4px solid #00b9e6;
    padding-block: 122px 28px;
    width: 426px;
  }
}

.p-method__top {
  display: flex;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .p-method__top {
    background: url("../images/method_list_head_sp.png") no-repeat center/100%;
    height: 22.133vw;
    left: -4.933vw;
    top: -0.8vw;
    width: 88.8vw;
  }
}
@media screen and (min-width: 769px) {
  .p-method__top {
    background: url("../images/method_list_head.png") no-repeat center/100%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .p-method__top {
    height: 10.185vw;
    left: -2.13vw;
    top: -0.463vw;
    width: 41.111vw;
  }
}
@media screen and (min-width: 1080px) {
  .p-method__top {
    height: 110px;
    left: -23px;
    top: -5px;
    width: 444px;
  }
}
@media screen and (max-width: 768px) {
  .p-method__top-num {
    width: 20vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .p-method__top-num {
    width: 9.259vw;
  }
}
@media screen and (min-width: 1080px) {
  .p-method__top-num {
    width: 100px;
  }
}
.p-method__top-text {
  align-items: center;
  color: #fff;
  display: flex;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-method__top-text {
    font-size: 6.667vw;
    line-height: 8vw;
    margin-block-start: -1.6vw;
    padding-inline-start: 4vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .p-method__top-text {
    font-size: 3.056vw;
    line-height: 3.704vw;
    margin-block-start: -0.926vw;
    padding-inline-start: 1.852vw;
  }
}
@media screen and (min-width: 1080px) {
  .p-method__top-text {
    font-size: 33px;
    line-height: 40px;
    margin-block-start: -10px;
    padding-inline-start: 20px;
  }
}

.p-method__img {
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .p-method__img {
    width: 75.867vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .p-method__img {
    width: 35.185vw;
  }
}
@media screen and (min-width: 1080px) {
  .p-method__img {
    width: 380px;
  }
}

.p-method__text {
  letter-spacing: 0.04em;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .p-method__text {
    font-size: 3.733vw;
    line-height: 6.667vw;
    margin-block-start: 2.667vw;
    width: 72.4vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .p-method__text {
    font-size: 1.667vw;
    line-height: 3.148vw;
    margin-block-start: 0.926vw;
    width: 33.519vw;
  }
}
@media screen and (min-width: 1080px) {
  .p-method__text {
    font-size: 18px;
    line-height: 34px;
    margin-block-start: 10px;
    width: 362px;
  }
}

.p-trouble {
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .p-trouble {
    background-image: url(../images/trouble_bg_sp.jpg);
    background-position: center top;
    background-size: 100% auto;
  }
}
@media screen and (min-width: 769px) {
  .p-trouble {
    background-image: url(../images/trouble_bg.jpg);
    background-position: center top;
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .p-trouble {
    background-size: 185.185vw auto;
  }
}

@media screen and (max-width: 768px) {
  .p-trouble__inner {
    height: 216.4vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .p-trouble__inner {
    height: 73.148vw;
  }
}
@media screen and (min-width: 1080px) {
  .p-trouble__inner {
    height: 790px;
  }
}

.p-trouble__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .p-trouble__list {
    gap: 5.2vw 4.533vw;
    width: 100vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .p-trouble__list {
    gap: 2.778vw 2.315vw;
    width: 69.444vw;
  }
}
@media screen and (min-width: 1080px) {
  .p-trouble__list {
    gap: 30px 25px;
    width: 750px;
  }
}

@media screen and (max-width: 768px) {
  .p-trouble__item {
    height: 44.8vw;
    padding-block-start: 29.333vw;
    width: 40.267vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .p-trouble__item {
    height: 21.296vw;
    padding-block-start: 14.815vw;
    width: 21.296vw;
  }
}
@media screen and (min-width: 1080px) {
  .p-trouble__item {
    height: 230px;
    padding-block-start: 160px;
    width: 230px;
  }
}
.p-trouble__item:nth-of-type(1) {
  background: url("../images/trouble_img_01.png") no-repeat center/100%;
}
@media screen and (max-width: 768px) {
  .p-trouble__item:nth-of-type(1) {
    background: url("../images/trouble_img_01_sp.png") no-repeat center/100%;
  }
}
.p-trouble__item:nth-of-type(2) {
  background: url("../images/trouble_img_02.png") no-repeat center/100%;
}
@media screen and (max-width: 768px) {
  .p-trouble__item:nth-of-type(2) {
    background: url("../images/trouble_img_02_sp.png") no-repeat center/100%;
  }
}
.p-trouble__item:nth-of-type(3) {
  background: url("../images/trouble_img_03.png") no-repeat center/100%;
}
@media screen and (max-width: 768px) {
  .p-trouble__item:nth-of-type(3) {
    background: url("../images/trouble_img_03_sp.png") no-repeat center/100%;
  }
}
.p-trouble__item:nth-of-type(4) {
  background: url("../images/trouble_img_04.png") no-repeat center/100%;
}
@media screen and (max-width: 768px) {
  .p-trouble__item:nth-of-type(4) {
    background: url("../images/trouble_img_04_sp.png") no-repeat center/100%;
  }
}
.p-trouble__item:nth-of-type(5) {
  background: url("../images/trouble_img_05.png") no-repeat center/100%;
}
@media screen and (max-width: 768px) {
  .p-trouble__item:nth-of-type(5) {
    background: url("../images/trouble_img_05_sp.png") no-repeat center/100%;
  }
}
.p-trouble__item:nth-of-type(6) {
  background: url("../images/trouble_img_06.png") no-repeat center/100%;
}
@media screen and (max-width: 768px) {
  .p-trouble__item:nth-of-type(6) {
    background: url("../images/trouble_img_06_sp.png") no-repeat center/100%;
  }
}

.p-trouble__label {
  color: #454545;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-trouble__label {
    font-size: 4.267vw;
    line-height: 5.733vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .p-trouble__label {
    font-size: 1.852vw;
    line-height: 2.407vw;
  }
}
@media screen and (min-width: 1080px) {
  .p-trouble__label {
    font-size: 20px;
    line-height: 26px;
  }
}

.p-price {
  background-color: #00b9e6;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .p-price {
    background-color: #00a0e9;
    background-image: url(../images/price_bg_sp.jpg);
    background-position: center top;
    background-size: 100% auto;
  }
}
@media screen and (min-width: 769px) {
  .p-price {
    background-image: url(../images/price_bg.jpg);
    background-position: center top;
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .p-price {
    background-size: 185.185vw auto;
  }
}

.p-price__inner {
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-price__inner {
    padding-block: 37.333vw 15.733vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .p-price__inner {
    padding-block: 22.13vw 10.648vw;
  }
}
@media screen and (min-width: 1080px) {
  .p-price__inner {
    padding-block: 239px 115px;
  }
}

.p-price__title {
  left: 50%;
  position: absolute;
  transform: translate(-50%, 0%);
}
@media screen and (max-width: 768px) {
  .p-price__title {
    top: -5.733vw;
    width: 92vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .p-price__title {
    top: -3.889vw;
    width: 64.815vw;
  }
}
@media screen and (min-width: 1080px) {
  .p-price__title {
    top: -42px;
    width: 700px;
  }
}

@media screen and (max-width: 768px) {
  .p-price__lead {
    margin-inline-start: 12.267vw;
    width: 81.867vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .p-price__lead {
    margin-inline-start: 49.722vw;
    width: 42.037vw;
  }
}
@media screen and (min-width: 1080px) {
  .p-price__lead {
    margin-inline-start: 537px;
    width: 454px;
  }
}

.p-price__box {
  background-color: #fff;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .p-price__box {
    border-radius: 0.933vw;
    padding-block-end: 6.667vw;
    padding-block-start: 3.467vw;
    margin-block-start: 59.333vw;
    width: 89.333vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .p-price__box {
    border-radius: 0.926vw;
    padding-block-end: 4.815vw;
    padding-block-start: 2.778vw;
    margin-block-start: -0.833vw;
    width: 88.889vw;
  }
}
@media screen and (min-width: 1080px) {
  .p-price__box {
    border-radius: 10px;
    padding-block-end: 52px;
    padding-block-start: 30px;
    margin-block-start: -9px;
    width: 960px;
  }
}

@media screen and (max-width: 768px) {
  .p-price__box-title {
    margin-inline-start: -1.867vw;
    width: 88.667vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .p-price__box-title {
    margin-inline-start: -1.852vw;
    width: 86.019vw;
  }
}
@media screen and (min-width: 1080px) {
  .p-price__box-title {
    margin-inline-start: -20px;
    width: 929px;
  }
}

.p-price__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-price__list {
    gap: 3.067vw 2vw;
    margin-block-start: 5.333vw;
    margin-inline-start: -1.733vw;
    width: 93.867vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .p-price__list {
    gap: 0.926vw 1.157vw;
    margin-block-start: 1.852vw;
    margin-inline-start: -1.852vw;
    width: 92.593vw;
  }
}
@media screen and (min-width: 1080px) {
  .p-price__list {
    gap: 10px 12.5px;
    margin-block-start: 20px;
    margin-inline-start: -20px;
    width: 1000px;
  }
}

.p-price__item {
  background-color: #fff;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-price__item {
    border-radius: 1.067vw;
    padding-block-end: 2.667vw;
    width: 29.867vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .p-price__item {
    border-radius: 0.741vw;
    padding-block-end: 1.481vw;
    width: 17.593vw;
  }
}
@media screen and (min-width: 1080px) {
  .p-price__item {
    border-radius: 8px;
    padding-block-end: 16px;
    width: 190px;
  }
}
.p-price__item img {
  display: block;
  height: auto;
  width: 100%;
}
.p-price__item::after {
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  background: linear-gradient(135deg, #57b2da, #024ba2) border-box;
  border-radius: inherit;
  content: "";
  inset: 0;
  mask-composite: exclude;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .p-price__item::after {
    border: 0.733vw solid transparent;
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .p-price__item::after {
    border: 0.37vw solid transparent;
  }
}
@media screen and (min-width: 1080px) {
  .p-price__item::after {
    border: 4px solid transparent;
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .p-price__item:nth-of-type(7) .p-price__text, .p-price__item:nth-of-type(8) .p-price__text {
    font-size: 1.481vw;
  }
}
@media screen and (min-width: 1080px) {
  .p-price__item:nth-of-type(7) .p-price__text, .p-price__item:nth-of-type(8) .p-price__text {
    font-size: 16px;
  }
}

.p-price__break {
  flex-basis: 100%;
  height: 0;
}

.p-price__text {
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-price__text {
    align-items: center;
    display: flex;
    font-size: 3.467vw;
    justify-content: center;
    line-height: 4.4vw;
    height: 12vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .p-price__text {
    font-size: 1.667vw;
    padding-block-start: 1.389vw;
  }
}
@media screen and (min-width: 1080px) {
  .p-price__text {
    font-size: 18px;
    padding-block-start: 15px;
  }
}
.p-price__text::after {
  background: #666666;
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  transform: translate(-50%, 0%);
}
@media screen and (max-width: 768px) {
  .p-price__text::after {
    bottom: 0vw;
    width: 25.067vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .p-price__text::after {
    bottom: -1.204vw;
    width: 14.815vw;
  }
}
@media screen and (min-width: 1080px) {
  .p-price__text::after {
    bottom: -13px;
    height: 1px;
    width: 160px;
  }
}

.p-price__price {
  color: var(--color-secondary);
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-price__price {
    font-size: 4.533vw;
    margin-block-start: 1.333vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .p-price__price {
    font-size: 2.778vw;
    margin-block-start: 1.852vw;
  }
}
@media screen and (min-width: 1080px) {
  .p-price__price {
    font-size: 30px;
    margin-block-start: 20px;
  }
}
.p-price__price .yen {
  color: var(--color-secondary);
  font-size: 70%;
}

.p-price__compare-title {
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .p-price__compare-title {
    margin-block-start: 12.267vw;
    width: 80.133vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .p-price__compare-title {
    margin-block-start: 6.296vw;
    width: 52.778vw;
  }
}
@media screen and (min-width: 1080px) {
  .p-price__compare-title {
    margin-block-start: 68px;
    width: 570px;
  }
}

.p-price__compare-table {
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .p-price__compare-table {
    margin-block-start: 3.2vw;
    width: 90.667vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .p-price__compare-table {
    margin-block-start: 2.222vw;
    width: 90vw;
  }
}
@media screen and (min-width: 1080px) {
  .p-price__compare-table {
    margin-block-start: 24px;
    width: 972px;
  }
}

.p-reason02 {
  background-color: #00b9e6;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .p-reason02 {
    background-color: #00a0e9;
    background-image: url(../images/reason02_bg_sp.jpg);
    background-position: center top;
    background-size: 100% auto;
  }
}
@media screen and (min-width: 769px) {
  .p-reason02 {
    background-image: url(../images/reason02_bg.jpg);
    background-position: center top;
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .p-reason02 {
    background-size: 185.185vw auto;
  }
}

@media screen and (max-width: 768px) {
  .p-reason02__inner {
    padding-block-end: 12.4vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .p-reason02__inner {
    padding-block-end: 9.259vw;
  }
}
@media screen and (min-width: 1080px) {
  .p-reason02__inner {
    padding-block-end: 100px;
  }
}

.p-reason02__title {
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .p-reason02__title {
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .p-reason02__title {
    width: 70%;
  }
}

.p-reason02__list {
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .p-reason02__list {
    width: 80.267vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .p-reason02__list {
    width: 83.333vw;
  }
}
@media screen and (min-width: 1080px) {
  .p-reason02__list {
    width: 900px;
  }
}

.p-reason02__item {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-reason02__item {
    background: url("../images/reason02_list_bg02_sp.png") no-repeat center/100%;
    height: 104.4vw;
    margin-block-start: 6.133vw;
    padding-block-start: 57.6vw;
  }
}
@media screen and (min-width: 769px) {
  .p-reason02__item {
    background: url("../images/reason02_list_bg02.png") no-repeat center/100%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .p-reason02__item {
    height: 20.37vw;
    margin-block-start: 6.481vw;
    padding-block-start: 2.315vw;
  }
}
@media screen and (min-width: 1080px) {
  .p-reason02__item {
    height: 220px;
    margin-block-start: 70px;
    padding-block-start: 25px;
  }
}
.p-reason02__item:nth-of-type(1) {
  background: url("../images/reason02_list_bg01.png") no-repeat center/100%;
  margin-block-start: 0;
}
@media screen and (max-width: 768px) {
  .p-reason02__item:nth-of-type(1) {
    background: url("../images/reason02_list_bg01_sp.png") no-repeat center/100%;
    height: 122.533vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .p-reason02__item:nth-of-type(1) {
    height: 23.148vw;
  }
}
@media screen and (min-width: 1080px) {
  .p-reason02__item:nth-of-type(1) {
    height: 250px;
  }
}

.p-reason02__num {
  position: absolute;
}
@media screen and (max-width: 768px) {
  .p-reason02__num {
    left: 5.333vw;
    top: -2.667vw;
    width: 18.933vw;
    z-index: 5;
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .p-reason02__num {
    left: 1.759vw;
    top: -1.759vw;
    width: 10.185vw;
  }
}
@media screen and (min-width: 1080px) {
  .p-reason02__num {
    left: 19px;
    top: -19px;
    width: 110px;
  }
}

.p-reason02__img {
  position: absolute;
}
@media screen and (max-width: 768px) {
  .p-reason02__img {
    filter: drop-shadow(1.333vw 1.333vw 1.333vw rgba(51, 29, 0, 0.3));
    right: auto;
    left: 50%;
    transform: translate(-50%, 0%);
    top: 5.333vw;
    width: 72vw;
  }
}
@media screen and (min-width: 769px) {
  .p-reason02__img {
    top: 50%;
    transform: translate(0%, -50%);
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .p-reason02__img {
    filter: drop-shadow(0.926vw 0.926vw 0.926vw rgba(51, 29, 0, 0.3));
    right: -1.389vw;
    width: 34.722vw;
  }
}
@media screen and (min-width: 1080px) {
  .p-reason02__img {
    filter: drop-shadow(10px 10px 10px rgba(51, 29, 0, 0.3));
    right: -15px;
    width: 375px;
  }
}

.p-reason02__item-title {
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .p-reason02__item-title {
    font-size: 5.067vw;
    line-height: 6.533vw;
    margin-inline-start: auto;
    text-align: center;
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .p-reason02__item-title {
    font-size: 2.407vw;
    line-height: 3.148vw;
    margin-inline-start: 11.574vw;
  }
}
@media screen and (min-width: 1080px) {
  .p-reason02__item-title {
    font-size: 26px;
    line-height: 34px;
    margin-inline-start: 125px;
  }
}

.p-reason02__text {
  color: #fff;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .p-reason02__text {
    font-size: 3.733vw;
    line-height: 6vw;
    margin-block-start: 1.867vw;
    margin-inline: auto;
    width: 70vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .p-reason02__text {
    font-size: 1.481vw;
    line-height: 2.778vw;
    margin-block-start: 1.296vw;
    margin-inline-start: 3.611vw;
    width: 43.333vw;
  }
}
@media screen and (min-width: 1080px) {
  .p-reason02__text {
    font-size: 16px;
    line-height: 30px;
    margin-block-start: 14px;
    margin-inline-start: 39px;
    width: 468px;
  }
}

.p-area {
  background-color: #fff5d3;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .p-area {
    background-image: url(../images/area_bg_sp.jpg);
    background-position: center top;
    background-size: 100% auto;
  }
}
@media screen and (min-width: 769px) {
  .p-area {
    background-image: url(../images/area_bg.jpg);
    background-position: center top;
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .p-area {
    background-size: 185.185vw auto;
  }
}

.p-area__inner {
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-area__inner {
    padding-block: 11.2vw 13.733vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .p-area__inner {
    padding-block: 7.222vw 9.63vw;
  }
}
@media screen and (min-width: 1080px) {
  .p-area__inner {
    padding-block: 78px 104px;
  }
}

@media screen and (max-width: 768px) {
  .p-area__title {
    margin-inline-start: 12.133vw;
    width: 74.667vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .p-area__title {
    margin-inline-start: 4.63vw;
    width: 45.37vw;
  }
}
@media screen and (min-width: 1080px) {
  .p-area__title {
    margin-inline-start: 50px;
    width: 490px;
  }
}

.p-area__comment-01 {
  position: absolute;
}
@media screen and (max-width: 768px) {
  .p-area__comment-01 {
    left: 50vw;
    top: 67.733vw;
    width: 15.733vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .p-area__comment-01 {
    left: 69.352vw;
    top: 11.296vw;
    width: 10.278vw;
  }
}
@media screen and (min-width: 1080px) {
  .p-area__comment-01 {
    left: 749px;
    top: 122px;
    width: 111px;
  }
}

.p-area__comment-02 {
  position: absolute;
}
@media screen and (max-width: 768px) {
  .p-area__comment-02 {
    left: 13.6vw;
    top: 116.667vw;
    width: 72.267vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .p-area__comment-02 {
    left: 48.056vw;
    top: 46.389vw;
    width: 36.111vw;
  }
}
@media screen and (min-width: 1080px) {
  .p-area__comment-02 {
    left: 519px;
    top: 501px;
    width: 390px;
  }
}

.p-area__title-note {
  letter-spacing: 0.04em;
  margin-block-start: 0.8em;
}
@media screen and (max-width: 768px) {
  .p-area__title-note {
    font-size: 2.133vw;
    margin-inline: auto;
    width: auto;
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .p-area__title-note {
    font-size: 1.019vw;
    margin-inline-start: 4.63vw;
    width: 45.37vw;
  }
}
@media screen and (min-width: 1080px) {
  .p-area__title-note {
    font-size: 11px;
    margin-inline-start: 50px;
    width: 490px;
  }
}

.p-area__text {
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .p-area__text {
    font-size: 3.733vw;
    line-height: 5.333vw;
    margin-block-start: 152.667vw;
    margin-inline: auto;
    width: 85.333vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .p-area__text {
    font-size: 1.667vw;
    line-height: 2.963vw;
    margin-block-start: 28.148vw;
    margin-inline-start: 41.944vw;
    width: 45.926vw;
  }
}
@media screen and (min-width: 1080px) {
  .p-area__text {
    font-size: 18px;
    line-height: 32px;
    margin-block-start: 304px;
    margin-inline-start: 453px;
    width: 496px;
  }
}

.p-area__member-area {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-area__member-area {
    padding-block-start: 9.333vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .p-area__member-area {
    padding-block-start: 5.37vw;
  }
}
@media screen and (min-width: 1080px) {
  .p-area__member-area {
    padding-block-start: 58px;
  }
}

.p-area__membe-text {
  display: inline-block;
  font-weight: 700;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-area__membe-text {
    font-size: 4.8vw;
    line-height: 7.28vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .p-area__membe-text {
    font-size: 2.593vw;
    line-height: 4.167vw;
  }
}
@media screen and (min-width: 1080px) {
  .p-area__membe-text {
    font-size: 28px;
    line-height: 45px;
  }
}
.p-area__membe-text::after, .p-area__membe-text::before {
  background: url("../images/area_member_title_deco.png") no-repeat center/100%;
  content: "";
  display: block;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .p-area__membe-text::after, .p-area__membe-text::before {
    height: 16.427vw;
    left: -12vw;
    top: 7.467vw;
    width: 9.387vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .p-area__membe-text::after, .p-area__membe-text::before {
    height: 6.481vw;
    left: -5.185vw;
    top: 2.13vw;
    width: 3.704vw;
  }
}
@media screen and (min-width: 1080px) {
  .p-area__membe-text::after, .p-area__membe-text::before {
    height: 70px;
    left: -56px;
    top: 23px;
    width: 40px;
  }
}
.p-area__membe-text::before {
  left: auto;
  transform: scale(-1, 1);
}
@media screen and (max-width: 768px) {
  .p-area__membe-text::before {
    right: -12vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .p-area__membe-text::before {
    right: -5.185vw;
  }
}
@media screen and (min-width: 1080px) {
  .p-area__membe-text::before {
    right: -56px;
  }
}
.p-area__membe-text .orange {
  color: var(--color-secondary);
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-area__membe-text .orange {
    font-size: 6vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .p-area__membe-text .orange {
    font-size: 3.148vw;
  }
}
@media screen and (min-width: 1080px) {
  .p-area__membe-text .orange {
    font-size: 34px;
  }
}
@media screen and (max-width: 768px) {
  .p-area__membe-text .small {
    font-size: 4.8vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .p-area__membe-text .small {
    font-size: 2.519vw;
  }
}
@media screen and (min-width: 1080px) {
  .p-area__membe-text .small {
    font-size: 27.2px;
  }
}
.p-area__membe-text .big {
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-area__membe-text .big {
    font-size: 6vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .p-area__membe-text .big {
    font-size: 3.148vw;
  }
}
@media screen and (min-width: 1080px) {
  .p-area__membe-text .big {
    font-size: 34px;
  }
}

.p-area__member {
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .p-area__member {
    margin-block-start: 5.333vw;
    width: 89.867vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .p-area__member {
    margin-block-start: 2.037vw;
    width: 87.963vw;
  }
}
@media screen and (min-width: 1080px) {
  .p-area__member {
    margin-block-start: 22px;
    width: 950px;
  }
}

@media screen and (max-width: 768px) {
  .p-consultation {
    background-color: #d2ecf7;
    background-repeat: no-repeat;
    background-image: url(../images/consultation_bg_sp.jpg);
    background-position: center top;
    background-size: 100% auto;
  }
}
@media screen and (min-width: 769px) {
  .p-consultation {
    background: url(../images/consultation_bg.jpg) 50% 0 no-repeat;
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .p-consultation {
    background-size: 185.185vw auto;
  }
}

.p-consultation__inner {
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-consultation__inner {
    padding-block-start: 0;
    padding-block-end: 12.933vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .p-consultation__inner {
    height: 131.111vw;
    padding-block-start: 0.37vw;
  }
}
@media screen and (min-width: 1080px) {
  .p-consultation__inner {
    height: 1416px;
    padding-block-start: 4px;
  }
}
.p-consultation__inner::after {
  background: url("../images/consultation_img.png") no-repeat center/100%;
  content: "";
  display: block;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .p-consultation__inner::after {
    height: 67.467vw;
    left: 50%;
    transform: translate(-50%, 0%);
    top: 42vw;
    width: 67.467vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .p-consultation__inner::after {
    height: 41.852vw;
    left: 2.685vw;
    top: -5.37vw;
    width: 41.852vw;
  }
}
@media screen and (min-width: 1080px) {
  .p-consultation__inner::after {
    height: 452px;
    left: 29px;
    top: -58px;
    width: 452px;
  }
}

@media screen and (max-width: 768px) {
  .p-consultation__title {
    margin-inline: auto;
    margin-inline-start: 0;
    width: 100vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .p-consultation__title {
    margin-inline-start: 35.556vw;
    width: 51.111vw;
  }
}
@media screen and (min-width: 1080px) {
  .p-consultation__title {
    margin-inline-start: 384px;
    width: 552px;
  }
}

.p-consultation__box {
  background-color: #fff;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-consultation__box {
    margin-block-start: 51.467vw;
    padding-block: 14.667vw 9.333vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .p-consultation__box {
    margin-block-start: 0.833vw;
    padding-block: 6.944vw 5vw;
  }
}
@media screen and (min-width: 1080px) {
  .p-consultation__box {
    margin-block-start: 9px;
    padding-block: 75px 54px;
  }
}

.p-consultation__box-title-area {
  text-align: center;
}

.p-consultation__box-title {
  display: inline-block;
  font-weight: 700;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-consultation__box-title {
    font-size: 5.867vw;
    line-height: 8.267vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .p-consultation__box-title {
    font-size: 3.148vw;
  }
}
@media screen and (min-width: 1080px) {
  .p-consultation__box-title {
    font-size: 34px;
  }
}
.p-consultation__box-title .blue {
  color: var(--color-primary);
  font-weight: 700;
}
.p-consultation__box-title::after, .p-consultation__box-title::before {
  background: url("../images/consultation_list_title_bg.png") no-repeat center/100%;
  content: "";
  display: block;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .p-consultation__box-title::after, .p-consultation__box-title::before {
    height: 2.667vw;
    left: -20vw;
    top: 8vw;
    width: 15.067vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .p-consultation__box-title::after, .p-consultation__box-title::before {
    height: 1.852vw;
    left: -15.741vw;
    top: 0.926vw;
    width: 13.889vw;
  }
}
@media screen and (min-width: 1080px) {
  .p-consultation__box-title::after, .p-consultation__box-title::before {
    height: 20px;
    left: -170px;
    top: 10px;
    width: 150px;
  }
}
.p-consultation__box-title::before {
  left: auto;
}
@media screen and (max-width: 768px) {
  .p-consultation__box-title::before {
    right: -20vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .p-consultation__box-title::before {
    right: -15.741vw;
  }
}
@media screen and (min-width: 1080px) {
  .p-consultation__box-title::before {
    right: -170px;
  }
}

.p-consultation__list {
  display: flex;
  flex-direction: column;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .p-consultation__list {
    gap: 11.067vw;
    margin-block-start: 6.933vw;
    width: 80.533vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .p-consultation__list {
    gap: 5.556vw;
    margin-block-start: 4.815vw;
    width: 84%;
  }
}
@media screen and (min-width: 1080px) {
  .p-consultation__list {
    gap: 60px;
    margin-block-start: 52px;
    width: 84%;
  }
}

.p-consultation__item {
  align-items: start;
  display: grid;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-consultation__item {
    gap: 4.133vw 9.333vw;
    grid-template-columns: 38.867vw 1fr;
    grid-template-rows: auto 1fr;
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .p-consultation__item {
    gap: 1.759vw 1.759vw;
    grid-template-columns: 24.074vw 1fr;
    grid-template-rows: auto 1fr;
  }
}
@media screen and (min-width: 1080px) {
  .p-consultation__item {
    gap: 19px 19px;
    grid-template-columns: 260px 1fr;
    grid-template-rows: auto 1fr;
  }
}
.p-consultation__item::after {
  content: "";
  display: block;
  background: #ccebfa;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0%);
  height: 1px;
}
@media screen and (max-width: 768px) {
  .p-consultation__item::after {
    bottom: -5.333vw;
    width: 89.333vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .p-consultation__item::after {
    bottom: -2.778vw;
    width: 80.556vw;
  }
}
@media screen and (min-width: 1080px) {
  .p-consultation__item::after {
    bottom: -30px;
    width: 870px;
  }
}
.p-consultation__item:last-of-type::after {
  display: none;
}

.p-consultation__img {
  grid-column: 1;
  grid-row: 1/3;
}
@media screen and (max-width: 768px) {
  .p-consultation__img {
    grid-row: 1;
    width: 38.867vw;
  }
}

.p-consultation__list-title {
  color: var(--color-note);
  font-weight: 700;
  grid-column: 2;
  grid-row: 1;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .p-consultation__list-title {
    align-items: center;
    display: flex;
    font-size: 5.2vw;
    height: 22.4vw;
    line-height: 6.4vw;
    white-space: nowrap;
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .p-consultation__list-title {
    font-size: 2.593vw;
  }
}
@media screen and (min-width: 1080px) {
  .p-consultation__list-title {
    font-size: 28px;
  }
}

.p-consultation__label {
  grid-column: 2;
  grid-row: 2;
}
@media screen and (max-width: 768px) {
  .p-consultation__label {
    font-size: 3.733vw;
    grid-column: 1/-1;
    line-height: 6.133vw;
    width: 80.533vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .p-consultation__label {
    font-size: 1.481vw;
    line-height: 2.593vw;
    width: 51.852vw;
  }
}
@media screen and (min-width: 1080px) {
  .p-consultation__label {
    font-size: 16px;
    line-height: 28px;
    width: 560px;
  }
}

@media screen and (max-width: 768px) {
  .p-follow-item__header {
    background: 0 0/auto 100% no-repeat;
    display: flex;
    flex-direction: column;
    height: 40vw;
    justify-content: center;
    padding-block-start: 1.333vw;
    padding-inline-start: 43.333vw;
  }
}

@media screen and (max-width: 768px) {
  .p-follow-item__title {
    width: 40vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .p-follow-item__title {
    width: 49.074vw;
  }
}
@media screen and (min-width: 1080px) {
  .p-follow-item__title {
    width: 530px;
  }
}

@media screen and (max-width: 768px) {
  .p-qa {
    background: url(../images/qa_bg_sp.jpg) 0 0/100% auto no-repeat;
  }
}
@media screen and (min-width: 769px) {
  .p-qa {
    background: url(../images/qa_bg.jpg) 50% 0 no-repeat;
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .p-qa {
    background-size: auto 100%;
  }
}

@media screen and (max-width: 768px) {
  .p-qa__inner {
    height: 236.933vw;
    padding-block-start: 8.933vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .p-qa__inner {
    height: 97.315vw;
    padding-block-start: 6.481vw;
  }
}
@media screen and (min-width: 1080px) {
  .p-qa__inner {
    height: 1051px;
    padding-block-start: 70px;
  }
}

@media screen and (max-width: 768px) {
  .p-qa__title {
    margin-inline-start: 3.867vw;
    width: 55.2vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .p-qa__title {
    margin-inline-start: 20.37vw;
    width: 42.778vw;
  }
}
@media screen and (min-width: 1080px) {
  .p-qa__title {
    margin-inline-start: 220px;
    width: 462px;
  }
}

.p-qa__list {
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .p-qa__list {
    margin-block-start: -2.267vw;
    width: 89.333vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .p-qa__list {
    width: 90%;
  }
}
@media screen and (min-width: 1080px) {
  .p-qa__list {
    width: 90%;
  }
}

.p-qa__item {
  background: #00b9e6;
}
@media screen and (max-width: 768px) {
  .p-qa__item {
    background: #00a0e9;
    margin-block-start: 5.333vw;
    padding-block-end: 0.8vw;
    padding-inline: 0.8vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .p-qa__item {
    margin-block-start: 2.778vw;
    padding-block-end: 0.556vw;
    padding-inline: 0.556vw;
  }
}
@media screen and (min-width: 1080px) {
  .p-qa__item {
    margin-block-start: 30px;
    padding-block-end: 6px;
    padding-inline: 6px;
  }
}
@media screen and (max-width: 768px) {
  .p-qa__item:nth-child(1) {
    margin-block-start: 3.867vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .p-qa__item:nth-child(1) {
    margin-block-start: 2.685vw;
  }
}
@media screen and (min-width: 1080px) {
  .p-qa__item:nth-child(1) {
    margin-block-start: 29px;
  }
}

.p-qa__question {
  align-items: center;
  color: #fff;
  display: flex;
  font-weight: 700;
  letter-spacing: 0.04em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-qa__question {
    font-size: 4.267vw;
    line-height: 5.333vw;
    padding-block: 2.533vw;
    padding-inline: 17.067vw 6vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .p-qa__question {
    font-size: 2.222vw;
    line-height: 2.963vw;
    padding-block: 1.759vw;
    padding-inline: 8.704vw 4.167vw;
  }
}
@media screen and (min-width: 1080px) {
  .p-qa__question {
    font-size: 24px;
    line-height: 32px;
    padding-block: 19px;
    padding-inline: 94px 45px;
  }
}
.p-qa__question::after {
  background: url("../images/qa_icon_question.png") no-repeat center/100%;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
}
@media screen and (max-width: 768px) {
  .p-qa__question::after {
    height: 9.333vw;
    left: 4vw;
    width: 9.333vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .p-qa__question::after {
    height: 4.63vw;
    left: 2.037vw;
    width: 4.63vw;
  }
}
@media screen and (min-width: 1080px) {
  .p-qa__question::after {
    height: 50px;
    left: 22px;
    width: 50px;
  }
}

.p-qa__answer {
  align-items: flex-start;
  background-color: #fff;
  color: var(--color-note);
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-qa__answer {
    font-size: 3.733vw;
    line-height: 6vw;
    padding-block: 4.133vw 4.133vw;
    padding-inline: 5.067vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .p-qa__answer {
    font-size: 1.667vw;
    line-height: 2.963vw;
    padding-block: 1.389vw;
    padding-inline: 3.611vw;
  }
}
@media screen and (min-width: 1080px) {
  .p-qa__answer {
    font-size: 18px;
    line-height: 32px;
    padding-block: 15px;
    padding-inline: 39px;
  }
}

@media screen and (max-width: 768px) {
  .p-estimate {
    background: url(../images/estimate_bg_sp.jpg) 0 0/100% auto no-repeat;
  }
}
@media screen and (min-width: 769px) {
  .p-estimate {
    background: url(../images/estimate_bg.jpg) 50% 0 no-repeat;
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .p-estimate {
    background-size: auto 100%;
  }
}

.p-estimate__inner {
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-estimate__inner {
    height: 156vw;
    padding-block-start: 14.4vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .p-estimate__inner {
    height: 44.352vw;
    padding-block-start: 7.778vw;
  }
}
@media screen and (min-width: 1080px) {
  .p-estimate__inner {
    height: 479px;
    padding-block-start: 84px;
  }
}

.p-estimate__title {
  background-image: linear-gradient(to right, #0073b4 0%, #0073b4 69%, #333 50%, #333 100%);
  background-position: bottom;
  background-repeat: no-repeat;
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0.08em;
  padding-block-end: 0.5em;
}
@media screen and (max-width: 768px) {
  .p-estimate__title {
    background-size: 100% 0.533vw;
    font-size: 6.533vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .p-estimate__title {
    background-size: 100% 0.37vw;
    font-size: 3.148vw;
  }
}
@media screen and (min-width: 1080px) {
  .p-estimate__title {
    background-size: 100% 4px;
    font-size: 34px;
  }
}
.p-estimate__title .blue {
  color: var(--color-primary);
  font-weight: 500;
}

.p-estimate__list {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-estimate__list {
    flex-flow: column;
    margin-inline: auto;
    gap: 8.267vw 0;
    padding-block-start: 6.667vw;
    width: 80vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .p-estimate__list {
    gap: 0 6.019vw;
    padding-block-start: 4.63vw;
  }
}
@media screen and (min-width: 1080px) {
  .p-estimate__list {
    gap: 0 65px;
    padding-block-start: 50px;
  }
}

.p-estimate__item {
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-estimate__item {
    padding-block-start: 0.8vw;
    width: 100%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .p-estimate__item {
    padding-block-start: 0.556vw;
    width: 26.852vw;
  }
}
@media screen and (min-width: 1080px) {
  .p-estimate__item {
    padding-block-start: 6px;
    width: 290px;
  }
}
.p-estimate__item::after {
  background-color: var(--color-note);
  content: "";
  left: 0;
  position: absolute;
  top: 0;
  width: 1px;
}
@media screen and (max-width: 768px) {
  .p-estimate__item::after {
    display: none;
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .p-estimate__item::after {
    height: 20.37vw;
    left: -3.056vw;
  }
}
@media screen and (min-width: 1080px) {
  .p-estimate__item::after {
    height: 220px;
    left: -33px;
  }
}
.p-estimate__item:nth-of-type(1)::after {
  display: none;
}
.p-estimate__item-title {
  align-items: center;
  background-color: var(--color-tertiary);
  border-radius: 999px;
  color: #fff;
  display: flex;
  font-weight: 700;
  justify-content: center;
  letter-spacing: 0.04em;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-estimate__item-title {
    background-color: #00a0e9;
    font-size: 4.267vw;
    line-height: 5.333vw;
    text-align: left;
    padding-block: 2.667vw;
    width: 100%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .p-estimate__item-title {
    font-size: 1.852vw;
    height: 7.407vw;
    line-height: 2.5vw;
    width: 26.852vw;
  }
}
@media screen and (min-width: 1080px) {
  .p-estimate__item-title {
    font-size: 20px;
    height: 80px;
    line-height: 27px;
    width: 290px;
  }
}
.p-estimate__item-title::after {
  background-color: var(--color-tertiary);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  left: 50%;
  position: absolute;
  top: 99.5%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .p-estimate__item-title::after {
    height: 1.333vw;
    width: 2vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .p-estimate__item-title::after {
    height: 0.926vw;
    width: 1.389vw;
  }
}
@media screen and (min-width: 1080px) {
  .p-estimate__item-title::after {
    height: 10px;
    width: 15px;
  }
}
.p-estimate__item-text {
  color: var(--color-note);
  letter-spacing: 0.04em;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .p-estimate__item-text {
    font-size: 3.733vw;
    line-height: 6vw;
    margin-block-start: 4.667vw;
    width: 100%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .p-estimate__item-text {
    font-size: 1.667vw;
    line-height: 2.963vw;
    margin-block-start: 2.037vw;
    width: 25.926vw;
  }
}
@media screen and (min-width: 1080px) {
  .p-estimate__item-text {
    font-size: 18px;
    line-height: 32px;
    margin-block-start: 22px;
    width: 280px;
  }
}

@media screen and (max-width: 768px) {
  .p-countermeasure {
    background: url(../images/countermeasure_bg_sp.jpg) 0 0/100% auto no-repeat;
  }
}
@media screen and (min-width: 769px) {
  .p-countermeasure {
    background: url(../images/countermeasure_bg.jpg) 50% 0 no-repeat;
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .p-countermeasure {
    background-size: auto 100%;
  }
}

.p-countermeasure__inner {
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-countermeasure__inner {
    height: 96.933vw;
    padding-block-start: 22.667vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .p-countermeasure__inner {
    height: 58.333vw;
    padding-block-start: 17.407vw;
  }
}
@media screen and (min-width: 1080px) {
  .p-countermeasure__inner {
    height: 630px;
    padding-block-start: 188px;
  }
}

@media screen and (max-width: 768px) {
  .p-countermeasure__title {
    margin-inline-start: 33.467vw;
    width: 59.333vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .p-countermeasure__title {
    margin-inline-start: 35.648vw;
    width: 45.185vw;
  }
}
@media screen and (min-width: 1080px) {
  .p-countermeasure__title {
    margin-inline-start: 385px;
    width: 488px;
  }
}

@media screen and (max-width: 768px) {
  .p-countermeasure__text {
    font-size: 3.733vw;
    line-height: 6.533vw;
    margin-block-start: 2.267vw;
    margin-inline-start: 36.133vw;
    width: 52.267vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .p-countermeasure__text {
    font-size: 2.222vw;
    line-height: 4.074vw;
    margin-block-start: 1.574vw;
    margin-inline-start: 36.019vw;
    width: 48.704vw;
  }
}
@media screen and (min-width: 1080px) {
  .p-countermeasure__text {
    font-size: 24px;
    line-height: 44px;
    margin-block-start: 17px;
    margin-inline-start: 389px;
    width: 526px;
  }
}
.p-countermeasure__text .blue {
  color: var(--color-primary);
}

@media screen and (max-width: 768px) {
  .p-coupon {
    background: url(../images/coupon_bg_sp.jpg) 0 0/100% auto no-repeat;
  }
}
@media screen and (min-width: 769px) {
  .p-coupon {
    background: url(../images/coupon_bg.jpg) 50% 0 no-repeat;
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .p-coupon {
    background-size: auto 100%;
  }
}

.p-coupon__inner {
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-coupon__inner {
    height: 76.4vw;
    padding-block-start: 11.733vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .p-coupon__inner {
    height: 49.444vw;
    padding-block-start: 5.926vw;
  }
}
@media screen and (min-width: 1080px) {
  .p-coupon__inner {
    height: 534px;
    padding-block-start: 64px;
  }
}

.p-coupon__title {
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .p-coupon__title {
    width: 73.867vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .p-coupon__title {
    width: 49.444vw;
  }
}
@media screen and (min-width: 1080px) {
  .p-coupon__title {
    width: 534px;
  }
}

.p-coupon__ticket {
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .p-coupon__ticket {
    margin-block-start: 2.667vw;
    width: 100vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .p-coupon__ticket {
    width: 83.333vw;
  }
}
@media screen and (min-width: 1080px) {
  .p-coupon__ticket {
    width: 900px;
  }
}

@media screen and (min-width: 769px) {
  .u-only-sp {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .u-only-pc {
    display: none !important;
  }
}
.u-sup {
  font-size: 58.3%;
  vertical-align: super;
}

.u-color-primary {
  color: var(--color-primary);
}

.u-color-secondary {
  color: var(--color-secondary);
}

.u-color-tertiary {
  color: var(--color-tertiary);
}

.u-color-note {
  color: var(--color-note);
}

.u-align-center {
  text-align: center;
}

.u-align-right {
  text-align: right;
}

.u-visibility-hidden {
  visibility: hidden;
}

.u-font-notoSerif {
  font-family: var(--font-NotoSerifJP);
}

.u-fw900 {
  font-weight: 900 !important;
}

.u-fw700 {
  font-weight: 700 !important;
}

.u-fw600 {
  font-weight: 600 !important;
}

.u-fw500 {
  font-weight: 500 !important;
}

.u-fw400 {
  font-weight: 400 !important;
}

.u-fw300 {
  font-weight: 300 !important;
}

.u-fz130 {
  font-size: 1.3em;
}/*# sourceMappingURL=style.css.map */