/* 下からフェードインアニメーション */
.u-fadein-up img {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 1s ease, transform 1s ease;
}
.u-fadein-up.active img {
  opacity: 1;
  transform: translateY(0);
}
.u-c-white {
  color: #ffffff !important;
}

.u-bg-white {
  background-color: #ffffff !important;
}

.u-c-black {
  color: #333333 !important;
}

.u-bg-black {
  background-color: #333333 !important;
}

.u-c-blue {
  color: #164097 !important;
}

.u-bg-blue {
  background-color: #164097 !important;
}

.u-c-light-blue {
  color: #CECCDB !important;
}

.u-bg-light-blue {
  background-color: #CECCDB !important;
}

.u-c-light {
  color: #EEEEF1 !important;
}

.u-bg-light {
  background-color: #EEEEF1 !important;
}

.u-c-light2 {
  color: #EFEFF2 !important;
}

.u-bg-light2 {
  background-color: #EFEFF2 !important;
}

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

.u-bg-red {
  background-color: #D12D29 !important;
}

.u-c-pink {
  color: #F7F0EC !important;
}

.u-bg-pink {
  background-color: #F7F0EC !important;
}

.u-c-beige {
  color: #f8f1ec !important;
}

.u-bg-beige {
  background-color: #f8f1ec !important;
}

.u-text-shadow {
  text-shadow: var(--text-shadow);
}

