@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;
}
/* 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;
  color: #3A3A3A;
  font-size: 1.8rem;
  line-height: 1.7777777778;
  letter-spacing: 0.03em;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  body.is-fixed {
    overflow: hidden;
  }
}

a {
  text-decoration: none;
  color: inherit;
  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: 1400px) and (min-width: 768px) {
  html {
    font-size: 0.5714285714vw;
  }
}
@media screen and (max-width: 767px) {
  body {
    min-width: inherit;
    font-size: 4vw;
  }
}
/*------------- .l-pagebody -------------*/
.l-pagebody {
  width: 100%;
  overflow: hidden;
}

/*------------- .l-header -------------*/
.l-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 4.53125vw;
  padding: 0.78125vw 2.0833333333vw;
  z-index: 9000;
  background-color: #fff;
  box-shadow: 0 0 0.625vw rgba(58, 58, 58, 0.24);
}

.l-header-logo a {
  display: block;
  width: 14.375vw;
  aspect-ratio: 276/56;
}
.l-header-logo a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

@media screen and (max-width: 767px) {
  .l-header {
    top: 0;
    width: 100%;
    height: 12.8vw;
    padding: 0 5.3333333333vw;
    border-radius: initial;
    box-shadow: none;
    justify-content: initial;
    gap: 0 2.6666666667vw;
  }
  .l-header-logo a {
    width: 40vw;
  }
  .l-header-mv-txt01 {
    color: #fff;
    font-size: 1.2rem;
    line-height: 1.5;
    letter-spacing: 0.03em;
    font-weight: 700;
    width: fit-content;
    border-radius: 2.6666666667vw 0.8vw 0.8vw 2.6666666667vw;
    padding: 0.2666666667vw 1.3333333333vw;
    padding-left: 5.8666666667vw;
    background-color: #32448A;
    position: relative;
  }
  .l-header-mv-txt01 span {
    font-size: 3.4666666667vw;
  }
  .l-header-mv-txt01::before {
    position: absolute;
    content: "";
    top: 50%;
    left: -1.3333333333vw;
    transform: translateY(-50%);
    width: 6.6666666667vw;
    height: auto;
    aspect-ratio: 1/1;
    background: url(../../akiya/images/icn_mv-txt1.svg) no-repeat center/contain;
  }
}
/*------------- .l-gnav -------------*/
.l-gnav-container {
  display: contents;
}

.l-gnav-wrapper {
  display: flex;
  align-items: center;
  gap: 0 2.6041666667vw;
}

.l-gnav-items {
  display: flex;
  align-items: center;
  gap: 0 1.5625vw;
}

.l-gnav-item-link {
  font-size: 1.8rem;
  line-height: 1.4444444444;
  letter-spacing: 0.05em;
  font-weight: 700;
  font-size: 0.9375vw;
  color: #3A3A3A;
  padding-block: 0.6770833333vw;
  position: relative;
  transition: color 0.3s ease 0s;
}
.l-gnav-item-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1.9270833333vw;
  aspect-ratio: 37/4;
  background-color: #ED6D06;
  opacity: 0;
  transition: opacity 0.3s ease 0s;
}
@media (any-hover: hover) {
  .l-gnav-item-link:hover {
    color: #ED6D06;
  }
  .l-gnav-item-link:hover::after {
    opacity: 1;
  }
}

.l-gnav-wrap {
  display: flex;
  align-items: center;
  gap: 0 0.78125vw;
}

.l-gnav-wrap-tel {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.l-gnav-wrap-tel-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 0.4166666667vw;
}

.l-gnav-wrap-tel-link ._icon {
  display: block;
  width: 0.9895833333vw;
  aspect-ratio: 19/24.85;
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-image: url(./../images/icn_tel.svg);
  background-color: currentColor;
}

.l-gnav-wrap-tel-link ._num {
  font-family: "Montserrat", "Noto Sans JP";
  font-size: 2.8rem;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 700;
  font-size: 1.4583333333vw;
}

.l-gnav-wrap-tel-txt {
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 400;
  font-size: 0.625vw;
  text-align: center;
  margin-top: 0.2604166667vw;
}
.l-gnav-wrap-tel-txt span {
  color: #fff;
  background-color: #3A3A3A;
  padding: 0 0.625vw 0.0520833333vw;
  margin-right: 0.4166666667vw;
  border-radius: 0.1041666667vw;
}

.l-gnav-wrap-buttons {
  display: flex;
  align-items: center;
  gap: 0 0.625vw;
}

.l-gnav-wrap-button {
  width: 9.375vw;
}

.l-gnav-wrap-btn {
  font-size: 1.8rem;
  line-height: 1.7222222222;
  letter-spacing: 0.05em;
  font-weight: 700;
  font-size: 0.9375vw;
  color: #fff;
  width: 100%;
  height: 2.7083333333vw;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  position: relative;
  transition: transform 0.3s ease 0s, box-shadow 0.3s ease 0s;
  cursor: pointer;
}
.l-gnav-wrap-btn._line {
  background-color: #4CC764;
  box-shadow: 0 0.2083333333vw 0 #319b46;
}
.l-gnav-wrap-btn._mail {
  background-color: #CF2929;
  box-shadow: 0 0.2083333333vw 0 #9e1b1b;
}
@media (any-hover: hover) {
  .l-gnav-wrap-btn:hover {
    transform: translateY(0.2083333333vw);
  }
  .l-gnav-wrap-btn:hover._line, .l-gnav-wrap-btn:hover._mail {
    box-shadow: unset;
  }
}

.l-menu-cover {
  display: none;
}

@media screen and (max-width: 767px) {
  .l-gnav-container {
    display: block;
    position: fixed;
    top: 0;
    left: 101%;
    width: 84vw;
    height: 100vh;
    max-height: 168vw;
    transform: translateX(0);
    transition: transform 0.3s ease 0s;
    background-color: #fff;
    overflow-y: auto;
    z-index: 9002;
    pointer-events: none;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .l-gnav-container::-webkit-scrollbar {
    display: none;
  }
  .l-gnav-container.is-open {
    transform: translateX(-101%);
    pointer-events: auto;
  }
  .l-gnav-wrapper {
    flex-direction: column;
    align-items: initial;
    gap: 6.6666666667vw;
    padding-block: 16.8vw 10.6666666667vw;
    padding-inline: 5.3333333333vw;
  }
  .l-gnav {
    pointer-events: auto;
  }
  .l-gnav-items {
    flex-direction: column;
    gap: 3.2vw;
  }
  .l-gnav-item {
    width: 100%;
  }
  .l-gnav-item-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 4vw;
    line-height: 1.5;
    padding-block: 0 3.3333333333vw;
    border-bottom: 1px solid gray;
  }
  .l-gnav-item-link::after {
    content: none;
  }
  .l-gnav-item-link ._arrow {
    display: block;
    width: 6.9333333333vw;
    aspect-ratio: 1;
    background-color: #ED6D06;
    border-radius: 50%;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(./../images/icn_arw-circle.svg);
  }
  .l-gnav-wrap {
    flex-direction: column-reverse;
    gap: 3.7333333333vw;
    pointer-events: auto;
  }
  .l-gnav-wrap-tel {
    width: 100%;
  }
  .l-gnav-wrap-tel-link {
    width: 100%;
    height: 12vw;
    border-radius: 10vmax;
    background-color: #31448A;
    gap: 0 2.6666666667vw;
    box-shadow: 0 1.3333333333vw 0 #16245b;
    transition: transform 0.3s ease 0s, box-shadow 0.3s ease 0s;
    cursor: pointer;
  }
}
@media screen and (max-width: 767px) and (any-hover: hover) {
  .l-gnav-wrap-tel-link:hover {
    transform: translateY(1.3333333333vw);
    box-shadow: unset;
  }
}
@media screen and (max-width: 767px) {
  .l-gnav-wrap-tel-link ._icon {
    width: 4.0666666667vw;
    background-color: #fff;
  }
  .l-gnav-wrap-tel-link ._num {
    font-family: "Noto Sans JP", serif;
    font-size: 4.8vw;
    letter-spacing: 0.05em;
    color: #fff;
  }
  .l-gnav-wrap-tel-txt {
    font-size: 4vw;
    line-height: 1.5;
    letter-spacing: normal;
    margin-top: 4.5333333333vw;
  }
  .l-gnav-wrap-tel-txt span {
    font-size: 3.7333333333vw;
    background-color: #32448A;
    padding-block: 0.5333333333vw;
    padding-inline: 1.8666666667vw;
    margin-right: 2.1333333333vw;
    border-radius: 1.0666666667vw;
  }
  .l-gnav-wrap-buttons {
    width: 100%;
    flex-direction: column;
    gap: 3.7333333333vw;
  }
  .l-gnav-wrap-button {
    width: 100%;
  }
  .l-gnav-wrap-btn {
    font-size: 4.8vw;
    height: 12vw;
    border-radius: 10vmax;
  }
  .l-gnav-wrap-btn span {
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
}
@media screen and (max-width: 767px) and (any-hover: hover) {
  .l-gnav-wrap-btn:hover {
    transform: translateY(1.3333333333vw);
  }
}
@media screen and (max-width: 767px) {
  .l-gnav-wrap-btn._line {
    box-shadow: 0 1.3333333333vw 0 #319b46;
  }
  .l-gnav-wrap-btn._mail {
    box-shadow: 0 1.3333333333vw 0 #9e1b1b;
  }
  .l-gnav-wrap-btn ._icon_line {
    width: 9.3333333333vw;
    aspect-ratio: 1;
    background-image: url(./../images/icn_line.svg);
    margin-right: 0.5333333333vw;
  }
  .l-gnav-wrap-btn ._icon_mail {
    width: 5.12vw;
    aspect-ratio: 19.2/14.1;
    background-image: url(./../images/icn_mail.svg);
    margin-right: 2.2666666667vw;
  }
  .m-menu-icon-wrap {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: end;
    right: 5.3333333333vw;
    width: 6.4vw;
    height: 4.2666666667vw;
    z-index: 9999;
    cursor: pointer;
    background-color: #fff;
  }
  .m-menu-icon,
  .m-menu-icon::before,
  .m-menu-icon::after {
    content: "";
    position: absolute;
    right: 50%;
    width: 6.4vw;
    height: 0.5333333333vw;
    transform: translate(50%, -50%);
    background-color: #3A3A3A;
    transition: transform 0.3s ease 0s, width 0.3s ease 0s;
  }
  .m-menu-icon {
    top: 50%;
  }
  .m-menu-icon::before {
    top: -1.8666666667vw;
  }
  .m-menu-icon::after {
    top: 2.4vw;
  }
  .m-menu-icon.is-open {
    width: 0;
  }
  .m-menu-icon.is-open::before, .m-menu-icon.is-open::after {
    top: 50%;
  }
  .m-menu-icon.is-open::before {
    transform: translate(50%, -50%) rotate(-45deg);
  }
  .m-menu-icon.is-open::after {
    transform: translate(50%, -50%) rotate(45deg);
  }
  .l-menu-cover.is-open {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(58, 58, 58, 0.7);
    z-index: 9002;
  }
}
/*------------- .l-content -------------*/
.l-content {
  max-width: 120rem;
  margin: auto;
}
.l-content._1000 {
  max-width: 100rem;
}

@media screen and (max-width: 767px) {
  .l-content {
    margin: 0 5.3333333333vw;
  }
}
/*------------- common -------------*/
.m-sec {
  padding-block: 10.1rem 10rem;
}

.m-sec-ttl-wrap {
  text-align: center;
  margin-bottom: 4rem;
}
.m-sec-ttl-wrap:not(:has(.m-sec-ttl-sub)) .m-sec-ttl {
  margin-top: 0;
}

.m-sec-ttl-sub {
  font-size: 2.4rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
  font-weight: 700;
  width: fit-content;
  padding-bottom: 0.8rem;
  margin-inline: auto;
  border-bottom: 0.2rem solid #ED6D06;
  position: relative;
}
.m-sec-ttl-sub::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
  width: 2rem;
  height: auto;
  aspect-ratio: 20/10;
  background-color: #ED6D06;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.m-sec-ttl {
  color: #32448A;
  font-size: 5.2rem;
  line-height: 1.3461538462;
  letter-spacing: 0.04em;
  font-weight: 900;
  margin-block: 2rem 1.7rem;
}
.m-sec-ttl:has(span) {
  margin-top: 0.5rem;
}
.m-sec-ttl span {
  display: inline-block;
  color: #3A3A3A;
  font-size: 3.5rem;
  line-height: 1.4857142857;
  letter-spacing: 0.04em;
  font-weight: 700;
}

.m-sec-ttl-en {
  color: #ED6D06;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.02em;
  font-weight: 700;
  font-family: "Montserrat", "Noto Sans JP";
  opacity: 0.5;
}

.m-exclamation {
  display: inline-block;
  transform: rotate(5deg);
}

