@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;
}

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

body {
  font-family: "Noto Sans JP", "游ゴシック", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 500;
  line-height: 1.5;
  color: #000000;
}
body * > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

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

.l-content-container {
  margin-top: min(5.6vw, 80px);
}
@media screen and (max-width: 800px) {
  .l-content-container {
    margin-top: 4.3rem;
  }
}

/* container */
.l-container {
  width: calc(100% - 3.6rem);
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.l-container.-lg {
  max-width: 1200px;
}
@media screen and (max-width: 800px) {
  .l-container.-wide_only_mobile {
    width: calc(100% - 1.8rem);
  }
}

.l-header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: min(5.6vw, 80px);
  background-color: #fff;
  -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 {
  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 min(6.9vw, 100px) 0 min(2.8vw, 40px);
}
.l-header__logo-wrap {
  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 min(1.4vw, 20px);
}
.l-header__logo-img {
  width: min(11.8vw, 170px);
}
.l-header__logo-text {
  font-size: min(0.9vw, 13px);
  letter-spacing: 0.05em;
  font-weight: 500;
}
.l-header__toggle {
  display: none;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  z-index: 1000;
  width: 3.4rem;
  height: 100%;
  cursor: pointer;
}
.l-header__toggle > span {
  position: absolute;
  left: 0.8rem;
  display: inline-block;
  width: 1.8rem;
  height: 0.1rem;
  background-color: #00c2fc;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.l-header__toggle > span:nth-of-type(1) {
  top: 1.6rem;
}
.l-header__toggle > span:nth-of-type(2) {
  top: 2.1rem;
}
.l-header__toggle > span:nth-of-type(3) {
  bottom: 1.6rem;
}
.l-header__toggle.is-active > span:nth-of-type(1) {
  -webkit-transform: translateY(0.5rem) rotate(45deg);
          transform: translateY(0.5rem) 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.5rem) rotate(-45deg);
          transform: translateY(-0.5rem) rotate(-45deg);
}
@media screen and (max-width: 800px) {
  .l-header {
    height: 4.3rem;
  }
  .l-header__inner {
    padding: 0 0 0 1.4rem;
  }
  .l-header__logo-wrap {
    gap: 0 1.4rem;
  }
  .l-header__logo-img {
    width: 8.4rem;
  }
  .l-header__logo-text {
    font-size: 0.8rem;
  }
  .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 min(2.8vw, 40px);
}
.l-header-drawer__menu-item {
  font-size: min(1.1vw, 16px);
  font-weight: 600;
  letter-spacing: 0;
}
.l-header-drawer__btn-wrap {
  display: none;
}
@media screen and (min-width: 801px) {
  .l-header-drawer__menu-item a {
    position: relative;
    z-index: 0;
  }
  .l-header-drawer__menu-item a::before {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: min(-0.3vw, -4px);
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    display: block;
    width: min(5.8vw, 84px);
    aspect-ratio: 84/12;
    background: url(../img/marker_object_bold.png) no-repeat center center/contain;
    clip-path: inset(0 100% 0 0);
    -webkit-transition: clip-path 0.2s ease-out;
    transition: clip-path 0.2s ease-out;
  }
  .l-header-drawer__menu-item a:hover::before {
    clip-path: inset(0 0 0 0);
  }
}
@media screen and (max-width: 800px) {
  .l-header-drawer {
    visibility: hidden;
    height: 0;
    opacity: 0;
    position: fixed;
    z-index: 500;
    top: 4.3rem;
    right: 0;
    max-width: 22.9rem;
    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: 2.9rem 0;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: #fff;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
  }
  .l-header-drawer.is-active {
    visibility: visible;
    opacity: 1;
    height: calc(100dvh - 4.3rem);
  }
  .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__menu-item {
    font-size: 1rem;
    font-weight: 500;
    border-bottom: 0.1rem solid #d4dadd;
  }
  .l-header-drawer__menu-item 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;
    padding: 1.4rem;
  }
  .l-header-drawer__menu-item a::after {
    content: "";
    display: inline-block;
    width: 1.1rem;
    aspect-ratio: 31/10;
    background: url(../img/arrow_bl.svg) no-repeat center center/contain;
  }
  .l-header-drawer__btn-wrap {
    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: 1rem 0;
  }
  .l-header-drawer__soudan-btn {
    width: 18.7rem;
    -webkit-box-shadow: 0.1rem 0.1rem 0.4rem rgba(0, 0, 0, 0.16);
            box-shadow: 0.1rem 0.1rem 0.4rem rgba(0, 0, 0, 0.16);
  }
  .l-header-drawer__tel-btn {
    width: 18.7rem;
    -webkit-box-shadow: 0.1rem 0.1rem 0.4rem rgba(0, 0, 0, 0.16);
            box-shadow: 0.1rem 0.1rem 0.4rem rgba(0, 0, 0, 0.16);
  }
}

.l-footer {
  color: #fff;
}
.l-footer__main {
  background-color: #303030;
  padding: 3.8rem 0;
}
.l-footer__main-inner {
  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.6rem 0;
}
.l-footer__copyright {
  display: block;
  text-align: center;
  font-size: 0.7rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 800px) {
  .l-footer__main {
    padding: 2.7rem 0;
  }
  .l-footer__main-inner {
    -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.5rem 0;
  }
  .l-footer__sub {
    background-color: #303030;
    padding: 0.8rem 0;
  }
}

.l-footer-company__logo {
  width: 14.4rem;
  margin: 0 0 2.2rem;
}
@media screen and (max-width: 800px) {
  .l-footer-company__logo {
    width: 17.3rem;
    margin: 0 auto 1.3rem;
  }
  .l-footer-company__address {
    font-size: 0.9rem;
    text-align: center;
  }
}

.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: 0.9rem 0;
  margin: 0 0 1.3rem;
}
.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: 0.6rem 0;
}
.l-footer-nav__menu-item {
  font-size: 0.9rem;
}
@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.5rem 0;
  }
  .l-footer-nav__col {
    width: 100%;
  }
  .l-footer-nav__title {
    text-align: center;
    padding: 0.6rem 0;
    margin: 0 0 0.8rem;
  }
  .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.8rem 1.5rem;
  }
}

/* animaiton */
.c-slidein-anime {
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.5, 1, 0.89, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.5, 1, 0.89, 1);
  -moz-transition: all 0.4s cubic-bezier(0.5, 1, 0.89, 1);
  transform: translateY(30px);
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
}
.c-slidein-anime.is-animated {
  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);
}
.c-fadein-anime.is-animated {
  opacity: 1;
}

.c-marker-anime {
  position: relative;
  z-index: 0;
}
.c-marker-anime::before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: -0.4rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 15.6rem;
  aspect-ratio: 516/70;
  background: url(../img/marker_object.png) no-repeat center center/contain;
  clip-path: inset(0 100% 0 0);
  -webkit-transition: clip-path 0.2s ease-out;
  transition: clip-path 0.2s ease-out;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.c-marker-anime.-bold::before {
  aspect-ratio: 182/32;
  background: url(../img/marker_object_bold.png?251027) no-repeat center center/contain;
}
.c-marker-anime.is-animated::before {
  clip-path: inset(0 0 0 0);
}
@media screen and (max-width: 800px) {
  .c-marker-anime::before {
    width: 9.3rem;
  }
}

@-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-arrow-btn {
  position: relative;
  z-index: 0;
  display: inline-block;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  padding: 1.3rem 2.5rem;
}
.c-arrow-btn .-sub {
  font-size: 0.9rem;
}
.c-arrow-btn::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00c2fc;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.c-arrow-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -1.1rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2.1rem;
  aspect-ratio: 33/7;
  background: url(../img/arrow_wh.svg) no-repeat center center/contain;
  -webkit-transition: right 0.2s linear;
  transition: right 0.2s linear;
}
.c-arrow-btn:hover::before {
  opacity: 0.8;
}
.c-arrow-btn:hover::after {
  right: -1.3rem;
}
@media screen and (max-width: 800px) {
  .c-arrow-btn {
    font-size: 1.1rem;
    padding: 1rem 2.1rem;
  }
}