.u-font-sans {
  font-family: "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

.u-txtpos-center {
  text-align: center !important;
}

.u-align-center {
  align-items: center !important;
}

.u-txtpos-left {
  text-align: left !important;
}

.u-align-left {
  align-items: left !important;
}

.u-txtpos-right {
  text-align: right !important;
}

.u-align-right {
  align-items: right !important;
}

.u-txtpos-top {
  text-align: top !important;
}

.u-align-top {
  align-items: top !important;
}

.u-txtpos-bottom {
  text-align: bottom !important;
}

.u-align-bottom {
  align-items: bottom !important;
}

@media screen and (max-width: 750px) {
  .u-txtpos-sp-center {
    text-align: center !important;
  }
  .u-align-sp-center {
    align-items: center !important;
  }
  .u-txtpos-sp-left {
    text-align: left !important;
  }
  .u-align-sp-left {
    align-items: left !important;
  }
  .u-txtpos-sp-right {
    text-align: right !important;
  }
  .u-align-sp-right {
    align-items: right !important;
  }
  .u-txtpos-sp-top {
    text-align: top !important;
  }
  .u-align-sp-top {
    align-items: top !important;
  }
  .u-txtpos-sp-bottom {
    text-align: bottom !important;
  }
  .u-align-sp-bottom {
    align-items: bottom !important;
  }
}
@font-face {
  font-weight: 100;
  font-family: "Noto Sans JP";
  src: url("../font/Noto_Sans_JP/NotoSansJP-Thin.otf") format("otf");
}
@font-face {
  font-weight: 300;
  font-family: "Noto Sans JP";
  src: url("../font/Noto_Sans_JP/NotoSansJP-Light.otf") format("otf");
}
@font-face {
  font-weight: 400;
  font-family: "Noto Sans JP";
  src: url("../font/Noto_Sans_JP/NotoSansJP-Regular.otf") format("otf");
}
@font-face {
  font-weight: 500;
  font-family: "Noto Sans JP";
  src: url("../font/Noto_Sans_JP/NotoSansJP-Medium.otf") format("otf");
}
@font-face {
  font-weight: 600;
  font-family: "Noto Sans JP";
  src: url("../font/Noto_Sans_JP/NotoSansJP-Bold.otf") format("otf");
}
@font-face {
  font-weight: 700;
  font-family: "Noto Sans JP";
  src: url("../font/Noto_Sans_JP/NotoSansJP-Black.otf") format("otf");
}
:root {
  --c-white: #ffffff;
  --c-black: #333333;
  --c-blue: #164097;
  --c-light-blue: #CECCDB;
  --c-light: #EEEEF1;
  --c-light2: #EFEFF2;
  --c-red: #D12D29;
  --c-pink: #F7F0EC;
  --c-beige: #f8f1ec;
  --f-sans: Noto Sans JP, Helvetica Neue, Helvetica, Hiragino Sans, Hiragino Kaku Gothic ProN, Arial, Yu Gothic, Meiryo, sans-serif;
  --pos-center: center;
  --pos-left: left;
  --pos-right: right;
  --pos-top: top;
  --pos-bottom: bottom;
  --shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  --text-shadow: 0.3rem 0.3rem 0.1rem var(--c-white), -0.3rem -0.3rem 0.1rem var(--c-white), -0.3rem 0.3rem 0.1rem var(--c-white), 0.3rem -0.3rem 0.1rem var(--c-white), 0.3rem 0 0.1rem var(--c-white), -0.3rem 0 0.1rem var(--c-white), 0 0.3rem 0.1rem var(--c-white), 0 -0.3rem 0.1rem var(--c-white);
}

html {
  font-size: 62.5%;
}

body {
  color: var(--c-gray);
  font-size: 1.6rem;
  font-family: var(--f-sans);
}
body.hidden {
  overflow: hidden;
}

img {
  max-width: 100%;
  pointer-events: none;
}

@media screen and (max-width: 750px) {
  html {
    font-size: 1.3333333333vw;
  }
  body {
    font-size: 2.6rem;
    overflow-x: hidden;
  }
}
.l-container {
  width: 100%;
  max-width: calc(1129px + 6rem);
  padding-inline: 3rem;
  margin-left: auto;
  margin-right: auto;
}
.l-container.-md {
  max-width: calc(910px + 6rem);
}
.l-container.-sm {
  max-width: calc(595px + 6rem);
}

@media screen and (max-width: 750px) {
  .l-container {
    max-width: calc(750px + 8rem);
    padding-inline: 4rem;
  }
  .l-container.-sm {
    max-width: calc(750px + 8rem);
  }
}
.l-main {
  overflow-x: hidden;
}

.l-sec {
  padding-block: 10rem;
}

.c-footer {
  background-color: var(--c-blue);
  padding: 10rem 0;
  color: var(--c-white);
}
.c-footer .l-container {
  max-width: calc(690px + 6rem);
}

.c-footer__lead {
  text-align: center;
  margin-top: 1.5rem;
}
.c-footer__lead p {
  font-size: 2rem;
  font-weight: 500;
}
.c-footer__lead .-lg {
  font-size: 2.6rem;
  margin-bottom: 1rem;
}

@media screen and (max-width: 750px) {
  .c-footer {
    padding: 7rem 0 4rem;
  }
  .c-footer__lead {
    margin-top: 2rem;
  }
  .c-footer__lead .-lg {
    font-size: 2.4rem;
    margin-bottom: 1.5rem;
  }
}
.c-header {
  position: absolute;
  top: 5rem;
  left: 0;
  z-index: 99;
}

.c-header__logo a {
  display: inline-block;
}
.c-header__logo img {
  width: 25.3rem;
}

@media screen and (max-width: 750px) {
  .c-header {
    width: 100%;
    top: 4rem;
  }
  .c-header__logo {
    text-align: center;
  }
  .c-header__logo img {
    width: 33.2rem;
  }
}
.c-nav__wrap {
  padding-right: 10rem;
}

.c-nav__list {
  justify-content: space-between;
  column-gap: 5.5rem;
}

.c-nav__item a {
  font-weight: 500;
  text-decoration: none;
  letter-spacing: 0.02em;
  color: var(--c-black);
  display: block;
  transition: 0.3s;
}
@media (hover: hover) {
  .c-nav__item a:hover {
    color: var(--c-red);
  }
}
.c-nav__item.-circle {
  position: absolute;
  right: -1.5rem;
  top: -1.5rem;
}
.c-nav__item.-circle i {
  margin-top: -1rem;
  transition: 0.3s;
}
.c-nav__item.-circle i img {
  width: 3.2rem;
}
.c-nav__item.-circle a {
  background-color: var(--c-orange);
  color: var(--c-white);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  width: 10rem;
  height: 10rem;
  border-radius: 100%;
}
@media (hover: hover) {
  .c-nav__item.-circle a:hover i {
    opacity: 0.5;
  }
}
.c-nav__btn {
  display: none;
  width: 8rem;
  height: 8rem;
  position: absolute;
  right: -1.4rem;
  top: -0.7rem;
  cursor: pointer;
  background-color: var(--c-red);
  border-radius: 100%;
}

.c-nav__btn-line {
  position: absolute;
  left: 50%;
  transform: translateY(0%) translateX(-50%);
  width: 4.4rem;
  height: 0.3rem;
  background-color: var(--c-white);
  border-radius: 3px;
  transition: all 0.5s;
  box-sizing: border-box;
  display: inline-block;
}
.c-nav__btn-line:nth-of-type(1) {
  top: 2.5rem;
}
.c-nav__btn-line:nth-of-type(2) {
  top: 3.8rem;
}
.c-nav__btn-line:nth-of-type(3) {
  bottom: 2.5rem;
}

.c-nav__splogo {
  display: none;
}

.nav-open {
  overflow: hidden;
}
.nav-open .c-nav__openbg {
  display: block;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  background-color: rgba(0, 0, 0, 0.2);
  position: fixed;
  top: 0;
  left: 0;
}

.u-sp__logo {
  display: none;
}

@media screen and (min-width: 751px) and (max-width: 1100px) {
  .c-nav__wrap {
    padding-right: 7.5rem;
  }
  .c-nav__list {
    column-gap: 3rem;
  }
  .c-nav__item a {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 751px) and (max-width: 1170px) {
  .c-nav__list {
    column-gap: 1.5rem;
  }
}
@media screen and (max-width: 1000px) {
  .c-nav__wrap {
    position: fixed;
    right: -100%;
    top: 0;
    width: 54rem;
    height: 100vh;
    height: 100dvh;
    overflow: scroll;
    background-color: var(--c-white);
    padding-top: 3rem;
    padding-right: 0;
    transition: right 0.3s;
    z-index: 99;
  }
  .c-nav__wrap.active {
    right: 0;
  }
  .c-nav__list {
    flex-direction: column;
  }
  .c-nav__item {
    position: relative;
  }
  .c-nav__item::after {
    content: "";
    display: block;
    width: calc(100% - 6rem);
    height: 0.2rem;
    position: absolute;
    bottom: 0;
    left: 3rem;
    background-color: var(--c-gray);
  }
  .c-nav__item.-circle {
    position: relative;
    right: 0;
    top: 0;
  }
  .c-nav__item.-circle i {
    display: none;
  }
  .c-nav__item.-circle a {
    display: block;
    background-color: transparent;
    width: 100%;
    height: auto;
    color: var(--c-black);
    position: relative;
  }
  .c-nav__item.-circle a::after {
    content: "";
    display: block;
    width: 3rem;
    height: 3rem;
    background: url("https://test.coding-z.com/muratasama/0822LP/images/common/sp-nav_arrow.svg") no-repeat center;
    background-size: cover;
    position: absolute;
    right: 5rem;
    top: 50%;
    transform: translate(0%, -50%);
  }
  .c-nav__item a {
    font-size: 1.6rem;
    padding: 3rem 5rem;
  }
  .u-sp__logo {
    display: block;
  }
  .u-sp__logo img {
    width: 20rem;
  }
  .u-sp__logo .c-header__logo--text {
    margin-left: 3rem;
    margin-top: 1.5rem;
    font-size: 1.6rem;
    display: block;
  }
  .c-nav__btn {
    display: block;
    z-index: 999;
  }
  .c-nav__btn.active .c-nav__btn-line:nth-of-type(1) {
    top: 5.7rem;
    transform: rotate(45deg) translateX(calc(-50% - 0.5rem));
    left: 47%;
  }
  .c-nav__btn.active .c-nav__btn-line:nth-of-type(2) {
    opacity: 0;
  }
  .c-nav__btn.active .c-nav__btn-line:nth-of-type(3) {
    bottom: 5.7rem;
    transform: rotate(-45deg) translateX(calc(-50% - 0.5rem));
    left: 47%;
  }
}
@media screen and (max-width: 750px) {
  .c-nav__btn {
    width: 11.8rem;
    height: 11.8rem;
    top: -1.6rem;
  }
  .c-nav__wrap {
    width: 100%;
    overflow-y: scroll;
    padding-bottom: 3rem;
  }
  .c-nav__btn-line {
    width: 5.4rem;
  }
  .c-nav__btn-line:nth-of-type(1) {
    top: 4rem;
  }
  .c-nav__btn-line:nth-of-type(2) {
    top: 5.7rem;
  }
  .c-nav__btn-line:nth-of-type(3) {
    bottom: 4rem;
  }
  .c-nav__item::after {
    width: calc(100% - 12rem);
    left: 6rem;
  }
  .c-nav__item a {
    padding: 3.9rem 11rem;
    font-size: 4.2rem;
  }
  .c-nav__item.-circle a::after {
    width: 4.5rem;
    height: 4.5rem;
    right: 8.2rem;
  }
  .c-nav__btn.active .c-nav__btn-line:nth-of-type(1) {
    top: 8.2rem;
  }
  .c-nav__btn.active .c-nav__btn-line:nth-of-type(3) {
    bottom: 7.8rem;
  }
  .u-sp__logo a {
    padding-left: 7rem;
    padding-top: 3rem;
    padding-bottom: 4.5rem;
  }
  .u-sp__logo img {
    width: 30rem;
  }
  .u-sp__logo .c-header__logo--text {
    text-align: left;
    font-size: 2.6rem;
    margin-left: 5rem;
    margin-top: 2.5rem;
  }
  .u-sp__logo .c-header__logo--text .sp-sm {
    font-size: 2.1rem;
  }
}
.u-fadein {
  position: relative;
  opacity: 0;
}
.u-fadein.active {
  animation-name: fadeIn;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-out;
}
.active .u-fadein {
  animation-name: fadeIn;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-out;
}

.u-fade {
  opacity: 0;
}
.u-fade.-min.active {
  animation-name: fade;
  animation-duration: 0.2s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-out;
}
.active .u-fade.-min {
  animation-name: fade;
  animation-duration: 0.2s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-out;
}

.u-fade2 {
  opacity: 0;
}
.u-fade2.active {
  animation-name: fade;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
}
.active .u-fade2 {
  animation-name: fade;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    top: 2rem;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
[delay="2"] {
  animation-delay: 0.2s !important;
}

[delaymin="1"] {
  animation-delay: 0.05s !important;
}

[delay="4"] {
  animation-delay: 0.4s !important;
}

[delaymin="2"] {
  animation-delay: 0.1s !important;
}

[delay="6"] {
  animation-delay: 0.6s !important;
}

[delaymin="3"] {
  animation-delay: 0.15s !important;
}

[delay="8"] {
  animation-delay: 0.8s !important;
}

[delaymin="4"] {
  animation-delay: 0.2s !important;
}

[delay="10"] {
  animation-delay: 1s !important;
}

[delaymin="5"] {
  animation-delay: 0.25s !important;
}

[delay="12"] {
  animation-delay: 1.2s !important;
}

[delaymin="6"] {
  animation-delay: 0.3s !important;
}

[delay="14"] {
  animation-delay: 1.4s !important;
}

[delaymin="7"] {
  animation-delay: 0.35s !important;
}

[delay="16"] {
  animation-delay: 1.6s !important;
}

[delaymin="8"] {
  animation-delay: 0.4s !important;
}

[delay="18"] {
  animation-delay: 1.8s !important;
}

[delaymin="9"] {
  animation-delay: 0.45s !important;
}

[delay="20"] {
  animation-delay: 2s !important;
}

[delaymin="10"] {
  animation-delay: 0.5s !important;
}

[delay="22"] {
  animation-delay: 2.2s !important;
}

[delaymin="11"] {
  animation-delay: 0.55s !important;
}

[delay="24"] {
  animation-delay: 2.4s !important;
}

[delaymin="12"] {
  animation-delay: 0.6s !important;
}

[delay="26"] {
  animation-delay: 2.6s !important;
}

[delaymin="13"] {
  animation-delay: 0.65s !important;
}

[delay="28"] {
  animation-delay: 2.8s !important;
}

[delaymin="14"] {
  animation-delay: 0.7s !important;
}

[delay="30"] {
  animation-delay: 3s !important;
}

[delaymin="15"] {
  animation-delay: 0.75s !important;
}

[delay="32"] {
  animation-delay: 3.2s !important;
}

[delaymin="16"] {
  animation-delay: 0.8s !important;
}

[delay="34"] {
  animation-delay: 3.4s !important;
}

[delaymin="17"] {
  animation-delay: 0.85s !important;
}

[delay="36"] {
  animation-delay: 3.6s !important;
}

[delaymin="18"] {
  animation-delay: 0.9s !important;
}

[delay="38"] {
  animation-delay: 3.8s !important;
}

[delaymin="19"] {
  animation-delay: 0.95s !important;
}

[delay="40"] {
  animation-delay: 4s !important;
}

[delaymin="20"] {
  animation-delay: 1s !important;
}

[delay="42"] {
  animation-delay: 4.2s !important;
}

[delaymin="21"] {
  animation-delay: 1.05s !important;
}

[delay="44"] {
  animation-delay: 4.4s !important;
}

[delaymin="22"] {
  animation-delay: 1.1s !important;
}

[delay="46"] {
  animation-delay: 4.6s !important;
}

[delaymin="23"] {
  animation-delay: 1.15s !important;
}

[delay="48"] {
  animation-delay: 4.8s !important;
}

[delaymin="24"] {
  animation-delay: 1.2s !important;
}

[delay="50"] {
  animation-delay: 5s !important;
}

[delaymin="25"] {
  animation-delay: 1.25s !important;
}

[delay="52"] {
  animation-delay: 5.2s !important;
}

[delaymin="26"] {
  animation-delay: 1.3s !important;
}

[delay="54"] {
  animation-delay: 5.4s !important;
}

[delaymin="27"] {
  animation-delay: 1.35s !important;
}

[delay="56"] {
  animation-delay: 5.6s !important;
}

[delaymin="28"] {
  animation-delay: 1.4s !important;
}

[delay="58"] {
  animation-delay: 5.8s !important;
}

[delaymin="29"] {
  animation-delay: 1.45s !important;
}

[delay="60"] {
  animation-delay: 6s !important;
}

[delaymin="30"] {
  animation-delay: 1.5s !important;
}

@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(0.5);
  }
}
@media screen and (max-width: 750px) {
  [spdelay="0"] {
    animation-delay: 0s !important;
  }
  [spdelay="2"] {
    animation-delay: 0.2s !important;
  }
  [spdelaymin="1"] {
    animation-delay: 0.05s !important;
  }
  [spdelay="4"] {
    animation-delay: 0.4s !important;
  }
  [spdelaymin="2"] {
    animation-delay: 0.1s !important;
  }
  [spdelay="6"] {
    animation-delay: 0.6s !important;
  }
  [spdelaymin="3"] {
    animation-delay: 0.15s !important;
  }
  [spdelay="8"] {
    animation-delay: 0.8s !important;
  }
  [spdelaymin="4"] {
    animation-delay: 0.2s !important;
  }
  [spdelay="10"] {
    animation-delay: 1s !important;
  }
  [spdelaymin="5"] {
    animation-delay: 0.25s !important;
  }
  [spdelay="12"] {
    animation-delay: 1.2s !important;
  }
  [spdelaymin="6"] {
    animation-delay: 0.3s !important;
  }
  [spdelay="14"] {
    animation-delay: 1.4s !important;
  }
  [spdelaymin="7"] {
    animation-delay: 0.35s !important;
  }
  [spdelay="16"] {
    animation-delay: 1.6s !important;
  }
  [spdelaymin="8"] {
    animation-delay: 0.4s !important;
  }
  [spdelay="18"] {
    animation-delay: 1.8s !important;
  }
  [spdelaymin="9"] {
    animation-delay: 0.45s !important;
  }
  [spdelay="20"] {
    animation-delay: 2s !important;
  }
  [spdelaymin="10"] {
    animation-delay: 0.5s !important;
  }
  [spdelay="22"] {
    animation-delay: 2.2s !important;
  }
  [spdelaymin="11"] {
    animation-delay: 0.55s !important;
  }
  [spdelay="24"] {
    animation-delay: 2.4s !important;
  }
  [spdelaymin="12"] {
    animation-delay: 0.6s !important;
  }
  [spdelay="26"] {
    animation-delay: 2.6s !important;
  }
  [spdelaymin="13"] {
    animation-delay: 0.65s !important;
  }
  [spdelay="28"] {
    animation-delay: 2.8s !important;
  }
  [spdelaymin="14"] {
    animation-delay: 0.7s !important;
  }
  [spdelay="30"] {
    animation-delay: 3s !important;
  }
  [spdelaymin="15"] {
    animation-delay: 0.75s !important;
  }
  [spdelay="32"] {
    animation-delay: 3.2s !important;
  }
  [spdelaymin="16"] {
    animation-delay: 0.8s !important;
  }
  [spdelay="34"] {
    animation-delay: 3.4s !important;
  }
  [spdelaymin="17"] {
    animation-delay: 0.85s !important;
  }
  [spdelay="36"] {
    animation-delay: 3.6s !important;
  }
  [spdelaymin="18"] {
    animation-delay: 0.9s !important;
  }
  [spdelay="38"] {
    animation-delay: 3.8s !important;
  }
  [spdelaymin="19"] {
    animation-delay: 0.95s !important;
  }
  [spdelay="40"] {
    animation-delay: 4s !important;
  }
  [spdelaymin="20"] {
    animation-delay: 1s !important;
  }
  [spdelay="42"] {
    animation-delay: 4.2s !important;
  }
  [spdelaymin="21"] {
    animation-delay: 1.05s !important;
  }
  [spdelay="44"] {
    animation-delay: 4.4s !important;
  }
  [spdelaymin="22"] {
    animation-delay: 1.1s !important;
  }
  [spdelay="46"] {
    animation-delay: 4.6s !important;
  }
  [spdelaymin="23"] {
    animation-delay: 1.15s !important;
  }
  [spdelay="48"] {
    animation-delay: 4.8s !important;
  }
  [spdelaymin="24"] {
    animation-delay: 1.2s !important;
  }
  [spdelay="50"] {
    animation-delay: 5s !important;
  }
  [spdelaymin="25"] {
    animation-delay: 1.25s !important;
  }
  [spdelay="52"] {
    animation-delay: 5.2s !important;
  }
  [spdelaymin="26"] {
    animation-delay: 1.3s !important;
  }
  [spdelay="54"] {
    animation-delay: 5.4s !important;
  }
  [spdelaymin="27"] {
    animation-delay: 1.35s !important;
  }
  [spdelay="56"] {
    animation-delay: 5.6s !important;
  }
  [spdelaymin="28"] {
    animation-delay: 1.4s !important;
  }
  [spdelay="58"] {
    animation-delay: 5.8s !important;
  }
  [spdelaymin="29"] {
    animation-delay: 1.45s !important;
  }
  [spdelay="60"] {
    animation-delay: 6s !important;
  }
  [spdelaymin="30"] {
    animation-delay: 1.5s !important;
  }
  .u-sp-fadein {
    position: relative;
    opacity: 0;
  }
  .u-sp-fadein.active {
    animation-name: fadeIn;
    animation-duration: 0.8s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-out;
  }
  .active .u-sp-fadein {
    animation-name: fadeIn;
    animation-duration: 0.8s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-out;
  }
  .u-sp-fade {
    opacity: 0;
  }
  .u-sp-fade.-min.active {
    animation-name: fade;
    animation-duration: 0.2s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-out;
  }
  .active .u-sp-fade.-min {
    animation-name: fade;
    animation-duration: 0.2s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-out;
  }
  .u-sp-fade2 {
    opacity: 0;
  }
  .u-sp-fade2.active {
    animation-name: fade;
    animation-duration: 0.8s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in-out;
  }
  .active .u-sp-fade2 {
    animation-name: fade;
    animation-duration: 0.8s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in-out;
  }
}
.c-btn {
  text-align: center;
}
.c-btn .c-btn__link {
  font-weight: 500;
  font-size: 1.5rem;
  min-width: 18rem;
  min-height: 5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--c-gray);
  border: 1px solid var(--c-gray);
  transition: 0.3s;
}
@media (hover: hover) {
  .c-btn .c-btn__link:hover {
    opacity: 0.7;
  }
}
.c-btn.-sm .c-btn__link {
  min-width: 10rem;
  min-height: 3.5rem;
}