.m-txt-dot {
  background: top left/1em 0.2em repeat-x radial-gradient(0.08em 0.08em, #3A3A3A, #3A3A3A 100%, transparent, transparent);
}
.m-txt-dot._orange {
  background: none;
  position: relative;
}
.m-txt-dot._orange::before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 21rem;
  height: 0.8rem;
  background: url(../../akiya/images/img_dot-orange.svg) no-repeat center/contain;
}
.m-txt-dot._lightorange {
  background: top left/1.02em 0.2em repeat-x radial-gradient(0.09em 0.09em, #F99D52, #F99D52 100%, transparent, transparent);
}
.m-txt-dot._navy {
  background: top left/1em 0.2em repeat-x radial-gradient(0.09em 0.09em, #32448A, #32448A 100%, transparent, transparent);
  padding-top: 0.2em;
}

.m-txt-marker {
  display: inline;
  background: linear-gradient(transparent 70%, #F2F22F 0%);
}

.m-txt-note {
  font-size: 1.5rem;
  line-height: 1.4666666667;
  letter-spacing: 0.05em;
  font-weight: 400;
  margin-top: 1em;
  padding-left: 1.05em;
  text-indent: -1.05em;
}

._pale_gray {
  background-color: #F6F6F6;
}

._light_beige {
  background-color: #FFF6E8;
}

@media screen and (max-width: 767px) {
  .m-sec {
    padding-block: 16vw;
  }
  .m-sec-ttl-wrap {
    text-align: center;
    margin-bottom: 10.6666666667vw;
  }
  .m-sec-ttl-sub {
    font-size: 4.8vw;
    line-height: 1.5;
    padding-bottom: 1.8666666667vw;
    border-width: 0.5333333333vw;
  }
  .m-sec-ttl-sub::before {
    width: 5.3333333333vw;
  }
  .m-sec-ttl {
    font-size: 8.5333333333vw;
    line-height: 1.5;
    margin-block: 5.3333333333vw 2.1333333333vw;
  }
  .m-sec-ttl:has(span) {
    margin-block: 5.3333333333vw 1.3333333333vw;
  }
  .m-sec-ttl span {
    font-size: 5.8666666667vw;
    line-height: 1.5;
  }
  .m-sec-ttl-en {
    font-size: 4.2666666667vw;
  }
  .m-txt-note {
    font-size: 4vw;
  }
  .m-txt-dot._orange::before {
    width: 34.1333333333vw;
    height: 1.3333333333vw;
    background: url(../../akiya/images/img_dot-orange.svg) no-repeat center/contain;
  }
}
/*------------- .p-mv -------------*/
.p-mv {
  height: 41.6666666667vw;
  padding: 3.90625vw 0;
  margin-top: 4.53125vw;
  background: url(../../akiya/images/bg_mv_pc.png) no-repeat center/cover;
  position: relative;
}

.p-mv-inner {
  max-width: 50.3125vw;
  text-align: center;
  margin: auto;
  position: relative;
}

.p-mv-txt01 {
  color: #fff;
  font-size: 2.7rem;
  line-height: 1.4814814815;
  letter-spacing: 0.03em;
  font-weight: 700;
  font-size: 1.40625vw;
  width: fit-content;
  margin: 0 auto 2.6041666667vw;
  border-radius: 1.5625vw 0.2604166667vw 0.2604166667vw 1.5625vw;
  padding: 0.4166666667vw 1.3020833333vw;
  padding-left: 4.4270833333vw;
  background-color: #32448A;
  position: relative;
}
.p-mv-txt01 span {
  font-size: 1.8229166667vw;
}
.p-mv-txt01::before {
  position: absolute;
  content: "";
  top: 50%;
  left: -0.5208333333vw;
  transform: translateY(-50%);
  width: 4.4270833333vw;
  height: auto;
  aspect-ratio: 1/1;
  background: url(../../akiya/images/icn_mv-txt1.svg) no-repeat center/contain;
}

.p-mv-txt02 {
  position: absolute;
  top: 0.78125vw;
  left: -1.8229166667vw;
  background: url(../../akiya/images/img_mv-txt2_pc.svg) no-repeat center/contain;
  width: 13.6458333333vw;
  height: 8.6979166667vw;
}

.p-mv-txt02-txt {
  display: block;
  color: #ED6D06;
  font-size: 2.8rem;
  line-height: 1.3928571429;
  letter-spacing: 0.03em;
  font-weight: 700;
  font-size: 1.4583333333vw;
  padding-top: 2.8645833333vw;
  transform: rotate(-9deg);
}

.p-mv-txt03 {
  font-size: 5.5rem;
  line-height: 1.4909090909;
  letter-spacing: 0.03em;
  font-weight: 900;
  font-size: 2.8645833333vw;
  margin-bottom: 1.5625vw;
}

.p-mv-txt04 {
  font-size: 7.5rem;
  line-height: 1;
  letter-spacing: 0.03em;
  font-weight: 900;
  font-size: 3.90625vw;
  width: fit-content;
  color: transparent;
  background: linear-gradient(to bottom, #F99D52, #ED6D06);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  padding-right: 1em;
  margin: 0 auto 2.6041666667vw;
  position: relative;
}
.p-mv-txt04::after {
  content: "";
  position: absolute;
  right: 0.5em;
  bottom: 0;
  width: 0.5em;
  height: 1em;
  background-color: #ED6D06;
  background: url(../../akiya/images/img_mv-txt4.svg) no-repeat center/contain;
}
.p-mv-txt04 span {
  font-size: 4.2708333333vw;
}

.p-mv-txt05-wrap {
  display: flex;
  gap: 0.625vw;
  margin-bottom: 3.3854166667vw;
}

.p-mv-txt05 {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 0.78125vw;
  color: #fff;
  font-size: 2rem;
  line-height: 1.45;
  letter-spacing: 0.03em;
  font-weight: 700;
  font-size: 1.0416666667vw;
  text-align: left;
  height: 6.71875vw;
  padding-left: 1.0416666667vw;
  background: url(../../akiya/images/img_mv-txt5_pc.png) no-repeat center/contain;
}
.p-mv-txt05 span {
  font-size: 1.25vw;
  font-weight: 900;
}
.p-mv-txt05 img {
  width: 3.6458333333vw;
}

.p-mv-txt06 {
  display: flex;
  align-items: baseline;
  justify-content: center;
  width: fit-content;
  margin: auto;
  border: 0.1041666667vw solid #32448A;
  border-radius: 0.5208333333vw;
}

.p-mv-txt06-txt1 {
  color: #fff;
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: 0.03em;
  font-weight: 700;
  font-size: 1.25vw;
  padding: 1.0416666667vw 1.3020833333vw;
  padding-right: 0.78125vw;
  background-color: #32448A;
  position: relative;
}
.p-mv-txt06-txt1::before {
  position: absolute;
  content: "";
  top: 0;
  right: 1px;
  transform: translateX(100%);
  width: 1.3541666667vw;
  height: 100%;
  background-color: #32448A;
  clip-path: polygon(0 0, 100% 50%, 0 100%, 0 100%);
  z-index: 1;
}

.p-mv-txt06-txt2 {
  color: #32448A;
  font-size: 2.8rem;
  line-height: 1;
  letter-spacing: 0.03em;
  font-weight: 900;
  font-size: 1.4583333333vw;
  padding: 0 2.0833333333vw;
  padding-right: 7.03125vw;
  position: relative;
}
.p-mv-txt06-txt2::before {
  position: absolute;
  content: "";
  top: 50%;
  right: -0.5208333333vw;
  transform: translateY(-50%);
  width: 5.9375vw;
  height: 5.9375vw;
  background: url(../../akiya/images/img_mv-txt6.svg) no-repeat center/contain;
}

.p-mv-badge-wrap {
  position: absolute;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 0.5208333333vw;
  width: 21.875vw;
  top: 2.6041666667vw;
  right: 7.2916666667vw;
}

.p-mv-badge {
  width: 10.6770833333vw;
  justify-self: center;
  border-radius: 9999px;
  box-shadow: 0 0 0.625vw rgba(58, 58, 58, 0.42);
}
.p-mv-badge:last-child {
  grid-column: span 2;
  margin-top: -1.0416666667vw;
}

@media screen and (max-width: 767px) {
  .p-mv {
    height: 128vw;
    padding: 5.8666666667vw 0;
    margin-top: 12.8vw;
    background: url(../../akiya/images/bg_mv_sp.png) no-repeat center/cover;
  }
  .p-mv-inner {
    max-width: 100%;
    margin: 0 8vw;
  }
  .p-mv-txt01 {
    font-size: 3.2vw;
    margin: 0 auto 3.2vw;
    border-radius: 2.6666666667vw 0.8vw 0.8vw 2.6666666667vw;
    padding: 0.8vw 2.1333333333vw;
    padding-left: 8vw;
  }
  .p-mv-txt01 span {
    font-size: 3.7333333333vw;
  }
  .p-mv-txt01::before {
    left: -1.3333333333vw;
    width: 8.5333333333vw;
  }
  .p-mv-txt02 {
    top: 0;
    left: -5.3333333333vw;
    background: url(../../akiya/images/img_mv-txt2_sp.svg) no-repeat center/contain;
    width: 25.3333333333vw;
    height: 25.3333333333vw;
  }
  .p-mv-txt02-txt {
    font-size: 3.2vw;
    line-height: 1.1666666667;
    padding-top: 5.3333333333vw;
    padding-right: 2.6666666667vw;
  }
  .p-mv-txt03 {
    font-size: 5.8666666667vw;
    padding-left: 1.5em;
    margin-bottom: 1.3333333333vw;
  }
  .p-mv-txt04 {
    font-size: 12vw;
    line-height: 1.1;
    letter-spacing: 0.01em;
    padding-right: 0;
    margin: 0 auto 6.6666666667vw;
  }
  .p-mv-txt04::after {
    right: -0.5em;
    width: 0.5em;
  }
  .p-mv-txt04 span {
    font-size: 11.2vw;
  }
  .p-mv-txt05-wrap {
    flex-direction: column;
    gap: 1.3333333333vw;
    width: 51.7333333333vw;
    margin-left: auto;
    margin-bottom: 4vw;
  }
  .p-mv-txt05 {
    gap: 2.4vw;
    font-size: 3.2vw;
    width: 100%;
    height: 13.3333333333vw;
    min-height: 13.3333333333vw;
    padding-left: 2.6666666667vw;
    background: url(../../akiya/images/img_mv-txt5_sp.png) no-repeat center/contain;
  }
  .p-mv-txt05 span {
    font-size: 3.7333333333vw;
  }
  .p-mv-txt05 img {
    width: 6.9333333333vw;
  }
  .p-mv-txt06 {
    display: block;
    text-align: left;
    width: 48vw;
    margin-right: 3.7333333333vw;
    margin-left: auto;
    border: 0.2666666667vw solid #32448A;
    border-radius: 1.6vw;
  }
  .p-mv-txt06-txt1 {
    font-size: 2.9333333333vw;
    padding: 1.3333333333vw 2.6666666667vw;
  }
  .p-mv-txt06-txt1::before {
    content: none;
  }
  .p-mv-txt06-txt2 {
    font-size: 3.2vw;
    padding: 1.3333333333vw 2.6666666667vw;
  }
  .p-mv-txt06-txt2::before {
    top: -2.6666666667vw;
    right: -2.6666666667vw;
    width: 12vw;
    height: 12vw;
  }
  .p-mv-badge-wrap {
    position: static;
    grid-template-columns: repeat(3, 27.2vw);
    justify-content: center;
    gap: 0 1.6vw;
    width: 100%;
    margin-top: 5.3333333333vw;
  }
  .p-mv-badge {
    width: 100%;
    box-shadow: 0 0 3.2vw rgba(58, 58, 58, 0.42);
  }
  .p-mv-badge:last-child {
    grid-column: span 1;
    margin-top: 0;
  }
}
/*------------- sec01 -------------*/
.p-sec01 {
  padding: 10rem 0 6rem;
  text-align: center;
  position: relative;
}
.p-sec01::before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10.2604166667vw;
  height: auto;
  aspect-ratio: 197/88;
  background: url(../../akiya/images/img_sec01-arw.svg) no-repeat center/contain;
}

.p-sec01-txt {
  font-size: 2.4rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
  font-weight: 700;
}
.p-sec01-txt ._navy {
  color: #32448A;
  font-size: 2.8rem;
  font-weight: 900;
}

.p-sec01-swiper {
  width: 100%;
  height: 6.5104166667vw;
  margin: 3rem auto 0;
}
.p-sec01-swiper .swiper-wrapper {
  transition-timing-function: linear;
}
.p-sec01-swiper .swiper-slide {
  padding: 0 0.78125vw;
}

.p-sec01-swiper-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0.03em;
  font-weight: 700;
  font-size: 0.9375vw;
  width: 10.4166666667vw;
  height: 6.5104166667vw;
  border: 0.0520833333vw solid #DFDFDF;
  border-top: 0.2083333333vw solid #ff6d00;
  border-radius: 0.2604166667vw;
  box-shadow: 0 0.1041666667vw 0.2604166667vw rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.p-sec01-swiper-card .p-sec01-swiper-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3.8020833333vw;
  margin-bottom: 0.2604166667vw;
}
.p-sec01-swiper-card .p-sec01-swiper-img img {
  height: auto;
}
.p-sec01-swiper-card .p-sec01-swiper-img._land img {
  width: 5.2604166667vw;
  aspect-ratio: 101/52;
}
.p-sec01-swiper-card .p-sec01-swiper-img._no-rebuild img {
  width: 3.8020833333vw;
  aspect-ratio: 73/65;
}
.p-sec01-swiper-card .p-sec01-swiper-img._share img {
  width: 4.6354166667vw;
  aspect-ratio: 89/58;
}
.p-sec01-swiper-card .p-sec01-swiper-img._50years img {
  width: 4.1666666667vw;
  aspect-ratio: 80/65;
}
.p-sec01-swiper-card .p-sec01-swiper-img._trash img {
  width: 4.5833333333vw;
  aspect-ratio: 88/53;
}
.p-sec01-swiper-card .p-sec01-swiper-img._leak img {
  width: 2.65625vw;
  aspect-ratio: 51/66;
}
.p-sec01-swiper-card .p-sec01-swiper-img._termite img {
  width: 4.375vw;
  aspect-ratio: 84/73;
}
.p-sec01-swiper-card .p-sec01-swiper-img._stigmatized img {
  width: 4.3229166667vw;
  aspect-ratio: 83/64;
}

@media screen and (max-width: 767px) {
  .p-sec01 {
    padding-block: 32.5333333333vw 13.3333333333vw;
  }
  .p-sec01::before {
    top: 16vw;
    transform: translate(-50%, 0);
    width: 24vw;
  }
  .p-sec01-txt {
    font-size: 5.3333333333vw;
  }
  .p-sec01-txt ._navy {
    font-size: 6.4vw;
  }
  .p-sec01-swiper {
    height: 21.3333333333vw;
    margin-top: 4.5333333333vw;
  }
  .swiper-slide {
    padding-inline: 1.0666666667vw;
  }
  .p-sec01-swiper-card {
    font-size: 3.7333333333vw;
    line-height: 1.4285714286;
    width: 29.3333333333vw;
    height: 21.3333333333vw;
    border-width: 0.2666666667vw;
    border-top-width: 1.0666666667vw;
    border-radius: 1.3333333333vw;
    box-shadow: initial;
  }
  .p-sec01-swiper-card .p-sec01-swiper-img {
    height: 12vw;
  }
  .p-sec01-swiper-card .p-sec01-swiper-img._land img {
    width: 15.64vw;
  }
  .p-sec01-swiper-card .p-sec01-swiper-img._no-rebuild img {
    width: 11.92vw;
  }
  .p-sec01-swiper-card .p-sec01-swiper-img._share img {
    width: 12vw;
  }
  .p-sec01-swiper-card .p-sec01-swiper-img._50years img {
    width: 11.2533333333vw;
  }
  .p-sec01-swiper-card .p-sec01-swiper-img._trash img {
    width: 13.0933333333vw;
  }
  .p-sec01-swiper-card .p-sec01-swiper-img._leak img {
    width: 7.0933333333vw;
  }
  .p-sec01-swiper-card .p-sec01-swiper-img._termite img {
    width: 14.6666666667vw;
  }
  .p-sec01-swiper-card .p-sec01-swiper-img._stigmatized img {
    width: 12.8vw;
  }
}
/*------------- cv -------------*/
.m-cv {
  background: url(../../akiya/images/bg_cv_pc.png) no-repeat center/cover;
  padding: 6rem 0;
}

.m-cv-box {
  display: grid;
  grid-template-columns: 1fr 34.4rem;
  grid-template-rows: auto 1fr;
  gap: 3.5rem 6rem;
  padding: 3.5rem 8.5rem;
  border-radius: 1rem;
  background-color: #fff;
}
.m-cv-box._af {
  grid-template-rows: auto auto;
  align-items: center;
  row-gap: 0;
}

.m-cv-ttl {
  font-size: 3rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
  font-weight: 700;
  padding-left: 1.7rem;
  margin-bottom: 2rem;
  border-left: 0.7rem solid #ED6D06;
}

.m-cv-text {
  font-size: 2rem;
  line-height: 1.8;
  letter-spacing: 0.03em;
  font-weight: 400;
}

.m-cv-text-wrap {
  padding-top: 2.7rem;
}

.m-cv-area {
  grid-row: span 2;
  width: 100%;
  aspect-ratio: 344/361;
}
.m-cv-area img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.m-cv-buttons {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 1.5rem;
  margin-bottom: 2rem;
}
.m-cv-buttons._af {
  grid-template-columns: 1fr;
  justify-items: center;
  margin-bottom: initial;
}

.m-cv-btn {
  font-size: 2.4rem;
  line-height: 1.2916666667;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #fff;
  width: 30rem;
  height: 7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  position: relative;
  transition: transform 0.3s ease 0s, box-shadow 0.3s ease 0s;
  cursor: pointer;
}
.m-cv-btn span {
  position: relative;
}
.m-cv-btn span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: auto;
}
.m-cv-btn._line {
  background-color: #4CC764;
  box-shadow: 0 0.6rem 0 #319b46;
}
.m-cv-btn._line span {
  padding-left: 5.8rem;
}
.m-cv-btn._line span::before {
  width: 5rem;
  aspect-ratio: 1/1;
  background: url(../../akiya/images/icn_line.png) no-repeat center/contain;
}
.m-cv-btn._mail {
  background-color: #CF2929;
  box-shadow: 0 0.6rem 0 #9e1b1b;
}
.m-cv-btn._mail span {
  padding-left: 5rem;
}
.m-cv-btn._mail span::before {
  width: 3.2rem;
  aspect-ratio: 32/28;
  background: url(../../akiya/images/icn_mail.png) no-repeat center/contain;
}
@media (any-hover: hover) {
  .m-cv-btn:hover {
    transform: translateY(0.6rem);
  }
  .m-cv-btn:hover._line, .m-cv-btn:hover._mail {
    box-shadow: unset;
  }
}

.m-cv-btn._af {
  width: 35rem;
}

.m-cv-tel {
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  gap: 1.5rem;
}

.m-cv-tel-number {
  font-size: 4.2rem;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 700;
  font-family: "Montserrat", "Noto Sans JP";
  padding-left: 3rem;
  background: url(../../akiya/images/icn_tel.svg) no-repeat left center/contain;
  pointer-events: none;
}

.m-cv-tel-time {
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0;
  font-weight: 400;
}
.m-cv-tel-time span {
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
  font-weight: 700;
  padding: 0.3rem 0.7rem;
  margin-right: 0.5rem;
  border-radius: 0.4rem;
  background-color: #32448A;
}

@media screen and (max-width: 767px) {
  .m-cv {
    padding: 13.3333333333vw 0;
    background: url(../../akiya/images/bg_cv_sp.png) no-repeat center/cover;
  }
  .m-cv-box {
    grid-template-columns: 1fr;
    gap: 5.3333333333vw;
    padding: 8vw 5.3333333333vw 11.4666666667vw;
    border-radius: 2.6666666667vw;
  }
  .m-cv-box._af {
    row-gap: 5.3333333333vw;
  }
  .m-cv-ttl {
    font-size: 6.4vw;
    padding-left: 2.6666666667vw;
    margin-bottom: 3.4666666667vw;
    border-left: 1.0666666667vw solid #ED6D06;
  }
  .m-cv-text {
    font-size: 4vw;
    line-height: 1.6666666667;
  }
  .m-cv-text-wrap {
    padding-top: 0;
  }
  .m-cv-area {
    aspect-ratio: 295/208;
  }
  .m-cv-buttons {
    grid-template-columns: 1fr;
    gap: 3.7333333333vw;
    margin-bottom: 3.7333333333vw;
  }
  .m-cv-btn {
    font-size: 5.3333333333vw;
    width: 100%;
    height: 13.3333333333vw;
  }
  .m-cv-btn._line {
    box-shadow: 0 1.3333333333vw 0 #319b46;
  }
  .m-cv-btn._line span {
    padding-left: 11.7333333333vw;
  }
  .m-cv-btn._line span::before {
    width: 9.8666666667vw;
  }
  .m-cv-btn._mail {
    box-shadow: 0 1.3333333333vw 0 #9e1b1b;
  }
  .m-cv-btn._mail span {
    padding-left: 8.2666666667vw;
  }
  .m-cv-btn._mail span::before {
    width: 5.6vw;
  }
  .m-cv-btn._af {
    width: 100%;
  }
  .m-cv-tel {
    grid-template-columns: 1fr;
    gap: 5.8666666667vw;
  }
  .m-cv-tel-number {
    color: #fff;
    font-size: 5.3333333333vw;
    width: 100%;
    height: 13.3333333333vw;
    padding-left: initial;
    display: flex;
    align-items: center;
    justify-content: center;
    background: initial;
    background-color: #32448A;
    border-radius: 9999px;
    position: relative;
    transition: transform 0.3s ease 0s, box-shadow 0.3s ease 0s;
    box-shadow: 0 1.3333333333vw 0 #16245b;
    pointer-events: auto;
    cursor: pointer;
  }
  .m-cv-tel-number span {
    padding-left: 6.9333333333vw;
    position: relative;
  }
  .m-cv-tel-number span::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 4.2666666667vw;
    height: auto;
    aspect-ratio: 16/21;
    background: url(../../akiya/images/icn_tel_wh.svg) no-repeat left center/contain;
  }
}
@media screen and (max-width: 767px) and (any-hover: hover) {
  .m-cv-tel-number:hover {
    transform: translateY(1.3333333333vw);
    box-shadow: unset;
  }
}
@media screen and (max-width: 767px) {
  .m-cv-tel-time {
    font-size: 4vw;
    line-height: 1.4444444444;
    letter-spacing: normal;
    text-align: center;
  }
  .m-cv-tel-time span {
    color: #fff;
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: 0.03em;
    font-weight: 700;
    padding-block: 0.8vw;
    padding-inline: 1.8666666667vw;
    margin-right: 2.1333333333vw;
    border-radius: 1.0666666667vw;
  }
}
/*------------- p-sec02 -------------*/
.p-sec02 {
  padding: 9.5rem 0 10rem;
}

