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

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

picture, img {
  display: block;
  width: 100%;
}

/* iOSでのデフォルトスタイルをリセット */
input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

@font-face {
  font-display: swap;
  font-family: "Noto Sans JP";
  font-weight: 400 700;
  src: url("../fonts/NotoSansJP-VariableFont_wght.woff2") format("woff2"), url("../fonts/NotoSansJP-VariableFont_wght.woff") format("woff");
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes fadeinUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
  }
}
@keyframes fadeoutBottom {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(20px);
    visibility: hidden;
  }
}
*,
*:before,
*:after {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  color: #3A3A3A;
  font-family: "Noto Sans JP", sans-serif;
  font-size: var(--wp--preset--font-size--normal);
  line-height: 2;
  letter-spacing: 0.04em;
  position: relative;
  font-weight: 500;
}
@media screen and (max-width: 743px) {
  body {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 744px) {
  body {
    font-size: 1.6rem;
  }
}

a {
  color: inherit;
  text-decoration: none;
}
@media screen and (min-width: 744px) {
  a[href*="tel:"] {
    pointer-events: none !important;
  }
}

img {
  max-width: 100%;
  vertical-align: middle;
  display: block;
  width: 100%;
  height: auto;
}

input {
  margin: 0;
  padding: 0;
}

textarea {
  font: inherit;
  color: inherit;
  padding: 0;
}

button {
  background-color: transparent;
  border: none;
  color: inherit;
  cursor: pointer;
  font: inherit;
  padding: 0;
}

/*——————————————————————
コンテンツ幅
最大幅はtheme.jsonで設定
——————————————————————*/
.l-container {
  margin-left: auto;
  margin-right: auto;
  width: min(90vw, var(--wp--style--global--content-size));
}
.l-container.--wide {
  width: min(90vw, var(--wp--style--global--wide-size));
}

.l-header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 5000;
}
@media screen and (max-width: 743px) {
  .l-header-primary {
    padding: 1.5rem 0.6rem;
  }
}
@media screen and (min-width: 744px) {
  .l-header-primary {
    padding: 3.6rem 1.8rem 0;
  }
}
.l-header-primary-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
}
@media screen and (max-width: 743px) {
  .l-header-primary-wrapper {
    padding: 0.4rem 0.6rem 0.3rem 1.6rem;
    border-radius: 10em;
  }
}
@media screen and (min-width: 744px) {
  .l-header-primary-wrapper {
    padding: 8px 32px;
    border-radius: 10em;
  }
}
.l-header-primary-nav {
  margin-left: auto;
  margin-right: 1rem;
}
@media screen and (max-width: 743px) {
  .l-header-primary-nav {
    display: none;
  }
}
@media screen and (min-width: 744px) and (max-width: 1279px) {
  .l-header-primary-nav {
    display: none;
  }
}
.l-header-primary-list {
  display: flex;
  align-items: center;
  gap: 17px;
}
.l-header-primary-tel {
  border-radius: 2em;
  color: #1185C1;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.l-header-primary-tel .l-header-primary-link {
  position: relative;
  display: flex;
  align-items: center;
  gap: 3px;
  font-weight: 700;
  font-size: 2.6rem;
  line-height: 1.46;
}
@media screen and (min-width: 744px) {
  .l-header-primary-tel .l-header-primary-link * {
    transition: 0.3s ease;
  }
  .l-header-primary-tel .l-header-primary-link:hover * {
    opacity: 0.7;
  }
}
.l-header-primary-tel .l-header-primary-link:before {
  content: "";
  display: block;
  background-image: url(../images/common/icon-tel.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 34px;
  height: 34px;
}
.l-header-primary-tel__text {
  line-height: 1;
  margin-top: -1px;
}
.l-header-primary-tel__text1 {
  font-size: 1rem;
  margin-right: 5px;
}
.l-header-primary-tel__text2 {
  font-size: 1.2rem;
  margin-right: 3px;
}
.l-header-primary-tel__text3 {
  font-size: 1rem;
}
.l-header-primary-contact {
  border-radius: 2rem;
  padding: 0.6rem 2.2rem 0.8rem 0.9rem;
  background-color: #FFB200;
  color: #fff;
}
.l-header-primary-contact * {
  transition: 0.3s ease;
}
.l-header-primary-contact:hover * {
  opacity: 0.7;
}
.l-header-primary-contact .l-header-primary-link {
  position: relative;
  display: flex;
  align-items: center;
  gap: 3px;
  font-weight: 900;
  font-size: 2rem;
  line-height: 1.35;
}
.l-header-primary-contact .l-header-primary-link:before {
  content: "";
  display: block;
  background-image: url(../images/common/icon-contact.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 42px;
  height: 42px;
}
.l-header-hamburger {
  cursor: pointer;
  position: relative;
  z-index: 100;
}
.l-header-hamburger__btn {
  align-items: center;
  background: #1185C1;
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: center;
  padding-top: 4px;
  position: relative;
  height: 5.8rem;
  width: 5.8rem;
  border-radius: 50%;
  z-index: 2;
}
@media screen and (min-width: 744px) {
  .l-header-hamburger__btn {
    height: 5.8rem;
    width: 5.8rem;
  }
}
.l-header-hamburger__btn div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.l-header-hamburger__btn div.-open-icon {
  height: 58px;
  width: 58px;
  transition: 0.4s;
}
.l-header-hamburger__btn div.-open-icon::before {
  content: "";
  display: block;
  position: absolute;
  top: 57%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.4s;
  height: 38px;
  width: 43px;
  opacity: 1;
  background-image: url(../images/common/icon-menu.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.l-header-hamburger__btn div.-close-icon {
  height: 38px;
  width: 38px;
  opacity: 0;
  transition: 0.4s;
}
.l-header-hamburger__btn div.-close-icon::before, .l-header-hamburger__btn div.-close-icon::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 2px;
  background: #fff;
}
.l-header-hamburger__btn div.-close-icon::before {
  transform: translateY(-50%) rotate(45deg);
}
.l-header-hamburger__btn div.-close-icon::after {
  transform: translateY(-50%) rotate(-45deg);
}
.l-header-hamburger__btn.open .-open-icon {
  opacity: 0;
}
.l-header-hamburger__btn.open .-close-icon {
  opacity: 1;
}
.l-header-hamburger-wrapper {
  background: rgba(17, 133, 193, 0.9);
  color: #fff;
  height: 100svh;
  opacity: 0;
  padding: 7.2rem 2rem 6rem;
  position: fixed;
  right: 0;
  top: 0;
  transition: 0.4s;
  visibility: hidden;
  overflow-y: auto;
  width: 100%;
  z-index: 1;
  cursor: initial;
}
@media screen and (min-width: 744px) {
  .l-header-hamburger-wrapper {
    padding-top: 8.2rem;
    max-width: 375px;
  }
}
.l-header-hamburger-wrapper.open {
  opacity: 1;
  visibility: visible;
}
.l-header-hamburger-wrapper-inner {
  height: 100%;
  overflow-y: scroll;
  width: 100%;
}
@media screen and (min-width: 1280px) {
  .l-header-hamburger-wrapper-inner {
    overflow: overlay;
    padding-right: 5px;
  }
  .l-header-hamburger-wrapper-inner::-webkit-scrollbar {
    opacity: 0.6;
    width: 2px;
  }
  .l-header-hamburger-wrapper-inner::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.3);
  }
}
.l-header-hamburger-wrapper .l-header-primary-list {
  display: flex;
  flex-direction: column;
  margin-top: 5rem;
  gap: 2.4rem;
}
.l-header-hamburger-wrapper .l-header-primary-tel {
  color: #fff;
}
.l-header-hamburger-wrapper .l-header-primary-tel .l-header-primary-link::before {
  background-image: url(../images/common/icon-tel-white.svg);
}
.l-header-hamburger-wrapper .l-header-primary-contact {
  width: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.l-header-hamburger-nav__list {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.l-header-hamburger-nav__link {
  display: block;
  transition: 0.3s ease;
}
.l-header-hamburger-nav__link:hover {
  opacity: 0.7;
}
.l-header-hamburger-nav__link.-sub {
  padding-left: 1.8rem;
}
.l-header-hamburger-nav__text {
  letter-spacing: 0;
  font-size: 1.4rem;
  line-height: 1.7;
  font-weight: 500;
}
.l-header-hamburger-nav__item {
  margin-right: 2rem;
}
.l-header-hamburger-nav__item.-has-sub {
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
  margin-bottom: 7px;
}
.l-header-hamburger-nav__item.is-open[data-accordion] .l-header-primary-link::after {
  transform: rotate(180deg);
}
.l-header-hamburger-nav-sub-list {
  position: absolute;
  top: calc(100% + 1rem);
  left: 0;
  outline: none;
  display: flex;
  flex-direction: column;
  display: none;
}
@media screen and (max-width: 743px) {
  .l-header-hamburger-nav-sub-list {
    position: relative;
    gap: 1rem;
    margin-top: 1rem;
  }
}
@media screen and (min-width: 744px) {
  .l-header-hamburger-nav-sub-list {
    background-color: #fff;
  }
}
@media screen and (min-width: 744px) and (max-width: 1279px) {
  .l-header-hamburger-nav-sub-list {
    background-color: unset;
    position: relative;
  }
}
.l-header-hamburger-nav-sub-list-item {
  outline: none;
  white-space: nowrap;
  transition: 0.3s ease;
}
.l-header-hamburger-nav-sub-list-item:hover {
  opacity: 0.7;
}
.l-header-hamburger-nav-sub-list-item a {
  width: 100%;
  display: block;
}
@media screen and (max-width: 743px) {
  .l-header-hamburger-nav-sub-list-item a {
    padding: 1rem;
    text-align: center;
  }
}
@media screen and (min-width: 744px) {
  .l-header-hamburger-nav-sub-list-item a {
    padding: 1rem;
  }
}
@media screen and (min-width: 744px) and (max-width: 1279px) {
  .l-header-hamburger-nav-sub-list-item a {
    text-align: center;
  }
}
.l-header-branding__desc {
  letter-spacing: 0;
  font-weight: 400;
}
@media screen and (max-width: 743px) {
  .l-header-branding__desc {
    font-size: 1rem;
    line-height: 1.2;
    margin-bottom: 8px;
  }
}
@media screen and (min-width: 744px) {
  .l-header-branding__desc {
    font-size: 1.2rem;
    line-height: 1.25;
    margin-bottom: 5px;
  }
}
.l-header-branding__logo a {
  display: flex;
  align-items: center;
  gap: 8px;
}
.l-header-branding__logo a * {
  transition: 0.3s ease;
}
.l-header-branding__logo a:hover * {
  opacity: 0.7;
}
@media screen and (max-width: 743px) {
  .l-header-branding__logo-img {
    width: 16.1rem;
  }
}
@media screen and (min-width: 744px) {
  .l-header-branding__logo-img {
    width: 21.8rem;
  }
}
.l-footer {
  background-color: #F8F8F8;
}
@media screen and (max-width: 743px) {
  .l-footer {
    margin-left: auto;
    margin-right: auto;
    padding: 0 1.5rem;
  }
}
@media screen and (max-width: 743px) {
  .l-footer-wrapper {
    padding-top: 6.8rem;
    padding-bottom: 4.8rem;
  }
}
@media screen and (min-width: 744px) {
  .l-footer-wrapper {
    padding-top: 6.7rem;
    padding-bottom: 4.5rem;
    max-width: 1064px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 32px;
    padding-right: 32px;
  }
}
.l-footer-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 7.7rem;
}
.l-footer-logo__desc {
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 1.71;
  margin-bottom: 1.4rem;
}
.l-footer-logo__img {
  width: 21.8rem;
  margin-bottom: 0.6rem;
}
.l-footer-logo__text1 {
  font-size: 1.2rem;
  letter-spacing: 0;
  margin-bottom: 1.4rem;
  text-align: center;
}
.l-footer-logo__text2 {
  font-size: 1.4rem;
  letter-spacing: 0;
  text-align: center;
}
.l-footer-box {
  display: flex;
  gap: 15rem;
}
@media screen and (max-width: 743px) {
  .l-footer-box {
    justify-content: center;
  }
}
@media screen and (min-width: 744px) and (max-width: 1279px) {
  .l-footer-box {
    gap: 5rem;
    flex-direction: column;
    align-items: center;
  }
}
.l-footer-box__title {
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.21;
}
@media screen and (max-width: 743px) {
  .l-footer-box__title {
    text-align: center;
    font-size: 3.2rem;
  }
}
@media screen and (min-width: 744px) {
  .l-footer-box__title {
    font-size: 3.2rem;
  }
}
.l-footer-box__tel {
  margin-bottom: 24px;
}
@media screen and (min-width: 744px) {
  .l-footer-box__tel {
    margin-top: 4.5rem;
  }
}
.l-footer-box__contact {
  margin-bottom: 24px;
}
.l-footer-privacy {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 743px) {
  .l-footer-privacy {
    margin-top: 5.8rem;
  }
}
@media screen and (min-width: 744px) {
  .l-footer-privacy {
    padding-top: 8.6rem;
    max-width: 1064px;
    margin-left: auto;
    margin-right: 0;
    padding-left: 32px;
    padding-right: 32px;
  }
}
.l-footer-privacy__link {
  max-width: mac-content;
  margin-left: auto;
  margin-right: 0;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0;
  font-weight: 500;
  color: #003CFF;
  text-decoration: underline;
  transition: 0.3s ease;
}
.l-footer-privacy__link:hover {
  opacity: 0.7;
}
@media screen and (max-width: 743px) {
  .l-footer-contact {
    display: none;
  }
}
@media screen and (min-width: 744px) {
  .l-footer-contact {
    width: 39%;
  }
}
@media screen and (min-width: 744px) and (max-width: 1279px) {
  .l-footer-contact {
    width: 387px;
  }
}
@media screen and (max-width: 743px) {
  .l-footer-nav {
    margin-top: 24px;
  }
}
@media screen and (min-width: 744px) {
  .l-footer-nav {
    margin-top: 24px;
  }
}
@media screen and (min-width: 744px) {
  .l-footer-nav__wrapper .l-footer-box__title {
    padding-left: 3.5rem;
  }
}
.l-footer-nav__list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.l-footer-nav__item {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0;
  font-weight: 500;
  color: #003CFF;
  text-decoration: underline;
}
.l-footer-nav__item.-has-sub {
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
  margin-bottom: 7px;
}
.l-footer-nav__link {
  display: flex;
  align-items: center;
  transition: 0.3s ease;
}
.l-footer-nav__link:hover {
  opacity: 0.7;
}
.l-footer-nav__link.-sub {
  padding-left: 1.8rem;
}
.l-footer-nav p.l-footer-nav__link:hover {
  opacity: 1;
}
.l-footer-copy {
  background-color: #fff;
  letter-spacing: 0;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 743px) {
  .l-footer-copy {
    font-size: 1.2rem;
    padding: 2.1rem 3.4rem;
    line-height: 2;
    padding-bottom: 18.8295165394vw;
  }
}
@media screen and (min-width: 744px) {
  .l-footer-copy {
    font-size: 1.6rem;
    line-height: 2.125;
    padding: 32px;
  }
}

.l-main {
  overflow: clip;
}

@media screen and (max-width: 743px) {
  .l-wrapper {
    padding-top: 5.4rem;
  }
}
@media screen and (min-width: 744px) {
  .l-wrapper {
    padding-top: 10.2rem;
  }
}

@media screen and (max-width: 743px) {
  .l-section {
    padding-top: 8rem;
  }
}
@media screen and (min-width: 744px) {
  .l-section {
    padding-top: 12rem;
  }
}

@media screen and (max-width: 743px) {
  .l-content {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media screen and (min-width: 744px) {
  .l-content {
    max-width: calc(100rem + 32px + 32px);
    margin-left: auto;
    margin-right: auto;
    padding-left: 32px;
    padding-right: 32px;
  }
}

.l-grid-image-lg {
  display: flex;
}
@media screen and (max-width: 743px) {
  .l-grid-image-lg {
    flex-direction: column-reverse;
    gap: 4.2rem;
    margin-top: 2.7rem;
  }
}
@media screen and (min-width: 744px) {
  .l-grid-image-lg {
    align-items: center;
    margin-top: 5.5rem;
    gap: 5.5%;
  }
  .l-grid-image-lg .l-grid-image {
    width: 39.2%;
  }
  .l-grid-image-lg .l-grid-texts {
    width: 55.3%;
  }
}
.l-grid-image-md {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 743px) {
  .l-grid-image-md {
    gap: 4rem;
  }
}
@media screen and (min-width: 744px) {
  .l-grid-image-md {
    gap: 6.5rem;
  }
}
.l-grid-image-md .l-grid-item {
  display: grid;
}
@media screen and (max-width: 743px) {
  .l-grid-image-md .l-grid-item {
    gap: 1rem;
  }
}
@media screen and (min-width: 744px) {
  .l-grid-image-md .l-grid-item {
    gap: 3.7%;
  }
  .l-grid-image-md .l-grid-item:nth-of-type(odd) {
    grid-template-columns: 32.5% 1fr;
  }
  .l-grid-image-md .l-grid-item:nth-of-type(odd) .l-grid-image {
    grid-column: 1/span 1;
    grid-row: 1/span 2;
  }
  .l-grid-image-md .l-grid-item:nth-of-type(odd) .l-grid-title {
    grid-column: 2/span 1;
    grid-row: 1/span 1;
  }
  .l-grid-image-md .l-grid-item:nth-of-type(odd) .l-grid-text {
    grid-column: 2/span 1;
    grid-row: 2/span 1;
  }
  .l-grid-image-md .l-grid-item:nth-of-type(even) {
    grid-template-columns: 1fr 32.5%;
  }
  .l-grid-image-md .l-grid-item:nth-of-type(even) .l-grid-image {
    grid-column: 2/span 1;
    grid-row: 1/span 2;
  }
  .l-grid-image-md .l-grid-item:nth-of-type(even) .l-grid-title {
    grid-column: 1/span 1;
    grid-row: 1/span 1;
  }
  .l-grid-image-md .l-grid-item:nth-of-type(even) .l-grid-text {
    grid-column: 1/span 1;
    grid-row: 2/span 1;
  }
}
.l-grid-image-md .l-grid-item .l-grid-title {
  display: grid;
  grid-template-columns: max-content 1fr;
  align-content: center;
}
@media screen and (max-width: 743px) {
  .l-grid-image-md .l-grid-item .l-grid-title {
    align-items: flex-start;
    gap: 0.6rem 0.7rem;
  }
}
@media screen and (min-width: 744px) {
  .l-grid-image-md .l-grid-item .l-grid-title {
    align-items: center;
    gap: 0.6rem 1.9rem;
  }
}
.l-grid-image-md .l-grid-item .l-grid-title__text1 {
  display: block;
  background: linear-gradient(90deg, #00A9FF 8.16%, #00D1FF 100.4%);
  max-width: max-content;
  color: #fff;
  font-weight: 400;
  font-size: 2rem;
  padding: 3px 3.2rem;
  grid-column: 1/span 1;
  grid-row: 1/span 1;
  line-height: 1.45;
}
.l-grid-image-md .l-grid-item .l-grid-title__text2 {
  font-weight: 700;
  grid-column: 2/span 1;
  grid-row: 1/span 1;
}
@media screen and (max-width: 743px) {
  .l-grid-image-md .l-grid-item .l-grid-title__text2 {
    line-height: 1.1;
    font-size: 1.8rem;
    align-self: center;
  }
}
@media screen and (min-width: 744px) {
  .l-grid-image-md .l-grid-item .l-grid-title__text2 {
    font-size: 2rem;
  }
}
.l-grid-image-md .l-grid-item .l-grid-title__text3 {
  grid-column: 1/span 2;
  grid-row: 2/span 1;
}
@media screen and (max-width: 743px) {
  .l-grid-image-md .l-grid-item .l-grid-text {
    margin-top: 0.3rem;
  }
}
.l-grid-half {
  display: flex;
}
@media screen and (max-width: 743px) {
  .l-grid-half {
    flex-direction: column;
    gap: 2.5rem;
  }
}
@media screen and (min-width: 744px) {
  .l-grid-half {
    align-items: center;
    gap: 3rem 5%;
  }
  .l-grid-half .l-grid-item {
    width: 47.5%;
  }
  .l-grid-half .l-grid-texts {
    width: 55.3%;
  }
  .l-grid-half.--wrap {
    flex-wrap: wrap;
  }
}
.l-grid-third {
  display: flex;
}
@media screen and (max-width: 743px) {
  .l-grid-third {
    flex-direction: column;
    gap: 2.5rem;
  }
}
@media screen and (min-width: 744px) {
  .l-grid-third {
    gap: 5.1%;
  }
  .l-grid-third .l-grid-item {
    width: 29.9333333333%;
  }
  .l-grid-third.--wrap {
    flex-wrap: wrap;
  }
}

.c-btn-tel {
  border-radius: 2em;
  color: #1185C1;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.c-btn-tel .c-btn-link {
  position: relative;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 743px) {
  .c-btn-tel .c-btn-link {
    font-weight: 500;
    font-size: 4rem;
    line-height: 1;
    gap: 1rem;
    margin: 0 auto;
  }
}
@media screen and (min-width: 744px) {
  .c-btn-tel .c-btn-link {
    font-size: 4.4rem;
    font-weight: 400;
    line-height: 1.46;
    gap: 1.8rem;
  }
  .c-btn-tel .c-btn-link * {
    transition: 0.3s ease;
  }
  .c-btn-tel .c-btn-link:hover * {
    opacity: 0.7;
  }
}
.c-btn-tel .c-btn-link:before {
  content: "";
  display: block;
  background-image: url(../images/common/icon-tel.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 56px;
  height: 56px;
}
.c-btn-tel__text {
  line-height: 1;
}
@media screen and (max-width: 743px) {
  .c-btn-tel__text {
    margin-top: 5px;
  }
}
@media screen and (min-width: 744px) {
  .c-btn-tel__text {
    margin-top: -1px;
  }
}
.c-btn-tel__text1 {
  font-size: 1.7rem;
  margin-right: 1rem;
}
@media screen and (max-width: 743px) {
  .c-btn-tel__text1 {
    font-size: 1.4rem;
  }
}
.c-btn-tel__text2 {
  font-size: 1.9rem;
  margin-right: 0.8rem;
}
@media screen and (max-width: 743px) {
  .c-btn-tel__text2 {
    font-size: 1.6rem;
  }
}
.c-btn-tel__text3 {
  font-size: 1.7rem;
}
@media screen and (max-width: 743px) {
  .c-btn-tel__text3 {
    font-size: 1.4rem;
  }
}
.c-btn-tel.--white {
  color: #fff;
}
.c-btn-tel.--white .c-btn-link:before {
  background-image: url(../images/common/icon-tel-white.svg);
}
.c-btn-contact {
  border-radius: 2rem;
  background-color: #FFB200;
  color: #fff;
}
.c-btn-contact * {
  transition: 0.3s ease;
}
.c-btn-contact:hover * {
  opacity: 0.7;
}
@media screen and (max-width: 743px) {
  .c-btn-contact {
    max-width: 31.3rem;
    width: 100%;
    padding: 1.5rem 2.2rem 1.4rem 2.6rem;
  }
}
@media screen and (min-width: 744px) {
  .c-btn-contact {
    max-width: 38.3rem;
    padding: 1.5rem 2.2rem 1.4rem 6.1rem;
  }
}
.c-btn-contact .c-btn-link {
  position: relative;
  display: flex;
  align-items: center;
  font-weight: 900;
  font-size: 2.8rem;
  line-height: 1.35;
}
@media screen and (max-width: 743px) {
  .c-btn-contact .c-btn-link {
    gap: 11px;
  }
}
@media screen and (min-width: 744px) {
  .c-btn-contact .c-btn-link {
    gap: 3px;
  }
}
.c-btn-contact .c-btn-link:before {
  content: "";
  display: block;
  background-image: url(../images/common/icon-contact.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 42px;
  height: 42px;
}
.c-btn-contact.--sm {
  max-width: 31.3rem;
  padding-left: 1.9rem;
  padding-right: 5.4rem;
}
.c-btn-contact.--sm .c-btn-link {
  gap: 1.8rem;
}
.c-btn-simulation {
  border-radius: 10em;
  border: 3px solid #FF0000;
  background-color: #fff;
  color: #FF0000;
  transition: 0.3s ease;
}
.c-btn-simulation:hover {
  opacity: 0.7;
}
@media screen and (max-width: 743px) {
  .c-btn-simulation {
    padding: 1.4rem 1rem 1.4rem 1.2rem;
    max-width: 35.6rem;
  }
}
@media screen and (min-width: 744px) {
  .c-btn-simulation {
    max-width: 38.3rem;
    padding: 1.7rem 2.3rem 1.7rem 3.6rem;
  }
}
.c-btn-simulation .c-btn-link {
  position: relative;
  display: flex;
  align-items: center;
  font-weight: 500;
}
@media screen and (max-width: 743px) {
  .c-btn-simulation .c-btn-link {
    gap: 8px;
    font-size: 2.1rem;
    letter-spacing: 0;
    line-height: 1.4;
  }
}
@media screen and (min-width: 744px) {
  .c-btn-simulation .c-btn-link {
    gap: 3px;
    font-size: 2.5rem;
    line-height: 1.4;
  }
}
.c-btn-simulation .c-btn-link:before {
  content: "";
  display: block;
  background-image: url(../images/common/icon-simulation.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 37px;
  height: 37px;
  flex-shrink: 0;
}
.c-btn-simulation.--lg {
  max-width: 62.2rem;
}
@media screen and (max-width: 743px) {
  .c-btn-simulation.--md {
    max-width: 35.8rem;
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
  }
  .c-btn-simulation.--md .c-btn-link {
    font-size: 2rem;
    display: flex;
    justify-content: center;
  }
  .c-btn-simulation.--md .c-btn-link::before {
    width: 2.4rem;
    height: 2.4rem;
  }
}
@media screen and (min-width: 744px) {
  .c-btn-simulation.--md {
    max-width: 41.2rem;
    padding-left: 2rem;
    padding-right: 0;
  }
}
@media screen and (max-width: 743px) {
  .c-btn-simulation.--product {
    max-width: 36rem;
  }
}
@media screen and (min-width: 744px) {
  .c-btn-simulation.--product {
    max-width: 62.2rem;
  }
}
.c-btn-view-more {
  max-width: max-content;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  position: relative;
  color: #1185C1;
  border-bottom: 2px solid #1185C1;
  padding-bottom: 1rem;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  font-size: 1.8rem;
  transition: 0.3s ease;
}
.c-btn-view-more:hover {
  opacity: 0.7;
}
.c-btn-view-more::before {
  content: "";
  background-image: url(../images/common/icon-view-more.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 1.9rem;
  height: 1.9rem;
}

.c-form {
  display: grid;
  gap: 24px;
  margin-top: 56px;
}
.c-form input:not([name*=zip]):not([type=submit]):not([type=button]):not([type=radio]):not([type=checkbox]),
.c-form textarea {
  width: 100%;
}
.c-form input[name*=zip] {
  width: 5em;
}
.c-form input,
.c-form select,
.c-form textarea {
  border: 1px solid #D4D4D4;
  border-radius: 5px;
  font-family: inherit;
  font-size: 1em;
  padding: 8px;
}
.c-form-content {
  display: grid;
  gap: 8px;
}
@media screen and (min-width: 1024px) and (orientation: landscape) {
  .c-form-content {
    gap: 24px;
    grid-template-columns: 20em 1fr;
  }
  .c-form-content:has(textarea), .c-form-content:has(.wpcf7-checkbox) {
    align-items: flex-start;
  }
}
.c-form-content__title {
  color: #1185C1;
  font-size: 1.125em;
  font-weight: 700;
}
.c-form-content__title.hissu {
  align-items: center;
  display: flex;
  gap: 8px;
  justify-content: space-between;
}
.c-form-content__title.hissu::after {
  background: #FF0000;
  color: #fff;
  content: "必須項目";
  font-size: 14px;
  line-height: 1;
  padding: 4px;
}
.c-form-content .wpcf7-checkbox {
  display: grid;
}
.c-form-content .wpcf7-checkbox .wpcf7-list-item {
  margin: 0;
}
.c-form-privacy {
  align-items: center;
  background: #e7e7e7;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-inline: auto;
  padding: 2rem;
  text-align: center;
  width: min(100%, 500px);
}
.c-form-privacy a {
  color: #003CFF;
  text-decoration: underline;
  transition: 0.4s;
}
.c-form-privacy a:hover {
  color: rgb(0, 54, 229.5);
}
.c-form-btns {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.c-form-btns input {
  background: linear-gradient(90deg, #00A9FF 8.16%, #00D1FF 100.4%);
  border: 1px solid transparent;
  color: #fff;
  cursor: pointer;
  font-size: 1.25em;
  font-weight: 700;
  max-width: 100%;
  padding: 1em;
  transition: 0.4s;
  width: 32rem;
}
.c-form-btns input:hover {
  background: #fff;
  border-color: #1185C1;
  color: #1185C1;
}
.c-form-btns input:disabled {
  filter: grayscale(1);
}
.c-form-btns .wpcf7-spinner {
  display: none;
}
.c-form-btn__back {
  filter: grayscale(1);
}

.c-heading-lg {
  font-weight: 700;
  text-align: center;
  max-width: max-content;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: 0.04em;
  line-height: 1.46;
  position: relative;
}
@media screen and (max-width: 743px) {
  .c-heading-lg {
    font-size: 2.8rem;
    padding-bottom: 2.1rem;
  }
}
@media screen and (min-width: 744px) {
  .c-heading-lg {
    font-size: 3.2rem;
    padding-bottom: 1.5rem;
  }
}
.c-heading-lg::after {
  content: "";
  display: block;
  height: 7px;
  width: 12.1rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: currentColor;
}
.c-heading-lg.-no-border::after {
  display: none;
}

.c-heading-md {
  font-weight: 700;
  max-width: max-content;
  letter-spacing: 0.04em;
  line-height: 1.46;
  position: relative;
}
@media screen and (max-width: 743px) {
  .c-heading-md {
    font-size: 2.4rem;
    margin-right: -0.5em;
  }
}
@media screen and (min-width: 744px) {
  .c-heading-md {
    font-size: 2.8rem;
  }
}

.c-heading-bg-main-darker {
  font-weight: 400;
  max-width: max-content;
  letter-spacing: 0.04em;
  line-height: 1.45;
  position: relative;
  color: #fff;
  background-color: #043C73;
}
@media screen and (max-width: 743px) {
  .c-heading-bg-main-darker {
    padding: 0.3rem 3rem;
    font-size: 2rem;
  }
}
@media screen and (min-width: 744px) {
  .c-heading-bg-main-darker {
    padding: 0.3rem 3rem;
    font-size: 2rem;
  }
}

.c-heading-bg-gradient {
  font-weight: 400;
  max-width: max-content;
  letter-spacing: 0.04em;
  line-height: 1.45;
  position: relative;
  color: #fff;
  background: linear-gradient(90deg, #00A9FF 8.16%, #00D1FF 100.4%);
}
@media screen and (max-width: 743px) {
  .c-heading-bg-gradient {
    padding: 0.3rem 3rem;
    font-size: 2rem;
  }
}
@media screen and (min-width: 744px) {
  .c-heading-bg-gradient {
    padding: 0.3rem 3rem;
    font-size: 2rem;
  }
}

.c-heading-left-line {
  position: relative;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.46;
  padding: 0.6rem 0;
  padding-left: 1.8rem;
}
@media screen and (max-width: 743px) {
  .c-heading-left-line {
    font-size: 2.4rem;
    margin-right: -0.5em;
  }
}
@media screen and (min-width: 744px) {
  .c-heading-left-line {
    font-size: 2.8rem;
  }
}
.c-heading-left-line::before {
  content: "";
  display: block;
  background: linear-gradient(90deg, #00a9ff 8.16%, #00d1ff 100.4%);
  width: 1rem;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.c-breadcrumbs {
  letter-spacing: 0;
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
}
@media screen and (max-width: 743px) {
  .c-breadcrumbs {
    padding: 10px 0;
  }
}
@media screen and (min-width: 744px) {
  .c-breadcrumbs {
    padding: 4px 0;
  }
}
.c-breadcrumbs a {
  color: #1185C1;
  text-decoration: underline;
  transition: 0.3s ease;
}
.c-breadcrumbs a:hover {
  opacity: 0.7;
}
.c-breadcrumbs .home {
  position: relative;
  position: relative;
  display: block;
  transition: 0.3s ease;
}
.c-breadcrumbs .home span[property=name] {
  display: none;
}
.c-breadcrumbs .home:hover {
  opacity: 0.7;
}
.c-breadcrumbs .home::after {
  content: "TOP";
  display: block;
}

.c-mv {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 743px) {
  .c-mv {
    background-image: url(../images/common/mv/bg@sp.jpg);
  }
}
@media screen and (min-width: 744px) {
  .c-mv {
    background-image: url(../images/common/mv/bg.jpg);
  }
}
.c-mv::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0;
  background: linear-gradient(180deg, rgba(68, 154, 198, 0.8) 0%, rgba(17, 58, 79, 0.8) 100%);
  z-index: 2;
}
.c-mv__wrapper {
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 743px) {
  .c-mv__wrapper {
    padding-top: 13.3rem;
    padding-bottom: 6.2rem;
  }
}
@media screen and (min-width: 744px) {
  .c-mv__wrapper {
    padding-top: 20.4rem;
    padding-bottom: 8.2rem;
  }
}
.c-mv__title {
  color: #fff;
  max-width: max-content;
  margin-left: auto;
  margin-right: auto;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.45;
  text-shadow: 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 0 1.5rem;
  text-align: center;
}
@media screen and (max-width: 743px) {
  .c-mv__title {
    font-size: 3.4rem;
  }
}
@media screen and (min-width: 744px) {
  .c-mv__title {
    font-size: 4rem;
  }
}

.c-lead {
  position: relative;
}
.c-lead__wrapper {
  position: relative;
}
@media screen and (max-width: 743px) {
  .c-lead__wrapper {
    padding-top: 4.3rem;
    padding-bottom: 4rem;
  }
}
@media screen and (min-width: 744px) {
  .c-lead__wrapper {
    padding-bottom: 5.4em;
  }
}
.c-lead__item {
  position: relative;
}
@media screen and (max-width: 743px) {
  .c-lead__item {
    display: flex;
    flex-direction: column-reverse;
  }
}
.c-lead__texts {
  background: #ffffff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 743px) {
  .c-lead__texts {
    margin-top: -15px;
    padding: 1.5rem 1rem 1.2rem 1.3rem;
  }
}
@media screen and (min-width: 744px) {
  .c-lead__texts {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    padding: 3.1rem 2.3rem;
    width: 65.3%;
  }
}
@media screen and (min-width: 744px) {
  .c-lead__img {
    width: 58.8%;
    margin-left: auto;
  }
  .c-lead__img img {
    object-fit: cover;
    height: 32.7rem;
  }
}

.c-contact {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 743px) {
  .c-contact {
    background-image: url(../images/common/contact/bg@sp.jpg);
  }
}
@media screen and (min-width: 744px) {
  .c-contact {
    background-image: url(../images/common/contact/bg.jpg);
  }
}
.c-contact::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0;
  background: linear-gradient(180deg, rgba(68, 154, 198, 0.8) 0%, rgba(17, 58, 79, 0.8) 100%);
  z-index: 2;
}
.c-contact__wrapper {
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 743px) {
  .c-contact__wrapper {
    padding-top: 5.4rem;
    padding-bottom: 6.1rem;
  }
}
@media screen and (min-width: 744px) {
  .c-contact__wrapper {
    padding-top: 5.9rem;
    padding-bottom: 10.4rem;
  }
}
.c-contact__heading {
  color: #1185C1;
  width: max-content;
}
@media screen and (max-width: 743px) {
  .c-contact__heading {
    margin: 0 auto 40px;
  }
}
@media screen and (min-width: 744px) {
  .c-contact__heading {
    margin: 0 auto 8rem;
  }
}
@media screen and (max-width: 743px) {
  .c-contact__list {
    display: flex;
    justify-content: center;
    gap: 32px;
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (min-width: 744px) {
  .c-contact__list {
    display: grid;
    grid-template-columns: max-content max-content;
    justify-content: center;
    align-items: center;
    gap: 4.6rem 4rem;
  }
  .c-contact__list .c-btn-tel {
    grid-column: 1/span 1;
    grid-row: 1/span 1;
    margin-top: -10px;
  }
  .c-contact__list .c-btn-contact {
    grid-column: 2/span 1;
    grid-row: 1/span 1;
  }
  .c-contact__list .c-btn-simulation {
    grid-column: 1/span 2;
    grid-row: 2/span 1;
    margin: 0 auto;
  }
}

.c-simulation {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 743px) {
  .c-simulation {
    background-image: url(../images/common/simulation/bg@sp.jpg);
  }
}
@media screen and (min-width: 744px) {
  .c-simulation {
    background-image: url(../images/common/simulation/bg.jpg);
  }
}
.c-simulation::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0;
  background: linear-gradient(180deg, rgba(68, 154, 198, 0.8) 0%, rgba(17, 58, 79, 0.8) 100%);
  z-index: 2;
}
.c-simulation__wrapper {
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 743px) {
  .c-simulation__wrapper {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
@media screen and (min-width: 744px) {
  .c-simulation__wrapper {
    padding-top: 7.6rem;
    padding-bottom: 7.1rem;
  }
}
.c-simulation__heading {
  color: #1185C1;
  width: max-content;
}
@media screen and (max-width: 743px) {
  .c-simulation__heading {
    margin: 0 auto 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .c-simulation__heading-span {
    display: none;
  }
}
@media screen and (min-width: 744px) {
  .c-simulation__heading {
    margin: 0 auto 2.6rem;
  }
}
.c-simulation__text1 {
  text-align: center;
}
@media screen and (max-width: 743px) {
  .c-simulation__text1 {
    padding-bottom: 1.3rem;
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 744px) {
  .c-simulation__text1 {
    padding-bottom: 1.5rem;
    font-size: 2.8rem;
  }
}
.c-simulation__text2 {
  text-align: center;
}
@media screen and (max-width: 743px) {
  .c-simulation__text2 {
    padding-bottom: 2rem;
  }
}
@media screen and (min-width: 744px) {
  .c-simulation__text2 {
    padding-bottom: 3.1rem;
  }
}
.c-simulation__image {
  max-width: 38.7rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 743px) {
  .c-simulation__image {
    margin-bottom: 3.7rem;
  }
}
@media screen and (min-width: 744px) {
  .c-simulation__image {
    margin-bottom: 4.1rem;
  }
}
.c-simulation__btn {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}
@media screen and (max-width: 743px) {
  .c-simulation__btn {
    max-width: max-content !important;
  }
}
.c-works {
  position: relative;
}
@media screen and (max-width: 743px) {
  .c-works__wrapper {
    padding-bottom: 8rem;
  }
}
@media screen and (min-width: 744px) {
  .c-works__wrapper {
    padding-bottom: 12rem;
  }
}
.c-works__heading {
  position: relative;
  z-index: 3;
  border-top: 1px dotted #1185C1;
  border-bottom: 1px dotted #1185C1;
  color: #1185C1;
  width: max-content;
  margin: 0 auto 24px;
}
@media screen and (max-width: 743px) {
  .c-works__heading {
    padding: 8px 32px;
  }
}
@media screen and (min-width: 744px) {
  .c-works__heading {
    padding: 8px 32px;
  }
}
.c-works__lead {
  position: relative;
  z-index: 3;
  text-align: center;
}
@media screen and (max-width: 743px) {
  .c-works__lead {
    margin-bottom: 4rem;
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 744px) {
  .c-works__lead {
    margin-bottom: 8rem;
  }
}
.c-works-slider .c-works-list {
  flex-wrap: nowrap;
  gap: 0;
  height: inherit;
}
.c-works-slider .c-works-item {
  height: 100%;
  align-self: stretch;
  height: inherit;
}
.c-works-slider__container {
  position: relative;
}
.c-works-slider__container .swiper-button-prev,
.c-works-slider__container .swiper-button-next {
  width: 3rem;
  height: 3rem;
}
.c-works-slider__container .swiper-button-prev::after,
.c-works-slider__container .swiper-button-next::after {
  display: none;
}
.c-works-slider__container .swiper-button-prev::before,
.c-works-slider__container .swiper-button-next::before {
  content: "";
  font-family: unset;
  font-size: unset;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 3rem;
  height: 3rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 15;
  display: block;
}
@media screen and (max-width: 743px) {
  .c-works-slider__container .swiper-button-prev {
    left: 0.5rem;
  }
}
@media screen and (min-width: 744px) {
  .c-works-slider__container .swiper-button-prev {
    left: -1.5rem;
  }
}
.c-works-slider__container .swiper-button-prev::before {
  background-image: url(../images/common/works/icon-prev.svg);
}
@media screen and (max-width: 743px) {
  .c-works-slider__container .swiper-button-next {
    right: 0.5rem;
  }
}
@media screen and (min-width: 744px) {
  .c-works-slider__container .swiper-button-next {
    right: -1.4rem;
  }
}
.c-works-slider__container .swiper-button-next::before {
  background-image: url(../images/common/works/icon-next.svg);
}
.c-works-slider__container .swiper-pagination {
  bottom: -45px;
}
.c-works-slider__container .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #1185C1;
}
.c-works-list {
  display: flex;
  counter-reset: number 0;
  flex-wrap: wrap;
}
@media screen and (max-width: 743px) {
  .c-works-list {
    gap: 1.7rem;
  }
}
@media screen and (min-width: 744px) {
  .c-works-list {
    gap: 2rem 1.8rem;
  }
}
.c-works-item {
  display: flex;
  flex-direction: column;
  gap: 16px;
  background-color: #fff;
  border: 2px solid #1185C1;
}
@media screen and (max-width: 743px) {
  .c-works-item {
    width: 32.2rem;
  }
}
@media screen and (min-width: 744px) {
  .c-works-item {
    width: calc((100% - 4rem) / 3);
  }
}
.c-works-item__image {
  position: relative;
}
.c-works-item__title {
  text-align: center;
  position: relative;
  margin-bottom: 1.2rem;
  font-weight: 700;
  line-height: 1.5;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 9.1rem;
}
@media screen and (max-width: 743px) {
  .c-works-item__title {
    padding: 1.3rem;
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 744px) {
  .c-works-item__title {
    padding: 1.4rem;
    font-size: 2.2rem;
  }
}
.c-works-item__texts {
  min-height: 13rem;
}
@media screen and (max-width: 743px) {
  .c-works-item__texts {
    padding: 0.9rem 1.2rem;
  }
}
@media screen and (min-width: 744px) {
  .c-works-item__texts {
    padding: 1.4rem;
  }
}
.c-works-item__cat {
  max-width: max-content;
  background: linear-gradient(90deg, #00A9FF 8.16%, #00D1FF 100.4%);
  color: #fff;
  font-weight: 400;
  line-height: 1.5;
  font-size: 1.4rem;
  padding: 3px 1.4rem;
}
.c-flow {
  position: relative;
}
@media screen and (max-width: 743px) {
  .c-flow__wrapper {
    padding-bottom: 3.2rem;
  }
}
@media screen and (min-width: 744px) {
  .c-flow__wrapper {
    padding-bottom: 5.8rem;
  }
}
.c-flow__message {
  background: #ffffff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 743px) {
  .c-flow__message {
    margin-top: 5rem;
    padding: 2.2rem 1.8rem 4rem;
    margin-bottom: 11rem;
  }
}
@media screen and (min-width: 744px) {
  .c-flow__message {
    margin-top: 4rem;
    padding: 2.2rem 2rem 3.2rem;
    max-width: 82.9rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.c-flow__message-title {
  font-weight: 700;
  font-size: 2.8rem;
  text-align: center;
  margin-bottom: 1.9rem;
}
.c-flow__message-text {
  text-align: center;
}
.c-flow__lead {
  position: relative;
  z-index: 3;
  text-align: center;
}
@media screen and (max-width: 743px) {
  .c-flow__lead {
    margin-bottom: 4rem;
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 744px) {
  .c-flow__lead {
    margin-bottom: 8rem;
  }
}
.c-flow__list {
  display: flex;
  counter-reset: number 0;
  flex-direction: column;
}
@media screen and (max-width: 743px) {
  .c-flow__list {
    gap: 4rem;
    margin-top: 5rem;
  }
}
@media screen and (min-width: 744px) {
  .c-flow__list {
    gap: 3.7rem;
    margin-top: 7.4rem;
  }
}
.c-flow__item {
  position: relative;
  display: grid;
}
@media screen and (max-width: 743px) {
  .c-flow__item {
    grid-template-columns: 1fr;
  }
}
@media screen and (min-width: 744px) {
  .c-flow__item {
    grid-template-columns: 61.4% 34.9%;
    grid-template-rows: max-content 1fr;
    justify-content: space-between;
  }
}
.c-flow__item::before {
  content: "";
  width: 2px;
  background-color: #00D1FF;
  position: absolute;
  left: 2.5rem;
}
@media screen and (max-width: 743px) {
  .c-flow__item::before {
    top: 5.8rem;
    height: calc(100% - 5.8rem);
  }
}
@media screen and (min-width: 744px) {
  .c-flow__item::before {
    top: 6.6rem;
    height: calc(100% - 6.6rem);
  }
}
.c-flow__item::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 2px #00D1FF;
  border-right: solid 2px #00D1FF;
  position: absolute;
  bottom: 0;
  left: 2.1rem;
  transform: rotate(135deg);
}
.c-flow__item:last-of-type::after {
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  border: 1px solid #00D1FF;
  background-color: #00D1FF;
  left: 1.75rem;
}
.c-flow__image {
  position: relative;
}
@media screen and (max-width: 743px) {
  .c-flow__image {
    grid-row: 2/span 1;
    padding-left: 5.9rem;
    margin-top: 0.7rem;
    margin-bottom: 1.9rem;
  }
}
@media screen and (min-width: 744px) {
  .c-flow__image {
    grid-column: 2/span 1;
    grid-row: 1/span 2;
  }
}
.c-flow__title {
  position: relative;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 743px) {
  .c-flow__title {
    gap: 0.9rem;
    grid-row: 1/span 1;
  }
}
@media screen and (min-width: 744px) {
  .c-flow__title {
    gap: 1.4rem;
  }
}
.c-flow__title::before {
  counter-increment: number 1;
  content: "STEP." counter(number);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: linear-gradient(90deg, #00A9FF 8.16%, #00D1FF 100.4%);
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
  transition: 0.3s ease;
  font-size: 1.2rem;
  font-weight: 900;
  line-height: 1;
}
@media screen and (max-width: 743px) {
  .c-flow__texts {
    grid-row: 3/span 1;
    padding-left: 5.9rem;
  }
}
@media screen and (min-width: 744px) {
  .c-flow__texts {
    margin-top: 3.7rem;
    padding-left: 6.4rem;
  }
}
.c-flow__tel {
  max-width: max-content;
  margin-top: 2.5rem;
}
@media screen and (max-width: 743px) {
  .c-flow__tel .c-btn-link {
    font-size: 3rem;
  }
  .c-flow__tel .c-btn-link::before {
    width: 3.6rem;
    height: 3.6rem;
  }
  .c-flow__tel .c-btn-tel__text1,
  .c-flow__tel .c-btn-tel__text3 {
    font-size: 1.2rem;
  }
  .c-flow__tel .c-btn-tel__text2 {
    font-size: 1.4rem;
  }
}
.c-flow__contact {
  max-width: max-content;
}
@media screen and (max-width: 743px) {
  .c-flow__contact {
    margin-top: 2.5rem;
    max-width: 27.3rem !important;
    padding-right: 0 !important;
  }
}
@media screen and (min-width: 744px) {
  .c-flow__contact {
    margin-top: 3.5rem;
    margin-bottom: 3.4rem;
  }
}
.c-flow__cation {
  display: flex;
}
.c-flow__cation .-icon {
  flex-shrink: 0;
}
@media screen and (max-width: 743px) {
  .c-flow__cation {
    margin-top: 3.7rem;
    padding-left: 5.9rem;
  }
}
@media screen and (min-width: 744px) {
  .c-flow__cation {
    margin-top: 3.7rem;
    padding-left: 6.4rem;
  }
}

.c-faq {
  position: relative;
}
.c-faq-list {
  display: flex;
  flex-direction: column;
  width: 100%;
  counter-reset: number 0;
  gap: 4.1rem;
}
@media screen and (min-width: 744px) {
  .c-faq-list {
    max-width: 82.2rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.c-faq-item {
  display: flex;
  flex-direction: column;
  cursor: pointer;
  outline: none;
}
@media screen and (max-width: 743px) {
  .c-faq-item {
    gap: 2rem;
  }
}
@media screen and (min-width: 744px) {
  .c-faq-item {
    gap: 2.2rem;
  }
}
.c-faq-item__q {
  font-weight: 700;
  position: relative;
  display: flex;
  gap: 1.1rem;
  transition: 0.3s ease;
  color: #1185C1;
  font-size: 2.2rem;
  line-height: 1.45;
}
.c-faq-item__q::before {
  flex-shrink: 0;
  counter-increment: number 1;
  content: "Q";
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease;
  font-size: 1.8rem;
  font-weight: 700;
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 50%;
  background-color: #1185C1;
  color: #fff;
  padding-bottom: 3px;
}
.c-faq-item__a {
  position: relative;
  display: flex;
}
@media screen and (max-width: 743px) {
  .c-faq-item__a {
    gap: 1.9rem;
  }
}
@media screen and (min-width: 744px) {
  .c-faq-item__a {
    gap: 1.9rem;
    padding-left: 16px;
  }
}
.c-faq-item__a::before {
  flex-shrink: 0;
  counter-increment: number 1;
  content: "A";
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease;
  font-size: 1.8rem;
  font-weight: 700;
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 50%;
  background-color: #FFB200;
  color: #fff;
  padding-bottom: 3px;
}
@media screen and (max-width: 743px) {
  .c-faq-item__a__inner p + p {
    margin-top: 1.8rem;
  }
}
@media screen and (min-width: 744px) {
  .c-faq-item__a__inner p + p {
    margin-top: 2.1rem;
  }
}
.c-faq-item__a__btn {
  margin-top: 2.9rem;
}
@media screen and (max-width: 743px) {
  .c-faq-item__a__btn {
    margin-left: -5.1rem !important;
  }
}

.wp-pagenavi {
  align-items: center;
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin-top: 32px;
}
.wp-pagenavi > * {
  background: #fff;
  border: 1px solid #1185C1;
  border-radius: 50%;
  color: #1185C1;
  display: grid;
  font-size: 1.2em;
  font-weight: 700;
  height: clamp(2.9rem, 8vw, 3.8rem);
  line-height: 1;
  place-items: center;
  transition: 0.4s;
  width: clamp(2.9rem, 8vw, 3.8rem);
}
.wp-pagenavi > *:not(.current):not(.extend) {
  cursor: pointer;
}
.wp-pagenavi > *:not(.current):not(.extend):hover {
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.3);
}
.wp-pagenavi .current {
  background: #1185C1;
  color: #fff;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  color: transparent;
  position: relative;
}
.wp-pagenavi .previouspostslink::before,
.wp-pagenavi .nextpostslink::before {
  background: #1185C1;
  bottom: 0;
  content: "";
  display: block;
  height: 1em;
  left: 0;
  margin: auto;
  mask: url(../images/common/icon-arrow-up.svg) no-repeat center/contain;
  position: absolute;
  right: 0;
  top: 0;
  rotate: 90deg;
  width: 0.5em;
}
.wp-pagenavi .previouspostslink::before {
  rotate: -90deg;
  transform: scale(-1, 1);
}

.c-sticky-footer {
  position: fixed;
  z-index: 100;
}
@media screen and (max-width: 743px) {
  .c-sticky-footer {
    bottom: 0;
    width: 100%;
  }
}
@media screen and (min-width: 744px) {
  .c-sticky-footer {
    right: 0;
    width: 6.3rem;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 743px) {
  .c-sticky-footer__list {
    display: grid;
    align-items: self-start;
    grid-template-columns: 38.67% 35.35% 25.98%;
  }
}
.c-sticky-footer__list picture {
  display: contents;
}
.c-sticky-footer__item {
  height: inherit;
}
.c-sticky-footer__link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.c-sticky-footer__link * {
  transition: 0.3s ease;
}
.c-sticky-footer__link:hover * {
  opacity: 0.7;
}
@media screen and (min-width: 744px) {
  .c-sticky-footer__simulation img {
    filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
  }
}

@media screen and (max-width: 743px) {
  .c-nav {
    display: none;
  }
}
@media screen and (min-width: 744px) {
  .c-nav {
    padding-top: 3rem;
    padding-bottom: 2rem;
  }
}
.c-nav__list {
  border-bottom: 4px solid #1185C1;
  display: flex;
  flex-wrap: wrap;
  gap: 6rem 1.9rem;
  justify-content: space-between;
}
@media screen and (min-width: 744px) {
  .c-nav__list {
    padding-bottom: 2.9rem;
  }
}
.c-nav__item {
  position: relative;
  background-color: #fff;
}
.c-nav__item.is-open .-icon::before {
  transform: rotate(0deg);
}
.c-nav__link {
  display: block;
  letter-spacing: 0;
  cursor: pointer;
  background-color: #fff;
  transition: 0.3s ease;
}
.c-nav__link:hover {
  opacity: 0.8;
}
.c-nav__link.-icon {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
}
.c-nav__link.-icon::before {
  content: "";
  background-image: url(../images/common/icon-arrow-up.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 0.75rem;
  height: 0.55rem;
  transform: rotate(180deg);
  transition: 0.3s ease;
}
.c-nav__link.-sub {
  padding-left: 1.8rem;
  white-space: nowrap;
}
.c-nav__link-sub-wrapper {
  display: none;
  position: absolute;
  top: 100%;
}

.c-pagination .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.9rem;
}
.c-pagination .page-numbers span, .c-pagination .page-numbers a {
  padding: 0.5rem;
  min-width: 2.6rem;
  line-height: 1;
}
.c-pagination .page-numbers a {
  transition: 0.3s ease;
}
.c-pagination .page-numbers a:hover {
  opacity: 0.7;
}
.c-pagination .page-numbers.current {
  border-radius: 50%;
  background-color: #1185C1;
  color: #fff;
}
.c-pagination .page-numbers.current:hover {
  opacity: 1 !important;
}
.c-pagination .page-numbers.prev, .c-pagination .page-numbers.next {
  width: 1.4rem;
  height: 1.4rem;
  min-width: unset;
  padding: 0;
}

.c-product .l-grid-half {
  align-items: stretch;
}
.c-product .l-grid-item {
  background-color: #F8F8F8;
}
@media screen and (max-width: 743px) {
  .c-product .l-grid-item {
    padding: 3rem 2.5rem 3.2rem 2.2rem;
  }
}
@media screen and (min-width: 744px) {
  .c-product .l-grid-item {
    padding: 2.5rem 1.5rem 3.2rem 1.8rem;
  }
}
@media screen and (max-width: 743px) {
  .c-product .l-grid-image {
    margin: 1.2rem 0 2.5rem;
  }
}
@media screen and (min-width: 744px) {
  .c-product .l-grid-image {
    height: 30.6rem;
    margin: 2.3rem 0 3.8rem;
  }
}
.c-product .l-grid-image img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.c-product__heading {
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 743px) {
  .c-product__heading {
    font-size: 2rem;
    margin-bottom: 2.8rem;
  }
}
@media screen and (min-width: 744px) {
  .c-product__heading {
    font-size: 2.4rem;
    margin-bottom: 2.3rem;
  }
}
.c-product__title {
  display: flex;
}
@media screen and (max-width: 743px) {
  .c-product__title {
    flex-direction: column;
    gap: 1.2rem;
  }
}
@media screen and (min-width: 744px) {
  .c-product__title {
    gap: 2.2rem;
  }
}
.c-product__title span {
  font-size: 1.8rem;
  font-weight: 700;
}
.c-product__title span:nth-of-type(1) {
  flex-shrink: 0;
}
.c-product__price {
  display: flex;
}
.c-product__price span {
  font-size: 1.8rem;
  font-weight: 700;
}
.c-product__price span:nth-of-type(1) {
  flex-shrink: 0;
  max-width: max-content;
}
.c-product__price span:nth-of-type(2) {
  width: 100%;
  text-align: center;
  transform: translateX(-2rem);
}
@media screen and (min-width: 744px) {
  .c-product__price span:nth-of-type(2) {
    font-size: 2rem;
  }
}
.c-product__feature {
  display: flex;
  flex-direction: column;
  gap: 1.3rem;
}
@media screen and (max-width: 743px) {
  .c-product__feature {
    margin-top: 2.2rem;
  }
}
@media screen and (min-width: 744px) {
  .c-product__feature {
    margin-top: 2.2rem;
  }
}
.c-product__feature > span {
  font-size: 1.8rem;
  font-weight: 700;
  display: block;
}
.c-product__recommend {
  display: flex;
  flex-direction: column;
  gap: 1.3rem;
}
@media screen and (max-width: 743px) {
  .c-product__recommend {
    margin-top: 2.2rem;
  }
}
@media screen and (min-width: 744px) {
  .c-product__recommend {
    margin-top: 2.2rem;
  }
}
.c-product__recommend > span {
  font-size: 1.8rem;
  font-weight: 700;
  display: block;
}
.c-product__bottom-cation {
  display: flex;
}
@media screen and (max-width: 743px) {
  .c-product__bottom-cation {
    margin-top: 2.2rem;
  }
}
@media screen and (min-width: 744px) {
  .c-product__bottom-cation {
    margin-top: 3.8rem;
  }
}
.c-product__bottom-cation > span {
  flex-shrink: 0;
}

.u-fadeinUp {
  opacity: 0;
  visibility: hidden;
}
.u-fadeinUp-active {
  animation-name: fadeinUp;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  animation-delay: 0.2s;
  opacity: 0;
  transform: translateY(20px);
  visibility: hidden;
}

.u-mx-auto {
  margin-left: auto;
  margin-right: auto;
}

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

.u-white {
  color: #fff !important;
}

.u-red {
  color: #FF0000 !important;
}

.u-main {
  color: #1185C1 !important;
}

.u-main-darker {
  color: #043C73 !important;
}

.u-main-lighter {
  color: #00D1FF !important;
}

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

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

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

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

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

.u-f-xl {
  font-weight: 700 !important;
}
@media screen and (max-width: 743px) {
  .u-f-xl {
    font-size: 28px !important;
  }
}
@media screen and (min-width: 744px) {
  .u-f-xl {
    font-size: 32px !important;
  }
}

.u-f-lg {
  font-weight: 700 !important;
}
@media screen and (max-width: 743px) {
  .u-f-lg {
    font-size: 24px !important;
  }
}
@media screen and (min-width: 744px) {
  .u-f-lg {
    font-size: 28px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-md-max-none {
    display: none !important;
  }
}

@media screen and (min-width: 744px) {
  .u-md-min-none {
    display: none !important;
  }
}

@media screen and (max-width: 1023px) {
  .u-lg-max-none {
    display: none !important;
  }
}

@media screen and (min-width: 1024px) and (orientation: landscape) {
  .u-lg-min-none {
    display: none !important;
  }
}

@media screen and (max-width: 1279px) {
  .u-xl-max-none {
    display: none !important;
  }
}

@media screen and (min-width: 1280px) {
  .u-xl-min-none {
    display: none !important;
  }
}

.u-d-none {
  display: none !important;
}

.u-common-list {
  display: flex;
  flex-direction: column;
}
.u-common-list-item {
  display: flex;
  position: relative;
}
.u-common-list-item::before {
  content: "・";
  display: block;
}

.p-top-mv {
  height: 100svh;
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left center;
}
@media screen and (max-width: 743px) {
  .p-top-mv {
    background-image: url(../images/top/mv/img01@sp.jpg);
    min-height: 85.2rem;
  }
}
@media screen and (min-width: 744px) {
  .p-top-mv {
    background-image: url(../images/top/mv/img01.jpg);
    min-height: 77.4rem;
  }
}
@media screen and (min-width: 744px) {
  .p-top-mv__wrapper {
    max-width: 144rem;
    margin: 0 auto;
  }
}
.p-top-mv__texts {
  position: absolute;
}
@media screen and (max-width: 743px) {
  .p-top-mv__texts {
    top: 20.1rem;
    left: 50%;
    transform: translateX(calc(-50% + 20px));
    width: 100%;
    max-width: max-content;
  }
}
@media screen and (min-width: 744px) {
  .p-top-mv__texts {
    top: 50%;
    left: 16rem;
    transform: translateY(calc(-50% - 14px));
  }
}
.p-top-mv__text1 {
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.44;
  text-shadow: 4px 4px 0px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 743px) {
  .p-top-mv__text1 {
    font-size: 3.4rem;
    padding-bottom: 1.1rem;
  }
}
@media screen and (min-width: 744px) {
  .p-top-mv__text1 {
    font-size: 5rem;
    padding-bottom: 1.2rem;
  }
}
.p-top-mv__border {
  height: 4px;
  width: 100%;
  background-color: #fff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 743px) {
  .p-top-mv__border {
    max-width: 34.5rem;
  }
}
@media screen and (min-width: 744px) {
  .p-top-mv__border {
    max-width: 45.4rem;
  }
}
.p-top-mv__text2 {
  text-shadow: 4px 4px 0px rgba(0, 0, 0, 0.25);
  letter-spacing: 0;
  line-height: 1.46;
}
@media screen and (max-width: 743px) {
  .p-top-mv__text2 {
    padding-top: 1rem;
    font-size: 2rem;
  }
}
@media screen and (min-width: 744px) {
  .p-top-mv__text2 {
    padding-top: 0.6rem;
    font-size: 2.6rem;
  }
}
.p-top-mv__image {
  height: inherit;
}
.p-top-mv__image picture {
  height: 100%;
}
.p-top-mv__image img {
  object-fit: cover;
  height: 100%;
  object-position: left;
}
.p-top-mv__list {
  position: absolute;
}
@media screen and (max-width: 743px) {
  .p-top-mv__list {
    top: 41rem;
    left: 50%;
    transform: translateX(-50%);
    display: grid;
    column-gap: 2.7rem;
  }
}
@media screen and (min-width: 744px) {
  .p-top-mv__list {
    display: flex;
    bottom: 4rem;
    right: 9.6rem;
    gap: 6.3rem;
  }
}
@media screen and (min-width: 744px) and (max-width: 1279px) {
  .p-top-mv__list {
    gap: 3rem;
  }
}
.p-top-mv__item {
  aspect-ratio: 1/1;
  background-color: rgba(17, 133, 193, 0.9);
  border-radius: 50%;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-feature-settings: "palt";
}
@media screen and (max-width: 743px) {
  .p-top-mv__item {
    width: 16.8rem;
  }
  .p-top-mv__item:nth-of-type(1) {
    grid-column: 1/span 2;
    grid-row: 1/span 1;
    justify-self: center;
  }
  .p-top-mv__item:nth-of-type(2) {
    grid-column: 1/span 1;
    grid-row: 2/span 1;
  }
  .p-top-mv__item:nth-of-type(3) {
    grid-column: 2/span 1;
    grid-row: 2/span 1;
  }
}
@media screen and (min-width: 744px) {
  .p-top-mv__item {
    width: 20.6rem;
  }
}
@media screen and (min-width: 744px) and (max-width: 1279px) {
  .p-top-mv__item {
    width: 18rem;
  }
}
@media screen and (min-width: 744px) {
  .p-top-mv__item:nth-of-type(3) img {
    margin-top: -4px;
    margin-bottom: -4px;
  }
}
.p-top-mv__item-text1 {
  line-height: 1.4375;
  margin-bottom: 3px;
  margin-top: -1rem;
}
@media screen and (max-width: 743px) {
  .p-top-mv__item-text1 {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 744px) and (max-width: 1279px) {
  .p-top-mv__item-text1 {
    font-size: 1.3rem;
  }
}
.p-top-mv__item-text2 {
  line-height: 1.45;
  margin-bottom: 4px;
}
@media screen and (max-width: 743px) {
  .p-top-mv__item-text2 {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 744px) {
  .p-top-mv__item-text2 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 744px) and (max-width: 1279px) {
  .p-top-mv__item-text2 {
    font-size: 1.6rem;
  }
}
.p-top-mv__item-img {
  margin: 0 auto;
}
@media screen and (max-width: 743px) {
  .p-top-mv__item-img {
    width: 4.4rem;
  }
}
@media screen and (min-width: 744px) {
  .p-top-mv__item-img {
    width: 5.2rem;
  }
}
@media screen and (min-width: 744px) and (max-width: 1279px) {
  .p-top-mv__item-img {
    width: 3.6rem;
  }
}
.p-top-mv__item-text3 {
  line-height: 1.4375;
}
@media screen and (max-width: 743px) {
  .p-top-mv__item-text3 {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 744px) and (max-width: 1279px) {
  .p-top-mv__item-text3 {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 744px) {
  .p-top-mv + .c-nav {
    padding-bottom: 7.5rem;
  }
}
@media screen and (max-width: 743px) {
  .p-top-about {
    padding-bottom: 6.4rem;
  }
}
@media screen and (min-width: 744px) {
  .p-top-about {
    padding-bottom: 9.4rem;
  }
}
@media screen and (max-width: 743px) {
  .p-top-about__text {
    padding: 1.5rem 0 3rem;
  }
}
@media screen and (min-width: 744px) {
  .p-top-about__text {
    padding: 5.1rem 0 4.1rem 1.8rem;
  }
}
.p-top-problem {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 743px) {
  .p-top-problem {
    background-image: url(../images/top/problem/bg@sp.jpg);
  }
}
@media screen and (min-width: 744px) {
  .p-top-problem {
    background-image: url(../images/top/problem/bg.jpg);
  }
}
@media screen and (max-width: 743px) {
  .p-top-problem__wrapper {
    padding-bottom: 10rem;
  }
}
@media screen and (min-width: 744px) {
  .p-top-problem__wrapper {
    padding-bottom: 15rem;
  }
}
.p-top-problem__box {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 743px) {
  .p-top-problem__box {
    padding-top: 8rem;
    gap: 5rem;
  }
}
@media screen and (min-width: 744px) {
  .p-top-problem__box {
    padding-top: 10rem;
    justify-content: space-between;
    gap: 4.7rem;
  }
}
.p-top-problem__box__item {
  display: flex;
}
@media screen and (max-width: 743px) {
  .p-top-problem__box__item {
    flex-direction: column;
    gap: 2rem;
  }
}
@media screen and (min-width: 744px) {
  .p-top-problem__box__item {
    width: 100%;
    justify-content: space-between;
  }
}
@media screen and (min-width: 744px) {
  .p-top-problem__box__item1 {
    width: 39.2%;
  }
}
@media screen and (max-width: 743px) {
  .p-top-problem__box__item1__text1 {
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 744px) {
  .p-top-problem__box__item1__text1 {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 743px) {
  .p-top-problem__box__item1__text2 {
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 744px) {
  .p-top-problem__box__item1__text2 {
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 744px) {
  .p-top-problem__box__item2 {
    width: 49.2%;
  }
}
@media screen and (max-width: 743px) {
  .p-top-problem__box__item2__text1 {
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 744px) {
  .p-top-problem__box__item2__text1 {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 743px) {
  .p-top-problem__box__item2__text2 {
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 744px) {
  .p-top-problem__box__item2__text2 {
    margin-bottom: 16px;
  }
}
.p-top-solution {
  position: relative;
}
@media screen and (max-width: 743px) {
  .p-top-solution__wrapper {
    padding-bottom: 2rem;
  }
}
@media screen and (min-width: 744px) {
  .p-top-solution__wrapper {
    padding-bottom: 7.5rem;
  }
}
@media screen and (max-width: 743px) {
  .p-top-solution__lead {
    padding-top: 3.5rem;
    padding-bottom: 6.5rem;
  }
}
@media screen and (min-width: 744px) {
  .p-top-solution__lead {
    padding-top: 3.5rem;
    padding-bottom: 9rem;
  }
}
@media screen and (max-width: 743px) {
  .p-top-solution__grid-wrapper .l-grid-half {
    gap: 10.5rem;
  }
}
@media screen and (min-width: 744px) {
  .p-top-solution__grid-wrapper {
    padding: 0 2.5rem;
  }
}
@media screen and (max-width: 743px) {
  .p-top-solution__grid-wrapper .c-heading-md {
    padding-bottom: 2rem;
  }
}
@media screen and (min-width: 744px) {
  .p-top-solution__grid-wrapper .c-heading-md {
    padding-bottom: 24px;
  }
}
@media screen and (max-width: 743px) {
  .p-top-solution__text {
    padding-top: 1.3rem;
    padding-bottom: 24px;
  }
}
@media screen and (min-width: 744px) {
  .p-top-solution__text {
    padding-top: 24px;
    padding-bottom: 40px;
  }
}
.p-top-product {
  position: relative;
}
@media screen and (max-width: 743px) {
  .p-top-product__wrapper {
    padding-bottom: 2rem;
  }
}
@media screen and (max-width: 743px) {
  .p-top-product__heading {
    margin-bottom: 4.8rem;
  }
}
@media screen and (min-width: 744px) {
  .p-top-product__heading {
    margin-bottom: 5rem;
  }
}
@media screen and (max-width: 743px) {
  .p-top-product__btn {
    margin-top: 2.3rem;
  }
}
@media screen and (min-width: 744px) {
  .p-top-product__btn {
    margin-top: 3.4rem;
  }
}
.p-top-reason {
  position: relative;
}
@media screen and (max-width: 743px) {
  .p-top-reason__wrapper {
    padding-bottom: 8rem;
  }
}
@media screen and (min-width: 744px) {
  .p-top-reason__wrapper {
    padding-bottom: 8.8rem;
  }
}
@media screen and (max-width: 743px) {
  .p-top-reason__heading {
    margin-bottom: 6.3rem;
  }
}
@media screen and (min-width: 744px) {
  .p-top-reason__heading {
    margin-bottom: 6.6rem;
  }
}
@media screen and (max-width: 743px) {
  .p-top-reason__btn {
    margin-top: 2.3rem;
  }
}
@media screen and (min-width: 744px) {
  .p-top-reason__btn {
    margin-top: 3.4rem;
  }
}
.p-top-works {
  position: relative;
  background-color: #F8F8F8;
}
.p-top-works::before {
  content: "";
  background-image: url(../images/common/works/bg.png);
  height: 44.2rem;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 744px) {
  .p-top-works::before {
    transform: translateY(-2.3rem);
  }
}
@media screen and (min-width: 744px) and (min-width: 1440px) {
  .p-top-works::before {
    height: 30.6944444444vw;
  }
}
@media screen and (max-width: 743px) {
  .p-top-works__wrapper {
    padding-top: 7rem;
    padding-bottom: 6rem;
  }
}
@media screen and (min-width: 744px) {
  .p-top-works__wrapper {
    padding-top: 4rem;
    padding-bottom: 6rem;
  }
}
@media screen and (max-width: 743px) {
  .p-top-works__heading {
    margin-bottom: 2.4rem;
  }
}
@media screen and (min-width: 744px) {
  .p-top-works__heading {
    margin-bottom: 2.4rem;
  }
}
@media screen and (max-width: 743px) {
  .p-top-works__lead {
    margin-bottom: 2.4rem;
  }
}
@media screen and (min-width: 744px) {
  .p-top-works__lead {
    margin-bottom: 4.5rem;
  }
}
@media screen and (max-width: 743px) {
  .p-top-works__btn {
    margin-top: 6.5rem;
  }
}
@media screen and (min-width: 744px) {
  .p-top-works__btn {
    margin-top: 5.4rem;
  }
}
.p-top-aftercare {
  position: relative;
}
@media screen and (max-width: 743px) {
  .p-top-aftercare__wrapper {
    padding-bottom: 11rem;
  }
}
@media screen and (min-width: 744px) {
  .p-top-aftercare__wrapper {
    padding-bottom: 24rem;
  }
}
@media screen and (max-width: 743px) {
  .p-top-aftercare__heading {
    margin-bottom: 1.3rem;
  }
}
@media screen and (min-width: 744px) {
  .p-top-aftercare__heading {
    margin-bottom: 5rem;
  }
}
.p-top-aftercare__lead1 {
  text-align: center;
}
@media screen and (max-width: 743px) {
  .p-top-aftercare__lead1 {
    margin-bottom: 3.6rem;
  }
}
@media screen and (min-width: 744px) {
  .p-top-aftercare__lead1 {
    margin-bottom: 2.2rem;
  }
}
@media screen and (max-width: 743px) {
  .p-top-aftercare__lead2 {
    margin-bottom: 3.3rem;
  }
}
@media screen and (min-width: 744px) {
  .p-top-aftercare__lead2 {
    margin-bottom: 6.4rem;
  }
}
@media screen and (max-width: 743px) {
  .p-top-aftercare .l-grid-third {
    gap: 4.4rem;
  }
}
.p-top-aftercare__title {
  text-align: center;
  font-weight: 700;
  font-size: 2.2rem;
  margin-bottom: 2.3rem;
}
.p-top-aftercare__img {
  max-width: 9.3rem;
  height: 9.9rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2.4rem;
}
.p-top-aftercare__text {
  text-align: center;
}
@media screen and (max-width: 743px) {
  .p-top-aftercare__text {
    max-width: 36rem;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 743px) {
  .p-plan-reason__wrapper {
    padding-bottom: 4.8rem;
  }
}
@media screen and (min-width: 744px) {
  .p-plan-reason__wrapper {
    padding-bottom: 5.4rem;
  }
}
@media screen and (max-width: 743px) {
  .p-plan-reason__heading {
    margin-bottom: 4.8rem;
  }
}
@media screen and (min-width: 744px) {
  .p-plan-reason__heading {
    margin-bottom: 5.4rem;
  }
}
@media screen and (min-width: 744px) {
  .p-plan-reason__item {
    row-gap: 1.4rem !important;
    grid-template-rows: max-content 1fr;
  }
}
.p-plan-reason__title {
  display: block !important;
  flex-direction: column;
  align-content: normal !important;
  align-self: baseline;
}
.p-plan-reason__title__text1 {
  display: block;
  font-size: 2rem;
}
@media screen and (max-width: 743px) {
  .p-plan-reason__title__text1 {
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 744px) {
  .p-plan-reason__title__text1 {
    margin-bottom: 0.7rem;
  }
}
.p-plan-reason__title__text2 {
  display: block;
}
@media screen and (max-width: 743px) {
  .p-plan-reason__title__text2 {
    margin-bottom: 0.3rem;
  }
}
.p-plan-reason__text {
  align-self: baseline;
}
@media screen and (max-width: 743px) {
  .p-plan-reason__btn {
    margin-top: 16px;
  }
}
@media screen and (min-width: 744px) {
  .p-plan-reason__btn {
    margin-top: 24px;
  }
}
.p-plan-model {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 743px) {
  .p-plan-model {
    background-image: url(../images/top/model/bg@sp.jpg);
  }
}
@media screen and (min-width: 744px) {
  .p-plan-model {
    background-image: url(../images/top/model/bg.jpg);
  }
}
@media screen and (max-width: 743px) {
  .p-plan-model__wrapper {
    padding-bottom: 10rem;
    padding-right: 0;
  }
}
@media screen and (min-width: 744px) {
  .p-plan-model__wrapper {
    padding-bottom: 15rem;
  }
}
@media screen and (max-width: 743px) {
  .p-plan-model__heading {
    margin-bottom: 1.6rem;
  }
}
@media screen and (min-width: 744px) {
  .p-plan-model__heading {
    margin-bottom: 6.9rem;
  }
}
.p-plan-model__message {
  width: 17.9rem;
  height: 2.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  color: #fff;
  background-color: #00D1FF;
  font-size: 1.6rem;
  font-weight: 700;
  margin-left: auto;
  margin-bottom: 0.9rem;
  margin-right: 2.2rem;
}
.p-plan-model__table-inner {
  overflow-x: auto;
  touch-action: pan-x;
}
.p-plan-model__table table {
  border-collapse: initial;
  table-layout: fixed;
  width: 90.6rem;
  margin-left: auto;
  margin-right: auto;
}
.p-plan-model__table tbody {
  vertical-align: middle;
}
.p-plan-model__table tbody th,
.p-plan-model__table tbody td {
  padding-left: 4.7rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.p-plan-model__table tbody tr:nth-of-type(1) th,
.p-plan-model__table tbody tr:nth-of-type(1) td {
  padding-top: 3.8rem;
}
.p-plan-model__table tbody tr:last-of-type th,
.p-plan-model__table tbody tr:last-of-type td {
  padding-bottom: 5.1rem;
}
.p-plan-model__table__th {
  background-color: #fff;
  color: #113a4f;
  font-weight: 700;
  font-size: 2rem;
}
.p-plan-model__table__th-inner {
  display: flex;
}
.p-plan-model__table__td1 {
  background-color: #F8F8F8;
  color: #1185C1;
  font-weight: 700;
  font-size: 2rem;
  width: 37.5rem;
}
.p-plan-model__table__td1-inner {
  padding-left: 4.7rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.p-plan-model__table__td2 {
  background-color: #fff;
  font-weight: 500;
  font-size: 2rem;
}
.p-plan-model__table__td2-inner {
  padding-left: 4.7rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.p-plan-faq {
  position: relative;
}
@media screen and (max-width: 743px) {
  .p-plan-faq__wrapper {
    padding-bottom: 1.5rem;
  }
}
@media screen and (min-width: 744px) {
  .p-plan-faq__wrapper {
    padding-bottom: 4.3rem;
  }
}
@media screen and (max-width: 743px) {
  .p-plan-faq__heading {
    margin-bottom: 5.6rem;
  }
}
@media screen and (min-width: 744px) {
  .p-plan-faq__heading {
    margin-bottom: 6.9rem;
  }
}
.p-plan-contact {
  position: relative;
}
@media screen and (max-width: 743px) {
  .p-plan-contact__wrapper {
    padding-bottom: 10rem;
  }
}
@media screen and (min-width: 744px) {
  .p-plan-contact__wrapper {
    padding-bottom: 6.9rem;
  }
}
@media screen and (max-width: 743px) {
  .p-plan-contact__heading {
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 744px) {
  .p-plan-contact__heading {
    margin-bottom: 2.9rem;
  }
}

@media screen and (min-width: 744px) {
  .p-ppa-about {
    padding-bottom: 4.4rem;
  }
}
@media screen and (max-width: 743px) {
  .p-ppa-about__text {
    padding: 1.5rem 0 3rem;
  }
}
@media screen and (min-width: 744px) {
  .p-ppa-about__text {
    padding: 5.1rem 0 4.1rem 1.8rem;
  }
}
@media screen and (max-width: 743px) {
  .p-ppa-reason__wrapper {
    padding-bottom: 4.8rem;
  }
}
@media screen and (min-width: 744px) {
  .p-ppa-reason__wrapper {
    padding-bottom: 5.4rem;
  }
}
@media screen and (max-width: 743px) {
  .p-ppa-reason__heading {
    margin-bottom: 4.8rem;
  }
}
@media screen and (min-width: 744px) {
  .p-ppa-reason__heading {
    margin-bottom: 5.4rem;
  }
}
@media screen and (min-width: 744px) {
  .p-ppa-reason__item {
    row-gap: 1.4rem !important;
    grid-template-rows: max-content 1fr;
  }
}
.p-ppa-reason__title {
  display: block !important;
  flex-direction: column;
  align-content: normal !important;
  align-self: baseline;
}
.p-ppa-reason__title__text1 {
  display: block;
  font-size: 2rem;
}
@media screen and (max-width: 743px) {
  .p-ppa-reason__title__text1 {
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 744px) {
  .p-ppa-reason__title__text1 {
    margin-bottom: 0.7rem;
  }
}
.p-ppa-reason__title__text2 {
  display: block;
}
@media screen and (max-width: 743px) {
  .p-ppa-reason__title__text2 {
    margin-bottom: 0.3rem;
  }
}
.p-ppa-reason__text {
  align-self: baseline;
}
@media screen and (max-width: 743px) {
  .p-ppa-reason__btn {
    margin-top: 16px;
  }
}
@media screen and (min-width: 744px) {
  .p-ppa-reason__btn {
    margin-top: 24px;
  }
}
.p-ppa-model {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 743px) {
  .p-ppa-model {
    background-image: url(../images/top/model/bg@sp.jpg);
  }
}
@media screen and (min-width: 744px) {
  .p-ppa-model {
    background-image: url(../images/top/model/bg.jpg);
  }
}
@media screen and (max-width: 743px) {
  .p-ppa-model__wrapper {
    padding-bottom: 10rem;
    padding-right: 0;
  }
}
@media screen and (min-width: 744px) {
  .p-ppa-model__wrapper {
    padding-bottom: 15rem;
  }
}
@media screen and (max-width: 743px) {
  .p-ppa-model__heading {
    margin-bottom: 1.6rem;
  }
}
@media screen and (min-width: 744px) {
  .p-ppa-model__heading {
    margin-bottom: 6.9rem;
  }
}
.p-ppa-model__message {
  width: 17.9rem;
  height: 2.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  color: #fff;
  background-color: #00D1FF;
  font-size: 1.6rem;
  font-weight: 700;
  margin-left: auto;
  margin-bottom: 0.9rem;
  margin-right: 2.2rem;
}
.p-ppa-model__table-inner {
  overflow-x: auto;
  touch-action: pan-x;
}
.p-ppa-model__table table {
  border-collapse: initial;
  table-layout: fixed;
  width: 90.6rem;
  margin-left: auto;
  margin-right: auto;
}
.p-ppa-model__table tbody {
  vertical-align: middle;
}
.p-ppa-model__table tbody th,
.p-ppa-model__table tbody td {
  padding-left: 4.7rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.p-ppa-model__table tbody tr:nth-of-type(1) th,
.p-ppa-model__table tbody tr:nth-of-type(1) td {
  padding-top: 3.8rem;
}
.p-ppa-model__table tbody tr:last-of-type th,
.p-ppa-model__table tbody tr:last-of-type td {
  padding-bottom: 5.1rem;
}
.p-ppa-model__table__th {
  background-color: #fff;
  color: #113a4f;
  font-weight: 700;
  font-size: 2rem;
}
.p-ppa-model__table__th-inner {
  display: flex;
}
.p-ppa-model__table__td1 {
  background-color: #F8F8F8;
  color: #1185C1;
  font-weight: 700;
  font-size: 2rem;
  width: 37.5rem;
}
.p-ppa-model__table__td1-inner {
  padding-left: 4.7rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.p-ppa-model__table__td2 {
  background-color: #fff;
  font-weight: 500;
  font-size: 2rem;
}
.p-ppa-model__table__td2-inner {
  padding-left: 4.7rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.p-ppa-model__table__td2 .-sm {
  font-size: 1.4rem;
}
.p-ppa-faq {
  position: relative;
}
@media screen and (max-width: 743px) {
  .p-ppa-faq__wrapper {
    padding-bottom: 1.5rem;
  }
}
@media screen and (min-width: 744px) {
  .p-ppa-faq__wrapper {
    padding-bottom: 4.3rem;
  }
}
@media screen and (max-width: 743px) {
  .p-ppa-faq__heading {
    margin-bottom: 5.6rem;
  }
}
@media screen and (min-width: 744px) {
  .p-ppa-faq__heading {
    margin-bottom: 6.9rem;
  }
}
.p-ppa-contact {
  position: relative;
}
@media screen and (max-width: 743px) {
  .p-ppa-contact__wrapper {
    padding-bottom: 10rem;
  }
}
@media screen and (min-width: 744px) {
  .p-ppa-contact__wrapper {
    padding-bottom: 6.9rem;
  }
}
@media screen and (max-width: 743px) {
  .p-ppa-contact__heading {
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 744px) {
  .p-ppa-contact__heading {
    margin-bottom: 2.9rem;
  }
}

@media screen and (min-width: 744px) {
  .p-about-about {
    padding-bottom: 4.4rem;
  }
}
@media screen and (max-width: 743px) {
  .p-about-about__text {
    padding: 1.5rem 0 3rem;
  }
}
@media screen and (min-width: 744px) {
  .p-about-about__text {
    padding: 5.1rem 0 4.1rem 1.8rem;
  }
}
@media screen and (max-width: 743px) {
  .p-about-reason__wrapper {
    padding-bottom: 4.8rem;
  }
}
@media screen and (min-width: 744px) {
  .p-about-reason__wrapper {
    padding-bottom: 5.4rem;
  }
}
@media screen and (max-width: 743px) {
  .p-about-reason__heading {
    margin-bottom: 2.7rem;
  }
}
@media screen and (min-width: 744px) {
  .p-about-reason__heading {
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 743px) {
  .p-about-reason__lead {
    margin-bottom: 6.7rem;
  }
}
@media screen and (min-width: 744px) {
  .p-about-reason__lead {
    margin-bottom: 7.4rem;
  }
}
@media screen and (min-width: 744px) {
  .p-about-reason__item {
    row-gap: 1.4rem !important;
    grid-template-rows: max-content 1fr;
  }
}
.p-about-reason__title {
  display: block !important;
  flex-direction: column;
  align-content: normal !important;
  align-self: baseline;
}
.p-about-reason__title__text1 {
  display: block;
  font-size: 2rem;
}
@media screen and (max-width: 743px) {
  .p-about-reason__title__text1 {
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 744px) {
  .p-about-reason__title__text1 {
    margin-bottom: 0.7rem;
  }
}
.p-about-reason__title__text2 {
  display: block;
}
@media screen and (max-width: 743px) {
  .p-about-reason__title__text2 {
    margin-bottom: 0.3rem;
  }
}
.p-about-reason__text {
  align-self: baseline;
}
@media screen and (max-width: 743px) {
  .p-about-reason__btn {
    margin-top: 16px;
  }
}
@media screen and (min-width: 744px) {
  .p-about-reason__btn {
    margin-top: 24px;
  }
}
.p-about-contact {
  position: relative;
}
@media screen and (max-width: 743px) {
  .p-about-contact__wrapper {
    padding-bottom: 10rem;
  }
}
@media screen and (min-width: 744px) {
  .p-about-contact__wrapper {
    padding-bottom: 6.9rem;
  }
}
@media screen and (max-width: 743px) {
  .p-about-contact__heading {
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 744px) {
  .p-about-contact__heading {
    margin-bottom: 2.9rem;
  }
}

@media screen and (min-width: 744px) {
  .p-aftercare-about {
    padding-bottom: 4.4rem;
  }
}
@media screen and (max-width: 743px) {
  .p-aftercare-about__text {
    padding: 1.5rem 0 3rem;
  }
}
@media screen and (min-width: 744px) {
  .p-aftercare-about__text {
    padding: 5.1rem 0 4.1rem 1.8rem;
  }
}
@media screen and (max-width: 743px) {
  .p-aftercare-service__wrapper {
    padding-bottom: 1.5rem;
  }
}
@media screen and (min-width: 744px) {
  .p-aftercare-service__wrapper {
    padding-bottom: 4.3rem;
  }
}
@media screen and (max-width: 743px) {
  .p-aftercare-service__heading {
    margin-bottom: 5.6rem;
  }
}
@media screen and (min-width: 744px) {
  .p-aftercare-service__heading {
    margin-bottom: 6.9rem;
  }
}
.p-aftercare-service__list {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 743px) {
  .p-aftercare-service__list {
    gap: 4.7rem;
  }
}
@media screen and (min-width: 744px) {
  .p-aftercare-service__list {
    gap: 3.1rem;
  }
}
@media screen and (max-width: 743px) {
  .p-aftercare-service__item {
    display: grid;
    grid-template-columns: max-content 1fr;
  }
}
@media screen and (min-width: 744px) {
  .p-aftercare-service__item {
    display: flex;
    align-items: flex-start;
    gap: 1.2rem;
  }
}
.p-aftercare-service__text1 {
  display: block;
  flex-shrink: 0;
  font-weight: 400;
}
@media screen and (max-width: 743px) {
  .p-aftercare-service__text1 {
    margin-bottom: 1rem;
    grid-column: 1/span 1;
    grid-row: 1/span 1;
    padding-left: 1.9rem;
    padding-right: 1.9rem;
    margin-right: 0.8rem;
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 744px) {
  .p-aftercare-service__text1 {
    margin-bottom: 0.7rem;
    font-size: 2rem;
  }
}
@media screen and (max-width: 743px) {
  .p-aftercare-service__texts {
    display: contents;
  }
}
.p-aftercare-service__title {
  line-height: 1.46;
}
@media screen and (max-width: 743px) {
  .p-aftercare-service__title {
    grid-column: 2/span 1;
    grid-row: 1/span 1;
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 744px) {
  .p-aftercare-service__title {
    margin-top: -2px;
    margin-bottom: 1.5rem;
  }
}
.p-aftercare-service__desc {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 743px) {
  .p-aftercare-service__desc-wrapper {
    grid-column: 1/span 2;
    grid-row: 2/span 1;
  }
}
@media screen and (max-width: 743px) {
  .p-aftercare-service__desc + p {
    margin-top: 3rem;
  }
}
@media screen and (min-width: 744px) {
  .p-aftercare-service__desc + p {
    margin-top: 0.6rem;
  }
}
.p-aftercare-service__desc .u-main-lighter {
  font-weight: 700;
}
@media screen and (max-width: 743px) {
  .p-aftercare-service__desc .u-main-lighter {
    font-size: 2rem;
    margin-bottom: 1.2rem;
  }
}
@media screen and (min-width: 744px) {
  .p-aftercare-service__desc .u-main-lighter {
    font-size: 2.4rem;
    min-width: 33.4rem;
  }
}
@media screen and (max-width: 743px) {
  .p-aftercare-plan__wrapper {
    padding-bottom: 1.5rem;
  }
}
@media screen and (min-width: 744px) {
  .p-aftercare-plan__wrapper {
    padding-bottom: 4.3rem;
  }
}
@media screen and (max-width: 743px) {
  .p-aftercare-plan__heading {
    margin-bottom: 5.6rem;
  }
}
@media screen and (min-width: 744px) {
  .p-aftercare-plan__heading {
    margin-bottom: 6.9rem;
  }
}
@media screen and (max-width: 743px) {
  .p-aftercare-plan__title {
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 744px) {
  .p-aftercare-plan__title {
    margin-bottom: 0.9rem;
  }
}
@media screen and (max-width: 743px) {
  .p-aftercare-plan__title-wrapper {
    margin-top: 3.8rem;
  }
}
@media screen and (min-width: 744px) {
  .p-aftercare-plan__title-wrapper {
    margin-top: 6.3rem;
  }
}
.p-aftercare-plan__list {
  display: flex;
}
@media screen and (max-width: 743px) {
  .p-aftercare-plan__list {
    gap: 3.6rem 2.2rem;
    margin-top: 6.4rem;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 39.3rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 744px) {
  .p-aftercare-plan__list {
    justify-content: center;
    gap: 6%;
    margin-top: 6.8rem;
  }
}
.p-aftercare-plan__item {
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 743px) {
  .p-aftercare-plan__item:nth-of-type(even) {
    margin-top: 4.2rem;
  }
}
.p-aftercare-plan__item img {
  width: 11.2rem;
  margin: 0 auto;
}
.p-aftercare-plan__text-bottom {
  text-align: center;
}
@media screen and (max-width: 743px) {
  .p-aftercare-plan__text-bottom {
    margin-top: 5rem;
  }
}
@media screen and (min-width: 744px) {
  .p-aftercare-plan__text-bottom {
    margin-top: 5.1rem;
  }
}
.p-aftercare-faq {
  position: relative;
}
@media screen and (max-width: 743px) {
  .p-aftercare-faq__wrapper {
    padding-bottom: 8rem;
  }
}
@media screen and (min-width: 744px) {
  .p-aftercare-faq__wrapper {
    padding-bottom: 14.3rem;
  }
}
@media screen and (max-width: 743px) {
  .p-aftercare-faq__heading {
    margin-bottom: 5.6rem;
  }
}
@media screen and (min-width: 744px) {
  .p-aftercare-faq__heading {
    margin-bottom: 6.9rem;
  }
}

@media screen and (max-width: 743px) {
  .p-panels-about__text {
    padding: 1.5rem 0 3rem;
  }
}
@media screen and (min-width: 744px) {
  .p-panels-about__text {
    padding: 5.1rem 0 4.1rem 1.8rem;
  }
}
.p-panels-product {
  position: relative;
}
@media screen and (max-width: 743px) {
  .p-panels-product__wrapper {
    padding-bottom: 5.3rem;
  }
}
@media screen and (min-width: 744px) {
  .p-panels-product__wrapper {
    padding-bottom: 9rem;
  }
}
.p-panels-product__heading {
  padding-bottom: 0;
}
@media screen and (max-width: 743px) {
  .p-panels-product__heading {
    margin-bottom: 4.8rem;
  }
}
@media screen and (min-width: 744px) {
  .p-panels-product__heading {
    margin-bottom: 3.8rem;
  }
}
@media screen and (max-width: 743px) {
  .p-panels-product__btn {
    margin-top: 2.3rem;
  }
}
@media screen and (min-width: 744px) {
  .p-panels-product__btn {
    margin-top: 3.4rem;
  }
}
@media screen and (min-width: 744px) {
  .p-panels-simulation {
    margin-top: 12rem;
  }
}

.p-works-sort {
  position: relative;
}
.p-works-sort__lead {
  text-align: center;
}
@media screen and (max-width: 743px) {
  .p-works-sort__lead {
    margin-bottom: 5rem;
  }
}
@media screen and (min-width: 744px) {
  .p-works-sort__lead {
    margin-bottom: 7.2rem;
  }
}
@media screen and (max-width: 743px) {
  .p-works-sort__heading {
    margin-bottom: 3.5rem;
  }
}
@media screen and (min-width: 744px) {
  .p-works-sort__heading {
    margin-bottom: 3.8rem;
  }
}
.p-works-sort__inner {
  background-color: #F8F8F8;
}
@media screen and (max-width: 743px) {
  .p-works-sort__inner {
    padding: 3.3rem 2.8rem 3.2rem;
  }
}
@media screen and (min-width: 744px) {
  .p-works-sort__inner {
    padding: 3.3rem 4.2rem 6.2rem;
  }
}
.p-works-sort__contents {
  display: flex;
}
@media screen and (max-width: 743px) {
  .p-works-sort__contents {
    flex-direction: column;
    gap: 1.8rem;
  }
  .p-works-sort__contents + .p-works-sort__contents {
    margin-top: 3.4rem;
  }
}
@media screen and (min-width: 744px) {
  .p-works-sort__contents {
    gap: 4.3rem;
  }
  .p-works-sort__contents + .p-works-sort__contents {
    margin-top: 4.4rem;
  }
}
.p-works-sort__title {
  color: #1185C1;
  flex-shrink: 0;
  font-weight: 700;
  min-width: 6.3em;
  font-size: 1.8rem;
}
@media screen and (max-width: 743px) {
  .p-works-sort__title {
    text-align: center;
  }
}
.p-works-sort__list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 743px) {
  .p-works-sort__list {
    gap: 1rem;
    justify-content: center;
  }
}
@media screen and (min-width: 744px) {
  .p-works-sort__list {
    gap: 16px;
  }
}
.p-works-sort__link {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  max-width: max-content;
  letter-spacing: 0.04em;
  line-height: 1.45;
  position: relative;
  color: #fff;
  background: linear-gradient(90deg, #00A9FF 8.16%, #00D1FF 100.4%);
  transition: 0.3s ease;
}
.p-works-sort__link:hover {
  opacity: 0.7;
}
@media screen and (max-width: 743px) {
  .p-works-sort__link {
    padding: 0.3rem 1.6rem;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 744px) {
  .p-works-sort__link {
    padding: 0.3rem 1.6rem;
    font-size: 2rem;
  }
}
.p-works-content {
  position: relative;
}
@media screen and (max-width: 743px) {
  .p-works-content__wrapper {
    padding-top: 6.8rem;
    padding-bottom: 9rem;
  }
}
@media screen and (min-width: 744px) {
  .p-works-content__wrapper {
    padding-bottom: 12.1rem;
  }
}
@media screen and (max-width: 743px) {
  .p-works-content__heading {
    margin-bottom: 4.8rem;
  }
}
@media screen and (min-width: 744px) {
  .p-works-content__heading {
    margin-bottom: 6.3rem;
  }
}
.p-works-content__list {
  display: flex;
}
@media screen and (max-width: 743px) {
  .p-works-content__list {
    flex-direction: column;
    align-items: center;
    gap: 1.7rem;
    margin-bottom: 3.9rem;
  }
}
@media screen and (min-width: 744px) {
  .p-works-content__list {
    gap: 2rem;
    flex-wrap: wrap;
    margin-bottom: 8.7rem;
  }
}

.p-simulation {
  counter-reset: step;
}
.p-simulation__section {
  background: #B8E7F5;
  margin-top: 32px;
  padding-block: 32px;
}
@media screen and (min-width: 744px) {
  .p-simulation__section {
    margin-top: 64px;
    padding-block: 64px;
  }
}
.p-simulation__section.--noBg {
  background: none;
}
.p-simulation__wrapper {
  background: #F8F8F8;
  padding: 40px 16px;
}
.p-simulation__title {
  color: #1185C1;
  font-size: clamp(1.75em, 7vw, 2em);
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
.p-simulation__title::before {
  background: linear-gradient(90deg, #00A9FF 8.16%, #00D1FF 100.4%);
  color: #fff;
  content: "STEP" counter(step);
  counter-increment: step;
  display: block;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  margin-inline: auto;
  padding: 0.2em 1em;
  width: max-content;
}
@media screen and (min-width: 744px) {
  .p-simulation__title br.sp {
    display: none;
  }
}
.p-simulation__txt {
  margin-top: 48px;
}
@media screen and (min-width: 1024px) and (orientation: landscape) {
  .p-simulation__txt {
    text-align: center;
  }
}
@media screen and (max-width: 1023px) {
  .p-simulation__txt br.pc {
    display: none;
  }
}
.p-simulation__emph {
  color: #FF0000;
  font-size: 1.6em;
  font-weight: 700;
}
.p-simulation-inputs {
  display: grid;
  gap: 24px;
  margin-inline: auto;
  margin-top: 48px;
  width: min(100%, 822px);
}
@media screen and (min-width: 1280px) {
  .p-simulation-inputs__content {
    padding-inline: 40px;
  }
}
.p-simulation-inputs__content:not(:last-child) {
  border-bottom: 1px solid #1185C1;
  padding-bottom: 24px;
}
.p-simulation-inputs__title {
  font-size: 1.125em;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
.p-simulation-inputs__item {
  margin-top: 16px;
}
.p-simulation-inputs__item.--text {
  align-items: center;
  display: flex;
  gap: 0.5em;
  justify-content: center;
  line-height: 1;
}
.p-simulation-inputs__item.--text input {
  border: 1px solid #A8A8A8;
  font-size: 16px;
  padding: 0.5em;
  width: 214px;
}
.p-simulation-inputs__item.--text input:invalid {
  border-color: #FF0000;
}
.p-simulation-inputs__item.--text:has(input:invalid) {
  position: relative;
}
.p-simulation-inputs__item.--text:has(input:invalid)::after {
  background: #FF0000;
  color: #fff;
  content: "半角数字で入力してください";
  display: block;
  font-size: 14px;
  left: 0;
  margin-inline: auto;
  padding: 4px;
  position: absolute;
  right: 0;
  top: 100%;
  width: max-content;
}
.p-simulation-inputs__item.--balance {
  align-items: center;
  display: flex;
  gap: 32px;
  justify-content: center;
  line-height: 1;
}
@media screen and (max-width: 743px) {
  .p-simulation-inputs__item.--balance {
    flex-direction: column;
    gap: 24px;
  }
}
.p-simulation-inputs__item.--balance > div {
  align-items: center;
  display: flex;
  gap: 0.5em;
}
.p-simulation-inputs__item.--balance input {
  border: 1px solid #A8A8A8;
  font-size: 16px;
  padding: 0.5em;
  width: 4em;
}
.p-simulation-inputs__item.--radio {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em 1.25em;
  justify-content: center;
}
.p-simulation-inputs__item.--radio label {
  align-items: center;
  cursor: pointer;
  display: flex;
  gap: 0.375em;
}
.p-simulation-inputs__item.--radio label input {
  border: 1px solid #A8A8A8;
}
.p-simulation-inputs__item.--product {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 24px;
  justify-content: center;
}
.p-simulation-inputs__item.--product label {
  border: 2px solid transparent;
  cursor: pointer;
  max-width: 216px;
  padding: 8px;
  text-align: center;
}
.p-simulation-inputs__item.--product label:has(input:checked) {
  border-color: #00D1FF;
}
.p-simulation-inputs__item.--product label input {
  display: none;
}
.p-simulation-inputs__aside {
  font-size: 0.875em;
  margin-top: 8px;
  text-align: center;
}
.p-simulation-inputs__aside a {
  color: #003CFF;
  text-decoration: underline;
}
.p-simulation__submit {
  background: linear-gradient(90deg, #00A9FF 8.16%, #00D1FF 100.4%);
  color: #fff;
  cursor: pointer;
  font-size: 1.25em;
  line-height: 1.5;
  margin-inline: auto;
  margin-top: 24px;
  padding-block: 16px;
  text-align: center;
  transition: 0.4s;
  width: min(100%, 322px);
}
.p-simulation__submit:hover {
  box-shadow: 0 0 10px #1185c1;
}
.p-simulation-result {
  display: grid;
  gap: 24px;
  height: 0;
  margin-top: 32px;
  overflow: hidden;
}
@media screen and (min-width: 1024px) and (orientation: landscape) {
  .p-simulation-result {
    margin-top: 64px;
  }
}
.p-simulation-result__txt {
  display: grid;
  gap: 24px;
}
@media screen and (min-width: 744px) {
  .p-simulation-result__txt {
    grid-template-columns: 1fr 1fr;
    margin-inline: auto;
    max-width: 100%;
    width: max-content;
  }
}
@media screen and (min-width: 1024px) and (orientation: landscape) {
  .p-simulation-result__txt {
    gap: 24px 40px;
  }
}
.p-simulation-result__txt dt {
  color: #1185C1;
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 1023px) {
  .p-simulation-result__txt dt span {
    font-size: 1.6rem;
  }
}
.p-simulation-result__txt dd {
  line-height: 1.5;
  padding-left: 1em;
}
.p-simulation-result__graph {
  aspect-ratio: 2/3;
  margin-inline: auto;
  width: min(100%, 500px);
}
@media screen and (min-width: 744px) {
  .p-simulation-result__graph {
    aspect-ratio: 1/1;
  }
}
.p-simulation-result__graph canvas {
  height: 100%;
  width: 100%;
}
.p-simulation-result__ppa {
  display: none;
}
@media screen and (min-width: 1024px) and (orientation: landscape) {
  .p-simulation-result__ppa {
    text-align: center;
  }
}

.p-contact__section {
  padding-block: 32px;
}
@media screen and (min-width: 744px) {
  .p-contact__section {
    padding-block: 64px;
  }
}
.p-contact__txt {
  margin-top: 32px;
}
@media screen and (min-width: 1024px) and (orientation: landscape) {
  .p-contact__txt {
    text-align: center;
  }
}
@media screen and (max-width: 1023px) {
  .p-contact__txt br.pc {
    display: none;
  }
}
.p-contact__tel {
  align-items: center;
  margin-top: 32px;
}
.p-contact__aside {
  background: #F8F8F8;
  margin-top: 32px;
  padding: 24px;
}
@media screen and (min-width: 1024px) and (orientation: landscape) {
  .p-contact__aside {
    text-align: center;
  }
}
@media screen and (max-width: 1023px) {
  .p-contact__aside br.pc {
    display: none;
  }
}

.p-privacy {
  padding-block: 32px;
}
@media screen and (min-width: 744px) {
  .p-privacy {
    padding-block: 64px;
  }
}
.p-privacy h2 {
  font-size: 1.5em;
  font-weight: 700;
  margin-top: 32px;
}
@media screen and (min-width: 744px) {
  .p-privacy h2 {
    margin-top: 64px;
  }
}
@media screen and (min-width: 1024px) and (orientation: landscape) {
  .p-privacy h2 {
    text-align: center;
  }
}
.p-privacy p:not(:first-child) {
  margin-top: 1em;
}
.p-privacy ol {
  list-style: decimal;
  margin-top: 1em;
  padding-left: 1.5em;
}
.p-privacy a:not([class]) {
  color: #1185C1;
  text-decoration: underline;
}
.p-privacy-company {
  display: grid;
  gap: 16px;
  margin-top: 24px;
}
@media screen and (min-width: 1024px) and (orientation: landscape) {
  .p-privacy-company {
    gap: 16px 48px;
    margin-inline: auto;
    width: max-content;
  }
}
.p-privacy-company__data {
  display: grid;
}
@media screen and (min-width: 744px) {
  .p-privacy-company__data {
    grid-column: span 2;
    grid-template-columns: subgrid;
  }
}
.p-privacy-company__data dt {
  color: #1185C1;
  font-size: 1.125em;
  font-weight: 700;
}

.p-404 {
  margin-top: 40px;
}
.p-404 ul {
  display: grid;
  gap: 8px;
  list-style: disc;
  margin-block: 16px;
  padding-left: 1.5em;
}
.p-404__btn {
  margin-top: 24px;
}
.p-404__btn .c-btn-view-more {
  justify-content: flex-start;
  margin: 0;
}

.p-blog {
  padding-block: 32px;
}
@media screen and (min-width: 744px) {
  .p-blog {
    padding-block: 64px;
  }
}
.p-blog-list {
  display: grid;
  gap: 32px;
}
.p-blog-list-item {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 744px) {
  .p-blog-list-item {
    align-items: center;
    display: grid;
    gap: 16px;
    grid-template-columns: minmax(30%, 300px) 1fr;
  }
}
.p-blog-list-item__thumb {
  aspect-ratio: 8/5;
  border-radius: 8px 8px 0 0;
  height: auto;
  object-fit: cover;
  width: 100%;
}
@media screen and (min-width: 744px) {
  .p-blog-list-item__thumb {
    border-radius: 8px 0 0 8px;
  }
}
.p-blog-list-item__inner {
  line-height: 1.5;
  padding: 16px 16px;
}
.p-blog-list-item__date {
  color: #898989;
  font-size: 0.75em;
}
.p-blog-list-item__title {
  font-size: 1.125em;
  font-weight: 500;
}
.p-blog-list-item__txt {
  font-size: 0.875em;
  margin-top: 8px;
}

.p-single {
  margin-inline: auto;
  max-width: var(--wp--style--global--content-size);
  padding-block: 32px;
}
@media screen and (max-width: 743px) {
  .p-single {
    padding-inline: 1.5rem;
  }
}
@media screen and (min-width: 744px) {
  .p-single {
    padding-block: 64px;
  }
}
.p-single > * + * {
  margin-top: 1.5em;
}
.p-single-header__title {
  border-bottom: 1px solid #1185C1;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.5;
  padding-bottom: 4px;
}
.p-single h2 {
  color: #1185C1;
  font-size: 1.5em;
  font-weight: 700;
}
.p-single h3 {
  border-left: 4px solid #1185C1;
  font-size: 1.25em;
  font-weight: 700;
  padding-left: 0.5em;
}
.p-single a:not([class]) {
  color: var(--wp--preset--color--link);
  text-decoration: underline;
}
.p-single ul {
  list-style: disc;
  padding-left: 1.5em;
}
.p-single ol {
  list-style: decimal;
  padding-left: 1.5em;
}
.p-single strong {
  font-weight: 700;
}