@media screen and (max-width: 750px) {
  .c-btn .c-btn__link {
    width: 100%;
    max-width: 29rem;
    min-height: 6.6rem;
    font-size: 3rem;
    border-width: 0.5px;
  }
  .c-btn.-sm .c-btn__link {
    max-width: 14rem;
    min-width: auto;
    min-height: 4.5rem;
    font-size: 2.2rem;
  }
}
.c-title {
  font-family: var(--f-ebgaramond);
  font-size: 4.2rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.05em;
}
.c-title .sm {
  font-size: 2.9rem;
  display: block;
  text-align: left;
}

.c-subttl {
  font-size: 2.4rem;
  font-weight: 600;
  color: var(--c-blue);
  line-height: 1.5;
}

.c-icntitle {
  display: inline-flex;
  align-items: center;
  gap: 1.5rem;
  font-size: 3.2rem;
  font-weight: 600;
}
.c-icntitle i {
  width: 10.3rem;
  line-height: 0;
}
.c-icntitle > span {
  text-align: left;
}

@media screen and (max-width: 750px) {
  .c-title {
    font-size: 6rem;
    letter-spacing: 0.1em;
  }
  .c-title .sm {
    font-size: 4rem;
  }
  .c-subttl {
    font-size: 4rem;
    line-height: 1.7;
  }
  .c-icntitle {
    font-size: 4.8rem;
    gap: 2rem;
    line-height: 1.33333;
  }
  .c-icntitle i {
    width: 16.4rem;
  }
  .c-icntitle > span {
    white-space: nowrap;
    width: calc(100% - 18.4rem);
  }
}
.c-mv {
  position: relative;
  overflow: hidden;
}
.c-mv .l-container {
  padding-top: 15rem;
  padding-bottom: 6rem;
  position: relative;
  z-index: 3;
}

.c-mv__imgwrap {
  position: absolute;
  width: 2216px;
  height: 100%;
  left: 50%;
  transform: translate(-50%, 0%);
}

.c-mv__img {
  position: absolute;
}
.c-mv__img.-num01 {
  left: 0;
  top: -13rem;
}
.c-mv__img.-num02 {
  left: 12rem;
  bottom: 10.4rem;
}
.c-mv__img.-num03 {
  left: 40rem;
  top: 13.5rem;
}
.c-mv__img.-num04 {
  left: 50%;
  bottom: 24rem;
  transform: translate(-50%, 0%);
}
.c-mv__img.-num05 {
  top: 6.8rem;
  right: 52rem;
}
.c-mv__img.-num06 {
  right: 15rem;
  bottom: 12.5rem;
}
.c-mv__img.-num07 {
  right: 0;
  top: -22rem;
}

.c-mv__title {
  margin-bottom: -3rem;
}
.c-mv__title picture {
  display: block;
  margin: auto;
}
.c-mv__title .num01 {
  max-width: 675px;
  width: 100%;
  margin-bottom: -19rem;
}
.c-mv__title .num02 {
  max-width: 1048px;
  width: 100%;
}

@media (751px <= width < 1111px) {
  .c-mv__title .num01 {
    width: 65%;
    margin-bottom: -17vw;
  }
}
@media screen and (max-width: 750px) {
  .c-mv {
    background: none;
    padding: 0 0 7rem;
  }
  .c-mv .l-container {
    padding: 0;
  }
  .c-mv__title {
    padding-top: 24rem;
    margin-bottom: 7rem;
  }
  .c-mv__title .num01 {
    margin-bottom: 0;
    width: 70rem;
    max-width: 100%;
  }
  .c-mv__imgwrap {
    width: 100%;
  }
  .c-mv__img.-num01 {
    display: none;
  }
  .c-mv__img.-num02 {
    left: -20rem;
    bottom: initial;
    top: -2rem;
    width: 44rem;
  }
  .c-mv__img.-num03 {
    left: initial;
    top: -2rem;
    right: -20rem;
    width: 44rem;
  }
  .c-mv__img.-num04 {
    left: 50%;
    bottom: initial;
    top: 55rem;
    transform: translate(-50%, 0%);
    width: 32rem;
  }
  .c-mv__img.-num05 {
    top: 85rem;
    right: initial;
    left: -23rem;
    width: 56rem;
  }
  .c-mv__img.-num06 {
    right: -23rem;
    bottom: initial;
    top: 85rem;
    width: 56rem;
  }
  .c-mv__img.-num07 {
    display: none;
  }
}
.c-card {
  background: var(--c-white);
  border-radius: 0 0 4rem 4rem;
  overflow: hidden;
}
.c-card__title {
  background-color: var(--c-light-blue);
}
.c-card__title .c-icntitle {
  display: flex;
  max-width: 91rem;
  margin: auto;
}

.c-card__bottom {
  background-color: var(--c-beige);
  padding: 3rem;
}

.c-card__bottom--lead {
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.4666666;
  text-align: center;
}
.c-card__bottom--lead .u-bg-blue {
  display: inline-block;
  padding: 1.5rem;
  color: var(--c-white);
}

@media screen and (max-width: 750px) {
  .c-card__title {
    padding: 3.5rem 4rem;
  }
  .c-card__bottom {
    padding: 0 2rem 5rem;
  }
  .c-card__bottom--lead {
    font-size: 4rem;
    line-height: 1.545;
  }
}
.c-symptoms {
  background-color: var(--c-blue);
  padding: 6rem 0;
}
.c-symptoms .c-card .u-flex {
  padding: 0 9rem 0 11rem;
}
.c-symptoms .c-card .u-flex__item:nth-child(1) {
  width: 55rem;
}
.c-symptoms .c-card .u-flex__item:nth-child(2) {
  width: calc(100% - 55rem);
}
.c-symptoms .c-card .c-list {
  padding: 3.5rem 0;
}
.c-symptoms .c-card__bottom {
  padding-top: 1rem;
}

.c-symptoms__line {
  margin-bottom: -0.2rem;
}

@media screen and (max-width: 750px) {
  .c-symptoms {
    padding: 7rem 0;
  }
  .c-symptoms .c-card .u-flex {
    padding: 0 4rem 4rem;
    flex-direction: column;
  }
  .c-symptoms .c-card .u-flex__item:nth-child(1) {
    width: 100%;
  }
  .c-symptoms .c-card .u-flex__item:nth-child(2) {
    width: 100%;
  }
  .c-symptoms__line {
    margin-bottom: -0.4rem;
  }
}
.c-list {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.9;
}
.c-list li {
  position: relative;
  padding-left: 3.3rem;
}
.c-list li::before {
  content: "";
  display: block;
  width: 2.3rem;
  height: 2.3rem;
  background: url("../images/icn-check.svg") no-repeat center;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 1rem;
}