.p-sec02-ttl {
  color: #fff;
  font-size: 4.8rem;
  line-height: 1.1666666667;
  letter-spacing: 0.03em;
  font-weight: 700;
  text-align: center;
  height: 13.3rem;
  padding-top: 3rem;
  margin-bottom: 7rem;
  background: url(../../akiya/images/img_sec02-01_pc.png) no-repeat center/contain;
}

.p-sec02-list01 {
  display: grid;
  grid: repeat(2, 1fr)/repeat(3, auto);
  gap: 3rem 3.4rem;
  max-width: 110rem;
  margin: 0 auto 10rem;
}

.p-sec02-card01 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 2rem;
  border-radius: 2rem 2rem 0 2rem;
  box-shadow: 0 0 1.2rem rgba(0, 0, 0, 0.16);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.p-sec02-card01:nth-child(2), .p-sec02-card01:nth-child(5) {
  margin-top: -3rem;
}
.p-sec02-card01:nth-child(1) {
  background-image: url(../../akiya/images/bg_sec02-01_pc.png);
}
.p-sec02-card01:nth-child(2) {
  background-image: url(../../akiya/images/bg_sec02-02_pc.png);
}
.p-sec02-card01:nth-child(3) {
  background-image: url(../../akiya/images/bg_sec02-03_pc.png);
}
.p-sec02-card01:nth-child(4) {
  background-image: url(../../akiya/images/bg_sec02-04_pc.png);
}
.p-sec02-card01:nth-child(5) {
  background-image: url(../../akiya/images/bg_sec02-05_pc.png);
}
.p-sec02-card01:nth-child(6) {
  background-image: url(../../akiya/images/bg_sec02-06_pc.png);
}

.p-sec02-card01-text {
  font-size: 2.2rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
  font-weight: 700;
  text-align: center;
}
.p-sec02-card01-text span {
  color: #ED6D06;
  font-size: 2.6rem;
}

.p-sec02-list02-ttl {
  font-size: 3rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
  font-weight: 700;
  text-align: center;
  margin-bottom: 3rem;
  position: relative;
}
.p-sec02-list02-ttl::before {
  position: absolute;
  content: "";
  top: -2rem;
  left: 50%;
  transform: translate(-50%, -100%);
  width: 12.1rem;
  height: auto;
  aspect-ratio: 121/54;
  background: url(../../akiya/images/icn_sec02-arw.svg) no-repeat center/contain;
}

.p-sec02-list02-list {
  display: flex;
  padding: 2.7rem 0.5rem 2rem;
  background-color: #fff;
}

.p-sec02-card02 {
  flex: 1;
  text-align: center;
  padding: 1.5rem 0 1rem;
}
.p-sec02-card02 img {
  height: auto;
}
.p-sec02-card02:nth-child(1) img {
  width: 21rem;
  aspect-ratio: 210/125;
}
.p-sec02-card02:nth-child(2) img {
  width: 14.9rem;
  aspect-ratio: 149/118;
}
.p-sec02-card02:nth-child(3) img {
  width: 15.8rem;
  aspect-ratio: 158/163;
}
.p-sec02-card02:nth-child(4) img {
  width: 12.3rem;
  aspect-ratio: 123/130;
}
.p-sec02-card02:not(:last-child) {
  background-image: repeating-linear-gradient(180deg, #707070, #707070 0.5rem, transparent 0.5rem, transparent 1rem);
  background-position: right top;
  background-repeat: repeat-y;
  background-size: 0.1rem 100%;
}

.p-sec02-card02-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 16.3rem;
}

.p-sec02-card02-ttl {
  color: #32448A;
  font-size: 2.8rem;
  line-height: 1;
  letter-spacing: 0.03em;
  font-weight: 700;
  margin-bottom: 2rem;
}

