@charset "UTF-8";
/* A Modern CSS Reset */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

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

ul[role=list],
ol[role=list] {
  list-style: none;
  list-style-type: none;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.8;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

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

input,
button,
textarea,
select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/*
 * HTML
 * -------------------------------------------------------------------
 */
body {
  font-family: "ヒラギノ角ゴ ProN", Hiragino Kaku Gothic ProN, "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, Arial, "メイリオ", Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.7;
  position: relative;
}

a {
  text-decoration: none;
  outline: none;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  cursor: pointer;
}
a:hover {
  opacity: 0.8;
}

/*
 * wrapper
 * -------------------------------------------------------------------
 */
.cont-wrapper {
  display: block;
  margin: 0px auto;
  padding: 0px;
}

:root {
  --side-spacing: 1.5rem;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  z-index: 100;
  background-color: #fff;
}
.l-header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  width: 96%;
  margin: 0 auto;
  padding-bottom: 24px;
}
@media (max-width: 928px) {
  .l-header__container {
    margin-top: 0;
    padding-bottom: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 60px;
  }
}
.l-header__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 13px;
  width: 240px;
  margin-top: 18px;
}
@media (max-width: 928px) {
  .l-header__left {
    width: clamp(5.625rem, 5.296rem + 1.645vw, 6.25rem);
    margin-top: 0;
  }
}
.l-header__left--logo {
  width: 100%;
}
.l-header__left--logo a {
  display: block;
  width: 100%;
}
.l-header__left--logo img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.l-header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  gap: 32px;
}
@media (max-width: 928px) {
  .l-header__right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: clamp(1.25rem, 0.855rem + 1.974vw, 2rem);
  }
}
.l-header__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  margin-top: 18px;
}
@media (max-width: 928px) {
  .l-header__link {
    margin: 0;
  }
}
.l-header__link--sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-column-gap: 9px;
     -moz-column-gap: 9px;
          column-gap: 9px;
}
.l-header__link--sns li {
  display: block;
}
.l-header__link--sns li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30px;
  height: 30px;
}
.l-header__link--sns li a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.l-header__link--bba {
  display: block;
  width: 214px;
}
@media (max-width: 928px) {
  .l-header__link--bba {
    display: none;
  }
}
.l-header__link--bba img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.l-header__link--takeda {
  display: block;
  width: 206px;
}
@media (max-width: 928px) {
  .l-header__link--takeda {
    display: none;
  }
}
.l-header__link--takeda img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 928px) {
  .l-header__nav {
    position: fixed;
    top: 60px;
    right: -100%;
    width: 100%;
    max-width: 425px;
    height: 100vh;
    background-color: #fff;
    z-index: 1000;
    -webkit-transition: right 0.3s ease;
    transition: right 0.3s ease;
    overflow-y: auto;
    padding: 10px 20px 20px;
  }
  .is-open .l-header__nav {
    display: block;
    right: 0;
  }
}
.l-header__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
@media (max-width: 928px) {
  .l-header__nav ul {
    gap: 0;
  }
}
@media (max-width: 928px) {
  .l-header__nav--list {
    position: relative;
    width: 100%;
    border-bottom: solid 1px #023495;
  }
}
@media (max-width: 928px) {
  .l-header__nav--list::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transform: translateY(calc(50% + 0.5px));
            transform: translateY(calc(50% + 0.5px));
    display: block;
    width: 3px;
    height: 3px;
    background-color: #023495;
    -webkit-transition: width 0.2s ease;
    transition: width 0.2s ease;
  }
}
@media (max-width: 928px) {
  .l-header__nav--list a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 10px;
    width: 100%;
    padding: 1.8rem 0 10px;
  }
}
.l-header__nav--list .u-nav-en {
  position: relative;
  display: block;
  width: 102px;
  padding-bottom: 7px;
  border-bottom: solid 1px #023495;
}
@media (max-width: 928px) {
  .l-header__nav--list .u-nav-en {
    padding-bottom: 0;
    border-bottom: none;
  }
}
.l-header__nav--list .u-nav-en::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(calc(50% + 0.5px));
          transform: translateY(calc(50% + 0.5px));
  display: block;
  width: 3px;
  height: 3px;
  background-color: #023495;
  -webkit-transition: width 0.2s ease;
  transition: width 0.2s ease;
}
@media (max-width: 928px) {
  .l-header__nav--list .u-nav-en::before {
    display: none;
  }
}
.l-header__nav--list .u-nav-en img {
  height: 14px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 928px) {
  .l-header__nav--list .u-nav-en img {
    height: 17px;
  }
}
.l-header__nav--list .u-nav-ja {
  display: block;
  margin-top: 11px;
  color: #444444;
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.02em;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
@media (max-width: 928px) {
  .l-header__nav--list .u-nav-ja {
    margin-top: 0;
    font-size: 15px;
  }
}
.l-header__nav--list a:hover .u-nav-ja {
  color: #023495;
}
.l-header__nav--links {
  display: none;
}
@media (max-width: 928px) {
  .l-header__nav--links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1rem;
    margin-top: 2rem;
  }
}
.l-header__nav--links a {
  display: block;
  width: 100%;
  max-width: 254px;
  color: #444444;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
}
.l-header__nav--links a img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-form-header {
  width: 96%;
  margin: 0 auto;
}
.p-form-header__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 13px;
  width: 240px;
  margin-top: 10px;
}
.p-form-header__cont--logo {
  width: 100%;
}
.p-form-header__cont--logo a {
  display: block;
  width: 100%;
}
.p-form-header__cont--logo img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.l-header__hamburger {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40px;
  height: 40px;
  background: transparent;
  border: solid 2px #023495;
  cursor: pointer;
  padding: 0;
  z-index: 1001;
}
@media (max-width: 928px) {
  .l-header__hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.l-header__hamburger span {
  position: relative;
  display: block;
  width: 20px;
  height: 2px;
  background-color: #023495;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.l-header__hamburger span:nth-child(1) {
  top: -5px;
}
.l-header__hamburger span:nth-child(3) {
  top: 5px;
}
.is-open .l-header__hamburger span:nth-child(1) {
  -webkit-transform: translateY(7px) rotate(45deg);
          transform: translateY(7px) rotate(45deg);
}
.is-open .l-header__hamburger span:nth-child(2) {
  opacity: 0;
}
.is-open .l-header__hamburger span:nth-child(3) {
  -webkit-transform: translateY(-7px) rotate(-45deg);
          transform: translateY(-7px) rotate(-45deg);
}

.l-header__overlay {
  display: none;
  position: fixed;
  top: 60px;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.is-open .l-header__overlay {
  display: block;
  opacity: 1;
}

@media (max-width: 928px) {
  .l-header__nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

body.is-menu-open {
  overflow: hidden;
}

.l-cont-wrapper {
  display: block;
  margin: 0px auto;
}

.p-hero {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
@media (max-width: 768px) {
  .p-hero {
    width: 96%;
  }
}
.p-hero__container {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}
.p-hero__container .swiper {
  width: 100%;
}
@media (min-width: 1440px) {
  .p-hero__container .swiper {
    padding: 0 60px;
  }
}
@media (max-width: 768px) {
  .p-hero__container .swiper {
    height: auto;
  }
}
.p-hero__container .swiper-slide {
  cursor: pointer;
  aspect-ratio: 1440/610;
}
@media (min-width: 1024px) {
  .p-hero__container .swiper-slide {
    opacity: 0.3;
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
  }
  .p-hero__container .swiper-slide-active {
    opacity: 1;
  }
  .p-hero__container .swiper-slide-prev, .p-hero__container .swiper-slide-next {
    opacity: 0.5;
  }
}
@media (max-width: 768px) {
  .p-hero__container .swiper-slide {
    aspect-ratio: auto;
  }
}
.p-hero__container .swiper-slide picture,
.p-hero__container .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.p-hero__container .swiper-slide img {
  border: solid 1px #eee;
}
.p-hero__container .swiper-pagination {
  position: relative;
  top: 0;
  margin-top: 1rem;
  z-index: 10;
}
@media (max-width: 768px) {
  .p-hero__container .swiper-pagination {
    margin-top: 0.75rem;
  }
}
.p-hero__container .swiper-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  margin: 0 0.4rem;
  background: #ccc;
  opacity: 0.6;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .p-hero__container .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin: 0 0.3rem;
  }
}
.p-hero__container .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: #023495;
  width: 40px;
  border-radius: 7.5px;
}
@media (max-width: 768px) {
  .p-hero__container .swiper-pagination .swiper-pagination-bullet-active {
    width: 30px;
    border-radius: 6px;
  }
}

.p-news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  width: 96%;
  max-width: 1000px;
  margin: 30px auto;
  padding: 10px 20px;
  background-color: #f7f7f7;
}
@media (max-width: 640px) {
  .p-news {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    margin: 1.5rem auto 0;
    padding: 1.2rem var(--side-spacing);
  }
}
.p-news .p-news__h2 {
  color: #023495;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
}
.p-news__cont {
  margin-top: 4px;
}
@media (max-width: 640px) {
  .p-news__cont {
    margin-top: 0.4rem;
  }
}
.p-news__cont--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
}
@media (max-width: 640px) {
  .p-news__cont--item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-news__cont--item + .p-news__cont--item {
  margin-top: 7px;
}
.p-news__cont--item .news-date {
  color: #023495;
  font-size: 14px;
  font-weight: bold;
  font-family: 游ゴシック体, "Yu Gothic";
}
@media (max-width: 640px) {
  .p-news__cont--item .news-date {
    font-size: 15px;
  }
}
.p-news__cont--item .news-title {
  color: #444444;
  font-size: 14px;
  font-weight: 500;
  font-family: 游ゴシック体, "Yu Gothic";
  line-height: 1.5;
}
@media (max-width: 640px) {
  .p-news__cont--item .news-title {
    font-size: 15px;
  }
}
.p-news__cont--item .news-title .news-title__h3 {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 14px;
  font-weight: 700;
  font-family: 游ゴシック体, "Yu Gothic";
  line-height: 1.5;
}
@media (max-width: 640px) {
  .p-news__cont--item .news-title .news-title__h3 {
    font-size: 15px;
  }
}
.p-news__cont--item .news-title .news-title__h3::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background-image: url("../img/icon-arrow_under.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 0.5rem;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-news__cont--item .news-title .news-title__h3.is-active::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.p-news__cont--item .news-title .news-post {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 0.3s ease, margin-top 0.3s ease;
  transition: max-height 0.3s ease, margin-top 0.3s ease;
  margin-top: 0;
  font-size: 14px;
  font-weight: 500;
  font-family: 游ゴシック体, "Yu Gothic";
  line-height: 1.5;
}
.p-news__cont--item .news-title .news-post.is-open {
  margin-top: 0.3rem;
}
.p-news__cont--item .news-title a {
  color: #444444;
  text-decoration: underline;
  word-break: keep-all;
}

section {
  position: relative;
  width: 100%;
}
section#concept {
  background-color: #f8f8f8;
}
section#performance {
  background-color: #fff;
}
section#faq {
  background-color: #f1f1f1;
}
section#s-location {
  background-color: #4c92cf;
  z-index: 1;
}
section#s-location::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  max-width: 1000px;
  height: 100%;
  background-image: url(../img/bg5.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  z-index: -1;
}
@media (max-width: 768px) {
  section#s-location::before {
    max-width: clamp(15rem, -1.071rem + 80.357vw, 37.5rem);
    height: 100%;
    background-image: url(../img/bg5.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
  }
}
section#conatct {
  background-color: #413958;
  background-image: url(../img/bg-contact.png);
  background-repeat: no-repeat;
  background-position: right 30% bottom;
  background-size: 600px;
}
@media (max-width: 768px) {
  section#conatct {
    background-size: clamp(12.5rem, 3.571rem + 44.643vw, 25rem);
    background-position: right -20% top 15%;
  }
}