.c-list02 {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.363;
}
.c-list02 li {
  position: relative;
  padding-left: 1.8rem;
}
.c-list02 li::before {
  content: "";
  display: block;
  width: 1.3rem;
  height: 1.3rem;
  background: url("../images/icn-check02.svg") no-repeat center;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 0.9rem;
}
.c-list02 li:not(:last-of-type) {
  margin-bottom: 1rem;
}

.c-list03 {
  counter-reset: num;
}
.c-list03 > li {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.59;
  counter-increment: num;
  padding-left: 4.2rem;
  position: relative;
}
.c-list03 > li::before {
  content: counter(num);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.9rem;
  height: 2.9rem;
  color: var(--c-blue);
  background-color: var(--c-white);
  border: 3px solid var(--c-blue);
  position: absolute;
  left: 0;
  top: 0;
}
.c-list03 > li:not(:last-of-type) {
  margin-bottom: 1rem;
}

@media screen and (max-width: 750px) {
  .c-list {
    font-size: 4rem;
    line-height: 1.3;
  }
  .c-list li {
    padding-left: 6.6rem;
  }
  .c-list li::before {
    width: 4.6rem;
    height: 4.6rem;
  }
  .c-list li:not(:last-of-type) {
    margin-bottom: 1.5rem;
  }
  .c-list02 {
    font-size: 4rem;
  }
  .c-list02 li {
    padding-left: 3.9rem;
  }
  .c-list02 li::before {
    width: 2.4rem;
    height: 2.4rem;
    top: 1.75rem;
  }
  .c-list02 li:not(:last-of-type) {
    margin-bottom: 1.5rem;
  }
  .c-list03 > li {
    font-size: 4rem;
    line-height: 1.5;
    padding-left: 7.5rem;
  }
  .c-list03 > li::before {
    width: 5rem;
    height: 5rem;
    border-width: 0.4rem;
    top: 0.2rem;
  }
}
.u-under-wave {
  display: inline-block;
  position: relative;
}
.u-under-wave::after {
  content: "";
  width: 100%;
  height: 0.3rem;
  display: block;
  background: url("../images/icn-wave.svg") no-repeat center;
  background-size: 100%;
  position: absolute;
  top: 100%;
  left: 0;
}

.u-border {
  text-underline-offset: 0.2em;
  text-decoration-line: underline;
  text-decoration-style: solid;
}
.u-border.-white {
  text-decoration-color: var(--c-white);
}
.u-border.-light2 {
  text-decoration-color: var(--c-light2);
}

.u-marker {
  padding-bottom: 0.2rem;
  background: linear-gradient(transparent 80%, var(--c-white) 80%);
}
.u-marker.-light2 {
  background: linear-gradient(transparent 80%, var(--c-light2) 80%);
}

@media screen and (max-width: 750px) {
  .u-marker {
    padding-bottom: 0;
  }
}
.c-what {
  background-color: var(--c-light);
  padding: 6rem 0;
}
.c-what p {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.727;
}
.c-what .u-bg-white {
  padding: 0 3rem 3rem;
  border-radius: 0 0 4rem 4rem;
}
.c-what .u-bg-white .c-icntitle {
  margin-top: -2rem;
}
.c-what .u-bg-white p {
  line-height: 1.59;
}

@media screen and (max-width: 750px) {
  .c-what p {
    font-size: 4rem;
    line-height: 1.5;
  }
  .c-what .l-container > p {
    padding: 0 2rem;
  }
  .c-what .u-bg-white {
    padding: 0 0 5rem;
  }
  .c-what .u-bg-white .c-icntitle {
    margin-top: 0;
    padding: 0 4rem 0 1rem;
  }
  .c-what .u-bg-white > p {
    padding: 0 4rem;
  }
}
.c-cv {
  overflow: hidden;
}
.c-cv .l-container {
  padding: 6rem 0;
  position: relative;
}
.c-cv.-num04 .l-container {
  padding: 7rem 0 9rem;
}

.c-cv__imgwrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.c-cv__img {
  position: absolute;
}
.c-cv__img.-num01 {
  left: -43rem;
  bottom: -12.5rem;
}
.c-cv__img.-num02 {
  right: -45rem;
  top: -7.8rem;
}
.c-cv__img.-num03 {
  left: -40.5rem;
  top: -9.7rem;
}
.c-cv__img.-num04 {
  right: -33rem;
  bottom: -10.8rem;
}
.c-cv__img.-num05 {
  left: -34.1rem;
  bottom: -4.8rem;
}
.c-cv__img.-num06 {
  right: -33rem;
  top: -10.4rem;
}
.c-cv__img.-num07 {
  left: -25.8rem;
  bottom: -11.7rem;
}
.c-cv__img.-num08 {
  right: -39.5rem;
  top: -10.1rem;
}

.c-cv__checkbox {
  background-color: var(--c-blue);
  color: var(--c-white);
  padding: 2rem;
  margin-bottom: 1.5rem;
  position: relative;
}
.c-cv__checkbox::after {
  content: "";
  border-style: solid;
  border-right: 0.5rem solid transparent;
  border-left: 0.5rem solid transparent;
  border-top: 1rem solid var(--c-blue);
  border-bottom: 0;
  position: absolute;
  top: 100%;
  left: calc(50% - 1rem);
}
.c-cv__checkbox p {
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.5;
  position: relative;
  padding-left: 4.5rem;
}
.c-cv__checkbox p::before {
  content: "";
  display: block;
  width: 3.5rem;
  height: 3.5rem;
  background: url("../images/icn-check.svg") no-repeat center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 1rem;
}

@media screen and (max-width: 750px) {
  .c-cv .l-container {
    padding: 7rem 0;
  }
  .c-cv.-num04 .l-container {
    padding: 7rem 0;
  }
  .c-cv__checkbox {
    margin: 0 auto 5rem;
    width: 55.2rem;
  }
  .c-cv__checkbox::after {
    border-right: 1.6rem solid transparent;
    border-left: 1.6rem solid transparent;
    border-top: 2rem solid var(--c-blue);
    left: calc(50% - 2rem);
  }
  .c-cv__checkbox p {
    text-align: center;
    font-size: 4.2rem;
    line-height: 1.3;
    padding-left: 0;
  }
  .c-cv__checkbox p::before {
    display: inline-block;
    position: static;
    margin-right: 0.6rem;
  }
  .c-cv__img.-num01 {
    left: -14.4rem;
    bottom: 2rem;
    width: 39.6rem;
    height: 35rem;
  }
  .c-cv__img.-num02 {
    right: -21rem;
    top: -31.4rem;
    width: 59.2rem;
    height: 52.2rem;
  }
  .c-cv__img.-num03 {
    left: -6.5rem;
    top: -9rem;
    width: 39.6rem;
    height: 35rem;
  }
  .c-cv__img.-num04 {
    right: -7rem;
    bottom: -10rem;
    width: 59.2rem;
    height: 52.2rem;
  }
  .c-cv__img.-num05 {
    left: -8.2rem;
    bottom: initial;
    top: -14.4rem;
    width: 46.2rem;
    height: 40.4rem;
  }
  .c-cv__img.-num06 {
    right: -7rem;
    top: initial;
    bottom: -3.2rem;
    width: 33.2rem;
    height: 29.2rem;
  }
  .c-cv__img.-num07 {
    left: -8rem;
    top: -10.4rem;
    bottom: initial;
    width: 29.2rem;
    height: 25.8rem;
  }
  .c-cv__img.-num08 {
    right: -2rem;
    top: initial;
    bottom: -10.4rem;
    width: 29.2rem;
    height: 25.8rem;
  }
}
.c-check__btn {
  text-align: center;
}
.c-check__btn a {
  text-indent: -999rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: url("../images/btn_01.png") no-repeat center;
  background-size: 100%;
  width: 59.6rem;
  height: 11.8rem;
  color: var(--c-white);
  transition: 0.1s;
}
@media (hover: hover) {
  .c-check__btn a:hover {
    background-image: url("../images/btn_01_hover.png");
  }
}

.c-check__lead {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  font-size: 3.2rem;
  font-weight: 500;
  text-align: center;
  color: var(--c-blue);
}
.c-check__lead i {
  width: 2rem;
}
.c-check__lead + .c-check__btn {
  margin-top: 1.5rem;
}

@media screen and (max-width: 750px) {
  .c-check__btn a {
    width: 65.4rem;
    height: 12.95rem;
  }
  .c-check__lead {
    font-size: 3.5rem;
  }
  .c-check__lead i {
    width: 2.2rem;
  }
}
.c-clinical {
  background-color: var(--c-light);
  padding: 7rem 0 10rem;
}

.c-clinical__flex {
  display: flex;
}

.c-clinical__flex--item {
  position: relative;
}
.c-clinical__flex--item:nth-child(1) {
  width: 37.5%;
  padding-right: 5rem;
}
.c-clinical__flex--item:nth-child(1)::after {
  content: "";
  display: block;
  width: 2.5rem;
  height: 100%;
  background: url("../images/line-clinical.png") no-repeat center;
  background-size: cover;
  position: absolute;
  right: -2rem;
  top: 0;
}
.c-clinical__flex--item:nth-child(2) {
  width: 62.5%;
  padding-left: 5rem;
}
.c-clinical__flex--item p {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.59;
}
.c-clinical__flex--item .u-bg-white {
  margin-top: 5rem;
  margin-bottom: 19rem;
  padding: 2.5rem 3rem 13rem;
  position: relative;
}
.c-clinical__flex--item .u-bg-white .c-subttl {
  margin-bottom: 1.5rem;
}
.c-clinical__flex--item .u-bg-white .u-imgbox {
  position: absolute;
  left: 3rem;
  right: 3rem;
  bottom: -13rem;
}
.c-clinical__flex--item ul.u-note li {
  font-size: 1.8rem;
  line-height: 1.33333;
  text-indent: -1em;
  padding-left: 1em;
}
.c-clinical__flex--item ul.u-note li:not(:last-of-type) {
  margin-bottom: 0.6rem;
}
.c-clinical__flex--item .-lg li:not(:last-of-type) {
  margin-bottom: 3rem;
}

