@charset "UTF-8";
/* reset
---------------------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

* {
  box-sizing: border-box;
}

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}

img {
  border: 0;
  vertical-align: bottom;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

sub {
  vertical-align: sub;
}

sup {
  vertical-align: super;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
}

pre {
  white-space: pre-wrap;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

/* main
---------------------------------------------------------------------------- */
/* WEB font
---------------------------------------------------------------------------- */
/*必要なフォントのみ読み込んでください。不要なフォントおよび太さは削除でお願いします。*/
@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/Noto_Sans_JP/NotoSansJP-Regular.woff2") format("woff2"), url("../fonts/Noto_Sans_JP/NotoSansJP-Regular.woff") format("woff");
  font-display: swap;
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/Noto_Sans_JP/NotoSansJP-Medium.woff2") format("woff2"), url("../fonts/Noto_Sans_JP/NotoSansJP-Medium.woff") format("woff");
  font-display: swap;
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/Noto_Sans_JP/NotoSansJP-Bold.woff2") format("woff2"), url("../fonts/Noto_Sans_JP/NotoSansJP-Bold.woff") format("woff");
  font-display: swap;
  font-weight: 700;
  font-style: normal;
}
/* 
@font-face {
    font-family: 'Noto Sans JP';
	src: url("../fonts/Noto_Sans_JP/NotoSansJP-Black.woff2") format("woff2"),url("../fonts/Noto_Sans_JP/NotoSansJP-Black.woff") format("woff");
	font-display: swap;
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'Noto Serif JP';
	src: url("../fonts/Noto_Serif_JP/NotoSerifJP-Regular.woff2") format("woff2"),url("../fonts/Noto_Serif_JP/NotoSerifJP-Regular.woff") format("woff");
	font-display: swap;
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Noto Serif JP';
	src: url("../fonts/Noto_Serif_JP/NotoSerifJP-Medium.woff2") format("woff2"),url("../fonts/Noto_Serif_JP/NotoSerifJP-Medium.woff") format("woff");
	font-display: swap;
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Noto Serif JP';
	src: url("../fonts/Noto_Serif_JP/NotoSerifJP-Bold.woff2") format("woff2"),url("../fonts/Noto_Serif_JP/NotoSerifJP-Bold.woff") format("woff");
	font-display: swap;
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Noto Serif JP';
	src: url("../fonts/Noto_Serif_JP/NotoSerifJP-Black.woff2") format("woff2"),url("../fonts/Noto_Serif_JP/NotoSerifJP-Black.woff") format("woff");
	font-display: swap;
    font-weight: 900;
    font-style: normal;
}*/
/* base
---------------------------------------------------------------------------- */
/*------------- General Elements -------------*/
html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  color: #333;
  font-size: 1.5rem;
}

a {
  text-decoration: none;
  color: #2c6cd6;
  outline: none;
}
a:hover, a:active, a:focus {
  text-decoration: none;
}

img {
  max-width: 100%;
}

* {
  word-break: break-all;
  box-sizing: border-box;
}

@media screen and (max-width: 1280px) and (min-width: 768px) {
  html {
    font-size: 0.625vw;
  }
}
@media screen and (max-width: 767px) {
  body {
    min-width: inherit;
  }
}
/* l-pagebody
---------------------------------------------------------------------------- */
.l-pagebody {
  width: 100%;
  overflow: hidden;
}

/* l-header
---------------------------------------------------------------------------- */
.l-header {
  position: fixed;
  inset: 0;
  z-index: 8000;
  height: 7.2rem;
  background-color: #fff;
  padding-inline: 2rem;
}

.l-header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 146rem;
  height: 100%;
  margin-inline: auto;
}

.l-header-logo a {
  display: inline-block;
  width: 13.6rem;
  aspect-ratio: 136/35;
}
.l-header-logo a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

@media (max-width: 767px) {
  .l-header {
    height: 18.6666666667vw;
    padding-inline: 5.3333333333vw;
  }
  .l-header-logo a {
    width: 32vw;
  }
  .l-hamburger {
    display: block;
    width: 9.6vw;
    height: 6.9333333333vw;
    position: fixed;
    top: 5.8666666667vw;
    right: 5.3333333333vw;
    z-index: 9500;
    background-color: transparent;
    transition: background-color 0.3s ease;
  }
  .l-hamburger.is-hamburger-open {
    background-color: #072F4A;
  }
  .l-hamburger-line {
    display: block;
    height: 0.5333333333vw;
    width: 100%;
    background-color: #333;
    transition: all 0.3s ease;
    position: absolute;
    top: 50%;
    left: 0;
    translate: 0 -50%;
  }
  .l-hamburger-line:before,
  .l-hamburger-line:after {
    content: "";
    display: block;
    width: 100%;
    height: 0.5333333333vw;
    position: absolute;
    background-color: #333;
    transition: inherit;
  }
  .l-hamburger-line:before {
    top: -3.2vw;
  }
  .l-hamburger-line:after {
    top: 3.2vw;
  }
  .l-hamburger.is-hamburger-open .l-hamburger-line {
    background-color: transparent;
  }
  .l-hamburger.is-hamburger-open .l-hamburger-line::before,
  .l-hamburger.is-hamburger-open .l-hamburger-line::after {
    top: 0;
    background-color: #fff;
  }
  .l-hamburger.is-hamburger-open .l-hamburger-line::before {
    transform: rotate(45deg);
  }
  .l-hamburger.is-hamburger-open .l-hamburger-line::after {
    transform: rotate(-45deg);
  }
}
/* l-gnav
---------------------------------------------------------------------------- */
.l-gnav-page {
  display: flex;
  align-items: center;
  gap: 0 min(1.5625vw, 30px);
  height: 100%;
}

.l-gnav-page-items {
  display: flex;
  align-items: center;
  gap: 0 min(1.5625vw, 30px);
  height: 100%;
}

.l-gnav-page-item {
  height: 100%;
  align-content: center;
}

.l-gnav-page-item-link {
  display: inline-block;
  align-content: center;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 700;
  font-size: min(1.1111111111vw, 16px);
  color: inherit;
  text-align: center;
  padding-block: 0.8rem;
  transition: color 0.3s;
  position: relative;
}
@media (any-hover: hover) {
  .l-gnav-page-item-link:hover {
    color: #1C7FBE;
  }
  .l-gnav-page-item-link:hover::after {
    transform: scaleX(1);
  }
}

.l-gnav-page-item-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #1C7FBE;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.3s ease;
}

.l-gnav-page-btn {
  display: block;
  width: min(11.1111111111vw, 160px);
  height: 100%;
  background-color: #FADA65;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: inherit;
  text-align: center;
  align-content: center;
  transition: filter 0.3s ease;
}
@media (any-hover: hover) {
  .l-gnav-page-btn:hover {
    filter: brightness(1.1);
  }
}

@media (max-width: 767px) {
  .l-gnav {
    position: fixed;
    top: 0;
    transform: translateX(110%);
    z-index: 9000;
    overflow: auto;
    width: 100%;
    height: 100%;
    transition: transform 0.3s ease-in-out 0s;
  }
  .l-gnav.is-hamburger-open {
    transform: translateX(0);
  }
  .l-gnav-bg {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 8500;
    visibility: hidden;
    transition: background-color 0.3s ease-in-out 0s, visibility 0.3s ease-in-out 0s;
  }
  .l-gnav-bg.is-hamburger-open {
    background-color: rgba(51, 51, 51, 0.7);
    visibility: visible;
  }
  .l-gnav-container {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    width: 77.3333333333vw;
    background-color: #072F4A;
    padding-block: 18.6666666667vw 8vw;
    padding-inline: 6.6666666667vw;
  }
  .l-gnav-page {
    flex-direction: column;
    gap: 8vw;
  }
  .l-gnav-page-items {
    flex-direction: column;
    align-items: initial;
    gap: initial;
    width: 100%;
    height: auto;
  }
  .l-gnav-page-item {
    height: auto;
    border-bottom: 1px solid #F0F0F0;
  }
  .l-gnav-page-item:first-child {
    border-top: 1px solid #F0F0F0;
  }
  .l-gnav-page-item-link {
    display: block;
    font-size: 4.2666666667vw;
    text-align: left;
    padding-block: 3.7866666667vw;
    color: #fff;
    position: relative;
  }
  .l-gnav-page-item-link small {
    font-size: 3.2vw;
    line-height: 1.4166666667;
  }
  .l-gnav-page-item-link ._spfz {
    display: block;
    font-size: 4vw;
    line-height: 1.4;
  }
  .l-gnav-page-item-link:before {
    content: "";
    position: absolute;
    aspect-ratio: 1;
    top: 50%;
    right: 0.8vw;
    width: 2.6666666667vw;
    border-top: 0.5333333333vw solid #fff;
    border-right: 0.5333333333vw solid #fff;
    transform: translateY(-50%) rotate(45deg);
  }
  .l-gnav-page-item-link:after {
    content: none;
  }
  .l-gnav-page-buttons {
    display: flex;
    flex-direction: column;
    gap: 4vw;
    width: 100%;
  }
  .l-gnav-page-btn {
    width: 100%;
    height: 12.8vw;
    font-size: 4.2666666667vw;
    padding-inline: 2.6666666667vw;
    border-radius: 10vmax;
  }
  .l-gnav-page-btn._blank {
    color: #fff;
    border: 1px solid currentColor;
    background-color: transparent;
    position: relative;
  }
  .l-gnav-page-btn._blank::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 4vw;
    width: 4vw;
    aspect-ratio: 1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(./../images/icn_blank.svg);
  }
}
/*------------- .l-content -------------*/
.l-content {
  width: 100%;
  max-width: 120rem;
  margin-inline: auto;
}

@media screen and (max-width: 767px) {
  .l-content {
    max-width: 100%;
    padding-inline: 5.3333333333vw;
  }
}
/* l-pagetop
---------------------------------------------------------------------------- */
.l-pagetop {
  position: fixed;
  width: 7rem;
  height: 7rem;
  bottom: 2rem;
  right: 2rem;
  z-index: 999;
}

.l-pagetop-link {
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  background-color: #072F4A;
  border-radius: 0.4rem;
  position: relative;
}

.l-pagetop-link::before {
  content: "";
  position: absolute;
  top: 55%;
  left: 50%;
  width: 1.55rem;
  aspect-ratio: 1;
  border-top: 0.5rem solid #fff;
  border-left: 0.5rem solid #fff;
  transform: translate(-50%, -50%) rotate(45deg);
}

@media screen and (max-width: 767px) {
  .l-pagetop {
    width: 16vw;
    height: 16vw;
    bottom: 4vw;
    right: 4vw;
  }
  .l-pagetop-link {
    border-radius: 1.0666666667vw;
  }
  .l-pagetop-link::before {
    width: 3.6vw;
    border-top-width: 1.0666666667vw;
    border-left-width: 1.0666666667vw;
  }
}
/* l-footer
---------------------------------------------------------------------------- */
.l-footer {
  background-color: #072F4A;
  padding-block: 5rem 2rem;
  color: #fff;
}

.l-footer-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 2rem;
}

.l-footer-logo a {
  display: inline-block;
  width: 21.5rem;
  aspect-ratio: 215/56;
}
.l-footer-logo a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.l-footer-buttons {
  display: flex;
  align-items: center;
  gap: 0 2rem;
}

.l-footer-btn {
  width: 24rem;
  height: 4.8rem;
  padding-inline: 1rem;
  border-radius: 10vmax;
  background-color: #FADA65;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #333;
  text-align: center;
  align-content: center;
  transition: filter 0.3s ease;
}
@media (any-hover: hover) {
  .l-footer-btn:hover {
    filter: brightness(1.1);
  }
}

.l-footer-btn._blank {
  color: #fff;
  border: 1px solid currentColor;
  background-color: transparent;
  position: relative;
}

.l-footer-btn._blank::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.5rem;
  width: 1.5rem;
  aspect-ratio: 1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(./../images/icn_blank.svg);
}

.l-footer-lists {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 2.4rem;
  margin-top: 5rem;
}

.l-footer-list-link {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 400;
  color: inherit;
  text-decoration: underline;
}
@media (any-hover: hover) {
  .l-footer-list-link:hover {
    text-decoration: none;
  }
}

.l-footer-copyRight-txt {
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 400;
  text-align: center;
  padding-top: 4rem;
}

@media screen and (max-width: 767px) {
  .l-footer {
    padding-block: 8vw 5.3333333333vw;
  }
  .l-footer-wrapper {
    flex-direction: column;
    gap: 8vw;
  }
  .l-footer-logo a {
    width: 34.6666666667vw;
  }
  .l-footer-buttons {
    flex-direction: column;
    gap: 4.2666666667vw;
    width: 100%;
  }
  .l-footer-btn {
    width: 100%;
    height: 12.8vw;
    font-size: 4.2666666667vw;
    padding-inline: 2.6666666667vw;
  }
  .l-footer-btn._blank::after {
    right: 4vw;
    width: 4vw;
  }
  .l-footer-lists {
    flex-direction: column;
    align-items: initial;
    justify-content: initial;
    gap: 4.2666666667vw 10.6666666667vw;
    margin-top: 8vw;
  }
  .l-footer-list-link {
    font-size: 3.2vw;
    line-height: 1.5;
  }
  .l-footer-copyRight-txt {
    font-size: 3.2vw;
    line-height: 1.5;
    padding-top: 8vw;
  }
}
/* m-cta
---------------------------------------------------------------------------- */
.m-cta {
  padding-block: 5.5rem 5.3rem;
  position: relative;
}