.p-sec02-card02-text {
  font-size: 1.8rem;
  line-height: 1.6;
  letter-spacing: 0.03em;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .p-sec02 {
    padding-block: 16vw;
  }
  .p-sec02-ttl {
    font-size: 7.4666666667vw;
    line-height: 1.4;
    height: 46.1333333333vw;
    padding-block: 5.3333333333vw 8vw;
    margin-bottom: 4.8vw;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(./../images/img_sec02-01_sp.png);
  }
  .p-sec02-list01 {
    grid: repeat(6, auto)/1fr;
    gap: 4vw;
    max-width: initial;
    margin-bottom: 23.4666666667vw;
  }
  .p-sec02-card01 {
    padding-block: 5.0666666667vw;
    padding-inline: 5.3333333333vw;
    border-radius: 5.3333333333vw 5.3333333333vw 0 5.3333333333vw;
    box-shadow: 0 0 4vw rgba(0, 0, 0, 0.16);
  }
  .p-sec02-card01:nth-child(2), .p-sec02-card01:nth-child(5) {
    margin-top: initial;
  }
  .p-sec02-card01:nth-child(1) {
    background-image: url(./../images/bg_sec02-01_sp.png);
  }
  .p-sec02-card01:nth-child(2) {
    background-image: url(./../images/bg_sec02-02_sp.png);
  }
  .p-sec02-card01:nth-child(3) {
    background-image: url(./../images/bg_sec02-03_sp.png);
  }
  .p-sec02-card01:nth-child(4) {
    background-image: url(./../images/bg_sec02-04_sp.png);
  }
  .p-sec02-card01:nth-child(5) {
    background-image: url(./../images/bg_sec02-05_sp.png);
  }
  .p-sec02-card01:nth-child(6) {
    background-image: url(./../images/bg_sec02-06_sp.png);
  }
  .p-sec02-card01-text {
    font-size: 5.3333333333vw;
    line-height: 1.6;
  }
  .p-sec02-card01-text span {
    font-size: 6.4vw;
    line-height: 1.3333333333;
  }
  .p-sec02-list02-ttl {
    font-size: 6.4vw;
    line-height: 1.4583333333;
    margin-bottom: 6.6666666667vw;
  }
  .p-sec02-list02-ttl::before {
    top: -4vw;
    width: 26.6666666667vw;
  }
  .p-sec02-list02-list {
    flex-direction: column;
    padding-block: 9.3333333333vw;
    padding-inline: 5.3333333333vw;
  }
  .p-sec02-card02 {
    display: grid;
    grid-template-columns: 22.1333333333vw 1fr;
    gap: 2.1333333333vw 4vw;
    padding-block: 8.8vw 7.7333333333vw;
  }
  .p-sec02-card02:first-child {
    padding-top: initial;
  }
  .p-sec02-card02:last-child {
    padding-bottom: initial;
  }
  .p-sec02-card02:nth-child(1) img, .p-sec02-card02:nth-child(2) img, .p-sec02-card02:nth-child(3) img, .p-sec02-card02:nth-child(4) img {
    width: 22.1333333333vw;
    height: 100%;
    object-fit: contain;
    object-position: center;
  }
  .p-sec02-card02:nth-child(1) img, .p-sec02-card02:nth-child(2) img {
    aspect-ratio: 83/80;
  }
  .p-sec02-card02:not(:last-child) {
    background-image: repeating-linear-gradient(90deg, #707070, #707070 1.3333333333vw, transparent 1.3333333333vw, transparent 2.6666666667vw);
    background-position: left bottom;
    background-repeat: repeat-x;
    background-size: 100% 0.2666666667vw;
  }
  .p-sec02-card02-img {
    width: 100%;
    height: auto;
    aspect-ratio: 1;
    grid-row: span 2;
  }
  .p-sec02-card02-ttl {
    font-size: 5.3333333333vw;
    margin-bottom: initial;
    text-align: left;
  }
  .p-sec02-card02-text {
    font-size: 4vw;
    line-height: 1.5;
    text-align: left;
  }
}
/*------------- p-sec03 -------------*/
.p-sec03 {
  background: linear-gradient(to bottom, #F99D52 0%, #DC831C 100%);
  padding-bottom: 10rem;
}

.p-sec03-lead {
  color: #fff;
  font-size: 2.8rem;
  line-height: 1.7857142857;
  letter-spacing: 0.03em;
  font-weight: 700;
  text-align: center;
  padding: 5.3rem 0 12rem;
  background: url(../../akiya/images/bg_sec03_pc.png) no-repeat center bottom/cover;
}
.p-sec03-lead span {
  display: inline-block;
  color: #3A3A3A;
  font-size: 3.5rem;
  line-height: 1.2;
  padding: 0 0.6rem;
  background-color: #fff;
  margin-top: 0.7rem;
}

.p-sec03-box {
  padding: 8rem;
  margin-top: 8rem;
  border-radius: 1.5rem;
  background-color: #fff;
}

.p-sec03-box-ttl {
  text-align: center;
  width: fit-content;
  margin: 0 auto 13rem;
  position: relative;
}
.p-sec03-box-ttl::before, .p-sec03-box-ttl::after {
  position: absolute;
  content: "";
  bottom: -2rem;
  height: auto;
}
.p-sec03-box-ttl::before {
  transform: translateX(-100%);
  left: -5rem;
  width: 6.2rem;
  aspect-ratio: 62/183;
  background: url(../../akiya/images/img_sec03-ttl03.svg) no-repeat center/contain;
}
.p-sec03-box-ttl::after {
  transform: translateX(100%);
  right: 2rem;
  width: 16.2rem;
  aspect-ratio: 162/128;
  background: url(../../akiya/images/img_sec03-ttl04.svg) no-repeat center/contain;
}

.p-sec03-box-ttl01 {
  display: block;
  width: fit-content;
  margin: auto;
  font-size: 3.2rem;
  line-height: 1.375;
  letter-spacing: 0.03em;
  font-weight: 700;
  text-align: center;
  padding: 0 4.5rem;
  margin-bottom: 4rem;
  position: relative;
}
.p-sec03-box-ttl01::before, .p-sec03-box-ttl01::after {
  position: absolute;
  content: "";
  bottom: 0;
  width: 3.5rem;
  height: auto;
  aspect-ratio: 28/30;
  background: url(../../akiya/images/img_sec03-ttl01_sp.svg) no-repeat center/contain;
}
.p-sec03-box-ttl01::before {
  left: 0;
}
.p-sec03-box-ttl01::after {
  right: 0;
  scale: -1 1;
}

.p-sec03-box-ttl02 {
  position: absolute;
  bottom: 0;
  left: -4rem;
  display: inline-block;
  width: 17.8rem;
  aspect-ratio: 178/79;
  background: url(../../akiya/images/img_sec03-ttl02_pc.svg) no-repeat center/contain;
}
.p-sec03-box-ttl02 span {
  display: inline-block;
  color: #32448A;
  font-size: 2.6rem;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 700;
  padding-top: 2.5rem;
  rotate: -5deg;
}

.p-sec03-box-ttl03 {
  font-size: 4.2rem;
  line-height: 1;
  letter-spacing: 0.03em;
  font-weight: 700;
}
.p-sec03-box-ttl03 .m-txt-dot {
  color: #ED6D06;
  font-size: 5.2rem;
  font-weight: 900;
}

.p-sec03-list {
  position: relative;
}
.p-sec03-list::before {
  position: absolute;
  content: "";
  top: -4rem;
  left: 50%;
  transform: translate(-50%, -100%);
  width: 12.1rem;
  height: auto;
  aspect-ratio: 121/54;
  background: url(../../akiya/images/img_sec03-arw.svg) no-repeat center/contain;
}

.p-sec03-item {
  display: grid;
  grid-template-columns: 1fr 38rem;
  align-items: center;
  gap: 4rem;
}
.p-sec03-item:not(:last-child) {
  padding-bottom: 5rem;
  margin-bottom: 5rem;
  background-image: repeating-linear-gradient(90deg, #DFDFDF, #DFDFDF 0.8rem, transparent 0.8rem, transparent 1.6rem);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 100% 0.2rem;
}

.p-sec03-item-ttl-wrap {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-bottom: 1.7rem;
}

.p-sec03-item-num {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.02em;
  font-weight: 700;
  font-family: "Montserrat", "Noto Sans JP";
  min-width: 8.6rem;
  height: 8.6rem;
  border-radius: 9999px;
  background-color: #ED6D06;
  padding-top: 0.5rem;
}
.p-sec03-item-num span {
  font-size: 4rem;
  line-height: 1;
  letter-spacing: 0.02em;
  font-weight: 700;
}

.p-sec03-item-ttl {
  color: #ED6D06;
  font-size: 2.6rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
  font-weight: 700;
}
.p-sec03-item-ttl sub {
  font-size: 1.5rem;
  vertical-align: baseline;
}

.p-sec03-item-desc {
  font-size: 1.8rem;
  line-height: 1.8;
  letter-spacing: 0.03em;
  font-weight: 400;
}

.p-sec03-item-img {
  width: 100%;
  aspect-ratio: 380/234;
  border-radius: 1rem;
  overflow: hidden;
}
.p-sec03-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@media screen and (max-width: 767px) {
  .p-sec03 {
    padding-bottom: 16vw;
  }
  .p-sec03-lead {
    font-size: 5.8666666667vw;
    line-height: 1.5;
    padding-block: 6.6666666667vw 14.6666666667vw;
    background-image: url(./../images/bg_sec03_sp.png);
  }
  .p-sec03-lead span {
    font-size: 6.4vw;
    padding-inline: 1.3333333333vw;
    margin-top: 2.6666666667vw;
  }
  .p-sec03-box {
    padding-block: 8.5333333333vw 9.8666666667vw;
    padding-inline: 5.3333333333vw;
    margin-top: 8vw;
    border-radius: 2.6666666667vw;
  }
  .p-sec03-box-ttl {
    text-align: center;
    width: fit-content;
    margin-bottom: 18.6666666667vw;
  }
  .p-sec03-box-ttl::before, .p-sec03-box-ttl::after {
    transform: none;
  }
  .p-sec03-box-ttl::before {
    left: -6.1333333333vw;
    bottom: 0;
    width: 7.4666666667vw;
  }
  .p-sec03-box-ttl::after {
    right: -7.4666666667vw;
    bottom: 8.8vw;
    width: 21.0666666667vw;
  }
  .p-sec03-box-ttl01 {
    font-size: 4.8vw;
    line-height: 1.4;
    padding-inline: 7.4666666667vw;
    margin-bottom: 18.1333333333vw;
  }
  .p-sec03-box-ttl01::before, .p-sec03-box-ttl01::after {
    width: 5.4666666667vw;
    aspect-ratio: 20.5/34.5;
  }
  .p-sec03-box-ttl02 {
    bottom: initial;
    top: 15.2vw;
    left: 50%;
    transform: translateX(-50%);
    width: 29.2933333333vw;
    aspect-ratio: 109.85/45.85;
    background-image: url(./../images/img_sec03-ttl02_sp.svg);
  }
  .p-sec03-box-ttl02 span {
    font-size: 4vw;
    padding-top: 2.6666666667vw;
    rotate: initial;
  }
  .p-sec03-box-ttl03 {
    font-size: 6.9333333333vw;
  }
  .p-sec03-box-ttl03 .m-txt-dot {
    font-size: 8vw;
  }
  .p-sec03-list::before {
    top: -6.6666666667vw;
    width: 16vw;
  }
  .p-sec03-item {
    grid-template-columns: 1fr;
    gap: 5.3333333333vw;
  }
  .p-sec03-item:not(:last-child) {
    padding-bottom: 7.4666666667vw;
    margin-bottom: 8vw;
    background-image: repeating-linear-gradient(90deg, #DFDFDF, #DFDFDF 2.1333333333vw, transparent 2.1333333333vw, transparent 4.2666666667vw);
    background-size: 100% 0.5333333333vw;
  }
  .p-sec03-item-ttl-wrap {
    align-items: flex-start;
    gap: 4vw;
    margin-bottom: 2.6666666667vw;
  }
  .p-sec03-item-num {
    font-size: 2.9333333333vw;
    min-width: 13.6vw;
    height: 13.6vw;
    padding-top: 0.8vw;
  }
  .p-sec03-item-num span {
    font-size: 6.4vw;
  }
  .p-sec03-item-ttl {
    font-size: 5.3333333333vw;
    line-height: 1.5;
  }
  .p-sec03-item-ttl sub {
    font-size: 3.7333333333vw;
  }
  .p-sec03-item-desc {
    font-size: 4vw;
    letter-spacing: 0.02em;
  }
  .p-sec03-item-img {
    order: -1;
    border-radius: 2.6666666667vw;
  }
}
/*------------- p-reason -------------*/
.p-reason-list-item {
  display: grid;
  grid-template-columns: 45.3rem 11.6rem 1fr;
  grid-template-rows: 4rem 1fr;
}
.p-reason-list-item:not(:last-child) {
  margin-bottom: 5rem;
}
.p-reason-list-item:nth-child(even) {
  grid-template-columns: 1fr 11.6rem 45.3rem;
}
.p-reason-list-item:nth-child(even) .p-reason-list-img {
  grid-column: 2/4;
}
.p-reason-list-item:nth-child(even) .p-reason-list-body {
  grid-column: 1/3;
}

.p-reason-list-img {
  width: 100%;
  aspect-ratio: 569/351;
  border-radius: 1rem;
  overflow: hidden;
  grid-column: 1/3;
}
.p-reason-list-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.p-reason-list-body {
  grid-column: 2/4;
  padding-block: 4.3rem 3.7rem;
  padding-inline: 5rem;
  border-radius: 1rem;
  box-shadow: 0 0 1.5rem rgba(237, 109, 6, 0.15);
  background-color: #fff;
}

.p-reason-list-label {
  color: #32448A;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.02em;
  font-weight: 700;
  font-family: "Montserrat", "Noto Sans JP";
  margin-bottom: 1.3rem;
  position: relative;
}
.p-reason-list-label span {
  padding-right: 1rem;
  background-color: #fff;
  position: relative;
  z-index: 1;
}
.p-reason-list-label::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background-color: #32448A;
}

.p-reason-list-title {
  color: #ED6D06;
  font-size: 2.6rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
  font-weight: 700;
  margin-bottom: 2.2rem;
}

.p-reason-list-text {
  font-size: 1.8rem;
  line-height: 1.8;
  letter-spacing: 0.03em;
  font-weight: 400;
}

.p-reason-list-icons {
  display: grid;
  grid-auto-flow: column;
  gap: 0.5rem 0.9rem;
  margin-top: 1.8rem;
}
.p-reason-list-icons li:last-child {
  grid-row: span 2;
  align-self: end;
}

.p-reason-list-icon {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  line-height: 1.4666666667;
  letter-spacing: 0.03em;
  font-weight: 700;
  text-align: center;
  width: 14rem;
  padding: 1rem;
  border: 1px solid #DFDFDF;
  border-top: 0.3rem solid #ED6D06;
  border-radius: 0.5rem;
}
.p-reason-list-icon img {
  max-width: 6.8rem;
  max-height: 4rem;
  margin: auto;
}

.p-reason-check-list {
  display: flex;
  gap: 3rem;
  margin: 0.5rem 0;
}
.p-reason-check-list li {
  font-size: 1.8rem;
  line-height: 1.7777777778;
  letter-spacing: 0.04em;
  font-weight: 700;
  padding-left: 3.2rem;
  position: relative;
}
.p-reason-check-list li::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  aspect-ratio: 26/24;
  width: 2.6rem;
  height: auto;
  background: url(../../akiya/images/icn_checkmark.svg) no-repeat center/contain;
}

@media screen and (max-width: 767px) {
  .p-reason-list-item {
    display: grid;
    grid-template-columns: 5.3333333333vw 78.6666666667vw 1fr;
    grid-template-rows: 41.3333333333vw 1fr;
  }
  .p-reason-list-item:not(:last-child) {
    margin-bottom: 8vw;
  }
  .p-reason-list-item:nth-child(even) {
    grid-template-columns: 1fr 78.6666666667vw 5.3333333333vw;
  }
  .p-reason-list-img {
    border-radius: 2.6666666667vw;
  }
  .p-reason-list-body {
    padding-block: 5.8666666667vw 6.9333333333vw;
    padding-inline: 5.3333333333vw;
    border-radius: 2.6666666667vw;
    box-shadow: 0 0 4vw rgba(237, 109, 6, 0.15);
  }
  .p-reason-list-label {
    font-size: 3.7333333333vw;
    margin-bottom: 0.9rem;
  }
  .p-reason-list-label span {
    padding-right: 3.2vw;
  }
  .p-reason-list-title {
    font-size: 5.3333333333vw;
    line-height: 1.5;
    letter-spacing: 0.01em;
    margin-bottom: 3.2vw;
  }
  .p-reason-list-text {
    font-size: 4vw;
    line-height: 1.8;
  }
  .p-reason-list-icons {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-flow: initial;
    gap: 2.6666666667vw;
    margin-top: 4.5333333333vw;
  }
  .p-reason-list-icons li:last-child {
    grid-row: initial;
    grid-column: span 2;
    text-align: right;
    margin-top: -3.4666666667vw;
    margin-bottom: -2.4vw;
  }
  .p-reason-list-icon {
    font-size: 4vw;
    line-height: 1.4;
    width: 100%;
    padding: 2.1333333333vw;
    border-top-width: 0.8vw;
    border-radius: 1.3333333333vw;
    gap: 0.8vw;
  }
  .p-reason-list-icon img {
    max-width: 15.64vw;
    max-height: 9.5333333333vw;
  }
  .p-reason-check-list {
    flex-direction: column;
    gap: 0;
    margin-block: 2.1333333333vw;
  }
  .p-reason-check-list li {
    font-size: 4vw;
    padding-left: 6.9333333333vw;
  }
  .p-reason-check-list li::before {
    width: 5.3333333333vw;
  }
}
/*------------- .p-case -------------*/
.p-case-swiper-slide {
  height: auto;
  padding: 0 0.78125vw;
  opacity: 0.6;
}
.p-case-swiper-slide.swiper-slide-active, .p-case-swiper-slide.swiper-slide-next, .p-case-swiper-slide.swiper-slide-prev {
  opacity: 1;
}

.p-case-card {
  max-width: 19.7916666667vw;
  height: 100%;
  padding: 1.0416666667vw;
  margin: auto;
  padding-bottom: 1.5625vw;
  border-radius: 0.5208333333vw;
  background-color: #fff;
}

.p-case-card-img {
  width: 100%;
  aspect-ratio: 340/197.4;
}
.p-case-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.p-case-card-label {
  color: #ED6D06;
  line-height: 1;
  font-weight: 700;
  width: fit-content;
  padding: 0.2604166667vw 0.6770833333vw;
  margin: 0.78125vw 0;
  border: 1px solid #ED6D06;
  border-radius: 9999px;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0.03em;
  font-weight: 700;
  font-size: 0.9375vw;
}

.p-case-card-title {
  font-size: 2.2rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
  font-weight: 700;
  font-size: 1.1458333333vw;
  margin-bottom: 0.625vw;
}

.p-case-card-info {
  display: flex;
  align-items: center;
  gap: 0.5208333333vw;
}
.p-case-card-info:not(:last-child) {
  margin-bottom: 0.4166666667vw;
}
.p-case-card-info dt {
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0.03em;
  font-weight: 700;
  font-size: 0.9375vw;
  color: #fff;
  text-align: center;
  padding-block: 0.3125vw;
  width: 3.8541666667vw;
  border-radius: 0.15625vw;
  background-color: #32448A;
}
.p-case-card-info dt span {
  font-size: 0.8333333333vw;
}
.p-case-card-info dd {
  flex: 1;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
  font-weight: 400;
  font-size: 0.8333333333vw;
  align-content: center;
}

.p-case-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.6041666667vw;
  margin-top: 2.0833333333vw;
}

.p-case-nav-prev,
.p-case-nav-next {
  position: static;
  width: 3.6458333333vw;
  height: 3.6458333333vw;
  margin: 0;
  background: url(../../akiya/images/icn_arw-circle.svg) no-repeat center/contain;
  transition: all 0.3s;
}
.p-case-nav-prev::before, .p-case-nav-prev::after,
.p-case-nav-next::before,
.p-case-nav-next::after {
  content: none;
}
@media (any-hover: hover) {
  .p-case-nav-prev:hover,
  .p-case-nav-next:hover {
    opacity: 0.7;
  }
}

.p-case-nav-prev {
  scale: -1 1;
}

.p-case-nav-pagination {
  position: static;
  width: fit-content !important;
  margin: 0;
}

.p-case-nav-pagination .swiper-pagination-bullet {
  width: 0.9375vw;
  height: 0.9375vw;
  margin: 0 0.625vw !important;
  background-color: #707070;
  opacity: 1;
}

.p-case-nav-pagination .swiper-pagination-bullet-active {
  background-color: #ED6D06;
}

@media screen and (max-width: 767px) {
  .p-case-swiper-wrapper {
    min-height: 117.8666666667vw;
  }
  .p-case-swiper-slide {
    padding-inline: 2.6666666667vw;
  }
  .p-case-card {
    max-width: 78.6666666667vw;
    padding-block: 5.3333333333vw 8vw;
    padding-inline: 5.3333333333vw;
    border-radius: 2.6666666667vw;
  }
  .p-case-card-label {
    font-size: 4vw;
    padding: 1.3333333333vw 3.4666666667vw;
    margin-block: 4.5333333333vw 2.6666666667vw;
  }
  .p-case-card-title {
    font-size: 5.3333333333vw;
    line-height: 1.5;
    margin-bottom: 4vw;
  }
  .p-case-card-info {
    align-items: flex-start;
    gap: 2.6666666667vw;
  }
  .p-case-card-info:not(:last-child) {
    margin-bottom: 2.6666666667vw;
  }
  .p-case-card-info dt {
    font-size: 4vw;
    width: 17.0666666667vw;
    border-radius: 0.8vw;
    padding-block: 1.3333333333vw;
  }
  .p-case-card-info dt span {
    font-size: 3.7333333333vw;
  }
  .p-case-card-info dd {
    font-size: 4vw;
  }
  .p-case-nav {
    gap: 0 2.6666666667vw;
    margin-top: 8vw;
  }
  .p-case-nav-prev,
  .p-case-nav-next {
    width: 14.6666666667vw;
    height: 14.6666666667vw;
  }
  .p-case-nav-pagination {
    width: 53.3333333333vw !important;
  }
  .p-case-nav-pagination .swiper-pagination-bullet {
    width: 3.4666666667vw;
    height: 3.4666666667vw;
    margin: 0 1.2vw !important;
  }
}
/*------------- .p-flow -------------*/
.p-flow-list {
  display: flex;
  justify-content: space-between;
  gap: 2.5rem;
  margin-top: 6rem;
  position: relative;
}
.p-flow-list::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 1.8rem;
  background-color: #32448A;
}