.c-soudan-btn {
  position: relative;
  z-index: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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 0.7rem;
  color: #fff;
  font-weight: 700;
  font-size: 1.3rem;
  padding: 0.9rem;
}
.c-soudan-btn::before {
  content: "";
  display: inline-block;
  width: 2.3rem;
  aspect-ratio: 1/1;
  background: url(../img/soudan-btn_ico.png) no-repeat center center/contain;
}
.c-soudan-btn::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(30deg, #00c2fc, #3994ff);
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.c-soudan-btn__text .-num {
  font-family: "Oswald", sans-serif;
  font-size: 1.2em;
  margin: 0 0.3rem 0 0;
}
.c-soudan-btn:hover::after {
  opacity: 0.5;
}

.c-tel-btn {
  position: relative;
  z-index: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  font-size: 1.1rem;
  padding: 0.9rem;
}
.c-tel-btn::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(30deg, #0076DB, #005DC9);
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.c-tel-btn__text .-num {
  font-size: 1.4333333333em;
}
.c-tel-btn:hover::before {
  opacity: 0.5;
}

.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;
  letter-spacing: 0.05em;
}
.c-sentence.-sm {
  font-size: 0.9rem;
}
.c-sentence + .c-sentence {
  margin-top: 2em;
}
@media screen and (min-width: 801px) {
  .c-sentence.-center_only_desktop {
    text-align: center;
  }
}
@media screen and (max-width: 800px) {
  .c-sentence {
    line-height: 1.7;
  }
  .c-sentence + .c-sentence {
    margin-top: 1.7em;
  }
  .c-sentence.-sm {
    font-size: 1rem;
  }
}

.c-marker-text {
  display: inline;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  padding: 0 0.1em;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(10%, transparent), color-stop(10%, #0078b0), color-stop(90%, #0078b0), color-stop(90%, transparent));
  background: linear-gradient(to bottom, transparent 0%, transparent 10%, #0078b0 10%, #0078b0 90%, transparent 90%);
}
.c-marker-text.-yl {
  color: #002F65;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(10%, transparent), color-stop(10%, #fff501), color-stop(100%, #fff501), to(transparent));
  background: linear-gradient(to bottom, transparent 0%, transparent 10%, #fff501 10%, #fff501 100%, transparent 100%);
}

.c-underline-link {
  color: #00c2fc;
  text-decoration: underline;
}

.c-heading {
  position: relative;
  z-index: 0;
  margin: 3.8rem 0;
}
.c-heading__sub-title {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  font-family: "Oswald", sans-serif;
  color: #fff;
  font-size: 9.4rem;
  font-weight: 600;
  text-align: center;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  opacity: 0.1;
}
.c-heading__main-title {
  text-align: center;
  font-size: 2.3rem;
  font-weight: 700;
}
.c-heading__main-title .-lg {
  font-size: 2.9rem;
}
.c-heading__main-title .-num {
  font-family: "Oswald", sans-serif;
  color: #fff501;
  font-size: 3.7rem;
}
.c-heading__main-title .-logo {
  font-family: "Oswald", sans-serif;
  font-size: 1.1em;
}
.c-heading__main-title .-quot {
  vertical-align: top;
}
@media screen and (max-width: 800px) {
  .c-heading {
    padding: 3.9rem 0 0;
    margin: 0 0 1.4rem;
  }
  .c-heading__sub-title {
    top: 1.8rem;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    font-size: 4.4rem;
  }
  .c-heading__main-title {
    font-size: 1.5rem;
  }
  .c-heading__main-title .-lg {
    font-size: 1.7rem;
  }
  .c-heading__main-title .-num {
    font-size: 2.1rem;
  }
}

.c-media-object {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.3rem 1.3rem;
}
.c-media-object__img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 50%;
}
.c-media-object__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (min-width: 801px) {
  .c-media-object.-vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-media-object.-vertical .c-media-object__img {
    width: 100%;
  }
  .c-media-object.-reverse {
    -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;
    gap: 0.7rem 0;
  }
  .c-media-object__img {
    width: 100%;
  }
}

.c-accordion {
  cursor: pointer;
}
.c-accordion__header {
  min-height: 5.9rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: first baseline;
      -ms-flex-align: first baseline;
          align-items: first baseline;
  gap: 0 1.3rem;
  background-color: #002F65;
  border-radius: 0.6rem;
  padding: 1rem;
}
.c-accordion__header::after {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: inline-block;
  width: 1.6rem;
  aspect-ratio: 26/15;
  background: url(../img/accordion-toggle_ico.svg) no-repeat center center/contain;
  margin: 0 0 0 auto;
}
.c-accordion__count {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.4rem;
  font-family: "Oswald", sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1;
}
.c-accordion__count .-num {
  color: #00c2fc;
  font-size: 2rem;
}
.c-accordion__title {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
}
.c-accordion__title .-num {
  font-family: "Oswald", sans-serif;
  font-size: 2.1rem;
  line-height: 1;
}
.c-accordion__content {
  visibility: hidden;
  opacity: 0;
  height: 0;
  padding: 0 1.3rem;
  background-color: #fff;
  border-radius: 0 0 0.6rem 0.6rem;
  -webkit-transition: opacity 0.2s ease-out, height 0.2s ease-out, padding 0.2s ease-out;
  transition: opacity 0.2s ease-out, height 0.2s ease-out, padding 0.2s ease-out;
}
.c-accordion.is-open .c-accordion__header {
  border-radius: 0.6rem 0.6rem 0 0;
}
.c-accordion.is-open .c-accordion__header::after {
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
}
.c-accordion.is-open .c-accordion__content {
  visibility: visible;
  opacity: 1;
  height: auto;
  padding: 1.3rem;
}
.c-accordion:not(:last-of-type) {
  margin-bottom: 1.3rem;
}
@media screen and (max-width: 800px) {
  .c-accordion__header {
    min-height: initial;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0;
    padding: 0.7rem;
  }
  .c-accordion__header::after {
    width: 1.1rem;
  }
  .c-accordion__count {
    font-size: 0.9rem;
    margin: 0 0.7rem 0 0;
  }
  .c-accordion__count .-num {
    font-size: 1.9rem;
  }
  .c-accordion__title {
    font-size: 1.1rem;
  }
  .c-accordion__title .-num {
    font-size: 1.5rem;
  }
  .c-accordion__title .-lg {
    font-size: 1.2rem;
  }
  .c-accordion__content {
    padding: 0 0.7rem;
  }
  .c-accordion.is-open .c-accordion__content {
    padding: 0.7rem;
  }
}

/* modal */
.c-modal {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  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: 1040px;
  width: calc(100% - 3.6rem);
  max-height: 90%;
  height: auto;
  background-color: #fff;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.c-modal__close-btn {
  position: sticky;
  z-index: 1;
  top: 1.9rem;
  right: 1.9rem;
  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.3rem;
  aspect-ratio: 1/1;
  cursor: pointer;
  margin: -0.6rem 0 0 auto;
}
.c-modal__close-btn::before {
  content: "";
  display: inline-block;
  width: 1.3rem;
  aspect-ratio: 1/1;
  background: url(../img/modal-close_ico.png) no-repeat center center/contain;
}
.c-modal__body {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
  max-height: 90%;
  padding: 3.8rem 3.8rem 3.1rem 3.1rem;
}
@media screen and (max-width: 800px) {
  .c-modal__close-btn {
    top: 1.4rem;
    left: initial;
    right: 1.4rem;
    margin: -1.1rem 0 0 auto;
  }
  .c-modal__body {
    padding: 1.8rem;
  }
}

/* main visual */
.p-mv {
  position: relative;
  z-index: 21;
  height: calc(100dvh - min(5.6vw, 80px));
  overflow: hidden;
}
.p-mv__bg-wrap {
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-mv__bg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 50%;
  overflow: hidden;
}
.p-mv__bg img {
  -webkit-transition: -webkit-transform 0.4s ease-in;
  transition: -webkit-transform 0.4s ease-in;
  transition: transform 0.4s ease-in;
  transition: transform 0.4s ease-in, -webkit-transform 0.4s ease-in;
}
.p-mv__img {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 68.1rem;
  aspect-ratio: 2180/1392;
}
.p-mv__inner {
  position: relative;
  width: 100%;
  max-width: 1060px;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}
.p-mv__content {
  margin: auto;
  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);
}
.p-mv__text01 {
  color: #fff;
  font-size: 1.3rem;
  font-weight: 700;
  text-align: center;
  -webkit-filter: drop-shadow(0 0 1.3rem #0f4785);
          filter: drop-shadow(0 0 1.3rem #0f4785);
  margin: 0 0 1.5rem;
}
.p-mv__text02 {
  position: relative;
  display: block;
  z-index: 0;
  width: 33.4rem;
  aspect-ratio: 535/74;
  margin: 0 auto 1.3rem;
  -webkit-filter: drop-shadow(0 0 1.9rem #0f4785);
          filter: drop-shadow(0 0 1.9rem #0f4785);
}
.p-mv__text02::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -2.5rem;
  display: block;
  width: 105%;
  aspect-ratio: 548/94;
  background: url(../img/mv-text02_marker.png) no-repeat top center/contain;
  clip-path: inset(0 100% 0 0);
  -webkit-transition: clip-path 0.4s ease-out;
  transition: clip-path 0.4s ease-out;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.p-mv__text03 {
  display: block;
  width: 17.4rem;
  aspect-ratio: 278/43;
  margin: 0 auto 1.6rem;
  -webkit-filter: drop-shadow(0 0 1.9rem #0f4785);
          filter: drop-shadow(0 0 1.9rem #0f4785);
}
.p-mv__text04 {
  display: block;
  width: 33.8rem;
  aspect-ratio: 540/41;
  margin: 0 auto 1rem;
  -webkit-filter: drop-shadow(0 0.2rem 0.4rem rgba(0, 0, 0, 0.16));
          filter: drop-shadow(0 0.2rem 0.4rem rgba(0, 0, 0, 0.16));
}
.p-mv__text05 {
  display: block;
  width: 33.8rem;
  aspect-ratio: 541/37;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  .p-mv {
    height: calc(100dvh - 4.3rem - 3.6rem);
  }
  .p-mv__bg-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-mv__bg {
    width: 100%;
    height: 50%;
  }
  .p-mv__img {
    bottom: 5rem;
    width: 100%;
    height: auto;
    aspect-ratio: 1500/1582;
  }
  .p-mv__content {
    margin: 2rem auto 0;
  }
  .p-mv__text01 {
    font-size: 1rem;
    margin: 0 auto 1.1rem;
  }
  .p-mv__text02 {
    width: 19.8rem;
    margin: 0 auto 0.9rem;
    -webkit-filter: drop-shadow(0 0 1.1rem #0f4785);
            filter: drop-shadow(0 0 1.1rem #0f4785);
  }
  .p-mv__text02::before {
    bottom: -2.1rem;
    width: 100%;
  }
  .p-mv__text03 {
    width: 13.8rem;
    margin: 0 auto 0.9rem;
    -webkit-filter: drop-shadow(0 0 1.1rem #0f4785);
            filter: drop-shadow(0 0 1.1rem #0f4785);
  }
  .p-mv__text04 {
    width: 16.8rem;
    aspect-ratio: 469/116;
    margin: 0 auto 1.3rem;
    -webkit-filter: drop-shadow(0 0.1rem 0.2rem rgba(0, 0, 0, 0.16));
            filter: drop-shadow(0 0.1rem 0.2rem rgba(0, 0, 0, 0.16));
  }
  .p-mv__text05 {
    width: 13rem;
    aspect-ratio: 364/120;
    -webkit-filter: drop-shadow(0 0 1.1rem #0f4785);
            filter: drop-shadow(0 0 1.1rem #0f4785);
  }
}

.p-mv-guarantee {
  position: relative;
  width: 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;
  gap: 0.7rem 1.3rem;
  color: #fff;
  background-color: #002F65;
  border-radius: 1.3rem 1.3rem 0 0;
  padding: 1.6rem 1.6rem 1.3rem;
  margin: 0 0 -1px;
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.5, 1, 0.89, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.5, 1, 0.89, 1);
  -moz-transition: all 0.4s cubic-bezier(0.5, 1, 0.89, 1);
  transform: translateY(30px);
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.p-mv-guarantee__heading {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  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.3rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  white-space: nowrap;
  border-radius: 9999px;
  background-color: #002F65;
  padding: 0.6rem 1.9rem;
}
.p-mv-guarantee__catch-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.9rem;
}
.p-mv-guarantee__text-wrap01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.9rem;
}
.p-mv-guarantee__list li {
  position: relative;
  font-size: 1.1rem;
  font-weight: 600;
  white-space: nowrap;
  padding: 0 0 0 1.5rem;
}
.p-mv-guarantee__list li span {
  border-bottom: 1px solid #00c2fc;
}
.p-mv-guarantee__list li::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 1rem;
  aspect-ratio: 17/10;
  border-left: 0.2rem solid #00c2fc;
  border-bottom: 0.2rem solid #00c2fc;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.p-mv-guarantee__list li:not(:last-child) {
  margin-bottom: 0.4rem;
}
.p-mv-guarantee__text01 {
  font-size: 0.9rem;
  font-weight: 600;
}
.p-mv-guarantee__text02 {
  color: #00c2fc;
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.3;
  border: 1px solid currentColor;
  padding: 0.6rem 1rem;
}
.p-mv-guarantee__text03 {
  position: relative;
  z-index: 0;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 0 0 0 1.9rem;
}
.p-mv-guarantee__text03 .-sm {
  position: relative;
  z-index: 0;
  font-size: 1.3rem;
  padding: 0 0 0 0.5rem;
}
.p-mv-guarantee__text03 .-num {
  position: relative;
  z-index: 0;
  font-family: "Oswald", sans-serif;
  font-size: 3.1rem;
  line-height: 1;
}
.p-mv-guarantee__text03 .-num::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: 4.5rem;
  aspect-ratio: 1/1;
  background: url(../img/mv-guarantee-text03_bg.png) no-repeat center center/contain;
}
.p-mv-guarantee__text03 .-dot {
  background-position: top left 0px;
  background-repeat: repeat-x;
  background-size: 1em 0.2em;
  background-image: radial-gradient(0.1em 0.1em at center center, #00c2fc, #00c2fc 100%, transparent, transparent);
}
@media screen and (max-width: 800px) {
  .p-mv-guarantee {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-radius: 0;
    padding: 1.4rem 1.1rem;
  }
  .p-mv-guarantee__heading {
    font-size: 1rem;
    padding: 0.4rem 1rem;
  }
  .p-mv-guarantee__catch-wrap {
    gap: 0 0.4rem;
  }
  .p-mv-guarantee__text-wrap01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .p-mv-guarantee__list li {
    font-size: 0.9rem;
    padding: 0 0 0 1.3rem;
  }
  .p-mv-guarantee__list li::before {
    top: 0.25em;
    width: 0.9rem;
    border-left: 0.1rem solid #00c2fc;
    border-bottom: 0.1rem solid #00c2fc;
  }
  .p-mv-guarantee__list li:not(:last-child) {
    margin-bottom: 1px;
  }
  .p-mv-guarantee__text01 {
    font-size: 0.9rem;
  }
  .p-mv-guarantee__text02 {
    font-size: 1rem;
    padding: 0.2rem;
  }
  .p-mv-guarantee__text03 {
    font-size: 1.2rem;
    padding: 0 0 0 1.2rem;
  }
  .p-mv-guarantee__text03 .-sm {
    font-size: 1rem;
    padding: 0 0 0 0.5rem;
  }
  .p-mv-guarantee__text03 .-num {
    font-size: 2.2rem;
  }
  .p-mv-guarantee__text03 .-num::before {
    width: 3.6rem;
  }
}

.p-mv.is-animated .p-mv__bg img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.p-mv.is-animated .p-mv__content {
  opacity: 1;
}
.p-mv.is-animated .p-mv__text02::before {
  clip-path: inset(0 0 0 0);
}
.p-mv.is-animated .p-mv-guarantee {
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
}

.p-floating-area {
  position: fixed;
  z-index: 10;
  bottom: 5.6rem;
  right: 0;
  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-floating-area__soudan-btn {
    font-size: 1.1rem;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    text-orientation: upright;
    letter-spacing: 0.1em;
    background: linear-gradient(135deg, #00c2fc, #3994ff);
    padding: 2.5rem 1.1rem 1.3rem;
  }
  .p-floating-area__soudan-btn::before {
    position: absolute;
    top: -0.9rem;
    left: -0.9rem;
    width: 3rem;
  }
  .p-floating-area__tel-btn {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  .p-floating-area {
    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-floating-area.is-visible {
    -webkit-animation: anime_appear_from_bottom 0.8s forwards;
            animation: anime_appear_from_bottom 0.8s forwards;
  }
  .p-floating-area.is-hidden {
    -webkit-animation: anime_disappear_to_bottom 0.8s forwards;
            animation: anime_disappear_to_bottom 0.8s forwards;
  }
  .p-floating-area__soudan-btn {
    width: 50%;
    height: 3.6rem;
    padding: 0;
  }
  .p-floating-area__soudan-btn::before {
    width: 2.7rem;
    margin: -1.1rem 0 0 -0.4rem;
  }
  .p-floating-area__tel-btn {
    width: 50%;
    height: 3.6rem;
    font-size: 1rem;
    padding: 0;
  }
}

#manufacturer_lp.confirm .p-floating-area,
#manufacturer_lp.thanks .p-floating-area {
  display: none;
}

.p-pagetop {
  position: fixed;
  z-index: 20;
  bottom: 1.3rem;
  right: 1.3rem;
  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.1rem 0;
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: 1.1rem;
  -webkit-filter: drop-shadow(0 0 1.9rem #002f65);
          filter: drop-shadow(0 0 1.9rem #002f65);
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.p-pagetop::before {
  content: "";
  display: inline-block;
  width: 0.4rem;
  aspect-ratio: 7/21;
  background: url(../img/pagetop_arrow.png) no-repeat center center/contain;
}
.p-pagetop:hover {
  opacity: 0.7;
}
@media screen and (max-width: 800px) {
  .p-pagetop {
    bottom: 4.3rem;
    right: 0.3rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    gap: 0 0.3rem;
    font-size: 1rem;
  }
  .p-pagetop::before {
    width: 0.4rem;
    aspect-ratio: 25/90;
    margin: 0 0 0 0.2rem;
  }
}

.p-problem {
  color: #fff;
  background-color: #002f65;
  padding: 1.9rem 0 0;
}
@media screen and (max-width: 800px) {
  .p-problem {
    padding: 1.4rem 0 0;
  }
}

.p-problem-block {
  display: grid;
  grid-template-areas: "header img" "desc img";
  grid-template-columns: 1fr 16.9rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  gap: 0 1.9rem;
  padding: 1.3rem 2.5rem 2.5rem;
  border-bottom: 1px solid rgba(177, 177, 177, 0.3);
}
.p-problem-block__header {
  grid-area: header;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.7rem 1.3rem;
  margin: 0 0 1rem;
}
.p-problem-block__count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 1rem;
  font-family: "Oswald", sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1;
  color: rgba(255, 255, 255, 0.5);
}
.p-problem-block__count .-num {
  color: #fff501;
  font-size: 2.8rem;
}
.p-problem-block__heading {
  font-size: 2.3rem;
  font-weight: 700;
}
.p-problem-block__img {
  grid-area: img;
  aspect-ratio: 270/228;
}
.p-problem-block__desc {
  grid-area: desc;
}
.p-problem-block:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
}
.p-problem-block:first-of-type {
  padding-top: 0;
}
@media screen and (max-width: 800px) {
  .p-problem-block {
    grid-template-areas: "header img" "desc desc";
    grid-template-columns: 1fr 10.7rem;
    gap: 0.6rem 0;
    padding: 1.4rem 0;
  }
  .p-problem-block__header {
    -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;
    padding: 0 0 0 0.7rem;
  }
  .p-problem-block__count {
    font-size: 1.1rem;
  }
  .p-problem-block__count .-num {
    font-size: 2rem;
  }
  .p-problem-block__heading {
    font-size: 1.8rem;
  }
}

.p-problem-case {
  position: relative;
  z-index: 1;
  clip-path: polygon(0 0, 0 calc(100% - 13.8rem), 50% 100%, 100% calc(100% - 13.8rem), 100% 0);
  background: -webkit-gradient(linear, left top, left bottom, from(#002f65), color-stop(20%, #002f65), to(#001833));
  background: linear-gradient(to bottom, #002f65 0%, #002f65 20%, #001833);
  padding: 0 0 8.8rem;
  margin: 5rem 0 0;
}
.p-problem-case__balloon {
  position: relative;
  color: #002F65;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.7;
  text-align: center;
  background-color: #fff;
  border-radius: 0.6rem;
  padding: 1.4rem 1.5rem;
  margin: 0 auto 3.1rem;
}
.p-problem-case__balloon::before {
  content: "";
  position: absolute;
  bottom: -1.3rem;
  left: 9rem;
  display: block;
  width: 2.5rem;
  aspect-ratio: 1/1;
  background: linear-gradient(135deg, #fff 0%, #fff 50%, transparent 50%, transparent 100%);
}
.p-problem-case__img {
  position: relative;
  float: left;
  width: 20.3rem;
  aspect-ratio: 324/550;
  margin: -9.4rem 3.8rem 0 -4.4rem;
}
.p-problem-case__img::before {
  content: "";
  position: absolute;
  top: -6.3rem;
  left: -1.9rem;
  width: 5.4rem;
  aspect-ratio: 87/100;
  background: url(../img/problem-case_object.png) no-repeat center center/contain;
}
.p-problem-case__catch {
  font-size: 1.9rem;
  font-weight: 700;
  text-align: center;
  margin: 0 0 3.8rem;
}
.p-problem-case__text {
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.8;
}
.p-problem-case__text + .p-problem-case__text {
  margin-top: 1.8em;
}
@media screen and (max-width: 800px) {
  .p-problem-case {
    margin: 1.4rem 0 0;
    padding: 0 0 5.7rem;
    clip-path: polygon(0 0, 0 calc(100% - 4.3rem), 50% 100%, 100% calc(100% - 4.3rem), 100% 0);
  }
  .p-problem-case__balloon {
    max-width: 21.8rem;
    font-size: 1rem;
    text-align: left;
    padding: 0.7rem;
    margin: 0 0 1.4rem auto;
  }
  .p-problem-case__balloon::before {
    left: 4.6rem;
    bottom: -1rem;
    width: 1.4rem;
  }
  .p-problem-case__catch {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 1.1rem;
    margin: 0 0 1.4rem auto;
  }
  .p-problem-case__text {
    font-size: 1rem;
    line-height: 1.7;
  }
  .p-problem-case__text + .p-problem-case__text {
    margin-top: 1.7em;
  }
  .p-problem-case__img {
    width: 10.7rem;
    margin: -3.9rem 1.4rem 0 -0.9rem;
  }
  .p-problem-case__img::before {
    top: -3.3rem;
    left: -0.9rem;
    width: 2.9rem;
  }
}

.p-problem-advice {
  position: relative;
  z-index: 0;
  background: url(../img/problem-advice_bg.jpg) no-repeat center center/cover;
  padding: 17.5rem 0 5rem;
  margin: -13.8rem 0 0;
}
.p-problem-advice__desc {
  font-size: 1.9rem;
  text-align: center;
  line-height: 3.3rem;
}
@media screen and (max-width: 800px) {
  .p-problem-advice {
    padding: 5.7rem 0 2.1rem;
    margin: -4.3rem 0 0;
  }
  .p-problem-advice__desc {
    font-size: 1.1rem;
    line-height: 1.9rem;
  }
}

.p-solution {
  color: #fff;
  background-color: #003f89;
  padding: 5rem 0;
}
.p-solution__intro {
  font-size: 1.1rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.7;
  margin: 6.9rem 0 3.8rem;
}
@media screen and (max-width: 800px) {
  .p-solution {
    padding: 2.1rem 0;
  }
  .p-solution__intro {
    font-size: 1rem;
    text-align: left;
    margin: 2.1rem 0;
  }
}

.p-solution-block__count {
  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.1rem;
  font-family: "Oswald", sans-serif;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1;
  margin: 0 auto 1.3rem;
}
.p-solution-block__count .-num {
  color: #fff501;
  font-size: 2.8rem;
}
.p-solution-block__count .c-marker-anime::before {
  width: 110%;
}
.p-solution-block__heading {
  font-size: 2.3rem;
  font-weight: 700;
  text-align: center;
  margin: 0 0 1.9rem;
}
.p-solution-block__item {
  display: grid;
  grid-template-areas: "img title" "img desc";
  grid-template-columns: 12.5rem 1fr;
  background-color: #fff;
  border-radius: 9999px;
  padding: 1.3rem 3.1rem 1.3rem 2.5rem;
}
.p-solution-block__item + .p-solution-block__item {
  margin-top: 1.3rem;
}
.p-solution-block__img {
  grid-area: img;
  aspect-ratio: 200/168;
}
.p-solution-block__title {
  grid-area: title;
  align-self: end;
  color: #002F65;
  font-size: 1.6rem;
  font-weight: 700;
  margin: 0 0 1rem;
}
.p-solution-block__desc {
  grid-area: desc;
  align-self: start;
  color: #000000;
}
.p-solution-block:not(:last-of-type) {
  margin-bottom: 5.3rem;
}
@media screen and (max-width: 800px) {
  .p-solution-block__header {
    margin: 0 0 1.1rem;
  }
  .p-solution-block__count {
    font-size: 1.1rem;
    margin: 0 0 0.7rem;
  }
  .p-solution-block__count .-num {
    font-size: 2.1rem;
  }
  .p-solution-block__heading {
    font-size: 1.4rem;
  }
  .p-solution-block__item {
    grid-template-areas: "img title" "desc desc";
    grid-template-columns: 7.1rem 1fr;
    border-radius: 1.1rem;
    padding: 1.1rem 1.4rem 1.4rem;
  }
  .p-solution-block__item + .p-solution-block__item {
    margin-top: 1.1rem;
  }
  .p-solution-block__img {
    margin: 0 0 0 -1.1rem;
  }
  .p-solution-block__title {
    -ms-flex-item-align: center;
        align-self: center;
    font-size: 1.3rem;
    margin: 0;
  }
  .p-solution-block:not(:last-of-type) {
    margin-bottom: 2.1rem;
  }
}

.p-service {
  position: relative;
  z-index: 0;
  background-color: #e9edf0;
  padding: 12.5rem 0 0;
  overflow: hidden;
}
.p-service::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 1440/380;
  background: url(../img/service_bg.jpg?10291426) no-repeat top center/cover;
}
.p-service__heading .c-heading__sub-title {
  opacity: 0.8;
}
.p-service__intro {
  font-size: 1.1rem;
  text-align: center;
  line-height: 1.7;
  margin: 0 0 3.8rem;
}
@media screen and (max-width: 800px) {
  .p-service {
    padding: 13.2rem 0 0;
  }
  .p-service::before {
    aspect-ratio: 750/380;
    background: url(../img/service_bg_sp.jpg) no-repeat top center/cover;
  }
  .p-service__intro {
    font-size: 1rem;
    text-align: left;
  }
}

.p-service-block__heading {
  color: #002F65;
  font-size: 1.9rem;
  font-weight: 600;
  text-align: center;
  margin: 0 0 1.9rem;
}
.p-service-block__heading .-lg {
  font-size: 1.3333333333em;
}
.p-service-block__heading .-logo {
  font-family: "Oswald", sans-serif;
  font-size: 1.0666666667em;
}
.p-service-block:not(:last-of-type) {
  margin-bottom: 3.8rem;
}
@media screen and (max-width: 800px) {
  .p-service-block__heading {
    font-size: 1.1rem;
    margin: 0 0 0.7rem;
  }
}

.p-service-case__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: 1.3rem 1.3rem;
}
.p-service-case__item {
  position: relative;
  width: 16.9rem;
  background-color: #fff;
  border: 2px solid #b1b1b1;
  clip-path: polygon(1.9rem 0, 100% 0, 100% 100%, 0 100%, 0 1.9rem);
  padding: 0.8rem 1.1rem;
}
.p-service-case__item::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  display: inline-block;
  width: 1.9rem;
  aspect-ratio: 1/1;
  background: linear-gradient(135deg, #e9edf0 0%, #e9edf0 50%, #b1b1b1 50%, #fff calc(50% + 3px), #fff);
}
.p-service-case__name {
  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 0.5rem;
  color: #002F65;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.4;
  margin: 0 0 0.6rem;
}
.p-service-case__name .-lg {
  font-family: "Oswald", sans-serif;
  font-size: 1.65em;
}
.p-service-case__label {
  color: #fff;
  font-size: 1.1rem;
  font-weight: 700;
  text-align: center;
  background-color: #777777;
}
.p-service-case__label:not(:first-of-type) {
  margin-top: 0.9rem;
}
.p-service-case__text {
  font-family: "Oswald", sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
}
.p-service-case__text .-num {
  font-size: 2.2em;
  font-weight: 500;
}
.p-service-case__desc {
  text-align: center;
  margin: 1.3rem 0 0;
}
@media screen and (max-width: 800px) {
  .p-service-case__list {
    gap: 0.7rem 0.7rem;
  }
  .p-service-case__item {
    width: calc(50% - 0.4rem);
    padding: 0.9rem 0.7rem;
    border-width: 1px;
  }
  .p-service-case__item::before {
    top: -1px;
    left: -1px;
    width: 2.1rem;
    background: linear-gradient(135deg, #e9edf0 0%, #e9edf0 50%, #b1b1b1 50%, #fff calc(50% + 1px), #fff);
  }
  .p-service-case__name {
    font-size: 0.9rem;
    gap: 0 0.2rem;
  }
  .p-service-case__name .-lg {
    font-size: 1.7083333333em;
  }
  .p-service-case__label {
    font-size: 0.9rem;
  }
  .p-service-case__text {
    font-size: 0.9rem;
  }
  .p-service-case__desc {
    text-align: left;
    margin: 0.7rem 0 0;
  }
}

.p-service-point__header {
  padding: 1.6rem 1.9rem;
}
.p-service-point__count {
  color: #fff;
}
@media screen and (max-width: 800px) {
  .p-service-point__header {
    padding: 0.8rem;
  }
  .p-service-point__count {
    font-size: 0.8rem;
  }
  .p-service-point__count .-num {
    font-size: 1.3rem;
  }
}

.p-service-plan__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.7rem 1.3rem;
}
.p-service-plan__block {
  width: calc(50% - 0.6rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-service-plan__header {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  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;
  color: #fff;
  background-color: #003f89;
  border-radius: 0.6rem 0.6rem 0 0;
  padding: 1.1rem;
}
.p-service-plan__heading {
  color: #fff501;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0;
}
.p-service-plan__price {
  font-size: 1.3rem;
  font-weight: 600;
}
.p-service-plan__price .-num {
  font-family: "Oswald", sans-serif;
  font-size: 1.45em;
}
.p-service-plan__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #fff;
  padding: 1.3rem 1.5rem 1.9rem;
}
.p-service-plan__text-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0 1rem;
  margin: 0 0 1.3rem;
}
.p-service-plan__ico {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 6.3rem;
  aspect-ratio: 1/1;
}
.p-service-plan__desc {
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.8;
}
.p-service-plan__support-title {
  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 0.5rem;
  color: #002F65;
  font-size: 1.3rem;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  margin: 0 0 1rem;
}
.p-service-plan__support-title::before, .p-service-plan__support-title::after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 2px;
  background-color: currentColor;
}
.p-service-plan__support-list li {
  position: relative;
  font-size: 1.1rem;
  font-weight: 400;
  padding: 0 0 0 1.8rem;
}
.p-service-plan__support-list li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 1.4rem;
  aspect-ratio: 1/1;
  background: url(../img/circle-check_ico.svg) no-repeat center center/contain;
}
.p-service-plan__support-list li:not(:last-child) {
  margin-bottom: 0.6rem;
}
@media screen and (max-width: 800px) {
  .p-service-plan__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-service-plan__block {
    width: 100%;
  }
  .p-service-plan__header {
    padding: 0.6rem;
  }
  .p-service-plan__heading {
    font-size: 1.3rem;
  }
  .p-service-plan__price {
    font-size: 1rem;
  }
  .p-service-plan__content {
    padding: 0.6rem 0.8rem;
  }
  .p-service-plan__ico {
    width: 6.1rem;
  }
  .p-service-plan__desc {
    font-size: 1rem;
    font-weight: 500;
  }
  .p-service-plan__support-title {
    font-size: 1.1rem;
    margin: 0.4rem 0;
  }
  .p-service-plan__support-title::before, .p-service-plan__support-title::after {
    height: 1px;
  }
  .p-service-plan__support-list li {
    font-size: 1rem;
  }
}

.p-service-footer {
  position: relative;
  z-index: 0;
  padding: 0 0 15rem;
  margin: 2.5rem 0 0;
}
.p-service-footer__desc {
  font-size: 1.6rem;
  line-height: 2;
}
.p-service-footer__desc .-lg {
  font-size: 1.0769230769em;
  font-weight: 700;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(70%, transparent), color-stop(70%, #fff501), to(#fff501));
  background: linear-gradient(to bottom, transparent 0%, transparent 70%, #fff501 70%, #fff501 100%);
}
.p-service-footer__desc small {
  display: inline-block;
  font-size: 1.1rem;
}
.p-service-footer__img {
  position: absolute;
  z-index: 0;
  bottom: 0;
  right: 0;
  width: 34.4rem;
  aspect-ratio: 458/404;
}
.p-service-footer__typo {
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 8.8vw;
  background: url(../img/service-footer_typo.svg?251028) repeat-x 0 0/auto 100%;
  -webkit-animation: typo_loop 50s linear infinite;
          animation: typo_loop 50s linear infinite;
}
@-webkit-keyframes typo_loop {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -143.8vw 0;
  }
}
@keyframes typo_loop {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -143.8vw 0;
  }
}
@media screen and (max-width: 800px) {
  .p-service-footer {
    padding: 0 0 5.7rem;
    margin: 2.1rem 0 0;
  }
  .p-service-footer__desc {
    font-size: 1rem;
    line-height: 1.9;
  }
  .p-service-footer__desc small {
    font-size: 0.9rem;
    line-height: 1.8;
    margin: 0.7rem 0 0;
  }
  .p-service-footer__typo {
    height: 3.4rem;
  }
  .p-service-footer__img {
    position: initial;
    float: right;
    width: 11rem;
    aspect-ratio: 616/1129;
    margin: -0.7rem -1.8rem 0 0;
  }
}

.p-voice {
  color: #fff;
  background-color: #003f89;
  padding: 2.5rem 0 5rem;
}
.p-voice__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.4rem 1.5rem;
  margin: 0 0 2.5rem;
}
.p-voice__item {
  width: calc((100% - 3rem) / 3);
  cursor: pointer;
}
.p-voice__item:hover .p-voice__btn::before {
  opacity: 0.6;
}
.p-voice__img {
  width: 100%;
  aspect-ratio: 317/214;
  margin: 0 0 0.4rem;
}
.p-voice__btn {
  width: 100%;
  font-size: 1.1rem;
  padding: 0.6rem 2.5rem 0.8rem 1.3rem;
}
.p-voice__btn::after {
  content: "＋";
  right: 1.3rem;
  width: 1em;
  background: none;
}
.p-voice__btn .-title {
  font-size: 0.9rem;
}
.p-voice__btn:hover::after {
  right: 1.3rem;
}
@media screen and (max-width: 800px) {
  .p-voice {
    padding: 2.1rem 0;
  }
  .p-voice__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 0 1.4rem;
  }
  .p-voice__item {
    width: 100%;
  }
  .p-voice__img {
    margin: 0 0 0.4rem;
  }
  .p-voice__btn {
    font-size: 1.1rem;
    padding: 0.6rem 0.7rem 0.8rem;
  }
  .p-voice__btn::after {
    right: 0.7rem;
  }
  .p-voice__btn .-sub {
    font-size: 1rem;
  }
  .p-voice__btn .-title {
    font-size: 0.9rem;
  }
}

.p-voice-review {
  color: #000000;
}
.p-voice-review__body {
  max-width: 50rem;
  max-height: 26.3rem;
  background-color: #fff;
  overflow-y: auto;
  padding: 2.5rem 2.8rem;
  margin: 0 auto 2.5rem;
  border-radius: 0.4rem;
}
.p-voice-review__source {
  font-size: 0.8rem;
  font-weight: 400;
  margin: 0 0 1.6rem;
}
.p-voice-review__source .-link {
  color: #003f89;
  text-decoration: underline;
}
.p-voice-review__item:not(:last-of-type) {
  border-bottom: 1px solid #d4dadd;
  padding-bottom: 1.6rem;
  margin-bottom: 1.6rem;
}
.p-voice-review__star {
  display: block;
  margin: 0 0 1rem;
}
.p-voice-review__comment {
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.8;
  margin: 0 0 0.5rem;
}
.p-voice-review__name {
  display: block;
  font-size: 1.1rem;
}
@media screen and (max-width: 800px) {
  .p-voice-review__body {
    max-height: 22.9rem;
    padding: 1.8rem;
    margin: 0 auto 1.4rem;
    border-radius: 0.4rem;
    -webkit-box-shadow: 0.2rem 0.2rem 0 #cee0f8;
            box-shadow: 0.2rem 0.2rem 0 #cee0f8;
  }
  .p-voice-review__source {
    font-size: 0.9rem;
    margin: 0 0 1.4rem;
  }
  .p-voice-review__item:not(:last-of-type) {
    padding-bottom: 1.4rem;
    margin-bottom: 1.4rem;
  }
  .p-voice-review__star {
    margin: 0 0 0.7rem;
  }
  .p-voice-review__comment {
    margin: 0 0 0.7rem;
  }
  .p-voice-review__name {
    font-size: 1rem;
  }
}

.p-voice-modal__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.1rem 1.9rem;
}
.p-voice-modal__header {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 20rem;
}
.p-voice-modal__img {
  width: 100%;
  aspect-ratio: 317/213;
  margin: 0 0 1.1rem;
}
.p-voice-modal__company-name {
  font-size: 0.9rem;
  text-align: center;
  margin: 0 0 0.6rem;
}
.p-voice-modal__name {
  font-size: 1.1rem;
  font-weight: 600;
  text-align: center;
}
.p-voice-modal__name .-title {
  font-size: 0.9rem;
}
.p-voice-modal__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 800px) {
  .p-voice-modal__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-voice-modal__header {
    width: 100%;
    padding: 0 0 0.7rem;
    border-bottom: 1px solid #d4dadd;
  }
  .p-voice-modal__img {
    width: 73.8181818182%;
    aspect-ratio: 406/274;
    margin: 0 auto 0.7rem;
  }
  .p-voice-modal__company-name {
    font-size: 1rem;
    margin: 0;
  }
  .p-voice-modal__name {
    font-size: 1.1rem;
  }
  .p-voice-modal__name .-title {
    font-size: 0.9rem;
  }
}

.p-voice-modal01__body {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.p-reason {
  position: relative;
  z-index: 0;
  background-color: #e9edf0;
  padding: 12.5rem 0 5rem;
}
.p-reason::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 1440/380;
  background: url(../img/reason_bg.jpg) no-repeat top center/cover;
}
.p-reason__heading {
  margin-bottom: 6.9rem;
}
.p-reason__sub-title {
  opacity: 0.8;
}
@media screen and (max-width: 800px) {
  .p-reason {
    padding: 9.6rem 0 2.1rem;
  }
  .p-reason::before {
    aspect-ratio: 750/270;
    background: url(../img/reason_bg_sp.jpg) no-repeat top center/cover;
  }
  .p-reason__heading {
    margin: 0 0 2.1rem;
  }
}

.p-reason-block__header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-reason-block__count {
  width: 3.9rem;
  aspect-ratio: 1/1;
  -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;
  color: #fff;
  font-size: 0.8rem;
  text-align: center;
  background-color: #00c2fc;
  border-radius: 0.3rem;
}
.p-reason-block__count .-num {
  color: #fff;
  font-size: 1.9rem;
}
@media screen and (max-width: 800px) {
  .p-reason-block__count {
    width: 3.6rem;
    font-size: 0.9rem;
  }
  .p-reason-block__count .-num {
    font-size: 1.9rem;
  }
}

@media screen and (min-width: 801px) {
  .p-reason-block01__img {
    width: 69.1823899371% !important;
  }
}

.p-company {
  color: #fff;
  background-color: #003f89;
  padding: 5rem 0 0;
}
@media screen and (max-width: 800px) {
  .p-company {
    padding: 2.1rem 0 0;
  }
}

.p-company-outline {
  position: relative;
  z-index: 0;
  color: #000000;
  margin: 6.3rem 0 2.5rem;
}
.p-company-outline__body {
  background-color: #fff;
  padding: 6.3rem;
}
.p-company-outline__table {
  width: 100%;
}
.p-company-outline__table th,
.p-company-outline__table td {
  font-size: 1.1rem;
  font-weight: 500;
  padding: 1em 0;
  border-bottom: 1px solid #d4dadd;
}
.p-company-outline__table th {
  color: #002F65;
  white-space: nowrap;
}
.p-company-outline__table tr:first-child th,
.p-company-outline__table tr:first-child td {
  padding-top: 0 !important;
}
.p-company-outline__btn-wrap {
  margin: -1.9rem 0 0;
}
.p-company-outline__btn {
  cursor: pointer;
}
.p-company-outline__btn::before {
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}
.p-company-outline__btn::after {
  content: none;
}
.p-company-outline__btn:hover::before {
  opacity: 1;
  background-color: #3e8cc9;
}
@media screen and (max-width: 800px) {
  .p-company-outline {
    margin: 2.1rem 0 1.1rem;
  }
  .p-company-outline__body {
    padding: 1.4rem 0.9rem 2.9rem;
  }
  .p-company-outline__table th {
    padding: 0.7rem 1.1rem 0.7rem 0;
  }
  .p-company-outline__table td {
    padding: 0.7rem 0;
  }
  .p-company-outline__btn {
    width: 19.3rem;
  }
}

.p-company-message {
  color: #000000;
  margin: 0 0 2.5rem;
  visibility: hidden;
  opacity: 0;
  height: 0;
  -webkit-transition: opacity 0.2s ease-out, height 0.2s ease-out;
  transition: opacity 0.2s ease-out, height 0.2s ease-out;
}
.p-company-message__body {
  background-color: #fff;
}
.p-company-message__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.5rem 2.2rem;
}
.p-company-message__heading {
  font-size: 1.6rem;
  font-weight: 600;
}
.p-company-message__content {
  padding: 3.1rem 3.4rem 2.5rem;
  background-color: #fff;
  border-top: 1px solid #d4dadd;
}
.p-company-message__img {
  display: none;
  float: right;
  width: 22.5rem;
  margin: 0 0 2.8rem 2.5rem;
}
.p-company-message__catch {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 2;
  margin: 0 0 1.9rem;
}
.p-company-message__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0 0.5rem;
  font-size: 1.1rem;
  font-weight: 500;
  padding: 0 0 0.6rem;
  margin: 2.5rem 0 1.3rem;
  border-bottom: 1px solid #d4dadd;
}
.p-company-message__title::before {
  content: "";
  display: inline-block;
  width: 0.6rem;
  aspect-ratio: 1/1;
  margin: 0.5rem 0 0;
  background-color: #002F65;
}
.p-company-message__award {
  background-color: #ecf0f8;
  padding: 2.5rem 3.4rem 3.4rem;
}
.p-company-message__award-title {
  margin-top: 0 !important;
}
.p-company-message__award-list li {
  position: relative;
  font-size: 0.9rem;
  padding: 0 0 0 0.8rem;
}
.p-company-message__award-list li::before {
  content: "";
  position: absolute;
  top: 0.5rem;
  left: 0;
  display: inline-block;
  width: 0.4rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #00c2fc;
}
.p-company-message__award-list li:not(:last-child) {
  margin-bottom: 0.5em;
}
.p-company-message.is-open {
  visibility: visible;
  opacity: 1;
  height: auto;
}
.p-company-message.is-open .p-company-message__img {
  display: block;
}
@media screen and (max-width: 800px) {
  .p-company-message {
    margin: 0 0 1.1rem;
  }
  .p-company-message__header {
    padding: 0.9rem 1.1rem;
  }
  .p-company-message__heading {
    font-size: 1.1rem;
  }
  .p-company-message__content {
    padding: 1.1rem 1.1rem 2.1rem;
  }
  .p-company-message__img {
    float: initial;
    width: 20.4rem;
    aspect-ratio: 570/297;
    margin: 0 auto 1.1rem;
  }
  .p-company-message__catch {
    font-size: 1.1rem;
    line-height: 1.9;
    margin: 0 0 1.1rem;
  }
  .p-company-message__title {
    gap: 0 0.6rem;
    font-size: 1rem;
    font-weight: 600;
    padding: 0 0 0.7rem;
    margin: 1.8rem 0 1.1rem;
  }
  .p-company-message__title::before {
    width: 0.6rem;
  }
  .p-company-message__award {
    padding: 2.1rem 1.1rem;
  }
  .p-company-message__award-list li {
    padding: 0 0 0 0.7rem;
  }
  .p-company-message__award-list li::before {
    top: 0.4rem;
    width: 0.4rem;
  }
}

.p-company-advice {
  clear: both;
  position: relative;
  z-index: 1;
  clip-path: polygon(0 0, 0 calc(100% - 8.1rem), 50% 100%, 100% calc(100% - 8.1rem), 100% 0);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(1, 63, 137, 0.7)), to(rgba(0, 194, 252, 0.7)));
  background: linear-gradient(to bottom, rgba(1, 63, 137, 0.7), rgba(0, 194, 252, 0.7));
  padding: 6.9rem 0 10.6rem;
}
.p-company-advice::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 2.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 22rem;
  aspect-ratio: 1/1;
  background: url(../img/company-advice_object.png) no-repeat center center/contain;
}
.p-company-advice__desc {
  color: #fff;
  font-size: 1.9rem;
  font-weight: 600;
  line-height: 4rem;
  text-align: center;
}
.p-company-advice__desc .-md {
  font-size: 2.3rem;
  font-weight: 700;
}
.p-company-advice__desc .-lg {
  font-size: 2.6rem;
  font-weight: 700;
}
.p-company-advice__desc .-num {
  font-family: "Oswald", sans-serif;
  font-size: 3.4rem;
}
.p-company-advice__desc .-dot {
  background-position: top left 0px;
  background-repeat: repeat-x;
  background-size: 1em 0.2em;
  background-image: radial-gradient(0.1em 0.1em at center center, #fff, #fff 100%, transparent, transparent);
}
.p-company-advice__desc .-quot {
  vertical-align: top;
}
@media screen and (max-width: 800px) {
  .p-company-advice {
    padding: 1.1rem 0 5.7rem;
    clip-path: polygon(0 0, 0 calc(100% - 5.7rem), 50% 100%, 100% calc(100% - 5.7rem), 100% 0);
  }
  .p-company-advice::before {
    top: 2.5rem;
    width: 12.5rem;
  }
  .p-company-advice__desc {
    font-size: 1.1rem;
    line-height: 2.3rem;
  }
  .p-company-advice__desc .-md {
    font-size: 1.3rem;
  }
  .p-company-advice__desc .-lg {
    font-size: 1.5rem;
  }
  .p-company-advice__desc .-num {
    font-size: 1.9rem;
  }
}

.p-guarantee-system {
  position: relative;
  z-index: 1;
  color: #fff;
  background-color: transparent;
  padding: 3.8rem 0 6.9rem;
}
.p-guarantee-system::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #003f89;
  clip-path: polygon(0 0, 0 calc(100% - 13.1rem), 50% 100%, 100% calc(100% - 13.1rem), 100% 0);
}
.p-guarantee-system__sub-title {
  font-size: 6.5rem;
}
.p-guarantee-system__label {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #00c2fc;
  font-size: 1.1rem;
  font-weight: 600;
  border: 1px solid currentColor;
  padding: 0 0.5rem;
  margin: 0 auto -1.1rem;
}
.p-guarantee-system__intro {
  font-size: 1.1rem;
  text-align: center;
  line-height: 1.7;
  margin: 0 0 3.1rem;
}
.p-guarantee-system__intro .-num {
  font-family: "Oswald", sans-serif;
  font-size: 1.2777777778em;
}
.p-guarantee-system__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.5rem 0;
}
.p-guarantee-system__item {
  width: 50%;
}
.p-guarantee-system__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 -1.3rem;
}
.p-guarantee-system__count {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  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: 7.5rem;
  aspect-ratio: 1/1;
  font-family: "Oswald", sans-serif;
  color: #fff501;
  font-size: 3.4rem;
  font-weight: 700;
  background: url(../img/guarantee-count_bg.png) no-repeat center center/cover;
  margin: 0 0.8rem 0 0;
}
.p-guarantee-system__title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}
.p-guarantee-system__desc {
  padding: 0 1.9rem;
}
@media screen and (max-width: 800px) {
  .p-guarantee-system {
    padding: 1.1rem 0 4.3rem;
  }
  .p-guarantee-system::before {
    clip-path: polygon(0 0, 0 calc(100% - 3.9rem), 50% 100%, 100% calc(100% - 3.9rem), 100% 0);
  }
  .p-guarantee-system__heading {
    margin: 0 0 3.9rem;
  }
  .p-guarantee-system__label {
    font-size: 0.8rem;
    margin: 0 auto -0.4rem;
  }
  .p-guarantee-system__sub-title {
    font-size: 4.4rem;
  }
  .p-guarantee-system__main-title .-lg {
    font-size: 2rem;
  }
  .p-guarantee-system__main-title .-num {
    font-size: 2.5rem;
  }
  .p-guarantee-system__intro {
    font-size: 1rem;
    text-align: left;
    margin: 0 0 1.4rem;
  }
  .p-guarantee-system__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.8rem 0;
  }
  .p-guarantee-system__item {
    width: 100%;
  }
  .p-guarantee-system__count {
    width: 5.7rem;
    font-size: 2.6rem;
    margin: 0 -0.9rem 0 0;
  }
  .p-guarantee-system__title {
    font-size: 1.2rem;
  }
  .p-guarantee-system__desc {
    padding: 0 0 0 1.4rem;
  }
}

.p-guarantee-advice {
  position: relative;
  z-index: 0;
  color: #fff;
  background: #003f89 url(../img/guarantee-advice_bg.png) no-repeat top center/cover;
  margin: -13.1rem 0 0;
  padding: 17.5rem 0 5rem;
}
.p-guarantee-advice__desc {
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 2.7rem;
  text-align: center;
}
.p-guarantee-advice__desc .-lg {
  font-size: 1.15em;
}
.p-guarantee-advice__desc .-num {
  font-family: "Oswald", sans-serif;
  font-size: 1.25em;
}
.p-guarantee-advice__desc small {
  display: inline-block;
  font-size: 1rem;
}
@media screen and (max-width: 800px) {
  .p-guarantee-advice {
    padding: 5.4rem 0 4.6rem;
    margin: -3.9rem 0 0;
  }
  .p-guarantee-advice__desc {
    font-size: 1.1rem;
    line-height: 1.9rem;
    text-align: left;
  }
  .p-guarantee-advice__desc small {
    font-size: 0.9rem;
    line-height: 1.6;
    margin: 0.6rem 0 0;
  }
}

.p-contact {
  background-color: #003f89;
  padding: 4.4rem 0 0;
}
.p-contact__wrap {
  width: calc(100% - 3.6rem);
  max-width: 1270px;
  background-color: #e9edf0;
  padding: 1.9rem 0 3.8rem;
  margin: 0 auto;
}
.p-contact__sub-title {
  opacity: 0.8;
}
@media screen and (max-width: 800px) {
  .p-contact {
    padding: 0;
  }
  .p-contact__wrap {
    width: 100%;
    padding: 1.4rem 0 2.1rem;
  }
}

.p-contact-comment {
  position: relative;
  z-index: 1;
}
.p-contact-comment__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.2rem 1.9rem;
  margin: 4.4rem 0 2.5rem;
}
.p-contact-comment__item {
  width: 24.7rem;
}
.p-contact-comment__item.-reverse .p-contact-comment__balloon::after {
  left: initial;
  right: 6.3rem;
  -webkit-transform: scale(-1, 1) skewX(20deg);
          transform: scale(-1, 1) skewX(20deg);
}
.p-contact-comment__item.-reverse .p-contact-comment__ico {
  margin: -0.6rem auto 0 6.3rem;
}
.p-contact-comment__balloon {
  position: relative;
  z-index: 0;
  width: 100%;
  font-size: 1.1rem;
  line-height: 1.8;
  text-align: center;
  background-color: #fff;
  border-radius: 0.4rem;
  padding: 1.6rem 1.8rem;
}
.p-contact-comment__balloon::after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: -1.3rem;
  left: 10.4rem;
  display: inline-block;
  width: 1.9rem;
  aspect-ratio: 30/26;
  background-color: #fff;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
  -webkit-transform: skewX(20deg);
          transform: skewX(20deg);
}
.p-contact-comment__ico {
  position: relative;
  z-index: 1;
  width: 7.5rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  margin: -0.6rem 1.9rem 0 auto;
}
.p-contact-comment__desc {
  font-size: 1.3rem;
  line-height: 1.7;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .p-contact-comment__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 2.1rem 0;
  }
  .p-contact-comment__item {
    max-width: 100%;
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 1.7rem;
  }
  .p-contact-comment__item.-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .p-contact-comment__item.-reverse .p-contact-comment__balloon::after {
    right: -1.1rem;
    -webkit-transform: skewY(10deg) scale(-1, -1);
            transform: skewY(10deg) scale(-1, -1);
  }
  .p-contact-comment__ico {
    width: 4.6rem;
    margin: 0 !important;
  }
  .p-contact-comment__balloon {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 1rem;
    line-height: 1.7;
    text-align: left;
    padding: 1.1rem 0.9rem;
  }
  .p-contact-comment__balloon::after {
    bottom: initial;
    top: 2.1rem;
    left: -1.1rem;
    width: 1.9rem;
    aspect-ratio: 52/38;
    -webkit-transform: skewY(-10deg) scale(1, -1);
            transform: skewY(-10deg) scale(1, -1);
  }
  .p-contact-comment__desc {
    font-size: 1.1rem;
  }
}