.m-cta::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(./../images/bg_cta_pc.png);
}

.m-cta-ttl {
  font-size: 3.6rem;
  line-height: 1.4444444444;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #fff;
  text-align: center;
  width: fit-content;
  margin-inline: auto;
  padding-inline: 3rem;
  position: relative;
}
.m-cta-ttl ._fzLarge {
  font-size: 4.2rem;
  line-height: 1.4523809524;
}

.m-cta-ttl::before,
.m-cta-ttl::after {
  content: "";
  position: absolute;
  bottom: 0.3rem;
  width: 0.5rem;
  height: 4.5rem;
  background-color: #fff;
}

.m-cta-ttl::before {
  left: 0;
  transform: rotate(-25deg);
}

.m-cta-ttl::after {
  right: 0;
  transform: rotate(25deg);
}

.m-cta-ttl ._brackets {
  display: inline-block;
  padding-inline: 1rem;
  margin-inline: 1rem;
  position: relative;
}
.m-cta-ttl ._brackets::before, .m-cta-ttl ._brackets::after {
  content: "";
  position: absolute;
  width: 1.2rem;
  aspect-ratio: 9/19;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(./../images/icn_brackets.svg);
}
.m-cta-ttl ._brackets::before {
  top: 0;
  left: 0;
}
.m-cta-ttl ._brackets::after {
  bottom: 0;
  right: 0;
  transform: rotate(180deg);
}

.m-cta-lists {
  display: flex;
  justify-content: center;
  gap: 0 2rem;
  margin-top: 2.5rem;
}

.m-cta-list {
  width: 14.1rem;
  padding-block: 0.7rem 1.7rem;
  font-size: 2.3rem;
  line-height: 1.4782608696;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #fff;
  text-align: center;
  position: relative;
}

.m-cta-list::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(./../images/icn_frame_cta_pc.svg);
}

.m-cta-button {
  width: 46rem;
  margin-inline: auto;
  margin-top: 3rem;
}

.m-cta-txt {
  font-size: 2rem;
  line-height: 1.45;
  letter-spacing: 0.06em;
  font-weight: 500;
  color: #fff;
  text-align: center;
  margin-top: 3rem;
}

@media screen and (max-width: 767px) {
  .m-cta {
    padding-block: 13.3333333333vw;
  }
  .m-cta::after {
    background-image: url(./../images/bg_cta_sp.png);
  }
  .m-cta-ttl {
    font-size: 6.4vw;
    line-height: 1.4583333333;
    padding-inline: 9.3333333333vw;
  }
  .m-cta-ttl ._fzLarge,
  .m-cta-ttl ._spfzLarge {
    font-size: 8vw;
    line-height: 1.4666666667;
  }
  .m-cta-ttl::before,
  .m-cta-ttl::after {
    bottom: 0;
    width: 1.0666666667vw;
    height: 16vw;
  }
  .m-cta-ttl::before {
    transform: rotate(-15deg);
  }
  .m-cta-ttl::after {
    transform: rotate(15deg);
  }
  .m-cta-ttl ._brackets {
    padding-inline: 2.6666666667vw;
    margin-inline: 0 2.6666666667vw;
    margin-block: 1.3333333333vw 0.5333333333vw;
  }
  .m-cta-ttl ._brackets::before, .m-cta-ttl ._brackets::after {
    width: 2.6666666667vw;
  }
  .m-cta-lists {
    gap: 0 3.7333333333vw;
    margin-top: 5.3333333333vw;
  }
  .m-cta-list {
    width: 26.6666666667vw;
    padding-block: 1.3333333333vw 3.4666666667vw;
    font-size: 4.2666666667vw;
    line-height: 1.5;
  }
  .m-cta-list::after {
    background-image: url(./../images/icn_frame_cta_sp.svg);
  }
  .m-cta-button {
    width: 100%;
    margin-top: 5.3333333333vw;
  }
  .m-cta-txt {
    font-size: 4.2666666667vw;
    line-height: 1.5;
    text-align: left;
    margin-top: 8vw;
  }
}
/* m-btn
---------------------------------------------------------------------------- */
.m-btn {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  width: 100%;
  height: 8rem;
  border-radius: 10vmax;
  background-color: #FADA65;
  padding-inline: 5.6rem 2.4rem;
  font-size: 2.6rem;
  line-height: 1;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: inherit;
  text-align: center;
  transition: filter 0.3s ease;
}
@media (any-hover: hover) {
  .m-btn:hover {
    filter: brightness(1.1);
  }
  .m-btn:hover ._arrow {
    transform: translateX(0.5rem);
  }
}

.m-btn ._arrow {
  display: inline-block;
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 50%;
  background-color: #333;
  position: relative;
  transition: transform 0.3s ease;
}

.m-btn ._arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 45%;
  width: 0.9rem;
  aspect-ratio: 1;
  border-top: 0.2rem solid #fff;
  border-right: 0.2rem solid #fff;
  transform: translate(-50%, -50%) rotate(45deg);
}

@media screen and (max-width: 767px) {
  .m-btn {
    height: 18.6666666667vw;
    padding-inline: 12.8vw 5.3333333333vw;
    font-size: 5.3333333333vw;
  }
  .m-btn ._arrow {
    width: 7.4666666667vw;
    height: 7.4666666667vw;
  }
  .m-btn ._arrow::before {
    width: 2.1333333333vw;
    border-top-width: 0.5333333333vw;
    border-right-width: 0.5333333333vw;
  }
}
/* m-box
---------------------------------------------------------------------------- */
.m-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.5rem;
}

.m-box-txt {
  font-size: 3rem;
  line-height: 1.4666666667;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #1C7FBE;
  border-bottom: 0.2rem solid currentColor;
  position: relative;
}

.m-box-txt::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 1.5rem;
  height: 1rem;
  background-color: currentColor;
  clip-path: polygon(50% 1rem, 0% 0%, 1.5rem 0%);
}

.m-box-ttl {
  font-size: 4.2rem;
  line-height: 1.4523809524;
  letter-spacing: 0.06em;
  font-weight: 700;
  text-align: center;
}
.m-box-ttl small {
  font-size: 3.6rem;
  line-height: 1.4444444444;
  display: inline-block;
  margin-right: 1rem;
}
.m-box-ttl em {
  color: #1C7FBE;
}

@media screen and (max-width: 767px) {
  .m-box {
    gap: 4.5333333333vw;
  }
  .m-box-txt {
    font-size: 5.3333333333vw;
    line-height: 1.45;
    border-bottom-width: 1px;
    padding-bottom: 1.3333333333vw;
  }
  .m-box-txt::after {
    width: 2.6666666667vw;
    height: 1.6vw;
    clip-path: polygon(50% 1.6vw, 0% 0%, 2.6666666667vw 0%);
  }
  .m-box-ttl {
    font-size: 8.5333333333vw;
    line-height: 1.4375;
  }
  .m-box-ttl small {
    font-size: 6.4vw;
    line-height: 1.4583333333;
    margin-right: initial;
  }
  .m-box-ttl ._spfzSmall {
    font-size: 6.4vw;
  }
  .m-box-ttl ._spfzLarge {
    font-size: 9.6vw;
  }
}
/* p-mv
---------------------------------------------------------------------------- */
.p-mv {
  padding-top: min(3.90625vw, 75px);
  padding-inline: 5rem;
  height: min(36.4583333333vw, 700px);
  margin-top: min(3.75vw, 72px);
  position: relative;
}

.p-mv::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(./../images/bg_mv_pc.png);
}

.p-mv-inner {
  max-width: min(67.1875vw, 1290px);
  margin-inline: auto;
}

.p-mv-wrap {
  width: fit-content;
}

.p-mv-wrap-target {
  font-size: 2.1rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 400;
  font-size: min(1.09375vw, 21px);
  color: #fff;
  text-align: center;
  width: fit-content;
  padding-block: min(0.3125vw, 6px);
  padding-inline: min(0.9375vw, 18px);
  border: 1px solid currentColor;
}

.p-mv-wrap-ttl {
  font-size: 6.5rem;
  line-height: 1.3538461538;
  letter-spacing: 0.06em;
  font-weight: 700;
  font-size: min(3.3854166667vw, 65px);
  color: #fff;
  margin-top: min(0.2604166667vw, 5px);
}
.p-mv-wrap-ttl span {
  display: inline-block;
}
.p-mv-wrap-ttl .p-mv-wrap-ttl-line {
  display: block;
}
.p-mv-wrap-ttl .p-mv-wrap-ttl-line._margin {
  margin-top: -1.5rem;
  margin-top: max(-15px, -0.78125vw);
}
.p-mv-wrap-ttl .p-mv-wrap-ttl-line img {
  width: min(18.75vw, 360px);
  height: auto;
  aspect-ratio: 360/65;
}
.p-mv-wrap-ttl ._fzSmall {
  font-size: min(2.5vw, 48px);
}
.p-mv-wrap-ttl ._fzSmall._dot {
  letter-spacing: normal;
  margin-inline: -0.15em;
}
.p-mv-wrap-ttl ._box {
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-weight: 700;
  font-size: min(1.0416666667vw, 20px);
  padding-block: min(0.2604166667vw, 5px);
  padding-inline: min(0.8854166667vw, 17px);
  background-color: #fff;
  color: #0086CC;
}
.p-mv-wrap-ttl ._fzLarge {
  font-size: min(3.6458333333vw, 70px);
  line-height: 1.2542857143;
  font-weight: 900;
}

.p-mv-area {
  width: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(0.5208333333vw, 10px);
  margin-top: min(1.8229166667vw, 35px);
}

.p-mv-area-button {
  width: min(18.75vw, 360px);
}

.p-mv-area-btn {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  width: 100%;
  height: min(3.125vw, 60px);
  border-radius: 10vmax;
  background-color: #FADA65;
  padding-inline: min(2.1875vw, 42px) min(0.9375vw, 18px);
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.06em;
  font-weight: 700;
  font-size: min(1.0416666667vw, 20px);
  color: inherit;
  text-align: center;
  transition: filter 0.3s ease;
}
@media (any-hover: hover) {
  .p-mv-area-btn:hover {
    filter: brightness(1.1);
  }
  .p-mv-area-btn:hover ._arrow {
    transform: translateX(min(0.2604166667vw, 5px));
  }
}

.p-mv-area-btn ._arrow {
  display: inline-block;
  width: min(1.25vw, 24px);
  height: min(1.25vw, 24px);
  border-radius: 50%;
  background-color: #333;
  position: relative;
  transition: transform 0.3s ease;
}

.p-mv-area-btn ._arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 45%;
  width: min(0.3125vw, 6px);
  aspect-ratio: 1;
  border-top: min(0.1041666667vw, 2px) solid #fff;
  border-right: min(0.1041666667vw, 2px) solid #fff;
  transform: translate(-50%, -50%) rotate(45deg);
}

.p-mv-area-txt-link {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 400;
  font-size: min(0.8333333333vw, 16px);
  color: #fff;
  text-align: center;
  text-decoration: underline;
}
@media (any-hover: hover) {
  .p-mv-area-txt-link:hover {
    text-decoration: none;
  }
}

@media screen and (max-width: 767px) {
  .p-mv {
    padding-top: 8vw;
    padding-inline: 5.3333333333vw;
    height: 130.6666666667vw;
    margin-top: 29.3333333333vw;
  }
  .p-mv::after {
    background-image: url(./../images/bg_mv_sp.png);
  }
  .p-mv-inner {
    max-width: initial;
  }
  .p-mv-wrap {
    width: 100%;
  }
  .p-mv-wrap-target {
    font-size: 3.7333333333vw;
    line-height: 1.1428571429;
    padding-block: 1.6vw;
    padding-inline: 4vw;
  }
  .p-mv-wrap-ttl {
    font-size: 9.8666666667vw;
    line-height: 1.3513513514;
    margin-top: 1.3333333333vw;
  }
  @supports (-moz-appearance: none) {
    .p-mv-wrap-ttl {
      letter-spacing: normal;
    }
  }
  .p-mv-wrap-ttl .p-mv-wrap-ttl-line._margin {
    margin-block: -2.1333333333vw 1.3333333333vw;
  }
  .p-mv-wrap-ttl .p-mv-wrap-ttl-line img {
    width: 57.0666666667vw;
  }
  .p-mv-wrap-ttl ._fzSmall {
    font-size: 7.2vw;
  }
  .p-mv-wrap-ttl ._box {
    font-size: 3.2vw;
    line-height: 1.4166666667;
    padding-block: 0.8vw;
    padding-inline: 2.1333333333vw;
  }
  .p-mv-wrap-ttl ._fzLarge {
    font-size: 10.9333333333vw;
    line-height: 1.243902439;
  }
}
/* p-sp-button
---------------------------------------------------------------------------- */
@media screen and (max-width: 767px) {
  .p-sp-button {
    position: fixed;
    z-index: 8000;
    width: 100%;
    margin-top: 18.6666666667vw;
  }
  .p-sp-btn {
    height: 10.6666666667vw;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    font-size: 3.7333333333vw;
    line-height: 1.5;
    letter-spacing: 0.06em;
    font-weight: 700;
    color: inherit;
    text-align: center;
    background-color: #FADA65;
    padding-inline: 10.6666666667vw 5.3333333333vw;
    transition: filter 0.3s ease;
  }
}
@media screen and (max-width: 767px) and (any-hover: hover) {
  .p-sp-btn:hover {
    filter: brightness(1.1);
  }
}
@media screen and (max-width: 767px) {
  .p-sp-btn ._arrow {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    border-radius: 50%;
    background-color: #333;
    position: relative;
  }
  .p-sp-btn ._arrow::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 45%;
    width: 1.6vw;
    aspect-ratio: 1;
    border-top: 0.5333333333vw solid #fff;
    border-right: 0.5333333333vw solid #fff;
    transform: translate(-50%, -50%) rotate(45deg);
  }
}
/* p-top
---------------------------------------------------------------------------- */
.p-top {
  margin-top: max(-60px, -3.90625vw);
}