@media screen and (min-width: 1001px) and (max-width: 1100px) {
  .c-clinical__flex--item:nth-child(1) {
    padding-right: 3rem;
  }
  .c-clinical__flex--item:nth-child(2) {
    padding-left: 3rem;
  }
}
@media screen and (min-width: 751px) and (max-width: 1000px) {
  .c-clinical__flex {
    flex-direction: column;
    gap: 9rem;
  }
  .c-clinical__flex--item:nth-child(1) {
    width: 100%;
    padding-right: 0;
  }
  .c-clinical__flex--item:nth-child(1)::after {
    width: 100%;
    height: 3rem;
    right: inherit;
    left: 0;
    top: calc(100% + 4.5rem);
    background-image: url("../images/sp/line-clinical.png");
    background-size: 40rem;
  }
  .c-clinical__flex--item:nth-child(2) {
    width: 100%;
    padding-left: 0;
  }
  .c-clinical__flex--item .u-bg-white .u-imgbox {
    text-align: center;
  }
  .c-clinical__flex--item .u-bg-white .u-imgbox img {
    max-width: 60rem;
  }
}
@media screen and (max-width: 750px) {
  .c-clinical__flex {
    flex-direction: column;
    gap: 15rem;
    margin: 0 3.5rem;
  }
  .c-clinical__flex--item p {
    font-size: 4rem;
    line-height: 1.5;
  }
  .c-clinical__flex--item:nth-child(1) {
    width: 100%;
    padding-right: 0;
  }
  .c-clinical__flex--item:nth-child(1)::after {
    width: 100%;
    height: 5rem;
    right: inherit;
    left: 0;
    top: calc(100% + 6rem);
    background-image: url("../images/sp/line-clinical.png");
    background-size: 100%;
  }
  .c-clinical__flex--item:nth-child(2) {
    width: 100%;
    padding-left: 0;
  }
  .c-clinical__flex--item .u-bg-white {
    padding: 2.5rem 3rem 20rem;
  }
  .c-clinical__flex--item ul.u-note li {
    font-size: 3.6rem;
  }
  .c-clinical__flex--item .-lg li:not(:last-of-type) {
    margin-bottom: 5rem;
  }
}
.c-overview {
  background-color: var(--c-blue);
  padding: 6rem 0;
}
.c-overview p {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.59;
}
.c-overview .sm {
  font-size: 1.8rem;
  line-height: 1.3333;
  margin-top: 1rem;
}
.c-overview .c-bgbox:not(:first-of-type) {
  margin-top: 5rem;
}

.c-overview__inner {
  background-color: var(--c-light);
  border: 1px solid #79797A;
  border-radius: 0 0 3.5rem 3.5rem;
  padding: 0 1.5rem 1.5rem;
}

.c-overview__inner--white {
  background-color: var(--c-white);
  border-radius: 1.5rem;
  padding: 6rem 3.5rem;
}

.c-overview__flex {
  margin-top: 5rem;
  display: flex;
  gap: 5rem;
}
.c-overview__flex .c-bgbox {
  margin-top: 0 !important;
  padding: 2rem;
}
.c-overview__flex .c-bgbox:nth-child(1) {
  width: calc(57% - 2.5rem);
}
.c-overview__flex .c-bgbox:nth-child(1) img {
  margin-top: 2.5rem;
}
.c-overview__flex .c-bgbox:nth-child(2) {
  width: calc(43% - 2.5rem);
}
.c-overview__flex .c-subttl {
  margin-bottom: 1rem;
}
.c-overview__flex .u-bg-white {
  padding: 0.2rem 0.6rem;
  margin-top: 2rem;
}
.c-overview__flex .u-note {
  font-size: 1.8rem;
  text-indent: -1em;
  padding-left: 1em;
}

.c-overview__flex2 {
  display: flex;
  gap: 2.5rem;
  margin-right: 2.5rem;
}

.c-overview__flex2--item:nth-child(1) {
  width: calc(100% - 16.9rem);
}
.c-overview__flex2--item:nth-child(2) {
  width: 14.4rem;
}

@media screen and (min-width: 751px) and (max-width: 1000px) {
  .c-overview__flex {
    gap: 3rem;
  }
  .c-overview__flex .c-bgbox:nth-child(1) {
    width: calc(57% - 1.5rem);
  }
  .c-overview__flex .c-bgbox:nth-child(2) {
    width: calc(43% - 1.5rem);
  }
}
@media screen and (max-width: 750px) {
  .c-overview {
    padding: 7rem 0;
  }
  .c-overview .c-icntitle {
    position: relative;
    top: -2rem;
    margin-left: 1.5rem;
  }
  .c-overview .u-txtpos-sp-left {
    margin-bottom: -1rem;
  }
  .c-overview p {
    font-size: 4rem;
    line-height: 1.5;
  }
  .c-overview .c-bgbox:not(:first-of-type) {
    margin-top: 4rem;
  }
  .c-overview__inner {
    padding: 0 0 3rem;
  }
  .c-overview__inner--white {
    padding: 6rem 3.5rem 3rem;
  }
  .c-overview__flex {
    flex-direction: column;
    gap: 4rem;
    margin-top: 4rem;
  }
  .c-overview__flex .c-bgbox {
    padding: 1.5rem;
  }
  .c-overview__flex .c-bgbox:nth-child(1) {
    width: 100%;
  }
  .c-overview__flex .c-bgbox:nth-child(2) {
    width: 100%;
  }
  .c-overview__flex .u-bg-white {
    padding: 1rem;
    margin-top: 3rem;
    margin-bottom: 2rem;
  }
  .c-overview__flex .u-note {
    font-size: 3.6rem;
  }
  .c-overview__flex2 {
    flex-direction: column;
    margin-right: 0;
  }
  .c-overview__flex2::after {
    content: "";
    display: block;
    clear: both;
  }
  .c-overview__flex2--item:nth-child(1) {
    width: 100%;
  }
  .c-overview__flex2--item:nth-child(2) {
    width: 100%;
  }
  .c-overview__flex2--item .sm {
    font-size: 3.6rem;
    float: left;
    width: 34rem;
    text-indent: -1em;
    padding-left: 1em;
  }
  .c-overview__flex2--item img.u-sp {
    float: right;
    width: 21.2rem;
    margin-top: 2rem;
  }
}
.c-bgbox {
  background-color: var(--c-light);
  padding: 1.5rem;
  position: relative;
}
.c-bgbox > * {
  position: relative;
  z-index: 3;
}
.c-bgbox::after {
  content: "";
  display: block;
  border: 0.8rem solid var(--c-blue);
  border-top-color: transparent;
  border-left-color: transparent;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 1;
}

@media screen and (max-width: 750px) {
  .c-bgbox::after {
    border-width: 1.7rem;
  }
}
.c-faq {
  background-color: var(--c-blue);
}
.c-faq .u-bg-white {
  padding: 2rem 3rem 6.5rem;
}
.c-faq .c-faq__inner {
  max-width: calc(910px + 6rem);
  margin: auto;
}

.c-faq__box:not(:last-of-type) {
  margin-bottom: 5rem;
}
.c-faq__box ul.u-note li {
  font-size: 1.8rem;
  line-height: 1.33333;
  text-indent: -1em;
  padding-left: 1em;
}
.c-faq__box ul.u-note li:not(:last-of-type) {
  margin-bottom: 0.5rem;
}

.c-faq__box--q {
  background-color: var(--c-light);
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.59;
  padding: 2rem;
  margin-right: 22rem;
}

.c-faq__box--a {
  background-color: var(--c-pink);
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.59;
  padding: 2rem;
  margin-left: 11rem;
  margin-top: -1rem;
}

.u-icn-q {
  display: inline-block;
  background-color: var(--c-white);
  color: var(--c-blue);
  border: 1px solid var(--c-blue);
  padding: 0 0.6rem;
  line-height: 1.3;
  margin-right: 1rem;
}

.u-icn-a {
  display: inline-block;
  background-color: var(--c-white);
  color: var(--c-red);
  border: 1px solid var(--c-red);
  padding: 0 0.6rem;
  line-height: 1.3;
  margin-right: 1rem;
}

@media screen and (max-width: 750px) {
  .c-faq .u-bg-white {
    width: 63rem;
    margin: auto;
    background-color: transparent !important;
    padding: 4rem 0 6.5rem;
    position: relative;
  }
  .c-faq .u-bg-white::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 50.4rem;
    height: 100%;
    background-color: var(--c-white);
    z-index: 0;
  }
  .c-faq .c-faq__inner {
    position: relative;
    z-index: 3;
  }
  .c-faq .c-icntitle {
    margin-left: -4rem;
  }
  .c-faq__box:not(:last-of-type) {
    margin-bottom: 6rem;
  }
  .c-faq__box ul.u-note li {
    font-size: 3.6rem;
    line-height: 1.3333;
  }
  .c-faq__box--q {
    font-size: 4rem;
    margin-right: 4rem;
    padding: 4rem;
  }
  .c-faq__box--a {
    font-size: 4rem;
    margin-left: 4rem;
    padding: 4rem;
  }
  .u-icn-q {
    margin-right: 2rem;
    border-width: 0.4rem;
  }
  .u-icn-a {
    margin-right: 2rem;
    border-width: 0.4rem;
  }
}
.c-about {
  background-color: var(--c-light);
  padding: 7rem 0 6rem;
}
.c-about .c-icntitle {
  margin-bottom: 1.5rem;
}

.c-about__lead {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.59;
}

.c-about__flex {
  display: flex;
  background: url("../images/icn-aboutbg.png") no-repeat center;
  background-size: 100%;
  margin-top: 3rem;
}

.c-about__flex--item {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 40.35rem;
}
.c-about__flex--item:nth-child(1) .c-about__features {
  margin-right: -3rem;
}
.c-about__flex--item:nth-child(1) .c-about__headline {
  padding: 0 9rem 0 4.5rem;
}
.c-about__flex--item:nth-child(2) .c-about__features {
  margin-left: -1.8rem;
}
.c-about__flex--item:nth-child(2) .c-about__headline {
  padding: 0 3rem 0 4rem;
}
.c-about__flex--item:nth-child(3) .c-about__features {
  margin-left: -2.3rem;
}
.c-about__flex--item:nth-child(3) .c-about__headline {
  padding: 0 3.5rem;
}

.c-about__features {
  text-align: center;
  margin: 4rem 0 3rem;
}
.c-about__features span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 10.1rem;
  height: 4.4rem;
  background: url("../images/icn-about-features.svg") no-repeat center;
  background-size: 100%;
  color: var(--c-white);
  font-size: 2.4rem;
  font-weight: 500;
}

.c-about__headline {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.59;
}