.p-contact-tel {
  position: relative;
  z-index: 0;
  margin: 4.1rem 0 3.8rem;
}
.p-contact-tel::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -9.4rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 56.3rem;
  aspect-ratio: 900/294;
  background: url(../img/contact-tel_bg.png) no-repeat top center/cover;
}
.p-contact-tel__btn {
  position: relative;
  width: 100%;
  max-width: 42.9rem;
  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;
  color: #fff;
  background-color: #00c2fc;
  padding: 1.9rem;
  margin: 0 auto 1.9rem;
}
.p-contact-tel__btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: calc(100% - 1.3rem);
  height: calc(100% - 1.3rem);
  border: 1px solid #fff;
}
.p-contact-tel__text01 {
  font-size: 1.4rem;
  font-weight: 700;
}
.p-contact-tel__text02 {
  font-family: "Oswald", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  margin: 0.3rem 0 0.6rem;
}
.p-contact-tel__text02 .-num {
  font-size: 1.5128205128em;
}
.p-contact-tel__text03 {
  font-size: 1.3rem;
}
.p-contact-tel__footer {
  text-align: center;
  margin: 0 auto;
}
.p-contact-tel__desc {
  display: inline;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  color: #002F65;
  font-size: 1.4rem;
  font-weight: 700;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(40%, transparent), color-stop(40%, #fff501), to(#fff501));
  background: linear-gradient(to bottom, transparent 0%, transparent 40%, #fff501 40%, #fff501);
  padding: 0 1rem;
}
.p-contact-tel__desc .-num {
  font-family: "Oswald", sans-serif;
  font-size: 1.2173913043em;
}
@media screen and (max-width: 800px) {
  .p-contact-tel {
    margin: 1.2rem 0 0;
  }
  .p-contact-tel::before {
    top: -6.4rem;
    width: 100vw;
  }
  .p-contact-tel__btn {
    padding: 1.4rem 0.7rem 1.2rem;
    margin: 0 auto 1.1rem;
  }
  .p-contact-tel__btn::before {
    width: calc(100% - 0.7rem);
    height: calc(100% - 0.7rem);
  }
  .p-contact-tel__text01 {
    font-size: 1.1rem;
  }
  .p-contact-tel__text02 {
    font-size: 1.8rem;
  }
  .p-contact-tel__text03 {
    font-size: 0.9rem;
  }
  .p-contact-tel__desc {
    font-size: 1rem;
  }
}

.p-access {
  background-color: #003f89;
}
.p-access__wrap {
  width: calc(100% - 3.6rem);
  max-width: 1270px;
  background-color: #e9edf0;
  margin: 0 auto;
}
.p-access__sub-title {
  display: block;
  font-family: "Oswald", sans-serif;
  color: #b1b1b1;
  font-size: 7.5rem;
  font-weight: 600;
  text-align: center;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  opacity: 0.2;
  margin: 0 0 -1.9rem -3.8rem;
}
.p-access__heading {
  margin: 0 0 1.3rem;
}
.p-access__main-title {
  display: inline;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.6;
  border-bottom: 3px solid #00c2fc;
}
.p-access__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.4rem 3.1rem;
}
.p-access__content {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-access__map {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  width: 41.9rem;
  aspect-ratio: 670/387;
}
.p-access__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 800px) {
  .p-access__wrap {
    width: 100%;
  }
  .p-access__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-access__sub-title {
    font-size: 4.3rem;
    text-align: left;
    margin: 0 0 -1.8rem -1.8rem;
  }
  .p-access__main-title {
    font-size: 1.1rem;
    line-height: 1.8;
    margin: 0 0 1.4rem;
  }
  .p-access__map {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
    width: 100%;
    aspect-ratio: 670/387;
  }
}

.p-form {
  background-color: #003f89;
  padding: 0 0 4.4rem;
}
.p-form__wrap {
  width: calc(100% - 3.6rem);
  max-width: 1270px;
  background-color: #e9edf0;
  padding: 5rem 0;
  margin: 0 auto;
}
.p-form__note {
  font-size: 0.9rem;
  font-weight: 400;
  text-align: center;
  margin: 1.9rem 0 0;
}
.p-form__heading {
  color: #fff;
}
.p-form__intro {
  color: #fff;
  font-size: 1.1rem;
  text-align: center;
  font-weight: 600;
  margin: 0 0 3.1rem;
}
@media screen and (max-width: 800px) {
  .p-form {
    padding: 0;
  }
  .p-form__wrap {
    width: 100%;
    padding: 2.1rem 0;
  }
  .p-form__intro {
    font-size: 1rem;
    margin: 0 0 1.4rem;
  }
}

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: 11.9rem;
  font-size: 1.1rem;
  text-align: left;
  padding: 2.1rem 0.6rem 2.1rem 0;
  border-top: none;
}
form#mailformpro dl dd {
  padding: 0.9rem 0 0.9rem 11.9rem;
  font-size: 0.9rem;
  font-weight: 400;
  border-top: none;
}
@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.7rem;
    font-size: 1rem;
    padding: 0 0 0.7rem;
  }
  form#mailformpro dl dd {
    font-size: 1rem;
    padding: 0 0 1.1rem;
  }
}