.p-top-items {
  display: grid;
  grid-template-columns: repeat(4, auto);
  justify-content: center;
  gap: 0 min(1.3020833333vw, 25px);
}

.p-top-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: min(13.0208333333vw, 250px);
  height: min(7.2916666667vw, 140px);
  border: 1px solid #0086CC;
  background-color: #fff;
  box-shadow: 2px 2px 3px rgba(0, 134, 204, 0.45);
}

.p-top-item-txt {
  font-size: 3.2rem;
  line-height: 1.25;
  letter-spacing: 0.02em;
  font-weight: 700;
  font-size: min(1.6666666667vw, 32px);
  color: #0086CC;
  text-align: center;
  padding-bottom: min(0.1041666667vw, 2px);
}
.p-top-item-txt ._num {
  font-size: min(2.0833333333vw, 40px);
  line-height: 1;
}
.p-top-item-txt ._fz {
  font-size: min(1.1979166667vw, 23px);
  line-height: 1;
}
.p-top-item-txt ._fzSmall {
  display: block;
  font-size: min(1.0416666667vw, 20px);
}

.p-top-read {
  text-align: center;
  margin-top: min(2.0833333333vw, 40px);
}
.p-top-read span {
  font-size: 3.6rem;
  line-height: 1.4444444444;
  letter-spacing: 0.06em;
  font-weight: 700;
  font-size: min(1.875vw, 36px);
  color: #1C7FBE;
  text-decoration: underline;
  text-underline-offset: min(1.0416666667vw, 20px);
  text-decoration-thickness: min(0.1041666667vw, 2px);
}

@media screen and (max-width: 767px) {
  .p-top {
    margin-top: -9.0666666667vw;
  }
  .p-top-items {
    grid-template-columns: repeat(4, 1fr);
    gap: 0 1.3333333333vw;
  }
  .p-top-item {
    width: 100%;
    height: 16.8vw;
  }
  .p-top-item-txt {
    font-size: 3.2vw;
    line-height: 1.3333333333;
    padding-bottom: 0.5333333333vw;
  }
  .p-top-item-txt ._num {
    font-size: 4.8vw;
  }
  .p-top-item-txt ._fz {
    font-size: 2.6666666667vw;
  }
  .p-top-item-txt ._fzSmall {
    font-size: 2.4vw;
  }
  .p-top-item-txt ._spfz {
    font-size: 3.7333333333vw;
    line-height: 1.1428571429;
  }
  .p-top-read {
    margin-top: 5.3333333333vw;
  }
  .p-top-read span {
    font-size: 6.4vw;
    line-height: 1.4583333333;
    letter-spacing: 0.04em;
    text-underline-offset: 1.8666666667vw;
    text-decoration-thickness: 0.5333333333vw;
  }
  @supports (-moz-appearance: none) {
    .p-top-read span {
      letter-spacing: 0.03em;
    }
  }
  .p-top-area {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3.2vw;
    margin-top: 12vw;
  }
  .p-top-area-button {
    width: 100%;
  }
  .p-top-area-btn {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    height: 16vw;
    border-radius: 10vmax;
    background-color: #FADA65;
    padding-inline: 11.2vw 4.8vw;
    font-size: 5.3333333333vw;
    line-height: 1;
    letter-spacing: 0.06em;
    font-weight: 700;
    color: inherit;
    text-align: center;
    transition: filter 0.3s ease;
  }
}
@media screen and (max-width: 767px) and (any-hover: hover) {
  .p-top-area-btn:hover {
    filter: brightness(1.1);
  }
  .p-top-area-btn:hover ._arrow {
    transform: translateX(1.3333333333vw);
  }
}
@media screen and (max-width: 767px) {
  .p-top-area-btn ._arrow {
    display: inline-block;
    width: 6.4vw;
    height: 6.4vw;
    border-radius: 50%;
    background-color: #333;
    position: relative;
    transition: transform 0.3s ease;
  }
  .p-top-area-btn ._arrow::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 45%;
    width: 1.6vw;
    aspect-ratio: 1;
    border-top: 0.2rem solid #fff;
    border-right: 0.2rem solid #fff;
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .p-top-area-txt-link {
    font-size: 4.2666666667vw;
    line-height: 1.5;
    letter-spacing: 0.06em;
    font-weight: 400;
    color: inherit;
    text-align: center;
    text-decoration: underline;
  }
}
@media screen and (max-width: 767px) and (any-hover: hover) {
  .p-top-area-txt-link:hover {
    text-decoration: none;
  }
}
/* p-worry
---------------------------------------------------------------------------- */
.p-worry {
  padding-block: min(8.8541666667vw, 170px) 5.5rem;
  position: relative;
}

.p-worry::after {
  content: "";
  position: absolute;
  top: calc(100% - 1px);
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
  width: 24.7rem;
  height: 7rem;
  background-color: #fff;
  clip-path: polygon(50% 7rem, 0% 0%, 24.7rem 0%);
}

.p-worry-ttl {
  width: fit-content;
  margin-inline: auto;
  font-size: 3.6rem;
  line-height: 1.4444444444;
  letter-spacing: 0.06em;
  font-weight: 700;
  text-align: center;
  padding-bottom: 1.5rem;
  border-bottom: 0.2rem solid currentColor;
  position: relative;
}
.p-worry-ttl em {
  font-size: 4.2rem;
  line-height: 1.4523809524;
}
.p-worry-ttl ._questionMark {
  margin-left: 0.1em;
}

.p-worry-ttl::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 1.5rem;
  height: 1rem;
  background-color: currentColor;
  clip-path: polygon(50% 1rem, 0% 0%, 1.5rem 0%);
}

.p-worry-items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0 3rem;
  margin-top: 6rem;
}

.p-worry-item {
  width: 100%;
  height: 27.4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding-bottom: 6rem;
  position: relative;
}

.p-worry-item::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(./../images/icn_frame_worry_pc.svg);
}

.p-worry-item-box {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.p-worry-item-box-img._01 {
  width: 12.7rem;
  aspect-ratio: 127/106;
}

.p-worry-item-box-img._02 {
  width: 10.4rem;
  aspect-ratio: 104/88;
}

.p-worry-item-box-img._03 {
  width: 9.2rem;
  aspect-ratio: 92/94;
}

.p-worry-item-box-img._04 {
  width: 10.4rem;
  aspect-ratio: 104/101;
}

.p-worry-item-box-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.p-worry-item-ttl {
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-worry {
    padding-block: 26.6666666667vw 13.3333333333vw;
  }
  .p-worry::after {
    width: 24vw;
    height: 8vw;
    clip-path: polygon(50% 8vw, 0% 0%, 24vw 0%);
  }
  .p-worry-ttl {
    width: 100%;
    font-size: 6.4vw;
    line-height: 1.4583333333;
    letter-spacing: 0.05em;
    padding-bottom: 3.2vw;
    border-bottom-width: 0.5333333333vw;
  }
  @supports (-moz-appearance: none) {
    .p-worry-ttl {
      letter-spacing: 0.04em;
    }
  }
  .p-worry-ttl em {
    font-size: 7.4666666667vw;
    line-height: 1.4285714286;
  }
  .p-worry-ttl ._questionMark {
    letter-spacing: -0.2em;
    margin-left: initial;
  }
  .p-worry-ttl::after {
    width: 4vw;
    height: 2.6666666667vw;
    clip-path: polygon(50% 2.6666666667vw, 0% 0%, 4vw 0%);
  }
  .p-worry-items {
    grid-template-columns: repeat(2, 1fr);
    gap: 5.3333333333vw;
    margin-top: 7.4666666667vw;
  }
  .p-worry-item {
    height: 45.3333333333vw;
    padding-bottom: 8vw;
  }
  .p-worry-item::after {
    background-image: url(./../images/icn_frame_worry_sp.svg);
  }
  .p-worry-item-box-img._01 {
    width: 21.7333333333vw;
  }
  .p-worry-item-box-img._02 {
    width: 18vw;
  }
  .p-worry-item-box-img._03 {
    width: 16vw;
  }
  .p-worry-item-box-img._04 {
    width: 19.2vw;
  }
  .p-worry-item-ttl {
    font-size: 3.4666666667vw;
    line-height: 1.5384615385;
  }
}
/* p-reason
---------------------------------------------------------------------------- */
.p-reason {
  padding-block: 12rem 0;
  position: relative;
}

.p-reason::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  width: 100%;
  height: calc(100% - 6rem);
  background-color: #E8F2F8;
  clip-path: polygon(100% 0, 100% calc(100% - 8.5rem), 50% 100%, 0 calc(100% - 8.5rem), 0 0);
}

.p-reason-items {
  display: flex;
  flex-direction: column;
  gap: 8rem;
  margin-top: 9rem;
  position: relative;
}

.p-reason-items::after {
  content: "";
  position: absolute;
  top: calc(100% + 3rem);
  left: 50%;
  transform: translateX(-50%);
  width: 9rem;
  aspect-ratio: 90/95.5;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(./../images/icn_arrow_bottom_01.svg);
}

.p-reason-item {
  padding-block: 5rem;
  padding-inline: 6rem;
  background-color: #fff;
  position: relative;
}

.p-reason-item-num {
  font-family: "Oswald", sans-serif;
  font-size: 7.5rem;
  line-height: 1;
  font-weight: 500;
  color: #63BBF7;
  position: absolute;
  top: -4rem;
}
.p-reason-item-num._odd {
  left: 6rem;
}
.p-reason-item-num._even {
  right: 6rem;
}

.p-reason-item-wrapper {
  display: flex;
  gap: 0 4rem;
}
.p-reason-item-wrapper._reverse {
  flex-direction: row-reverse;
}

.p-reason-item-wrap {
  flex: 1;
  display: flex;
  gap: 0 2.7rem;
}
.p-reason-item-wrap._reverse {
  flex-direction: row-reverse;
}

.p-reason-item-wrap-txt {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  padding-top: 1rem;
}
.p-reason-item-wrap-txt em {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 700;
  color: #63BBF7;
  writing-mode: vertical-rl;
}
.p-reason-item-wrap-txt span {
  flex: 1;
  display: inline-block;
  width: 1px;
  height: 100%;
  background-color: #63BBF7;
}

.p-reason-item-wrap-box {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2.8rem;
}

.p-reason-item-wrap-box-ttl {
  font-size: 3.2rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 700;
}
.p-reason-item-wrap-box-ttl em {
  color: #1C7FBE;
}
.p-reason-item-wrap-box-ttl ._surprise {
  letter-spacing: -0.5em;
}

.p-reason-item-wrap-box-txt {
  font-size: 1.8rem;
  line-height: 1.8;
  letter-spacing: 0.06em;
  font-weight: 400;
}
.p-reason-item-wrap-box-txt small {
  font-size: 1.6rem;
}

.p-reason-item-wrapper-img {
  width: 43rem;
  aspect-ratio: 430/266;
}
.p-reason-item-wrapper-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.p-reason-group {
  padding-block: 4.5rem;
  padding-inline: 8rem;
  background-color: #C3E5F9;
  margin-top: 9rem;
}

.p-reason-group-wrapper {
  display: grid;
  grid-template-areas: "img txt" "img box";
  grid-template-columns: auto 1fr;
  gap: 1rem 4rem;
}

.p-reason-group-img {
  grid-area: img;
  width: 15rem;
  aspect-ratio: 1;
}
.p-reason-group-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.p-reason-group-txt {
  grid-area: txt;
  font-size: 2.6rem;
  line-height: 1.4230769231;
  letter-spacing: 0.06em;
  font-weight: 700;
  align-self: center;
}
.p-reason-group-txt small {
  font-size: 2.2rem;
  line-height: 1.4545454545;
}
.p-reason-group-txt em {
  color: #1C7FBE;
  border-bottom: 0.2rem dashed currentColor;
}

.p-reason-group-txt ._ruby {
  position: relative;
}
.p-reason-group-txt ._ruby::before {
  content: attr(data-ruby);
  position: absolute;
  top: -0.7em;
  left: 0;
  right: 0;
  font-size: 0.8em;
  letter-spacing: 0.3em;
  margin-left: 0.1em;
}