.p-flow-item {
  flex: 1;
  padding: 4rem 1.8rem 2.5rem;
  border: 0.3rem solid #ACB3CF;
  background-color: #fff;
  position: relative;
}

.p-flow-item-step {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #32448A;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.02em;
  font-weight: 700;
  font-family: "Montserrat", "Noto Sans JP";
  text-align: center;
  padding: 0 1rem;
  background-color: #fff;
}
.p-flow-item-step span {
  font-size: 3rem;
}

.p-flow-item-image {
  height: 13rem;
}
.p-flow-item-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.p-flow-item-ttl {
  color: #ED6D06;
  font-size: 2.2rem;
  line-height: 1;
  letter-spacing: 0.04em;
  font-weight: 700;
  text-align: center;
  margin: 2.2rem 0 2rem;
}

.p-flow-item-txt {
  font-size: 1.8rem;
  line-height: 1.6;
  letter-spacing: 0.04em;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .p-flow-list {
    flex-direction: column;
    gap: 9.6vw;
    margin-top: 13.3333333333vw;
  }
  .p-flow-list::before {
    position: absolute;
    content: "";
    top: 3%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 4.8vw;
    height: 97%;
  }
  .p-flow-item {
    display: grid;
    grid-template-columns: 22.6666666667vw 1fr;
    align-items: center;
    gap: 3.4666666667vw 5.3333333333vw;
    padding-block: 7.2vw 5.3333333333vw;
    padding-inline: 4.8vw;
    border-width: 0.8vw;
  }
  .p-flow-item-step {
    left: 4.5333333333vw;
    transform: translate(0, -50%);
    font-size: 3.7333333333vw;
    padding-inline: 2.6666666667vw;
  }
  .p-flow-item-step span {
    font-size: 8vw;
  }
  .p-flow-item-image {
    grid-row: span 2;
    width: 100%;
    height: auto;
  }
  .p-flow-item-ttl {
    font-size: 5.3333333333vw;
    text-align: left;
    margin: initial;
  }
  .p-flow-item-txt {
    font-size: 4vw;
    line-height: 1.8;
  }
}
/*------------- .p-form -------------*/
.p-form-lead {
  font-size: 1.8rem;
  line-height: 1.8;
  letter-spacing: 0.04em;
  font-weight: 400;
  text-align: center;
}

.p-contact-form {
  padding: 6rem 19rem;
  margin: 3rem 0 4rem;
  border-radius: 1rem;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .p-form-lead {
    font-size: 4vw;
    text-align: left;
  }
  .p-contact-form {
    padding: 8vw 5.3333333333vw;
  }
}
.p-contact-item:not(:last-child) {
  margin-bottom: 4rem;
}

.p-contact-item-title {
  font-size: 1.8rem;
  line-height: 1.5555555556;
  letter-spacing: 0.06em;
  font-weight: 700;
}
.p-contact-item-title small {
  font-size: 1.4rem;
}

.p-contact-item-require {
  color: #fff;
  font-size: 1.4rem;
  padding: 0.1rem 0.7rem 0.3rem;
  margin-left: 2rem;
}
.p-contact-item-require._require {
  background-color: #D21708;
}
.p-contact-item-require._optional {
  background-color: #7E7E7E;
}

.p-contact-item input:not([type=checkbox]),
.p-contact-item textarea {
  color: inherit;
  font-size: 1.6rem;
  line-height: 1.625;
  letter-spacing: 0.06em;
  font-weight: 400;
  font-family: "Noto Sans JP";
  width: 100%;
  height: 5rem;
  padding: 1rem 2rem !important;
  margin-top: 1rem;
  border: 1px solid #D7D8DA;
  border-radius: 0.4rem;
  background-color: transparent !important;
}
.p-contact-item input:not([type=checkbox])::placeholder,
.p-contact-item textarea::placeholder {
  opacity: 0.4;
}
.p-contact-item input[type=number] {
  -moz-appearance: textfield;
}
.p-contact-item input[type=number]::-webkit-inner-spin-button, .p-contact-item input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.p-contact-item input#zip {
  width: 18rem;
}
.p-contact-item textarea {
  height: 20rem;
  max-height: 50rem;
  resize: vertical;
}
.p-contact-item textarea[name=info] {
  height: 5rem;
  resize: none;
}
.p-contact-item#item-agree {
  margin-bottom: 0;
}
.p-contact-item#item-agree .p-contact-item-require {
  display: none;
}
.p-contact-item#item-agree .error {
  text-align: center;
}
.p-contact-item._zipcode {
  margin-bottom: 1rem;
}
.p-contact-item._addr .p-contact-item-require {
  display: none;
}

.error {
  color: #D21708;
  font-size: 1.4rem;
  line-height: 1.6428571429;
  letter-spacing: 0.06em;
  font-weight: 700;
  margin-top: 1rem;
  width: 100%;
  display: inline-block;
}

.p-contact-item-input {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0 1rem;
}
.p-contact-item-input .notes {
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0.06em;
  font-weight: 700;
}

.p-contact-item input.is-error,
.p-contact-item textarea.is-error,
.p-contact-item select.is-error {
  border-color: #D21708;
  background: #FBECEA;
}

.p-contact-privacy-box {
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: 0.06em;
  font-weight: 400;
  max-height: 13rem;
  overflow: auto;
  border: 1px solid #D7D8DA;
  background: #fff;
  padding: 3rem;
  padding-right: 5rem;
  margin: 1rem 0 4rem;
}

.p-contact-privacy-ttl {
  font-weight: 700;
}

.p-contact-privacy-txt:not(:last-child) {
  margin-bottom: 1em;
}

.mwform-checkbox-field {
  font-size: 1.6rem;
  line-height: 1.625;
  letter-spacing: 0.06em;
  font-weight: 400;
  display: block;
  margin: auto;
  width: fit-content;
}

.mwform-checkbox-field.horizontal-item label {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.mwform-checkbox-field.horizontal-item input[type=checkbox] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  appearance: none;
}
.mwform-checkbox-field.horizontal-item input[type=checkbox] + .mwform-checkbox-field-text {
  position: relative;
  padding-left: 3rem;
  line-height: 1.5;
}
.mwform-checkbox-field.horizontal-item input[type=checkbox] + .mwform-checkbox-field-text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
  border: 0.2rem solid #D7D8DA;
  border-radius: 0.2rem;
  background-color: #fff;
  transition: all 0.3s ease;
}
.mwform-checkbox-field.horizontal-item input[type=checkbox]:checked + .mwform-checkbox-field-text::before {
  background-color: #222222;
  border-color: #222222;
}
.mwform-checkbox-field.horizontal-item input[type=checkbox]:checked + .mwform-checkbox-field-text::after {
  content: "";
  position: absolute;
  left: 0.6rem;
  top: 45%;
  transform: translateY(-50%) rotate(45deg);
  width: 0.8rem;
  height: 1.2rem;
  border-bottom: 0.3rem solid #fff;
  border-right: 0.3rem solid #fff;
}
.mwform-checkbox-field.horizontal-item input[type=checkbox]:hover + .mwform-checkbox-field-text::before {
  border-color: #222222;
}