@media screen and (min-width: 1001px) and (max-width: 1100px) {
  .c-about__flex--item:nth-child(1) .c-about__headline {
    padding-right: 3rem;
  }
}
@media screen and (min-width: 751px) and (max-width: 1000px) {
  .c-about__flex {
    background-image: url("../images/sp/icn-aboutbg.png");
    flex-direction: column;
    max-width: 40rem;
    margin: 3rem auto 0;
  }
  .c-about__flex--item {
    height: 38rem;
  }
  .c-about__flex--item:nth-child(1) .c-about__features {
    margin-right: 0;
    margin-top: 8rem;
  }
  .c-about__flex--item:nth-child(1) .c-about__headline {
    padding: 0 7rem;
  }
  .c-about__flex--item:nth-child(2) .c-about__features {
    margin-left: 0;
  }
  .c-about__flex--item:nth-child(2) .c-about__headline {
    padding: 0 7rem;
  }
  .c-about__flex--item:nth-child(3) .c-about__features {
    margin-left: 0;
    margin-top: 5rem;
  }
  .c-about__flex--item:nth-child(3) .c-about__headline {
    padding: 0 7rem;
  }
}
@media screen and (max-width: 750px) {
  .c-about .l-container {
    padding-inline: 8rem;
  }
  .c-about__lead {
    font-size: 4rem;
    line-height: 1.5;
  }
  .c-about__flex {
    background-image: url("../images/sp/icn-aboutbg.png");
    flex-direction: column;
  }
  .c-about__features {
    margin: 4rem 0 1rem;
  }
  .c-about__features span {
    width: 20.2rem;
    height: 8.8rem;
    font-size: 4.8rem;
  }
  .c-about__flex--item {
    height: 55.5rem;
  }
  .c-about__flex--item:nth-child(1) .c-about__features {
    margin-right: 0;
    margin-top: 12rem;
  }
  .c-about__flex--item:nth-child(1) .c-about__headline {
    padding: 0 7rem;
  }
  .c-about__flex--item:nth-child(2) .c-about__features {
    margin-left: 0;
  }
  .c-about__flex--item:nth-child(2) .c-about__headline {
    padding: 0 7rem;
  }
  .c-about__flex--item:nth-child(3) .c-about__features {
    margin-left: 0;
    margin-top: 6rem;
  }
  .c-about__flex--item:nth-child(3) .c-about__headline {
    padding: 0 7rem;
  }
  .c-about__headline {
    font-size: 4rem;
    line-height: 1.4;
  }
}
.c-contact {
  background-color: var(--c-pink);
  padding: 4rem 0 3rem;
}
.c-contact .u-bg-white {
  padding: 3rem 0 3rem 3rem;
}

.c-contact__lead {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.59;
}

.c-contact__ttl {
  background-color: var(--c-blue);
  color: var(--c-white);
  font-size: 2.2rem;
  font-weight: 500;
  padding: 1rem;
  margin-bottom: 1rem;
}

.c-contact__tel {
  margin-bottom: 1rem;
}
.c-contact__tel a {
  display: inline-block;
  max-width: 516px;
  width: 70%;
  pointer-events: none;
}
.c-contact__tel img {
  width: 100%;
}

.c-contact__hourswrap {
  display: flex;
  gap: 1rem;
  margin: 1rem 0 0;
}

.c-contact__hours {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.333;
}

.c-contact__reception {
  margin-top: 0.2rem;
}
.c-contact__reception span {
  font-size: 1.7rem;
  border: 1px solid var(--c-black);
  background-color: var(--c-light);
  display: inline-block;
  padding: 0.2rem 0.3rem;
}

.c-contact__flex {
  display: flex;
  gap: 6.5rem;
  border-bottom: 1px solid var(--c-black);
  padding-bottom: 3rem;
  margin-bottom: 3rem;
}

.c-contact__item:nth-child(1) {
  width: 26.5%;
}
.c-contact__item:nth-child(2) {
  width: calc(73.5% - 6.5rem);
}

.c-contact__common {
  padding-right: 3rem;
}

@media screen and (max-width: 750px) {
  .c-contact {
    padding: 8rem 0;
  }
  .c-contact .u-bg-white {
    padding: 0 4rem 6rem;
    margin-top: 16rem;
    border-radius: 0 0 8rem 8rem;
  }
  .c-contact__ttl {
    font-size: 4.8rem;
    line-height: 1.33333;
    padding: 1.5rem;
    margin-bottom: 3rem;
    position: relative;
  }
  .c-contact__ttl::after {
    content: "";
    border-style: solid;
    border-right: 0.75rem solid transparent;
    border-left: 0.75rem solid transparent;
    border-top: 1.5rem solid var(--c-blue);
    border-bottom: 0;
    position: absolute;
    top: 100%;
    left: calc(50% - 1.5rem);
  }
  .c-contact__lead {
    font-size: 4rem;
    line-height: 1.5;
    margin: 0 4rem;
  }
  .c-contact__tel {
    margin-bottom: 3rem;
  }
  .c-contact__tel a {
    width: 100%;
    max-width: initial;
    pointer-events: auto;
  }
  .c-contact__hourswrap {
    gap: 2rem;
  }
  .c-contact__hours {
    font-size: 3.6rem;
  }
  .c-contact__reception span {
    font-size: 3.4rem;
    border-width: 0.25rem;
    padding: 0.4rem 0.6rem;
  }
  .c-contact__flex {
    flex-direction: column;
    gap: 0;
    padding-bottom: 5rem;
    margin-bottom: 5rem;
  }
  .c-contact__common {
    padding-right: 0;
  }
  .c-contact__item:nth-child(1) {
    width: 100%;
    margin-top: -10rem;
  }
  .c-contact__item:nth-child(2) {
    width: 100%;
  }
}
.u-sp {
  display: none !important;
}

.u-pc {
  display: block !important;
}

@media screen and (max-width: 750px) {
  .u-pc {
    display: none !important;
  }
  .u-sp {
    display: block !important;
  }
}
.u-pt-0 {
  padding-top: 0rem !important;
}

.u-pt-5 {
  padding-top: 0.5rem !important;
}

.u-pt-10 {
  padding-top: 1rem !important;
}

.u-pt-15 {
  padding-top: 1.5rem !important;
}

.u-pt-20 {
  padding-top: 2rem !important;
}

.u-pt-25 {
  padding-top: 2.5rem !important;
}

.u-pt-30 {
  padding-top: 3rem !important;
}

.u-pt-35 {
  padding-top: 3.5rem !important;
}

.u-pt-40 {
  padding-top: 4rem !important;
}

.u-pt-45 {
  padding-top: 4.5rem !important;
}

.u-pt-50 {
  padding-top: 5rem !important;
}

.u-pt-55 {
  padding-top: 5.5rem !important;
}

.u-pt-60 {
  padding-top: 6rem !important;
}

.u-pt-65 {
  padding-top: 6.5rem !important;
}

.u-pt-70 {
  padding-top: 7rem !important;
}

.u-pt-75 {
  padding-top: 7.5rem !important;
}

.u-pt-80 {
  padding-top: 8rem !important;
}

.u-pt-85 {
  padding-top: 8.5rem !important;
}

.u-pt-90 {
  padding-top: 9rem !important;
}

.u-pt-95 {
  padding-top: 9.5rem !important;
}

.u-pt-100 {
  padding-top: 10rem !important;
}

.u-pt-105 {
  padding-top: 10.5rem !important;
}

.u-pt-110 {
  padding-top: 11rem !important;
}

.u-pt-115 {
  padding-top: 11.5rem !important;
}

.u-pt-120 {
  padding-top: 12rem !important;
}

.u-pt-125 {
  padding-top: 12.5rem !important;
}

.u-pt-130 {
  padding-top: 13rem !important;
}

.u-pt-135 {
  padding-top: 13.5rem !important;
}

.u-pt-140 {
  padding-top: 14rem !important;
}

.u-pt-145 {
  padding-top: 14.5rem !important;
}

.u-pt-150 {
  padding-top: 15rem !important;
}

@media screen and (max-width: 750px) {
  .u-pt-sp-0 {
    padding-top: 0rem !important;
  }
  .u-pt-sp-5 {
    padding-top: 0.5rem !important;
  }
  .u-pt-sp-10 {
    padding-top: 1rem !important;
  }
  .u-pt-sp-15 {
    padding-top: 1.5rem !important;
  }
  .u-pt-sp-20 {
    padding-top: 2rem !important;
  }
  .u-pt-sp-25 {
    padding-top: 2.5rem !important;
  }
  .u-pt-sp-30 {
    padding-top: 3rem !important;
  }
  .u-pt-sp-35 {
    padding-top: 3.5rem !important;
  }
  .u-pt-sp-40 {
    padding-top: 4rem !important;
  }
  .u-pt-sp-45 {
    padding-top: 4.5rem !important;
  }
  .u-pt-sp-50 {
    padding-top: 5rem !important;
  }
  .u-pt-sp-55 {
    padding-top: 5.5rem !important;
  }
  .u-pt-sp-60 {
    padding-top: 6rem !important;
  }
  .u-pt-sp-65 {
    padding-top: 6.5rem !important;
  }
  .u-pt-sp-70 {
    padding-top: 7rem !important;
  }
  .u-pt-sp-75 {
    padding-top: 7.5rem !important;
  }
  .u-pt-sp-80 {
    padding-top: 8rem !important;
  }
  .u-pt-sp-85 {
    padding-top: 8.5rem !important;
  }
  .u-pt-sp-90 {
    padding-top: 9rem !important;
  }
  .u-pt-sp-95 {
    padding-top: 9.5rem !important;
  }
  .u-pt-sp-100 {
    padding-top: 10rem !important;
  }
  .u-pt-sp-105 {
    padding-top: 10.5rem !important;
  }
  .u-pt-sp-110 {
    padding-top: 11rem !important;
  }
  .u-pt-sp-115 {
    padding-top: 11.5rem !important;
  }
  .u-pt-sp-120 {
    padding-top: 12rem !important;
  }
  .u-pt-sp-125 {
    padding-top: 12.5rem !important;
  }
  .u-pt-sp-130 {
    padding-top: 13rem !important;
  }
  .u-pt-sp-135 {
    padding-top: 13.5rem !important;
  }
  .u-pt-sp-140 {
    padding-top: 14rem !important;
  }
  .u-pt-sp-145 {
    padding-top: 14.5rem !important;
  }
  .u-pt-sp-150 {
    padding-top: 15rem !important;
  }
  .u-pt-sp-155 {
    padding-top: 15.5rem !important;
  }
  .u-pt-sp-160 {
    padding-top: 16rem !important;
  }
  .u-pt-sp-165 {
    padding-top: 16.5rem !important;
  }
  .u-pt-sp-170 {
    padding-top: 17rem !important;
  }
  .u-pt-sp-175 {
    padding-top: 17.5rem !important;
  }
  .u-pt-sp-180 {
    padding-top: 18rem !important;
  }
  .u-pt-sp-185 {
    padding-top: 18.5rem !important;
  }
  .u-pt-sp-190 {
    padding-top: 19rem !important;
  }
  .u-pt-sp-195 {
    padding-top: 19.5rem !important;
  }
  .u-pt-sp-200 {
    padding-top: 20rem !important;
  }
  .u-pt-sp-205 {
    padding-top: 20.5rem !important;
  }
  .u-pt-sp-210 {
    padding-top: 21rem !important;
  }
  .u-pt-sp-215 {
    padding-top: 21.5rem !important;
  }
  .u-pt-sp-220 {
    padding-top: 22rem !important;
  }
  .u-pt-sp-225 {
    padding-top: 22.5rem !important;
  }
  .u-pt-sp-230 {
    padding-top: 23rem !important;
  }
  .u-pt-sp-235 {
    padding-top: 23.5rem !important;
  }
  .u-pt-sp-240 {
    padding-top: 24rem !important;
  }
  .u-pt-sp-245 {
    padding-top: 24.5rem !important;
  }
  .u-pt-sp-250 {
    padding-top: 25rem !important;
  }
}
.u-pb-0 {
  padding-bottom: 0rem !important;
}