.must {
  float: initial;
  color: #fff501;
  font-size: 0.8rem;
  color: #ff5050;
  border: 1px solid currentColor;
  background-color: transparent;
  background-image: none;
  border-radius: 0;
  padding: 0 0.5em;
  margin: 0;
  text-shadow: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media screen and (max-width: 800px) {
  .must {
    font-size: 0.9rem;
    padding: 0 0.4rem;
  }
}

.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.1rem;
  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: 14.4rem !important;
  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] {
    width: 100%;
    height: 3.6rem;
    padding: 0 1em;
  }
  .mfp_rows textarea {
    width: 100%;
    height: 9.3rem !important;
    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;
  gap: 0.7rem 1.3rem;
  padding: 3.1rem 0 0;
}
@media screen and (max-width: 800px) {
  div.mfp_buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 1.8rem 0 0;
  }
}

.mfp_element_submit,
.mfp_element_button {
  position: relative;
  z-index: 0;
  width: 23.1rem;
  display: inline-block;
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 1.3rem;
  padding: 1.3rem 0;
  border-radius: 0;
  text-shadow: none;
  border: none;
  background: none;
  -webkit-box-shadow: 3px 3px 0.6rem rgba(0, 0, 0, 0.16);
          box-shadow: 3px 3px 0.6rem rgba(0, 0, 0, 0.16);
}
.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: #00c2fc;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.mfp_element_submit::after,
.mfp_element_button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -1.1rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2.1rem;
  aspect-ratio: 33/7;
  background: url(../img/arrow_wh.svg) no-repeat center center/contain;
  -webkit-transition: right 0.2s linear;
  transition: right 0.2s linear;
}
.mfp_element_submit:hover,
.mfp_element_button:hover {
  -webkit-box-shadow: 3px 3px 0.6rem rgba(0, 0, 0, 0.16);
          box-shadow: 3px 3px 0.6rem rgba(0, 0, 0, 0.16);
  background: none;
}
.mfp_element_submit:hover::before,
.mfp_element_button:hover::before {
  opacity: 0.8;
}
.mfp_element_submit:hover::after,
.mfp_element_button:hover::after {
  right: -1.3rem;
}
@media screen and (max-width: 800px) {
  .mfp_element_submit,
  .mfp_element_button {
    width: 20.1rem;
    font-size: 1.1rem;
    padding: 1rem;
  }
}