.p-reason-group-box {
  grid-area: box;
  background-color: #1C7FBE;
  padding-inline: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.p-reason-group-box-txt {
  font-size: 4.2rem;
  line-height: 1.4523809524;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
.p-reason-group-box-txt small {
  font-size: 3.6rem;
  line-height: 1.4444444444;
}

.p-reason-group-box-txt ._ruby {
  position: relative;
}
.p-reason-group-box-txt ._ruby::before {
  content: attr(data-ruby);
  position: absolute;
  top: -0.6em;
  left: 0;
  right: 0;
  font-size: 0.8em;
  letter-spacing: 0.3em;
  margin-left: 0.15em;
}

.p-reason-group-box-txt ._brackets {
  display: inline-block;
  padding-inline: 0.7rem;
  margin-inline: 0.7rem;
  position: relative;
}
.p-reason-group-box-txt ._brackets::before, .p-reason-group-box-txt ._brackets::after {
  content: "";
  position: absolute;
  width: 1.2rem;
  aspect-ratio: 9/19;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(./../images/icn_brackets.svg);
}
.p-reason-group-box-txt ._brackets::before {
  top: 0;
  left: 0;
}
.p-reason-group-box-txt ._brackets::after {
  bottom: 0;
  right: 0;
  transform: rotate(180deg);
}

.p-reason-group-box-txt ._surprise {
  display: inline-block;
  transform: rotate(10deg);
  margin-left: 0.1em;
}

@media screen and (max-width: 767px) {
  .p-reason {
    padding-block: 14.6666666667vw 0;
  }
  .p-reason::after {
    height: calc(100% - 12vw);
    clip-path: polygon(100% 0, 100% calc(100% - 6.6666666667vw), 50% 100%, 0 calc(100% - 6.6666666667vw), 0 0);
  }
  .p-reason-items {
    gap: 16vw;
    margin-top: 19.2vw;
  }
  .p-reason-items::after {
    top: calc(100% + 4vw);
    width: 16vw;
  }
  .p-reason-item {
    padding-block: 9.6vw 5.3333333333vw;
    padding-inline: 5.3333333333vw;
  }
  .p-reason-item-num {
    font-size: 16vw;
    top: -10.6666666667vw;
  }
  .p-reason-item-num._odd {
    left: 5.3333333333vw;
  }
  .p-reason-item-num._even {
    right: 5.3333333333vw;
  }
  .p-reason-item-wrapper {
    flex-direction: column;
    gap: 4.5333333333vw;
  }
  .p-reason-item-wrapper._reverse {
    flex-direction: column;
  }
  .p-reason-item-wrap {
    gap: 0 2.6666666667vw;
  }
  .p-reason-item-wrap-txt {
    gap: 2.6666666667vw;
    padding-top: 0.5333333333vw;
  }
  .p-reason-item-wrap-txt em {
    font-size: 3.7333333333vw;
    line-height: 1.4285714286;
  }
  .p-reason-item-wrap-box {
    gap: 2.6666666667vw;
  }
  .p-reason-item-wrap-box-ttl {
    font-size: 5.3333333333vw;
    line-height: 1.8;
  }
  .p-reason-item-wrap-box-txt {
    font-size: 4.2666666667vw;
    line-height: 1.8;
  }
  .p-reason-item-wrap-box-txt small {
    font-size: 3.7333333333vw;
  }
  .p-reason-item-wrapper-img {
    width: 100%;
  }
  .p-reason-group {
    padding-block: 9.3333333333vw 5.3333333333vw;
    padding-inline: 5.3333333333vw;
    margin-top: 16vw;
  }
  .p-reason-group-wrapper {
    grid-template-areas: "img txt" "box box";
    gap: 5.3333333333vw 5.3333333333vw;
  }
  .p-reason-group-img {
    width: 18.6666666667vw;
    margin-top: -1.3333333333vw;
  }
  .p-reason-group-txt {
    font-size: 5.3333333333vw;
    line-height: 1.45;
  }
  .p-reason-group-txt small {
    font-size: 4.5333333333vw;
    line-height: 1.4705882353;
  }
  .p-reason-group-txt em {
    border-bottom-width: 0.5333333333vw;
    line-height: 1.8;
  }
  .p-reason-group-box {
    width: 100%;
    padding-inline: initial;
    padding-block: 3.2vw 1.3333333333vw;
  }
  .p-reason-group-box-txt {
    font-size: 6.6666666667vw;
    line-height: 1.44;
  }
  .p-reason-group-box-txt small {
    font-size: 5.6vw;
    line-height: 1.4285714286;
  }
  .p-reason-group-box-txt ._brackets {
    padding-inline: 1.8666666667vw;
    margin-inline: 0 1.8666666667vw;
  }
  .p-reason-group-box-txt ._brackets::before, .p-reason-group-box-txt ._brackets::after {
    width: 1.8666666667vw;
  }
  .p-reason-group-box-txt ._surprise {
    font-size: 8vw;
  }
}
/* p-service
---------------------------------------------------------------------------- */
.p-service {
  padding-block: 6rem 10rem;
}

.p-service-read {
  padding-block: 1rem 1.2rem;
  padding-inline: 2.55rem;
  background-color: #63BBF7;
  border-radius: 0.5rem;
  width: fit-content;
  margin-inline: auto;
  font-size: 3.6rem;
  line-height: 1.4444444444;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #fff;
  text-align: center;
  position: relative;
  margin-bottom: -3rem;
}

.p-service-read::after {
  content: "";
  position: absolute;
  top: calc(100% - 1px);
  left: 50%;
  transform: translateX(-50%);
  width: 3rem;
  height: 1.55rem;
  background-color: #63BBF7;
  clip-path: polygon(50% 1.55rem, 0% 0%, 3rem 0%);
}

.p-service-block {
  padding-block: 7rem 5.6rem;
  padding-inline: 7.6rem;
  border: 0.4rem solid #63BBF7;
}

.p-service-block-ttl {
  font-size: 3.2rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 700;
  text-align: center;
  padding-inline: 2rem;
  width: fit-content;
  margin-inline: auto;
  position: relative;
}
.p-service-block-ttl em {
  color: #1C7FBE;
}

.p-service-block-ttl::before,
.p-service-block-ttl::after {
  content: "";
  position: absolute;
  bottom: 0.3rem;
  width: 0.2rem;
  height: 3.8rem;
  background-color: #1C7FBE;
}

.p-service-block-ttl::before {
  left: 0;
  transform: rotate(-20deg);
}

.p-service-block-ttl::after {
  right: 0;
  transform: rotate(20deg);
}

.p-service-block-txt {
  font-size: 1.8rem;
  line-height: 1.8;
  letter-spacing: 0.06em;
  font-weight: 400;
  text-align: center;
  margin-top: 2rem;
}

.p-service-block-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 4rem;
}
.p-service-block-wrapper._01 {
  margin-top: 3rem;
}
.p-service-block-wrapper._02 {
  margin-top: 7.5rem;
}
.p-service-block-wrapper._03 {
  margin-top: 7.5rem;
}

.p-service-block-wrap01 {
  padding-block: 3rem;
  padding-inline: 4rem 3rem;
  background-color: #C3E5F9;
  border-radius: 1rem;
  display: flex;
  align-items: center;
  gap: 0 2rem;
  position: relative;
}

.p-service-block-wrap01::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: -1;
  transform: translateX(-50%);
  width: 6.2rem;
  aspect-ratio: 62/140;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(./../images/icn_arrow_bottom_02.svg);
}

.p-service-block-wrap01-img {
  width: 10rem;
  aspect-ratio: 1;
  border-radius: 0.5rem;
  overflow: hidden;
}
.p-service-block-wrap01-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.p-service-block-wrap01-txt {
  flex: 1;
  font-size: 2.4rem;
  line-height: 1.35;
  letter-spacing: 0.06em;
  font-weight: 700;
}

.p-service-block-mail {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 66rem;
  height: 6rem;
  border-radius: 10vmax;
  border: 0.3rem solid #1C7FBE;
  background-color: #fff;
  margin-inline: auto;
  margin-top: 2.5rem;
}

.p-service-block-mail span {
  display: inline-block;
  font-size: 2rem;
  line-height: 1.62;
  letter-spacing: 0.06em;
  font-weight: 700;
  padding-left: 5rem;
  position: relative;
}

.p-service-block-mail span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 3.6rem;
  aspect-ratio: 1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(./../images/icn_service_mail.svg);
}

.p-service-block-wrap02 {
  padding-block: 3rem;
  padding-inline: 4rem;
  background-color: #C3E5F9;
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 2rem;
  margin-top: 7rem;
  position: relative;
}

.p-service-block-wrap02::before,
.p-service-block-wrap02::after {
  content: "";
  position: absolute;
  top: 100%;
  transform: translateX(-50%);
  width: 6.2rem;
  aspect-ratio: 62/60.5;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(./../images/icn_arrow_bottom_03.svg);
}

.p-service-block-wrap02::before {
  left: 24%;
}

.p-service-block-wrap02::after {
  left: 76%;
}

.p-service-block-wrap02-img {
  width: 10rem;
  aspect-ratio: 1;
  border-radius: 0.5rem;
  overflow: hidden;
}
.p-service-block-wrap02-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.p-service-block-wrap02-txt {
  font-size: 2.4rem;
  line-height: 1.35;
  letter-spacing: 0.06em;
  font-weight: 700;
}

.p-service-block-wrap03 {
  display: flex;
  flex-direction: column;
}

.p-service-block-wrap03-ttl {
  height: 5rem;
  font-size: 2rem;
  line-height: 1.62;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #fff;
  text-align: center;
  align-content: center;
  background-color: #1C7FBE;
  border-radius: 1rem 1rem 0 0;
}

.p-service-block-wrap03-box {
  flex: 1;
  padding-block: 2rem;
  padding-inline: 4rem 2rem;
  background-color: #C3E5F9;
  display: flex;
  align-items: flex-start;
  gap: 0 2rem;
  border-radius: 0 0 1rem 1rem;
  position: relative;
}

.p-service-block-wrap03-box::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 6.2rem;
  aspect-ratio: 62/60.5;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(./../images/icn_arrow_bottom_03.svg);
}

.p-service-block-wrap03-box-img {
  width: 10rem;
  aspect-ratio: 1;
  border-radius: 0.5rem;
  overflow: hidden;
}
.p-service-block-wrap03-box-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.p-service-block-wrap03-box-lists {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.p-service-block-wrap03-box-list {
  font-size: 2.4rem;
  line-height: 1.35;
  letter-spacing: 0.06em;
  font-weight: 700;
  padding-left: 1.5rem;
  position: relative;
}

.p-service-block-wrap03-box-list::before {
  content: "";
  position: absolute;
  top: 1.2rem;
  left: 0;
  width: 0.7rem;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #1C7FBE;
}

.p-service-block-wrap04 {
  height: 10rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 2rem;
  border: 0.3rem solid #1C7FBE;
  border-radius: 1rem;
}

.p-service-block-wrap04-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 6.3rem;
  height: 6.3rem;
  border-radius: 50%;
  background-color: #1C7FBE;
  position: relative;
  padding-top: 0.5rem;
}

.p-service-block-wrap04-box::after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100% - 1px);
  transform: translate(0, -50%);
  width: 1rem;
  height: 1.3rem;
  background-color: #1C7FBE;
  clip-path: polygon(1rem 50%, 0% 0%, 0% 1.3rem);
}