.p-contact-submit-wrapper {
  margin-top: 4rem;
  text-align: center;
}

.p-contact-submit-btn {
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.5555555556;
  letter-spacing: 0.06em;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35rem;
  height: 6rem;
  margin: auto;
  border-radius: 9999px;
  background-color: #ED6D06;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
}
.p-contact-submit-btn::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  width: 5rem;
  height: 5rem;
  background: url(../../akiya/images/icn_arw-circle.svg) no-repeat center/contain;
}
.p-contact-submit-btn:hover, .p-contact-submit-btn:focus, .p-contact-submit-btn:active {
  opacity: 0.7;
}

#autozip {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
}

@media screen and (max-width: 767px) {
  .p-contact-item:not(:last-child) {
    margin-bottom: 10.6666666667vw;
  }
  .p-contact-item-title {
    font-size: 4.8vw;
  }
  .p-contact-item-title small {
    font-size: 3.7333333333vw;
  }
  .p-contact-item-require {
    font-size: 3.7333333333vw;
    padding: 0.2666666667vw 1.8666666667vw 0.8vw;
    margin-left: 2.6666666667vw;
    white-space: nowrap;
  }
  .p-contact-item input:not([type=checkbox]),
  .p-contact-item textarea {
    font-size: 4vw;
    height: 13.3333333333vw;
    padding: 2.6666666667vw 5.3333333333vw !important;
    margin-top: 2.6666666667vw;
    border: 0.2666666667vw solid #D7D8DA;
    border-radius: 1.0666666667vw;
  }
  .p-contact-item input#zip {
    width: 48vw;
  }
  .p-contact-item textarea {
    height: 53.3333333333vw;
    max-height: 133.3333333333vw;
  }
  .p-contact-item textarea[name=info] {
    height: 20vw;
  }
  .p-contact-item._zipcode {
    margin-bottom: 2.6666666667vw;
  }
  .error {
    font-size: 3.7333333333vw;
    margin-top: 2.6666666667vw;
  }
  .p-contact-item-input {
    gap: 0 2.6666666667vw;
  }
  .p-contact-item-input .notes {
    font-size: 4.8vw;
  }
  .p-contact-privacy-box {
    font-size: 4vw;
    max-height: 34.6666666667vw;
    border: 0.2666666667vw solid #D7D8DA;
    padding: 5.3333333333vw;
    padding-right: 10.6666666667vw;
    margin: 2.6666666667vw 0 5.3333333333vw;
  }
  .mwform-checkbox-field {
    font-size: 4vw;
  }
  .mwform-checkbox-field.horizontal-item label {
    gap: 2.6666666667vw;
  }
  .mwform-checkbox-field.horizontal-item input[type=checkbox] + .mwform-checkbox-field-text {
    padding-left: 8vw;
  }
  .mwform-checkbox-field.horizontal-item input[type=checkbox] + .mwform-checkbox-field-text::before {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    border: 0.5333333333vw solid #D7D8DA;
    border-radius: 0.5333333333vw;
  }
  .mwform-checkbox-field.horizontal-item input[type=checkbox]:checked + .mwform-checkbox-field-text::after {
    left: 1.6vw;
    width: 2.1333333333vw;
    height: 3.2vw;
    border-bottom: 0.8vw solid #fff;
    border-right: 0.8vw solid #fff;
  }
  .p-contact-submit-wrapper {
    margin-top: 8vw;
  }
  .p-contact-submit-btn {
    font-size: 4.8vw;
    font-size: 1.8rem;
    line-height: 1.5555555556;
    letter-spacing: 0.06em;
    font-weight: 700;
    width: 100%;
    height: 16vw;
  }
  .p-contact-submit-btn::before {
    right: 2.6666666667vw;
    width: 12vw;
    height: 12vw;
  }
}
.p-form-tel-cv {
  padding: 2.5rem 6rem 3rem;
  margin-top: 6rem;
  border-radius: 1rem;
  background-color: #32448A;
}

.p-form-tel-cv-ttl {
  color: #fff;
  text-align: center;
  font-size: 2.6rem;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 700;
}

.p-form-tel-cv-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4.5rem;
  color: #32448A;
  padding: 2.8rem;
  margin-top: 1.5rem;
  border-radius: 0.6rem;
  background-color: #fff;
}

.p-form-tel-cv-num {
  font-size: 5.5rem;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 700;
  font-family: "Montserrat", "Noto Sans JP";
  padding-left: 3.8rem;
  background: url(../../akiya/images/icn_tel_nv.svg) no-repeat center left/contain;
  pointer-events: none;
}

.p-form-tel-cv-time span {
  color: #fff;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.03em;
  font-weight: 700;
  padding: 0.2rem 0.7rem 0.4rem;
  margin-right: 0.8rem;
  border-radius: 0.4rem;
  background-color: #32448A;
}

@media screen and (max-width: 767px) {
  .p-form-tel-cv {
    padding: 5.3333333333vw;
    margin-top: 10.6666666667vw;
    border-radius: 2.6666666667vw;
  }
  .p-form-tel-cv-ttl {
    font-size: 5.3333333333vw;
  }
  .p-form-tel-cv-inner {
    flex-direction: column;
    gap: 1.3333333333vw;
    padding: 4vw;
    margin-top: 2.6666666667vw;
    border-radius: 1.6vw;
  }
  .p-form-tel-cv-num {
    font-size: 8.5333333333vw;
    padding-left: 8vw;
    pointer-events: auto;
  }
  .p-form-tel-cv-time {
    font-size: 4vw;
  }
  .p-form-tel-cv-time span {
    font-size: 3.7333333333vw;
    padding: 0.5333333333vw 1.8666666667vw 1.0666666667vw;
    margin-right: 2.6666666667vw;
    border-radius: 1.0666666667vw;
  }
}
.p-contact-progress {
  opacity: 0;
  position: fixed;
  right: 0;
  bottom: 2rem;
  width: 29.3rem;
  padding: 2rem;
  padding-top: 0;
  border-radius: 0.6rem 0 0 0.6rem;
  background-color: #32448A;
  overflow: hidden;
  z-index: 200;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.p-contact-progress.is-active {
  opacity: 1;
  pointer-events: auto;
}

.p-contact-progress-head {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  color: #fff;
  font-size: 2.2rem;
  line-height: 1;
  letter-spacing: 0.04em;
  font-weight: 700;
  height: 7rem;
  padding-top: 1.5rem;
  position: relative;
  cursor: pointer;
}
.p-contact-progress-head::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 0.5rem;
  transform: translateY(-50%) rotate(45deg);
  width: 2rem;
  height: 2rem;
  border-bottom: 0.4rem solid #fff;
  border-right: 0.4rem solid #fff;
}
.p-contact-progress-head.is-complete {
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0.04em;
  font-weight: 700;
  justify-content: end;
  height: auto;
  padding: 0;
  padding-top: 2rem;
  white-space: nowrap;
  pointer-events: none;
}
.p-contact-progress-head.is-complete .p-contact-progress-text {
  margin-right: 0;
}
.p-contact-progress-head.is-complete::before {
  content: none;
}

.p-contact-progress-current {
  font-family: "Montserrat", "Noto Sans JP";
  font-weight: 600;
  font-size: 4.8rem;
  margin-top: -1.5rem;
}
.p-contact-progress-current span {
  font-size: 2.2rem;
}