#mfp_button_cancel::before,
#mfp_button_back::before {
  background-color: #b1b1b1;
}
#mfp_button_cancel::after,
#mfp_button_back::after {
  right: initial;
  left: -1.1rem;
  -webkit-transform: translateY(-50%) scale(-1, 1);
          transform: translateY(-50%) scale(-1, 1);
  -webkit-transition: left 0.2s linear;
  transition: left 0.2s linear;
}
#mfp_button_cancel:hover::after,
#mfp_button_back:hover::after {
  right: initial;
  left: -1.3rem;
}

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

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

div#mfp_phase_confirm {
  padding: 0 3.1rem;
  background-color: #fff;
}
div#mfp_phase_confirm h4 {
  font-weight: 400;
  font-size: 1.1rem;
  font-weight: 600;
  text-align: center;
  margin: 0 0 3.1rem;
}
div#mfp_phase_confirm.is-active {
  padding: 3.8rem 3.1rem;
}
@media screen and (max-width: 800px) {
  div#mfp_phase_confirm {
    padding: 0 1.4rem;
  }
  div#mfp_phase_confirm h4 {
    font-size: 1rem;
    margin: 0 0 1.4rem;
  }
  div#mfp_phase_confirm.is-active {
    padding: 1.4rem 1.4rem;
  }
}