.p-service-block-wrap04-box-img {
  width: 4.4rem;
  aspect-ratio: 44/28;
}
.p-service-block-wrap04-box-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.p-service-block-wrap04-txt {
  font-size: 3.2rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 700;
  background-image: linear-gradient(to bottom, transparent 60%, #FADA65 60%);
  background-repeat: no-repeat;
}

.p-service-block-group {
  height: 17.9rem;
  padding-block: 1.5rem;
  padding-inline: 1.5rem;
  background-color: #F0F0F0;
  margin-top: 4rem;
}

.p-service-block-group-container {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.3rem;
  padding-top: 1.5rem;
}

.p-service-block-group-container::before,
.p-service-block-group-container::after {
  content: "";
  position: absolute;
  width: 2.5rem;
  aspect-ratio: 1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(./../images/icn_brackets_blue.svg);
}

.p-service-block-group-container::before {
  top: 0;
  left: 0;
}

.p-service-block-group-container::after {
  bottom: 0;
  right: 0;
  transform: rotate(180deg);
}

.p-service-block-group-ttl {
  font-size: 3rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 700;
  text-align: center;
}
.p-service-block-group-ttl em {
  color: #1C7FBE;
}
.p-service-block-group-ttl ._underline {
  border-bottom: 0.2rem dashed #1C7FBE;
}

.p-service-block-group-txt {
  font-size: 1.8rem;
  line-height: 1.8;
  letter-spacing: 0.06em;
  font-weight: 400;
  text-align: center;
}

.p-service-block-txtSmall {
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.06em;
  font-weight: 400;
  text-align: center;
  padding-left: 1em;
  text-indent: -1em;
  margin-top: 0.8rem;
}

@media screen and (max-width: 767px) {
  .p-service {
    padding-block: 13.3333333333vw;
  }
  .p-service-read {
    padding-block: 1.3333333333vw 1.6vw;
    padding-inline: 2.9333333333vw;
    border-radius: 1.3333333333vw;
    font-size: 5.3333333333vw;
    line-height: 1.45;
    margin-bottom: -4.8vw;
  }
  .p-service-read::after {
    width: 2.6666666667vw;
    height: 1.6vw;
    clip-path: polygon(50% 1.6vw, 0% 0%, 2.6666666667vw 0%);
  }
  .p-service-block {
    padding-block: 10.1333333333vw 3.7333333333vw;
    padding-inline: 4.2666666667vw;
    border-width: 1.0666666667vw;
  }
  .p-service-block-ttl {
    font-size: 5.3333333333vw;
    line-height: 1.5;
    padding-inline: 2.1333333333vw;
  }
  .p-service-block-ttl::before,
  .p-service-block-ttl::after {
    bottom: 0;
    width: 0.5333333333vw;
    height: 10.1333333333vw;
  }
  .p-service-block-txt {
    font-size: 4.2666666667vw;
    line-height: 1.75;
    text-align: left;
    margin-top: 3.2vw;
  }
  .p-service-block-wrapper {
    gap: 0 5.3333333333vw;
  }
  .p-service-block-wrapper._01 {
    margin-top: 9.3333333333vw;
  }
  .p-service-block-wrapper._02 {
    margin-top: 13.3333333333vw;
  }
  .p-service-block-wrapper._03 {
    margin-top: 16vw;
  }
  .p-service-block-wrap01 {
    padding-block: 4vw;
    padding-inline: 2.4vw;
    border-radius: 2.6666666667vw;
    flex-direction: column;
    gap: 2.6666666667vw;
  }
  .p-service-block-wrap01::after {
    width: 12vw;
  }
  .p-service-block-wrap01-img {
    width: 16vw;
  }
  .p-service-block-wrap01-txt {
    font-size: 3.7333333333vw;
    line-height: 1.2857142857;
  }
  .p-service-block-mail {
    width: 100%;
    height: 12.8vw;
    border-width: 0.8vw;
    margin-top: 5.3333333333vw;
  }
  .p-service-block-mail span {
    font-size: 4.2666666667vw;
    padding-left: 9.3333333333vw;
  }
  .p-service-block-mail span::before {
    width: 8vw;
  }
  .p-service-block-wrap02 {
    padding-block: 4vw;
    padding-inline: 4vw;
    border-radius: 2.6666666667vw;
    gap: 0 2.6666666667vw;
    margin-top: 13.8666666667vw;
  }
  .p-service-block-wrap02::before,
  .p-service-block-wrap02::after {
    width: 12vw;
  }
  .p-service-block-wrap02-img {
    width: 16vw;
    border-radius: 1.3333333333vw;
  }
  .p-service-block-wrap02-txt {
    flex: 1;
    font-size: 3.7333333333vw;
    line-height: 1.2857142857;
  }
  .p-service-block-wrap03-ttl {
    height: 12.8vw;
    font-size: 3.7333333333vw;
    line-height: 1.2857142857;
    border-radius: 2.6666666667vw 2.6666666667vw 0 0;
  }
  .p-service-block-wrap03-box {
    padding-block: 2.6666666667vw 5.3333333333vw;
    padding-inline: 4vw;
    flex-direction: column;
    align-items: center;
    gap: 2.6666666667vw;
    border-radius: 0 0 2.6666666667vw 2.6666666667vw;
  }
  .p-service-block-wrap03-box::after {
    width: 12vw;
  }
  .p-service-block-wrap03-box-img {
    width: 16vw;
    border-radius: 1.3333333333vw;
  }
  .p-service-block-wrap03-box-lists {
    gap: 0.8vw;
  }
  .p-service-block-wrap03-box-list {
    font-size: 2.9333333333vw;
    line-height: 1.6363636364;
    padding-left: 2.6666666667vw;
  }
  .p-service-block-wrap03-box-list::before {
    top: 1.8666666667vw;
    width: 1.3333333333vw;
  }
  .p-service-block-wrap04 {
    height: 26.6666666667vw;
    flex-direction: column;
    gap: 0.8vw;
    border-width: 0.8vw;
    border-radius: 2.6666666667vw;
  }
  .p-service-block-wrap04-box {
    width: 12vw;
    height: 12vw;
    padding-top: 1.3333333333vw;
  }
  .p-service-block-wrap04-box::after {
    top: calc(100% - 1px);
    left: 50%;
    transform: translate(-50%, 0);
    width: 2.4vw;
    height: 1.8666666667vw;
    clip-path: polygon(50% 1.8666666667vw, 0% 0%, 2.4vw 0%);
  }
  .p-service-block-wrap04-box-img {
    width: 8.2666666667vw;
  }
  .p-service-block-wrap04-txt {
    font-size: 5.3333333333vw;
  }
  .p-service-block-group {
    height: 71.7333333333vw;
    padding-block: 4vw;
    padding-inline: 4vw;
    margin-top: 5.3333333333vw;
  }
  .p-service-block-group-container {
    gap: 1.8666666667vw;
    padding-top: 4vw;
  }
  .p-service-block-group-container::before,
  .p-service-block-group-container::after {
    width: 6.6666666667vw;
  }
  .p-service-block-group-ttl {
    font-size: 5.3333333333vw;
    line-height: 1.5;
  }
  .p-service-block-group-ttl ._underline {
    border-bottom-width: 0.5333333333vw;
  }
  .p-service-block-group-txt {
    font-size: 4.2666666667vw;
    line-height: 1.8;
    text-align: left;
    padding-inline: 4vw;
  }
  .p-service-block-txtSmall {
    font-size: 3.7333333333vw;
    line-height: 1.8;
    text-align: left;
    margin-top: 2.1333333333vw;
  }
}
/* p-case
---------------------------------------------------------------------------- */
.p-case {
  padding-block: 8rem 10rem;
  position: relative;
}

.p-case::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  width: 100%;
  height: 85.2rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(./../images/bg_case_pc.png);
}

.p-case-inner {
  width: 100%;
  max-width: 104rem;
  margin-inline: auto;
}

.p-case-read {
  font-size: 1.8rem;
  line-height: 1.8;
  letter-spacing: 0.06em;
  font-weight: 400;
  margin-top: 4.5rem;
}

.p-case-items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 8rem;
  margin-top: 7.2rem;
}

.p-case-item {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding-block: 4rem 3rem;
  padding-inline: 4rem;
  background-color: #fff;
  border: 1px solid #CFCFCF;
  position: relative;
}

.p-case-item-speech {
  position: absolute;
  top: -2.5rem;
  left: 50%;
  transform: translateX(-50%);
  width: 14rem;
  height: 4rem;
  border-radius: 10vmax;
  background-color: #1C7FBE;
  font-size: 2.4rem;
  line-height: 1.35;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #fff;
  text-align: center;
  align-content: center;
  padding-bottom: 0.2rem;
}

.p-case-item-speech::after {
  content: "";
  position: absolute;
  top: calc(100% - 1px);
  left: 50%;
  transform: translateX(-50%);
  width: 1.9rem;
  height: 0.9rem;
  clip-path: polygon(50% 0.9rem, 0% 0%, 1.9rem 0%);
  background-color: #1C7FBE;
}

.p-case-item-img {
  width: 100%;
  aspect-ratio: 400/220;
}
.p-case-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.p-case-item-body {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.p-case-item-ttl {
  font-size: 2.4rem;
  line-height: 1.35;
  letter-spacing: 0.06em;
  font-weight: 700;
  padding-left: 1rem;
  border-left: 0.3rem solid #1C7FBE;
}

.p-case-item-txt {
  font-size: 1.8rem;
  line-height: 1.8;
  letter-spacing: 0.06em;
  font-weight: 400;
  text-align: right;
  margin-block: 0.2rem;
}

.p-case-item-lists {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  margin-top: auto;
}

.p-case-item-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  height: 4.2rem;
}

.p-case-item-list-ttl {
  height: 100%;
  align-content: center;
  font-size: 1.8rem;
  line-height: 1.8;
  letter-spacing: 0.06em;
  font-weight: 700;
  background-color: #DEDEDE;
  padding-left: 1.5rem;
}

.p-case-item-list-txt {
  height: 100%;
  align-content: center;
  font-size: 1.8rem;
  line-height: 1.8;
  letter-spacing: 0.06em;
  font-weight: 700;
  text-align: right;
  background-color: #F0F0F0;
  padding-right: 1.5rem;
}
.p-case-item-list-txt em {
  color: #1C7FBE;
}

.p-case-item-price {
  font-size: 2.4rem;
  line-height: 1.5416666667;
  letter-spacing: 0.06em;
  font-weight: 700;
  background-image: linear-gradient(to bottom, transparent 70%, #FADA65 70%);
  background-repeat: no-repeat;
  width: fit-content;
  margin-inline: auto;
  margin-top: 1.2rem;
}
.p-case-item-price ._num {
  display: inline-block;
  font-family: "Oswald", sans-serif;
  font-size: 4.5rem;
  line-height: 1;
  font-weight: 500;
  color: #1C7FBE;
  margin-inline: 0.1em 0.05em;
}
.p-case-item-price em {
  font-size: 3rem;
  line-height: 1.2333333333;
}
.p-case-item-price ._surprise {
  display: inline-block;
  font-size: 3rem;
  line-height: 1.2333333333;
  letter-spacing: -0.2em;
  transform: rotate(10deg);
}

.p-case-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-block: 3.8rem;
  padding-inline: 2rem;
  background-color: #E8F2F8;
  position: relative;
  margin-top: 5rem;
}

.p-case-group::before {
  content: "";
  position: absolute;
  top: -2rem;
  left: 50%;
  transform: translateX(-50%);
  width: 5.75rem;
  aspect-ratio: 57.5/63;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(./../images/icn_arrow_bottom_04.svg);
}

.p-case-group-read {
  font-size: 3rem;
  line-height: 1.4666666667;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #1C7FBE;
  text-align: center;
  padding-inline: 1rem;
  position: relative;
}
.p-case-group-read small {
  font-size: 2.6rem;
  line-height: 1.4230769231;
}

.p-case-group-read::before,
.p-case-group-read::after {
  content: "";
  position: absolute;
  bottom: 0.3rem;
  width: 0.2rem;
  height: 3.8rem;
  background-color: #1C7FBE;
}

.p-case-group-read::before {
  left: 0;
  transform: rotate(-20deg);
}

.p-case-group-read::after {
  right: 0;
  transform: rotate(20deg);
}

.p-case-group-txt01 {
  font-size: 3.2rem;
  line-height: 1.4375;
  letter-spacing: 0.06em;
  font-weight: 700;
  text-align: center;
  margin-top: 2rem;
}
.p-case-group-txt01 ._fz,
.p-case-group-txt01 ._fzLarge {
  font-size: 3.6rem;
  line-height: 1.4444444444;
}
.p-case-group-txt01 ._box {
  display: inline-block;
  color: #1C7FBE;
  background-color: #fff;
  border: 1px solid currentColor;
  line-height: 1;
  padding-block: 0.6rem 0.8rem;
  padding-inline: 1rem;
  margin-inline: 0.3rem;
  margin-bottom: 0.3rem;
}

.p-case-group-txt01 ._ruby {
  position: relative;
}
.p-case-group-txt01 ._ruby::before {
  content: attr(data-ruby);
  position: absolute;
  top: -0.7em;
  left: 0;
  right: 0;
  font-size: 0.8em;
  letter-spacing: 0.3em;
  margin-left: 0.1em;
}

.p-case-group-txt02 {
  font-size: 3.6rem;
  line-height: 1.4444444444;
  letter-spacing: 0.06em;
  font-weight: 700;
  text-align: center;
  margin-top: 1rem;
}
.p-case-group-txt02 ._underline {
  border-bottom: 0.2rem dashed #1C7FBE;
}
.p-case-group-txt02 small {
  font-size: 3.2rem;
  line-height: 1.4375;
}
.p-case-group-txt02 ._surprise {
  display: inline-block;
  transform: rotate(10deg);
  letter-spacing: -0.5em;
}

.p-case-txtSmall {
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.06em;
  font-weight: 400;
  text-align: center;
  padding-left: 1em;
  text-indent: -1em;
  margin-top: 1rem;
}

@media screen and (max-width: 767px) {
  .p-case {
    padding-block: 13.3333333333vw 12vw;
  }
  .p-case::after {
    height: 138.6666666667vw;
    background-image: url(./../images/bg_case_sp.png);
  }
  .p-case-inner {
    max-width: initial;
  }
  .p-case-read {
    font-size: 4.2666666667vw;
    line-height: 1.8;
    margin-top: 7.2vw;
  }
  .p-case-items {
    grid-template-columns: 1fr;
    gap: 12.6666666667vw;
    margin-top: 12vw;
  }
  .p-case-item {
    gap: 5.0666666667vw;
    padding-block: 8vw 7.7333333333vw;
    padding-inline: 5.0666666667vw;
  }
  .p-case-item-speech {
    top: -4.6666666667vw;
    width: 26.6666666667vw;
    height: 7.4666666667vw;
    font-size: 4.2666666667vw;
    line-height: 1.375;
    padding-bottom: 0.5333333333vw;
  }
  .p-case-item-speech::after {
    width: 3.6vw;
    height: 1.7333333333vw;
    clip-path: polygon(50% 1.7333333333vw, 0% 0%, 3.6vw 0%);
  }
  .p-case-item-ttl {
    font-size: 4.8vw;
    line-height: 1.5;
    padding-left: 1.6vw;
    border-left-width: 0.5333333333vw;
  }
  .p-case-item-txt {
    font-size: 3.7333333333vw;
    line-height: 1.5;
    margin-block: 1.3333333333vw;
  }
  .p-case-item-lists {
    gap: 1.0666666667vw;
  }
  .p-case-item-list {
    height: 8vw;
  }
  .p-case-item-list-ttl {
    font-size: 3.7333333333vw;
    line-height: 1.5;
    padding-left: 2.6666666667vw;
  }
  .p-case-item-list-txt {
    font-size: 3.7333333333vw;
    line-height: 1.5;
    padding-right: 2.6666666667vw;
  }
  .p-case-item-price {
    font-size: 4.2666666667vw;
    line-height: 1.5625;
    margin-top: 4vw;
  }
  .p-case-item-price ._num {
    font-size: 8.2666666667vw;
  }
  .p-case-item-price em {
    font-size: 5.6vw;
    line-height: 1.1904761905;
  }
  .p-case-item-price ._surprise {
    font-size: 5.6vw;
    line-height: 1.1904761905;
  }
  .p-case-group {
    padding-block: 7.4666666667vw;
    padding-inline: 5.3333333333vw;
    margin-top: 10.6666666667vw;
  }
  .p-case-group::before {
    top: -4.8vw;
    width: 9.6vw;
  }
  .p-case-group-read {
    font-size: 4.2666666667vw;
    line-height: 1.5;
    padding-inline: 4.5333333333vw;
  }
  .p-case-group-read small {
    font-size: 3.7333333333vw;
    line-height: 1.4285714286;
  }
  .p-case-group-read::before,
  .p-case-group-read::after {
    bottom: 0.8vw;
    width: 0.5333333333vw;
    height: 9.3333333333vw;
  }
  .p-case-group-txt01 {
    font-size: 5.3333333333vw;
    line-height: 1.45;
    margin-top: 3.4666666667vw;
  }
  .p-case-group-txt01 ._fz {
    font-size: 5.3333333333vw;
    line-height: 1.45;
  }
  .p-case-group-txt01 ._fzLarge {
    font-size: 6.4vw;
    line-height: 1.4583333333;
  }
  .p-case-group-txt01 ._box {
    line-height: 1;
    padding-block: 1.0666666667vw 1.3333333333vw;
    padding-inline: 2.1333333333vw;
    margin-inline: 0.8vw;
    margin-block: 1.3333333333vw 4vw;
  }
  .p-case-group-txt02 {
    font-size: 6.4vw;
    line-height: 1.625;
    margin-top: 1.3333333333vw;
  }
  .p-case-group-txt02 ._underline {
    border-bottom-width: 0.5333333333vw;
  }
  .p-case-group-txt02 small,
  .p-case-group-txt02 ._spfzSmall {
    font-size: 5.3333333333vw;
  }
  .p-case-txtSmall {
    font-size: 3.7333333333vw;
    line-height: 1.8;
    text-align: left;
    margin-top: 1.8666666667vw;
  }
}
/* p-flow
---------------------------------------------------------------------------- */
.p-flow {
  padding-block: 8rem 10rem;
}