.c-sec-cont {
  width: 94%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 80px 0;
}
@media (max-width: 768px) {
  .c-sec-cont {
    width: 100%;
    padding: clamp(3.125rem, 1.786rem + 6.696vw, 5rem) var(--side-spacing);
  }
}
.c-sec-cont h2 {
  margin-bottom: 20px;
  display: block;
  height: 84px;
}
@media (max-width: 768px) {
  .c-sec-cont h2 {
    margin-bottom: 0.7rem;
    height: clamp(2.875rem, 2.25rem + 3.125vw, 3.75rem);
  }
}
.c-sec-cont h2 img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.c-sec-cont h2.p-concept__title {
  height: 84px;
}
.c-sec-cont h2.p-performance__title {
  height: 67px;
  margin-bottom: 44px;
}
@media (max-width: 768px) {
  .c-sec-cont h2.p-performance__title {
    height: clamp(2rem, 1.018rem + 4.911vw, 3.375rem);
    margin-bottom: 1.5rem;
  }
}
.c-sec-cont h2.p-conatct__title {
  height: 67px;
  margin-bottom: 44px;
}
@media (max-width: 768px) {
  .c-sec-cont h2.p-conatct__title {
    height: clamp(2.25rem, 1.446rem + 4.018vw, 3.375rem);
    margin-bottom: 0.6rem;
  }
}
.c-sec-cont h3 {
  margin-bottom: 1rem;
  color: #444444;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .c-sec-cont h3 {
    font-size: clamp(1.0625rem, 0.571rem + 2.455vw, 1.75rem);
  }
}
.c-sec-cont p {
  color: #444444;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .c-sec-cont p {
    font-size: 15px;
  }
}
.c-sec-cont p + p {
  margin-top: 1.5rem;
}
.c-sec-cont p a {
  word-break: break-all;
}

