@charset "UTF-8";
/* break point */
/* base setting */
html {
  font-size: 0.78125vw;
}
@media only screen and (max-width: 768px) {
  html {
    font-size: 62.5%;
  }
}
@media only screen and (min-width: 1280px) {
  html {
    font-size: 62.5%;
  }
}
@media only screen and (max-width: 375px) {
  html {
    font-size: 2.6666666667vw;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

* {
  box-sizing: border-box;
  line-height: inherit;
}

picture {
  display: block;
}

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

a {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.4s ease;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: inherit;
}

ul {
  list-style: none;
}

input,
button,
select,
textarea {
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

input::-webkit-input-placeholder {
  color: #777;
}

input:-ms-input-placeholder {
  color: #777;
}

input::-ms-input-placeholder {
  color: #777;
}

input::placeholder {
  color: #777;
}

/* IE */
input:-ms-input-placeholder {
  color: #777;
}

/* Edge */
input::-ms-input-placeholder {
  color: #777;
}

@media only screen and (min-width: 769px) {
  .only-sp {
    display: none !important;
  }
}

@media only screen and (max-width: 768px) {
  .only-pc {
    display: none !important;
  }
}

.nowrap {
  white-space: nowrap;
}

.inner {
  margin: 0 auto;
  max-width: 128rem;
  padding-left: 4rem;
  padding-right: 4rem;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .inner {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.img {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 0;
}
.img img {
  left: 50%;
  position: absolute;
  top: 50%;
  z-index: 0;
  -webkit-transform: translate(-50%, -50%);
  height: 100%;
  transform: translate(-50%, -50%);
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 0.4s ease;
}

.l-header {
  left: 0;
  position: fixed;
  top: 0;
  transition: background 0.3s ease-out;
  transition-property: background, box-shadow;
  width: 100%;
  z-index: 100;
}
.l-header.is-active {
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.l-header__inner {
  align-items: center;
  display: flex;
  height: 9rem;
}
@media only screen and (max-width: 768px) {
  .l-header__inner {
    height: 5rem;
  }
}
.l-header__logo {
  flex: 1 1 auto;
  position: relative;
  z-index: 1;
}
.l-header__logo-link {
  align-items: center;
  display: flex;
  transition: 0.3s ease-out;
  transition-property: opacity;
}
@media (hover: hover) {
  .l-header__logo-link:hover {
    opacity: 0.7;
  }
}
@media (hover: none) {
  .l-header__logo-link:active {
    opacity: 0.7;
  }
}
.l-header__logo-img {
  aspect-ratio: 336/100;
  flex: 0 0 auto;
  max-width: 16.8rem;
}
@media only screen and (max-width: 768px) {
  .l-header__logo-img {
    max-width: 10.2rem;
  }
}
.l-header__logo-txt {
  font-size: 1rem;
  line-height: 1.9;
  padding-left: 3.2rem;
  position: relative;
  white-space: nowrap;
}
@media only screen and (max-width: 768px) {
  .l-header__logo-txt {
    display: none;
  }
}
.l-header__logo-txt::before {
  background: #d9d9d9;
  content: "";
  display: block;
  height: 3.4rem;
  left: 1.5rem;
  top: 50%;
  width: 2px;
  -webkit-transform: translateY(-50%);
  position: absolute;
  transform: translateY(-50%);
}
.l-header__nav {
  margin-left: auto;
}
@media only screen and (max-width: 768px) {
  .l-header__nav {
    background: #fff;
    left: 0;
    opacity: 0;
    padding-bottom: 3.2rem;
    padding-top: 8rem;
    pointer-events: none;
    position: fixed;
    right: 0;
    top: 0;
    transition: 0.3s ease-out;
    transition-property: opacity;
  }
  .l-header__nav.is-active {
    opacity: 1;
    pointer-events: auto;
  }
}
.l-header__nav-list {
  align-items: center;
  display: flex;
  gap: 5.2rem;
}
@media only screen and (max-width: 768px) {
  .l-header__nav-list {
    border-top: 1px solid #d9d9d9;
    flex-direction: column;
    gap: 0;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    z-index: -1;
  }
}
@media only screen and (max-width: 768px) {
  .l-header__nav-item {
    width: 100%;
  }
}
.l-header__nav-link {
  font-size: 1.6rem;
  line-height: 1.5;
  position: relative;
  transition: 0.3s ease-out;
  transition-property: color, opacity;
  white-space: nowrap;
  z-index: 1;
}
.l-header__nav-link::after {
  background: #001e81;
  bottom: 0;
  content: "";
  height: 30%;
  left: -0.5rem;
  opacity: 0.2;
  position: absolute;
  transition: 0.3s ease-out width;
  width: 0;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  .l-header__nav-link::after {
    display: none;
  }
}
@media (hover: hover) {
  .l-header__nav-link:hover {
    opacity: 0.8;
  }
  .l-header__nav-link:hover::after {
    width: calc(100% + 1rem);
  }
}
@media (hover: none) {
  .l-header__nav-link:active {
    opacity: 0.8;
  }
  .l-header__nav-link:active::after {
    width: calc(100% + 1rem);
  }
}
@media only screen and (max-width: 768px) {
  .l-header__nav-link {
    border-bottom: 1px solid #d9d9d9;
    display: block;
    font-size: 1.4rem;
    line-height: 1.4285714286;
    padding: 2rem 0;
    position: relative;
  }
  .l-header__nav-link::before {
    background: url(../img/top/arrow-nav.png) no-repeat center/2rem auto;
    content: "";
    height: 2rem;
    position: absolute;
    right: 0;
    top: 50%;
    width: 2rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.l-footer {
  background: #001e81;
  color: #fff;
  overflow: hidden;
  padding-bottom: 11rem;
  padding-top: 11rem;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .l-footer {
    padding-bottom: 3rem;
    padding-top: 3rem;
  }
}
.l-footer__inner {
  align-items: center;
  display: flex;
  gap: 3rem;
}
@media only screen and (max-width: 768px) {
  .l-footer__inner {
    flex-direction: column;
  }
}
.l-footer__logo {
  aspect-ratio: 526/156;
  flex: 0 0 auto;
  max-width: 26.3rem;
  transition: 0.3s ease-out;
  transition-property: opacity;
}
@media (hover: hover) {
  .l-footer__logo:hover {
    opacity: 0.7;
  }
}
@media (hover: none) {
  .l-footer__logo:active {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 768px) {
  .l-footer__logo {
    margin: 0 auto;
    max-width: 26.3rem;
  }
}
.l-footer__nav {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  margin-left: auto;
}
@media only screen and (max-width: 768px) {
  .l-footer__nav {
    gap: 1.5rem;
    margin: 0;
  }
}
.l-footer__nav-list {
  display: flex;
  gap: 10rem;
}
@media only screen and (max-width: 768px) {
  .l-footer__nav-list {
    flex-direction: column;
    gap: 1.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .l-footer__nav-item {
    text-align: center;
  }
}
.l-footer__nav-item:nth-child(n+2) {
  position: relative;
}
.l-footer__nav-item:nth-child(n+2)::before {
  background: #fff;
  content: "";
  display: block;
  height: 2.4rem;
  left: -5rem;
  position: absolute;
  top: 50%;
  width: 1px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 768px) {
  .l-footer__nav-item:nth-child(n+2)::before {
    display: none;
  }
}
.l-footer__nav-link {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  transition: 0.3s ease-out;
  transition-property: opacity;
  white-space: nowrap;
}
@media (hover: hover) {
  .l-footer__nav-link:hover {
    opacity: 0.7;
    text-decoration: underline;
  }
}
@media (hover: none) {
  .l-footer__nav-link:active {
    opacity: 0.7;
    text-decoration: underline;
  }
}

.c-section {
  overflow: hidden;
  padding-bottom: 8rem;
  padding-top: 8rem;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .c-section {
    padding-bottom: 3.2rem;
    padding-top: 3.2rem;
  }
}
.c-section__ttl {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.45;
  margin-bottom: 6rem;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .c-section__ttl {
    font-size: 2.8rem;
    line-height: 1.4285714286;
    margin-bottom: 3.2rem;
  }
}

.c-hamburger {
  display: none;
}
@media only screen and (max-width: 768px) {
  .c-hamburger {
    background: #001e81;
    border-radius: 4px;
    cursor: pointer;
    display: block;
    height: 3rem;
    position: relative;
    width: 3rem;
  }
  .c-hamburger.is-active .bar::before {
    top: 0;
    -webkit-transform: translate(-50%, 0) rotate(45deg);
    transform: translate(-50%, 0) rotate(45deg);
  }
  .c-hamburger.is-active .bar::after {
    top: 0;
    -webkit-transform: translate(-50%, 0) rotate(-45deg);
    transform: translate(-50%, 0) rotate(-45deg);
  }
  .c-hamburger .bar {
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: trasnlate(-50%, -50%);
    transform: trasnlate(-50%, -50%);
  }
  .c-hamburger .bar::before, .c-hamburger .bar::after {
    background: #fff;
    border-radius: 2px;
    content: "";
    height: 1px;
    left: 50%;
    position: absolute;
    transition: 0.3s ease-out;
    transition-property: top, -webkit-transform;
    transition-property: transform, top;
    transition-property: transform, top, -webkit-transform;
    width: 1.4rem;
  }
  .c-hamburger .bar::before {
    top: 4px;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  .c-hamburger .bar::after {
    top: -4px;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}

.fade-item {
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  transition: 1.2s;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-animation-timing-function: linear(0.45, 1.45, 0.8, 1);
  animation-timing-function: linear(0.45, 1.45, 0.8, 1);
}
.fade-item.is-active {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

@-webkit-keyframes fadeUp {
  0% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeUp {
  0% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.l-fv {
  overflow: hidden;
}
.l-fv__inner {
  height: 69rem;
  padding-top: 24.4rem;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .l-fv__inner {
    height: 45rem;
    padding-top: 8rem;
  }
}
.l-fv__label {
  align-items: center;
  background: #001e81;
  color: #fff;
  display: flex;
  font-size: 2.2rem;
  font-weight: 700;
  height: 6rem;
  justify-content: center;
  margin-bottom: 3.2rem;
  width: 34.8rem;
}
@media only screen and (max-width: 768px) {
  .l-fv__label {
    font-size: 1.6rem;
    height: 3rem;
    margin: 0 auto 1.6rem;
    width: 25.2rem;
  }
}
.l-fv__logo {
  aspect-ratio: 1569/162;
  margin-bottom: 4.6rem;
  max-width: 78.4rem;
}
@media only screen and (max-width: 768px) {
  .l-fv__logo {
    aspect-ratio: 690/71;
    margin-bottom: 2rem;
  }
}
.l-fv__txt {
  aspect-ratio: 784/38;
  max-width: 78.4rem;
}
@media only screen and (max-width: 768px) {
  .l-fv__txt {
    aspect-ratio: 345/17;
    margin-bottom: 3.2rem;
  }
}
.l-fv__img {
  aspect-ratio: 1131/1040;
  max-width: 56.5rem;
  position: absolute;
  right: 4rem;
  top: 11.3rem;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  .l-fv__img {
    margin: 0 auto;
    max-width: 19.5rem;
    position: relative;
    right: auto;
    top: auto;
  }
}

.l-cta {
  background: #eff9fc;
}
.l-cta__inner {
  align-items: center;
  display: flex;
  gap: 8rem;
  height: 27.3rem;
  justify-content: center;
  padding-bottom: 0.3rem;
}
@media only screen and (max-width: 768px) {
  .l-cta__inner {
    flex-direction: column;
    gap: 2.3rem;
    height: auto;
    padding-bottom: 3.5rem;
    padding-top: 3.2rem;
  }
}
.l-cta__btn {
  align-items: center;
  border-radius: 4rem;
  color: #fff;
  display: flex;
  font-size: 2.2rem;
  font-weight: 900;
  height: 7rem;
  justify-content: center;
  max-width: 48rem;
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .l-cta__btn {
    font-size: 1.8rem;
    line-height: 1.4444444444;
    text-align: center;
  }
}
@media (hover: hover) {
  .l-cta__btn:hover::before {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
  .l-cta__btn:hover .txt {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
}
@media (hover: none) {
  .l-cta__btn:active::before {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
  .l-cta__btn:active .txt {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
}
.l-cta__btn::before {
  border-radius: 4rem;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.3s ease-out;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  z-index: 1;
}
.l-cta__btn::after {
  background: #acacac;
  border-radius: 4rem;
  bottom: -3px;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 3px;
  z-index: 0;
}
.l-cta__btn .txt {
  display: inline-block;
  line-height: 1.4545454545;
  padding-right: 3.4rem;
  position: relative;
  transition: 0.3s ease-out;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .l-cta__btn .txt {
    line-height: 1.4444444444;
    padding-right: 2.7rem;
    padding-right: 0;
    position: static;
  }
}
.l-cta__btn .txt::before {
  background: url(../img/top/btn-arrow.svg) no-repeat bottom center/1rem auto;
  content: "";
  height: 1.7rem;
  position: absolute;
  right: 1px;
  top: 50%;
  width: 1rem;
  -webkit-transform: translateY(-50%);
  pointer-events: none;
  transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  .l-cta__btn .txt::before {
    background-position: center center;
    right: 2.8rem;
  }
}
.l-cta__btn.-tablet::before {
  background: #000000;
}
.l-cta__btn.-toilet::before {
  background: #001e81;
}

.l-cta2 {
  background: #001e81;
  padding-bottom: 10rem;
  padding-top: 10rem;
}
@media only screen and (max-width: 768px) {
  .l-cta2 {
    padding-bottom: 3.2rem;
    padding-top: 3.2rem;
  }
}
.l-cta2__inner {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .l-cta2__inner {
    gap: 1.6rem;
  }
}
.l-cta2__label {
  aspect-ratio: 696/120;
  max-width: 34.8rem;
}
@media only screen and (max-width: 768px) {
  .l-cta2__label {
    aspect-ratio: 74/15;
    max-width: 29.6rem;
  }
}
.l-cta2__btn {
  align-items: center;
  border-radius: 4rem;
  display: inline-flex;
  height: 7rem;
  justify-content: center;
  max-width: 48rem;
  position: relative;
  width: 100%;
}
.l-cta2__btn-box {
  padding-bottom: 3px;
  text-align: center;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .l-cta2__btn-box {
    padding-bottom: 7px;
  }
}
@media (hover: hover) {
  .l-cta2__btn:hover::before {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
  .l-cta2__btn:hover .txt {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
}
@media (hover: none) {
  .l-cta2__btn:active::before {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
  .l-cta2__btn:active .txt {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
}
.l-cta2__btn::before, .l-cta2__btn::after {
  border-radius: 4rem;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
}
.l-cta2__btn::before {
  background: #fff;
  bottom: 0;
  top: 0;
  transition: 0.3s ease-out;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  z-index: 1;
}
.l-cta2__btn::after {
  background: #acacac;
  bottom: -3px;
  top: 3px;
  z-index: 0;
}
.l-cta2__btn .txt {
  color: #001e81;
  font-size: 2.2rem;
  font-weight: 900;
  line-height: 1.4545454545;
  padding-right: 2.9rem;
  position: relative;
  transition: 0.3s ease-out;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .l-cta2__btn .txt {
    font-size: 1.8rem;
    line-height: 1.4444444444;
    padding-right: 0;
    position: static;
  }
}
.l-cta2__btn .txt::before {
  background: url(../img/top/btn-arrow2.svg) no-repeat center/1rem auto;
  content: "";
  height: 1.5rem;
  position: absolute;
  right: 1px;
  top: 50%;
  width: 1rem;
  -webkit-transform: translateY(-50%);
  pointer-events: none;
  transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  .l-cta2__btn .txt::before {
    right: 2.8rem;
  }
}
.l-cta2__link {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4285714286;
  text-decoration: underline;
  transition: 0.3s ease-out;
  transition-property: opacity;
}
@media (hover: hover) {
  .l-cta2__link:hover {
    opacity: 0.7;
  }
}
@media (hover: none) {
  .l-cta2__link:active {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 768px) {
  .l-cta2__link {
    font-size: 1.2rem;
    line-height: 1.4166666667;
  }
}

@media only screen and (max-width: 768px) {
  .l-about {
    padding-bottom: 2.9rem;
  }
}
.l-about__txt {
  font-size: 1.8rem;
  line-height: 1.7777777778;
  padding-bottom: 3rem;
}
.l-about__txt strong {
  color: #001e81;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .l-about__txt {
    font-size: 1.6rem;
    line-height: 1.875;
    padding-bottom: 0;
  }
}
.l-about__body {
  align-items: center;
  display: flex;
  flex-direction: row-reverse;
  gap: 5.2rem;
}
@media only screen and (max-width: 768px) {
  .l-about__body {
    flex-direction: column;
    gap: 2.6rem;
  }
}
.l-about__img {
  aspect-ratio: 1131/1040;
  flex: 0 0 auto;
  max-width: 52.2rem;
}
@media only screen and (max-width: 768px) {
  .l-about__img {
    aspect-ratio: 195/179;
    max-width: 19.5rem;
  }
}

.l-toilet {
  padding-bottom: 7.6rem;
}
@media only screen and (max-width: 768px) {
  .l-toilet {
    padding-bottom: 2.9rem;
  }
}
.l-toilet__txt {
  font-size: 1.8rem;
  line-height: 1.7777777778;
  text-align: center;
}
.l-toilet__txt strong {
  color: #001e81;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .l-toilet__txt {
    font-size: 1.6rem;
    line-height: 1.875;
    text-align: left;
  }
}
.l-toilet__img {
  aspect-ratio: 427/310;
  flex: 0 0 auto;
  margin: 0 auto 3.8rem;
  max-width: 42.7rem;
}
@media only screen and (max-width: 768px) {
  .l-toilet__img {
    margin-bottom: 2.4rem;
  }
}

.l-feature {
  background: #f4f4f4;
}
.l-feature__list {
  display: flex;
  gap: 3rem;
}
@media only screen and (max-width: 768px) {
  .l-feature__list {
    flex-direction: column;
    gap: 2rem;
  }
}
.l-feature__item {
  background: #fff;
  border-radius: 2rem;
  flex: 0 0 auto;
  padding: 4.6rem 2.4rem 2rem;
  width: calc(33.3333333333% - 2rem);
}
@media only screen and (max-width: 768px) {
  .l-feature__item {
    padding: 2.4rem 2rem 1.4rem;
    width: 100%;
  }
}
.l-feature__item-img {
  aspect-ratio: 332/120;
  margin-bottom: 4.6rem;
}
@media only screen and (max-width: 768px) {
  .l-feature__item-img {
    aspect-ratio: 61/24;
    margin-bottom: 2.4rem;
  }
}
.l-feature__item-ttl {
  color: #001e81;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4444444444;
  margin-bottom: 1.6rem;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .l-feature__item-ttl {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: 1.2rem;
  }
}
.l-feature__item-txt {
  font-size: 1.4rem;
  line-height: 2;
}
@media only screen and (max-width: 768px) {
  .l-feature__item-txt {
    font-size: 1.2rem;
    line-height: 2.1666666667;
  }
}

@media only screen and (max-width: 768px) {
  .l-effect {
    padding-bottom: 2.9rem;
  }
}
.l-effect__figure {
  aspect-ratio: 1200/190;
  margin: 0 auto 5.2rem;
  margin-bottom: 5.2rem;
}
@media only screen and (max-width: 768px) {
  .l-effect__figure {
    aspect-ratio: 23/31;
    margin-bottom: 2.8rem;
    max-width: 40rem;
  }
}
.l-effect__body {
  align-items: center;
  display: flex;
  flex-direction: row-reverse;
  gap: 5.2rem;
}
@media only screen and (max-width: 768px) {
  .l-effect__body {
    flex-direction: column;
    gap: 2rem;
  }
}
.l-effect__img {
  aspect-ratio: 320/346;
  flex: 0 0 auto;
  width: 32rem;
}
@media only screen and (max-width: 768px) {
  .l-effect__img {
    max-width: 14.8rem;
  }
}
.l-effect__txt {
  font-size: 1.8rem;
  line-height: 1.7777777778;
}
@media only screen and (max-width: 768px) {
  .l-effect__txt {
    font-size: 1.6rem;
    line-height: 1.875;
  }
}
.l-effect__txt strong {
  color: #001e81;
  font-weight: 700;
}

.l-compare {
  background: #eff9fc;
}
.l-compare__body {
  margin: 0 auto;
  max-width: 100rem;
}
.l-compare__table {
  margin-bottom: 0.9rem;
  margin-right: -1.5rem;
  margin-top: -1.5rem;
}
@media only screen and (max-width: 768px) {
  .l-compare__table {
    margin: 0 auto 2rem;
    max-width: 40rem;
  }
}
.l-compare__table-img {
  aspect-ratio: 2060/708;
}
@media only screen and (max-width: 768px) {
  .l-compare__table-img {
    aspect-ratio: 69/178;
  }
}
.l-compare__caution {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.6666666667;
  margin-bottom: 3.8rem;
}
@media only screen and (max-width: 768px) {
  .l-compare__caution {
    font-size: 1rem;
    line-height: 1.8;
    margin-bottom: 3rem;
  }
}
.l-compare__box {
  align-items: center;
  border-radius: 1rem;
  color: #fff;
  display: flex;
  flex-direction: column;
  font-weight: 700;
  gap: 2.2rem;
  justify-content: center;
  min-height: 18.4rem;
  overflow: hidden;
  -webkit-filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.2));
}
@media only screen and (max-width: 768px) {
  .l-compare__box {
    gap: 0;
    min-height: auto;
    padding: 2.2rem 2rem 2.6rem;
    text-align: center;
  }
}
.l-compare__box.lazyloaded {
  background: url(../img/top/compare-bg-pc.jpg) no-repeat center/cover;
}
@media only screen and (max-width: 768px) {
  .l-compare__box.lazyloaded {
    background-image: url(../img/top/compare-bg-sp.jpg);
  }
}
.l-compare__box-txt {
  font-size: 2.2rem;
}
@media only screen and (max-width: 768px) {
  .l-compare__box-txt {
    font-size: 2rem;
    line-height: 1.7;
  }
}
.l-compare__box-txt2 {
  font-size: 2.8rem;
}
@media only screen and (max-width: 768px) {
  .l-compare__box-txt2 {
    font-size: 2.6rem;
    line-height: 1.5384615385;
  }
}

.l-for.lazyloaded {
  background: url(../img/top/for-bg-pc.jpg) no-repeat center/cover;
}
@media only screen and (max-width: 768px) {
  .l-for.lazyloaded {
    background-image: url(../img/top/for-bg-sp.jpg);
  }
}
.l-for__box {
  background: #fff;
  border-radius: 2rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  margin: 0 auto;
  max-width: 100rem;
  padding: 5.2rem 5.2rem 4.8rem;
}
@media only screen and (max-width: 768px) {
  .l-for__box {
    padding: 2.4rem 2rem 2.2rem;
  }
}
.l-for__list {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.l-for__item {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.45;
  padding-left: 3.4rem;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .l-for__item {
    font-size: 1.6rem;
    line-height: 1.5;
    white-space: nowrap;
  }
}
.l-for__item::before {
  content: "";
  height: 2.2rem;
  left: 0;
  position: absolute;
  top: 50%;
  width: 2.2rem;
  -webkit-transform: translateY(-50%);
  background: url(../img/top/check.png) no-repeat center/2.2rem auto;
  transform: translateY(-50%);
}
.l-for__top {
  align-items: center;
  display: flex;
  gap: 3.2rem;
  justify-content: center;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 768px) {
  .l-for__top {
    flex-direction: column-reverse;
    gap: 2.4rem;
    margin-bottom: 2rem;
  }
}
.l-for__img {
  aspect-ratio: 715/440;
  flex: 0 0 auto;
  max-width: 34.7rem;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .l-for__img {
    max-width: 26.5rem;
  }
}
.l-for__bottom {
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
}
@media only screen and (max-width: 768px) {
  .l-for__bottom {
    gap: 0.9rem;
  }
}
.l-for__bottom-list {
  align-items: center;
  background: #001e81;
  border-radius: 0.6rem;
  color: #fff;
  display: flex;
  gap: 2rem;
  justify-content: center;
  padding: 1.3rem;
}
@media only screen and (max-width: 768px) {
  .l-for__bottom-list {
    align-items: flex-start;
    flex-direction: column;
    gap: 0;
    padding: 2rem;
  }
}
.l-for__bottom-item {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  .l-for__bottom-item {
    font-size: 1.4rem;
    line-height: 1.4285714286;
    white-space: nowrap;
  }
}
.l-for__bottom-hr {
  background: #fff;
  border: none;
  height: 2.4rem;
  margin: 0;
  width: 1px;
}
@media only screen and (max-width: 768px) {
  .l-for__bottom-hr {
    height: 1px;
    margin: 1.5rem 0 1.6rem;
    width: 100%;
  }
}
.l-for__txt {
  font-size: 1.8rem;
  line-height: 1.7777777778;
}
.l-for__txt.-last {
  padding-top: 0.8rem;
}
@media only screen and (max-width: 768px) {
  .l-for__txt.-last {
    padding-top: 0;
  }
}
@media only screen and (max-width: 768px) {
  .l-for__txt {
    font-size: 1.6rem;
    line-height: 1.875;
  }
}

.l-type__list {
  display: flex;
  gap: 3rem;
  margin-bottom: 6rem;
}
@media only screen and (max-width: 768px) {
  .l-type__list {
    flex-direction: column;
    gap: 1.6rem;
    margin-bottom: 3.2rem;
  }
}
.l-type__item {
  border-radius: 2rem;
  flex: 0 0 auto;
  padding: 2.4rem 2.4rem 3.2rem;
  position: relative;
  width: calc(33.3333333333% - 2rem);
}
.l-type__item::before {
  border: 1px solid #d9d9d9;
  border-radius: 2rem;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
@media only screen and (max-width: 768px) {
  .l-type__item {
    padding: 0;
    padding-bottom: 2.4em;
    width: 100%;
  }
}
.l-type__item.item0 {
  background: #eff9fc;
  color: #001e81;
}
.l-type__item.item0::before {
  border-color: #eff9fc;
}
.l-type__item-img {
  aspect-ratio: 664/260;
  margin-bottom: 1.6rem;
}
@media only screen and (max-width: 768px) {
  .l-type__item-img {
    aspect-ratio: 345/144;
    margin-bottom: 0;
  }
}
.l-type__item-txt {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4444444444;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .l-type__item-txt {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.l-type__figure {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media only screen and (max-width: 768px) {
  .l-type__figure {
    gap: 1.6rem;
  }
}
.l-type__block {
  display: flex;
  gap: 3rem;
}
@media only screen and (max-width: 768px) {
  .l-type__block {
    display: block;
    gap: 0;
    position: relative;
  }
  .l-type__block::before {
    border: 2px solid #d9d9d9;
    bottom: 0;
    content: "";
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
  }
  .l-type__block.is-active {
    background: #eff9fc;
  }
  .l-type__block.is-active::before {
    border-color: #001e81;
  }
}
.l-type__block-head, .l-type__block-merit, .l-type__block-demerit {
  flex: 0 0 auto;
  width: calc(33.3333333333% - 2rem);
}
@media only screen and (max-width: 768px) {
  .l-type__block-head, .l-type__block-merit, .l-type__block-demerit {
    width: 100%;
  }
}
.l-type__block-head {
  align-items: center;
  background: #dedede;
  display: flex;
  font-size: 1.8rem;
  font-weight: 700;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .l-type__block-head {
    font-size: 1.4rem;
    min-height: 4rem;
  }
}
.l-type__block-head.-hidden {
  background: transparent;
}
.l-type__block-head.is-active {
  background: #001e81;
  color: #fff;
  font-size: 2rem;
}
@media only screen and (max-width: 768px) {
  .l-type__block-head.is-active {
    font-size: 1.4rem;
  }
}
.l-type__block-merit, .l-type__block-demerit {
  align-items: center;
  background: #efefef;
  display: flex;
  font-size: 1.4rem;
  line-height: 2;
  padding: 1.2rem 1.6rem 1.2rem;
}
@media only screen and (max-width: 768px) {
  .l-type__block-merit, .l-type__block-demerit {
    align-items: flex-start;
    background: transparent;
    flex-direction: column;
    font-size: 1.2rem;
    gap: 0.7rem;
    line-height: 2.1666666667;
    padding: 0;
  }
}
.l-type__block-merit--ttl, .l-type__block-demerit--ttl {
  display: none;
}
@media only screen and (max-width: 768px) {
  .l-type__block-merit--ttl, .l-type__block-demerit--ttl {
    align-items: center;
    color: #fff;
    display: flex;
    display: flex;
    font-size: 1.4rem;
    font-weight: 700;
    height: 2.4rem;
    justify-content: center;
    line-height: 1;
    width: 8.4rem;
  }
}
.l-type__block-merit ul li, .l-type__block-demerit ul li {
  padding-left: 1em;
  position: relative;
}
.l-type__block-merit ul li::before, .l-type__block-demerit ul li::before {
  content: "・";
  left: 0;
  position: absolute;
  top: 0;
}
.l-type__block-merit.is-active, .l-type__block-demerit.is-active {
  background: #eff9fc;
  color: #001e81;
  font-weight: 700;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .l-type__block-merit.is-active, .l-type__block-demerit.is-active {
    background: transparent;
  }
}
.l-type__block-merit.is-active::before, .l-type__block-demerit.is-active::before {
  border: 2px solid #001e81;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
@media only screen and (max-width: 768px) {
  .l-type__block-merit.is-active::before, .l-type__block-demerit.is-active::before {
    display: none;
  }
}
.l-type__block-merit.-head, .l-type__block-demerit.-head {
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  justify-content: center;
  min-height: 6rem;
  padding: 0;
}
@media only screen and (max-width: 768px) {
  .l-type__block-merit {
    padding: 1.6rem 1.6rem 1.2rem;
  }
  .l-type__block-merit.is-active ul {
    color: #001e81;
    font-weight: 700;
  }
}
.l-type__block-merit.-head {
  background: #00aee2;
}
@media only screen and (max-width: 768px) {
  .l-type__block-merit--ttl {
    background: #00aee2;
  }
}
@media only screen and (max-width: 768px) {
  .l-type__block-demerit {
    padding: 0 1.6rem 1.2rem;
  }
}
.l-type__block-demerit.-head {
  background: #505050;
}
@media only screen and (max-width: 768px) {
  .l-type__block-demerit--ttl {
    background: #505050;
  }
}

.l-case {
  background: #f4f4f4;
}
.l-case__box {
  background: #fff;
  border-radius: 2rem;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.06);
  margin: 0 auto;
  max-width: 100rem;
  padding: 4rem 4rem 3.6rem;
}
@media only screen and (max-width: 768px) {
  .l-case__box {
    padding: 1.6rem 1.6rem 1.1rem;
  }
}
.l-case__head {
  align-items: center;
  display: flex;
  gap: 4rem;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 768px) {
  .l-case__head {
    align-items: flex-start;
    flex-direction: column;
    gap: 1.6rem;
    margin-bottom: 1.2rem;
  }
}
.l-case__head-img {
  aspect-ratio: 460/290;
  margin: 0 auto;
  max-width: 46rem;
}
.l-case__name {
  color: #001e81;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.45;
  margin-bottom: 1.6rem;
}
@media only screen and (max-width: 768px) {
  .l-case__name {
    font-size: 1.8rem;
    line-height: 1.4444444444;
    margin-bottom: 1.2rem;
  }
}
.l-case__desc {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.45;
  margin-bottom: 1.6rem;
}
@media only screen and (max-width: 768px) {
  .l-case__desc {
    font-size: 1.8rem;
    line-height: 1.4444444444;
    margin-bottom: 1.2rem;
  }
}
.l-case__term {
  background: #eff9fc;
  color: #001e81;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  padding: 1.3rem 2rem;
  width: 23.1rem;
}
@media only screen and (max-width: 768px) {
  .l-case__term {
    font-size: 1.4rem;
    line-height: 1.4285714286;
    margin-bottom: 0;
    padding: 1.5rem 2rem;
    width: 100%;
  }
}
.l-case__body {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
@media only screen and (max-width: 768px) {
  .l-case__body {
    gap: 0.8rem;
  }
}
.l-case__body-ttl {
  border-left: 4px solid #001e81;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4444444444;
  margin-bottom: 1.6rem;
  padding-left: 1.6rem;
}
@media only screen and (max-width: 768px) {
  .l-case__body-ttl {
    border: none;
    font-size: 1.6rem;
    line-height: 1.875;
    margin-bottom: 0.5rem;
    padding-left: 1.6rem;
    position: relative;
  }
  .l-case__body-ttl::before {
    background: #001e81;
    content: "";
    height: calc(100% - 0.6rem);
    left: 0;
    position: absolute;
    top: 50%;
    width: 4px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.l-case__body-txt {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
}
@media only screen and (max-width: 768px) {
  .l-case__body-txt {
    font-size: 1.2rem;
    line-height: 2.1666666667;
  }
}

@media only screen and (max-width: 768px) {
  .l-place__inner {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .l-place__ttl {
    margin-bottom: 3.4rem;
  }
}
.l-place__label {
  aspect-ratio: 860/84;
  margin: 0 auto 6rem;
  max-width: 86rem;
}
@media only screen and (max-width: 768px) {
  .l-place__label {
    aspect-ratio: 115/38;
    margin-bottom: 2.4rem;
    max-width: 40rem;
  }
}
.l-place__list {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .l-place__list {
    flex-direction: column;
    gap: 3.2rem;
    margin: 0 auto;
    max-width: 32rem;
  }
}
.l-place__item-inner {
  margin: 0 2rem;
  width: 32rem;
}
@media only screen and (max-width: 768px) {
  .l-place__item-inner {
    margin: 0 auto;
    max-width: 40rem;
    width: 100%;
  }
}
.l-place__item-img {
  aspect-ratio: 320/200;
  margin-bottom: 2.4rem;
}
.l-place__item-logo {
  aspect-ratio: 320/59;
  margin-bottom: 2rem;
}
.l-place__item-txt {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4444444444;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .l-place__item-txt {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}

.l-price.lazyloaded {
  background: url(../img/top/price-bg-pc.jpg) no-repeat center/cover;
}
@media only screen and (max-width: 768px) {
  .l-price.lazyloaded {
    background-image: url(../img/top/price-bg-sp.jpg);
  }
}
.l-price__box {
  margin: 0 auto;
  max-width: 100rem;
}
.l-price__tab {
  display: flex;
}
.l-price__tab-item {
  align-items: center;
  background: #dedede;
  border-radius: 1rem 1rem 0 0;
  cursor: pointer;
  display: flex;
  flex: 0 0 auto;
  font-size: 2rem;
  font-weight: 700;
  justify-content: center;
  min-height: 6rem;
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .l-price__tab-item {
    font-size: 1.8rem;
    line-height: 1.4444444444;
    min-height: 8rem;
  }
}
.l-price__tab-item.is-active {
  background: #001e81;
  color: #fff;
}
.l-price__body {
  background: #fff;
  border-radius: 0 0 1rem 1rem;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.06);
  overflow: hidden;
}
.l-price__body-wrapper {
  display: flex;
  width: 200%;
}
.l-price__body-item {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  justify-content: center;
  padding: 5.2rem;
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .l-price__body-item {
    align-items: flex-start;
    padding: 1.6rem;
  }
}
.l-price__table {
  aspect-ratio: 1792/708;
  margin-bottom: 2.8rem;
}
@media only screen and (max-width: 768px) {
  .l-price__table {
    aspect-ratio: 313/955;
    margin: 0 auto 1.4rem;
    max-width: 40rem;
  }
}
.l-price__table-wrapper {
  width: 100%;
}
.l-price__table-txt {
  color: #001e81;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.4615384615;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .l-price__table-txt {
    font-size: 2.4rem;
    line-height: 1.5833333333;
    text-align: left;
  }
}
.l-price__free-ttl {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.4230769231;
  margin-bottom: 3.2rem;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .l-price__free-ttl {
    font-size: 2.4rem;
    line-height: 1.4583333333;
    margin-bottom: 1.6rem;
    text-align: left;
  }
}
.l-price__free-img {
  aspect-ratio: 175/100;
  margin: 0 auto 3.2rem;
  max-width: 17.5rem;
  -webkit-filter: drop-shadow(3px 3px 7px rgba(0, 0, 0, 0.16));
  filter: drop-shadow(3px 3px 7px rgba(0, 0, 0, 0.16));
}
@media only screen and (max-width: 768px) {
  .l-price__free-img {
    margin-bottom: 3rem;
    max-width: 17.5rem;
  }
}
.l-price__free-txt {
  color: #001e81;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.4230769231;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .l-price__free-txt {
    display: inline;
    font-size: 2.4rem;
    line-height: 1.4583333333;
  }
}
.l-price__free-txt.-last {
  margin-top: 0.8rem;
}
@media only screen and (max-width: 768px) {
  .l-price__free-txt.-last {
    margin-top: 0;
  }
}

.l-media {
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .l-media__inner {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .l-media__list {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem 1.8rem;
  }
}
.l-media__item {
  flex: 0 0 auto;
}
@media only screen and (max-width: 768px) {
  .l-media__item {
    width: calc(50% - 0.9rem);
  }
  .l-media__item:nth-child(1) {
    order: 0;
  }
  .l-media__item:nth-child(2) {
    order: 2;
  }
  .l-media__item:nth-child(3) {
    order: 4;
  }
  .l-media__item:nth-child(4) {
    order: 6;
  }
  .l-media__item:nth-child(5) {
    order: 1;
  }
  .l-media__item:nth-child(6) {
    order: 3;
  }
  .l-media__item:nth-child(7) {
    order: 5;
  }
  .l-media__item:nth-child(8) {
    order: 7;
  }
}
.l-media__item-img {
  aspect-ratio: 280/59;
  margin: 0 1.2rem;
  width: 28rem;
}
@media only screen and (max-width: 768px) {
  .l-media__item-img {
    margin: 0;
    width: 100%;
  }
}

.l-company {
  background: #eff9fc;
}
.l-company__list {
  background: #fff;
  border-radius: 1rem;
  display: block;
  margin: 0 auto;
  max-width: 100rem;
  padding: 4rem;
}
@media only screen and (max-width: 768px) {
  .l-company__list {
    padding: 2rem 2.4rem 2.4rem;
  }
}
.l-company__item {
  align-items: flex-start;
  display: flex;
  gap: 2.4rem;
}
@media only screen and (max-width: 768px) {
  .l-company__item {
    flex-direction: column;
    gap: 1.6rem;
  }
}
.l-company__item:nth-child(n+2) {
  border-top: 1px solid #d9d9d9;
  margin-top: 1.9rem;
  padding-top: 2rem;
}
@media only screen and (max-width: 768px) {
  .l-company__item:nth-child(n+2) {
    border-top: none;
    margin-top: 2.4rem;
    padding-top: 0;
  }
}
.l-company__item:last-child .l-company__item-txt {
  margin-top: -0.4rem;
}
@media only screen and (max-width: 768px) {
  .l-company__item:last-child .l-company__item-txt {
    margin-top: 0;
  }
}
.l-company__item-ttl {
  align-items: center;
  background: #001e81;
  border-radius: 0.6rem;
  color: #fff;
  display: flex;
  flex: 0 0 auto;
  font-size: 1.8rem;
  font-weight: 700;
  height: 4.4rem;
  justify-content: center;
  width: 16.6rem;
}
@media only screen and (max-width: 768px) {
  .l-company__item-ttl {
    font-size: 1.6rem;
    width: 100%;
  }
}
.l-company__item-txt {
  align-items: center;
  display: flex;
  font-size: 1.8rem;
  line-height: 1.7777777778;
  min-height: 4.4rem;
}
@media only screen and (max-width: 768px) {
  .l-company__item-txt {
    font-size: 1.6rem;
    justify-content: center;
    line-height: 1.625;
    min-height: auto;
    text-align: center;
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .l-contact {
    padding-bottom: 3.5rem;
  }
}
.l-contact .mw_wp_form .horizontal-item + .horizontal-item {
  margin: 0;
}
.l-contact .mw_wp_form .error {
  display: block;
  flex: 0 0 auto;
  font-size: 1.4rem;
  line-height: 1.4285714286;
  padding-top: 1rem;
  width: 100%;
}
.l-contact .mw_wp_form .l-contact__radio .error {
  padding-top: 0;
}
.l-contact__body {
  margin: 0 auto;
  max-width: 100rem;
}
.l-contact__list {
  border-top: 1px solid #d9d9d9;
  margin-bottom: 6rem;
}
@media only screen and (max-width: 768px) {
  .l-contact__list {
    margin-bottom: 2.8rem;
    margin-top: -1px;
  }
}
.l-contact__item {
  border-bottom: 1px solid #d9d9d9;
  display: flex;
  padding: 2rem 0 1.9rem;
}
@media only screen and (max-width: 768px) {
  .l-contact__item {
    flex-direction: column;
    gap: 1.6rem;
  }
}
.l-contact__item.-radio {
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .l-contact__item.-radio {
    align-items: flex-start;
  }
}
.l-contact__item-ttl {
  flex: 0 0 auto;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4444444444;
  padding-top: 1.2rem;
  width: 32rem;
}
@media only screen and (max-width: 768px) {
  .l-contact__item-ttl {
    font-size: 1.6rem;
    line-height: 1.5;
    padding-top: 0;
    width: 100%;
  }
}
.l-contact__item-ttl.-radio {
  padding-top: 0;
}
.l-contact__item-field {
  flex: 1 1 auto;
}
.l-contact__item-field input[type=text],
.l-contact__item-field input[type=tel],
.l-contact__item-field input[type=email],
.l-contact__item-field textarea {
  background: #f8f8f8;
  border: 1px solid #d9d9d9;
  border-radius: 0.25rem;
  font-size: 1.6rem;
  line-height: 1.5;
  padding: 1.2rem 1.9rem;
  width: 100%;
}
.l-contact__item-field textarea {
  height: 14rem;
  resize: none;
}
@media only screen and (max-width: 768px) {
  .l-contact__item-field textarea {
    height: 22rem;
  }
}
.l-contact__item-field input[type=radio] {
  display: none;
}
.l-contact__item-field input[type=radio]:checked + span::after {
  opacity: 1;
}
.l-contact__item-field input[type=radio] + span {
  cursor: pointer;
  font-size: 1.6rem;
  line-height: 1.5;
  padding-left: 3.4rem;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .l-contact__item-field input[type=radio] + span {
    font-size: 1.4rem;
    line-height: 1.4285714286;
  }
}
.l-contact__item-field input[type=radio] + span::before, .l-contact__item-field input[type=radio] + span::after {
  box-sizing: border-box;
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.l-contact__item-field input[type=radio] + span::before {
  border: 1px solid #707070;
  border-radius: 50%;
  height: 2.2rem;
  left: 0;
  width: 2.2rem;
}
.l-contact__item-field input[type=radio] + span::after {
  background: #000000;
  border-radius: 50%;
  height: 1.2rem;
  left: 0.5rem;
  opacity: 0;
  width: 1.2rem;
}
.l-contact__radio {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 3.2rem;
}
@media only screen and (max-width: 768px) {
  .l-contact__radio {
    align-items: flex-start;
    flex-direction: column;
    gap: 1.7rem;
  }
}
.l-contact__btn-box {
  text-align: center;
}
.l-contact__privacy {
  margin-bottom: 3.2rem;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .l-contact__privacy {
    margin-bottom: 2.1rem;
  }
}
.l-contact__privacy input[type=checkbox]:checked + span::after {
  opacity: 1;
}
.l-contact__privacy input[type=checkbox] + span {
  font-size: 1.6rem;
  line-height: 1.5;
  padding-left: 4rem;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .l-contact__privacy input[type=checkbox] + span {
    font-size: 1.4rem;
    line-height: 1.5714285714;
  }
}
.l-contact__privacy input[type=checkbox] + span::before, .l-contact__privacy input[type=checkbox] + span::after {
  box-sizing: border-box;
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.l-contact__privacy input[type=checkbox] + span::before {
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  height: 2.4rem;
  left: 0;
  width: 2.4rem;
}
.l-contact__privacy input[type=checkbox] + span::after {
  background: url(../img/top/privacy-check.svg) no-repeat center/2.4rem auto;
  height: 2.4rem;
  left: 1px;
  opacity: 0;
  pointer-events: none;
  width: 2.4rem;
}
.l-contact__submit {
  align-items: center;
  border-radius: 4rem;
  color: #fff;
  display: inline-flex;
  font-size: 2.2rem;
  font-weight: 900;
  height: 7rem;
  justify-content: center;
  max-width: 44rem;
  position: relative;
  width: 100%;
}
@media (hover: hover) {
  .l-contact__submit:hover::before {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
  .l-contact__submit:hover .txt {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
}
@media (hover: none) {
  .l-contact__submit:active::before {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
  .l-contact__submit:active .txt {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
}
.l-contact__submit::before {
  background: #ff5f5f;
  border-radius: 4rem;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.3s ease-out;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  z-index: 1;
}
.l-contact__submit::after {
  background: #ba0000;
  border-radius: 4rem;
  bottom: -3px;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 3px;
  z-index: 0;
}
.l-contact__submit .txt {
  display: inline-block;
  line-height: 1.4545454545;
  padding-right: 2.4rem;
  position: relative;
  transition: 0.3s ease-out;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .l-contact__submit .txt {
    font-size: 1.8rem;
    padding-right: 0;
  }
}
.l-contact__submit .txt::before {
  background: url(../img/top/btn-arrow.svg) no-repeat bottom center/1rem auto;
  content: "";
  height: 1.7rem;
  position: absolute;
  right: 1px;
  top: 50%;
  width: 1rem;
  -webkit-transform: translateY(-50%);
  pointer-events: none;
  transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  .l-contact__submit .txt::before {
    right: -1.6rem;
    -webkit-transform: translate(100%, -50%);
    transform: translate(100%, -50%);
  }
}
.l-contact__complete {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.7777777778;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .l-contact__complete {
    font-size: 1.6rem;
    line-height: 1.875;
    text-align: left;
  }
}