.p-flow-items {
  display: grid;
  grid-template-columns: repeat(3, auto);
  justify-content: space-between;
  margin-top: 5rem;
  position: relative;
}

.p-flow-items::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(./../images/bg_flow_pc.png);
}

.p-flow-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-block: 3rem;
  padding-inline: 4rem;
}

.p-flow-item:nth-child(2) {
  margin-left: 6rem;
}

.p-flow-item:nth-child(3) {
  margin-left: 3rem;
}

.p-flow-item-step {
  width: 8.4rem;
  height: 2.3rem;
  border-radius: 10vmax;
  font-family: "Oswald", sans-serif;
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 500;
  color: #fff;
  text-align: center;
  align-content: center;
}
.p-flow-item-step._01 {
  background-color: #63BBF7;
}
.p-flow-item-step._02 {
  background-color: #1C7FBE;
}
.p-flow-item-step._03 {
  background-color: #0B5888;
}

.p-flow-item-ttl {
  font-size: 3rem;
  line-height: 1.4666666667;
  letter-spacing: 0.06em;
  font-weight: 700;
  text-align: center;
  margin-top: 1rem;
}

.p-flow-item-img {
  height: 8rem;
  margin-top: 2rem;
}
.p-flow-item-img._01 {
  aspect-ratio: 120/80;
  margin-left: 2rem;
}
.p-flow-item-img._02 {
  aspect-ratio: 144/80;
}
.p-flow-item-img._03 {
  aspect-ratio: 120/80;
}
.p-flow-item-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.p-flow-item-txt {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 400;
  margin-top: 2rem;
}

.p-flow-item-lists {
  width: 100%;
  padding-block: 0.8rem;
  padding-inline: 1.6rem;
  background-color: #fff;
  margin-top: 1rem;
}

.p-flow-item-list {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 500;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  justify-content: flex-start;
  column-gap: 1rem;
}

.p-flow-item-list::before {
  content: "";
  width: 0.6rem;
  aspect-ratio: 1;
  background-color: currentColor;
  border-radius: 50%;
}

.p-flow-txtSmall {
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.06em;
  font-weight: 400;
  text-align: center;
  padding-left: 1em;
  text-indent: -1em;
  margin-top: 1rem;
}

@media screen and (max-width: 767px) {
  .p-flow {
    padding-block: 13.3333333333vw 12.5333333333vw;
  }
  .p-flow-items {
    grid-template-columns: 1fr;
    margin-top: 7.4666666667vw;
  }
  .p-flow-items::after {
    background-image: url(./../images/bg_flow_sp.png);
  }
  .p-flow-item {
    padding-block: 6.6666666667vw 8vw;
    padding-inline: 5.3333333333vw;
  }
  .p-flow-item:nth-child(2) {
    margin-left: initial;
    margin-top: 17.3333333333vw;
  }
  .p-flow-item:nth-child(3) {
    margin-left: initial;
    margin-top: 11.4666666667vw;
  }
  .p-flow-item-step {
    width: 22.4vw;
    height: 6.1333333333vw;
    font-size: 4.8vw;
  }
  .p-flow-item-ttl {
    font-size: 6.4vw;
    line-height: 1.4583333333;
    margin-top: 4vw;
  }
  .p-flow-item-img {
    height: 21.3333333333vw;
    margin-top: 5.3333333333vw;
  }
  .p-flow-item-img._01 {
    margin-left: 4vw;
  }
  .p-flow-item-txt {
    font-size: 4.2666666667vw;
    margin-top: 5.3333333333vw;
  }
  .p-flow-item-lists {
    padding-block: 2.1333333333vw;
    padding-inline: 4.2666666667vw;
    margin-top: 2.6666666667vw;
  }
  .p-flow-item-list {
    font-size: 4.2666666667vw;
    column-gap: 2.6666666667vw;
  }
  .p-flow-item-list::before {
    width: 1.6vw;
  }
  .p-flow-txtSmall {
    font-size: 3.7333333333vw;
    line-height: 1.8;
    text-align: left;
    margin-top: 2.6666666667vw;
  }
}
/* p-faq
---------------------------------------------------------------------------- */
.p-faq {
  padding-block: 8rem 10rem;
  background-color: #E8F2F8;
}

.p-faq-inner {
  max-width: 104rem;
  margin-inline: auto;
}

.p-faq-accordion {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-top: 5rem;
}

.p-faq-accordion-item {
  border: 1px solid #CFCFCF;
  background-color: #fff;
  border-radius: 0.5rem;
}

.p-faq-accordion-title {
  cursor: pointer;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 700;
  width: 100%;
  padding-block: 1.9rem;
  padding-inline: 8rem 6rem;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.p-faq-accordion-title::before {
  content: "Q";
  position: absolute;
  top: 50%;
  left: 2rem;
  transform: translateY(-50%);
  width: 4rem;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #1C7FBE;
  font-family: "Oswald", sans-serif;
  font-size: 2.3rem;
  line-height: 1;
  font-weight: 700;
  color: #fff;
  text-align: center;
  align-content: center;
}

.p-faq-accordion-title.open .p-faq-accordion-icon::after {
  transform: translateY(-50%) rotate(0deg);
}

.p-faq-accordion-icon {
  display: block;
  position: absolute;
  right: 2.5rem;
  top: 50%;
  transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
}

.p-faq-accordion-icon::before,
.p-faq-accordion-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50%;
  width: 100%;
  height: 0.2rem;
  background-color: #1C7FBE;
  transition: transform 0.3s ease 0s;
  border-radius: 10vmax;
}

.p-faq-accordion-icon::before {
  transform: translateY(-50%);
}

.p-faq-accordion-icon::after {
  transform: translateY(-50%) rotate(90deg);
}

.p-faq-accordion-content {
  display: none;
  padding-block: 1.3rem 2.5rem;
  padding-inline: 8rem 4rem;
  border-top: 1px solid transparent;
  transition: border-color 0.3s ease-in-out;
  position: relative;
}

.p-faq-accordion-item.open .p-faq-accordion-content {
  border-color: #CFCFCF;
}

.p-faq-accordion-content-txt {
  font-size: 1.8rem;
  line-height: 1.8;
  letter-spacing: 0.06em;
  font-weight: 400;
}

.p-faq-accordion-content-txt::after {
  content: "A";
  position: absolute;
  top: 0;
  left: 2rem;
  width: 4rem;
  aspect-ratio: 1;
  background-color: #63BBF7;
  border-radius: 50%;
  font-family: "Oswald", sans-serif;
  font-size: 2.3rem;
  line-height: 1;
  font-weight: 700;
  color: #fff;
  text-align: center;
  align-content: center;
  transition: transform 0.3s ease-in-out;
}

.p-faq-accordion-item.open .p-faq-accordion-content-txt::after {
  transform: translateY(2rem);
}

