@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap"); /*! destyle.css v1.0.14 | MIT License | https://github.com/nicolas-cusan/destyle.css */
* {
  box-sizing: border-box;
}

::before,
::after {
  box-sizing: inherit;
}

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

body {
  margin: 0;
}

main {
  display: block;
}

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

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

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

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

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

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

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

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

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

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable] {
  outline: none;
}

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

caption {
  text-align: left;
}

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

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

template {
  display: none;
}

[hidden] {
  display: none;
}

:root {
  --base-font: "Noto Sans JP", sans-serif;
  --sub-font: "corporate-logo-ver2", sans-serif;
  --en-font: "futura-pt", sans-serif;
  --base-color: #303030;
  --main: #3FBABC;
  --main-light: #F0FAFF;
  --main-dark: #162242;
  --sub: #FFE46C;
  --sub-light: #F3FFF6;
  --sub-dark: #61BEAD;
  --gray: #D6D6D6;
  --gray-light: #EEEEEE;
  --gray-dark: #717171;
  --gray-black: #262626;
  --white: #FFFFFF;
  --black: #000000;
  --link: #2DABF1;
  --error: #F25F5F;
  --variation1: #EF8BB6;
  --variation2: #F1CB91;
  --variation3: #D6F19B;
  --num: #B49531;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}
@media screen and (max-width: 768px) {
  html {
    font-size: 2.66vw;
  }
}

body {
  font-family: var(--base-font);
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: var(--black);
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  body {
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden;
    font-size: 1.4rem;
    line-height: 1.78;
    margin-bottom: 6.4rem;
  }
}

/*
@include pc {
    a[href*="tel:"] {
        pointer-events: none;
        cursor: default;
        text-decoration: none;
    }
}
*/
.pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

a {
  transition: all 0.5s;
}

.hamburger {
  position: fixed;
  right: 5.6rem;
  top: 4.6rem;
  width: 10.4rem;
  height: 4.6rem;
  border-radius: 0.8rem;
  background: var(--main-dark);
  cursor: pointer;
  z-index: 9999;
  border: 1px solid transparent;
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  .hamburger {
    right: 0;
    top: 1.3rem;
    width: 6.4rem;
    height: 5rem;
    border-radius: 5rem 0 0 5rem;
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    border-left: 1px solid #FFF;
  }
}
.hamburger:hover {
  opacity: 0.7;
}

.hamburger__line {
  position: absolute;
  width: 2.4rem;
  height: 0.2rem;
  right: 1rem;
  background-color: var(--main);
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  .hamburger__line {
    background-color: var(--white);
    right: 1.6rem;
  }
}

.hamburger__menu {
  position: absolute;
  top: 50%;
  left: 1rem;
  transform: translate(1px, -50%);
  color: var(--main);
  font-family: var(--en-font);
  font-size: 1.6rem;
  font-weight: 800;
  line-height: 1;
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  .hamburger__menu {
    top: auto;
    left: auto;
    right: 1.2rem;
    bottom: 0.8rem;
    transform: translate(0, 0);
    color: var(--white);
    font-size: 1rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.08em;
  }
}

.hamburger__line--1 {
  top: 1.7rem;
}
@media screen and (max-width: 768px) {
  .hamburger__line--1 {
    top: 1.4rem;
  }
}

.hamburger__line--2 {
  display: none;
}

.hamburger__line--3 {
  top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .hamburger__line--3 {
    top: 2.2rem;
  }
}

/*ハンバーガーがクリックされたら*/
.open .hamburger {
  border: 1px solid var(--white);
}

.open .hamburger__line--1 {
  top: 2.1rem;
  right: 1rem;
  transform: rotate(-45deg);
}
@media screen and (max-width: 768px) {
  .open .hamburger__line--1 {
    top: 1.8rem;
    right: 1.6rem;
  }
}

.open .hamburger__line--2 {
  opacity: 0;
}

.open .hamburger__line--3 {
  top: 2.1rem;
  right: 1rem;
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .open .hamburger__line--3 {
    top: 1.8rem;
    right: 1.6rem;
  }
}

.sp-nav {
  position: fixed;
  right: -50rem;
  top: 0;
  width: 50rem;
  height: 100%;
  transition: all 0.5s;
  overflow: auto !important;
  -webkit-overflow-scrolling: touch;
  z-index: 5000;
  background: rgba(22, 34, 66, 0.9);
}
@media screen and (max-width: 768px) {
  .sp-nav {
    overflow-y: scroll;
    align-items: flex-start;
    width: 100%;
    right: -100%;
    background: var(--main-dark);
  }
}
@media screen and (min-width: 769px) {
  .sp-nav__logo {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .sp-nav__logo {
    display: block;
    width: 12.2rem;
  }
  .sp-nav__logo img {
    width: 100%;
    height: auto;
  }
}

/*ハンバーガーがクリックされたら右からスライド*/
.open .sp-nav {
  opacity: 1;
  right: 0;
  visibility: visible;
  transition-delay: 0s;
}

.lightbox {
  top: 50% !important;
  transform: translateY(-50%) !important;
  position: fixed !important;
}

.lightboxOverlay {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50) !important;
  opacity: 0.5 !important;
}

.lb-data .lb-number {
  color: var(--white) !important;
}

@media screen and (min-width: 769px) {
  .lightbox__link {
    pointer-events: none;
  }
}
.caseSwiper .swiper {
  padding: 0;
  max-width: 108rem;
  width: 100%;
  margin: 0 auto;
}
.caseSwiper .swiper-buttons {
  width: 120rem;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .caseSwiper .swiper-buttons {
    width: 100%;
  }
}
.caseSwiper .swiper-slide {
  transform: scale(0.9);
  transition: all 0.5s;
}
.caseSwiper .swiper-slide-active {
  transform: scale(1);
}
.caseSwiper .swiper-button-next,
.caseSwiper .swiper-button-prev {
  color: var(--base-color);
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 50%;
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  .caseSwiper .swiper-button-next,
  .caseSwiper .swiper-button-prev {
    color: var(--white);
    background: var(--main);
    width: 2.4rem;
    height: 2.4rem;
  }
}
.caseSwiper .swiper-button-next:hover,
.caseSwiper .swiper-button-prev:hover {
  opacity: 0.7;
}
.caseSwiper .swiper-button-next:after,
.caseSwiper .swiper-button-prev:after {
  font-size: 3.6rem;
  font-weight: 200;
}
@media screen and (max-width: 768px) {
  .caseSwiper .swiper-button-next:after,
  .caseSwiper .swiper-button-prev:after {
    font-size: 1rem;
    font-weight: 500;
  }
}
@media screen and (max-width: 768px) {
  .caseSwiper .swiper-button-next {
    right: -1.8rem;
  }
  .caseSwiper .swiper-button-prev {
    left: -1.8rem;
  }
}

.blogSwiper .swiper {
  padding: 1rem 1rem;
  max-width: 86rem;
  width: 100%;
  margin: 0 auto;
}
.blogSwiper .swiper-buttons {
  width: 100rem;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .blogSwiper .swiper-buttons {
    width: 100%;
  }
}
.blogSwiper .swiper-button-next,
.blogSwiper .swiper-button-prev {
  color: var(--white);
  background: var(--main);
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 50%;
  transition: all 0.5s;
}
.blogSwiper .swiper-button-next:hover,
.blogSwiper .swiper-button-prev:hover {
  opacity: 0.7;
}
.blogSwiper .swiper-button-next:after,
.blogSwiper .swiper-button-prev:after {
  font-size: 1.4rem;
  font-weight: 600;
}

.noSwiper--blog {
  display: flex;
  justify-content: center;
  gap: 0 2.4rem;
  flex-wrap: wrap;
  max-width: 84rem;
  width: 100%;
  margin: 0 auto;
}
.noSwiper--blog .c-card {
  width: calc((100% - 1.8rem) / 3);
}
@media screen and (max-width: 768px) {
  .noSwiper--blog .c-card {
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .noSwiper--blog .c-card + .c-card {
    margin-top: 2.4rem;
  }
}

.noSwiper--case {
  display: flex;
  justify-content: center;
  gap: 0 2.4rem;
  flex-wrap: wrap;
  max-width: 84rem;
  width: 100%;
  margin: 0 auto;
}
.noSwiper--case .c-card {
  width: calc((100% - 1.8rem) / 2);
}
@media screen and (max-width: 768px) {
  .noSwiper--case .c-card {
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .noSwiper--case .c-card + .c-card {
    margin-top: 2.4rem;
  }
}

.fade-in-bottom {
  -webkit-animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

@-webkit-keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.scroll-container {
  position: relative;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.scroll-hint {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  z-index: 1000;
}

.scroll-hint.show {
  opacity: 1;
}

@keyframes hintAnimation {
  0%, 100% {
    transform: translateY(-50%) translateX(0);
  }
  50% {
    transform: translateY(-50%) translateX(-10px);
  }
}
@media screen and (max-width: 768px) {
  .toggle_btn {
    position: absolute;
    top: 50%;
    right: 1rem;
    width: 16px;
    height: 16px;
    transform: translateY(-50%);
    cursor: pointer;
  }
  .toggle_btn::before,
  .toggle_btn::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 2px;
    background-color: var(--white);
    transform: translate(-50%, -50%);
    transition: all 0.3s ease;
  }
  /* + の縦線 */
  .toggle_btn::before {
    transform: translate(-50%, -50%) rotate(90deg);
  }
  /* ボタンが開いたとき - にする */
  .toggle_btn.is-open::before {
    opacity: 0;
    transform: translate(-50%, -50%) rotate(0deg);
  }
  .toggle_btn.is-open::after {
    transform: translate(-50%, -50%) rotate(0deg);
  }
}
.l-main {
  width: 100%;
  overflow: hidden;
  display: block;
}

.l-header {
  width: 100%;
  position: relative;
}
.l-header__logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 18.3rem;
}
@media screen and (max-width: 768px) {
  .l-header__logo {
    width: 12.2rem;
  }
}
.l-header__logo img {
  width: 100%;
  height: auto;
}
.l-header__btn {
  position: fixed;
  top: 4.6rem;
  right: 18rem;
  z-index: 9999;
}
@media screen and (max-width: 768px) {
  .l-header__btn {
    display: none;
  }
}
.l-header__btn a {
  border-radius: 10rem;
  background: var(--main);
  color: var(--main-dark);
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 1.25;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 0 0.5rem;
  padding: 0 1.5rem;
  height: 4.6rem;
}
.l-header__btn a:hover {
  opacity: 0.7;
}

.l-sitemap {
  position: relative;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .l-sitemap {
    height: auto;
  }
}
.l-sitemap__inner {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  padding: 0 7.2rem;
}
@media screen and (max-width: 768px) {
  .l-sitemap__inner {
    position: static;
    transform: translate(0, 0);
    padding: 7.2rem 4.8rem;
  }
}
.l-sitemap__nav {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 3rem 0;
}
@media screen and (max-width: 768px) {
  .l-sitemap__nav {
    gap: 2rem 0;
  }
}
.l-sitemap__nav a {
  color: var(--main);
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  display: flex;
  align-items: center;
  gap: 0 1rem;
}
@media screen and (max-width: 768px) {
  .l-sitemap__nav a {
    font-size: 1.6rem;
  }
}
.l-sitemap__nav a:hover {
  opacity: 0.7;
}
.l-sitemap__sns {
  margin-top: 5rem;
  display: flex;
  align-items: center;
  gap: 0 2.5rem;
}
@media screen and (max-width: 768px) {
  .l-sitemap__sns {
    display: none;
  }
}
.l-sitemap__sns li {
  line-height: 3.1rem;
}
.l-sitemap__sns a {
  display: block;
  height: 100%;
}
.l-sitemap__sns a:hover {
  opacity: 0.7;
}

.l-hero {
  width: 100%;
  height: 100vh;
  background: url(../img/l-hero-bg.jpg) no-repeat center center/cover;
  padding: 18.3rem 7.2rem 0 11.6rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0 16.8rem;
}
@media screen and (max-width: 768px) {
  .l-hero {
    height: calc(var(--vh, 1vh)* 86 - 110px);
    background: url(../img/l-hero-bg-sp.jpg) no-repeat center -60px/cover;
    overflow: hidden;
    padding: 0;
    display: flex;
    justify-content: flex-end;
    gap: 0;
  }
}
.l-hero__head {
  padding: 3.3rem 0 0 0;
}
@media screen and (max-width: 768px) {
  .l-hero__head {
    padding: 7.8rem 0 0 0;
  }
}
.l-hero__h1 {
  display: inline-flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.5rem 0;
}
@media screen and (max-width: 768px) {
  .l-hero__h1 {
    align-items: flex-end;
    gap: 1rem 0;
  }
}
.l-hero__h1 span {
  color: var(--main-dark);
  font-size: 6.5rem;
  font-weight: 700;
  line-height: 1.2;
  background: var(--white);
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .l-hero__h1 span {
    font-size: 3.5rem;
    padding: 0 2rem 0 0;
  }
}
.l-hero__body {
  width: 51rem;
  color: var(--white);
  font-size: 1.6rem;
  line-height: 1.87;
}
@media screen and (max-width: 768px) {
  .l-hero__body {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .sp-hero {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .sp-hero {
    display: block;
    background: var(--main-dark);
    padding: 3rem;
    color: var(--white);
    font-size: 1.4rem;
    line-height: 1.78;
    letter-spacing: 0.05em;
  }
}

.l-business {
  padding: 8.6rem 0 32rem 0;
  background: url(../img/l-business-bg.png) no-repeat center top/100% auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-business {
    padding: 3.6rem 2rem;
    background-image: none;
  }
}
.l-business__inner {
  width: 120rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l-business__inner {
    width: 100%;
  }
}
.l-business__title {
  margin-bottom: 8rem;
}
@media screen and (max-width: 768px) {
  .l-business__title {
    margin-bottom: 3rem;
  }
}
.l-business-list {
  display: flex;
  flex-wrap: wrap;
  gap: 4.2rem;
}
@media screen and (max-width: 768px) {
  .l-business-list {
    gap: 1rem 1.5rem;
    width: calc(100% - 1.6rem);
    margin: 0 auto;
  }
}
.l-business-list__item {
  width: calc((100% - 8.4rem) / 3);
  height: 25rem;
  background: var(--main-dark);
  padding: 0 2rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.4rem 0;
  text-align: center;
  color: var(--white);
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.6;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-business-list__item {
    width: calc((100% - 1.5rem) / 2);
    height: auto;
    aspect-ratio: 160/170;
    gap: 1rem 0;
    font-size: 1.5rem;
    line-height: 1.33;
    justify-content: flex-start;
    padding: 2rem 0.4rem 0 0.4rem;
  }
  .l-business-list__item.center {
    justify-content: center;
    padding: 0 0.4rem;
  }
}
.l-business-list__num {
  position: absolute;
  top: 0;
  left: 3rem;
  transform: translate(0, -50%);
  color: var(--main);
  font-family: var(--en-font);
  font-size: 8rem;
  font-weight: 700;
  line-height: 0.625;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .l-business-list__num {
    top: 0.5rem;
    left: 1rem;
    transform: translate(0, 0);
    font-size: 3rem;
    line-height: 1.66;
  }
}

.l-why {
  position: relative;
  top: -18.9rem;
  z-index: 2;
  margin-bottom: -18.9rem;
}
@media screen and (max-width: 768px) {
  .l-why {
    position: static;
    margin-bottom: 0;
    background: url(../img/l-why-bg-sp.jpg) no-repeat center center/cover;
    padding: 6.8rem 2rem;
  }
}
.l-why-grid {
  display: grid;
  grid-template-columns: 1fr 500px 61px 21px 600px 1fr;
  grid-template-rows: 56px 133px auto 162px;
  gap: 0px 0px;
  grid-auto-flow: row;
}
@media screen and (max-width: 768px) {
  .l-why-grid {
    display: block;
  }
}
.l-why-grid__imgbox {
  grid-area: 1/1/5/4;
}
@media screen and (max-width: 768px) {
  .l-why-grid__imgbox {
    display: none;
  }
}
.l-why-grid__imgbox img {
  width: 100%;
  height: 124.4rem;
  object-fit: cover;
  object-position: center;
}
.l-why-grid__bgbox {
  grid-area: 3/3/4/7;
  background: var(--main-dark);
}
@media screen and (max-width: 768px) {
  .l-why-grid__bgbox {
    display: none;
  }
}
.l-why-grid__txtbox {
  grid-area: 2/5/4/6;
}
@media screen and (max-width: 768px) {
  .l-why-grid__txtbox {
    background: rgba(22, 34, 66, 0.8);
    padding: 2rem;
  }
}
.l-why__title {
  color: var(--white);
  font-size: 6rem;
  font-weight: 900;
  line-height: 1.4;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 768px) {
  .l-why__title {
    font-size: 3.5rem;
  }
}
.l-why__title span {
  color: var(--main-dark);
  font-size: 10rem;
  line-height: 13.3rem;
  display: block;
}
@media screen and (max-width: 768px) {
  .l-why__title span {
    color: var(--main);
    font-size: 4rem;
    line-height: 1.2;
    margin-bottom: 1.2rem;
  }
}
.l-why__p {
  color: var(--white);
}

.l-attractive {
  background: url(../img/l-attractive-bg.jpg) no-repeat right bottom/cover;
  padding: 24.8rem 0 17rem 0;
  position: relative;
  top: -16.2rem;
  z-index: 1;
  margin-bottom: -16.2rem;
}
@media screen and (max-width: 768px) {
  .l-attractive {
    background: url(../img/l-attractive-bg-sp.jpg) no-repeat right center/cover;
    padding: 3.4rem 2rem 7rem 2rem;
    position: static;
    margin-bottom: 0;
  }
}
.l-attractive__inner {
  width: 120rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l-attractive__inner {
    width: 100%;
  }
}
.l-attractive__title {
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .l-attractive__title {
    margin-bottom: 3.4rem;
  }
}
.l-attractive__flexbox {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .l-attractive__flexbox {
    flex-wrap: wrap;
    flex-direction: column;
    gap: 6.2rem 0;
  }
}
.l-attractive__left {
  width: 64.4rem;
  display: inline-flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-start;
  gap: 2rem 0;
}
@media screen and (max-width: 768px) {
  .l-attractive__left {
    width: 100%;
  }
}
.l-attractive__left p {
  color: var(--main-dark);
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 1.4;
  background: var(--white);
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .l-attractive__left p {
    font-size: 2rem;
  }
}
.l-attractive__right {
  width: 50rem;
  color: var(--white);
}
@media screen and (max-width: 768px) {
  .l-attractive__right {
    width: 100%;
  }
}

.l-feature {
  padding: 25.6rem 0 19.6rem 0;
  background: url(../img/l-feature-bg.png) no-repeat center top/100% auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-feature {
    padding: 14.4rem 2rem 6rem 2rem;
    background: url(../img/l-feature-bg-sp.png) repeat-y center top/100% auto;
  }
}
.l-feature::before {
  content: "";
  display: block;
  width: 62.5rem;
  height: 22.7rem;
  background-image: url(../img/l-feature-figure.png);
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: -5.6rem;
  right: 4rem;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .l-feature::before {
    width: 29.9rem;
    height: 10.9rem;
    top: -2.2rem;
    right: 0;
  }
}
.l-feature__inner {
  width: 120rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l-feature__inner {
    width: 100%;
  }
}
.l-feature__title {
  margin-bottom: 8rem;
}
@media screen and (max-width: 768px) {
  .l-feature__title {
    margin-bottom: 4.5rem;
  }
}
.l-feature-list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 8rem 0;
}
@media screen and (max-width: 768px) {
  .l-feature-list {
    gap: 4rem 0;
  }
}
.l-feature-list__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .l-feature-list__item {
    flex-wrap: wrap;
    gap: 2rem 0;
  }
}
.l-feature-list__item.rev {
  flex-direction: row-reverse;
}
.l-feature-list__imgbox {
  width: 35rem;
}
@media screen and (max-width: 768px) {
  .l-feature-list__imgbox {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
.l-feature-list__imgbox img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .l-feature-list__imgbox img {
    width: 25rem;
  }
}
.l-feature-list__txtbox {
  width: 75rem;
}
@media screen and (max-width: 768px) {
  .l-feature-list__txtbox {
    width: 100%;
  }
}
.l-feature-list__subtitle {
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  gap: 0 1rem;
  color: var(--main);
}
@media screen and (max-width: 768px) {
  .l-feature-list__subtitle {
    margin-bottom: 2.5rem;
  }
}
.l-feature-list__subtitle .num {
  font-size: 7rem;
  font-weight: 900;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .l-feature-list__subtitle .num {
    font-size: 3rem;
  }
}
.l-feature-list__subtitle .ja {
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 1.5;
}
.l-test {
  padding: 15.6rem 0 13.6rem 0;
  background: url(../img/l-test-bg.png) no-repeat center top/100% auto;
}
@media screen and (max-width: 768px) {
  .l-test {
    padding: 5rem 2rem;
    background-image: none;
  }
}
.l-test__inner {
  width: 120rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l-test__inner {
    width: 100%;
  }
}
.l-test__title {
  margin-bottom: 8rem;
}
@media screen and (max-width: 768px) {
  .l-test__title {
    margin-bottom: 4rem;
  }
}
.l-test-list {
  display: flex;
  flex-wrap: wrap;
  gap: 5rem;
}
@media screen and (max-width: 768px) {
  .l-test-list {
    gap: 4rem 0;
  }
}
.l-test-list__item {
  width: calc((100% - 10rem) / 3);
}
@media screen and (max-width: 768px) {
  .l-test-list__item {
    width: 100%;
  }
}
.l-test-list__photo {
  position: relative;
  display: inline-block;
}
.l-test-list__photo::before {
  content: "";
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  width: 100%;
  height: 100%;
  background-color: var(--main);
  border-radius: 1rem;
  z-index: 0;
}
.l-test-list__photo img {
  width: 100%;
  height: auto;
  position: relative;
  display: block;
  border-radius: 1rem;
  z-index: 1;
}
.l-test-list__name {
  text-align: center;
  font-size: 2.7rem;
  margin-top: 3.4rem;
}

.l-comparison {
  background: url(../img/l-comparison-bg.jpg) no-repeat center top/cover;
  width: 100%;
  min-height: 85.8rem;
}
@media screen and (max-width: 768px) {
  .l-comparison {
    background: none;
    min-height: auto;
  }
}
.l-comparison__inner {
  width: 123rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .l-comparison__inner {
    width: 100%;
    flex-wrap: wrap;
  }
}
.l-comparison__head {
  width: 49.5rem;
  height: 41.2rem;
  background: rgba(255, 255, 255, 0.95);
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .l-comparison__head {
    width: 100%;
    height: auto;
    background: var(--main);
    padding: 3.6rem 0 2.2rem 0;
  }
}
.l-comparison-title {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2.8rem 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-comparison-title {
    gap: 1.5rem 0;
  }
}
.l-comparison-title__ja {
  color: var(--main-dark);
  font-size: 6rem;
  font-weight: 900;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .l-comparison-title__ja {
    font-size: 4.5rem;
    line-height: 1.52;
  }
}
.l-comparison-title__ja span {
  border: 1px solid var(--main-dark);
  border-right: none;
  display: inline-block;
  padding: 0 1.8rem;
}
@media screen and (max-width: 768px) {
  .l-comparison-title__ja span {
    padding: 0 1.2rem;
  }
}
.l-comparison-title__ja span.end {
  border-right: 1px solid var(--main-dark);
}
.l-comparison-title__en {
  color: var(--main);
  font-family: var(--en-font);
  font-size: 3rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .l-comparison-title__en {
    color: var(--white);
    font-size: 2.5rem;
  }
}
.l-comparison__body {
  width: 50rem;
  color: var(--white);
  padding: 5.4rem 0 0 0;
}
@media screen and (max-width: 768px) {
  .l-comparison__body {
    width: 100%;
    color: var(--black);
    padding: 0 2rem 3rem 2rem;
  }
}
@media screen and (min-width: 769px) {
  .l-comparison__photo {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .l-comparison__photo {
    display: block;
    width: calc(100% + 4rem);
    margin: 0 -2rem 3rem -2rem;
  }
  .l-comparison__photo img {
    width: 100%;
    height: auto;
  }
}

.l-footer {
  background: var(--main-dark);
  display: flex;
}
@media screen and (max-width: 768px) {
  .l-footer {
    flex-wrap: wrap;
    flex-direction: column;
    padding: 6rem 0 0 0;
  }
}
.l-footer__logo {
  width: 22.7rem;
}
@media screen and (max-width: 768px) {
  .l-footer__logo {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
.l-footer__logo img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .l-footer__logo img {
    width: 22.7rem;
  }
}
.l-footer__logo a:hover {
  opacity: 0.7;
}
.l-footer__elements {
  width: calc(100% - 22.7rem);
  display: flex;
  align-items: stretch;
}
@media screen and (max-width: 768px) {
  .l-footer__elements {
    width: 100%;
    flex-wrap: wrap;
    flex-direction: column;
  }
}
.l-footer__txtbox {
  width: 53%;
  padding: 6rem;
  color: var(--white);
}
@media screen and (max-width: 768px) {
  .l-footer__txtbox {
    width: 100%;
    padding: 6rem 2rem;
    font-size: 1.5rem;
    line-height: 2;
  }
}
.l-footer__txtbox a:hover {
  opacity: 0.7;
}
.l-footer__title {
  margin-bottom: 4.2rem;
}
@media screen and (max-width: 768px) {
  .l-footer__title {
    margin-bottom: 3rem;
  }
}
.l-footer__title .en {
  color: var(--main);
  font-family: var(--en-font);
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.2;
  white-space: normal;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
@media screen and (max-width: 768px) {
  .l-footer__title .en {
    font-size: 2.5rem;
  }
}
.l-footer__title .ja {
  color: var(--main-dark);
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
  background: var(--white);
  padding: 0 0.7rem;
  display: inline-block;
  margin-top: 1.6rem;
}
@media screen and (max-width: 768px) {
  .l-footer__title .ja {
    margin-top: 2rem;
  }
}
.l-footer__imgbox {
  width: 47%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .l-footer__imgbox {
    width: 100%;
  }
}
.l-footer__imgbox img {
  width: 100%;
  min-height: 45rem;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media screen and (max-width: 768px) {
  .l-footer__imgbox img {
    min-height: auto;
    height: auto;
  }
}

.l-floating {
  background: var(--main);
  width: 100%;
  height: 19rem;
  padding: 0 5.8rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .l-floating {
    height: 6.4rem;
    padding: 0;
    display: block;
    border: 1px solid var(--white);
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10000;
  }
}
.l-floating-list {
  display: flex;
  align-items: center;
}
.l-floating-list__line {
  margin-right: 3rem;
}
@media screen and (max-width: 768px) {
  .l-floating-list__line {
    display: none;
  }
}
.l-floating-list__line a {
  border-radius: 10rem;
  background: var(--white);
  color: var(--main-dark);
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 1.25;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 0.5rem;
  padding: 0.8rem 5rem;
}
.l-floating-list__line a:hover {
  opacity: 0.7;
}
@media screen and (min-width: 769px) {
  .l-floating-list__line--sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .l-floating-list__line--sp {
    display: block;
    width: calc(100% - 19.2rem);
  }
  .l-floating-list__line--sp a {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .l-floating-list__line--sp p {
    color: var(--main-dark);
    font-size: 1.6rem;
    font-weight: 900;
    line-height: 1.25;
    display: flex;
    align-items: center;
    gap: 0 0.5rem;
  }
  .l-floating-list__line--sp small {
    color: var(--white);
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0.04em;
  }
}
.l-floating-list__insta {
  margin-right: 2.5rem;
}
@media screen and (max-width: 768px) {
  .l-floating-list__insta {
    width: 6.4rem;
    height: auto;
    aspect-ratio: 1/1;
    display: flex;
    justify-content: center;
    align-items: center;
    border-left: 1px solid var(--white);
    margin: 0;
  }
}
.l-floating-list__insta a:hover {
  opacity: 0.7;
}
.l-floating-list__x {
  margin-right: 2.5rem;
}
@media screen and (max-width: 768px) {
  .l-floating-list__x {
    width: 6.4rem;
    height: auto;
    aspect-ratio: 1/1;
    display: flex;
    justify-content: center;
    align-items: center;
    border-left: 1px solid var(--white);
    margin: 0;
  }
}
.l-floating-list__x a:hover {
  opacity: 0.7;
}
.l-floating-list__youtube {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .l-floating-list__youtube {
    width: 6.4rem;
    height: auto;
    aspect-ratio: 1/1;
    display: flex;
    justify-content: center;
    align-items: center;
    border-left: 1px solid var(--white);
  }
}
.l-floating-list__youtube a:hover {
  opacity: 0.7;
}

.c-heading01 {
  display: inline-flex;
}
.c-heading01.row {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 0 1rem;
}
@media screen and (max-width: 768px) {
  .c-heading01.row {
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem 0;
  }
}
.c-heading01.column {
  flex-direction: column;
  align-items: flex-end;
  gap: 1rem 0;
}
@media screen and (max-width: 768px) {
  .c-heading01.column {
    flex-wrap: wrap;
    align-items: flex-start;
  }
}
.c-heading01__en {
  color: var(--main);
  font-family: var(--en-font);
  font-size: 5rem;
  font-weight: 700;
  line-height: 6.4rem;
  background: url(../img/c-heading01-en.svg) no-repeat center left/6.4rem auto;
  padding-left: 8.4rem;
}
@media screen and (max-width: 768px) {
  .c-heading01__en {
    font-size: 2rem;
    line-height: 3rem;
    background: url(../img/c-heading01-en.svg) no-repeat center left/3rem auto;
    padding-left: 3.5rem;
  }
}
.c-heading01__ja {
  font-size: 2.7rem;
  font-weight: 700;
  line-height: 5.4rem;
  background: url(../img/c-heading01-ja.svg) no-repeat center left/5rem auto;
  padding-left: 6rem;
}
@media screen and (max-width: 768px) {
  .c-heading01__ja {
    font-size: 2.5rem;
    line-height: 3.2rem;
    background: url(../img/c-heading01-ja.svg) no-repeat center left/3rem auto;
    padding-left: 4rem;
  }
}

.c-heading02 {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .c-heading02 {
    flex-wrap: wrap;
    align-items: flex-start;
  }
}
.c-heading02__large {
  color: var(--white);
  font-size: 10rem;
  font-weight: 900;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .c-heading02__large {
    font-size: 6rem;
    line-height: 1.1;
  }
}
.c-heading02__small {
  color: var(--white);
  font-size: 7.5rem;
  font-weight: 900;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .c-heading02__small {
    font-size: 4rem;
    line-height: 1.1;
  }
}

.p-form {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 2.4rem 0;
  /* ----- form elements ----- */
}
@media screen and (max-width: 768px) {
  .p-form {
    gap: 2rem 0;
  }
}
.p-form__block {
  width: 100%;
}
.p-form__blockend {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 7rem 0;
}
@media screen and (max-width: 768px) {
  .p-form__blockend {
    gap: 2rem 0;
  }
}
.p-form__txt {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 0.6rem;
}
@media screen and (max-width: 768px) {
  .p-form__txt {
    font-size: 1.5rem;
  }
}
.p-form__txt span {
  color: #F25F5F;
  display: inline-block;
  margin-right: 1rem;
}
@media screen and (max-width: 768px) {
  .p-form__txt span {
    margin-right: 0.8rem;
  }
}
.p-form__privacy {
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .p-form__privacy {
    font-size: 1.5rem;
    line-height: 1.66;
  }
}
.p-form__privacy a {
  text-decoration: underline;
}
.p-form__privacy a:hover {
  text-decoration: none;
}
.p-form input::placeholder,
.p-form textarea::placeholder {
  color: var(--gray-dark);
  opacity: 1;
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .p-form input::placeholder,
  .p-form textarea::placeholder {
    font-size: 1.4rem;
    line-height: 2;
  }
}
.p-form input[type=text],
.p-form input[type=email] {
  width: 100%;
  padding: 2rem 4rem;
  border-radius: 0.8rem;
  border: 2px solid var(--gray);
  background: var(--white);
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .p-form input[type=text],
  .p-form input[type=email] {
    padding: 2rem;
  }
}
.p-form input[type=text]:focus,
.p-form input[type=email]:focus {
  border: 2px solid var(--main);
}
.p-form textarea {
  width: 100%;
  height: 17.4rem;
  padding: 2rem 4rem;
  border-radius: 0.8rem;
  border: 2px solid var(--gray);
  background: var(--white);
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .p-form textarea {
    padding: 2rem;
  }
}
.p-form textarea:focus {
  border: 2px solid var(--main);
}
.p-form .contact-btn {
  -webkit-appearance: none;
  appearance: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24rem;
  height: 6rem;
  text-align: center;
  text-decoration: none;
  outline: none;
  position: relative;
  border-radius: 10rem;
  border: 3px solid var(--white);
  background: var(--sub) url(../img/l-cta-contact-icon02.svg) no-repeat center right 2.2rem/1.3rem auto;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.25);
  color: var(--black);
  font-family: var(--base-font);
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
  transition: all 0.5s;
  overflow: hidden;
}
.p-form .contact-btn:hover, .p-form .contact-btn:focus {
  background: #FFCA1A url(../img/l-cta-contact-icon02.svg) no-repeat center right 2.2rem/1.3rem auto;
}

.p-bread {
  font-size: 1.4rem;
  font-weight: 500;
}
.p-bread ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.p-bread ul li::after {
  content: ">";
  display: inline-block;
  width: 3rem;
  text-align: center;
}
.p-bread ul li:last-child::after {
  content: none;
}

.p-blogSin {
  padding-bottom: 4rem;
}
.p-blogSin__meta {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.p-blogSin__metaLeft {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem 0.8rem;
}
@media screen and (max-width: 768px) {
  .p-blogSin__metaLeft {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p-blogSin__metaRight {
    width: 100%;
    margin-top: 0.8rem;
  }
}
.p-blogSin__date {
  font-size: 1.3rem;
  color: var(--gray-dark);
}
.p-blogSin__date i {
  margin-right: 0.5em;
}
.p-blogSin__tax {
  border-right: 0.1rem solid var(--gray);
  padding-right: 1.6rem;
  margin-right: 0.8rem;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .p-blogSin__tax {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
  }
}
.p-blogSin__tax a {
  color: var(--main);
  font-weight: 600;
  margin-right: 1em;
  transition: all 0.5s;
}
.p-blogSin__tax a:hover {
  text-decoration: underline;
}
.p-blogSin__tax i {
  margin-right: 0.5em;
}

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

.u-pb80 {
  padding-bottom: 8rem;
}

@media screen and (min-width: 769px) {
  .u-mt0 {
    margin-top: 0 !important;
  }
  .u-mt10 {
    margin-top: 1rem !important;
  }
  .u-mt20 {
    margin-top: 2rem !important;
  }
  .u-mt30 {
    margin-top: 3rem !important;
  }
  .u-mt40 {
    margin-top: 4rem !important;
  }
  .u-mt50 {
    margin-top: 5rem !important;
  }
  .u-mt60 {
    margin-top: 6rem !important;
  }
  .u-mt70 {
    margin-top: 7rem !important;
  }
  .u-mt80 {
    margin-top: 8rem !important;
  }
  .u-mt90 {
    margin-top: 9rem !important;
  }
  .u-mt100 {
    margin-top: 10rem !important;
  }
  .u-mr0 {
    margin-right: 0 !important;
  }
  .u-mr10 {
    margin-right: 1rem !important;
  }
  .u-mr20 {
    margin-right: 2rem !important;
  }
  .u-mr30 {
    margin-right: 3rem !important;
  }
  .u-mr40 {
    margin-right: 4rem !important;
  }
  .u-mr50 {
    margin-right: 5rem !important;
  }
  .u-mr60 {
    margin-right: 6rem !important;
  }
  .u-mr70 {
    margin-right: 7rem !important;
  }
  .u-mr80 {
    margin-right: 8rem !important;
  }
  .u-mr90 {
    margin-right: 9rem !important;
  }
  .u-mr100 {
    margin-right: 10rem !important;
  }
  .u-mb0 {
    margin-bottom: 0 !important;
  }
  .u-mb10 {
    margin-bottom: 1rem !important;
  }
  .u-mb20 {
    margin-bottom: 2rem !important;
  }
  .u-mb30 {
    margin-bottom: 3rem !important;
  }
  .u-mb40 {
    margin-bottom: 4rem !important;
  }
  .u-mb50 {
    margin-bottom: 5rem !important;
  }
  .u-mb60 {
    margin-bottom: 6rem !important;
  }
  .u-mb70 {
    margin-bottom: 7rem !important;
  }
  .u-mb80 {
    margin-bottom: 8rem !important;
  }
  .u-mb90 {
    margin-bottom: 9rem !important;
  }
  .u-mb100 {
    margin-bottom: 10rem !important;
  }
  .u-ml0 {
    margin-left: 0 !important;
  }
  .u-ml10 {
    margin-left: 1rem !important;
  }
  .u-ml20 {
    margin-left: 2rem !important;
  }
  .u-ml30 {
    margin-left: 3rem !important;
  }
  .u-ml40 {
    margin-left: 4rem !important;
  }
  .u-ml50 {
    margin-left: 5rem !important;
  }
  .u-ml60 {
    margin-left: 6rem !important;
  }
  .u-ml70 {
    margin-left: 7rem !important;
  }
  .u-ml80 {
    margin-left: 8rem !important;
  }
  .u-ml90 {
    margin-left: 9rem !important;
  }
  .u-ml100 {
    margin-left: 10rem !important;
  }
}
@media screen and (max-width: 768px) {
  .u-mt0--sp {
    margin-top: 0 !important;
  }
  .u-mt10--sp {
    margin-top: 1rem !important;
  }
  .u-mt20--sp {
    margin-top: 2rem !important;
  }
  .u-mt30--sp {
    margin-top: 3rem !important;
  }
  .u-mt40--sp {
    margin-top: 4rem !important;
  }
  .u-mt50--sp {
    margin-top: 5rem !important;
  }
  .u-mt60--sp {
    margin-top: 6rem !important;
  }
  .u-mt70--sp {
    margin-top: 7rem !important;
  }
  .u-mt80--sp {
    margin-top: 8rem !important;
  }
  .u-mt90--sp {
    margin-top: 9rem !important;
  }
  .u-mt100--sp {
    margin-top: 10rem !important;
  }
  .u-mr0--sp {
    margin-right: 0 !important;
  }
  .u-mr10--sp {
    margin-right: 1rem !important;
  }
  .u-mr20--sp {
    margin-right: 2rem !important;
  }
  .u-mr30--sp {
    margin-right: 3rem !important;
  }
  .u-mr40--sp {
    margin-right: 4rem !important;
  }
  .u-mr50--sp {
    margin-right: 5rem !important;
  }
  .u-mr60--sp {
    margin-right: 6rem !important;
  }
  .u-mr70--sp {
    margin-right: 7rem !important;
  }
  .u-mr80--sp {
    margin-right: 8rem !important;
  }
  .u-mr90--sp {
    margin-right: 9rem !important;
  }
  .u-mr100--sp {
    margin-right: 10rem !important;
  }
  .u-mb0--sp {
    margin-bottom: 0 !important;
  }
  .u-mb10--sp {
    margin-bottom: 1rem !important;
  }
  .u-mb20--sp {
    margin-bottom: 2rem !important;
  }
  .u-mb30--sp {
    margin-bottom: 3rem !important;
  }
  .u-mb40--sp {
    margin-bottom: 4rem !important;
  }
  .u-mb50--sp {
    margin-bottom: 5rem !important;
  }
  .u-mb60--sp {
    margin-bottom: 6rem !important;
  }
  .u-mb70--sp {
    margin-bottom: 7rem !important;
  }
  .u-mb80--sp {
    margin-bottom: 8rem !important;
  }
  .u-mb90--sp {
    margin-bottom: 9rem !important;
  }
  .u-mb100--sp {
    margin-bottom: 10rem !important;
  }
  .u-ml0--sp {
    margin-left: 0 !important;
  }
  .u-ml10--sp {
    margin-left: 1rem !important;
  }
  .u-ml20--sp {
    margin-left: 2rem !important;
  }
  .u-ml30--sp {
    margin-left: 3rem !important;
  }
  .u-ml40--sp {
    margin-left: 4rem !important;
  }
  .u-ml50--sp {
    margin-left: 5rem !important;
  }
  .u-ml60--sp {
    margin-left: 6rem !important;
  }
  .u-ml70--sp {
    margin-left: 7rem !important;
  }
  .u-ml80--sp {
    margin-left: 8rem !important;
  }
  .u-ml90--sp {
    margin-left: 9rem !important;
  }
  .u-ml100--sp {
    margin-left: 10rem !important;
  }
}
/*# sourceMappingURL=style.css.map */