table#mfp_confirm_table tr.mfp_achroma, table#mfp_confirm_table tr.mfp_colored {
  background-color: transparent;
}
table#mfp_confirm_table tr th {
  width: 11.9rem;
  font-size: 1rem;
  font-weight: 500;
  padding: 1.9rem 1.3rem 1.9rem 0;
  border-bottom: 1px solid #d4dadd;
  border-top: none;
}
table#mfp_confirm_table tr td {
  padding: 1.9rem 0;
  font-size: 1rem;
  border-top: none;
  border-bottom: 1px solid #d4dadd;
}
@media screen and (max-width: 800px) {
  table#mfp_confirm_table tr th {
    display: block;
    width: 100%;
    border-bottom: none;
    padding: 1.4rem 0 0.5rem;
  }
  table#mfp_confirm_table tr td {
    display: block;
    width: 100%;
    padding: 0 0 1.4rem;
    font-weight: 400;
  }
  table#mfp_confirm_table tr:first-child th {
    padding-top: 0;
  }
}

#manufacturer_lp.thanks .p-form {
  padding: 3.1rem 0 5rem;
}
@media screen and (max-width: 800px) {
  #manufacturer_lp.thanks .p-form {
    padding: 0 0 2.9rem;
  }
}

#mfp_thanks_wrap {
  background-color: #fff;
  padding: 3.8rem 3.1rem;
  margin: 0 0 2.5rem;
}
@media screen and (max-width: 800px) {
  #mfp_thanks_wrap {
    padding: 1.4rem;
    margin: 1.4rem 0 0;
  }
}

/* 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-color--main_dark {
  color: #002F65 !important;
}
.u-color--main_pale {
  color: #00c2fc !important;
}
.u-color--accent {
  color: #fff501 !important;
}

.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;
  }
}