.u-pb-5 {
  padding-bottom: 0.5rem !important;
}

.u-pb-10 {
  padding-bottom: 1rem !important;
}

.u-pb-15 {
  padding-bottom: 1.5rem !important;
}

.u-pb-20 {
  padding-bottom: 2rem !important;
}

.u-pb-25 {
  padding-bottom: 2.5rem !important;
}

.u-pb-30 {
  padding-bottom: 3rem !important;
}

.u-pb-35 {
  padding-bottom: 3.5rem !important;
}

.u-pb-40 {
  padding-bottom: 4rem !important;
}

.u-pb-45 {
  padding-bottom: 4.5rem !important;
}

.u-pb-50 {
  padding-bottom: 5rem !important;
}

.u-pb-55 {
  padding-bottom: 5.5rem !important;
}

.u-pb-60 {
  padding-bottom: 6rem !important;
}

.u-pb-65 {
  padding-bottom: 6.5rem !important;
}

.u-pb-70 {
  padding-bottom: 7rem !important;
}

.u-pb-75 {
  padding-bottom: 7.5rem !important;
}

.u-pb-80 {
  padding-bottom: 8rem !important;
}

.u-pb-85 {
  padding-bottom: 8.5rem !important;
}

.u-pb-90 {
  padding-bottom: 9rem !important;
}

.u-pb-95 {
  padding-bottom: 9.5rem !important;
}

.u-pb-100 {
  padding-bottom: 10rem !important;
}

.u-pb-105 {
  padding-bottom: 10.5rem !important;
}

.u-pb-110 {
  padding-bottom: 11rem !important;
}

.u-pb-115 {
  padding-bottom: 11.5rem !important;
}

.u-pb-120 {
  padding-bottom: 12rem !important;
}

.u-pb-125 {
  padding-bottom: 12.5rem !important;
}

.u-pb-130 {
  padding-bottom: 13rem !important;
}

.u-pb-135 {
  padding-bottom: 13.5rem !important;
}

.u-pb-140 {
  padding-bottom: 14rem !important;
}

.u-pb-145 {
  padding-bottom: 14.5rem !important;
}

.u-pb-150 {
  padding-bottom: 15rem !important;
}

@media screen and (max-width: 750px) {
  .u-pb-sp-0 {
    padding-bottom: 0rem !important;
  }
  .u-pb-sp-5 {
    padding-bottom: 0.5rem !important;
  }
  .u-pb-sp-10 {
    padding-bottom: 1rem !important;
  }
  .u-pb-sp-15 {
    padding-bottom: 1.5rem !important;
  }
  .u-pb-sp-20 {
    padding-bottom: 2rem !important;
  }
  .u-pb-sp-25 {
    padding-bottom: 2.5rem !important;
  }
  .u-pb-sp-30 {
    padding-bottom: 3rem !important;
  }
  .u-pb-sp-35 {
    padding-bottom: 3.5rem !important;
  }
  .u-pb-sp-40 {
    padding-bottom: 4rem !important;
  }
  .u-pb-sp-45 {
    padding-bottom: 4.5rem !important;
  }
  .u-pb-sp-50 {
    padding-bottom: 5rem !important;
  }
  .u-pb-sp-55 {
    padding-bottom: 5.5rem !important;
  }
  .u-pb-sp-60 {
    padding-bottom: 6rem !important;
  }
  .u-pb-sp-65 {
    padding-bottom: 6.5rem !important;
  }
  .u-pb-sp-70 {
    padding-bottom: 7rem !important;
  }
  .u-pb-sp-75 {
    padding-bottom: 7.5rem !important;
  }
  .u-pb-sp-80 {
    padding-bottom: 8rem !important;
  }
  .u-pb-sp-85 {
    padding-bottom: 8.5rem !important;
  }
  .u-pb-sp-90 {
    padding-bottom: 9rem !important;
  }
  .u-pb-sp-95 {
    padding-bottom: 9.5rem !important;
  }
  .u-pb-sp-100 {
    padding-bottom: 10rem !important;
  }
  .u-pb-sp-105 {
    padding-bottom: 10.5rem !important;
  }
  .u-pb-sp-110 {
    padding-bottom: 11rem !important;
  }
  .u-pb-sp-115 {
    padding-bottom: 11.5rem !important;
  }
  .u-pb-sp-120 {
    padding-bottom: 12rem !important;
  }
  .u-pb-sp-125 {
    padding-bottom: 12.5rem !important;
  }
  .u-pb-sp-130 {
    padding-bottom: 13rem !important;
  }
  .u-pb-sp-135 {
    padding-bottom: 13.5rem !important;
  }
  .u-pb-sp-140 {
    padding-bottom: 14rem !important;
  }
  .u-pb-sp-145 {
    padding-bottom: 14.5rem !important;
  }
  .u-pb-sp-150 {
    padding-bottom: 15rem !important;
  }
  .u-pb-sp-155 {
    padding-bottom: 15.5rem !important;
  }
  .u-pb-sp-160 {
    padding-bottom: 16rem !important;
  }
  .u-pb-sp-165 {
    padding-bottom: 16.5rem !important;
  }
  .u-pb-sp-170 {
    padding-bottom: 17rem !important;
  }
  .u-pb-sp-175 {
    padding-bottom: 17.5rem !important;
  }
  .u-pb-sp-180 {
    padding-bottom: 18rem !important;
  }
  .u-pb-sp-185 {
    padding-bottom: 18.5rem !important;
  }
  .u-pb-sp-190 {
    padding-bottom: 19rem !important;
  }
  .u-pb-sp-195 {
    padding-bottom: 19.5rem !important;
  }
  .u-pb-sp-200 {
    padding-bottom: 20rem !important;
  }
  .u-pb-sp-205 {
    padding-bottom: 20.5rem !important;
  }
  .u-pb-sp-210 {
    padding-bottom: 21rem !important;
  }
  .u-pb-sp-215 {
    padding-bottom: 21.5rem !important;
  }
  .u-pb-sp-220 {
    padding-bottom: 22rem !important;
  }
  .u-pb-sp-225 {
    padding-bottom: 22.5rem !important;
  }
  .u-pb-sp-230 {
    padding-bottom: 23rem !important;
  }
  .u-pb-sp-235 {
    padding-bottom: 23.5rem !important;
  }
  .u-pb-sp-240 {
    padding-bottom: 24rem !important;
  }
  .u-pb-sp-245 {
    padding-bottom: 24.5rem !important;
  }
  .u-pb-sp-250 {
    padding-bottom: 25rem !important;
  }
}
.u-mt-0 {
  margin-top: 0rem !important;
}

.u-mt-5 {
  margin-top: 0.5rem !important;
}

.u-mt-10 {
  margin-top: 1rem !important;
}

.u-mt-15 {
  margin-top: 1.5rem !important;
}

.u-mt-20 {
  margin-top: 2rem !important;
}

.u-mt-25 {
  margin-top: 2.5rem !important;
}

.u-mt-30 {
  margin-top: 3rem !important;
}

.u-mt-35 {
  margin-top: 3.5rem !important;
}

.u-mt-40 {
  margin-top: 4rem !important;
}

.u-mt-45 {
  margin-top: 4.5rem !important;
}

.u-mt-50 {
  margin-top: 5rem !important;
}

.u-mt-55 {
  margin-top: 5.5rem !important;
}

.u-mt-60 {
  margin-top: 6rem !important;
}

.u-mt-65 {
  margin-top: 6.5rem !important;
}

.u-mt-70 {
  margin-top: 7rem !important;
}

.u-mt-75 {
  margin-top: 7.5rem !important;
}

.u-mt-80 {
  margin-top: 8rem !important;
}

.u-mt-85 {
  margin-top: 8.5rem !important;
}

.u-mt-90 {
  margin-top: 9rem !important;
}

.u-mt-95 {
  margin-top: 9.5rem !important;
}

.u-mt-100 {
  margin-top: 10rem !important;
}

.u-mt-105 {
  margin-top: 10.5rem !important;
}

.u-mt-110 {
  margin-top: 11rem !important;
}

.u-mt-115 {
  margin-top: 11.5rem !important;
}

.u-mt-120 {
  margin-top: 12rem !important;
}

.u-mt-125 {
  margin-top: 12.5rem !important;
}

.u-mt-130 {
  margin-top: 13rem !important;
}

.u-mt-135 {
  margin-top: 13.5rem !important;
}

.u-mt-140 {
  margin-top: 14rem !important;
}

.u-mt-145 {
  margin-top: 14.5rem !important;
}

.u-mt-150 {
  margin-top: 15rem !important;
}