@media screen and (max-width: 767px) {
  .p-faq {
    padding-block: 13.3333333333vw;
  }
  .p-faq-inner {
    max-width: initial;
  }
  .p-faq-accordion {
    gap: 5.6vw;
    margin-top: 8vw;
  }
  .p-faq-accordion-item {
    border-radius: 1.3333333333vw;
  }
  .p-faq-accordion-title {
    font-size: 4.8vw;
    line-height: 1.5;
    padding-block: 3.7333333333vw;
    padding-inline: 17.0666666667vw 13.8666666667vw;
  }
  .p-faq-accordion-title::before {
    left: 5.3333333333vw;
    width: 8.5333333333vw;
    font-size: 4.8vw;
  }
  .p-faq-accordion-icon {
    right: 5.3333333333vw;
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
  .p-faq-accordion-icon::before,
  .p-faq-accordion-icon::after {
    height: 0.5333333333vw;
  }
  .p-faq-accordion-content {
    padding-block: 4.8vw;
    padding-inline: 17.0666666667vw 5.3333333333vw;
  }
  .p-faq-accordion-content-txt {
    font-size: 4.2666666667vw;
    line-height: 1.8;
  }
  .p-faq-accordion-content-txt::after {
    left: 5.3333333333vw;
    width: 8.5333333333vw;
    font-size: 4.8vw;
  }
  .p-faq-accordion-item.open .p-faq-accordion-content-txt::after {
    transform: translateY(5.3333333333vw);
  }
}
/* p-bottom
---------------------------------------------------------------------------- */
.p-bottom {
  padding-block: 3rem;
}

.p-bottom-ttl {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 700;
}

.p-bottom-txt {
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 0.06em;
  font-weight: 500;
  margin-top: 1rem;
}

@media screen and (max-width: 767px) {
  .p-bottom {
    padding-block: 10.6666666667vw 9.3333333333vw;
  }
  .p-bottom-ttl {
    font-size: 4.2666666667vw;
  }
  .p-bottom-txt {
    font-size: 3.7333333333vw;
    margin-top: 2.1333333333vw;
  }
}
/* module
---------------------------------------------------------------------------- */
/* RWD表示切り替え
---------------------------------------------------------------------------- */
@media all and (min-width: 768px) {
  .nopc {
    display: none !important;
  }
}
@media all and (max-width: 767px) {
  .nosp {
    display: none !important;
  }
}
/* フォントサイズ
---------------------------------------------------------------------------- */
.fs50 {
  font-size: 5rem !important;
}

.fs49 {
  font-size: 4.9rem !important;
}

.fs48 {
  font-size: 4.8rem !important;
}

.fs47 {
  font-size: 4.7rem !important;
}

.fs46 {
  font-size: 4.6rem !important;
}

.fs45 {
  font-size: 4.5rem !important;
}

.fs44 {
  font-size: 4.4rem !important;
}

.fs43 {
  font-size: 4.3rem !important;
}

.fs42 {
  font-size: 4.2rem !important;
}

.fs41 {
  font-size: 4.1rem !important;
}

.fs40 {
  font-size: 4rem !important;
}

.fs39 {
  font-size: 3.9rem !important;
}

.fs38 {
  font-size: 3.8rem !important;
}

.fs37 {
  font-size: 3.7rem !important;
}

.fs36 {
  font-size: 3.6rem !important;
}

.fs35 {
  font-size: 3.5rem !important;
}

.fs34 {
  font-size: 3.4rem !important;
}

.fs33 {
  font-size: 3.3rem !important;
}

.fs32 {
  font-size: 3.2rem !important;
}

.fs31 {
  font-size: 3.1rem !important;
}

.fs30 {
  font-size: 3rem !important;
}

.fs29 {
  font-size: 2.9rem !important;
}

.fs28 {
  font-size: 2.8rem !important;
}

.fs27 {
  font-size: 2.7rem !important;
}

.fs26 {
  font-size: 2.6rem !important;
}

.fs25 {
  font-size: 2.5rem !important;
}

.fs24 {
  font-size: 2.4rem !important;
}

.fs23 {
  font-size: 2.3rem !important;
}

.fs22 {
  font-size: 2.2rem !important;
}

.fs21 {
  font-size: 2.1rem !important;
}

.fs20 {
  font-size: 2rem !important;
}

.fs19 {
  font-size: 1.9rem !important;
}

.fs18 {
  font-size: 1.8rem !important;
}

.fs17 {
  font-size: 1.7rem !important;
}

.fs16 {
  font-size: 1.6rem !important;
}

.fs15 {
  font-size: 1.5rem !important;
}

.fs14 {
  font-size: 1.4rem !important;
}

.fs13 {
  font-size: 1.3rem !important;
}

.fs12 {
  font-size: 1.2rem !important;
}

.fs11 {
  font-size: 1.1rem !important;
}

.fs10 {
  font-size: 1rem !important;
}

.fs9 {
  font-size: 0.9rem !important;
}

.fs8 {
  font-size: 0.8rem !important;
}

.fs7 {
  font-size: 0.7rem !important;
}

.fs6 {
  font-size: 0.6rem !important;
}

@media screen and (max-width: 767px) {
  .spfs50 {
    font-size: 6.6666666667vw !important;
  }
  .spfs49 {
    font-size: 6.5333333333vw !important;
  }
  .spfs48 {
    font-size: 6.4vw !important;
  }
  .spfs47 {
    font-size: 6.2666666667vw !important;
  }
  .spfs46 {
    font-size: 6.1333333333vw !important;
  }
  .spfs45 {
    font-size: 6vw !important;
  }
  .spfs44 {
    font-size: 5.8666666667vw !important;
  }
  .spfs43 {
    font-size: 5.7333333333vw !important;
  }
  .spfs42 {
    font-size: 5.6vw !important;
  }
  .spfs41 {
    font-size: 5.4666666667vw !important;
  }
  .spfs40 {
    font-size: 5.3333333333vw !important;
  }
  .spfs39 {
    font-size: 5.2vw !important;
  }
  .spfs38 {
    font-size: 5.0666666667vw !important;
  }
  .spfs37 {
    font-size: 4.9333333333vw !important;
  }
  .spfs36 {
    font-size: 4.8vw !important;
  }
  .spfs35 {
    font-size: 4.6666666667vw !important;
  }
  .spfs34 {
    font-size: 4.5333333333vw !important;
  }
  .spfs33 {
    font-size: 4.4vw !important;
  }
  .spfs32 {
    font-size: 4.2666666667vw !important;
  }
  .spfs31 {
    font-size: 4.1333333333vw !important;
  }
  .spfs30 {
    font-size: 4vw !important;
  }
  .spfs29 {
    font-size: 3.8666666667vw !important;
  }
  .spfs28 {
    font-size: 3.7333333333vw !important;
  }
  .spfs27 {
    font-size: 3.6vw !important;
  }
  .spfs26 {
    font-size: 3.4666666667vw !important;
  }
  .spfs25 {
    font-size: 3.3333333333vw !important;
  }
  .spfs24 {
    font-size: 3.2vw !important;
  }
  .spfs23 {
    font-size: 3.0666666667vw !important;
  }
  .spfs22 {
    font-size: 2.9333333333vw !important;
  }
  .spfs21 {
    font-size: 2.8vw !important;
  }
  .spfs20 {
    font-size: 2.6666666667vw !important;
  }
  .spfs19 {
    font-size: 2.5333333333vw !important;
  }
  .spfs18 {
    font-size: 2.4vw !important;
  }
  .spfs17 {
    font-size: 2.2666666667vw !important;
  }
  .spfs16 {
    font-size: 2.1333333333vw !important;
  }
  .spfs15 {
    font-size: 2vw !important;
  }
  .spfs14 {
    font-size: 1.8666666667vw !important;
  }
  .spfs13 {
    font-size: 1.7333333333vw !important;
  }
  .spfs12 {
    font-size: 1.6vw !important;
  }
  .spfs11 {
    font-size: 1.4666666667vw !important;
  }
  .spfs10 {
    font-size: 1.3333333333vw !important;
  }
  .spfs9 {
    font-size: 1.2vw !important;
  }
  .spfs8 {
    font-size: 1.0666666667vw !important;
  }
  .spfs7 {
    font-size: 0.9333333333vw !important;
  }
  .spfs6 {
    font-size: 0.8vw !important;
  }
}
/* clearfix
---------------------------------------------------------------------------- */
.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

/* テキスト
---------------------------------------------------------------------------- */
.tal {
  text-align: left !important;
}

.tac {
  text-align: center !important;
}

.tar {
  text-align: right !important;
}

.fwb {
  font-weight: bold !important;
}

@media screen and (max-width: 767px) {
  .sptal {
    text-align: left !important;
  }
  .sptac {
    text-align: center !important;
  }
  .sptar {
    text-align: right !important;
  }
  .spfwb {
    font-weight: bold !important;
  }
}
/* マージン
---------------------------------------------------------------------------- */
.mt100 {
  margin-top: 10rem !important;
}

.mb100 {
  margin-bottom: 10rem !important;
}

.ml100 {
  margin-left: 10rem !important;
}

.mr100 {
  margin-right: 10rem !important;
}

.mt95 {
  margin-top: 9.5rem !important;
}

.mb95 {
  margin-bottom: 9.5rem !important;
}

.ml95 {
  margin-left: 9.5rem !important;
}

.mr95 {
  margin-right: 9.5rem !important;
}

.mt90 {
  margin-top: 9rem !important;
}

.mb90 {
  margin-bottom: 9rem !important;
}

.ml90 {
  margin-left: 9rem !important;
}

.mr90 {
  margin-right: 9rem !important;
}

.mt85 {
  margin-top: 8.5rem !important;
}

.mb85 {
  margin-bottom: 8.5rem !important;
}

.ml85 {
  margin-left: 8.5rem !important;
}

.mr85 {
  margin-right: 8.5rem !important;
}

.mt80 {
  margin-top: 8rem !important;
}

.mb80 {
  margin-bottom: 8rem !important;
}

.ml80 {
  margin-left: 8rem !important;
}

.mr80 {
  margin-right: 8rem !important;
}

.mt75 {
  margin-top: 7.5rem !important;
}

.mb75 {
  margin-bottom: 7.5rem !important;
}

.ml75 {
  margin-left: 7.5rem !important;
}

.mr75 {
  margin-right: 7.5rem !important;
}

.mt70 {
  margin-top: 7rem !important;
}

.mb70 {
  margin-bottom: 7rem !important;
}

.ml70 {
  margin-left: 7rem !important;
}

.mr70 {
  margin-right: 7rem !important;
}

.mt65 {
  margin-top: 6.5rem !important;
}

.mb65 {
  margin-bottom: 6.5rem !important;
}

.ml65 {
  margin-left: 6.5rem !important;
}

.mr65 {
  margin-right: 6.5rem !important;
}

.mt60 {
  margin-top: 6rem !important;
}

.mb60 {
  margin-bottom: 6rem !important;
}

.ml60 {
  margin-left: 6rem !important;
}

.mr60 {
  margin-right: 6rem !important;
}

.mt55 {
  margin-top: 5.5rem !important;
}

.mb55 {
  margin-bottom: 5.5rem !important;
}

.ml55 {
  margin-left: 5.5rem !important;
}

.mr55 {
  margin-right: 5.5rem !important;
}

.mt50 {
  margin-top: 5rem !important;
}

.mb50 {
  margin-bottom: 5rem !important;
}

.ml50 {
  margin-left: 5rem !important;
}

.mr50 {
  margin-right: 5rem !important;
}

.mt45 {
  margin-top: 4.5rem !important;
}

.mb45 {
  margin-bottom: 4.5rem !important;
}

.ml45 {
  margin-left: 4.5rem !important;
}

.mr45 {
  margin-right: 4.5rem !important;
}

.mt40 {
  margin-top: 4rem !important;
}

.mb40 {
  margin-bottom: 4rem !important;
}

.ml40 {
  margin-left: 4rem !important;
}

.mr40 {
  margin-right: 4rem !important;
}

.mt35 {
  margin-top: 3.5rem !important;
}

.mb35 {
  margin-bottom: 3.5rem !important;
}

.ml35 {
  margin-left: 3.5rem !important;
}

.mr35 {
  margin-right: 3.5rem !important;
}

.mt30 {
  margin-top: 3rem !important;
}

.mb30 {
  margin-bottom: 3rem !important;
}

.ml30 {
  margin-left: 3rem !important;
}

.mr30 {
  margin-right: 3rem !important;
}

.mt25 {
  margin-top: 2.5rem !important;
}

.mb25 {
  margin-bottom: 2.5rem !important;
}

.ml25 {
  margin-left: 2.5rem !important;
}

.mr25 {
  margin-right: 2.5rem !important;
}

.mt20 {
  margin-top: 2rem !important;
}

.mb20 {
  margin-bottom: 2rem !important;
}

.ml20 {
  margin-left: 2rem !important;
}

.mr20 {
  margin-right: 2rem !important;
}

.mt15 {
  margin-top: 1.5rem !important;
}

.mb15 {
  margin-bottom: 1.5rem !important;
}

.ml15 {
  margin-left: 1.5rem !important;
}

.mr15 {
  margin-right: 1.5rem !important;
}

.mt10 {
  margin-top: 1rem !important;
}

.mb10 {
  margin-bottom: 1rem !important;
}

.ml10 {
  margin-left: 1rem !important;
}

.mr10 {
  margin-right: 1rem !important;
}

.mt5 {
  margin-top: 0.5rem !important;
}

.mb5 {
  margin-bottom: 0.5rem !important;
}

.ml5 {
  margin-left: 0.5rem !important;
}

.mr5 {
  margin-right: 0.5rem !important;
}

.mt0 {
  margin-top: 0rem !important;
}

.mb0 {
  margin-bottom: 0rem !important;
}

.ml0 {
  margin-left: 0rem !important;
}

.mr0 {
  margin-right: 0rem !important;
}

@media screen and (max-width: 767px) {
  .spmt100 {
    margin-top: 13.3333333333vw !important;
  }
  .spmb100 {
    margin-bottom: 13.3333333333vw !important;
  }
  .spml100 {
    margin-left: 13.3333333333vw !important;
  }
  .spmr100 {
    margin-right: 13.3333333333vw !important;
  }
  .spmt95 {
    margin-top: 12.6666666667vw !important;
  }
  .spmb95 {
    margin-bottom: 12.6666666667vw !important;
  }
  .spml95 {
    margin-left: 12.6666666667vw !important;
  }
  .spmr95 {
    margin-right: 12.6666666667vw !important;
  }
  .spmt90 {
    margin-top: 12vw !important;
  }
  .spmb90 {
    margin-bottom: 12vw !important;
  }
  .spml90 {
    margin-left: 12vw !important;
  }
  .spmr90 {
    margin-right: 12vw !important;
  }
  .spmt85 {
    margin-top: 11.3333333333vw !important;
  }
  .spmb85 {
    margin-bottom: 11.3333333333vw !important;
  }
  .spml85 {
    margin-left: 11.3333333333vw !important;
  }
  .spmr85 {
    margin-right: 11.3333333333vw !important;
  }
  .spmt80 {
    margin-top: 10.6666666667vw !important;
  }
  .spmb80 {
    margin-bottom: 10.6666666667vw !important;
  }
  .spml80 {
    margin-left: 10.6666666667vw !important;
  }
  .spmr80 {
    margin-right: 10.6666666667vw !important;
  }
  .spmt75 {
    margin-top: 10vw !important;
  }
  .spmb75 {
    margin-bottom: 10vw !important;
  }
  .spml75 {
    margin-left: 10vw !important;
  }
  .spmr75 {
    margin-right: 10vw !important;
  }
  .spmt70 {
    margin-top: 9.3333333333vw !important;
  }
  .spmb70 {
    margin-bottom: 9.3333333333vw !important;
  }
  .spml70 {
    margin-left: 9.3333333333vw !important;
  }
  .spmr70 {
    margin-right: 9.3333333333vw !important;
  }
  .spmt65 {
    margin-top: 8.6666666667vw !important;
  }
  .spmb65 {
    margin-bottom: 8.6666666667vw !important;
  }
  .spml65 {
    margin-left: 8.6666666667vw !important;
  }
  .spmr65 {
    margin-right: 8.6666666667vw !important;
  }
  .spmt60 {
    margin-top: 8vw !important;
  }
  .spmb60 {
    margin-bottom: 8vw !important;
  }
  .spml60 {
    margin-left: 8vw !important;
  }
  .spmr60 {
    margin-right: 8vw !important;
  }
  .spmt55 {
    margin-top: 7.3333333333vw !important;
  }
  .spmb55 {
    margin-bottom: 7.3333333333vw !important;
  }
  .spml55 {
    margin-left: 7.3333333333vw !important;
  }
  .spmr55 {
    margin-right: 7.3333333333vw !important;
  }
  .spmt50 {
    margin-top: 6.6666666667vw !important;
  }
  .spmb50 {
    margin-bottom: 6.6666666667vw !important;
  }
  .spml50 {
    margin-left: 6.6666666667vw !important;
  }
  .spmr50 {
    margin-right: 6.6666666667vw !important;
  }
  .spmt45 {
    margin-top: 6vw !important;
  }
  .spmb45 {
    margin-bottom: 6vw !important;
  }
  .spml45 {
    margin-left: 6vw !important;
  }
  .spmr45 {
    margin-right: 6vw !important;
  }
  .spmt40 {
    margin-top: 5.3333333333vw !important;
  }
  .spmb40 {
    margin-bottom: 5.3333333333vw !important;
  }
  .spml40 {
    margin-left: 5.3333333333vw !important;
  }
  .spmr40 {
    margin-right: 5.3333333333vw !important;
  }
  .spmt35 {
    margin-top: 4.6666666667vw !important;
  }
  .spmb35 {
    margin-bottom: 4.6666666667vw !important;
  }
  .spml35 {
    margin-left: 4.6666666667vw !important;
  }
  .spmr35 {
    margin-right: 4.6666666667vw !important;
  }
  .spmt30 {
    margin-top: 4vw !important;
  }
  .spmb30 {
    margin-bottom: 4vw !important;
  }
  .spml30 {
    margin-left: 4vw !important;
  }
  .spmr30 {
    margin-right: 4vw !important;
  }
  .spmt25 {
    margin-top: 3.3333333333vw !important;
  }
  .spmb25 {
    margin-bottom: 3.3333333333vw !important;
  }
  .spml25 {
    margin-left: 3.3333333333vw !important;
  }
  .spmr25 {
    margin-right: 3.3333333333vw !important;
  }
  .spmt20 {
    margin-top: 2.6666666667vw !important;
  }
  .spmb20 {
    margin-bottom: 2.6666666667vw !important;
  }
  .spml20 {
    margin-left: 2.6666666667vw !important;
  }
  .spmr20 {
    margin-right: 2.6666666667vw !important;
  }
  .spmt15 {
    margin-top: 2vw !important;
  }
  .spmb15 {
    margin-bottom: 2vw !important;
  }
  .spml15 {
    margin-left: 2vw !important;
  }
  .spmr15 {
    margin-right: 2vw !important;
  }
  .spmt10 {
    margin-top: 1.3333333333vw !important;
  }
  .spmb10 {
    margin-bottom: 1.3333333333vw !important;
  }
  .spml10 {
    margin-left: 1.3333333333vw !important;
  }
  .spmr10 {
    margin-right: 1.3333333333vw !important;
  }
  .spmt5 {
    margin-top: 0.6666666667vw !important;
  }
  .spmb5 {
    margin-bottom: 0.6666666667vw !important;
  }
  .spml5 {
    margin-left: 0.6666666667vw !important;
  }
  .spmr5 {
    margin-right: 0.6666666667vw !important;
  }
  .spmt0 {
    margin-top: 0vw !important;
  }
  .spmb0 {
    margin-bottom: 0vw !important;
  }
  .spml0 {
    margin-left: 0vw !important;
  }
  .spmr0 {
    margin-right: 0vw !important;
  }
}
/* パディング
---------------------------------------------------------------------------- */
.pt100 {
  padding-top: 10rem !important;
}

.pb100 {
  padding-bottom: 10rem !important;
}

.pl100 {
  padding-left: 10rem !important;
}

.pr100 {
  padding-right: 10rem !important;
}

.pt95 {
  padding-top: 9.5rem !important;
}

.pb95 {
  padding-bottom: 9.5rem !important;
}

.pl95 {
  padding-left: 9.5rem !important;
}

.pr95 {
  padding-right: 9.5rem !important;
}

.pt90 {
  padding-top: 9rem !important;
}

.pb90 {
  padding-bottom: 9rem !important;
}

.pl90 {
  padding-left: 9rem !important;
}

.pr90 {
  padding-right: 9rem !important;
}

.pt85 {
  padding-top: 8.5rem !important;
}

.pb85 {
  padding-bottom: 8.5rem !important;
}

.pl85 {
  padding-left: 8.5rem !important;
}

.pr85 {
  padding-right: 8.5rem !important;
}

.pt80 {
  padding-top: 8rem !important;
}

.pb80 {
  padding-bottom: 8rem !important;
}

.pl80 {
  padding-left: 8rem !important;
}

.pr80 {
  padding-right: 8rem !important;
}

.pt75 {
  padding-top: 7.5rem !important;
}

.pb75 {
  padding-bottom: 7.5rem !important;
}

.pl75 {
  padding-left: 7.5rem !important;
}

.pr75 {
  padding-right: 7.5rem !important;
}

.pt70 {
  padding-top: 7rem !important;
}

.pb70 {
  padding-bottom: 7rem !important;
}

.pl70 {
  padding-left: 7rem !important;
}

.pr70 {
  padding-right: 7rem !important;
}

.pt65 {
  padding-top: 6.5rem !important;
}

.pb65 {
  padding-bottom: 6.5rem !important;
}

.pl65 {
  padding-left: 6.5rem !important;
}

.pr65 {
  padding-right: 6.5rem !important;
}

.pt60 {
  padding-top: 6rem !important;
}

.pb60 {
  padding-bottom: 6rem !important;
}

.pl60 {
  padding-left: 6rem !important;
}

.pr60 {
  padding-right: 6rem !important;
}

.pt55 {
  padding-top: 5.5rem !important;
}

.pb55 {
  padding-bottom: 5.5rem !important;
}

.pl55 {
  padding-left: 5.5rem !important;
}

.pr55 {
  padding-right: 5.5rem !important;
}

.pt50 {
  padding-top: 5rem !important;
}

.pb50 {
  padding-bottom: 5rem !important;
}

.pl50 {
  padding-left: 5rem !important;
}

.pr50 {
  padding-right: 5rem !important;
}

.pt45 {
  padding-top: 4.5rem !important;
}

.pb45 {
  padding-bottom: 4.5rem !important;
}

.pl45 {
  padding-left: 4.5rem !important;
}

.pr45 {
  padding-right: 4.5rem !important;
}

.pt40 {
  padding-top: 4rem !important;
}

.pb40 {
  padding-bottom: 4rem !important;
}

.pl40 {
  padding-left: 4rem !important;
}

.pr40 {
  padding-right: 4rem !important;
}

.pt35 {
  padding-top: 3.5rem !important;
}

.pb35 {
  padding-bottom: 3.5rem !important;
}

.pl35 {
  padding-left: 3.5rem !important;
}

.pr35 {
  padding-right: 3.5rem !important;
}

.pt30 {
  padding-top: 3rem !important;
}

.pb30 {
  padding-bottom: 3rem !important;
}

.pl30 {
  padding-left: 3rem !important;
}

.pr30 {
  padding-right: 3rem !important;
}

.pt25 {
  padding-top: 2.5rem !important;
}

.pb25 {
  padding-bottom: 2.5rem !important;
}

.pl25 {
  padding-left: 2.5rem !important;
}

.pr25 {
  padding-right: 2.5rem !important;
}

.pt20 {
  padding-top: 2rem !important;
}

.pb20 {
  padding-bottom: 2rem !important;
}

.pl20 {
  padding-left: 2rem !important;
}

.pr20 {
  padding-right: 2rem !important;
}

.pt15 {
  padding-top: 1.5rem !important;
}

.pb15 {
  padding-bottom: 1.5rem !important;
}

.pl15 {
  padding-left: 1.5rem !important;
}

.pr15 {
  padding-right: 1.5rem !important;
}

.pt10 {
  padding-top: 1rem !important;
}

.pb10 {
  padding-bottom: 1rem !important;
}

.pl10 {
  padding-left: 1rem !important;
}

.pr10 {
  padding-right: 1rem !important;
}

.pt5 {
  padding-top: 0.5rem !important;
}

.pb5 {
  padding-bottom: 0.5rem !important;
}

.pl5 {
  padding-left: 0.5rem !important;
}

.pr5 {
  padding-right: 0.5rem !important;
}

.pt0 {
  padding-top: 0rem !important;
}

.pb0 {
  padding-bottom: 0rem !important;
}

.pl0 {
  padding-left: 0rem !important;
}

.pr0 {
  padding-right: 0rem !important;
}

@media screen and (max-width: 767px) {
  .sppt100 {
    padding-top: 13.3333333333vw !important;
  }
  .sppb100 {
    padding-bottom: 13.3333333333vw !important;
  }
  .sppl100 {
    padding-left: 13.3333333333vw !important;
  }
  .sppr100 {
    padding-right: 13.3333333333vw !important;
  }
  .sppt95 {
    padding-top: 12.6666666667vw !important;
  }
  .sppb95 {
    padding-bottom: 12.6666666667vw !important;
  }
  .sppl95 {
    padding-left: 12.6666666667vw !important;
  }
  .sppr95 {
    padding-right: 12.6666666667vw !important;
  }
  .sppt90 {
    padding-top: 12vw !important;
  }
  .sppb90 {
    padding-bottom: 12vw !important;
  }
  .sppl90 {
    padding-left: 12vw !important;
  }
  .sppr90 {
    padding-right: 12vw !important;
  }
  .sppt85 {
    padding-top: 11.3333333333vw !important;
  }
  .sppb85 {
    padding-bottom: 11.3333333333vw !important;
  }
  .sppl85 {
    padding-left: 11.3333333333vw !important;
  }
  .sppr85 {
    padding-right: 11.3333333333vw !important;
  }
  .sppt80 {
    padding-top: 10.6666666667vw !important;
  }
  .sppb80 {
    padding-bottom: 10.6666666667vw !important;
  }
  .sppl80 {
    padding-left: 10.6666666667vw !important;
  }
  .sppr80 {
    padding-right: 10.6666666667vw !important;
  }
  .sppt75 {
    padding-top: 10vw !important;
  }
  .sppb75 {
    padding-bottom: 10vw !important;
  }
  .sppl75 {
    padding-left: 10vw !important;
  }
  .sppr75 {
    padding-right: 10vw !important;
  }
  .sppt70 {
    padding-top: 9.3333333333vw !important;
  }
  .sppb70 {
    padding-bottom: 9.3333333333vw !important;
  }
  .sppl70 {
    padding-left: 9.3333333333vw !important;
  }
  .sppr70 {
    padding-right: 9.3333333333vw !important;
  }
  .sppt65 {
    padding-top: 8.6666666667vw !important;
  }
  .sppb65 {
    padding-bottom: 8.6666666667vw !important;
  }
  .sppl65 {
    padding-left: 8.6666666667vw !important;
  }
  .sppr65 {
    padding-right: 8.6666666667vw !important;
  }
  .sppt60 {
    padding-top: 8vw !important;
  }
  .sppb60 {
    padding-bottom: 8vw !important;
  }
  .sppl60 {
    padding-left: 8vw !important;
  }
  .sppr60 {
    padding-right: 8vw !important;
  }
  .sppt55 {
    padding-top: 7.3333333333vw !important;
  }
  .sppb55 {
    padding-bottom: 7.3333333333vw !important;
  }
  .sppl55 {
    padding-left: 7.3333333333vw !important;
  }
  .sppr55 {
    padding-right: 7.3333333333vw !important;
  }
  .sppt50 {
    padding-top: 6.6666666667vw !important;
  }
  .sppb50 {
    padding-bottom: 6.6666666667vw !important;
  }
  .sppl50 {
    padding-left: 6.6666666667vw !important;
  }
  .sppr50 {
    padding-right: 6.6666666667vw !important;
  }
  .sppt45 {
    padding-top: 6vw !important;
  }
  .sppb45 {
    padding-bottom: 6vw !important;
  }
  .sppl45 {
    padding-left: 6vw !important;
  }
  .sppr45 {
    padding-right: 6vw !important;
  }
  .sppt40 {
    padding-top: 5.3333333333vw !important;
  }
  .sppb40 {
    padding-bottom: 5.3333333333vw !important;
  }
  .sppl40 {
    padding-left: 5.3333333333vw !important;
  }
  .sppr40 {
    padding-right: 5.3333333333vw !important;
  }
  .sppt35 {
    padding-top: 4.6666666667vw !important;
  }
  .sppb35 {
    padding-bottom: 4.6666666667vw !important;
  }
  .sppl35 {
    padding-left: 4.6666666667vw !important;
  }
  .sppr35 {
    padding-right: 4.6666666667vw !important;
  }
  .sppt30 {
    padding-top: 4vw !important;
  }
  .sppb30 {
    padding-bottom: 4vw !important;
  }
  .sppl30 {
    padding-left: 4vw !important;
  }
  .sppr30 {
    padding-right: 4vw !important;
  }
  .sppt25 {
    padding-top: 3.3333333333vw !important;
  }
  .sppb25 {
    padding-bottom: 3.3333333333vw !important;
  }
  .sppl25 {
    padding-left: 3.3333333333vw !important;
  }
  .sppr25 {
    padding-right: 3.3333333333vw !important;
  }
  .sppt20 {
    padding-top: 2.6666666667vw !important;
  }
  .sppb20 {
    padding-bottom: 2.6666666667vw !important;
  }
  .sppl20 {
    padding-left: 2.6666666667vw !important;
  }
  .sppr20 {
    padding-right: 2.6666666667vw !important;
  }
  .sppt15 {
    padding-top: 2vw !important;
  }
  .sppb15 {
    padding-bottom: 2vw !important;
  }
  .sppl15 {
    padding-left: 2vw !important;
  }
  .sppr15 {
    padding-right: 2vw !important;
  }
  .sppt10 {
    padding-top: 1.3333333333vw !important;
  }
  .sppb10 {
    padding-bottom: 1.3333333333vw !important;
  }
  .sppl10 {
    padding-left: 1.3333333333vw !important;
  }
  .sppr10 {
    padding-right: 1.3333333333vw !important;
  }
  .sppt5 {
    padding-top: 0.6666666667vw !important;
  }
  .sppb5 {
    padding-bottom: 0.6666666667vw !important;
  }
  .sppl5 {
    padding-left: 0.6666666667vw !important;
  }
  .sppr5 {
    padding-right: 0.6666666667vw !important;
  }
  .sppt0 {
    padding-top: 0vw !important;
  }
  .sppb0 {
    padding-bottom: 0vw !important;
  }
  .sppl0 {
    padding-left: 0vw !important;
  }
  .sppr0 {
    padding-right: 0vw !important;
  }
}
/* print
---------------------------------------------------------------------------- */
/* 印刷設定
---------------------------------------------------------------------------- */
@media print {
  * html body {
    zoom: 70%;
  }
}