.p-concept {
  padding: 80px 0 160px;
  overflow-x: hidden;
}
@media (max-width: 768px) {
  .p-concept {
    padding: clamp(3.125rem, 1.786rem + 6.696vw, 5rem) var(--side-spacing) clamp(5rem, 4.107rem + 4.464vw, 6.25rem);
  }
}
@media (max-width: 640px) {
  .p-concept {
    padding: 0 var(--side-spacing) clamp(5rem, 4.107rem + 4.464vw, 6.25rem);
  }
}
.p-concept__catch {
  position: relative;
  width: 100%;
  background-color: #ecf3fd;
}
@media (max-width: 640px) {
  .p-concept__catch {
    display: none;
  }
}
.p-concept__catch--bg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 94%;
  max-width: 1182px;
  height: auto;
  z-index: 0;
}
.p-concept__catch--bg img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-concept__catch--thumb {
  position: relative;
  width: 84%;
  max-width: 736px;
  margin: 0 auto;
  z-index: 1;
}
@media (max-width: 640px) {
  .p-concept__catch--thumb {
    width: 94%;
    max-width: 540px;
  }
}
.p-concept__catch--thumb img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-concept__info h3 {
  text-align: center;
}
@media (max-width: 640px) {
  .p-concept__info h3 {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: solid 1px #d6d6d6;
  }
}
.p-concept__info p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 800px;
  margin: 0 auto;
}
.p-concept__details {
  margin-top: 100px;
}
@media (max-width: 768px) {
  .p-concept__details {
    margin-top: clamp(3.125rem, 1.786rem + 6.696vw, 5rem);
  }
}
.p-concept__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: clamp(2.5rem, -3.125rem + 11.719vw, 4.375rem);
     -moz-column-gap: clamp(2.5rem, -3.125rem + 11.719vw, 4.375rem);
          column-gap: clamp(2.5rem, -3.125rem + 11.719vw, 4.375rem);
}
@media (max-width: 768px) {
  .p-concept__cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem;
  }
}
.p-concept__cont + .p-concept__cont {
  margin-top: 110px;
}
@media (max-width: 768px) {
  .p-concept__cont + .p-concept__cont {
    margin-top: 70px;
  }
}
.p-concept__cont-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .p-concept__cont-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem;
  }
}
.p-concept__cont--thumb {
  position: relative;
  width: clamp(22.5rem, 3.75rem + 39.063vw, 28.75rem);
  background-color: #fff;
  aspect-ratio: 46/34;
}
@media (max-width: 768px) {
  .p-concept__cont--thumb {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
}
.p-concept__cont--thumb img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-concept__cont--thumb img.bicycle-img {
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (max-width: 768px) {
  .p-concept__cont--thumb img.bicycle-img {
    width: 90%;
  }
}
.p-concept__cont--thumb .p-concept-iocn {
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translate(33%, -40%);
          transform: translate(33%, -40%);
  width: 145px;
  height: 145px;
}
@media (max-width: 768px) {
  .p-concept__cont--thumb .p-concept-iocn {
    width: clamp(6.25rem, 3.125rem + 15.625vw, 10.625rem);
    height: clamp(6.25rem, 3.125rem + 15.625vw, 10.625rem);
    -webkit-transform: translate(-10%, -33%);
            transform: translate(-10%, -33%);
  }
}
.p-concept__cont--thumb .p-concept-iocn.p-concept-iocn-left {
  right: initial;
  left: 0;
  -webkit-transform: translate(-33%, -40%);
          transform: translate(-33%, -40%);
}
@media (max-width: 768px) {
  .p-concept__cont--thumb .p-concept-iocn.p-concept-iocn-left {
    -webkit-transform: translate(10%, -33%);
            transform: translate(10%, -33%);
  }
}
.p-concept__cont--info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-concept__cont--info .p-concept__topic {
  height: auto;
  margin-bottom: 0.5rem;
  font-size: 27px;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .p-concept__cont--info .p-concept__topic {
    font-size: clamp(1.1875rem, 0.875rem + 1.563vw, 1.625rem);
  }
}
.p-concept__cont--info .p-concept__explanation {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .p-concept__cont--info .p-concept__explanation {
    font-size: clamp(1rem, 0.911rem + 0.446vw, 1.125rem);
  }
}
.p-concept__cont--info .p-concept__txt {
  font-size: 15px;
  font-weight: 500;
}
.p-concept .c-concept-list {
  position: relative;
  margin-top: -54px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}
.p-concept .c-concept-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-concept .c-concept-list__item .c-concept-list__icon {
  width: 100%;
}
.p-concept .c-concept-list__item .c-concept-list__icon img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-concept .c-concept-list__item .c-concept-list__txt {
  margin: 24px 0 14px;
  color: #444444;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.6;
  text-align: justify;
}
.p-concept .c-concept-list__item .c-concept-list__more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 70px;
  height: 70px;
  background-color: #ffffff;
  border-radius: 50%;
  margin: auto auto 0;
  color: #444444;
  font-size: 12px;
  font-weight: 500;
}

.p-performance h3 {
  color: #444444;
}
.p-performance p {
  color: #444444;
}
.p-performance__result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 40px;
  margin-top: 70px;
}
@media (max-width: 768px) {
  .p-performance__result {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: clamp(1.5rem, 1.054rem + 2.232vw, 2.125rem);
    margin-top: clamp(3.125rem, 2.232rem + 4.464vw, 4.375rem);
  }
}
.p-performance__navigation {
  width: 220px;
}
@media (max-width: 768px) {
  .p-performance__navigation {
    width: 94%;
    max-width: 460px;
    border: solid 1px #023495;
    padding: 0.8rem 0;
  }
}
.p-performance__slider-wrapper {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  border: solid 3px #023495;
}
@media (max-width: 768px) {
  .p-performance__slider-wrapper {
    border: none;
    border-top: solid 2px #023495;
    border-bottom: solid 2px #023495;
    width: 100vw;
    max-width: initial;
    margin: 0 calc(50% - 50vw);
  }
}
.p-performance__slider {
  width: 100%;
  height: auto !important;
}
.p-performance__slide-image {
  width: 100%;
  height: auto;
}
.p-performance__slide-image img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-performance__slide-image {
  width: 100%;
  height: auto;
}
.p-performance__slide-image img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-performance__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.4em;
}
@media (max-width: 768px) {
  .p-performance__list {
    display: block;
    gap: 0;
    width: 100%;
  }
}
.p-performance__list li {
  display: block;
  width: 100%;
}
@media (max-width: 768px) {
  .p-performance__list li {
    width: 100% !important;
  }
}
.p-performance__list li a {
  color: #444444;
  font-size: 15px;
  font-weight: bold;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
  line-height: 1;
}
@media (max-width: 768px) {
  .p-performance__list li a {
    font-size: 16px;
    font-weight: 700;
  }
}
.p-performance__list li a:hover {
  color: #023495;
}
.p-performance__list li.is-active a {
  color: #023495;
}
@media (max-width: 768px) {
  .p-performance__nav-slider {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .p-performance__nav-slider .swiper-slide {
    width: 100% !important;
    height: auto;
    text-align: center;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media (max-width: 768px) {
  .p-performance__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
  }
}
.p-performance .p-performance__slider-navigation .p-performance__slider-button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #023495;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  z-index: 3;
  cursor: pointer;
}
.p-performance .p-performance__slider-navigation .p-performance__slider-button--prev {
  left: 20px;
}
.p-performance .p-performance__slider-navigation .p-performance__slider-button--next {
  right: 20px;
}
.p-performance .p-performance__slider-navigation .p-performance__slider-button .ico-arrow {
  position: relative;
}
.p-performance .p-performance__slider-navigation .p-performance__slider-button .ico-arrow img {
  width: 11px;
  height: 22px;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-performance .p-performance__slider-navigation .p-performance__slider-button .ico-arrow.ico-arrow-left {
  left: -1px;
}
.p-performance .p-performance__slider-navigation .p-performance__slider-button .ico-arrow.ico-arrow-right {
  right: -1px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.p-performance .p-performance__slider-pagination {
  position: absolute;
  bottom: -1px;
  left: initial;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.2em;
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  padding: 0.2rem 1.2em;
  background-color: #023495;
  z-index: 2;
}
.p-performance .p-performance__slider-pagination span {
  color: #fff;
  font-size: 14px;
}

.p-lineup h3 {
  margin-bottom: 0;
  color: #023495;
}
.p-lineup p {
  margin-top: 1rem;
  color: #444444;
}
.p-lineup__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 46px;
     -moz-column-gap: 46px;
          column-gap: 46px;
}
@media (max-width: 768px) {
  .p-lineup__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-lineup__cont {
  margin-top: 30px;
}
.p-lineup__list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 50px;
}
@media (max-width: 768px) {
  .p-lineup__list {
    grid-template-columns: repeat(2, 1fr);
    gap: clamp(1.875rem, 0.982rem + 4.464vw, 3.125rem);
  }
}
@media (max-width: 480px) {
  .p-lineup__list {
    grid-template-columns: auto;
  }
}
.p-lineup__list--item {
  width: 100%;
}
.p-lineup__list--item .product-img {
  width: 100%;
}
.p-lineup__list--item .product-img img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-lineup__list--item .product-name {
  width: 100%;
  margin-top: 0.5rem;
}
.p-lineup__list--item .product-name .kana {
  display: block;
  color: #444444;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
.p-lineup__list--item .product-name .en {
  display: block;
  color: #444444;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
.p-lineup__list--item .product-name .en .en-small {
  font-size: 20px;
}
.p-lineup__list--item .product-name .en .en-xsmall {
  font-size: 14px;
}
.p-lineup__list--item .product-details {
  margin-top: 15px;
}
.p-lineup__list--item .product-details a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 0 1rem;
  height: 48px;
  border: solid 1px #444444;
  color: #444444;
  font-size: 14px;
  font-weight: 700;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media (max-width: 768px) {
  .p-lineup__list--item .product-details a {
    width: 90%;
    max-width: 300px;
  }
}
.p-lineup__list--item .product-details a:hover {
  opacity: 1;
  background-color: #444444;
  color: #ffffff;
}
.p-lineup__more {
  margin: 50px auto 0;
}
.p-lineup__more a {
  display: block;
  width: 90%;
  max-width: 400px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .p-lineup__more a {
    width: 100%;
  }
}
.p-lineup__more a img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-faq {
  padding-bottom: 120px;
}
@media (max-width: 768px) {
  .p-faq {
    padding-bottom: clamp(3.75rem, 1.071rem + 13.393vw, 7.5rem);
  }
}
.p-faq h3 {
  color: #444444;
}
.p-faq p {
  color: #444444;
}
.p-faq__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 46px;
     -moz-column-gap: 46px;
          column-gap: 46px;
}
@media (max-width: 768px) {
  .p-faq__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.p-faq__cont {
  margin-top: 40px;
}
@media (max-width: 768px) {
  .p-faq__cont {
    margin-top: 50px;
  }
}
.p-faq__item + .p-faq__item {
  margin-top: 0.7rem;
}
.p-faq__item--qes {
  position: relative;
  padding: 1.1rem 1.2rem;
  padding-right: 60px;
  background-color: #ffffff;
  border-radius: 5px;
  color: #444444;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  padding-left: 3.2rem;
}
@media (max-width: 768px) {
  .p-faq__item--qes {
    padding: 0.8rem 1.2rem;
    padding-left: 3.2rem;
    padding-right: clamp(3.125rem, 2.679rem + 2.232vw, 3.75rem);
    line-height: 1.6;
  }
}
.p-faq__item--qes::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 1em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  background-image: url(../img/icon-qes.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 28px;
  height: 28px;
}
.p-faq__item--qes::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.2rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-color: #444444;
  border-radius: 50%;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  background-image: -webkit-gradient(linear, left top, right top, from(#ffffff), to(#ffffff)), -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff));
  background-image: linear-gradient(to right, #ffffff 0%, #ffffff 100%), linear-gradient(to bottom, #ffffff 0%, #ffffff 100%);
  background-size: 10px 2px, 2px 10px;
  background-position: center;
  background-repeat: no-repeat;
}
.p-faq__item--qes.is-open {
  background-color: #2caaed;
  border-radius: 5px 5px 0 0;
  color: #ffffff;
}
.p-faq__item--qes.is-open::before {
  background-image: url(../img/icon-qes-open.svg);
}
.p-faq__item--qes.is-open::after {
  background-color: #ffffff;
  background-image: -webkit-gradient(linear, left top, right top, from(#2caaed), to(#2caaed));
  background-image: linear-gradient(to right, #2caaed 0%, #2caaed 100%);
  background-size: 10px 2px;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.p-faq__item--ans {
  overflow: hidden;
  height: 0;
  border-radius: 0 0 5px 5px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
}
.p-faq__item--ans-inner {
  padding: 1rem;
  background-color: #ffffff;
  color: #444444;
}
.p-faq__item--ans-inner a {
  color: #003893;
}
.p-faq__more-btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 86%;
  max-width: 260px;
  height: 46px;
  margin: 1.8rem auto 0;
  background-color: #fff;
  border: solid 1px #444444;
  border-radius: 50px;
  color: #444444;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
}
.p-faq .p-no-good {
  display: block;
  margin-top: 50px;
}
.p-faq .p-no-good__title {
  width: 100%;
  margin: 0 auto;
  padding: 8px 1rem;
  background-color: #2caaed;
  color: #ffffff;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .p-faq .p-no-good__title {
    font-size: clamp(1.125rem, 0.679rem + 2.232vw, 1.75rem);
  }
}
.p-faq .p-no-good__cont {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .p-faq .p-no-good__cont {
    grid-template-columns: auto;
  }
}
.p-faq .p-no-good__cont--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #ffffff;
  padding: 1rem 10px;
}
@media (max-width: 768px) {
  .p-faq .p-no-good__cont--item {
    display: grid;
    grid-template-columns: clamp(6.25rem, 4.018rem + 11.161vw, 9.375rem) 1fr;
    gap: 4px 1rem;
    padding: 1.2rem 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.p-faq .p-no-good__cont--item:nth-child(2n) {
  background-color: #e6f6ff;
}
.p-faq .p-no-good__cont--item .p-no-good__info {
  display: contents;
}
.p-faq .p-no-good__cont--item .p-no-good__icon {
  width: 90%;
  max-width: 144px;
  margin: 0 auto;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media (max-width: 768px) {
  .p-faq .p-no-good__cont--item .p-no-good__icon {
    grid-column: 1;
    grid-row: 1/3; /* アイコンを2行分にまたがせる */
  }
}
.p-faq .p-no-good__cont--item .p-no-good__icon img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-faq .p-no-good__cont--item .p-no-good__h4 {
  margin-bottom: 10px;
  color: #444444;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media (max-width: 768px) {
  .p-faq .p-no-good__cont--item .p-no-good__h4 {
    grid-column: 2;
    grid-row: 1;
    margin: 0;
    font-size: clamp(1rem, 0.911rem + 0.446vw, 1.125rem);
    align-self: end; /* 下寄せ */
    text-align: left;
  }
}
.p-faq .p-no-good__cont--item .p-no-good__txt {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 24px auto 0;
  color: #444444;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
@media (max-width: 768px) {
  .p-faq .p-no-good__cont--item .p-no-good__txt {
    grid-column: 2;
    grid-row: 2;
    margin: 0;
    align-self: start; /* 上寄せ */
  }
}
.p-faq .p-no-good__cont--item .p-no-good__txt span {
  font-size: 10px;
}

.p-location h3 {
  color: #ffffff;
  margin-bottom: 0;
}
.p-location .c-shop-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
  gap: 10px;
  width: 100%;
  max-width: 540px;
  margin-top: 50px;
}
@media (max-width: 928px) {
  .p-location .c-shop-list {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .p-location .c-shop-list {
    width: 100%;
    max-width: 100%;
    margin-top: clamp(2.25rem, 1.625rem + 3.125vw, 3.125rem);
  }
}
.p-location .c-shop-list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 48px;
  width: 100%;
  padding: 0 0.5em;
  border: solid 1px #ffffff;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  -webkit-transition: color 0.2s ease, background-color 0.2s ease;
  transition: color 0.2s ease, background-color 0.2s ease;
}
.p-location .c-shop-list a:hover {
  background-color: #ffffff;
  color: #4c92cf;
  opacity: 1;
}

.p-conatct h3 {
  color: #ffffff;
}
.p-conatct p {
  color: #ffffff;
}
.p-conatct p a {
  color: #ffffff;
  text-decoration: underline;
}

/* フォーム */
.l-form {
  width: 92%;
  max-width: 740px;
  margin: 0 auto;
  padding: 30px 0;
  color: #444444;
}
.l-form__cont {
  display: block;
}
.l-form__cont > h1 {
  margin-bottom: 1.5rem;
  text-align: center;
  color: #444444;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.5;
}
.l-form__cont > h2 {
  margin-bottom: 1rem;
  text-align: center;
  color: #444444;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
}
.l-form__cont > h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 1rem;
  padding: 1em;
  border-top: solid 1px #444444;
  border-bottom: solid 1px #444444;
  text-align: center;
  color: #444444;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}
.l-form__cont p {
  font-size: 15px;
  line-height: 1.8;
}
.l-form__cont > p + p {
  margin-top: 1rem;
}
.l-form__cont > p + h2 {
  margin-top: 3.5rem;
}
.l-form__cont > p + h3 {
  margin-top: 2.5rem;
}
.l-form__cont > p + .l-form__cont--box {
  margin-top: 2.5rem;
}
.l-form__cont > p + ol {
  margin-top: 1rem;
}
.l-form__cont > p + ul {
  margin-top: 1rem;
}
.l-form__cont > ul li {
  position: relative;
  padding-left: 1.2em;
  font-size: 15px;
  line-height: 1.7;
}
.l-form__cont > ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.05em;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  width: 0.8em;
  height: 0.8em;
  background-color: #444444;
  border-radius: 50%;
}
.l-form__cont > ul + h3 {
  margin-top: 2.5rem;
}
.l-form__cont > ol li {
  position: relative;
  margin-left: 1.2em;
  font-size: 15px;
  line-height: 1.7;
  list-style-type: decimal;
}
.l-form__cont > ol + h3 {
  margin-top: 2.5rem;
}
.l-form__cont > ol + p {
  margin-top: 1rem;
}
.l-form__cont > ol + ol {
  margin-top: 1rem;
}
.l-form__cont > dl dt {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.8;
}
.l-form__cont > dl dd {
  font-size: 15px;
  line-height: 1.8;
}
.l-form__cont > dl.d-flx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-form__cont > dl.d-flx + .d-flx {
  margin-top: 1rem;
}
.l-form__cont > dl.d-flx dt {
  width: 14em;
}
.l-form__cont > dl.d-flx dt img {
  width: 8em;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0.3rem 0 0 1rem;
}
.l-form__cont > dl.d-flx dd {
  width: calc(100% - 14em);
}
.l-form__cont > dl + h3 {
  margin-top: 2.5rem;
}
.l-form__cont .c-note-small {
  display: inline-block;
  font-size: 12px;
}
.l-form__cont .p-case {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.5rem 2.5rem;
  margin: 1.5rem auto 2.5rem;
}
.l-form__cont .p-case.p-case-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  gap: 0;
}
.l-form__cont .p-case__img {
  width: 90%;
  margin: 0 auto;
}
.l-form__cont .p-case__img--case1 {
  width: 100%;
  max-width: 620px;
  margin: 0 auto;
}
.l-form__cont .p-case__img--case2 {
  width: 100%;
  max-width: 500px;
  margin: 1.5rem auto;
}
.l-form__cont .p-case dl dt {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 15px;
  line-height: 1.8;
}
.l-form__cont .p-case dl dt span {
  display: block;
  font-size: 13px;
  line-height: 1;
}
.l-form__cont .p-case dl dd {
  font-size: 15px;
  line-height: 1.8;
  margin-top: 0.3rem;
}
.l-form__cont .p-case dl dd img {
  width: auto;
  height: 240px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto;
}
.l-form__cont .b-box + .b-box {
  border-top: solid 1px #dedede;
  padding-top: 1.2rem;
  margin-top: 1.2rem;
}
.l-form__cont .b-box + .l-form__cont--box {
  margin-top: 2.5rem;
}
.l-form__cont .b-box .b-box__note {
  margin-top: 0.5rem;
  color: #6a6a6a;
  font-size: 12px;
}
.l-form__cont .b-box h4 {
  margin-bottom: 0.1rem;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
}
.l-form__cont .b-box h4 + h4 {
  margin-top: 0.5rem;
}
.l-form__cont .b-box h4 + p {
  margin-top: 0.5rem;
}
.l-form__cont .b-box h4 + ol {
  margin-top: 0.5rem;
}
.l-form__cont .b-box ul li {
  position: relative;
  margin-left: 1.2em;
  font-size: 15px;
  line-height: 1.7;
  list-style-type: initial !important;
}
.l-form__cont .b-box ol li {
  position: relative;
  margin-left: 1.2em;
  font-size: 15px;
  line-height: 1.7;
  list-style-type: decimal;
}
.l-form__cont .b-box ol + h4 {
  margin-top: 1rem;
}
.l-form__cont .b-box ol + p {
  margin-top: 1rem;
}
.l-form__cont .b-box ol + ol {
  margin-top: 1rem;
}
.l-form__cont .b-box p + p {
  margin-top: 1rem;
}
.l-form__cont p + .b-box {
  border-top: solid 1px #dedede;
  padding-top: 1.2rem;
  margin-top: 1.2rem;
}
.l-form__cont .p-not-applicable {
  display: grid;
  grid-template-columns: 3fr 2fr;
  gap: 1rem;
  margin: 1rem auto 2.5rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.l-form__cont .p-not-applicable__left p {
  font-size: 15px;
  line-height: 1.8;
}
.l-form__cont .p-not-applicable__left ol li {
  position: relative;
  margin-left: 1.2em;
  font-size: 15px;
  line-height: 1.7;
  list-style-type: decimal;
}
.l-form__cont .p-not-applicable__left ol + p {
  margin-top: 1rem;
}
.l-form__cont .p-not-applicable__right img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.l-form__cont .l-form__cont--box + .l-form__cont--box {
  margin-top: 2.5rem;
}
.l-form__cont .l-form__cont--box + h2 {
  margin-top: 3.5rem;
}
.l-form__cont .l-form__cont--box > h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 1rem;
  padding: 0.7em;
  border-top: solid 1px #444444;
  border-bottom: solid 1px #444444;
  text-align: center;
  color: #444444;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
.l-form__cont .l-form__cont--box > h3 span {
  font-size: 14px;
  letter-spacing: 0;
}
.l-form__cont .l-form__cont--box > h4 {
  color: #444444;
  font-size: 16px;
  font-weight: 700;
}
.l-form__cont .l-form__cont--box > h4 + h4 {
  margin-top: 1rem;
}
.l-form__cont .l-form__cont--box > h4 + ol {
  margin-top: 0.5rem;
}
.l-form__cont .l-form__cont--box > p {
  font-size: 15px;
  line-height: 1.8;
}
.l-form__cont .l-form__cont--box > p + p {
  margin-top: 1rem;
}
.l-form__cont .l-form__cont--box > p + h4 {
  margin-top: 1rem;
}
.l-form__cont .l-form__cont--box > p + .logo-flex {
  margin-top: 1rem;
}
.l-form__cont .l-form__cont--box ul li {
  position: relative;
  font-size: 15px;
  line-height: 1.7;
  list-style-type: initial !important;
}
.l-form__cont .l-form__cont--box ul li + li {
  margin-top: 0.1em;
}
.l-form__cont .l-form__cont--box ul + h3 {
  margin-top: 2.5rem;
}
.l-form__cont .l-form__cont--box ul + h4 {
  margin-top: 1rem;
}
.l-form__cont .l-form__cont--box > ul {
  margin-left: 1.2em;
}
.l-form__cont .l-form__cont--box > ul + p {
  margin-top: 1rem;
}
.l-form__cont .l-form__cont--box > ol li {
  position: relative;
  margin-left: 1.2em;
  font-size: 15px;
  line-height: 1.7;
  list-style-type: decimal;
}
.l-form__cont .l-form__cont--box > ol li + li {
  margin-top: 0.1em;
}
.l-form__cont .l-form__cont--box > ol + h3 {
  margin-top: 2.5rem;
}
.l-form__cont .l-form__cont--box > ol + p {
  margin-top: 1rem;
}
.l-form__cont .l-form__cont--box > ol + h4 {
  margin-top: 1rem;
}
.l-form__cont .l-form__cont--box .logo-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
.l-form__cont .l-form__cont--box .logo-flex--info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.l-form__cont .l-form__cont--box .logo-flex--logo {
  width: 140px;
}
.l-form__cont .l-form__cont--box .logo-flex--logo img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.l-form__cont .l-form__cont--box .logo-flex + p {
  margin-top: 1rem;
}
.l-form .p-form-cont + .p-form-cont {
  margin-top: 2.5rem;
  padding-top: 1rem;
  border-top: 1px solid #ddd;
}
.l-form .p-form-cont__title {
  margin-bottom: 1rem;
  color: #444444;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.l-form .form-group + .form-group {
  margin-top: 0.8rem;
}
.l-form .form-group .label-wrapper {
  margin-bottom: 0.3em;
}
.l-form .form-group .c-note {
  display: block;
  margin-bottom: 0.5em;
  color: #6a6a6a;
  font-size: 11px;
  line-height: 1.5;
}
.l-form .form-filer + .form-filer {
  padding-top: 0.4rem;
  border-top: solid 1px rgba(0, 0, 0, 0.1);
}
.l-form .required {
  position: relative;
  top: -1px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.1em 0.5em;
  margin-left: 0.5rem;
  background-color: rgb(244, 67, 54);
  border-radius: 0.25rem;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
}
.l-form .wpcf7 input[type=text],
.l-form .wpcf7 input[type=email],
.l-form .wpcf7 input[type=tel],
.l-form .wpcf7 input[type=number],
.l-form .wpcf7 input[type=date] {
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #444444;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  overflow: hidden;
  border-radius: 0.25rem;
}
.l-form .wpcf7 select {
  display: block;
  width: 100%;
  padding: 0.7rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #444444;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  overflow: hidden;
  border-radius: 0.25rem;
}
.l-form .wpcf7-radio {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
.l-form .wpcf7-radio .wpcf7-list-item {
  margin: 0;
}
.l-form .wpcf7-radio .wpcf7-list-item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin: 0;
  padding: 8px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  background-color: rgb(255, 255, 255);
  border-radius: 4px;
  border-color: rgb(217, 217, 217);
  color: #444444;
  font-weight: 400;
  font-size: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}
.l-form .wpcf7 input[type=submit] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: initial;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 400px;
  margin: 1.5rem auto 0;
  padding: 0.2em 0;
  border-color: rgb(0, 188, 212);
  border-radius: 0.25rem;
  background-color: rgb(0, 188, 212);
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
}
.l-form .p-thanks__title {
  font-size: 22px;
  margin-bottom: 1rem;
}
.l-form .p-thanks p {
  color: #444444;
  font-size: 15px;
}
.l-form .p-thanks p + p {
  margin-top: 0.4rem;
}
.l-form .p-thanks__backbtn {
  display: block;
  margin-top: 1rem;
}
.l-form .p-thanks__backbtn a {
  color: #003893;
  font-size: 15px;
}

/* モーダルのスタイル */
.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  -ms-flex-line-pack: center;
      align-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.modal-content {
  background-color: #fff;
  margin: 5% auto;
  padding: 30px;
  width: 90%;
  max-width: 1000px;
  max-height: 80vh;
  overflow-y: auto;
  border-radius: 8px;
  position: relative;
}

.modal-close {
  position: absolute;
  right: 20px;
  top: 15px;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
  line-height: 1;
  z-index: 10;
}

.modal-close:hover {
  color: #999;
}

.modal-body {
  margin-top: 20px;
}

/* テーブルのスタイル */
.modal-body .shop_tbl {
  width: 100%;
  border-collapse: collapse;
  margin: 0;
}

.modal-body .shop_tbl th {
  background-color: #f5f5f5;
  padding: 6px 8px;
  text-align: left;
  font-weight: bold;
  border: 1px solid #ddd;
  white-space: nowrap;
}

.modal-body .shop_tbl td {
  padding: 6px 8px;
  border: 1px solid #ddd;
}

.modal-body .shop_tbl td:nth-of-type(4) {
  word-break: keep-all;
  white-space: nowrap;
}

.modal-body .shop_tbl tr:nth-child(even) {
  background-color: #fafafa;
}

.modal-body .shop_tbl tr:hover {
  background-color: #f0f0f0;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
  .modal-content {
    width: 90%;
    padding: 20px 15px;
    margin: 10% auto;
  }
  .modal-body .shop_tbl {
    font-size: 13px;
  }
  .modal-body .shop_tbl th,
  .modal-body .shop_tbl td {
    padding: 8px 5px;
  }
}
/* 小さい画面ではテーブルをスクロール可能に */
@media (max-width: 600px) {
  .modal-body {
    overflow-x: auto;
  }
  .modal-body .shop_tbl {
    font-size: 12px;
    min-width: 500px;
  }
}
.loading {
  text-align: center;
  padding: 40px;
  color: #666;
}

.error {
  text-align: center;
  padding: 40px;
  color: #d32f2f;
}

.p-dl-cont {
  width: 94%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 80px 0;
}
@media (max-width: 768px) {
  .p-dl-cont {
    width: 100%;
    padding: clamp(3.125rem, 1.786rem + 6.696vw, 5rem) var(--side-spacing);
  }
}
.p-dl-cont__title {
  color: #444444;
  font-size: 32px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0;
}
@media (max-width: 768px) {
  .p-dl-cont__title {
    font-size: clamp(1.375rem, 1.018rem + 1.786vw, 1.875rem);
  }
}
.p-dl-cont__link {
  margin: 50px auto 0;
  width: 100%;
  max-width: 500px;
  padding: 1.8rem 1.6rem;
  background-color: #f7f7f7;
}
@media (max-width: 768px) {
  .p-dl-cont__link {
    margin: clamp(1.5rem, 0.339rem + 5.804vw, 3.125rem) auto 0;
  }
}
.p-dl-cont__link--list li {
  position: relative;
  padding-left: 1rem;
}
.p-dl-cont__link--list li::before {
  content: "";
  position: absolute;
  top: 0.7rem;
  left: 0;
  width: 0.4rem;
  height: 0.4rem;
  background-color: #023495;
  border-radius: 50%;
}
.p-dl-cont__link--list li + li {
  margin-top: 0.5rem;
}
.p-dl-cont__link--list li a {
  color: #444444;
  font-size: 15px;
  text-decoration: underline;
}
.p-dl-cont__dlbtn {
  margin: 30px auto 0;
}
.p-dl-cont__dlbtn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 0.5rem 1rem;
  border: solid 1px #444444;
  background-color: #ffffff;
  color: #444444;
  font-size: 12px;
  font-weight: 700;
}

.l-footer {
  width: 100%;
  background-color: #ffffff;
}
.l-footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  margin: 0 auto;
  padding: 8px var(--side-spacing);
}
@media (max-width: 768px) {
  .l-footer__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1rem var(--side-spacing);
    gap: 0.8rem;
  }
}
.l-footer__container--link {
  display: block;
}
.l-footer__container--link a {
  display: block;
  color: #444444;
  font-size: 12px;
  font-weight: 400px;
}
@media (max-width: 768px) {
  .l-footer__container--link a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 40px;
    padding: 0 1rem;
    border: solid 1px #000;
  }
}
.l-footer__container--info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 24px;
}
@media (max-width: 768px) {
  .l-footer__container--info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.7rem;
    width: 100%;
  }
}
.l-footer__container .p-copyright {
  display: block;
  line-height: 1.4;
}
.l-footer__container .p-copyright small {
  color: #444444;
  font-size: 11px;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .l-footer__container .p-copyright small {
    font-size: 13px;
  }
}
@media (max-width: 480px) {
  .l-footer__container .p-copyright small {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .l-footer__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    width: 100%;
  }
}
@media (max-width: 480px) {
  .l-footer__logo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 14px;
    margin-top: 10px;
  }
}
.l-footer__logo a {
  display: block;
  width: 165px;
}
@media (max-width: 480px) {
  .l-footer__logo a {
    width: 214px;
  }
}
.l-footer__logo a img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.l-footer__logo--bba {
  display: none;
}
@media (max-width: 768px) {
  .l-footer__logo--bba {
    display: block;
    width: 100%;
    max-width: 214px;
  }
}

/*
 * 汎用
 * -------------------------------------------------------------------
 */
@media (max-width: 768px) {
  .pc {
    display: none !important;
  }
}
@media (min-width: 768.1px) {
  .sp {
    display: none !important;
  }
}
.tx_c {
  text-align: center;
}

.tx_l {
  text-align: left;
}

.tx_r {
  text-align: right;
}

.f_bold {
  font-weight: bold;
}

/* 余白 */
.ma-0 {
  margin: 0rem !important;
}
.mb-0 {
  margin-bottom: 0rem !important;
}
.mt-0 {
  margin-top: 0rem !important;
}
.ml-0 {
  margin-left: 0rem !important;
}
.mr-0 {
  margin-right: 0rem !important;
}

.pa-0 {
  padding: 0rem !important;
}
.pb-0 {
  padding-bottom: 0rem !important;
}
.pt-0 {
  padding-top: 0rem !important;
}
.pl-0 {
  padding-left: 0rem !important;
}
.pr-0 {
  padding-right: 0rem !important;
}

.ma-1 {
  margin: 1rem !important;
}
.mb-1 {
  margin-bottom: 1rem !important;
}
.mt-1 {
  margin-top: 1rem !important;
}
.ml-1 {
  margin-left: 1rem !important;
}
.mr-1 {
  margin-right: 1rem !important;
}

.pa-1 {
  padding: 1rem !important;
}
.pb-1 {
  padding-bottom: 1rem !important;
}
.pt-1 {
  padding-top: 1rem !important;
}
.pl-1 {
  padding-left: 1rem !important;
}
.pr-1 {
  padding-right: 1rem !important;
}

.ma-2 {
  margin: 2rem !important;
}
.mb-2 {
  margin-bottom: 2rem !important;
}
.mt-2 {
  margin-top: 2rem !important;
}
.ml-2 {
  margin-left: 2rem !important;
}
.mr-2 {
  margin-right: 2rem !important;
}

.pa-2 {
  padding: 2rem !important;
}
.pb-2 {
  padding-bottom: 2rem !important;
}
.pt-2 {
  padding-top: 2rem !important;
}
.pl-2 {
  padding-left: 2rem !important;
}
.pr-2 {
  padding-right: 2rem !important;
}

.ma-3 {
  margin: 3rem !important;
}
.mb-3 {
  margin-bottom: 3rem !important;
}
.mt-3 {
  margin-top: 3rem !important;
}
.ml-3 {
  margin-left: 3rem !important;
}
.mr-3 {
  margin-right: 3rem !important;
}

.pa-3 {
  padding: 3rem !important;
}
.pb-3 {
  padding-bottom: 3rem !important;
}
.pt-3 {
  padding-top: 3rem !important;
}
.pl-3 {
  padding-left: 3rem !important;
}
.pr-3 {
  padding-right: 3rem !important;
}

.ma-4 {
  margin: 4rem !important;
}
.mb-4 {
  margin-bottom: 4rem !important;
}
.mt-4 {
  margin-top: 4rem !important;
}
.ml-4 {
  margin-left: 4rem !important;
}
.mr-4 {
  margin-right: 4rem !important;
}

.pa-4 {
  padding: 4rem !important;
}
.pb-4 {
  padding-bottom: 4rem !important;
}
.pt-4 {
  padding-top: 4rem !important;
}
.pl-4 {
  padding-left: 4rem !important;
}
.pr-4 {
  padding-right: 4rem !important;
}

.ma-5 {
  margin: 5rem !important;
}
.mb-5 {
  margin-bottom: 5rem !important;
}
.mt-5 {
  margin-top: 5rem !important;
}
.ml-5 {
  margin-left: 5rem !important;
}
.mr-5 {
  margin-right: 5rem !important;
}

.pa-5 {
  padding: 5rem !important;
}
.pb-5 {
  padding-bottom: 5rem !important;
}
.pt-5 {
  padding-top: 5rem !important;
}
.pl-5 {
  padding-left: 5rem !important;
}
.pr-5 {
  padding-right: 5rem !important;
}

.ma-6 {
  margin: 6rem !important;
}
.mb-6 {
  margin-bottom: 6rem !important;
}
.mt-6 {
  margin-top: 6rem !important;
}
.ml-6 {
  margin-left: 6rem !important;
}
.mr-6 {
  margin-right: 6rem !important;
}

.pa-6 {
  padding: 6rem !important;
}
.pb-6 {
  padding-bottom: 6rem !important;
}
.pt-6 {
  padding-top: 6rem !important;
}
.pl-6 {
  padding-left: 6rem !important;
}
.pr-6 {
  padding-right: 6rem !important;
}

.ma-7 {
  margin: 7rem !important;
}
.mb-7 {
  margin-bottom: 7rem !important;
}
.mt-7 {
  margin-top: 7rem !important;
}
.ml-7 {
  margin-left: 7rem !important;
}
.mr-7 {
  margin-right: 7rem !important;
}

.pa-7 {
  padding: 7rem !important;
}
.pb-7 {
  padding-bottom: 7rem !important;
}
.pt-7 {
  padding-top: 7rem !important;
}
.pl-7 {
  padding-left: 7rem !important;
}
.pr-7 {
  padding-right: 7rem !important;
}

.ma-8 {
  margin: 8rem !important;
}
.mb-8 {
  margin-bottom: 8rem !important;
}
.mt-8 {
  margin-top: 8rem !important;
}
.ml-8 {
  margin-left: 8rem !important;
}
.mr-8 {
  margin-right: 8rem !important;
}

.pa-8 {
  padding: 8rem !important;
}
.pb-8 {
  padding-bottom: 8rem !important;
}
.pt-8 {
  padding-top: 8rem !important;
}
.pl-8 {
  padding-left: 8rem !important;
}
.pr-8 {
  padding-right: 8rem !important;
}

.ma-9 {
  margin: 9rem !important;
}
.mb-9 {
  margin-bottom: 9rem !important;
}
.mt-9 {
  margin-top: 9rem !important;
}
.ml-9 {
  margin-left: 9rem !important;
}
.mr-9 {
  margin-right: 9rem !important;
}

.pa-9 {
  padding: 9rem !important;
}
.pb-9 {
  padding-bottom: 9rem !important;
}
.pt-9 {
  padding-top: 9rem !important;
}
.pl-9 {
  padding-left: 9rem !important;
}
.pr-9 {
  padding-right: 9rem !important;
}

.ma-10 {
  margin: 10rem !important;
}
.mb-10 {
  margin-bottom: 10rem !important;
}
.mt-10 {
  margin-top: 10rem !important;
}
.ml-10 {
  margin-left: 10rem !important;
}
.mr-10 {
  margin-right: 10rem !important;
}

.pa-10 {
  padding: 10rem !important;
}
.pb-10 {
  padding-bottom: 10rem !important;
}
.pt-10 {
  padding-top: 10rem !important;
}
.pl-10 {
  padding-left: 10rem !important;
}
.pr-10 {
  padding-right: 10rem !important;
}