@media screen and (max-width: 750px) {
  .u-mt-sp-0 {
    margin-top: 0rem !important;
  }
  .u-mt-sp-5 {
    margin-top: 0.5rem !important;
  }
  .u-mt-sp-10 {
    margin-top: 1rem !important;
  }
  .u-mt-sp-15 {
    margin-top: 1.5rem !important;
  }
  .u-mt-sp-20 {
    margin-top: 2rem !important;
  }
  .u-mt-sp-25 {
    margin-top: 2.5rem !important;
  }
  .u-mt-sp-30 {
    margin-top: 3rem !important;
  }
  .u-mt-sp-35 {
    margin-top: 3.5rem !important;
  }
  .u-mt-sp-40 {
    margin-top: 4rem !important;
  }
  .u-mt-sp-45 {
    margin-top: 4.5rem !important;
  }
  .u-mt-sp-50 {
    margin-top: 5rem !important;
  }
  .u-mt-sp-55 {
    margin-top: 5.5rem !important;
  }
  .u-mt-sp-60 {
    margin-top: 6rem !important;
  }
  .u-mt-sp-65 {
    margin-top: 6.5rem !important;
  }
  .u-mt-sp-70 {
    margin-top: 7rem !important;
  }
  .u-mt-sp-75 {
    margin-top: 7.5rem !important;
  }
  .u-mt-sp-80 {
    margin-top: 8rem !important;
  }
  .u-mt-sp-85 {
    margin-top: 8.5rem !important;
  }
  .u-mt-sp-90 {
    margin-top: 9rem !important;
  }
  .u-mt-sp-95 {
    margin-top: 9.5rem !important;
  }
  .u-mt-sp-100 {
    margin-top: 10rem !important;
  }
  .u-mt-sp-105 {
    margin-top: 10.5rem !important;
  }
  .u-mt-sp-110 {
    margin-top: 11rem !important;
  }
  .u-mt-sp-115 {
    margin-top: 11.5rem !important;
  }
  .u-mt-sp-120 {
    margin-top: 12rem !important;
  }
  .u-mt-sp-125 {
    margin-top: 12.5rem !important;
  }
  .u-mt-sp-130 {
    margin-top: 13rem !important;
  }
  .u-mt-sp-135 {
    margin-top: 13.5rem !important;
  }
  .u-mt-sp-140 {
    margin-top: 14rem !important;
  }
  .u-mt-sp-145 {
    margin-top: 14.5rem !important;
  }
  .u-mt-sp-150 {
    margin-top: 15rem !important;
  }
  .u-mt-sp-155 {
    margin-top: 15.5rem !important;
  }
  .u-mt-sp-160 {
    margin-top: 16rem !important;
  }
  .u-mt-sp-165 {
    margin-top: 16.5rem !important;
  }
  .u-mt-sp-170 {
    margin-top: 17rem !important;
  }
  .u-mt-sp-175 {
    margin-top: 17.5rem !important;
  }
  .u-mt-sp-180 {
    margin-top: 18rem !important;
  }
  .u-mt-sp-185 {
    margin-top: 18.5rem !important;
  }
  .u-mt-sp-190 {
    margin-top: 19rem !important;
  }
  .u-mt-sp-195 {
    margin-top: 19.5rem !important;
  }
  .u-mt-sp-200 {
    margin-top: 20rem !important;
  }
  .u-mt-sp-205 {
    margin-top: 20.5rem !important;
  }
  .u-mt-sp-210 {
    margin-top: 21rem !important;
  }
  .u-mt-sp-215 {
    margin-top: 21.5rem !important;
  }
  .u-mt-sp-220 {
    margin-top: 22rem !important;
  }
  .u-mt-sp-225 {
    margin-top: 22.5rem !important;
  }
  .u-mt-sp-230 {
    margin-top: 23rem !important;
  }
  .u-mt-sp-235 {
    margin-top: 23.5rem !important;
  }
  .u-mt-sp-240 {
    margin-top: 24rem !important;
  }
  .u-mt-sp-245 {
    margin-top: 24.5rem !important;
  }
  .u-mt-sp-250 {
    margin-top: 25rem !important;
  }
}
.u-mb-0 {
  margin-bottom: 0rem !important;
}

.u-mb-5 {
  margin-bottom: 0.5rem !important;
}

.u-mb-10 {
  margin-bottom: 1rem !important;
}

.u-mb-15 {
  margin-bottom: 1.5rem !important;
}

.u-mb-20 {
  margin-bottom: 2rem !important;
}

.u-mb-25 {
  margin-bottom: 2.5rem !important;
}

.u-mb-30 {
  margin-bottom: 3rem !important;
}

.u-mb-35 {
  margin-bottom: 3.5rem !important;
}

.u-mb-40 {
  margin-bottom: 4rem !important;
}

.u-mb-45 {
  margin-bottom: 4.5rem !important;
}

.u-mb-50 {
  margin-bottom: 5rem !important;
}

.u-mb-55 {
  margin-bottom: 5.5rem !important;
}

.u-mb-60 {
  margin-bottom: 6rem !important;
}

.u-mb-65 {
  margin-bottom: 6.5rem !important;
}

.u-mb-70 {
  margin-bottom: 7rem !important;
}

.u-mb-75 {
  margin-bottom: 7.5rem !important;
}

.u-mb-80 {
  margin-bottom: 8rem !important;
}

.u-mb-85 {
  margin-bottom: 8.5rem !important;
}

.u-mb-90 {
  margin-bottom: 9rem !important;
}

.u-mb-95 {
  margin-bottom: 9.5rem !important;
}

.u-mb-100 {
  margin-bottom: 10rem !important;
}

.u-mb-105 {
  margin-bottom: 10.5rem !important;
}

.u-mb-110 {
  margin-bottom: 11rem !important;
}

.u-mb-115 {
  margin-bottom: 11.5rem !important;
}

.u-mb-120 {
  margin-bottom: 12rem !important;
}

.u-mb-125 {
  margin-bottom: 12.5rem !important;
}

.u-mb-130 {
  margin-bottom: 13rem !important;
}

.u-mb-135 {
  margin-bottom: 13.5rem !important;
}

.u-mb-140 {
  margin-bottom: 14rem !important;
}

.u-mb-145 {
  margin-bottom: 14.5rem !important;
}

.u-mb-150 {
  margin-bottom: 15rem !important;
}

@media screen and (max-width: 750px) {
  .u-mb-sp-0 {
    margin-bottom: 0rem !important;
  }
  .u-mb-sp-5 {
    margin-bottom: 0.5rem !important;
  }
  .u-mb-sp-10 {
    margin-bottom: 1rem !important;
  }
  .u-mb-sp-15 {
    margin-bottom: 1.5rem !important;
  }
  .u-mb-sp-20 {
    margin-bottom: 2rem !important;
  }
  .u-mb-sp-25 {
    margin-bottom: 2.5rem !important;
  }
  .u-mb-sp-30 {
    margin-bottom: 3rem !important;
  }
  .u-mb-sp-35 {
    margin-bottom: 3.5rem !important;
  }
  .u-mb-sp-40 {
    margin-bottom: 4rem !important;
  }
  .u-mb-sp-45 {
    margin-bottom: 4.5rem !important;
  }
  .u-mb-sp-50 {
    margin-bottom: 5rem !important;
  }
  .u-mb-sp-55 {
    margin-bottom: 5.5rem !important;
  }
  .u-mb-sp-60 {
    margin-bottom: 6rem !important;
  }
  .u-mb-sp-65 {
    margin-bottom: 6.5rem !important;
  }
  .u-mb-sp-70 {
    margin-bottom: 7rem !important;
  }
  .u-mb-sp-75 {
    margin-bottom: 7.5rem !important;
  }
  .u-mb-sp-80 {
    margin-bottom: 8rem !important;
  }
  .u-mb-sp-85 {
    margin-bottom: 8.5rem !important;
  }
  .u-mb-sp-90 {
    margin-bottom: 9rem !important;
  }
  .u-mb-sp-95 {
    margin-bottom: 9.5rem !important;
  }
  .u-mb-sp-100 {
    margin-bottom: 10rem !important;
  }
  .u-mb-sp-105 {
    margin-bottom: 10.5rem !important;
  }
  .u-mb-sp-110 {
    margin-bottom: 11rem !important;
  }
  .u-mb-sp-115 {
    margin-bottom: 11.5rem !important;
  }
  .u-mb-sp-120 {
    margin-bottom: 12rem !important;
  }
  .u-mb-sp-125 {
    margin-bottom: 12.5rem !important;
  }
  .u-mb-sp-130 {
    margin-bottom: 13rem !important;
  }
  .u-mb-sp-135 {
    margin-bottom: 13.5rem !important;
  }
  .u-mb-sp-140 {
    margin-bottom: 14rem !important;
  }
  .u-mb-sp-145 {
    margin-bottom: 14.5rem !important;
  }
  .u-mb-sp-150 {
    margin-bottom: 15rem !important;
  }
  .u-mb-sp-155 {
    margin-bottom: 15.5rem !important;
  }
  .u-mb-sp-160 {
    margin-bottom: 16rem !important;
  }
  .u-mb-sp-165 {
    margin-bottom: 16.5rem !important;
  }
  .u-mb-sp-170 {
    margin-bottom: 17rem !important;
  }
  .u-mb-sp-175 {
    margin-bottom: 17.5rem !important;
  }
  .u-mb-sp-180 {
    margin-bottom: 18rem !important;
  }
  .u-mb-sp-185 {
    margin-bottom: 18.5rem !important;
  }
  .u-mb-sp-190 {
    margin-bottom: 19rem !important;
  }
  .u-mb-sp-195 {
    margin-bottom: 19.5rem !important;
  }
  .u-mb-sp-200 {
    margin-bottom: 20rem !important;
  }
  .u-mb-sp-205 {
    margin-bottom: 20.5rem !important;
  }
  .u-mb-sp-210 {
    margin-bottom: 21rem !important;
  }
  .u-mb-sp-215 {
    margin-bottom: 21.5rem !important;
  }
  .u-mb-sp-220 {
    margin-bottom: 22rem !important;
  }
  .u-mb-sp-225 {
    margin-bottom: 22.5rem !important;
  }
  .u-mb-sp-230 {
    margin-bottom: 23rem !important;
  }
  .u-mb-sp-235 {
    margin-bottom: 23.5rem !important;
  }
  .u-mb-sp-240 {
    margin-bottom: 24rem !important;
  }
  .u-mb-sp-245 {
    margin-bottom: 24.5rem !important;
  }
  .u-mb-sp-250 {
    margin-bottom: 25rem !important;
  }
}
.u-flex {
  display: flex;
}