/* variable
----------------------------------------------------------------- */
/* mixin
----------------------------------------------------------------- */
/* mediaQuery
----------------------------------------------------------------- */
/* function
----------------------------------------------------------------- */
/* base
----------------------------------------------------------------- */
ul,
ol {
  list-style: none;
}

html {
  font-size: 62.5%;
}
@media screen and (max-width: 1200px) {
  html {
    font-size: 1vw;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 55%;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3a3c3b;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media screen and (max-width: 500px) {
  body {
    font-size: 4vw;
  }
}

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

a {
  display: inline-block;
}

a,
button {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
a:hover,
button:hover {
  opacity: 0.5;
}

button,
input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=reset] {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
}

textarea {
  resize: vertical;
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
}

/* footer
----------------------------------------------------------------- */
.l-footer {
  padding: 1rem;
  font-size: 1.2rem;
  text-align: center;
  color: white;
}

/* header
----------------------------------------------------------------- */
.l-header {
  position: fixed;
  top: 1rem;
  left: 1rem;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .l-header {
    top: 2rem;
    left: 2rem;
  }
}
.l-header__image {
  width: 13rem;
}
@media screen and (max-width: 768px) {
  .l-header__image {
    width: 10rem;
  }
}

/* container
----------------------------------------------------------------- */
.l-container {
  width: 100%;
  margin: 0 auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

.l-container--xl {
  max-width: calc(1400px + 3rem);
}
@media screen and (max-width: 500px) {
  .l-container--xl {
    max-width: 100%;
  }
}

.l-container--lg {
  max-width: calc(1200px + 3rem);
}
@media screen and (max-width: 500px) {
  .l-container--lg {
    max-width: 100%;
  }
}

.l-container--md {
  max-width: calc(1000px + 3rem);
}
@media screen and (max-width: 500px) {
  .l-container--md {
    max-width: 100%;
  }
}

.l-container--sm {
  max-width: calc(800px + 3rem);
}
@media screen and (max-width: 500px) {
  .l-container--sm {
    max-width: 100%;
  }
}

.l-container--xs {
  max-width: calc(600px + 3rem);
}
@media screen and (max-width: 500px) {
  .l-container--xs {
    max-width: 100%;
  }
}

.l-container--full {
  padding-right: 0;
  padding-left: 0;
}

/* main
----------------------------------------------------------------- */
.l-main {
  min-height: 100vh;
  background-color: rgba(255, 255, 255, 0.933);
}

/* spacing.scss
----------------------------------------------------------------- */
.l-spacing-padding--x-sm {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.l-spacing-padding--x-md {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.l-spacing-padding--x-lg {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.l-spacing-padding--top-sm {
  padding-top: 2rem;
}
.l-spacing-padding--top-md {
  padding-top: 4rem;
}
.l-spacing-padding--top-lg {
  padding-top: 6rem;
}

.l-spacing-margin--x-sm {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.l-spacing-margin--x-md {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.l-spacing-margin--x-lg {
  margin-top: 6rem;
  margin-bottom: 6rem;
}
.l-spacing-margin--top-sm {
  margin-top: 2rem;
}
.l-spacing-margin--top-md {
  margin-top: 4rem;
}
.l-spacing-margin--top-lg {
  margin-top: 6rem;
}

/* column
----------------------------------------------------------------- */
.l-col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.l-col2--0 {
  gap: 0rem;
}
.l-col2--0 .l-col2__item {
  width: calc((100% - 0px) / 2);
}
@media screen and (max-width: 768px) {
  .l-col2.is-tablet-col1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-col2.is-tablet-col1 .l-col2__item {
    width: 100%;
  }
}

.l-col3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.l-col3--0 {
  gap: 0rem;
}
.l-col3--0 .l-col3__item {
  width: calc((100% - 0px) / 3);
}
@media screen and (max-width: 768px) {
  .l-col3.is-tablet-col1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-col3.is-tablet-col1 .l-col3__item {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .l-col3.is-tablet-col2 .l-col3__item {
    width: calc((100% - 0px) / 2);
  }
}

.l-col4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.l-col4--0 {
  gap: 0rem;
}
.l-col4--0 .l-col4__item {
  width: calc((100% - 0px) / 4);
}
@media screen and (max-width: 768px) {
  .l-col4.is-tablet-col1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-col4.is-tablet-col1 .l-col2__item {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .l-col4.is-tablet-col2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-col4.is-tablet-col2 .l-col4__item {
    width: calc((100% - 10px) / 2);
  }
}

.l-col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.l-col2--5 {
  gap: 0.5rem;
}
.l-col2--5 .l-col2__item {
  width: calc((100% - 5px) / 2);
}
@media screen and (max-width: 768px) {
  .l-col2.is-tablet-col1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-col2.is-tablet-col1 .l-col2__item {
    width: 100%;
  }
}

.l-col3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.l-col3--5 {
  gap: 0.5rem;
}
.l-col3--5 .l-col3__item {
  width: calc((100% - 10px) / 3);
}
@media screen and (max-width: 768px) {
  .l-col3.is-tablet-col1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-col3.is-tablet-col1 .l-col3__item {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .l-col3.is-tablet-col2 .l-col3__item {
    width: calc((100% - 5px) / 2);
  }
}

.l-col4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.l-col4--5 {
  gap: 0.5rem;
}
.l-col4--5 .l-col4__item {
  width: calc((100% - 15px) / 4);
}
@media screen and (max-width: 768px) {
  .l-col4.is-tablet-col1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-col4.is-tablet-col1 .l-col2__item {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .l-col4.is-tablet-col2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-col4.is-tablet-col2 .l-col4__item {
    width: calc((100% - 10px) / 2);
  }
}

.l-col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.l-col2--10 {
  gap: 1rem;
}
.l-col2--10 .l-col2__item {
  width: calc((100% - 10px) / 2);
}
@media screen and (max-width: 768px) {
  .l-col2.is-tablet-col1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-col2.is-tablet-col1 .l-col2__item {
    width: 100%;
  }
}

.l-col3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.l-col3--10 {
  gap: 1rem;
}
.l-col3--10 .l-col3__item {
  width: calc((100% - 20px) / 3);
}
@media screen and (max-width: 768px) {
  .l-col3.is-tablet-col1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-col3.is-tablet-col1 .l-col3__item {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .l-col3.is-tablet-col2 .l-col3__item {
    width: calc((100% - 10px) / 2);
  }
}

.l-col4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.l-col4--10 {
  gap: 1rem;
}
.l-col4--10 .l-col4__item {
  width: calc((100% - 30px) / 4);
}
@media screen and (max-width: 768px) {
  .l-col4.is-tablet-col1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-col4.is-tablet-col1 .l-col2__item {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .l-col4.is-tablet-col2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-col4.is-tablet-col2 .l-col4__item {
    width: calc((100% - 10px) / 2);
  }
}

.l-col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.l-col2--15 {
  gap: 1.5rem;
}
.l-col2--15 .l-col2__item {
  width: calc((100% - 15px) / 2);
}
@media screen and (max-width: 768px) {
  .l-col2.is-tablet-col1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-col2.is-tablet-col1 .l-col2__item {
    width: 100%;
  }
}

.l-col3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.l-col3--15 {
  gap: 1.5rem;
}
.l-col3--15 .l-col3__item {
  width: calc((100% - 30px) / 3);
}
@media screen and (max-width: 768px) {
  .l-col3.is-tablet-col1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-col3.is-tablet-col1 .l-col3__item {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .l-col3.is-tablet-col2 .l-col3__item {
    width: calc((100% - 15px) / 2);
  }
}

.l-col4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.l-col4--15 {
  gap: 1.5rem;
}
.l-col4--15 .l-col4__item {
  width: calc((100% - 45px) / 4);
}
@media screen and (max-width: 768px) {
  .l-col4.is-tablet-col1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-col4.is-tablet-col1 .l-col2__item {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .l-col4.is-tablet-col2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-col4.is-tablet-col2 .l-col4__item {
    width: calc((100% - 10px) / 2);
  }
}

.l-col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.l-col2--20 {
  gap: 2rem;
}
.l-col2--20 .l-col2__item {
  width: calc((100% - 20px) / 2);
}
@media screen and (max-width: 768px) {
  .l-col2.is-tablet-col1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-col2.is-tablet-col1 .l-col2__item {
    width: 100%;
  }
}

.l-col3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.l-col3--20 {
  gap: 2rem;
}
.l-col3--20 .l-col3__item {
  width: calc((100% - 40px) / 3);
}
@media screen and (max-width: 768px) {
  .l-col3.is-tablet-col1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-col3.is-tablet-col1 .l-col3__item {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .l-col3.is-tablet-col2 .l-col3__item {
    width: calc((100% - 20px) / 2);
  }
}

.l-col4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.l-col4--20 {
  gap: 2rem;
}
.l-col4--20 .l-col4__item {
  width: calc((100% - 60px) / 4);
}
@media screen and (max-width: 768px) {
  .l-col4.is-tablet-col1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-col4.is-tablet-col1 .l-col2__item {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .l-col4.is-tablet-col2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-col4.is-tablet-col2 .l-col4__item {
    width: calc((100% - 10px) / 2);
  }
}

.l-col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.l-col2--25 {
  gap: 2.5rem;
}
.l-col2--25 .l-col2__item {
  width: calc((100% - 25px) / 2);
}
@media screen and (max-width: 768px) {
  .l-col2.is-tablet-col1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-col2.is-tablet-col1 .l-col2__item {
    width: 100%;
  }
}

.l-col3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.l-col3--25 {
  gap: 2.5rem;
}
.l-col3--25 .l-col3__item {
  width: calc((100% - 50px) / 3);
}
@media screen and (max-width: 768px) {
  .l-col3.is-tablet-col1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-col3.is-tablet-col1 .l-col3__item {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .l-col3.is-tablet-col2 .l-col3__item {
    width: calc((100% - 25px) / 2);
  }
}

.l-col4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.l-col4--25 {
  gap: 2.5rem;
}
.l-col4--25 .l-col4__item {
  width: calc((100% - 75px) / 4);
}
@media screen and (max-width: 768px) {
  .l-col4.is-tablet-col1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-col4.is-tablet-col1 .l-col2__item {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .l-col4.is-tablet-col2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-col4.is-tablet-col2 .l-col4__item {
    width: calc((100% - 10px) / 2);
  }
}

.l-col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.l-col2--30 {
  gap: 3rem;
}
.l-col2--30 .l-col2__item {
  width: calc((100% - 30px) / 2);
}
@media screen and (max-width: 768px) {
  .l-col2.is-tablet-col1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-col2.is-tablet-col1 .l-col2__item {
    width: 100%;
  }
}

.l-col3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.l-col3--30 {
  gap: 3rem;
}
.l-col3--30 .l-col3__item {
  width: calc((100% - 60px) / 3);
}
@media screen and (max-width: 768px) {
  .l-col3.is-tablet-col1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-col3.is-tablet-col1 .l-col3__item {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .l-col3.is-tablet-col2 .l-col3__item {
    width: calc((100% - 30px) / 2);
  }
}

.l-col4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.l-col4--30 {
  gap: 3rem;
}
.l-col4--30 .l-col4__item {
  width: calc((100% - 90px) / 4);
}
@media screen and (max-width: 768px) {
  .l-col4.is-tablet-col1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-col4.is-tablet-col1 .l-col2__item {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .l-col4.is-tablet-col2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-col4.is-tablet-col2 .l-col4__item {
    width: calc((100% - 10px) / 2);
  }
}

.l-col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.l-col2--35 {
  gap: 3.5rem;
}
.l-col2--35 .l-col2__item {
  width: calc((100% - 35px) / 2);
}
@media screen and (max-width: 768px) {
  .l-col2.is-tablet-col1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-col2.is-tablet-col1 .l-col2__item {
    width: 100%;
  }
}

.l-col3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.l-col3--35 {
  gap: 3.5rem;
}
.l-col3--35 .l-col3__item {
  width: calc((100% - 70px) / 3);
}
@media screen and (max-width: 768px) {
  .l-col3.is-tablet-col1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-col3.is-tablet-col1 .l-col3__item {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .l-col3.is-tablet-col2 .l-col3__item {
    width: calc((100% - 35px) / 2);
  }
}

.l-col4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.l-col4--35 {
  gap: 3.5rem;
}
.l-col4--35 .l-col4__item {
  width: calc((100% - 105px) / 4);
}
@media screen and (max-width: 768px) {
  .l-col4.is-tablet-col1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-col4.is-tablet-col1 .l-col2__item {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .l-col4.is-tablet-col2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-col4.is-tablet-col2 .l-col4__item {
    width: calc((100% - 10px) / 2);
  }
}

.l-col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.l-col2--40 {
  gap: 4rem;
}
.l-col2--40 .l-col2__item {
  width: calc((100% - 40px) / 2);
}
@media screen and (max-width: 768px) {
  .l-col2.is-tablet-col1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-col2.is-tablet-col1 .l-col2__item {
    width: 100%;
  }
}

.l-col3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.l-col3--40 {
  gap: 4rem;
}
.l-col3--40 .l-col3__item {
  width: calc((100% - 80px) / 3);
}
@media screen and (max-width: 768px) {
  .l-col3.is-tablet-col1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-col3.is-tablet-col1 .l-col3__item {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .l-col3.is-tablet-col2 .l-col3__item {
    width: calc((100% - 40px) / 2);
  }
}

.l-col4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.l-col4--40 {
  gap: 4rem;
}
.l-col4--40 .l-col4__item {
  width: calc((100% - 120px) / 4);
}
@media screen and (max-width: 768px) {
  .l-col4.is-tablet-col1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-col4.is-tablet-col1 .l-col2__item {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .l-col4.is-tablet-col2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-col4.is-tablet-col2 .l-col4__item {
    width: calc((100% - 10px) / 2);
  }
}

.l-col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.l-col2--45 {
  gap: 4.5rem;
}
.l-col2--45 .l-col2__item {
  width: calc((100% - 45px) / 2);
}
@media screen and (max-width: 768px) {
  .l-col2.is-tablet-col1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-col2.is-tablet-col1 .l-col2__item {
    width: 100%;
  }
}

.l-col3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.l-col3--45 {
  gap: 4.5rem;
}
.l-col3--45 .l-col3__item {
  width: calc((100% - 90px) / 3);
}
@media screen and (max-width: 768px) {
  .l-col3.is-tablet-col1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-col3.is-tablet-col1 .l-col3__item {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .l-col3.is-tablet-col2 .l-col3__item {
    width: calc((100% - 45px) / 2);
  }
}

.l-col4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.l-col4--45 {
  gap: 4.5rem;
}
.l-col4--45 .l-col4__item {
  width: calc((100% - 135px) / 4);
}
@media screen and (max-width: 768px) {
  .l-col4.is-tablet-col1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-col4.is-tablet-col1 .l-col2__item {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .l-col4.is-tablet-col2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-col4.is-tablet-col2 .l-col4__item {
    width: calc((100% - 10px) / 2);
  }
}

.l-col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.l-col2--50 {
  gap: 5rem;
}
.l-col2--50 .l-col2__item {
  width: calc((100% - 50px) / 2);
}
@media screen and (max-width: 768px) {
  .l-col2.is-tablet-col1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-col2.is-tablet-col1 .l-col2__item {
    width: 100%;
  }
}

.l-col3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.l-col3--50 {
  gap: 5rem;
}
.l-col3--50 .l-col3__item {
  width: calc((100% - 100px) / 3);
}
@media screen and (max-width: 768px) {
  .l-col3.is-tablet-col1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-col3.is-tablet-col1 .l-col3__item {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .l-col3.is-tablet-col2 .l-col3__item {
    width: calc((100% - 50px) / 2);
  }
}

.l-col4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.l-col4--50 {
  gap: 5rem;
}
.l-col4--50 .l-col4__item {
  width: calc((100% - 150px) / 4);
}
@media screen and (max-width: 768px) {
  .l-col4.is-tablet-col1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-col4.is-tablet-col1 .l-col2__item {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .l-col4.is-tablet-col2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-col4.is-tablet-col2 .l-col4__item {
    width: calc((100% - 10px) / 2);
  }
}

.l-col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.l-col2--55 {
  gap: 5.5rem;
}
.l-col2--55 .l-col2__item {
  width: calc((100% - 55px) / 2);
}
@media screen and (max-width: 768px) {
  .l-col2.is-tablet-col1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-col2.is-tablet-col1 .l-col2__item {
    width: 100%;
  }
}

.l-col3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.l-col3--55 {
  gap: 5.5rem;
}
.l-col3--55 .l-col3__item {
  width: calc((100% - 110px) / 3);
}
@media screen and (max-width: 768px) {
  .l-col3.is-tablet-col1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-col3.is-tablet-col1 .l-col3__item {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .l-col3.is-tablet-col2 .l-col3__item {
    width: calc((100% - 55px) / 2);
  }
}

.l-col4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.l-col4--55 {
  gap: 5.5rem;
}
.l-col4--55 .l-col4__item {
  width: calc((100% - 165px) / 4);
}
@media screen and (max-width: 768px) {
  .l-col4.is-tablet-col1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-col4.is-tablet-col1 .l-col2__item {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .l-col4.is-tablet-col2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-col4.is-tablet-col2 .l-col4__item {
    width: calc((100% - 10px) / 2);
  }
}

.l-col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.l-col2--60 {
  gap: 6rem;
}
.l-col2--60 .l-col2__item {
  width: calc((100% - 60px) / 2);
}
@media screen and (max-width: 768px) {
  .l-col2.is-tablet-col1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-col2.is-tablet-col1 .l-col2__item {
    width: 100%;
  }
}

.l-col3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.l-col3--60 {
  gap: 6rem;
}
.l-col3--60 .l-col3__item {
  width: calc((100% - 120px) / 3);
}
@media screen and (max-width: 768px) {
  .l-col3.is-tablet-col1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-col3.is-tablet-col1 .l-col3__item {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .l-col3.is-tablet-col2 .l-col3__item {
    width: calc((100% - 60px) / 2);
  }
}

.l-col4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.l-col4--60 {
  gap: 6rem;
}
.l-col4--60 .l-col4__item {
  width: calc((100% - 180px) / 4);
}
@media screen and (max-width: 768px) {
  .l-col4.is-tablet-col1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-col4.is-tablet-col1 .l-col2__item {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .l-col4.is-tablet-col2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-col4.is-tablet-col2 .l-col4__item {
    width: calc((100% - 10px) / 2);
  }
}

.l-col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.l-col2--65 {
  gap: 6.5rem;
}
.l-col2--65 .l-col2__item {
  width: calc((100% - 65px) / 2);
}
@media screen and (max-width: 768px) {
  .l-col2.is-tablet-col1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-col2.is-tablet-col1 .l-col2__item {
    width: 100%;
  }
}

.l-col3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.l-col3--65 {
  gap: 6.5rem;
}
.l-col3--65 .l-col3__item {
  width: calc((100% - 130px) / 3);
}
@media screen and (max-width: 768px) {
  .l-col3.is-tablet-col1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-col3.is-tablet-col1 .l-col3__item {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .l-col3.is-tablet-col2 .l-col3__item {
    width: calc((100% - 65px) / 2);
  }
}

.l-col4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.l-col4--65 {
  gap: 6.5rem;
}
.l-col4--65 .l-col4__item {
  width: calc((100% - 195px) / 4);
}
@media screen and (max-width: 768px) {
  .l-col4.is-tablet-col1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-col4.is-tablet-col1 .l-col2__item {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .l-col4.is-tablet-col2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-col4.is-tablet-col2 .l-col4__item {
    width: calc((100% - 10px) / 2);
  }
}

.l-col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.l-col2--70 {
  gap: 7rem;
}
.l-col2--70 .l-col2__item {
  width: calc((100% - 70px) / 2);
}
@media screen and (max-width: 768px) {
  .l-col2.is-tablet-col1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-col2.is-tablet-col1 .l-col2__item {
    width: 100%;
  }
}

.l-col3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.l-col3--70 {
  gap: 7rem;
}
.l-col3--70 .l-col3__item {
  width: calc((100% - 140px) / 3);
}
@media screen and (max-width: 768px) {
  .l-col3.is-tablet-col1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-col3.is-tablet-col1 .l-col3__item {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .l-col3.is-tablet-col2 .l-col3__item {
    width: calc((100% - 70px) / 2);
  }
}

.l-col4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.l-col4--70 {
  gap: 7rem;
}
.l-col4--70 .l-col4__item {
  width: calc((100% - 210px) / 4);
}
@media screen and (max-width: 768px) {
  .l-col4.is-tablet-col1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-col4.is-tablet-col1 .l-col2__item {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .l-col4.is-tablet-col2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-col4.is-tablet-col2 .l-col4__item {
    width: calc((100% - 10px) / 2);
  }
}

.l-col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.l-col2--75 {
  gap: 7.5rem;
}
.l-col2--75 .l-col2__item {
  width: calc((100% - 75px) / 2);
}
@media screen and (max-width: 768px) {
  .l-col2.is-tablet-col1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-col2.is-tablet-col1 .l-col2__item {
    width: 100%;
  }
}

.l-col3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.l-col3--75 {
  gap: 7.5rem;
}
.l-col3--75 .l-col3__item {
  width: calc((100% - 150px) / 3);
}
@media screen and (max-width: 768px) {
  .l-col3.is-tablet-col1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-col3.is-tablet-col1 .l-col3__item {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .l-col3.is-tablet-col2 .l-col3__item {
    width: calc((100% - 75px) / 2);
  }
}

.l-col4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.l-col4--75 {
  gap: 7.5rem;
}
.l-col4--75 .l-col4__item {
  width: calc((100% - 225px) / 4);
}
@media screen and (max-width: 768px) {
  .l-col4.is-tablet-col1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-col4.is-tablet-col1 .l-col2__item {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .l-col4.is-tablet-col2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-col4.is-tablet-col2 .l-col4__item {
    width: calc((100% - 10px) / 2);
  }
}

.l-col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.l-col2--80 {
  gap: 8rem;
}
.l-col2--80 .l-col2__item {
  width: calc((100% - 80px) / 2);
}
@media screen and (max-width: 768px) {
  .l-col2.is-tablet-col1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-col2.is-tablet-col1 .l-col2__item {
    width: 100%;
  }
}

.l-col3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.l-col3--80 {
  gap: 8rem;
}
.l-col3--80 .l-col3__item {
  width: calc((100% - 160px) / 3);
}
@media screen and (max-width: 768px) {
  .l-col3.is-tablet-col1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-col3.is-tablet-col1 .l-col3__item {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .l-col3.is-tablet-col2 .l-col3__item {
    width: calc((100% - 80px) / 2);
  }
}

.l-col4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.l-col4--80 {
  gap: 8rem;
}
.l-col4--80 .l-col4__item {
  width: calc((100% - 240px) / 4);
}
@media screen and (max-width: 768px) {
  .l-col4.is-tablet-col1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-col4.is-tablet-col1 .l-col2__item {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .l-col4.is-tablet-col2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-col4.is-tablet-col2 .l-col4__item {
    width: calc((100% - 10px) / 2);
  }
}

.l-col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.l-col2--85 {
  gap: 8.5rem;
}
.l-col2--85 .l-col2__item {
  width: calc((100% - 85px) / 2);
}
@media screen and (max-width: 768px) {
  .l-col2.is-tablet-col1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-col2.is-tablet-col1 .l-col2__item {
    width: 100%;
  }
}

.l-col3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.l-col3--85 {
  gap: 8.5rem;
}
.l-col3--85 .l-col3__item {
  width: calc((100% - 170px) / 3);
}
@media screen and (max-width: 768px) {
  .l-col3.is-tablet-col1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-col3.is-tablet-col1 .l-col3__item {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .l-col3.is-tablet-col2 .l-col3__item {
    width: calc((100% - 85px) / 2);
  }
}

.l-col4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.l-col4--85 {
  gap: 8.5rem;
}
.l-col4--85 .l-col4__item {
  width: calc((100% - 255px) / 4);
}
@media screen and (max-width: 768px) {
  .l-col4.is-tablet-col1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-col4.is-tablet-col1 .l-col2__item {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .l-col4.is-tablet-col2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-col4.is-tablet-col2 .l-col4__item {
    width: calc((100% - 10px) / 2);
  }
}

.l-col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.l-col2--90 {
  gap: 9rem;
}
.l-col2--90 .l-col2__item {
  width: calc((100% - 90px) / 2);
}
@media screen and (max-width: 768px) {
  .l-col2.is-tablet-col1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-col2.is-tablet-col1 .l-col2__item {
    width: 100%;
  }
}

.l-col3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.l-col3--90 {
  gap: 9rem;
}
.l-col3--90 .l-col3__item {
  width: calc((100% - 180px) / 3);
}
@media screen and (max-width: 768px) {
  .l-col3.is-tablet-col1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-col3.is-tablet-col1 .l-col3__item {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .l-col3.is-tablet-col2 .l-col3__item {
    width: calc((100% - 90px) / 2);
  }
}

.l-col4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.l-col4--90 {
  gap: 9rem;
}
.l-col4--90 .l-col4__item {
  width: calc((100% - 270px) / 4);
}
@media screen and (max-width: 768px) {
  .l-col4.is-tablet-col1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-col4.is-tablet-col1 .l-col2__item {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .l-col4.is-tablet-col2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-col4.is-tablet-col2 .l-col4__item {
    width: calc((100% - 10px) / 2);
  }
}

.l-col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.l-col2--95 {
  gap: 9.5rem;
}
.l-col2--95 .l-col2__item {
  width: calc((100% - 95px) / 2);
}
@media screen and (max-width: 768px) {
  .l-col2.is-tablet-col1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-col2.is-tablet-col1 .l-col2__item {
    width: 100%;
  }
}

.l-col3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.l-col3--95 {
  gap: 9.5rem;
}
.l-col3--95 .l-col3__item {
  width: calc((100% - 190px) / 3);
}
@media screen and (max-width: 768px) {
  .l-col3.is-tablet-col1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-col3.is-tablet-col1 .l-col3__item {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .l-col3.is-tablet-col2 .l-col3__item {
    width: calc((100% - 95px) / 2);
  }
}

.l-col4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.l-col4--95 {
  gap: 9.5rem;
}
.l-col4--95 .l-col4__item {
  width: calc((100% - 285px) / 4);
}
@media screen and (max-width: 768px) {
  .l-col4.is-tablet-col1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-col4.is-tablet-col1 .l-col2__item {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .l-col4.is-tablet-col2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-col4.is-tablet-col2 .l-col4__item {
    width: calc((100% - 10px) / 2);
  }
}

.l-col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.l-col2--100 {
  gap: 10rem;
}
.l-col2--100 .l-col2__item {
  width: calc((100% - 100px) / 2);
}
@media screen and (max-width: 768px) {
  .l-col2.is-tablet-col1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-col2.is-tablet-col1 .l-col2__item {
    width: 100%;
  }
}

.l-col3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.l-col3--100 {
  gap: 10rem;
}
.l-col3--100 .l-col3__item {
  width: calc((100% - 200px) / 3);
}
@media screen and (max-width: 768px) {
  .l-col3.is-tablet-col1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-col3.is-tablet-col1 .l-col3__item {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .l-col3.is-tablet-col2 .l-col3__item {
    width: calc((100% - 100px) / 2);
  }
}

.l-col4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.l-col4--100 {
  gap: 10rem;
}
.l-col4--100 .l-col4__item {
  width: calc((100% - 300px) / 4);
}
@media screen and (max-width: 768px) {
  .l-col4.is-tablet-col1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-col4.is-tablet-col1 .l-col2__item {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .l-col4.is-tablet-col2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-col4.is-tablet-col2 .l-col4__item {
    width: calc((100% - 10px) / 2);
  }
}

/* btn
----------------------------------------------------------------- */
/* heading
----------------------------------------------------------------- */
/* icon
----------------------------------------------------------------- */
.c-icon {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
}

/* Modifier
----------------------------------------------------------------- */
.c-icon--edit {
  width: 1.5em;
  height: 1.5em;
  background-image: url();
  background-size: cover;
}

.c-icon--text-right {
  margin-right: 1rem;
}

/* heading
----------------------------------------------------------------- */
.c-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-nav__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  padding: 1rem;
}

/* main
----------------------------------------------------------------- */
.c-main-visual {
  background-color: #1571da;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  aspect-ratio: 3.5/1;
}

/* heading
----------------------------------------------------------------- */
html {
  scroll-behavior: smooth;
}

.c-date {
  background-color: #fff6d6;
  text-align: center;
}
.c-date__title {
  display: inline-block;
  border-radius: 50vh;
  background-color: #ff5252;
  padding: 0.5rem 1.5rem;
  margin-right: 1.5rem;
  font-weight: bold;
  color: white;
}
@media screen and (max-width: 500px) {
  .c-date__title {
    margin-bottom: 1rem;
  }
}
.c-date__date {
  display: inline-block;
  color: #451509;
  font-weight: bold;
}

.c-page-link {
  max-width: 50rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
}
@media screen and (max-width: 500px) {
  .c-page-link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem 2rem;
  }
}
.c-page-link__item {
  width: calc((100% - 2rem) / 2);
}
@media screen and (max-width: 500px) {
  .c-page-link__item {
    width: 100%;
  }
}
.c-page-link__link {
  display: block;
  background-color: white;
  border-radius: 50vh;
  border: 2px solid #ff5252;
  color: #ff5252;
  padding: 2rem 1rem;
  text-align: center;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 500px) {
  .c-page-link__link {
    padding: 1rem 1rem 2rem;
  }
}
.c-page-link__link::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 7px 0 7px;
  border-color: #ff5252 transparent transparent transparent;
  position: absolute;
  margin: auto;
  bottom: 0.8rem;
  right: 0;
  left: 0;
}

.p-home__theme-pink-right {
  background-color: #ffd7cc;
}
.p-home__theme-red {
  background-color: #ff5252;
}
.p-home__theme-white {
  background-color: #fff;
}
.p-home__theme-yellow {
  background-color: #ffc400;
}

.c-text {
  color: #451509;
}
.c-text--tac {
  text-align: center;
}

.c-heading {
  color: white;
  text-align: center;
  margin-bottom: 5rem;
  font-weight: bold;
}
.c-heading--red {
  color: #ff5252;
}
.c-heading__sub {
  display: block;
  font-size: 2.4rem;
}
@media screen and (max-width: 500px) {
  .c-heading__sub {
    font-size: 4.8vw;
  }
}
.c-heading__main {
  display: inline-block;
  font-size: 4rem;
  position: relative;
}
@media screen and (max-width: 500px) {
  .c-heading__main {
    font-size: 7.4666666667vw;
  }
}
.c-heading__main::before, .c-heading__main::after {
  content: "";
  display: inline-block;
  width: 2.5rem;
  aspect-ratio: 25/28;
  background-color: #ff5252;
  mask: url(../images/deco-heading.svg) no-repeat;
  -webkit-mask: url(../images/deco-heading.svg);
  background-position: center;
  background-size: cover;
  position: absolute;
  margin: auto;
  bottom: 0;
  top: 0;
}
@media screen and (max-width: 500px) {
  .c-heading__main::before, .c-heading__main::after {
    width: sp(20);
  }
}
.c-heading__main::before {
  left: -5rem;
}
@media screen and (max-width: 500px) {
  .c-heading__main::before {
    left: -3rem;
  }
}
.c-heading__main::after {
  right: -5rem;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
@media screen and (max-width: 500px) {
  .c-heading__main::after {
    right: -3rem;
  }
}
.c-heading__main--white::before, .c-heading__main--white::after {
  background-color: #fff;
}
.c-heading__en {
  display: block;
  font-size: 2rem;
  margin-top: 1rem;
}

.c-form {
  padding: 4rem;
  border-radius: 1rem;
}
@media screen and (max-width: 500px) {
  .c-form {
    padding: 2rem;
  }
}
.c-form__body {
  margin: 0 auto;
  max-width: 30rem;
}
.c-form form, .c-form .mktoHasWidth {
  max-width: 100%;
}
.c-form .mktoFormRow {
  max-width: 100%;
}
.c-form .mktoOffset {
  width: 0px !important;
}
.c-form .mktoButtonWrap {
  margin: auto !important;
}

.c-qualification {
  padding: 5rem 8rem;
  border-radius: 2rem;
  position: relative;
  border: 2px solid #ff5252;
}
@media screen and (max-width: 500px) {
  .c-qualification {
    padding: 3rem 3rem;
  }
}
.c-qualification__election {
  display: inline-block;
  background-color: #ff5252;
  color: white;
  border-radius: 1rem;
  padding: 1rem 2rem;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  font-size: 1.8rem;
  white-space: nowrap;
}
.c-qualification__image {
  text-align: center;
}
.c-qualification__text {
  margin-top: 4rem;
}
@media screen and (max-width: 500px) {
  .c-qualification__text {
    margin-top: 2rem;
  }
}

.c-flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10rem 5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .c-flow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.c-flow__item {
  width: calc((100% - 10rem) / 3);
  background-color: white;
  border: 2px solid #ff5252;
  padding: 3rem 2rem;
  padding-top: 6rem;
  border-radius: 3rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  .c-flow__item {
    width: 100%;
  }
}
.c-flow__item::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 0 15px;
  border-color: #ff5252 transparent transparent transparent;
  position: absolute;
  margin: auto;
  bottom: 0;
  right: -4.5rem;
  top: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
@media screen and (max-width: 768px) {
  .c-flow__item::after {
    right: 0;
    left: 0;
    top: auto;
    bottom: -4.5rem;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
.c-flow__item:last-child::after, .c-flow__item:nth-child(3n)::after {
  content: none;
}
.c-flow__item:last-child .c-flow__label {
  border-radius: 1rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  aspect-ratio: auto;
  top: -2rem;
  padding: 1rem 1.5rem;
}
.c-flow__frame {
  height: 23rem;
  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;
}
.c-flow__image {
  max-height: 100%;
}
.c-flow__label {
  text-align: center;
  background-color: #ff5252;
  color: white;
  border-radius: 50vh;
  width: 8rem;
  aspect-ratio: 1/1;
  position: absolute;
  margin: auto;
  right: 0;
  left: 0;
  top: -3.5rem;
  padding: 1rem;
}
.c-flow__step-number {
  font-size: 3.4rem;
  line-height: 1;
}
.c-flow__text {
  color: #451509;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 40rem;
  margin: 0 auto;
}
.c-flow__btn {
  margin: auto auto 0;
  max-width: 30rem;
  font-size: 1.2rem;
}

.c-terms {
  border-radius: 1rem;
  padding: 4rem;
  color: #451509;
}
@media screen and (max-width: 500px) {
  .c-terms {
    padding: 2rem;
  }
}

.c-btn {
  border-radius: 50vh;
  background-color: #d82424;
  color: white;
  padding: 1.5rem 3rem 1.5rem 1rem;
  text-align: center;
  font-weight: bold;
  width: 100%;
  line-height: 1;
  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;
  position: relative;
}
.c-btn__arrow {
  display: inline-block;
  position: absolute;
  margin: auto;
  bottom: 0;
  right: 20px;
  top: 0;
  width: 11px;
}

.c-mv__image {
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-mv__image {
    min-height: 600px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.about_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem 5rem;
}
@media screen and (max-width: 768px) {
  .about_list {
    gap: 8vw;
  }
}
.about_list .about_list_item {
  width: calc((100% - 15rem) / 4);
}
@media screen and (max-width: 768px) {
  .about_list .about_list_item {
    width: calc((100% - 16vw) / 2);
  }
}
.about_list .about_list_item .about_list_item_ttl {
  font-weight: 500;
  text-align: center;
  margin-top: 15px;
  letter-spacing: 0.2em;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .about_list .about_list_item .about_list_item_ttl {
    margin-top: 5px;
    line-height: 1.3;
    font-size: 1.4rem;
  }
}

/* top
----------------------------------------------------------------- */
/* display
----------------------------------------------------------------- */
.u-display--block-tablet {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-display--block-tablet {
    display: block;
  }
}
.u-display--block-sp {
  display: none;
}
@media screen and (max-width: 500px) {
  .u-display--block-sp {
    display: block;
  }
}/*# sourceMappingURL=style.css.map */