@charset "UTF-8";
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dd {
  margin-left: 0;
}

a {
  display: inline-block;
  background-color: transparent;
  text-decoration: none;
  color: inherit;
  word-wrap: break-word;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

textarea {
  overflow: auto;
  resize: none;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

picture {
  display: block;
  width: 100%;
  height: 100%;
}

img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

span {
  display: inline-block;
}

html {
  font-size: min(1.5vw, 15px);
  scroll-behavior: smooth;
}
@media screen and (max-width: 800px) {
  html {
    font-size: 3.467vw;
  }
}

body {
  font-family: "M PLUS 1p", "游ゴシック", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 500;
  line-height: 1.5;
  color: #000000;
}
body a {
  word-break: break-all;
}
body * > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* root container */
.l-wrapper {
  overflow-x: clip;
}

/* container */
.l-container {
  width: calc(100% - 3.846rem);
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.l-container.-lg {
  max-width: 1200px;
}

.l-header {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 5.556vw;
}
.l-header__inner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 3.472vw 0 2.083vw;
}
.l-header__logoWrap {
  position: relative;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 1.25vw;
}
.l-header__logoImg {
  width: 13.194vw;
}
.l-header__logoText {
  font-size: 0.903vw;
  letter-spacing: 0.05em;
}
.l-header__toggle {
  display: none;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  z-index: 1000;
  width: 3.846rem;
  aspect-ratio: 1/1;
  cursor: pointer;
  background-color: rgba(236, 240, 248, 0.6);
}
.l-header__toggle > span {
  position: absolute;
  left: 1rem;
  display: inline-block;
  width: 1.923rem;
  height: 0.154rem;
  background-color: #448be3;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.l-header__toggle > span:nth-of-type(1) {
  top: 1.308rem;
}
.l-header__toggle > span:nth-of-type(2) {
  top: 1.846rem;
}
.l-header__toggle > span:nth-of-type(3) {
  top: 2.385rem;
}
.l-header__toggle.is-active > span:nth-of-type(1) {
  -webkit-transform: translateY(0.538rem) rotate(45deg);
          transform: translateY(0.538rem) rotate(45deg);
}
.l-header__toggle.is-active > span:nth-of-type(2) {
  opacity: 0;
}
.l-header__toggle.is-active > span:nth-of-type(3) {
  -webkit-transform: translateY(-0.538rem) rotate(-45deg);
          transform: translateY(-0.538rem) rotate(-45deg);
}
@media screen and (max-width: 800px) {
  .l-header {
    position: fixed;
    height: 4.615rem;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  .l-header.is-visible {
    -webkit-animation: anime_appear_from_top 0.8s forwards;
            animation: anime_appear_from_top 0.8s forwards;
  }
  .l-header.is-hidden {
    -webkit-animation: anime_disappear_to_top 0.8s forwards;
            animation: anime_disappear_to_top 0.8s forwards;
  }
  .l-header__inner {
    padding: 0 0.385rem 0 1.308rem;
  }
  .l-header__logoWrap {
    gap: 0 1rem;
  }
  .l-header__logoImg {
    width: 10.385rem;
  }
  .l-header__logoText {
    font-size: 0.692rem;
    font-weight: 500;
  }
  .l-header__toggle {
    display: block;
  }
}

.l-header-drawer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-header-drawer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 2.778vw;
}
.l-header-drawer__menuItem {
  font-size: 1.042vw;
  letter-spacing: 0.05em;
}
.l-header-drawer__menuItem a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.l-header-drawer__menuItem a:hover {
  color: #448be3;
}
.l-header-drawer__chevron {
  display: none;
}
.l-header-drawer__btnWrap {
  display: none;
}
@media screen and (max-width: 800px) {
  .l-header-drawer {
    visibility: hidden;
    height: auto;
    opacity: 0;
    position: fixed;
    z-index: 500;
    top: 0;
    right: 0;
    max-width: 768px;
    width: 100%;
    height: 100lvh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 3.077rem 0;
    padding: 0 1.923rem;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: #ecf0f8;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
  }
  .l-header-drawer.is-active {
    visibility: visible;
    opacity: 1;
    padding: 5.615rem 1.923rem 1.154rem;
  }
  .l-header-drawer__menu {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .l-header-drawer__menuItem {
    font-size: 1rem;
    border-bottom: 0.077rem solid #D4DADD;
  }
  .l-header-drawer__menuItem a {
    padding: 1.538rem;
  }
  .l-header-drawer__btnWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.615rem 0;
  }
  .l-header-drawer__chevron {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 1.538rem;
    aspect-ratio: 40/36;
  }
  .l-header-drawer__chevron::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: skewX(-30deg);
            transform: skewX(-30deg);
    background: -webkit-gradient(linear, left top, right top, from(#9851be), to(#448be3));
    background: linear-gradient(90deg, #9851be, #448be3);
  }
  .l-header-drawer__chevron::after {
    content: "";
    width: 0.308rem;
    aspect-ratio: 1/1;
    border-top: 0.154rem solid #fff;
    border-right: 0.154rem solid #fff;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}

.l-footer {
  color: #fff;
}
.l-footer__main {
  background-color: #303030;
  padding: 4rem 0;
}
.l-footer__mainInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l-footer__sub {
  background-color: #000;
  padding: 0.667rem 0;
}
.l-footer__copyright {
  display: block;
  text-align: center;
  font-size: 0.733rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 800px) {
  .l-footer {
    padding: 0 0 4.231rem;
  }
  .l-footer__main {
    padding: 2.692rem 0;
  }
  .l-footer__mainInner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2.462rem 0;
  }
  .l-footer__sub {
    background-color: #303030;
    padding: 0.769rem 0;
  }
}

.l-footer-company__logo {
  width: 15.333rem;
  margin: 0 0 2.333rem;
}
@media screen and (max-width: 800px) {
  .l-footer-company__logo {
    width: 17.308rem;
    margin: 0 auto 1.346rem;
  }
}

.l-footer-nav {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l-footer-nav__col {
  width: calc(50% - 0.8rem);
}
.l-footer-nav__title {
  border-bottom: 1px solid #fff;
  padding: 1rem 0;
  margin: 0 0 1.333rem;
}
.l-footer-nav__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.333rem 0;
}
.l-footer-nav__menuItem {
  font-size: 0.933rem;
}
@media screen and (max-width: 800px) {
  .l-footer-nav {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.538rem 0;
  }
  .l-footer-nav__col {
    width: 100%;
  }
  .l-footer-nav__title {
    text-align: center;
    padding: 0.577rem 0;
    margin: 0 0 0.769rem;
  }
  .l-footer-nav__menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0.769rem 1.538rem;
  }
}

/* animaiton */
.js-slidein {
  opacity: 0;
  transition: all 0.6s cubic-bezier(0.5, 1, 0.89, 1);
  -webkit-transition: all 0.6s cubic-bezier(0.5, 1, 0.89, 1);
  -moz-transition: all 0.6s cubic-bezier(0.5, 1, 0.89, 1);
  transform: translateY(50px);
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
}
.js-slidein.is-active {
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
}

.c-fadein-anime {
  opacity: 0;
  transition: all 0.6s cubic-bezier(0.5, 1, 0.89, 1);
  -webkit-transition: all 0.6s cubic-bezier(0.5, 1, 0.89, 1);
  -moz-transition: all 0.6s cubic-bezier(0.5, 1, 0.89, 1);
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.c-fadein-anime.is-active {
  opacity: 1;
}

.c-turnedup-anime {
  overflow: hidden;
  -webkit-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
  -webkit-transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
  transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.c-turnedup-anime__inner {
  display: block;
  -webkit-transform: translate(100%, 0);
          transform: translate(100%, 0);
  -webkit-transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
  transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.c-turnedup-anime.is-active {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.c-turnedup-anime.is-active .c-turnedup-anime__inner {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

@-webkit-keyframes anime_appear_from_top {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

@keyframes anime_appear_from_top {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@-webkit-keyframes anime_disappear_to_top {
  from {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  to {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
@keyframes anime_disappear_to_top {
  from {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  to {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
@-webkit-keyframes anime_appear_from_bottom {
  from {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  to {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@keyframes anime_appear_from_bottom {
  from {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  to {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@-webkit-keyframes anime_disappear_to_bottom {
  from {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  to {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@keyframes anime_disappear_to_bottom {
  from {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  to {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
.c-btn {
  position: relative;
  display: inline-block;
  background: -webkit-gradient(linear, left top, right top, from(#9851be), to(#448be3));
  background: linear-gradient(90deg, #9851be, #448be3);
  -webkit-transform: skewX(-30deg);
          transform: skewX(-30deg);
}
.c-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.c-btn__content {
  width: 100%;
  height: 100%;
  min-height: 5.333rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 1.2rem;
  color: #fff;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.05em;
  -webkit-transform: skewX(30deg);
          transform: skewX(30deg);
  padding: 1.2rem 1.533rem 1.2rem 2.2rem;
}
.c-btn__content::after {
  content: "";
  width: 0.4rem;
  aspect-ratio: 1/1;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.c-btn__content .-sm {
  font-size: 0.8em;
}
.c-btn:hover::before {
  opacity: 0.2;
}
@media screen and (max-width: 800px) {
  .c-btn__content {
    min-height: 4.077rem;
    padding: 1rem 2rem;
  }
}

.c-soudan-btn {
  position: relative;
  display: inline-block;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.05em;
  background: -webkit-gradient(linear, left top, right top, from(#BE2B8B), to(#FF5050));
  background: linear-gradient(90deg, #BE2B8B, #FF5050);
  padding: 1rem 1.6rem;
}
.c-soudan-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.c-soudan-btn__content {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.333rem 0.333rem;
}
.c-soudan-btn__content::before {
  content: "";
  display: inline-block;
  width: 2em;
  aspect-ratio: 30/20;
  background: url(../img/soudan_ico.png) no-repeat center center/contain;
}
.c-soudan-btn:hover::before {
  opacity: 0.2;
}
@media screen and (max-width: 800px) {
  .c-soudan-btn {
    width: 100%;
    font-size: 1.308rem;
    -webkit-transform: skewX(-30deg);
            transform: skewX(-30deg);
    padding: 1.077rem 1.538rem;
  }
  .c-soudan-btn__content {
    gap: 0 0.5em;
    -webkit-transform: skewX(30deg);
            transform: skewX(30deg);
  }
  .c-soudan-btn__content::before {
    width: 1.8em;
  }
}

.c-tel-btn {
  position: relative;
  width: 100%;
  max-width: 40.667rem;
  display: inline-block;
  color: #fff;
  font-size: 2.267rem;
  text-align: center;
  font-weight: 700;
  padding: 1.333rem 2.667rem;
  background: -webkit-gradient(linear, left top, right top, from(#9851be), to(#448be3));
  background: linear-gradient(90deg, #9851be, #448be3);
  -webkit-transform: skewX(-30deg);
          transform: skewX(-30deg);
}
.c-tel-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.c-tel-btn__content {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: skewX(30deg);
          transform: skewX(30deg);
}
.c-tel-btn__title {
  font-size: 1rem;
}
.c-tel-btn__num .-num {
  font-size: 1.4em;
}
.c-tel-btn__info {
  font-size: 0.867rem;
  font-weight: 400;
}
@media screen and (max-width: 800px) {
  .c-tel-btn {
    max-width: 20.769rem;
    font-size: 1.154rem;
    padding: 0.923rem 1.538rem;
  }
}

.c-btn__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.c-sentence {
  line-height: 2;
  font-weight: 400;
}
.c-sentence .-em {
  display: inline;
  color: #ff5050;
  font-weight: 700;
}
.c-sentence .-lg {
  display: inline;
  font-size: 1.333rem;
}
.c-sentence + .c-sentence {
  margin-top: 1.333rem;
}
@media screen and (max-width: 800px) {
  .c-sentence .-lg {
    font-size: 1.308rem;
  }
  .c-sentence.-centerOnlyMobile {
    text-align: center;
  }
}
.c-sentence.-lg {
  font-size: 1.2rem;
}
@media screen and (max-width: 800px) {
  .c-sentence.-lg {
    font-size: 1.154rem;
  }
}

.c-bg-text {
  position: relative;
  z-index: 0;
  display: inline-block;
  color: #fff;
  font-size: 1.333rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.2;
  padding: 0.75em 1.25em;
  margin: 0 0.25em;
}
.c-bg-text::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  display: inline-block;
  width: 0;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#9851be), to(#448be3));
  background: linear-gradient(90deg, #9851be, #448be3);
  -webkit-transform: skewX(-30deg);
          transform: skewX(-30deg);
  -webkit-transition: width 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  transition: width 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}
.c-bg-text__content {
  display: inline-block;
  width: 0;
  overflow: hidden;
  white-space: nowrap;
  -webkit-transition: width 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  transition: width 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.c-bg-text.is-active::before {
  width: 100%;
}
.c-bg-text.is-active .c-bg-text__content {
  width: 100%;
}

.c-underline-text {
  display: inline-block;
  font-weight: 500;
  line-height: 1.6;
  border-bottom: 0.2rem solid rgba(68, 139, 227, 0.4);
}
.c-underline-text .-em {
  display: inline;
  color: #ff5050;
}
.c-underline-text .-lg {
  display: inline;
  line-height: 1em;
  font-size: 1.5em;
}
@media screen and (max-width: 800px) {
  .c-underline-text {
    line-height: 1.4;
    border-bottom: 0.231rem solid rgba(68, 139, 227, 0.4);
  }
  .c-underline-text .-lg {
    font-size: 1.14em;
  }
}

.c-caption-text {
  display: block;
  font-size: 0.867rem;
  font-weight: 400;
  text-align: center;
  margin: 2.333rem auto 0;
}
@media screen and (max-width: 800px) {
  .c-caption-text {
    font-size: 0.923rem;
    margin: 1.846rem auto 0;
  }
}

.c-underline-link {
  color: #448be3;
  text-decoration: underline;
}

.c-heading {
  margin: 0 0 4.667rem;
}
.c-heading__subTitle {
  display: block;
  font-family: "Montserrat", sans-serif;
  color: #448be3;
  font-size: 1.2rem;
  font-weight: 600;
  text-align: center;
  margin: 0 0 0.533rem;
}
.c-heading__mainTitle {
  text-align: center;
  font-size: 2.267rem;
  font-weight: 700;
}
.c-heading__mainTitle .-em {
  color: #448be3;
}
.c-heading__mainTitle .-lg {
  font-size: 3.067rem;
}
@media screen and (max-width: 800px) {
  .c-heading {
    margin: 0 0 2.143rem;
  }
  .c-heading__subTitle {
    font-size: 0.923rem;
    margin: 0 0 0.385rem;
  }
  .c-heading__mainTitle {
    font-size: 1.923rem;
    line-height: 1.3;
  }
  .c-heading__mainTitle .-lg {
    font-size: 2.462rem;
  }
}

.c-underline-heading {
  position: relative;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  padding: 0 0 1.333rem;
  margin: 0 0 3.333rem;
}
.c-underline-heading::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: inline-block;
  width: 5.333rem;
  height: 3px;
  background-color: #448be3;
}
.c-underline-heading .-em {
  color: #448be3;
}
@media screen and (min-width: 801px) {
  .c-underline-heading.-leftOnlyDesktop {
    text-align: left;
  }
  .c-underline-heading.-leftOnlyDesktop::after {
    left: 0;
    -webkit-transform: none;
            transform: none;
  }
}
@media screen and (max-width: 800px) {
  .c-underline-heading {
    font-size: 1.731rem;
    padding: 0 0 1.231rem;
    margin: 0 0 2.692rem;
  }
  .c-underline-heading::after {
    width: 4.769rem;
    height: 0.231rem;
  }
}

.c-media-object {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.923rem 2.667rem;
}
.c-media-object__img {
  width: 45%;
}
.c-media-object__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (min-width: 801px) {
  .c-media-object.-reverseOnlyDesktop {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media screen and (max-width: 800px) {
  .c-media-object {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-media-object__img {
    width: 100%;
  }
}

.c-accordion {
  background-color: #f4f6f7;
  -webkit-box-shadow: 0.4rem 0.4rem 0 #CEE0F8;
          box-shadow: 0.4rem 0.4rem 0 #CEE0F8;
  cursor: pointer;
}
.c-accordion__header {
  min-height: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 2rem;
  padding: 1.067rem 2.133rem 1.067rem 0;
}
.c-accordion__header::after {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  content: "＋";
  display: inline-block;
  color: #448be3;
  font-size: 2rem;
  line-height: 1;
}
.c-accordion__subTitle {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 6rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #448be3;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-align: center;
  font-size: 0.867rem;
  letter-spacing: 0.05em;
  padding: 0 1.067rem;
  border-right: 1px solid #d4dadd;
}
.c-accordion__subTitle .-num {
  font-size: 1.733rem;
}
.c-accordion__mainTitle {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.2rem;
  font-weight: 700;
}
.c-accordion__mainTitle .-em {
  display: inline;
  color: #ff5050;
}
.c-accordion__mainTitle .-lg {
  display: inline;
  font-size: 1.467rem;
}
.c-accordion__content {
  opacity: 0;
  max-height: 0;
  padding: 0 6.667rem;
  -webkit-transition: opacity 0.2s ease-out, max-height 0.2s ease-out, padding 0.2s ease-out;
  transition: opacity 0.2s ease-out, max-height 0.2s ease-out, padding 0.2s ease-out;
  margin: 0 auto;
}
.c-accordion:not(:last-of-type) {
  margin-bottom: 1.067rem;
}
.c-accordion.is-open .c-accordion__header::after {
  content: "－";
}
.c-accordion.is-open .c-accordion__content {
  opacity: 1;
  max-height: 100%;
  padding: 2.667rem 6.667rem;
}
@media screen and (max-width: 800px) {
  .c-accordion {
    -webkit-box-shadow: 0.231rem 0.231rem 0 #CEE0F8;
            box-shadow: 0.231rem 0.231rem 0 #CEE0F8;
  }
  .c-accordion__header {
    position: relative;
    min-height: 5.923rem;
    gap: 0 1rem;
    padding: 1.308rem 1.538rem;
  }
  .c-accordion__subTitle {
    position: absolute;
    top: 0;
    left: 1.538rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0 0.154rem;
    font-size: 0.846rem;
    padding: 0;
    border-right: none;
  }
  .c-accordion__subTitle .-num {
    font-size: 1.538rem;
  }
  .c-accordion__mainTitle {
    font-size: 1rem;
  }
  .c-accordion__mainTitle .-lg {
    font-size: 1.154rem;
  }
  .c-accordion__content {
    padding: 0 1.538rem;
  }
  .c-accordion.is-open .c-accordion__content {
    padding: 1.923rem 1.538rem;
  }
  .c-accordion:not(:last-of-type) {
    margin-bottom: 1.846rem;
  }
}

/* modal */
.c-modal {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  z-index: 99991;
  top: 0;
  left: 0;
  width: 100%;
  height: 100lvh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: opacity 0.4s linear;
  transition: opacity 0.4s linear;
}
.c-modal.is-open {
  visibility: visible;
  opacity: 1;
}
.c-modal__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(80, 88, 123, 0.3);
}
.c-modal__wrap {
  position: relative;
  max-width: 600px;
  width: calc(100% - 1.923rem);
  max-height: calc(100% - 1.923rem);
  height: auto;
  background-color: #fff;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.c-modal__closeBtn {
  position: sticky;
  z-index: 1;
  top: 1.333rem;
  right: 1.333rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 2.4rem;
  aspect-ratio: 1/1;
  cursor: pointer;
  margin: -2.4rem 0 0 auto;
}
.c-modal__closeBtn::before {
  content: "";
  display: inline-block;
  width: 1.4rem;
  aspect-ratio: 1/1;
  background: url(../img/close_ico.png) no-repeat center center/contain;
}
.c-modal__body {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
  max-height: calc(100% - 1.923rem);
  padding: 2rem 4rem 4rem;
}
.c-modal__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 1rem;
  border-bottom: 1px solid #D4DADD;
  padding: 0 0 1.333rem;
  margin: 0 0 2rem;
}
@media screen and (max-width: 800px) {
  .c-modal__body {
    padding: 1.923rem;
  }
  .c-modal__header {
    padding: 0 0 1.538rem;
    margin: 0 0 1.538rem;
  }
}

.c-advice-sec {
  position: relative;
  z-index: 0;
  background: -webkit-gradient(linear, left top, right top, from(#BE2B8B), to(#FF5050));
  background: linear-gradient(90deg, #BE2B8B, #FF5050);
  padding: 6rem 0;
}
.c-advice-sec::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  display: block;
  width: 65.625vw;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#9851be), to(#448be3));
  background: linear-gradient(90deg, #9851be, #448be3);
  margin: 0 15.278vw;
  -webkit-transform: skewX(-30deg);
          transform: skewX(-30deg);
  opacity: 0.15;
}
.c-advice-sec__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 3.333rem;
}
.c-advice-sec__desc {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 2;
}
.c-advice-sec__desc .-em {
  display: inline;
  padding: 0.333rem 0.467rem 0.2rem;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0%, rgba(248, 255, 77, 0.4)));
  background: linear-gradient(transparent 0%, rgba(248, 255, 77, 0.4) 0%);
}
.c-advice-sec__desc .-lg {
  display: inline;
  font-size: 1.6rem;
}
.c-advice-sec__note {
  display: block;
  font-size: 0.867rem;
  font-weight: 400;
  line-height: 1.6;
  margin: 1.333rem 0 0;
}
.c-advice-sec__img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 18.667rem;
}
@media screen and (min-width: 801px) {
  .c-advice-sec__body.-reverseOnlyDesktop {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media screen and (max-width: 800px) {
  .c-advice-sec {
    padding: 2.692rem 0 0;
  }
  .c-advice-sec::before {
    left: 7.692rem;
    width: 55.385rem;
  }
  .c-advice-sec__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-advice-sec__desc {
    font-size: 1.077rem;
    line-height: 1.8;
  }
  .c-advice-sec__desc .-em {
    line-height: 2;
    padding: 0.385rem 0.385rem 0.192rem;
  }
  .c-advice-sec__desc .-lg {
    font-size: 1.462rem;
  }
  .c-advice-sec__note {
    margin: 0.615rem 0 0;
  }
  .c-advice-sec__img {
    z-index: -1;
    -ms-flex-item-align: end;
        align-self: flex-end;
    width: 11.308rem;
    margin: 0.769rem 0 -2.308rem;
  }
}

/* main visual */
.p-mv {
  position: relative;
  z-index: 2;
  padding: 7.222vw 0 12.847vw;
}
.p-mv::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 23.472vw;
  display: block;
  width: 151.25vw;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#9851be), to(#448be3));
  background: linear-gradient(90deg, #9851be, #448be3);
  margin: 0 22.222vw;
  -webkit-transform: skewX(-30deg);
          transform: skewX(-30deg);
  opacity: 0.15;
}
.p-mv::after {
  content: "";
  z-index: -2;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #ecf0f8;
}
.p-mv__inner {
  padding: 0 3.333rem;
}
@media screen and (max-width: 800px) {
  .p-mv {
    padding: 5rem 0 0;
  }
  .p-mv::before {
    top: -1rem;
    left: -10.769rem;
    width: 54.308rem;
    height: auto;
    aspect-ratio: 1412/1098;
    margin: 0 24.538rem;
  }
  .p-mv::after {
    height: calc(100% - 1.923rem);
  }
  .p-mv__inner {
    padding: 0;
  }
}

.p-mv-main {
  position: relative;
  z-index: 0;
  height: 40.278vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 1.333rem;
}
.p-mv-main__img {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  height: 100%;
  aspect-ratio: 836/580;
}
.p-mv-main__catchWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.278vw 0;
  margin: 0 0 2rem;
}
.p-mv-main__catch {
  font-size: 1.25vw;
  padding: 0.833vw 1.333rem 0.556vw;
}
.p-mv-main__catch:nth-of-type(2) {
  margin-left: 1.667vw;
}
.p-mv-main__catch .-dot {
  background-position: top left 0px;
  background-repeat: repeat-x;
  background-size: 1.1em 0.2em;
  background-image: radial-gradient(0.1em 0.1em at center center, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6) 100%, transparent, transparent);
  padding-top: 0.2em;
}
.p-mv-main__heading {
  width: 41.667vw;
  aspect-ratio: 600/232;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.p-mv-main__heading img,
.p-mv-main__heading source {
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 800px) {
  .p-mv-main {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 1.923rem;
    margin: 0;
  }
  .p-mv-main__img {
    position: initial;
    width: 100%;
    height: auto;
    margin: -2.692rem 0 0;
  }
  .p-mv-main__catchWrap {
    max-width: 20.923rem;
    margin: 0 auto 0.923rem;
  }
  .p-mv-main__catch {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 2.115rem;
    font-size: 0.846rem;
    padding: 0.462rem 0.769rem 0.385rem;
    margin: 0 0.769rem;
  }
  .p-mv-main__catch:nth-of-type(2) {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
  .p-mv-main__catch .-dot {
    padding-top: 0.4em;
  }
  .p-mv-main__heading {
    width: 100%;
    aspect-ratio: 660/268;
  }
}

.p-mv-guarantee {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 1.333rem;
  padding: 2rem 0 2rem 3rem;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.p-mv-guarantee::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  display: inline-block;
  width: 92%;
  height: 100%;
  background-color: #fff;
  -webkit-transform: skewX(-30deg);
          transform: skewX(-30deg);
  -webkit-filter: drop-shadow(0.4rem 0.4rem 0 #CEE0F8);
          filter: drop-shadow(0.4rem 0.4rem 0 #CEE0F8);
}
.p-mv-guarantee__subTitle {
  position: absolute;
  top: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 5rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.067rem;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
.p-mv-guarantee__subTitle::before, .p-mv-guarantee__subTitle::after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 2.667rem;
  background-color: #448be3;
}
.p-mv-guarantee__subTitle::before {
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  margin: 0 0.667rem 0 0;
}
.p-mv-guarantee__subTitle::after {
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  margin: 0 0 0 0.667rem;
}
.p-mv-guarantee__subTitle .-lg {
  font-size: 1.37em;
}
.p-mv-guarantee__mainTitle {
  position: relative;
  font-size: 1.2rem;
  text-align: center;
  letter-spacing: 0.05em;
  padding: 1.2rem 2.533rem;
}
.p-mv-guarantee__mainTitle::before, .p-mv-guarantee__mainTitle::after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  height: 100%;
  aspect-ratio: 38/108;
  background: url(../img/leaf_object.png) no-repeat center center/contain;
}
.p-mv-guarantee__mainTitle::before {
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-mv-guarantee__mainTitle::after {
  right: 0;
  -webkit-transform: translateY(-50%) scale(-1, 1);
          transform: translateY(-50%) scale(-1, 1);
}
.p-mv-guarantee__mainTitle .-em {
  color: #448be3;
  font-size: 1.733rem;
  font-weight: 700;
}
.p-mv-guarantee__mainTitle .-lg {
  font-size: 1.3em;
}
.p-mv-guarantee__list {
  display: grid;
  -webkit-column-gap: 0.667rem;
     -moz-column-gap: 0.667rem;
          column-gap: 0.667rem;
  grid-auto-flow: column;
  grid-template-rows: repeat(3, auto);
  counter-reset: number 0;
}
.p-mv-guarantee__list li {
  letter-spacing: 0.05em;
}
.p-mv-guarantee__list li::before {
  counter-increment: number 1;
  content: counter(number) ".";
  color: #448be3;
  font-size: 1.2rem;
  font-weight: 700;
  margin: 0 0.5em 0 0;
}
.p-mv-guarantee__list li:nth-child(1), .p-mv-guarantee__list li:nth-child(4) {
  margin-left: 1.067rem;
}
.p-mv-guarantee__list li:nth-child(2), .p-mv-guarantee__list li:nth-child(5) {
  margin-left: 0.533rem;
}
.p-mv-guarantee__btn {
  white-space: nowrap;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 800px) {
  .p-mv-guarantee {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.923rem 0;
    padding: 1.538rem 0 0;
  }
  .p-mv-guarantee::before {
    left: 50%;
    width: 100vw;
    height: calc(100% - 2rem);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-filter: drop-shadow(0.231rem 0.231rem 0 #CEE0F8);
            filter: drop-shadow(0.231rem 0.231rem 0 #CEE0F8);
  }
  .p-mv-guarantee__subTitle {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    font-size: 0.885rem;
  }
  .p-mv-guarantee__mainTitle {
    font-size: 1.231rem;
    line-height: 1.2;
    padding: 0 2.077rem;
  }
  .p-mv-guarantee__mainTitle .-em {
    font-size: 1.769rem;
  }
  .p-mv-guarantee__mainTitle .-lg {
    font-size: 2.308rem;
  }
  .p-mv-guarantee__list {
    display: none;
  }
  .p-mv-guarantee__btn {
    margin: 0 auto;
  }
}

.p-problem {
  position: relative;
  z-index: 0;
  padding: 10rem 0 0;
}
.p-problem::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  display: block;
  width: 236.458vw;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#9851be), to(#448be3));
  background: linear-gradient(90deg, #9851be, #448be3);
  margin: 0 69.444vw;
  -webkit-transform: skewX(-30deg);
          transform: skewX(-30deg);
  opacity: 0.15;
}
.p-problem__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.333rem 2rem;
  margin: 0 0 6.667rem;
}
@media screen and (max-width: 800px) {
  .p-problem {
    z-index: 1;
    padding: 5.769rem 0 0;
  }
  .p-problem::before {
    top: -2rem;
    width: 138.769rem;
    aspect-ratio: 3608/1832;
    margin: 0 40.769rem;
  }
  .p-problem__list {
    gap: 1.769rem 0;
    margin: 0 0 3.846rem;
  }
}

.p-problem-item {
  position: relative;
  z-index: 0;
  width: calc((100% - 4rem) / 3);
  background-color: #fff;
  -webkit-transform: skewX(-30deg);
          transform: skewX(-30deg);
  -webkit-box-shadow: 0.4rem 0.4rem 0 #CEE0F8;
          box-shadow: 0.4rem 0.4rem 0 #CEE0F8;
  padding: 0.8rem 4rem 1.867rem;
}
.p-problem-item__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.667rem 0;
  -webkit-transform: skewX(30deg);
          transform: skewX(30deg);
}
.p-problem-item__subTitle {
  position: absolute;
  top: -1.867rem;
  right: -4rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.333rem;
  color: #448be3;
  font-family: "Montserrat", sans-serif;
  font-size: 1.133rem;
  font-weight: 600;
  line-height: 1;
}
.p-problem-item__subTitle .-num {
  font-size: 2.267rem;
}
.p-problem-item__ico {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 7.333rem;
  aspect-ratio: 1/1;
}
.p-problem-item__mainTitle {
  text-align: center;
  margin: 0 0 0 -4rem;
}
.p-problem-item__mainTitle .-em {
  color: #ff5050;
  font-size: 1.133rem;
  font-weight: 700;
}
@media screen and (min-width: 801px) {
  .p-problem-item:nth-of-type(4) {
    margin-left: -8rem;
  }
}
@media screen and (max-width: 800px) {
  .p-problem-item {
    width: 23.846rem;
    padding: 0.577rem 0 0.577rem 1.231rem;
    -webkit-box-shadow: 0.231rem 0.231rem 0 #CEE0F8;
            box-shadow: 0.231rem 0.231rem 0 #CEE0F8;
  }
  .p-problem-item__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0 0.846rem;
  }
  .p-problem-item__subTitle {
    top: -1rem;
    right: 0;
    font-size: 0.846rem;
  }
  .p-problem-item__subTitle .-num {
    font-size: 1.692rem;
  }
  .p-problem-item__ico {
    width: 4.769rem;
  }
  .p-problem-item__mainTitle {
    text-align: left;
    margin: 0;
  }
}

.p-problem-case {
  position: relative;
  z-index: 1;
  margin: 0 0 -2.667rem;
}
.p-problem-case__heading {
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  line-height: 2;
  margin: 0 0 2.667rem;
}
.p-problem-case__body {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.p-problem-case__img {
  aspect-ratio: 450/360;
}
.p-problem-case__comment {
  font-size: 1.133rem;
  line-height: 1.7;
  font-weight: 700;
  margin: 0 0 1.133rem;
}
@media screen and (min-width: 801px) {
  .p-problem-case__comment {
    padding: 1.333rem 0 0;
  }
}
@media screen and (max-width: 800px) {
  .p-problem-case {
    margin: 0 0 2.692rem;
  }
  .p-problem-case__heading {
    font-size: 1.385rem;
    margin: 0 0 1.923rem;
  }
  .p-problem-case__comment {
    font-size: 1.231rem;
  }
}

.p-problem-advice__img {
  margin: -7.667rem 0 -4.333rem;
}
@media screen and (max-width: 800px) {
  .p-problem-advice__img {
    margin: -4.231rem 0 -3.269rem;
  }
}

.p-solution {
  position: relative;
  z-index: 0;
}

.p-solution-main {
  position: relative;
  z-index: 2;
  padding: 10rem 0 0;
}
.p-solution-main::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0.694vw;
  display: block;
  width: 174.306vw;
  height: calc(100% - 1.667rem);
  background: -webkit-gradient(linear, left top, right top, from(#9851be), to(#448be3));
  background: linear-gradient(90deg, #9851be, #448be3);
  margin: 0 51.667vw;
  -webkit-transform: skewX(-30deg);
          transform: skewX(-30deg);
  opacity: 0.15;
}
.p-solution-main::after {
  content: "";
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 1.667rem);
  background-color: #ecf0f8;
}
.p-solution-main__intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 4.667rem;
}
.p-solution-main__choicesList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 1rem 0;
}
@media screen and (max-width: 800px) {
  .p-solution-main {
    padding: 6.154rem 0 0;
  }
  .p-solution-main::before {
    top: initial;
    bottom: 1.154rem;
    width: 54.308rem;
    height: 42.231rem;
    margin: 0 23.385rem;
  }
  .p-solution-main::after {
    height: calc(100% - 1.154rem);
  }
  .p-solution-main__intro {
    margin: 0 0 2.692rem;
  }
  .p-solution-main__choicesList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0.577rem 0;
    margin: 0.769rem 0;
  }
}

.p-solution-block {
  position: relative;
  z-index: 1;
  background-color: #fff;
  -webkit-box-shadow: 0.4rem 0.4rem 0 #CEE0F8;
          box-shadow: 0.4rem 0.4rem 0 #CEE0F8;
  padding: 3.333rem 6.667rem;
}
.p-solution-block__title {
  font-size: 1.6rem;
  margin: 0 0 1rem;
}
.p-solution-block__title .-num {
  font-family: "Montserrat", sans-serif;
  color: #448be3;
  font-size: 2.4rem;
  font-weight: 600;
  margin: 0 0.533rem 0 0;
}
.p-solution-block__img {
  aspect-ratio: 360/256;
}
.p-solution-block:not(:last-of-type) {
  margin-bottom: 1.333rem;
}
.p-solution-block:last-of-type {
  z-index: 2;
  margin-bottom: -1.667rem;
}
@media screen and (min-width: 801px) {
  .p-solution-block {
    -webkit-transform: skewX(-30deg);
            transform: skewX(-30deg);
  }
  .p-solution-block__inner {
    -webkit-transform: skewX(30deg);
            transform: skewX(30deg);
  }
  .p-solution-block__content {
    padding: 0 0 0 1.333rem;
  }
  .p-solution-block__img {
    margin: 0 -6.667rem 0 0;
  }
}
@media screen and (max-width: 800px) {
  .p-solution-block {
    -webkit-box-shadow: 0.231rem 0.231rem 0 #CEE0F8;
            box-shadow: 0.231rem 0.231rem 0 #CEE0F8;
    padding: 1.923rem 1.538rem;
  }
  .p-solution-block__title {
    font-size: 1.385rem;
    margin: 0 0 1rem;
  }
  .p-solution-block__title .-num {
    font-size: 2.231rem;
  }
  .p-solution-block:not(:last-of-type) {
    margin-bottom: 1.154rem;
  }
}

.p-solution-advice {
  padding: 3.733rem 0;
}
@media screen and (max-width: 800px) {
  .p-solution-advice {
    padding: 4.615rem 0 0;
  }
  .p-solution-advice__desc .-lg {
    font-size: 1.308rem;
  }
  .p-solution-advice__img {
    margin: -0.769rem 0 -1.731rem;
  }
}

.p-service {
  position: relative;
  z-index: 0;
  padding: 10rem 0 6.667rem;
}
.p-service::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 1.736vw;
  display: block;
  width: 236.458vw;
  aspect-ratio: 3405/1730;
  background: -webkit-gradient(linear, left top, right top, from(#9851be), to(#448be3));
  background: linear-gradient(90deg, #9851be, #448be3);
  margin: 0 69.444vw;
  -webkit-transform: skewX(-30deg);
          transform: skewX(-30deg);
  opacity: 0.15;
}
.p-service__body {
  position: relative;
  width: 43.2rem;
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 2.667rem auto 0;
  padding: 1.333rem 0 0;
}
.p-service__body::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24.4rem;
  aspect-ratio: 366/480;
  border: 2px solid #448be3;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-140deg);
          transform: translate(-50%, -50%) rotate(-140deg);
  opacity: 0.4;
}
.p-service__logo01 {
  width: 12.8rem;
  aspect-ratio: 192/38;
  margin: 0 0 1.333rem;
}
.p-service__logo02 {
  width: 11.333rem;
  aspect-ratio: 170/60;
  margin: 0 0 1.6rem;
}
.p-service__desc {
  text-align: center;
  line-height: 2;
}
@media screen and (max-width: 800px) {
  .p-service {
    padding: 6.154rem 0 4.231rem;
  }
  .p-service__note {
    margin-top: 0.769rem;
  }
  .p-service__body {
    width: 100%;
    aspect-ratio: 648/671;
    margin: 2.308rem auto 0;
    padding: 0;
  }
  .p-service__body::before {
    width: 14.462rem;
    border: 0.154rem solid #448be3;
  }
  .p-service__logo01 {
    width: 7.385rem;
    margin: 0 0 0.769rem;
  }
  .p-service__logo02 {
    width: 6.538rem;
    margin: 0 0 0.923rem;
  }
  .p-service__desc {
    font-size: 0.769rem;
  }
}

.p-service-item {
  width: 12rem;
  aspect-ratio: 180/236;
  background: -webkit-gradient(linear, left top, right top, from(#9851be), to(#448be3));
  background: linear-gradient(90deg, #9851be, #448be3);
  border-radius: 50%;
  cursor: pointer;
}
.p-service-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.p-service-item__inner {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: rotate(140deg);
          transform: rotate(140deg);
}
.p-service-item__inner::after {
  content: "";
  display: inline-block;
  width: 0.4rem;
  aspect-ratio: 1/1;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin: 0 0 0 -2.667rem;
}
.p-service-item__title {
  color: #fff;
  font-size: 1.467rem;
  text-align: right;
  line-height: 1.2;
  margin: 0 -1.333rem 0 0;
}
.p-service-item__title .-num {
  font-family: "Montserrat", sans-serif;
  font-size: 1.333rem;
  font-weight: 600;
}
.p-service-item__ico {
  width: 2.933rem;
  aspect-ratio: 1/1;
  margin: 0.8rem 0 1.6rem;
}
.p-service-item__ico img {
  -o-object-fit: contain;
     object-fit: contain;
}
.p-service-item:hover::before {
  opacity: 0.2;
}
.p-service-item:nth-of-type(1) {
  position: absolute;
  top: 0;
  left: calc(50% + 2.133rem);
  -webkit-transform: translateX(-50%) rotate(-140deg);
          transform: translateX(-50%) rotate(-140deg);
}
.p-service-item:nth-of-type(2) {
  position: absolute;
  top: calc(50% - 3.333rem);
  right: 0;
  -webkit-transform: translateY(-50%) rotate(-140deg);
          transform: translateY(-50%) rotate(-140deg);
}
.p-service-item:nth-of-type(2) .p-service-item__ico {
  width: 4.733rem;
}
.p-service-item:nth-of-type(3) {
  position: absolute;
  bottom: 0;
  right: 7.867rem;
  -webkit-transform: rotate(-140deg);
          transform: rotate(-140deg);
}
.p-service-item:nth-of-type(3) .p-service-item__ico {
  width: 4.333rem;
}
.p-service-item:nth-of-type(4) {
  position: absolute;
  bottom: 0;
  left: 2.933rem;
  -webkit-transform: rotate(-140deg);
          transform: rotate(-140deg);
}
.p-service-item:nth-of-type(4) .p-service-item__ico {
  width: 4.867rem;
}
.p-service-item:nth-of-type(5) {
  position: absolute;
  top: calc(50% - 3.333rem);
  left: 0;
  -webkit-transform: translateY(-50%) rotate(-140deg);
          transform: translateY(-50%) rotate(-140deg);
}
.p-service-item:nth-of-type(5) .p-service-item__ico {
  width: 4.133rem;
}
@media screen and (max-width: 800px) {
  .p-service-item {
    width: 6.923rem;
  }
  .p-service-item__inner::after {
    width: 0.385rem;
    border-top: 0.154rem solid #fff;
    border-right: 0.154rem solid #fff;
    margin: 0 0 0 -1.538rem;
  }
  .p-service-item__title {
    font-size: 0.846rem;
    margin: 0 -0.769rem 0 0;
  }
  .p-service-item__title .-num {
    font-size: 0.769rem;
  }
  .p-service-item__ico {
    width: 1.692rem;
    margin: 0.462rem 0 0.923rem;
  }
  .p-service-item:nth-of-type(1) {
    left: calc(50% + 1.231rem);
  }
  .p-service-item:nth-of-type(2) {
    top: calc(50% - 1.923rem);
  }
  .p-service-item:nth-of-type(2) .p-service-item__ico {
    width: 2.731rem;
  }
  .p-service-item:nth-of-type(3) {
    right: 4.538rem;
  }
  .p-service-item:nth-of-type(3) .p-service-item__ico {
    width: 2.5rem;
  }
  .p-service-item:nth-of-type(4) {
    left: 1.692rem;
  }
  .p-service-item:nth-of-type(4) .p-service-item__ico {
    width: 2.808rem;
  }
  .p-service-item:nth-of-type(5) {
    top: calc(50% - 1.923rem);
  }
  .p-service-item:nth-of-type(5) .p-service-item__ico {
    width: 2.385rem;
  }
}

.p-service-modal__ico {
  width: 4.8rem;
  aspect-ratio: 1/1;
}
.p-service-modal__heading {
  font-size: 1.467rem;
  font-weight: 500;
  line-height: 1.2;
}
.p-service-modal__heading .-num {
  color: #448be3;
  font-family: "Montserrat", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
}

.p-comparison {
  background-color: #ecf0f8;
  padding: 8rem 0;
}
.p-comparison__tableWrap {
  position: relative;
  width: calc(100% + 1.333rem);
  overflow: visible;
  -webkit-filter: drop-shadow(0.4rem 0.4rem 0 #CEE0F8);
          filter: drop-shadow(0.4rem 0.4rem 0 #CEE0F8);
  margin: 0 -0.667rem 2.333rem;
}
.p-comparison__table {
  width: calc(100% - 1.333rem);
  table-layout: fixed;
  border-collapse: collapse;
  margin: 0 auto;
}
.p-comparison__table th,
.p-comparison__table td {
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  line-height: 1.3;
}
.p-comparison__table th {
  color: #fff;
  font-size: 1.2rem;
  padding: 0.8rem;
}
.p-comparison__table td {
  font-size: 1.2rem;
  background-color: #fff;
  padding: 1.067rem;
  border: 1px solid #fff;
}
.p-comparison__table td .-num {
  font-size: 2rem;
  font-weight: 700;
}
.p-comparison__table td .-num.-lg {
  font-size: 2.4rem;
}
.p-comparison__table td:not(:last-of-type) {
  border-right: 1px solid #d4dadd;
}
.p-comparison__table tr th:nth-of-type(1) {
  width: 12.667rem;
}
.p-comparison__table tr:nth-of-type(1) th .-num {
  font-size: 1.333rem;
}
.p-comparison__table tr:nth-of-type(1) th:nth-of-type(1) {
  border: none;
}
.p-comparison__table tr:nth-of-type(1) th:nth-of-type(2) {
  border-right: 1px solid #fff;
  background-color: #be2b8b;
  border-radius: 0.4rem 0 0 0;
}
.p-comparison__table tr:nth-of-type(1) th:nth-of-type(3) {
  border-right: 1px solid #fff;
  background-color: #962bbe;
}
.p-comparison__table tr:nth-of-type(1) th:nth-of-type(4) {
  background-color: #9444e3;
  border-radius: 0 0.4rem 0 0;
}
.p-comparison__table tr:nth-of-type(2) th {
  background-color: #7b9bc6;
  border-radius: 0.4rem 0 0 0;
  border-bottom: 1px solid #fff;
}
.p-comparison__table tr:nth-of-type(3) th {
  background-color: #6b8bb7;
}
.p-comparison__table tr:nth-of-type(3) td {
  background-color: #f4f6f7;
}
.p-comparison__table tr:nth-of-type(4) th {
  background-color: #448be3;
  border-top: 2px solid #448be3;
  border-bottom: 2px solid #448be3;
}
.p-comparison__table tr:nth-of-type(4) td {
  border-top: 2px solid #448be3;
  border-bottom: 2px solid #448be3;
}
.p-comparison__table tr:nth-of-type(4) td:nth-of-type(1) {
  color: #be2b8b;
}
.p-comparison__table tr:nth-of-type(4) td:nth-of-type(2) {
  color: #962bbe;
}
.p-comparison__table tr:nth-of-type(4) td:nth-of-type(3) {
  color: #9444e3;
}
.p-comparison__tableFrame01 {
  position: absolute;
  bottom: 0;
  left: 1px;
  display: block;
  width: 0.667rem;
  height: calc(5.333rem + 2px);
  background-color: #448be3;
  border-radius: 0.4rem 0 0 0.4rem;
}
.p-comparison__tableFrame02 {
  position: absolute;
  bottom: 0;
  right: 1px;
  display: block;
  width: 0.667rem;
  height: calc(5.333rem + 2px);
  background-color: #fff;
  border: 2px solid #448be3;
  border-left: none;
  border-radius: 0 0.4rem 0.4rem 0;
}
.p-comparison__outro {
  font-size: 1.333rem;
  font-weight: 700;
  text-align: center;
  line-height: 2;
}
@media screen and (max-width: 800px) {
  .p-comparison {
    padding: 6.154rem 0;
  }
  .p-comparison__tableWrap {
    width: calc(100% + 0.769rem);
    -webkit-filter: drop-shadow(0.231rem 0.231rem 0 #CEE0F8);
            filter: drop-shadow(0.231rem 0.231rem 0 #CEE0F8);
    margin: 0 -0.385rem 1.923rem;
  }
  .p-comparison__table {
    width: calc(100% - 0.769rem);
  }
  .p-comparison__table th {
    font-size: 0.769rem;
    padding: 0.615rem;
  }
  .p-comparison__table td {
    font-size: 0.769rem;
    padding: 0.615rem;
  }
  .p-comparison__table td .-num {
    display: inline;
    font-size: 1.231rem;
  }
  .p-comparison__table td .-num.-lg {
    font-size: 1.462rem;
  }
  .p-comparison__table tr th:nth-of-type(1) {
    width: 5.692rem;
  }
  .p-comparison__table tr:nth-of-type(1) th .-num {
    font-size: 1rem;
  }
  .p-comparison__table tr:nth-of-type(1) th:nth-of-type(2) {
    border-radius: 0.462rem 0 0 0;
  }
  .p-comparison__table tr:nth-of-type(1) th:nth-of-type(4) {
    border-radius: 0 0.462rem 0 0;
  }
  .p-comparison__table tr:nth-of-type(2) th {
    border-radius: 0.462rem 0 0 0;
  }
  .p-comparison__table tr:nth-of-type(3) th {
    border-bottom: 0.154rem solid #448be3;
  }
  .p-comparison__table tr:nth-of-type(3) td {
    border-bottom: 0.154rem solid #448be3;
  }
  .p-comparison__table tr:nth-of-type(4) th {
    border-top: 0.154rem solid #448be3;
    border-bottom: 0.154rem solid #448be3;
  }
  .p-comparison__table tr:nth-of-type(4) td {
    line-height: 1.1;
    border-top: 0.154rem solid #448be3;
    border-bottom: 0.154rem solid #448be3;
  }
  .p-comparison__outro {
    font-size: 1.077rem;
  }
  .p-comparison__tableFrame01 {
    left: 1px;
    width: 0.385rem;
    height: 4.615rem;
    border-radius: 0.462rem 0 0 0.462rem;
  }
  .p-comparison__tableFrame02 {
    right: 1px;
    width: 0.385rem;
    height: 4.615rem;
    border: 0.154rem solid #448be3;
    border-left: none;
    border-radius: 0 0.462rem 0.462rem 0;
  }
}

.p-diff {
  padding: 8rem 0;
}
@media screen and (max-width: 800px) {
  .p-diff {
    padding: 4.643rem 0;
  }
}

.p-diff-block__img {
  max-width: 48rem;
  margin: 0 auto 2rem;
}
@media screen and (max-width: 800px) {
  .p-diff-block__img {
    margin: 0 auto 1.538rem;
  }
}

.p-tool {
  position: relative;
  background-color: #F6F7FB;
  padding: 8rem 0;
}
.p-tool__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 1.333rem;
}
.p-tool__item {
  width: calc((100% - 4rem) / 4);
  aspect-ratio: 235/170;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  -webkit-filter: drop-shadow(0.4rem 0.4rem 0 #CEE0F8);
          filter: drop-shadow(0.4rem 0.4rem 0 #CEE0F8);
  padding: 2rem 1.333rem;
}
.p-tool__item img {
  -o-object-fit: contain;
     object-fit: contain;
}
.p-tool__item:nth-of-type(2) img {
  width: 10rem;
}
.p-tool__item:nth-of-type(3) img {
  width: 6.4rem;
}
.p-tool__item:nth-of-type(4) img {
  width: 6.267rem;
}
.p-tool__outro {
  font-size: 1.333rem;
  font-weight: 700;
  text-align: center;
  line-height: 2;
  margin: 2rem 0 0;
}
@media screen and (min-width: 801px) {
  .p-tool__outro .-lg {
    font-size: 1.2em;
  }
}
@media screen and (max-width: 800px) {
  .p-tool {
    padding: 5rem 0;
  }
  .p-tool__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1.154rem 1.154rem;
  }
  .p-tool__item {
    width: calc(50% - 0.577rem);
    aspect-ratio: 310/200;
    -webkit-filter: drop-shadow(0.231rem 0.231rem 0 #CEE0F8);
            filter: drop-shadow(0.231rem 0.231rem 0 #CEE0F8);
  }
  .p-tool__item:nth-of-type(2) img {
    width: 7.769rem;
  }
  .p-tool__item:nth-of-type(3) img {
    width: 4.692rem;
  }
  .p-tool__item:nth-of-type(4) img {
    width: 4.923rem;
  }
  .p-tool__outro {
    font-size: 1.077rem;
    margin: 1.154rem 0 0;
  }
}

.p-voice {
  position: relative;
  z-index: 0;
  background-color: #ecf0f8;
  padding: 10rem 0 10.667rem;
}
.p-voice::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: -16.667vw;
  display: block;
  width: 218.75vw;
  aspect-ratio: 3150/1700;
  background: -webkit-gradient(linear, left top, right top, from(#9851be), to(#448be3));
  background: linear-gradient(90deg, #9851be, #448be3);
  margin: 0 64.236vw;
  -webkit-transform: skewX(-30deg);
          transform: skewX(-30deg);
  opacity: 0.15;
}
.p-voice__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 4.533rem;
}
@media screen and (max-width: 800px) {
  .p-voice {
    padding: 5.385rem 0 7.115rem;
  }
  .p-voice::before {
    content: none;
  }
  .p-voice__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4.423rem 0;
  }
}

.p-voice-item {
  position: relative;
  width: calc((100% - 9.067rem) / 3);
  cursor: pointer;
}
.p-voice-item__img {
  width: 100%;
  aspect-ratio: 280/230;
}
.p-voice-item__btn {
  position: absolute;
  right: -1.333rem;
  bottom: -2.667rem;
}
@media screen and (max-width: 800px) {
  .p-voice-item {
    width: 100%;
  }
  .p-voice-item__img {
    width: calc(100% - 3.077rem);
    aspect-ratio: 570/467;
    margin: 0 auto;
  }
  .p-voice-item__btn {
    right: 1.154rem;
    bottom: -2.5rem;
  }
}

.p-voice-modal__heading {
  font-size: 1.2rem;
  font-weight: 500;
}
.p-voice-modal__heading .-sm {
  font-size: 0.8em;
}

.p-review {
  background-color: #CEE0F8;
  padding: 8rem 0;
}
.p-review__inner {
  position: relative;
  z-index: 0;
}
.p-review__body {
  max-width: 53.333rem;
  max-height: 28rem;
  background-color: #fff;
  overflow-y: auto;
  padding: 2.667rem 3rem;
  margin: 0 auto 3rem;
  border-radius: 0.4rem;
  -webkit-filter: drop-shadow(0.4rem 0.4rem 0 #CEE0F8);
          filter: drop-shadow(0.4rem 0.4rem 0 #CEE0F8);
}
.p-review__source {
  font-size: 0.867rem;
  font-weight: 400;
  margin: 0 0 1.667rem;
}
.p-review__source .-link {
  color: #448be3;
  text-decoration: underline;
}
@media screen and (max-width: 800px) {
  .p-review {
    position: relative;
    z-index: 0;
    padding: 5rem 0;
  }
  .p-review::before {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: -3.846rem;
    display: block;
    width: 54.308rem;
    aspect-ratio: 1412/1098;
    background: -webkit-gradient(linear, left top, right top, from(#9851be), to(#448be3));
    background: linear-gradient(90deg, #9851be, #448be3);
    margin: 0 24.462rem;
    -webkit-transform: skewX(-30deg);
            transform: skewX(-30deg);
    opacity: 0.15;
  }
  .p-review__body {
    max-height: 24.615rem;
    padding: 1.923rem;
    margin: 0 auto 2.308rem;
    border-radius: 0.462rem;
    -webkit-filter: drop-shadow(0.231rem 0.231rem 0 #CEE0F8);
            filter: drop-shadow(0.231rem 0.231rem 0 #CEE0F8);
  }
  .p-review__source {
    font-size: 0.923rem;
    margin: 0 0 1.538rem;
  }
}

.p-review-item__star {
  display: block;
  margin: 0 0 1.067rem;
}
.p-review-item__comment {
  font-weight: 400;
  line-height: 2;
  margin: 0 0 1.067rem;
}
.p-review-item__name {
  display: block;
  font-size: 1.133rem;
}
.p-review-item:not(:last-of-type) {
  border-bottom: 1px solid #d4dadd;
  padding-bottom: 1.667rem;
  margin-bottom: 1.667rem;
}
@media screen and (max-width: 800px) {
  .p-review-item__star {
    margin: 0 0 0.769rem;
  }
  .p-review-item__comment {
    margin: 0 0 0.769rem;
  }
  .p-review-item__name {
    font-size: 1.077rem;
  }
  .p-review-item:not(:last-of-type) {
    padding-bottom: 1.538rem;
    margin-bottom: 1.538rem;
  }
}

.p-reason {
  position: relative;
  z-index: 0;
  background-color: #ecf0f8;
  padding: 10rem 0;
}
.p-reason::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 1.736vw;
  display: block;
  width: 236.458vw;
  aspect-ratio: 3405/1730;
  background: -webkit-gradient(linear, left top, right top, from(#9851be), to(#448be3));
  background: linear-gradient(90deg, #9851be, #448be3);
  margin: 0 69.444vw;
  -webkit-transform: skewX(-30deg);
          transform: skewX(-30deg);
  opacity: 0.15;
}
@media screen and (max-width: 800px) {
  .p-reason {
    padding: 5rem 0;
  }
  .p-reason::before {
    right: -20.769rem;
    width: 138.731rem;
    margin: 0 45.192rem;
  }
}

.p-reason-block {
  background-color: #fff;
}
.p-reason-block__img {
  max-width: 48rem;
  margin: 0 auto 2rem;
}
@media screen and (max-width: 800px) {
  .p-reason-block__img {
    margin: 0 auto 1.538rem;
  }
  .p-reason-block:nth-of-type(2) .p-reason-block__img {
    max-width: 20.154rem;
  }
}

.p-reason-block01__img {
  max-width: 41.867rem;
}

.p-reason-block02__img {
  max-width: 33.667rem;
}

.p-company {
  position: relative;
  z-index: 1;
  background-color: #fff;
  padding: 8.667rem 0 0;
}
@media screen and (max-width: 800px) {
  .p-company {
    padding: 5rem 0 0;
  }
}

.p-company-table {
  margin: 0 0 5.333rem;
}
.p-company-table__row {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #d4dadd;
}
.p-company-table__row::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  display: inline-block;
  width: 9.867rem;
  height: 3px;
  background-color: #448be3;
}
.p-company-table__title {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 9.867rem;
  font-weight: 500;
  padding: 1.667rem 1.333rem;
}
.p-company-table__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 1.667rem 2.667rem;
}
@media screen and (max-width: 800px) {
  .p-company-table {
    margin: 0 0 3.077rem;
  }
  .p-company-table__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-company-table__row::before {
    bottom: -0.077rem;
    width: 3.846rem;
    height: 0.154rem;
  }
  .p-company-table__title {
    width: 100%;
    padding: 1.538rem 0 0.615rem;
  }
  .p-company-table__content {
    font-weight: 400;
    padding: 0 0 1.538rem;
  }
}

.p-company-profile {
  background-color: #F4F6F7;
  margin: 0 0 11.333rem;
}
.p-company-profile__img {
  aspect-ratio: 360/390;
}
.p-company-profile__title {
  font-size: 1.2rem;
  font-weight: 700;
  padding: 0 0 0.667rem;
  margin: 1.6rem 0 1.333rem;
  border-bottom: 1px solid #D4DADD;
}
.p-company-profile__list li {
  position: relative;
  font-weight: 400;
  padding: 0 0 0 0.8rem;
}
.p-company-profile__list li::before {
  content: "";
  position: absolute;
  top: 0.4rem;
  left: 0;
  display: inline-block;
  width: 0.4rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #CEE0F8;
}
.p-company-profile__list li:not(:last-child) {
  margin-bottom: 0.5em;
}
@media screen and (min-width: 801px) {
  .p-company-profile__header {
    padding-left: 2.333rem;
  }
  .p-company-profile__body {
    padding: 0 3.667rem;
  }
  .p-company-profile.is-open .p-company-profile__body {
    padding: 3.333rem 3.667rem;
  }
}
@media screen and (max-width: 800px) {
  .p-company-profile {
    margin: 0 0 5rem;
  }
  .p-company-profile__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-company-profile__title {
    font-size: 1.077rem;
    padding: 0 0 0.769rem;
    margin: 1.538rem 0 0.769rem;
    border-bottom: 0.077rem solid #D4DADD;
  }
  .p-company-profile__img {
    aspect-ratio: 570/297;
  }
  .p-company-profile__list li {
    padding: 0 0 0 0.577rem;
  }
  .p-company-profile__list li::before {
    top: 0.462rem;
    width: 0.462rem;
  }
}

.p-company-advice {
  background-color: #ecf0f8;
}
.p-company-advice__body {
  clip-path: polygon(0 0, 100% 0, 100% 8.667rem, 50% 100%, 0 8.667rem);
  padding: 3.067rem 0 5.067rem;
}
.p-company-advice__body::before {
  content: none;
}
@media screen and (max-width: 800px) {
  .p-company-advice__body {
    clip-path: polygon(0 0, 100% 0, 100% 10.577rem, 50% 100%, 0 10.577rem);
    padding: 2.308rem 0 4.038rem;
  }
}

.p-guarantee {
  position: relative;
  z-index: 1;
}

.p-guarantee-main {
  position: relative;
  z-index: 2;
  padding: 6.667rem 0 0;
}
.p-guarantee-main::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -7.667rem;
  left: 7.639vw;
  display: block;
  width: 194.097vw;
  height: calc(100% + 6.667rem);
  background: -webkit-gradient(linear, left top, right top, from(#9851be), to(#448be3));
  background: linear-gradient(90deg, #9851be, #448be3);
  margin: 0 56.944vw;
  -webkit-transform: skewX(-30deg);
          transform: skewX(-30deg);
  opacity: 0.15;
}
.p-guarantee-main::after {
  content: "";
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 1rem);
  background-color: #ecf0f8;
}
.p-guarantee-main__list {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.667rem 2rem;
  margin: 4.667rem 0 -1rem;
}
.p-guarantee-main__headingWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-guarantee-main__heading {
  position: relative;
  display: inline-block;
  padding: 0 3.2rem;
}
.p-guarantee-main__heading::before, .p-guarantee-main__heading::after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  height: 100%;
  aspect-ratio: 38/108;
  background: url(../img/leaf_object.png) no-repeat center center/contain;
}
.p-guarantee-main__heading::before {
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-guarantee-main__heading::after {
  right: 0;
  -webkit-transform: translateY(-50%) scale(-1, 1);
          transform: translateY(-50%) scale(-1, 1);
}
@media screen and (max-width: 800px) {
  .p-guarantee-main {
    padding: 3.077rem 0 0;
  }
  .p-guarantee-main::before {
    top: initial;
    bottom: 1.538rem;
    left: -2.692rem;
    width: 54.308rem;
    height: 42.231rem;
    margin: 0 24.615rem;
  }
  .p-guarantee-main::after {
    height: calc(100% - 1.538rem);
  }
  .p-guarantee-main__heading {
    padding: 0 2.962rem;
  }
  .p-guarantee-main__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.538rem 0;
    margin: 2.692rem 0 -1.538rem;
  }
}

.p-guarantee-item {
  position: relative;
  z-index: 0;
  width: calc(50% - 1rem);
  min-height: 18.333rem;
  background-color: #fff;
  -webkit-box-shadow: 0.4rem 0.4rem 0 #CEE0F8;
          box-shadow: 0.4rem 0.4rem 0 #CEE0F8;
  padding: 2rem 5.333rem 1.333rem;
}
.p-guarantee-item__inner {
  position: relative;
}
.p-guarantee-item__subTitle {
  position: absolute;
  top: -2.667rem;
  left: -2rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 5.333rem;
  aspect-ratio: 1/1;
  color: #fff;
  line-height: 1;
  font-size: 0.933rem;
  font-weight: 700;
  background: url(../img/guarantee-badge_bg.png) no-repeat center center/cover;
}
.p-guarantee-item__subTitle .-num {
  font-family: "Montserrat", sans-serif;
  font-size: 1.867rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}
.p-guarantee-item__mainTitle {
  font-size: 1.333rem;
  font-weight: 700;
  margin: 0 -5.333rem 1.333rem 4.333rem;
}
@media screen and (min-width: 801px) {
  .p-guarantee-item {
    -webkit-transform: skewX(-30deg);
            transform: skewX(-30deg);
  }
  .p-guarantee-item__inner {
    -webkit-transform: skewX(30deg);
            transform: skewX(30deg);
  }
}
@media screen and (max-width: 800px) {
  .p-guarantee-item {
    width: 100%;
    min-height: initial;
    padding: 1.308rem 1.538rem 2.308rem;
    -webkit-box-shadow: 0.231rem 0.231rem 0 #CEE0F8;
            box-shadow: 0.231rem 0.231rem 0 #CEE0F8;
  }
  .p-guarantee-item__subTitle {
    top: -2.308rem;
    left: -2.692rem;
    width: 4.846rem;
    font-size: 0.923rem;
  }
  .p-guarantee-item__subTitle .-num {
    font-size: 1.692rem;
  }
  .p-guarantee-item__mainTitle {
    font-size: 1.308rem;
    margin: 0 0 1rem 2.692rem;
  }
}

.p-guarantee-advice {
  z-index: 1;
}
@media screen and (min-width: 801px) {
  .p-guarantee-advice__img {
    width: 18rem;
  }
}
@media screen and (max-width: 800px) {
  .p-guarantee-advice {
    padding: 4.615rem 0 0;
  }
}

.p-contact {
  position: relative;
  z-index: 0;
  padding: 8rem 0;
}
.p-contact::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 1.736vw;
  display: block;
  width: 236.458vw;
  aspect-ratio: 3405/1730;
  background: -webkit-gradient(linear, left top, right top, from(#9851be), to(#448be3));
  background: linear-gradient(90deg, #9851be, #448be3);
  margin: 0 69.444vw;
  -webkit-transform: skewX(-30deg);
          transform: skewX(-30deg);
  opacity: 0.15;
}
.p-contact__commentWrap {
  margin: 0 0 2.267rem;
}
@media screen and (max-width: 800px) {
  .p-contact {
    padding: 5.385rem 0 4.615rem;
  }
  .p-contact::before {
    right: -15.385rem;
    width: 138.731rem;
    margin: 0 41.154rem;
  }
}

.p-contact-comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 2.333rem;
}
.p-contact-comment__balloon {
  position: relative;
  z-index: 0;
  background-color: #fff;
  border-radius: 0.4rem;
  line-height: 2;
  padding: 1.667rem 3.333rem;
  -webkit-filter: drop-shadow(0.4rem 0.4rem 0 #CEE0F8);
          filter: drop-shadow(0.4rem 0.4rem 0 #CEE0F8);
}
.p-contact-comment__balloon::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 1.333rem;
  right: -1rem;
  display: inline-block;
  width: 2.667rem;
  aspect-ratio: 40/64;
  background-color: #fff;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  -webkit-transform: rotate(118deg);
          transform: rotate(118deg);
}
.p-contact-comment__ico {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 8.667rem;
  aspect-ratio: 1/1;
}
.p-contact-comment:not(:last-of-type) {
  margin-bottom: 0.667rem;
}
.p-contact-comment.-reverse {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.p-contact-comment.-reverse .p-contact-comment__balloon::after {
  right: initial;
  left: -1rem;
  -webkit-transform: scale(-1, 1) rotate(118deg);
          transform: scale(-1, 1) rotate(118deg);
}
@media screen and (max-width: 800px) {
  .p-contact-comment {
    gap: 0 1.846rem;
  }
  .p-contact-comment__balloon {
    line-height: 1.6;
    padding: 1.154rem;
    -webkit-filter: drop-shadow(0.231rem 0.231rem 0 #CEE0F8);
            filter: drop-shadow(0.231rem 0.231rem 0 #CEE0F8);
  }
  .p-contact-comment__balloon::after {
    right: -0.769rem;
  }
  .p-contact-comment__ico {
    width: 5rem;
  }
  .p-contact-comment:not(:last-of-type) {
    margin-bottom: 1.154rem;
  }
}

.p-contact-tel {
  text-align: center;
  margin: 2.667rem auto 1.667rem;
}
@media screen and (max-width: 800px) {
  .p-contact-tel {
    margin: 2.308rem 0 1.346rem;
  }
}

.p-contact-mail {
  text-align: center;
}
.p-contact-mail__heading {
  position: relative;
  z-index: 0;
  display: inline-block;
  color: #fff;
  font-weight: 700;
  padding: 0.333rem 1.333rem;
  margin: 0 0 1rem;
}
.p-contact-mail__heading::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#BE2B8B), to(#FF5050));
  background: linear-gradient(90deg, #BE2B8B, #FF5050);
  -webkit-transform: skewX(-30deg);
          transform: skewX(-30deg);
}
.p-contact-mail__heading::after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: -0.6rem;
  left: 50%;
  display: inline-block;
  width: 0.667rem;
  aspect-ratio: 1/1;
  background: -webkit-gradient(linear, left top, right top, from(#BE2B8B), to(#FF5050));
  background: linear-gradient(90deg, #BE2B8B, #FF5050);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.p-contact-mail__desc {
  font-size: 1.2rem;
  line-height: 2;
  font-weight: 700;
}
@media screen and (max-width: 800px) {
  .p-contact-mail__heading {
    font-size: 0.923rem;
  }
  .p-contact-mail__desc {
    font-size: 1.077rem;
  }
}

.p-access {
  background-color: #F6F7FB;
  padding: 3.333rem 0;
}
.p-access__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.462rem 4.533rem;
}
.p-access__content {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-access__desc {
  font-size: 1.2rem;
  line-height: 2;
  margin: 0 0 1.333rem;
}
.p-access__map {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  aspect-ratio: 730/420;
  margin: 0 0 -6.667rem;
}
.p-access__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 800px) {
  .p-access {
    padding: 4.615rem 0 0;
  }
  .p-access__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-access__map {
    width: 100%;
    aspect-ratio: 650/420;
    margin: 0 0 -2.308rem;
  }
  .p-access__desc {
    font-size: 1.077rem;
    margin: 0 0 1.385rem;
  }
}

.p-form {
  background-color: #ecf0f8;
  padding: 10rem 0;
}
@media screen and (max-width: 800px) {
  .p-form {
    padding: 5.962rem 0 5.385rem;
  }
}

form#mailformpro dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 12.667rem;
  font-size: 1.067rem;
  text-align: left;
  padding: 1rem 1.333rem 1rem 0;
  border-top: none;
}
form#mailformpro dl dd {
  padding: 1rem 0 1rem 12.667rem;
  font-size: 1rem;
  border-top: none;
  border-bottom: 1px solid #D4DADD;
}
@media screen and (max-width: 800px) {
  form#mailformpro dl dt {
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    gap: 0 0.769rem;
    font-size: 1.077rem;
    padding: 0 0 1rem;
  }
  form#mailformpro dl dd {
    font-size: 1.077rem;
    padding: 0 0 1.538rem;
  }
}

.must {
  float: initial;
  color: #ff5050;
  font-size: 0.867rem;
  border: 1px solid #ff5050;
  background-color: transparent;
  background-image: none;
  border-radius: 0;
  padding: 0 0.533rem;
  margin: 0;
  text-shadow: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media screen and (max-width: 800px) {
  .must {
    font-size: 0.923rem;
    padding: 0 0.385rem;
  }
}

.mfp_element_all {
  max-width: 100%;
}

.mfp_achroma,
.mfp_colored {
  background-color: transparent;
}

.mfp_rows input[type=text],
.mfp_rows input[type=tel],
.mfp_rows input[type=email] {
  width: 100% !important;
  height: 4.4rem;
  background-color: #fff;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 0;
  border: none;
  padding: 0 2em;
}
.mfp_rows textarea {
  width: 100% !important;
  height: 15.333rem;
  background-color: #fff;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 0;
  border: none;
  padding: 1.5em 2em;
}
@media screen and (max-width: 800px) {
  .mfp_rows input[type=text],
  .mfp_rows input[type=tel],
  .mfp_rows input[type=email] {
    height: 3.846rem;
    padding: 0 1em;
  }
  .mfp_rows textarea {
    height: 11.538rem;
    padding: 1em;
  }
}

div.mfp_buttons {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4rem 0 0;
}
@media screen and (max-width: 800px) {
  div.mfp_buttons {
    padding: 2.308rem 0 0;
  }
  div.mfp_buttons button {
    font-size: 1rem;
  }
}

.mfp_element_submit,
.mfp_element_button {
  position: relative;
  z-index: 0;
  width: 20.333rem;
  display: inline-block;
  color: #fff;
  text-align: center;
  font-weight: 700;
  padding: 2rem 0;
  margin: 0 1.467rem;
  border-radius: 0;
  text-shadow: none;
  border: none;
  background: none;
  font-size: 1rem;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.mfp_element_submit::before,
.mfp_element_button::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#9851be), to(#448be3));
  background: linear-gradient(90deg, #9851be, #448be3);
  -webkit-transform: skewX(-30deg);
          transform: skewX(-30deg);
}
.mfp_element_submit::after,
.mfp_element_button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 3rem;
  width: 0.4rem;
  aspect-ratio: 1/1;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.mfp_element_submit:hover,
.mfp_element_button:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: none;
  opacity: 0.7;
}
@media screen and (max-width: 800px) {
  .mfp_element_submit,
  .mfp_element_button {
    width: 20.769rem;
    padding: 1.346rem 0;
    margin: 0 0.385rem;
  }
}

#mfp_button_cancel::before, #mfp_button_back::before {
  background: #8c95a0;
}
#mfp_button_cancel::after, #mfp_button_back::after {
  right: initial;
  left: 3rem;
  border-top: none;
  border-right: none;
  border-bottom: 2px solid currentColor;
  border-left: 2px solid currentColor;
}
@media screen and (max-width: 800px) {
  #mfp_button_cancel::after, #mfp_button_back::after {
    left: 1.538rem;
  }
}

#mfp_button_cancel {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  width: 13.667rem;
}
@media screen and (max-width: 800px) {
  #mfp_button_cancel {
    width: 10.385rem;
  }
}

#mfp_button_send {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.input form#mailformpro dl dd {
  border-bottom: none;
}
@media screen and (min-width: 801px) {
  .input form#mailformpro dl dt {
    min-height: 6.4rem;
  }
}

div#mfp_phase_confirm {
  padding: 0 3.333rem;
  background-color: #fff;
}
div#mfp_phase_confirm h4 {
  font-weight: 400;
  font-size: 1.333rem;
  text-align: center;
  margin: 0 0 3rem;
  padding: 0;
}
div#mfp_phase_confirm.is-active {
  padding: 4rem 3.333rem;
}
@media screen and (max-width: 800px) {
  div#mfp_phase_confirm {
    padding: 0 1.538rem;
  }
  div#mfp_phase_confirm h4 {
    font-size: 1.077rem;
    margin: 0 0 1.538rem;
  }
  div#mfp_phase_confirm.is-active {
    padding: 1.923rem 1.538rem;
  }
}

table#mfp_confirm_table tr.mfp_achroma, table#mfp_confirm_table tr.mfp_colored {
  background-color: transparent;
}
table#mfp_confirm_table tr th {
  width: 12.667rem;
  font-size: 1.067rem;
  font-weight: 500;
  padding: 2rem 1.333rem 2rem 0;
  border-bottom: 1px solid #D4DADD;
  border-top: none;
}
table#mfp_confirm_table tr td {
  padding: 2rem 0;
  font-size: 1rem;
  border-top: none;
  border-bottom: 1px solid #D4DADD;
}
@media screen and (max-width: 800px) {
  table#mfp_confirm_table tr th {
    width: 100%;
    border-bottom: none;
    padding: 1.538rem 0 0.538rem;
  }
  table#mfp_confirm_table tr td {
    padding: 0 0 1.538rem;
    font-weight: 400;
  }
  table#mfp_confirm_table tr:first-child th {
    padding-top: 0;
  }
}

.mfp_thanks_wrap {
  background-color: #fff;
  padding: 4rem 3.333rem;
  margin: 3rem 0 0;
}
@media screen and (max-width: 800px) {
  .mfp_thanks_wrap {
    padding: 1.923rem 1.538rem;
    margin: 1.538rem 0 0;
  }
}

.p-pagetop {
  position: fixed;
  z-index: 10;
  bottom: 2rem;
  right: 3.333rem;
  width: 6.667rem;
  aspect-ratio: 150/120;
  background-color: #fff;
  -webkit-transform: skewX(-30deg);
          transform: skewX(-30deg);
  -webkit-filter: drop-shadow(0.4rem 0.4rem 0 #CEE0F8);
          filter: drop-shadow(0.4rem 0.4rem 0 #CEE0F8);
}
.p-pagetop::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.p-pagetop__content {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Montserrat", sans-serif;
  color: #448be3;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.05em;
  padding: 0.667rem 0.667rem 0 0;
  -webkit-transform: skewX(30deg);
          transform: skewX(30deg);
}
.p-pagetop__content::before {
  content: "";
  width: 1rem;
  aspect-ratio: 1/1;
  border-top: 2px solid #448be3;
  border-left: 2px solid #448be3;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin: 0 -1rem 0 0;
}
.p-pagetop:hover::before {
  opacity: 0.05;
}
@media screen and (max-width: 800px) {
  .p-pagetop {
    right: 1.923rem;
    bottom: 5.154rem;
    width: 3.692rem;
    aspect-ratio: 96/82;
    -webkit-filter: drop-shadow(0.231rem 0.231rem 0 #CEE0F8);
            filter: drop-shadow(0.231rem 0.231rem 0 #CEE0F8);
  }
  .p-pagetop__content {
    font-size: 0.769rem;
    padding: 0.385rem 0.385rem 0 0;
  }
  .p-pagetop__content::before {
    width: 0.577rem;
    margin: 0 -0.577rem 0 0;
  }
}

.lp.confirm .p-pagetop, .lp.thanks .p-pagetop {
  display: none;
}

.p-fixed-area {
  position: fixed;
  z-index: 10;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 801px) {
  .p-fixed-area__item.c-soudan-btn {
    font-size: 1.067rem;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    text-orientation: upright;
    background: -webkit-gradient(linear, left top, left bottom, from(#be2b8b), to(#ff5050));
    background: linear-gradient(180deg, #be2b8b, #ff5050);
    padding: 1.6rem 1rem;
  }
  .p-fixed-area__item.c-tel-btn {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  .p-fixed-area {
    top: initial;
    bottom: 0;
    -webkit-transform: none;
            transform: none;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  .p-fixed-area.is-visible {
    -webkit-animation: anime_appear_from_bottom 0.8s forwards;
            animation: anime_appear_from_bottom 0.8s forwards;
  }
  .p-fixed-area.is-hidden {
    -webkit-animation: anime_disappear_to_bottom 0.8s forwards;
            animation: anime_disappear_to_bottom 0.8s forwards;
  }
  .p-fixed-area__item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .p-fixed-area__item.c-soudan-btn {
    height: 4.231rem;
    font-size: 1.308rem;
    padding: 0;
    margin-left: -1.154rem;
  }
  .p-fixed-area__item.c-tel-btn {
    height: 4.231rem;
    font-size: 1rem;
    padding: 0;
    margin-right: -1.154rem;
  }
  .p-fixed-area__item.c-tel-btn .c-tel-btn__content {
    margin-left: -0.577rem;
  }
}

.lp.confirm .p-fixed-area, .lp.thanks .p-fixed-area {
  display: none;
}

/* adjustment */
.u-weight--400 {
  font-weight: 400;
}
.u-weight--500 {
  font-weight: 500;
}
.u-weight--700 {
  font-weight: 700;
}

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

.u-display--sm {
  display: none;
}
@media screen and (max-width: 800px) {
  .u-display--sm {
    display: block;
  }
}

@media screen and (max-width: 800px) {
  .u-hidden--sm {
    display: none;
  }
}