.p-contact-progress-list {
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0.03em;
  font-weight: 700;
  padding: 1.5rem 3rem;
  border-radius: 0.4rem;
  background-color: #fff;
}
.p-contact-progress-list ul {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
.p-contact-progress-list ul li {
  display: none;
  padding-left: 2.5rem;
  position: relative;
}
.p-contact-progress-list ul li.is-show {
  display: block;
}
.p-contact-progress-list ul li::before, .p-contact-progress-list ul li::after {
  position: absolute;
  content: "";
  top: 50%;
}
.p-contact-progress-list ul li::before {
  left: 0.4rem;
  width: 1px;
  height: 4rem;
  background-color: #D7D8DA;
}
.p-contact-progress-list ul li::after {
  left: 0;
  transform: translateY(-50%);
  width: 0.9rem;
  height: 0.9rem;
  border-radius: 9999px;
  background-color: #ED6D06;
}
.p-contact-progress-list ul li:not(:has(~ .is-show))::before {
  content: none;
}

@media screen and (max-width: 767px) {
  .p-contact-progress {
    bottom: 16vw;
    width: 40.8vw;
    padding: 2.6666666667vw;
    border-radius: 1.6vw 0 0 1.6vw;
  }
  .p-contact-progress-head {
    gap: 1.3333333333vw;
    font-size: 3.2vw;
    height: 7.4666666667vw;
    padding: 0;
  }
  .p-contact-progress-head::before {
    right: 2.1333333333vw;
    width: 2.1333333333vw;
    height: 2.1333333333vw;
    border-bottom: 0.5333333333vw solid #fff;
    border-right: 0.5333333333vw solid #fff;
  }
  .p-contact-progress-head.is-complete {
    font-size: 3.2vw;
    justify-content: end;
    padding: 0;
  }
  .p-contact-progress-current {
    font-size: 5.3333333333vw;
    margin-top: -1.3333333333vw;
  }
  .p-contact-progress-current span {
    font-size: 3.2vw;
  }
  .p-contact-progress-list {
    font-size: 2.9333333333vw;
    padding: 4vw 2.1333333333vw;
    padding-right: 0;
  }
  .p-contact-progress-list ul {
    gap: 4vw;
  }
  .p-contact-progress-list ul li {
    padding-left: 2.6666666667vw;
  }
  .p-contact-progress-list ul li::before {
    left: 0.5333333333vw;
    height: 6.6666666667vw;
  }
  .p-contact-progress-list ul li::after {
    width: 1.3333333333vw;
    height: 1.3333333333vw;
  }
}
/*------------- p-area -------------*/
.p-area-read {
  font-size: 1.8rem;
  line-height: 1.6;
  letter-spacing: 0.04em;
  font-weight: 400;
  text-align: center;
}
.p-area-read small {
  display: inline-block;
  font-size: 1.6rem;
}

.p-area-block {
  background-color: #fff;
  border-radius: 1rem;
  overflow: hidden;
  margin-top: 4rem;
}

.p-area-block-ttl {
  background-color: #32448A;
  padding-block: 1.2rem;
  padding-inline: 2rem;
}

.p-area-block-ttl span {
  font-size: 2.8rem;
  line-height: 1.4285714286;
  letter-spacing: 0.03em;
  font-weight: 700;
  color: #fff;
  display: grid;
  grid-template-columns: repeat(3, auto);
  align-items: center;
  justify-content: center;
  column-gap: 2rem;
}

.p-area-block-ttl span::before,
.p-area-block-ttl span::after {
  content: "";
  display: inline-block;
  width: 5.8rem;
  aspect-ratio: 58/22;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(./../images/icn_triangle_bottom_double.svg);
}

.p-area-block-wrapper {
  padding-block: 4rem 5rem;
  padding-inline: 9rem 8.5rem;
  display: flex;
  align-items: center;
  gap: 0 5rem;
}

.p-area-block-wrapper-img {
  width: 40rem;
  aspect-ratio: 1;
  border: 0.3rem solid #ACB3CF;
  border-radius: 1rem;
  overflow: hidden;
}
.p-area-block-wrapper-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.p-area-block-items {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.p-area-block-item {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.p-area-block-item-ttl {
  font-size: 2rem;
  line-height: 1.45;
  letter-spacing: 0.03em;
  font-weight: 700;
  color: #ED6D06;
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  justify-content: flex-start;
  column-gap: 0.8rem;
}

.p-area-block-item-ttl::before {
  content: "";
  width: 0.9rem;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #ED6D06;
}

.p-area-block-item-txt {
  font-size: 1.8rem;
  line-height: 1.4444444444;
  letter-spacing: 0.03em;
  font-weight: 400;
}
.p-area-block-item-txt span {
  display: inline-block;
  padding-left: 2.8em;
  text-indent: -2.8em;
}

.p-area-items {
  display: flex;
  justify-content: center;
  gap: 0 2.5rem;
  margin-top: 5.7rem;
}

.p-area-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-block: 2.2rem 2.5rem;
  padding-inline: 1.5rem;
  width: 35rem;
  background-color: #fff;
  border: 0.5rem solid rgba(237, 109, 6, 0.6);
  border-radius: 1rem;
  position: relative;
}

.p-area-item::before {
  content: "";
  position: absolute;
  top: -1.2rem;
  left: 1.8rem;
  z-index: 1;
  width: 4.26rem;
  aspect-ratio: 42.6/48.87;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.p-area-item._01::before {
  background-image: url(./../images/icn_area_item_01.svg);
}

.p-area-item._02::before {
  background-image: url(./../images/icn_area_item_02.svg);
}

.p-area-item._03::before {
  background-image: url(./../images/icn_area_item_03.svg);
}

.p-area-item-img._01 {
  width: 17.1rem;
  aspect-ratio: 171.1/103.8;
}
.p-area-item-img._02 {
  width: 16.525rem;
  aspect-ratio: 165.25/111.7;
  margin-left: 3rem;
}
.p-area-item-img._03 {
  width: 10.575rem;
  aspect-ratio: 105.75/107.5;
}
.p-area-item-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.p-area-item-txt {
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
  font-weight: 700;
  text-align: center;
}
.p-area-item-txt em {
  color: #ED6D06;
}

@media screen and (max-width: 767px) {
  .p-area-read {
    font-size: 4vw;
    text-align: left;
  }
  .p-area-read small {
    font-size: 4vw;
    line-height: 1.6;
    padding-left: 1.1em;
    text-indent: -1.1em;
    margin-top: 0.7rem;
  }
  .p-area-block {
    border-radius: 2.6666666667vw;
    margin-top: 8vw;
  }
  .p-area-block-ttl {
    padding-block: 2.1333333333vw;
    padding-inline: 1.3333333333vw;
  }
  .p-area-block-ttl span {
    font-size: 5.8666666667vw;
    line-height: 1.4545454545;
    column-gap: 2.6666666667vw;
  }
  .p-area-block-ttl span::before,
  .p-area-block-ttl span::after {
    width: 9.6vw;
  }
  .p-area-block-wrapper {
    padding-block: 5.3333333333vw;
    padding-inline: 5.3333333333vw;
    flex-direction: column;
    gap: 5.3333333333vw;
  }
  .p-area-block-wrapper-img {
    width: 100%;
    aspect-ratio: 295/249;
    border-width: 0.8vw;
    border-radius: 2.6666666667vw;
  }
  .p-area-block-items {
    gap: 2.9333333333vw;
  }
  .p-area-block-item {
    gap: 0.8vw;
  }
  .p-area-block-item-ttl {
    font-size: 4.8vw;
    column-gap: 1.8666666667vw;
  }
  .p-area-block-item-ttl::before {
    width: 2.1333333333vw;
    margin-top: 0.5333333333vw;
  }
  .p-area-block-item-txt {
    font-size: 4vw;
    line-height: 1.8;
  }
  .p-area-items {
    flex-direction: column;
    gap: 7.2vw;
    margin-top: 13.3333333333vw;
  }
  .p-area-item {
    gap: 3.4666666667vw;
    padding-block: 5.6vw;
    padding-inline: 2.6666666667vw;
    width: 100%;
    border-width: 1.3333333333vw;
    border-radius: 2.6666666667vw;
  }
  .p-area-item::before {
    top: -3.4666666667vw;
    left: 4.5333333333vw;
    width: 11.36vw;
  }
  .p-area-item-img._01 {
    width: 38.28vw;
  }
  .p-area-item-img._02 {
    width: 32.68vw;
    margin-left: initial;
  }
  .p-area-item-img._03 {
    width: 22.56vw;
  }
  .p-area-item-txt {
    font-size: 4.8vw;
    line-height: 1.6;
  }
}
/*------------- p-support -------------*/
.p-support-read {
  font-size: 2.4rem;
  line-height: 1.5833333333;
  letter-spacing: 0.04em;
  font-weight: 700;
  text-align: center;
  margin-top: -0.5rem;
}
.p-support-read small {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 400;
}
.p-support-read em {
  color: #32448A;
  background-image: linear-gradient(to bottom, transparent 60%, #E9DB18 60%);
  background-repeat: no-repeat;
}

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

.p-support-container {
  width: 100%;
  max-width: 110rem;
  margin-inline: auto;
  padding-block: 3.6rem;
  padding-inline: 4.6rem;
  background-color: #fff;
  border: 0.2rem solid #DFDFDF;
  margin-top: 4rem;
  position: relative;
}

.p-support-img {
  position: absolute;
  top: 4rem;
  left: 20.1rem;
  z-index: 1;
  width: 55.83rem;
  aspect-ratio: 558.3/126.6;
}
.p-support-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.p-support-block {
  padding-block: 11.3rem 3.8rem;
  padding-inline: 4rem;
  background-color: #FEF1DC;
  clip-path: polygon(50% 0%, 100% calc(100% - 29rem), 100% 100%, 0 100%, 0% calc(100% - 29rem));
}

.p-support-block-read {
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.03em;
  font-weight: 400;
  text-align: center;
}

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

.p-support-block-item {
  padding-block: 2rem;
  padding-inline: 2rem;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  position: relative;
}

.p-support-block-item::before {
  content: "";
  position: absolute;
  z-index: 1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.p-support-block-item._01::before {
  top: -1.2rem;
  right: 0.75rem;
  width: 8.815rem;
  aspect-ratio: 88.15/91.25;
  background-image: url(./../images/img_support_item_01.png);
}

.p-support-block-item._02::before {
  top: -2.25rem;
  right: 1.8rem;
  width: 5.035rem;
  aspect-ratio: 50.35/99.15;
  background-image: url(./../images/img_support_item_02.png);
}

.p-support-block-item-ttl {
  font-size: 1.8rem;
  line-height: 1.6;
  letter-spacing: 0.03em;
  font-weight: 700;
  color: #fff;
  text-align: center;
  background-color: #32448A;
  padding-block: 0.15rem;
  padding-inline: 2.5rem;
  border-radius: 10vmax;
}

.p-support-block-item-txt {
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.03em;
  font-weight: 400;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-support-read {
    font-size: 4.8vw;
    line-height: 1.5;
    text-align: left;
    margin-top: 10.6666666667vw;
  }
  .p-support-read small {
    font-size: 4vw;
    line-height: 1.8;
    margin-bottom: 0.8vw;
  }
  .p-support-txt {
    font-size: 4vw;
    line-height: 1.8;
    text-align: left;
    margin-top: 1.3333333333vw;
  }
  .p-support-container {
    max-width: initial;
    padding-block: 8vw 7.2vw;
    padding-inline: 4.8vw;
    border-width: 0.5333333333vw;
    margin-top: 7.4666666667vw;
  }
  .p-support-img {
    position: static;
    width: 100%;
    height: auto;
    aspect-ratio: 295/131;
  }
  .p-support-block {
    padding-block: 3.4666666667vw 8vw;
    padding-inline: 5.3333333333vw;
    margin-top: -1px;
    clip-path: none;
  }
  .p-support-block-read {
    font-size: 4vw;
    line-height: 1.8;
    text-align: left;
  }
  .p-support-block-items {
    grid-template-columns: 1fr;
    gap: 7.2vw;
    margin-top: 7.2vw;
  }
  .p-support-block-item {
    padding-block: 4.8vw;
    padding-inline: 5.3333333333vw;
    gap: 2.4vw;
  }
  .p-support-block-item._01::before {
    top: -3.2vw;
    right: 1.3333333333vw;
    width: 18.1333333333vw;
  }
  .p-support-block-item._02::before {
    top: -3.2vw;
    right: 1.6vw;
    width: 9.3333333333vw;
  }
  .p-support-block-item-ttl {
    font-size: 4vw;
    padding-block: 0.2666666667vw;
    padding-inline: 5.3333333333vw;
  }
  .p-support-block-item-txt {
    font-size: 4vw;
    text-align: left;
  }
  @supports (-moz-appearance: none) or (-webkit-hyphens: none) {
    .p-support-block-item-txt {
      letter-spacing: normal;
    }
  }
}
/*------------- p-expert -------------*/
.p-expert-blocks {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 3rem;
  margin-top: 4.5rem;
}

.p-expert-block {
  padding-block: 4rem 3.8rem;
  padding-inline: 4rem;
  background-color: #fff;
  border-radius: 1rem;
  box-shadow: 0 0 1.5rem rgba(58, 58, 58, 0.2);
  position: relative;
}

.p-expert-block::before {
  content: "";
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 1;
  width: 2.475rem;
  aspect-ratio: 1;
  background-color: #ED6D06;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
}

.p-expert-block-wrap {
  display: flex;
  align-items: center;
  gap: 0 3rem;
}

.p-expert-block-wrap-img {
  width: 16rem;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
}
.p-expert-block-wrap-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.p-expert-block-wrap-box {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-left: 1.5rem;
  border-left: 0.3rem solid #ED6D06;
}

.p-expert-block-wrap-box-txt {
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-weight: 400;
  color: #949090;
}

.p-expert-block-wrap-box-name {
  font-size: 2.8rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
  font-weight: 700;
}

.p-expert-block-career {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  margin-top: 3rem;
}

.p-expert-block-career-ttl {
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-weight: 700;
  color: #fff;
  background-color: #ED6D06;
  width: fit-content;
  padding-block: 0.25rem;
  padding-inline: 1.2rem;
  border-radius: 0.3rem;
}

.p-expert-block-career-txt {
  font-size: 1.8rem;
  line-height: 1.7777777778;
  letter-spacing: 0.03em;
  font-weight: 400;
}

.p-expert-groups {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 3rem;
  margin-top: 3rem;
}

.p-expert-group {
  padding-block: 4rem;
  padding-inline: 3rem;
  background-color: #fff;
  border-radius: 1rem;
  box-shadow: 0 0 1.5rem rgba(58, 58, 58, 0.2);
  position: relative;
}

.p-expert-group::before {
  content: "";
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 1;
  width: 1.745rem;
  aspect-ratio: 1;
  background-color: #ED6D06;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
}

.p-expert-group-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 0 3rem;
}

.p-expert-group-wrap {
  width: 13.5rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.p-expert-group-wrap-img {
  width: 12rem;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
  align-self: center;
}
.p-expert-group-wrap-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.p-expert-group-wrap-box {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  padding-left: 1rem;
  border-left: 0.3rem solid #ED6D06;
}

.p-expert-group-wrap-box-txt {
  font-size: 1.6rem;
  line-height: 1.6875;
  letter-spacing: 0.04em;
  font-weight: 400;
  color: #949090;
}

.p-expert-group-wrap-box-name {
  font-size: 2.2rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
  font-weight: 700;
}

.p-expert-group-career {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.p-expert-group-career-ttl {
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-weight: 700;
  color: #fff;
  background-color: #ED6D06;
  width: fit-content;
  padding-block: 0.25rem;
  padding-inline: 1.2rem;
  border-radius: 0.3rem;
}

.p-expert-group-career-txt {
  font-size: 1.6rem;
  line-height: 1.8125;
  letter-spacing: 0.03em;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .p-expert-blocks {
    grid-template-columns: 1fr;
    gap: 5.3333333333vw;
    margin-top: 10.6666666667vw;
  }
  .p-expert-block {
    padding-block: 8vw 7.2vw;
    padding-inline: 5.3333333333vw;
    border-radius: 2.6666666667vw;
    box-shadow: 0 0 4vw rgba(58, 58, 58, 0.2);
  }
  .p-expert-block::before {
    top: 2.6666666667vw;
    left: 2.6666666667vw;
    width: 6.6vw;
  }
  .p-expert-block-wrap {
    gap: 0 5.3333333333vw;
  }
  .p-expert-block-wrap-img {
    width: 29.3333333333vw;
  }
  .p-expert-block-wrap-box {
    gap: 1.3333333333vw;
    padding-left: 3.2vw;
    border-width: 0.5333333333vw;
    margin-top: 3.2vw;
  }
  .p-expert-block-wrap-box-txt {
    font-size: 4vw;
    line-height: 1.5;
  }
  .p-expert-block-wrap-box-name {
    font-size: 5.8666666667vw;
  }
  .p-expert-block-career {
    gap: 2.1333333333vw;
    margin-top: 6.6666666667vw;
  }
  .p-expert-block-career-ttl {
    font-size: 4.8vw;
    padding-block: 0.6666666667vw;
    padding-inline: 3.2vw;
    border-radius: 0.8vw;
  }
  .p-expert-block-career-txt {
    font-size: 4vw;
    line-height: 1.8;
  }
  .p-expert-groups {
    grid-template-columns: 1fr;
    gap: 5.3333333333vw;
    margin-top: 5.3333333333vw;
  }
  .p-expert-group {
    padding-block: 6.6666666667vw 6.1333333333vw;
    padding-inline: 5.3333333333vw;
    border-radius: 2.6666666667vw;
    box-shadow: 0 0 4vw rgba(58, 58, 58, 0.2);
  }
  .p-expert-group::before {
    top: 2.6666666667vw;
    left: 2.6666666667vw;
    width: 4.2vw;
  }
  .p-expert-group-wrapper {
    flex-direction: column;
    align-items: initial;
    gap: 5.3333333333vw;
  }
  .p-expert-group-wrap {
    width: 100%;
    flex-direction: row;
    align-items: center;
    gap: 0 4vw;
  }
  .p-expert-group-wrap-img {
    width: 24vw;
  }
  .p-expert-group-wrap-box {
    gap: 0.8vw;
    padding-left: 3.2vw;
    border-width: 0.5333333333vw;
  }
  .p-expert-group-wrap-box-txt {
    font-size: 3.7333333333vw;
    line-height: 1.7142857143;
  }
  .p-expert-group-wrap-box-name {
    font-size: 4.8vw;
  }
  .p-expert-group-career {
    gap: 2.1333333333vw;
  }
  .p-expert-group-career-ttl {
    font-size: 4.8vw;
    padding-block: 0.6666666667vw;
    padding-inline: 3.2vw;
    border-radius: 0.8vw;
  }
  .p-expert-group-career-txt {
    font-size: 4vw;
    line-height: 1.8;
  }
}
/*------------- p-company -------------*/
.p-company-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 0 4rem;
  margin-top: 4rem;
}

.p-company-wrap-badge {
  width: 41.585rem;
  aspect-ratio: 415.85/82.15;
}
.p-company-wrap-badge img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.p-company-wrap-txt {
  width: fit-content;
  font-size: 1.8rem;
  line-height: 1.8;
  letter-spacing: 0.04em;
  font-weight: 400;
}

.p-company-group {
  display: flex;
  align-items: center;
  gap: 0 5rem;
  padding-block: 6rem;
  padding-inline: 8rem;
  background-color: #fff;
  box-shadow: 0 0 1.5rem rgba(237, 109, 6, 0.15);
  margin-top: 4rem;
}

.p-company-group-images {
  width: 40rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.p-company-group-img {
  width: 100%;
}
.p-company-group-img._01 {
  aspect-ratio: 400/246;
  border-radius: 1rem;
  overflow: hidden;
}
.p-company-group-img._02 {
  aspect-ratio: 400/190;
}
.p-company-group-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
}

.p-company-group-items {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.p-company-group-item {
  display: flex;
  gap: 0 1.8rem;
}

.p-company-group-item-ttl {
  width: 11rem;
  font-size: 1.8rem;
  line-height: 1.6;
  letter-spacing: 0.03em;
  font-weight: 700;
  align-content: center;
  color: #ED6D06;
  padding-bottom: 2rem;
  border-bottom: 1px solid currentColor;
}

.p-company-group-item-txt {
  flex: 1;
  font-size: 1.8rem;
  line-height: 1.6;
  letter-spacing: 0.03em;
  font-weight: 400;
  align-content: center;
  padding-bottom: 2rem;
  border-bottom: 1px solid #DFDFDF;
}

@media screen and (max-width: 767px) {
  .p-company-wrap {
    flex-direction: column;
    align-items: initial;
    gap: 4vw;
    margin-top: 10.6666666667vw;
  }
  .p-company-wrap-badge {
    width: 100%;
  }
  .p-company-wrap-txt {
    font-size: 4vw;
    line-height: 1.6;
  }
  .p-company-group {
    flex-direction: column-reverse;
    gap: 8vw;
    padding-block: 6.6666666667vw 10.6666666667vw;
    padding-inline: 5.3333333333vw;
    box-shadow: 0 0 4vw rgba(237, 109, 6, 0.15);
    margin-top: 5.3333333333vw;
  }
  .p-company-group-images {
    width: 100%;
    gap: 3.2vw;
  }
  .p-company-group-img._01 {
    border-radius: 2.6666666667vw;
  }
  .p-company-group-items {
    gap: 6.1333333333vw;
  }
  .p-company-group-item {
    flex-direction: column;
    gap: 2.6666666667vw;
  }
  .p-company-group-item-ttl {
    width: 100%;
    font-size: 4vw;
    padding-bottom: 2.1333333333vw;
  }
  .p-company-group-item-txt {
    font-size: 4vw;
    padding-bottom: initial;
    border-bottom: none;
  }
}
/*------------- p-faq -------------*/
.p-faq-accordion {
  width: 100%;
  max-width: 100rem;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.p-faq-accordion-item {
  border-radius: 1rem;
  background-color: #FFF6E8;
  padding-block: 3rem;
  overflow: hidden;
  position: relative;
  transition: padding-bottom 0.3s ease 0s;
}

.p-faq-accordion-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 0.5rem;
  height: 100%;
  background-color: #ED6D06;
}

.p-faq-accordion-item.open {
  padding-bottom: 5rem;
}

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

.p-faq-accordion-title {
  width: 100%;
  min-height: 4.5rem;
  padding-inline: 10rem;
  cursor: pointer;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
  font-weight: 700;
  color: #32448A;
  align-content: center;
  position: relative;
}

.p-faq-accordion-title::after {
  content: "Q";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 4rem;
  width: 4.5rem;
  aspect-ratio: 1;
  background-color: #ED6D06;
  border-radius: 50%;
  font-family: "Montserrat", "Noto Sans JP";
  font-size: 2.7rem;
  line-height: 1;
  letter-spacing: 0;
  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: 4rem;
  top: 50%;
  transform: translateY(-50%);
  width: 3.3rem;
  height: 3.3rem;
}

.p-faq-accordion-icon::before,
.p-faq-accordion-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50%;
  width: 100%;
  height: 0.4rem;
  background-color: #32448A;
  transition: transform 0.3s ease 0s;
}

.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-inline: 4rem;
  position: relative;
  transition: transform 0.3s ease 0s;
}

.p-faq-accordion-content-txt {
  font-size: 1.8rem;
  line-height: 1.8;
  letter-spacing: 0.03em;
  font-weight: 400;
  padding-block: 1.8rem;
  padding-inline: 3rem;
  background-color: #fff;
  border-radius: 1rem;
}

@media screen and (max-width: 767px) {
  .p-faq-accordion {
    max-width: initial;
    gap: 2.6666666667vw;
  }
  .p-faq-accordion-item {
    border-radius: 2.6666666667vw;
    padding-block: 5.3333333333vw;
  }
  .p-faq-accordion-item::before {
    width: 1.3333333333vw;
  }
  .p-faq-accordion-item.open {
    padding-bottom: 9.3333333333vw;
  }
  .p-faq-accordion-item.open .p-faq-accordion-content {
    transform: translateY(4vw);
  }
  .p-faq-accordion-title {
    min-height: 13.3333333333vw;
    padding-inline: 18.6666666667vw 13.3333333333vw;
    font-size: 4.8vw;
    line-height: 1.5;
  }
  .p-faq-accordion-title::after {
    left: 5.3333333333vw;
    width: 10.6666666667vw;
    font-size: 6.4vw;
  }
  .p-faq-accordion-icon {
    right: 5.3333333333vw;
    top: 50%;
    transform: translateY(-50%);
    width: 6.9333333333vw;
    height: 6.9333333333vw;
  }
  .p-faq-accordion-icon::before,
  .p-faq-accordion-icon::after {
    height: 0.8vw;
  }
  .p-faq-accordion-content {
    padding-inline: 5.3333333333vw;
  }
  .p-faq-accordion-content-txt {
    font-size: 4vw;
    line-height: 1.8;
    padding-block: 4.5333333333vw;
    padding-inline: 5.3333333333vw;
    border-radius: 2.6666666667vw;
  }
}
/*------------- .l-pagetop -------------*/
.l-pagetop {
  position: fixed;
  bottom: 3.5rem;
  right: 10rem;
  z-index: 100;
}
.l-pagetop a {
  display: block;
  width: 7.5rem;
  height: 7.5rem;
  border-radius: 9999px;
  rotate: -90deg;
}

@media screen and (max-width: 767px) {
  .l-pagetop {
    display: none !important;
  }
}
/*------------- l-follow-cv -------------*/
@media screen and (max-width: 767px) {
  .l-follow-cv {
    padding-block: 1.3333333333vw;
    padding-inline: 1.3333333333vw;
    background-color: rgba(255, 255, 255, 0.8);
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
  }
  .l-follow-cv-buttons {
    display: grid;
    grid-template-columns: 1fr 1fr 16.8vw;
    gap: 0 1.3333333333vw;
  }
  .l-follow-cv-buttons._af {
    grid-template-columns: 1fr;
  }
  .l-follow-cv-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 4vw;
    line-height: 1.2;
    letter-spacing: 0.05em;
    font-weight: 700;
    color: #fff;
    height: 13.0666666667vw;
    border-radius: 10vmax;
    cursor: pointer;
    transition: transform 0.3s ease 0s, box-shadow 0.3s ease 0s;
  }
  .l-follow-cv-btn span {
    position: relative;
  }
  .l-follow-cv-btn span::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
  }
  .l-follow-cv-btn._line {
    background-color: #4CC764;
    box-shadow: 0 1.0666666667vw 0 #319b46;
  }
  .l-follow-cv-btn._line span {
    padding-left: 12vw;
  }
  .l-follow-cv-btn._line span::before {
    width: 10.512vw;
    aspect-ratio: 1;
    background-image: url(./../images/icn_line.svg);
  }
  .l-follow-cv-btn._mail {
    background-color: #CF2929;
    box-shadow: 0 1.0666666667vw 0 #9e1b1b;
  }
  .l-follow-cv-btn._mail span {
    padding-left: 9.8666666667vw;
  }
  .l-follow-cv-btn._mail span::before {
    width: 6.096vw;
    aspect-ratio: 22.86/16.8;
    background-image: url(./../images/icn_mail.svg);
  }
}
@media screen and (max-width: 767px) and (any-hover: hover) {
  .l-follow-cv-btn:hover {
    transform: translateY(1.0666666667vw);
  }
  .l-follow-cv-btn:hover._line, .l-follow-cv-btn:hover._mail {
    box-shadow: unset;
  }
}
@media screen and (max-width: 767px) {
  .l-follow-cv-btn._af {
    font-size: 4.8vw;
  }
  .l-follow-cv-btn-tel {
    height: 13.0666666667vw;
    border-radius: 1.0666666667vw;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #32448A;
    border-radius: 6.9333333333vw;
    transition: transform 0.3s ease 0s, box-shadow 0.3s ease 0s;
    box-shadow: 0 1.0666666667vw 0 #16245b;
    cursor: pointer;
  }
  .l-follow-cv-btn-tel img {
    display: inline-block;
    width: 6.4373333333vw;
    height: 8.3946666667vw;
  }
}
@media screen and (max-width: 767px) and (any-hover: hover) {
  .l-follow-cv-btn-tel:hover {
    transform: translateY(1.0666666667vw);
    box-shadow: unset;
  }
}
/*------------- .l-footer -------------*/
.l-footer {
  color: #fff;
  background-color: #3A3A3A;
  padding: 2.5rem 0;
}

.p-footer-inner {
  display: grid;
  grid-template-columns: auto auto 1fr;
  gap: 4rem;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 400;
  text-align: right;
}
.p-footer-inner a {
  color: #fff;
  text-decoration: underline;
}
.p-footer-inner._af {
  grid-template-columns: 1fr;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .l-footer {
    padding: 10.6666666667vw 0 21.3333333333vw;
  }
  .l-footer._af {
    padding-top: 5.3333333333vw;
  }
  .p-footer-inner {
    grid-template-columns: 1fr;
    gap: 4vw;
    font-size: 3.7333333333vw;
    text-align: center;
  }
}
/* p-modal
---------------------------------------------------------------------------- */
.p-modal {
  display: none;
}

@media screen and (max-width: 767px) {
  .p-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(58, 58, 58, 0.75);
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }
  .p-modal-container {
    align-content: center;
    width: 100%;
    height: 100%;
    overflow: auto;
  }
  .p-modal-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-block: 13.3333333333vw;
    padding-inline: 5.3333333333vw;
  }
  .p-modal-content {
    background-color: #fff;
    padding-block: 4vw;
    padding-inline: 5.3333333333vw;
    border-radius: 1.3333333333vw;
    width: 100%;
    position: relative;
  }
  .p-modal-close {
    display: block;
    position: absolute;
    bottom: calc(100% + 2.6666666667vw);
    right: 1.3333333333vw;
    cursor: pointer;
    z-index: 10000;
    width: 7.2vw;
    height: 7.2vw;
  }
  .p-modal-close::before,
  .p-modal-close::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 0.5333333333vw;
    background-color: #fff;
  }
  .p-modal-close::before {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .p-modal-close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  .p-modal-wrap {
    display: flex;
    flex-direction: column;
    gap: 4vw;
    pointer-events: auto;
  }
  .p-modal-wrap-tel {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .p-modal-wrap-tel-link {
    width: 100%;
    height: 16vw;
    border-radius: 1.3333333333vw;
    border: 0.4vw solid #32448A;
    background-color: #32448A;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 2.6666666667vw;
    box-shadow: 0 1.0666666667vw 0 #16245b;
    pointer-events: auto;
    transition: transform 0.3s ease 0s, box-shadow 0.3s ease 0s;
  }
}
@media screen and (max-width: 767px) and (any-hover: hover) {
  .p-modal-wrap-tel-link:hover {
    transform: translateY(1.0666666667vw);
    box-shadow: unset;
  }
}
@media screen and (max-width: 767px) {
  .p-modal-wrap-tel-link ._icon {
    display: block;
    width: 8.8vw;
    aspect-ratio: 1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(./../images/icn_tel_wh.svg);
  }
  .p-modal-wrap-tel-link ._str {
    font-family: "Noto Sans JP", serif;
    font-size: 5.8666666667vw;
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 700;
    color: #fff;
  }
  .p-modal-wrap-tel-txt {
    font-size: 4.2666666667vw;
    line-height: 1.625;
    letter-spacing: 0.05em;
    font-weight: 400;
    margin-top: 4vw;
  }
  .p-modal-wrap-tel-subTxt {
    font-size: 3.7333333333vw;
    line-height: 1.4;
    letter-spacing: 0.05em;
    font-weight: 400;
    padding-left: 1em;
    text-indent: -1em;
    margin-top: 4vw;
  }
  .p-modal-wrap-buttons {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 0 2.6666666667vw;
  }
  .p-modal-wrap-button {
    width: auto;
    flex: 1;
  }
  .p-modal-wrap-btn {
    font-size: 4.2666666667vw;
    line-height: 1.3;
    letter-spacing: 0.05em;
    font-weight: 700;
    color: #fff;
    width: 100%;
    height: 15.4666666667vw;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 1.3333333333vw;
    position: relative;
    transition: transform 0.3s ease 0s, box-shadow 0.3s ease 0s;
  }
}
@media screen and (max-width: 767px) and (any-hover: hover) {
  .p-modal-wrap-btn:hover {
    transform: translateY(1.0666666667vw);
  }
  .p-modal-wrap-btn:hover._line, .p-modal-wrap-btn:hover._mail {
    box-shadow: unset;
  }
}
@media screen and (max-width: 767px) {
  .p-modal-wrap-btn span {
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .p-modal-wrap-btn._line {
    background-color: #4CC764;
    box-shadow: 0 1.0666666667vw 0 #319b46;
  }
  .p-modal-wrap-btn._mail {
    background-color: #CF2929;
    box-shadow: 0 1.0666666667vw 0 #9e1b1b;
  }
  .p-modal-wrap-btn ._icon_line {
    width: 9.0666666667vw;
    aspect-ratio: 1;
    background-image: url(./../images/icn_line.svg);
    margin-right: 1.3333333333vw;
  }
  .p-modal-wrap-btn ._icon_mail {
    width: 5.9333333333vw;
    aspect-ratio: 22.25/15.5;
    background-image: url(./../images/icn_mail.svg);
    margin-right: 2.6666666667vw;
  }
}
/* 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%;
  }
}
