@charset "UTF-8";
* {
  min-height: 0vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

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

body {
  margin: 0;
}

main {
  display: block;
}

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

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

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

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

b, strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

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

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

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

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

option {
  padding: 0;
}

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

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

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  padding: 0;
}

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

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

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

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

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

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

caption {
  text-align: left;
}

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

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

template {
  display: none;
}

[hidden] {
  display: none;
}

html {
  font-family: "Montserrat", "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 62.5%;
  color: #393939;
}

body {
  font-size: 1.6rem;
  font-size: clamp(1.4rem, 1.36rem + 0.2vw, 1.6rem);
  font-weight: 400;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: none;
   -ms-text-size-adjust: none;
       text-size-adjust: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  overflow-x: hidden;
}

nav {
  width: 100%;
}

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

p {
  line-height: 1.75;
}

a {
  cursor: pointer;
}

.l-main {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 100%;
  overflow-x: hidden;
}

.l-multi-col {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 4rem 1rem;
}
@media screen and (min-width: 1080px) {
  .l-multi-col {
    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-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    max-width: 122rem;
    padding: 2.604vw 1rem;
  }
}
.l-multi-col .l-multi-col__main, .l-multi-col .l-multi-col__side {
  padding: 2rem;
}
@media screen and (min-width: 1080px) {
  .l-multi-col .l-multi-col__main {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
.l-multi-col .l-multi-col__side {
  margin-top: 4.5rem;
}
@media screen and (min-width: 1080px) {
  .l-multi-col .l-multi-col__side {
    width: 30rem;
    margin-top: 0;
    margin-left: 2.344vw;
  }
}

.l-header {
  height: 7rem;
}
@media screen and (min-width: 1080px) {
  .l-header {
    height: 9rem;
  }
}
.l-header > h1 {
  display: none;
}
@media screen and (min-width: 1080px) {
  .l-header > h1 {
    display: block;
    font-size: 1.4rem;
    font-weight: 500;
    padding: 0.5rem;
  }
}

.l-header--sticky {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 7rem;
  z-index: 9999;
}
@media screen and (min-width: 1080px) {
  .l-header--sticky {
    height: 9rem;
  }
}

.l-nav {
  position: fixed;
  top: 7rem;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  padding-bottom: 7rem;
  z-index: 9998;
}
@media screen and (max-width: 1079px) {
  .l-nav {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@media screen and (min-width: 1080px) {
  .l-nav {
    position: static;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    overflow: visible;
    padding-bottom: 0;
  }
}
.l-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 1080px) {
  .l-nav ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.l-nav ul a {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 5rem;
}
@media screen and (min-width: 1080px) {
  .l-nav ul a {
    min-height: 9rem;
    padding: 0 2.5rem;
  }
}

.l-menu {
  position: relative;
}
.l-menu a {
  width: 100%;
}
.l-menu .l-menu--floor ul {
  width: 100%;
}
@media screen and (min-width: 1080px) {
  .l-menu .l-menu--floor ul {
    position: fixed;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: 0.1s;
    transition: 0.1s;
    top: 9rem;
    right: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 2rem;
    width: 100vw;
    max-width: 120rem;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 5% 100%);
  }
}
@media screen and (min-width: 1080px) and (min-width: 1080px) {
  .l-menu .l-menu--floor ul a {
    padding: 0 2rem;
  }
}

.js-menu-button {
  position: relative;
  width: 5rem;
  height: 5rem;
  border: none;
}
.js-menu-button span {
  display: block;
  width: 50%;
  margin: auto;
  height: 0.2rem;
  background: #2E2E2E;
  position: absolute;
  left: 0;
  right: 0;
  top: calc(50% + 0.8rem);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.js-menu-button::after {
  position: absolute;
  top: 0;
  left: 50%;
  content: "MENU";
  font-family: "Orbitron", sans-serif;
  font-size: 1.2rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 1080px) {
  .js-menu-button {
    display: none;
  }
}

.js-menu-button span:nth-of-type(1) {
  -webkit-transform: translateY(-0.5rem);
  transform: translateY(-0.5rem);
}

.js-menu-button span:nth-of-type(2) {
  -webkit-transform: translateY(0.5rem);
  transform: translateY(0.5rem);
}

.js-menu-button.is-btn-active span:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.js-menu-button.is-btn-active span:nth-of-type(2) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.is-contents-fix {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  overflow: hidden !important;
  z-index: -1 !important;
}
.is-contents-fix main {
  opacity: 0 !important;
}

.is-sticky {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  z-index: 9999 !important;
}

.is-nav--open {
  -webkit-transform: translateX(0) !important;
          transform: translateX(0) !important;
}

.is-sub-menu--open {
  max-height: 100vh !important;
  overflow: visible !important;
  opacity: 1 !important;
}

.l-wrapper, .l-wrapper-pd,
.l-wrapper--wide, .l-wrapper--wide-pd,
.l-wrapper--full, .l-wrapper--full-pd,
.l-wrapper--narrow, .l-wrapper--narrow-pd {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.l-wrapper {
  max-width: 100rem;
}

.l-wrapper-pd {
  max-width: 108rem;
}

.l-wrapper--wide {
  max-width: 120rem;
}

.l-wrapper--wide-pd {
  max-width: 128rem;
}

.l-wrapper--narrow {
  max-width: 80rem;
}

.l-wrapper--narrow-pd {
  max-width: 88rem;
}

.l-wrapper-pd,
.l-wrapper--full-pd,
.l-wrapper--wide-pd,
.l-wrapper--narrow-pd {
  padding: 0 2rem;
}
@media screen and (min-width: 768px) {
  .l-wrapper-pd,
  .l-wrapper--full-pd,
  .l-wrapper--wide-pd,
  .l-wrapper--narrow-pd {
    padding: 0 4rem;
  }
}

.l-wrapper--gap {
  padding: 0 2rem;
}
@media screen and (min-width: 768px) {
  .l-wrapper--gap {
    padding: 0 7.813vw;
  }
}

.l-gap--xs {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .l-gap--xs {
    margin-top: 2rem;
  }
}

.l-gap--s {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .l-gap--s {
    margin-top: 5rem;
  }
}

.l-gap--m {
  margin-top: 4rem;
  margin-top: clamp(4rem, 5.208vw, 10rem);
}

.l-gap--l {
  margin-top: 6rem;
  margin-top: clamp(6rem, 7.813vw, 15rem);
}

.l-gap--xl {
  margin-top: 8rem;
  margin-top: clamp(8rem, 10.417vw, 20rem);
}

.l-card--1-2,
.l-card--2-2,
.l-card--1-3,
.l-card--2-3,
.l-card--1-4,
.l-card--2-4 {
  width: 100%;
  display: -ms-grid;
  display: grid;
  justify-items: center;
  gap: 2rem;
}
@media screen and (min-width: 768px) {
  .l-card--1-2,
  .l-card--2-2,
  .l-card--1-3,
  .l-card--2-3,
  .l-card--1-4,
  .l-card--2-4 {
    gap: clamp(2rem, 2.083vw, 4rem);
  }
}
.l-card--1-2 > *,
.l-card--2-2 > *,
.l-card--1-3 > *,
.l-card--2-3 > *,
.l-card--1-4 > *,
.l-card--2-4 > * {
  width: 100%;
  max-width: 50rem;
}
@media screen and (min-width: 768px) {
  .l-card--1-2 > *,
  .l-card--2-2 > *,
  .l-card--1-3 > *,
  .l-card--2-3 > *,
  .l-card--1-4 > *,
  .l-card--2-4 > * {
    max-width: 100%;
  }
}

.l-card--1-2 {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 768px) {
  .l-card--1-2 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}

.l-card--2-2 {
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}

.l-card--1-3 {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 768px) {
  .l-card--1-3 {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}

.l-card--2-3 {
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 768px) {
  .l-card--2-3 {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}

.l-card--1-4 {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 768px) {
  .l-card--1-4 {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}

.l-card--2-4 {
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 768px) {
  .l-card--2-4 {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}

.l-pos--left, .l-pos--center, .l-pos--right {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.l-pos--left {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1080px) {
  .l-pos--left {
    margin-left: 0;
    margin-right: auto;
  }
}

.l-pos--center {
  margin-left: auto;
  margin-right: auto;
}

.l-pos--right {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1080px) {
  .l-pos--right {
    margin-left: auto;
    margin-right: 0;
  }
}

.loading {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9999;
  background: #FFFFFF;
  opacity: 0;
  visibility: hidden;
}
.loading.is-load-cover {
  opacity: 1;
  visibility: visible;
}
.loading p {
  display: none;
}

.loading__content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.logo img {
  height: 4rem;
}
@media screen and (min-width: 1080px) {
  .logo img {
    height: 5rem;
  }
}

.js-fadein, .js-fadein-up, .js-fadein-left, .js-fadein-right {
  -webkit-transition: -webkit-transform 0.4s ease-out;
  transition: -webkit-transform 0.4s ease-out;
  transition: transform 0.4s ease-out;
  transition: transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
}
.js-fadein.is-parallax-hide, .js-fadein-up.is-parallax-hide, .js-fadein-left.is-parallax-hide, .js-fadein-right.is-parallax-hide {
  opacity: 0;
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
}

@media screen and (min-width: 1080px) {
  .js-fadein {
    -webkit-transition: -webkit-transform 0.4s ease-out;
    transition: -webkit-transform 0.4s ease-out;
    transition: transform 0.4s ease-out;
    transition: transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
  }
  .js-fadein.is-parallax-hide {
    opacity: 0;
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
  }
  .js-fadein-up {
    -webkit-transition: -webkit-transform 1.2s;
    transition: -webkit-transform 1.2s;
    transition: transform 1.2s;
    transition: transform 1.2s, -webkit-transform 1.2s;
  }
  .js-fadein-up.is-parallax-hide {
    opacity: 0;
    transform: translateY(40rem);
    -webkit-transform: translateY(40rem);
  }
  .js-fadein-left {
    -webkit-transition: -webkit-transform 1.2s;
    transition: -webkit-transform 1.2s;
    transition: transform 1.2s;
    transition: transform 1.2s, -webkit-transform 1.2s;
  }
  .js-fadein-left.is-parallax-hide {
    opacity: 0;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
  }
  .js-fadein-right {
    -webkit-transition: -webkit-transform 1.2s;
    transition: -webkit-transform 1.2s;
    transition: transform 1.2s;
    transition: transform 1.2s, -webkit-transform 1.2s;
  }
  .js-fadein-right.is-parallax-hide {
    opacity: 0;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
  }
}
.js-acdn-switch {
  position: relative;
  cursor: pointer;
}

.js-acdn-switch::after {
  position: absolute;
  right: 1rem;
  font-family: "Line Awesome Free", "Line Awesome Brands";
  font-size: 150%;
  font-weight: 700;
  content: "\f055";
}

.is-acdn-switch--open::after {
  content: "\f056";
}

.js-acdn-item {
  background: #FFFFFF;
  max-height: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.is-acdn-item--open {
  max-height: 100vh;
  visibility: visible;
  opacity: 1;
}

.link--exp img,
.link--mono img,
.link--lumi img {
  -webkit-transition: 0.1s;
  transition: 0.1s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
.link--exp:active img,
.link--mono:active img,
.link--lumi:active img {
  -webkit-filter: brightness(150%);
  filter: brightness(150%);
}

@media screen and (min-width: 1080px) {
  .link--exp .link--exp__figure {
    position: relative;
    overflow: hidden;
  }
  .link--exp:hover .link--exp__figure img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  .link--mono .link--mono__figure {
    position: relative;
  }
  .link--mono .link--mono__figure img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
  }
  .link--mono:hover .link--mono__figure img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
  }
  .link--lumi .link--lumi__figure {
    position: relative;
  }
  .link--lumi:hover .link--lumi__figure img {
    -webkit-filter: brightness(150%);
    filter: brightness(150%);
  }
}
.slide-thumbnail {
  display: none;
}
@media screen and (min-width: 1080px) {
  .slide-thumbnail {
    display: block;
    padding: 2rem 0;
  }
}

.js-slider {
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.js-slider__item, .js-slider-thumb__item {
  outline: none;
}

.js-slider-thumb__item {
  padding: 0 1rem;
}

.slick-dots li.slick-active button::before,
.slick-dots li button::before {
  color: #303030;
}

.x-scroll {
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.modal-action {
  overflow: hidden;
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 9999999;
}

.modal__bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
}

.modal__content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 90%;
  max-width: 900px;
  max-height: 90%;
  background: #fff;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
  padding: 2rem;
}

.enlarge {
  position: relative;
}
.enlarge::after {
  position: absolute;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-family: "Line Awesome Free", "Line Awesome Brands";
  content: "\f00e";
  font-size: 1.8rem;
  font-weight: 900;
  color: #303030;
  line-height: 1;
  width: 3.2rem;
  height: 3.2rem;
  background: #DDDDDD;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  z-index: 1;
}

.table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
.table th,
.table td {
  word-break: break-all;
}
.table th {
  vertical-align: middle;
}

.table--fixed {
  table-layout: fixed;
}

.table--stripe tr:nth-of-type(even) {
  background: #DDDDDD;
}

.table--horizon {
  border: none;
}
.table--horizon tr {
  border-top: 1px solid #333333;
  border-bottom: 1px solid #333333;
}
.table--horizon tr:first-of-type {
  border-top: none;
}
.table--horizon tr:last-of-type {
  border-bottom: none;
}
.table--horizon th,
.table--horizon td {
  border: none;
}

.table--responsive th, .table--responsive tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media screen and (min-width: 1080px) {
  .table--responsive th, .table--responsive tr {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media screen and (min-width: 1080px) {
  .table--responsive tr {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.table--scroll {
  display: block;
  overflow: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

@media screen and (max-width: 767px) {
  .table--scroll-sp {
    display: block;
    overflow: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
}
.pagenation-traffic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 2rem 1rem;
  border: solid #333333;
  border-width: 1px 0 1px 0;
}

.pagenation-traffic__prev::before {
  content: "＜";
  padding-right: 1rem;
}

.pagenation-traffic__next::after {
  content: "＞";
  padding-left: 1rem;
}

.pagenation-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pagenation-list__item {
  width: 4rem;
  height: 4rem;
  margin-right: 1rem;
  border: 1px solid #333333;
}

.pagenation-list__item:last-child {
  margin-right: 0;
}

.pagenation-list__item,
.pagenation-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;
}

.pagenation-list a {
  width: 100%;
  height: 100%;
}

.pagenation-list__item--this {
  background: #333333;
  color: #FFFFFF;
}

.pagenation-list__item--prev,
.pagenation-list__item--next {
  background: #DDDDDD;
}

.tab-switch {
  display: none;
}

.tab-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tab-label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-order: -1;
  -webkit-box-ordinal-group: 0;
          order: -1;
  font-weight: 500;
  z-index: 1;
  cursor: pointer;
}
.tab-label::before {
  position: absolute;
  top: calc(50% - 2rem);
  left: 1rem;
  font-family: "Line Awesome Free", "Line Awesome Brands";
  content: "\f138";
  font-size: 2.4rem;
  font-weight: 900;
}

.tab-content {
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
}

.tab-switch:checked + .tab-label + .tab-content {
  height: auto;
  overflow: auto;
  opacity: 1;
}

.tab-label {
  width: 100%;
  padding: 2rem 2rem 2rem 4rem;
  background: #F8F8F8;
  margin: 0.4rem 0;
}
@media screen and (min-width: 768px) {
  .tab-label {
    width: calc(33.333% - 0.8rem);
    margin: 0 0.4rem;
  }
}

.tab-switch:checked + .tab-label {
  color: #FFFFFF;
  background: #184F8C;
}

.tab-switch:checked + .tab-label + .tab-content {
  margin-top: 5rem;
}

.fixed-element {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  right: 0;
  bottom: 0;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  background: #FFFFFF;
  z-index: 997;
}
@media screen and (min-width: 1080px) {
  .fixed-element {
    right: 0;
    bottom: 50%;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }
}
@media screen and (min-width: 1080px) {
  .fixed-element {
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.fixed-element li {
  width: 100%;
}
@media screen and (min-width: 1080px) {
  .fixed-element li {
    width: auto;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
            writing-mode: vertical-rl;
  }
}
.fixed-element a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 1.5rem;
}
.fixed-element i {
  font-size: 2.4rem;
}

.u-m-t--xs {
  margin-top: 1rem;
}

.u-m-t--s {
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .u-m-t--s {
    margin-top: 2.5rem;
  }
}

.u-m-t--m {
  margin-top: 2.5rem;
  margin-top: clamp(2.5rem, 6.51vw, 2.604vw);
}

.u-m-t--l {
  margin-top: 5rem;
  margin-top: clamp(5rem, 13.021vw, 5.208vw);
}

.u-m-t--wide {
  margin-top: 7.5rem;
  margin-top: clamp(7.5rem, 19.531vw, 7.813vw);
}

.u-m-r--s {
  margin-right: 1.5rem;
}
@media screen and (min-width: 768px) {
  .u-m-r--s {
    margin-right: 2.5rem;
  }
}

.u-m-r--m {
  margin-right: 2.5rem;
  margin-right: clamp(2.5rem, 6.51vw, 2.604vw);
}

.u-m-r--l {
  margin-right: 5rem;
  margin-right: clamp(5rem, 13.021vw, 5.208vw);
}

.u-m-r--wide {
  margin-right: 7.5rem;
  margin-right: clamp(7.5rem, 19.531vw, 7.813vw);
}

.u-m-b--s {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .u-m-b--s {
    margin-bottom: 2.5rem;
  }
}

.u-m-b--m {
  margin-bottom: 2.5rem;
  margin-bottom: clamp(2.5rem, 6.51vw, 2.604vw);
}

.u-m-b--l {
  margin-bottom: 5rem;
  margin-bottom: clamp(5rem, 13.021vw, 5.208vw);
}

.u-m-b--wide {
  margin-bottom: 7.5rem;
  margin-bottom: clamp(7.5rem, 19.531vw, 7.813vw);
}

.u-m-l--s {
  margin-left: 1.5rem;
}
@media screen and (min-width: 768px) {
  .u-m-l--s {
    margin-left: 2.5rem;
  }
}

.u-m-l--m {
  margin-left: 2.5rem;
  margin-left: clamp(2.5rem, 6.51vw, 2.604vw);
}

.u-m-l--l {
  margin-left: 5rem;
  margin-left: clamp(5rem, 13.021vw, 5.208vw);
}

.u-m-l--wide {
  margin-left: 7.5rem;
  margin-left: clamp(7.5rem, 19.531vw, 7.813vw);
}

.u-m-both--s {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
@media screen and (min-width: 768px) {
  .u-m-both--s {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
}

.u-m-both--m {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
  margin-left: clamp(2.5rem, 6.51vw, 2.604vw);
  margin-right: clamp(2.5rem, 6.51vw, 2.604vw);
}

.u-m-both--l {
  margin-left: 5rem;
  margin-right: 5rem;
  margin-left: clamp(5rem, 13.021vw, 5.208vw);
  margin-right: clamp(5rem, 13.021vw, 5.208vw);
}

.u-m-both--wide {
  margin-left: 7.5rem;
  margin-right: 7.5rem;
  margin-left: clamp(7.5rem, 19.531vw, 7.813vw);
  margin-right: clamp(7.5rem, 19.531vw, 7.813vw);
}

.u-m-vert--s {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .u-m-vert--s {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
}

.u-m-vert--m {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  margin-top: clamp(2.5rem, 6.51vw, 2.604vw);
  margin-bottom: clamp(2.5rem, 6.51vw, 2.604vw);
}

.u-m-vert--l {
  margin-top: 5rem;
  margin-bottom: 5rem;
  margin-top: clamp(5rem, 13.021vw, 5.208vw);
  margin-bottom: clamp(5rem, 13.021vw, 5.208vw);
}

.u-m-vert--wide {
  margin-top: 7.5rem;
  margin-bottom: 7.5rem;
  margin-top: clamp(7.5rem, 19.531vw, 7.813vw);
  margin-bottom: clamp(7.5rem, 19.531vw, 7.813vw);
}

.u-p-all {
  padding: 2rem;
  padding: 2.083vw;
  padding: clamp(2rem, 2.083vw, 4rem);
}

.u-p-t--s {
  padding-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .u-p-t--s {
    padding-top: 2.5rem;
  }
}

.u-p-t--m {
  padding-top: 2.5rem;
  padding-top: clamp(2.5rem, 6.51vw, 2.604vw);
}

.u-p-t--l {
  padding-top: 5rem;
  padding-top: clamp(5rem, 13.021vw, 5.208vw);
}

.u-p-t--wide {
  padding-top: 7.5rem;
  padding-top: clamp(7.5rem, 19.531vw, 7.813vw);
}

.u-p-r--s {
  padding-right: 1.5rem;
}
@media screen and (min-width: 768px) {
  .u-p-r--s {
    padding-right: 2.5rem;
  }
}

.u-p-r--m {
  padding-right: 2.5rem;
  padding-right: clamp(2.5rem, 6.51vw, 2.604vw);
}

.u-p-r--l {
  padding-right: 5rem;
  padding-right: clamp(5rem, 13.021vw, 5.208vw);
}

.u-p-r--wide {
  padding-right: 7.5rem;
  padding-right: clamp(7.5rem, 19.531vw, 7.813vw);
}

.u-p-b--s {
  padding-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .u-p-b--s {
    padding-bottom: 2.5rem;
  }
}

.u-p-b--m {
  padding-bottom: 2.5rem;
  padding-bottom: clamp(2.5rem, 6.51vw, 2.604vw);
}

.u-p-b--l {
  padding-bottom: 5rem;
  padding-bottom: clamp(5rem, 13.021vw, 5.208vw);
}

.u-p-b--wide {
  padding-bottom: 7.5rem;
  padding-bottom: clamp(7.5rem, 19.531vw, 7.813vw);
}

.u-p-l--s {
  padding-left: 1.5rem;
}
@media screen and (min-width: 768px) {
  .u-p-l--s {
    padding-left: 2.5rem;
  }
}

.u-p-l--m {
  padding-left: 2.5rem;
  padding-left: clamp(2.5rem, 6.51vw, 2.604vw);
}

.u-p-l--l {
  padding-left: 5rem;
  padding-left: clamp(5rem, 13.021vw, 5.208vw);
}

.u-p-l--wide {
  padding-left: 7.5rem;
  padding-left: clamp(7.5rem, 19.531vw, 7.813vw);
}

.u-p-both--s {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media screen and (min-width: 768px) {
  .u-p-both--s {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

.u-p-both--m {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-left: clamp(2.5rem, 6.51vw, 2.604vw);
  padding-right: clamp(2.5rem, 6.51vw, 2.604vw);
}

.u-p-both--l {
  padding-left: 5rem;
  padding-right: 5rem;
  padding-left: clamp(5rem, 13.021vw, 5.208vw);
  padding-right: clamp(5rem, 13.021vw, 5.208vw);
}

.u-p-both--wide {
  padding-left: 7.5rem;
  padding-right: 7.5rem;
  padding-left: clamp(7.5rem, 19.531vw, 7.813vw);
  padding-right: clamp(7.5rem, 19.531vw, 7.813vw);
}

.u-p-vert--s {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .u-p-vert--s {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

.u-p-vert--m {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  padding-top: clamp(2.5rem, 6.51vw, 2.604vw);
  padding-bottom: clamp(2.5rem, 6.51vw, 2.604vw);
}

.u-p-vert--l {
  padding-top: 5rem;
  padding-bottom: 5rem;
  padding-top: clamp(5rem, 13.021vw, 5.208vw);
  padding-bottom: clamp(5rem, 13.021vw, 5.208vw);
}

.u-p-vert--wide {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  padding-top: clamp(7.5rem, 19.531vw, 7.813vw);
  padding-bottom: clamp(7.5rem, 19.531vw, 7.813vw);
}

.u-fz--s {
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .u-fz--s {
    font-size: 1.4rem;
  }
}

.u-fz--m {
  font-size: 1.8rem;
  font-size: 1.25vw;
  font-size: clamp(1.8rem, 1.25vw, 2.4rem);
}

.u-fz--l {
  font-size: 2.4rem;
  font-size: 1.667vw;
  font-size: clamp(2.4rem, 1.667vw, 3.2rem);
}

.u-fz--xl {
  font-size: 2.8rem;
  font-size: 2.917vw;
  font-size: clamp(2.8rem, 2.917vw, 5.6rem);
}

.u-fw--100 {
  font-weight: 100;
}

.u-fw--300 {
  font-weight: 300;
}

.u-fw--400 {
  font-weight: 400;
}

.u-fw--500 {
  font-weight: 700;
}
@media screen and (min-width: 1080px) {
  .u-fw--500 {
    font-weight: 500;
  }
}

.u-fw--600 {
  font-weight: 700;
}
@media screen and (min-width: 1080px) {
  .u-fw--600 {
    font-weight: 600;
  }
}

.u-fw--700 {
  font-weight: 700;
}

.u-fw--800 {
  font-weight: 900;
}
@media screen and (min-width: 1080px) {
  .u-fw--800 {
    font-weight: 800;
  }
}

.u-fw--900 {
  font-weight: 900;
}

.u-ta--l {
  text-align: left;
}

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

.u-ta--r {
  text-align: right;
}

@media screen and (max-width: 767px) {
  .u-ta--l-sp {
    text-align: left;
  }
  .u-ta--c-sp {
    text-align: center;
  }
  .u-ta--r-sp {
    text-align: right;
  }
  .u-br-pc {
    display: none;
  }
}
@media screen and (max-width: 1079px) {
  .u-ta--l-mbl {
    text-align: left;
  }
  .u-ta--c-mbl {
    text-align: center;
  }
  .u-ta--r-mbl {
    text-align: right;
  }
  .u-br-pc {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1079px) {
  .u-ta--l-tab {
    text-align: left;
  }
  .u-ta--c-tab {
    text-align: center;
  }
  .u-ta--r-tab {
    text-align: right;
  }
  .u-br-pc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .u-ta--l-wide {
    text-align: left;
  }
  .u-ta--c-wide {
    text-align: center;
  }
  .u-ta--r-wide {
    text-align: right;
  }
  .br-sp {
    display: none;
  }
}
@media screen and (min-width: 1080px) {
  .u-ta--l-pc {
    text-align: left;
  }
  .u-ta--c-pc {
    text-align: center;
  }
  .u-ta--r-pc {
    text-align: right;
  }
  .u-br-sp {
    display: none;
  }
}
.u-ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

select {
  -moz-appearance: menulist;
  -webkit-appearance: menulist;
}

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

input[type=text],
input[type=tel],
input[type=email],
textarea,
select {
  resize: vertical;
  width: 100%;
  border: 1px solid #C5C5C5;
  background: #FFFFFF;
  padding: 0.8rem;
  border-radius: 0.4rem;
}

input[type=checkbox], label {
  cursor: pointer;
}

input[type=checkbox] {
  width: 2rem;
  height: 2rem;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  border: 1px solid #C5C5C5;
}

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

input::-moz-placeholder {
  color: #ABABAB;
}

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

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

input::placeholder {
  color: #ABABAB;
}

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

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

.short-text {
  max-width: 20rem !important;
}

h2 {
  line-height: 1.2;
}

h3 {
  line-height: 1.5;
}

.l-header {
  background: #FFFFFF;
}

.l-header--sticky {
  background: #FFFFFF;
  padding: 0 1rem;
}
@media screen and (min-width: 1080px) {
  .l-header--sticky {
    -webkit-box-shadow: 0px 0px 10px -5px #393939;
            box-shadow: 0px 0px 10px -5px #393939;
    padding: 0 0 0 2rem;
  }
}
@media screen and (min-width: 1080px) {
  .l-header--sticky .logo {
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .l-header--sticky .logo:hover {
    opacity: 0.6;
  }
}

.l-nav {
  background: #FFFFFF;
}
@media screen and (min-width: 1080px) {
  .l-nav {
    background: none;
  }
}

.l-menu {
  color: #FFFFFF;
  background: #265796;
}
.l-menu li {
  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;
}
.l-menu li a {
  border-bottom: 1px solid #EFF2F4;
}
@media screen and (min-width: 1080px) {
  .l-menu li a {
    border: none;
  }
}
@media screen and (min-width: 1080px) {
  .l-menu {
    color: #393939;
    background: none;
  }
  .l-menu a {
    font-weight: 500;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .l-menu a:hover {
    color: #00a2ff;
  }
}

.l-menu--floor ul {
  color: #393939;
  background: #EFF2F4;
}
@media screen and (min-width: 1080px) {
  .l-menu--floor ul {
    color: #FFFFFF;
    background: #265796;
  }
}
.l-menu--floor ul a {
  border-bottom: 1px solid #265796;
}
@media screen and (min-width: 1080px) {
  .l-menu--floor ul a {
    background: none;
  }
}

.footer {
  font-size: 1.2rem;
  background: #EFF2F4;
  margin-top: 12rem;
  margin-top: clamp(12rem, 6.667rem + 11.11vw, 20rem);
  padding-top: 6rem;
  padding-top: clamp(6rem, 3.333rem + 5.56vw, 10rem);
}
@media screen and (min-width: 768px) {
  .footer {
    font-size: 1.4rem;
  }
}
.footer .footer__inner {
  width: 100%;
  max-width: 124rem;
  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;
  gap: 5rem;
  gap: 5.208vw;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media screen and (min-width: 768px) {
  .footer .footer__inner {
    -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;
  }
}
.footer .footer__inner > div,
.footer .footer__inner .footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .footer .footer__inner > div,
  .footer .footer__inner .footer-menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.footer .footer__inner > div *,
.footer .footer__inner .footer-menu * {
  white-space: nowrap;
}
.footer .footer__inner > div {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}
.footer .copyright {
  text-align: center;
  margin-top: 6rem;
  margin-top: clamp(6rem, 3.333rem + 5.56vw, 10rem);
  padding-bottom: 2rem;
}

.hap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.hap img {
  height: 6rem;
}
@media screen and (min-width: 1080px) {
  .hap img {
    height: 8rem;
  }
}

.v-middle {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 768px) {
  .a-right {
    margin-left: auto !important;
    margin-right: 0 !important;
  }
}

.a-center {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto !important;
  margin-right: auto !important;
}

.pd-block--s {
  padding: 1.5rem;
}
@media screen and (min-width: 768px) {
  .pd-block--s {
    padding: 3rem;
  }
}

.pd-block--l {
  padding: 2.5rem;
}
@media screen and (min-width: 768px) {
  .pd-block--l {
    padding: 5rem;
  }
}

.pd-section--s {
  padding-top: 6rem;
  padding-top: clamp(6rem, 3.333rem + 5.56vw, 10rem);
  padding-bottom: 6rem;
  padding-bottom: clamp(6rem, 3.333rem + 5.56vw, 10rem);
}

.pd-section--l {
  padding-top: 12rem;
  padding-top: clamp(12rem, 6.667rem + 11.11vw, 20rem);
  padding-bottom: 12rem;
  padding-bottom: clamp(12rem, 6.667rem + 11.11vw, 20rem);
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .flex {
    gap: 2rem;
  }
}

.partition,
.partition--re {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5rem;
  gap: 2.604vw;
}
.partition .part-element--3,
.partition--re .part-element--3 {
  width: 100%;
}
@media screen and (min-width: 1080px) {
  .partition .part-element--3,
  .partition--re .part-element--3 {
    width: calc(30% - 1.302vw);
  }
}
.partition .part-element--4,
.partition--re .part-element--4 {
  width: 100%;
}
@media screen and (min-width: 1080px) {
  .partition .part-element--4,
  .partition--re .part-element--4 {
    width: calc(40% - 1.302vw);
  }
}
.partition .part-element--5,
.partition--re .part-element--5 {
  width: 100%;
}
@media screen and (min-width: 1080px) {
  .partition .part-element--5,
  .partition--re .part-element--5 {
    width: calc(50% - 1.302vw);
  }
}
.partition .part-element--6,
.partition--re .part-element--6 {
  width: 100%;
}
@media screen and (min-width: 1080px) {
  .partition .part-element--6,
  .partition--re .part-element--6 {
    width: calc(60% - 1.302vw);
  }
}
.partition .part-element--7,
.partition--re .part-element--7 {
  width: 100%;
}
@media screen and (min-width: 1080px) {
  .partition .part-element--7,
  .partition--re .part-element--7 {
    width: calc(70% - 1.302vw);
  }
}

@media screen and (min-width: 1080px) {
  .partition {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media screen and (min-width: 1080px) {
  .partition--re {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.split,
.split--re {
  width: 100%;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .split,
  .split--re {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 4rem;
  }
}
.split .split-element--3,
.split--re .split-element--3 {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .split .split-element--3,
  .split--re .split-element--3 {
    width: calc(33.3333333333% - 1.302vw);
  }
}
.split .split-element--4,
.split--re .split-element--4 {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .split .split-element--4,
  .split--re .split-element--4 {
    width: calc(25% - 1.302vw);
  }
}
.split .split-element--5,
.split--re .split-element--5 {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .split .split-element--5,
  .split--re .split-element--5 {
    width: calc(20% - 1.302vw);
  }
}

@media screen and (min-width: 768px) {
  .split {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media screen and (min-width: 768px) {
  .split--re {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.alternate--start,
.alternate--end {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5rem;
  gap: 7.813vw;
  z-index: 2;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media screen and (min-width: 768px) {
  .alternate--start,
  .alternate--end {
    padding-left: 7.813vw;
    padding-right: 7.813vw;
  }
}
.alternate--start .left-col,
.alternate--start .right-col,
.alternate--end .left-col,
.alternate--end .right-col {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .alternate--start .left-col,
  .alternate--start .right-col,
  .alternate--end .left-col,
  .alternate--end .right-col {
    width: 50%;
  }
}

@media screen and (min-width: 768px) {
  .alternate--start {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .alternate--end {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media screen and (min-width: 1366px) {
  .alternate--start .left-col {
    padding-left: clamp(2rem, 10.938vw, 21rem);
  }
  .alternate--end .right-col {
    padding-right: clamp(2rem, 10.938vw, 21rem);
  }
}
.center-block {
  position: relative;
  width: 100%;
  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;
  z-index: 2;
  padding: 0 2rem;
}
@media screen and (min-width: 768px) {
  .center-block {
    padding: 0 4rem;
  }
}

.short-bg--start,
.short-bg--end {
  padding-top: 6rem;
  padding-top: clamp(6rem, 3.333rem + 5.56vw, 10rem);
}
@media screen and (min-width: 768px) {
  .short-bg--start,
  .short-bg--end {
    padding-bottom: 6rem;
    padding-bottom: clamp(6rem, 3.333rem + 5.56vw, 10rem);
  }
}
.short-bg--start::after,
.short-bg--end::after {
  position: absolute;
  top: 0;
  content: "";
  width: 100%;
  height: calc(100% - 6rem);
  background: rgba(255, 255, 255, 0.5);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .short-bg--start::after,
  .short-bg--end::after {
    width: 70%;
    height: 100%;
  }
}

.short-bg--start::after {
  left: 0;
}

.short-bg--end::after {
  right: 0;
}

.filled-bg {
  padding-top: 6rem;
  padding-top: clamp(6rem, 3.333rem + 5.56vw, 10rem);
}
.filled-bg::after {
  position: absolute;
  top: 0;
  content: "";
  width: 100%;
  height: calc(100% - 6rem);
  background: #FFFFFF;
  z-index: -1;
}

.list--disc {
  list-style: disc;
  line-height: 1.5;
  padding-left: 1em;
}

.list--num {
  list-style: decimal;
  padding-left: 1em;
}

.r-1x1,
.r-2x1,
.r-3x2,
.r-4x3,
.r-19x9,
.r-1x2,
.r-2x3,
.r-3x4,
.r-9x16 {
  width: 100%;
  overflow: hidden;
  line-height: 0;
}
.r-1x1 img,
.r-2x1 img,
.r-3x2 img,
.r-4x3 img,
.r-19x9 img,
.r-1x2 img,
.r-2x3 img,
.r-3x4 img,
.r-9x16 img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.r-1x1 {
  aspect-ratio: 1/1;
}
.r-1x1 img {
  aspect-ratio: 1/1;
}

.r-2x1 {
  aspect-ratio: 2/1;
}
.r-2x1 img {
  aspect-ratio: 2/1;
}

.r-3x2 {
  aspect-ratio: 3/2;
}
.r-3x2 img {
  aspect-ratio: 3/2;
}

.r-4x3 {
  aspect-ratio: 4/3;
}
.r-4x3 img {
  aspect-ratio: 4/3;
}

.r-16x9 {
  aspect-ratio: 16/9;
}
.r-16x9 img {
  aspect-ratio: 16/9;
}

.r-1x2 {
  aspect-ratio: 1/2;
}
.r-1x2 img {
  aspect-ratio: 1/2;
}

.r-2x3 {
  aspect-ratio: 2/3;
}
.r-2x3 img {
  aspect-ratio: 2/3;
}

.r-3x4 {
  aspect-ratio: 3/4;
}
.r-3x4 img {
  aspect-ratio: 3/4;
}

.r-9x16 {
  aspect-ratio: 9/16;
}
.r-9x16 img {
  aspect-ratio: 9/16;
}

.mw-80,
.mw-300,
.mw-350,
.mw-400,
.mw-450,
.mw-500,
.mw-550,
.mw-800 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1080px) {
  .mw-80,
  .mw-300,
  .mw-350,
  .mw-400,
  .mw-450,
  .mw-500,
  .mw-550,
  .mw-800 {
    margin-left: 0;
    margin-right: 0;
  }
}

.mw-80 {
  max-width: 8rem;
}

.mw-350 {
  max-width: 35rem;
}

.mw-400 {
  max-width: 40rem;
}

.mw-350 {
  max-width: 45rem;
}

.mw-500 {
  max-width: 50rem;
  max-width: clamp(35rem, 26.042vw, 50rem);
}
@media screen and (min-width: 1080px) {
  .mw-500 {
    max-width: 50rem;
  }
}

.mw-550 {
  max-width: 55rem;
  max-width: clamp(35rem, 28.646vw, 55rem);
}
@media screen and (min-width: 1080px) {
  .mw-550 {
    max-width: 55rem;
  }
}

.mw-800 {
  max-width: 80rem;
  max-width: clamp(35rem, -14.231rem + 102.56vw, 55rem);
}
@media screen and (min-width: 1080px) {
  .mw-800 {
    max-width: 55rem;
  }
}
@media screen and (min-width: 1366px) {
  .mw-800 {
    max-width: 80rem;
  }
}

.card--start,
.card--center,
.card--btw,
.card--end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.604vw;
}

.card--start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.card--center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.card--btw {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.card--end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.card-item--1 {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .card-item--1 {
    width: calc(50% - 1.302vw);
  }
}

.card-item--2 {
  width: calc(50% - 1.302vw);
}

.card-item--3 {
  width: calc(33.333% - 1.736vw);
}

.card-item--4 {
  width: calc(50% - 1.302vw);
}
@media screen and (min-width: 1366px) {
  .card-item--4 {
    width: calc(25% - 1.9578947368vw);
  }
}

.mincho {
  font-family: "Noto Serif JP", serif;
}

.name {
  font-family: "Yuji Syuku", serif;
}

.cl-white {
  color: #FFFFFF;
}

.cl-orange {
  color: #ff6436;
}

.cl-blue {
  color: #00a2ff;
}

.cl-gray {
  color: #868686;
}

.color-mat {
  background: #eff2f4;
}

.t-line {
  border-top: 1px solid #c1c1c1;
  padding-top: 1rem;
}

.u-line {
  border-bottom: 1px solid #c1c1c1;
  padding-bottom: 1rem;
}

.indentation {
  margin-left: 1em;
}

@media screen and (max-width: 1079px) {
  .br-p {
    display: none;
  }
}
.heading {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2.4rem;
  font-size: clamp(2.4rem, 1.2rem + 2.5vw, 4.2rem);
  padding-left: 4rem;
}
.heading::before {
  position: absolute;
  top: calc(50% - 0.1rem);
  left: 0;
  content: "";
  width: 3rem;
  height: 0.2rem;
  background: #00a2ff;
}

.num-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.num-heading span {
  width: 4rem;
  color: #818181;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .num-heading span {
    width: 5rem;
  }
}
.num-heading div {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 1.5rem;
  border-left: 1px solid #c1c1c1;
}

.link-btn {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 25rem;
  min-height: 6rem;
  color: #FFFFFF;
  background: #265796;
  border: 1px solid #265796;
  margin-left: auto;
  margin-right: auto;
  padding: 0.5em 2.5em 0.5em 1em;
  border-radius: 0.5rem;
}
.link-btn::after {
  position: absolute;
  top: calc(50% - 0.5em);
  right: 1rem;
  font-size: 2.4rem;
  font-family: "Line Awesome Free", "Line Awesome Brands";
  font-weight: 900;
  content: "\f138";
}
@media screen and (min-width: 768px) {
  .link-btn {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (min-width: 1080px) {
  .link-btn {
    max-width: 30rem;
    min-height: 8rem;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .link-btn::after {
    right: 2rem;
    -webkit-transition: 0.1s;
    transition: 0.1s;
  }
  .link-btn:hover {
    color: #265796;
    background: #FFFFFF;
  }
  .link-btn:hover::after {
    right: 1rem;
  }
}

.link-disc {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 2em;
  min-height: 4rem;
  z-index: 2;
  line-height: 1;
  padding: 0.5em 0.8em 0.5em 1.6em;
}
.link-disc::before {
  position: absolute;
  top: calc(50% - 0.8rem);
  left: 0;
  content: "";
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 9999px;
  background: #265796;
  z-index: -1;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.link-disc::after {
  position: absolute;
  top: calc(50% - 0.5em);
  left: calc(0.8rem - 0.5em);
  content: "・";
  font-size: 1.6rem;
  color: #FFFFFF;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.link-disc span {
  font-weight: 500;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (min-width: 1080px) {
  .link-disc:hover::before {
    top: 0;
    width: 100%;
    height: 100%;
  }
  .link-disc:hover::after {
    left: 0.5rem;
    font-family: "Line Awesome Free", "Line Awesome Brands";
    font-weight: 900;
    content: "\f105";
  }
  .link-disc:hover span {
    color: #FFFFFF;
  }
}

.link-txt {
  position: relative;
  display: inline-block;
  line-height: 1.5;
}
.link-txt::after {
  position: absolute;
  bottom: 0.3em;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #393939;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: center top;
  transform-origin: center top;
  -webkit-transition: -webkit-transform 0.1s;
  transition: -webkit-transform 0.1s;
  transition: transform 0.1s;
  transition: transform 0.1s, -webkit-transform 0.1s;
}
.link-txt:active::after {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
@media screen and (min-width: 1080px) {
  .link-txt:hover::after {
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
  }
}

.link-txt-re {
  position: relative;
  display: inline-block;
  line-height: 1.5;
}
.link-txt-re::after {
  position: absolute;
  bottom: 0.3em;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #393939;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: center top;
  transform-origin: center top;
  -webkit-transition: -webkit-transform 0.1s;
  transition: -webkit-transform 0.1s;
  transition: transform 0.1s;
  transition: transform 0.1s, -webkit-transform 0.1s;
}
.link-txt-re:active::after {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
@media screen and (min-width: 1080px) {
  .link-txt-re:hover::after {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

.thumb-link {
  position: relative;
  height: 100%;
  padding: 3rem 0 0 3rem;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.thumb-link .number-panel {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 8rem;
  height: 8rem;
  font-size: 3.2rem;
  font-size: clamp(3.2rem, 2.133rem + 2.22vw, 4.8rem);
  color: #FFFFFF;
  background: #00a2ff;
  z-index: 2;
}
@media screen and (min-width: 1080px) {
  .thumb-link .number-panel {
    width: 10rem;
    height: 10rem;
  }
}
.thumb-link .thumb-link--inner {
  display: block;
  background: #FFFFFF;
}
.thumb-link .thumb-link--inner .image {
  width: 100%;
  overflow: hidden;
  line-height: 0;
}
.thumb-link .thumb-link--inner .image img {
  display: block;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.thumb-link .thumb-link--inner div {
  position: relative;
  padding: 1.5em 4rem 1.5em 1em;
}
@media screen and (min-width: 1080px) {
  .thumb-link .thumb-link--inner div {
    padding: 1.5em 7rem 1.5em 1em;
  }
}
.thumb-link .thumb-link--inner div::after {
  position: absolute;
  top: 1rem;
  right: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 3rem;
  height: calc(100% - 2rem);
  font-family: "Line Awesome Free", "Line Awesome Brands";
  font-weight: 900;
  content: "\f105";
  color: #FFFFFF;
  background: #265796;
  border: 1px solid #265796;
}
@media screen and (min-width: 1080px) {
  .thumb-link .thumb-link--inner div::after {
    font-size: 2.4rem;
    width: 5rem;
  }
}
.thumb-link .thumb-link--inner div p {
  margin-top: 1rem;
}
@media screen and (min-width: 1080px) {
  .thumb-link .thumb-link--inner:hover img {
    -webkit-transform: scale(1.2, 1.2);
            transform: scale(1.2, 1.2);
  }
  .thumb-link .thumb-link--inner:hover div::after {
    color: #265796;
    background: #FFFFFF;
  }
}

.category-link {
  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: 4rem;
}
.category-link a {
  display: block;
  width: 100%;
  max-width: 30rem;
  min-width: 25rem;
}
.category-link a .image {
  width: 100%;
  aspect-ratio: 3/2;
  overflow: hidden;
  line-height: 0;
  margin-left: auto;
  margin-right: auto;
}
.category-link a .image img {
  display: block;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.category-link a .button {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 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;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .category-link a .button {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.category-link a .button p {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 2em;
  min-height: 4rem;
  z-index: 2;
  line-height: 1;
  padding: 0.5em 0.8em 0.5em 1.6em;
}
.category-link a .button p::before {
  position: absolute;
  top: calc(50% - 0.8rem);
  left: 0;
  content: "";
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 9999px;
  background: #265796;
  z-index: -1;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.category-link a .button p::after {
  position: absolute;
  top: calc(50% - 0.5em);
  left: calc(0.8rem - 0.5em);
  content: "・";
  font-size: 1.6rem;
  color: #FFFFFF;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.category-link a .button p span {
  font-weight: 500;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (min-width: 1080px) {
  .category-link a:hover img {
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
  }
  .category-link a:hover p::before {
    top: 0;
    width: 100%;
    height: 100%;
  }
  .category-link a:hover p::after {
    left: 0.5rem;
    font-family: "Line Awesome Free", "Line Awesome Brands";
    font-weight: 900;
    content: "\f105";
  }
  .category-link a:hover p span {
    color: #FFFFFF;
  }
}

ul.flow-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
@media screen and (min-width: 1080px) {
  ul.flow-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
ul.flow-box li {
  position: relative;
}
ul.flow-box li:not(:last-child) {
  padding-bottom: 3rem;
}
@media screen and (min-width: 1080px) {
  ul.flow-box li:not(:last-child) {
    padding-right: 3rem;
    padding-bottom: 0;
  }
}
ul.flow-box li:not(:last-child)::after {
  position: absolute;
  bottom: 0;
  right: calc(50% - 2rem);
  content: "";
  width: 4rem;
  height: 2rem;
  background: #00a2ff;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media screen and (min-width: 1080px) {
  ul.flow-box li:not(:last-child)::after {
    bottom: calc(50% - 2rem);
    right: 0;
    width: 2rem;
    height: 4rem;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
  }
}
ul.flow-box li div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 29rem;
  height: 100%;
  border-radius: 0.5rem;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem;
  padding: clamp(2rem, 2.083vw, 4rem);
}

.main-image {
  position: relative;
  width: 100%;
  background: #FFFFFF;
}
.main-image .slide {
  background: #FFFFFF;
  overflow: hidden;
}
.main-image .js-slider {
  width: 100%;
  overflow: hidden;
  line-height: 0;
}
.main-image .js-slider img {
  width: 100%;
  aspect-ratio: 2/1;
  min-height: 35rem;
  max-height: 96rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.main-image .slogan {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  top: calc(50% - 2.5rem);
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 3.2rem;
  font-size: clamp(3.2rem, 1.067rem + 4.44vw, 6.4rem);
  background: rgba(255, 255, 255, 0.7);
  padding: 1rem 2.5rem;
}
@media screen and (min-width: 1080px) {
  .main-image .slogan {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    left: 2.5rem;
    left: 5.208vw;
  }
}
.main-image .slogan p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
  line-height: 1.4;
}

.prompt_scroll {
  position: absolute;
  top: 10.417vw;
  right: 2rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #393939;
  font-size: 1.2rem;
  line-height: 1;
  padding-right: 1em;
  padding-bottom: 1em;
  overflow: hidden;
  z-index: 4;
}
@media screen and (min-width: 768px) {
  .prompt_scroll {
    right: 10.417vw;
    font-size: 1.4rem;
  }
}
.prompt_scroll::after {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  width: 0.1rem;
  height: 3rem;
  background: #393939;
  -webkit-animation: scrollmove 1.5s ease-in-out infinite;
          animation: scrollmove 1.5s ease-in-out infinite;
  opacity: 0;
}
.prompt_scroll span {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
}

@-webkit-keyframes scrollmove {
  0% {
    height: -1em;
    top: 0;
    opacity: 1;
  }
  50% {
    height: 5rem;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 4em;
    opacity: 0;
  }
}

@keyframes scrollmove {
  0% {
    height: -1em;
    top: 0;
    opacity: 1;
  }
  50% {
    height: 5rem;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 4em;
    opacity: 0;
  }
}
.news {
  position: relative;
  width: 100%;
  max-width: 104rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0 2rem;
  z-index: 2;
  -webkit-transform: translateY(-5rem);
          transform: translateY(-5rem);
  margin-bottom: -5rem;
}
.news .news--inner {
  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;
  width: 100%;
  background: #FFFFFF;
  border-left: 2px solid #00a2ff;
  border-right: 2px solid #00a2ff;
  padding: 2.5rem;
}
@media screen and (min-width: 768px) {
  .news .news--inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 5rem;
    padding: 5rem clamp(6rem, 3.333rem + 5.56vw, 10rem);
  }
}
.news .news--inner .news-heading {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .news .news--inner .news-heading {
    -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;
    width: 20rem;
  }
  .news .news--inner .news-heading > div {
    margin-top: 3rem;
  }
}
.news .news--inner .news-heading h2 {
  font-weight: 600;
  color: #797979;
}
.news .news--inner .news-topics {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .news .news--inner .news-topics {
    width: auto;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
.news .news--inner .news-topics ul li {
  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.5rem;
  padding: 1.5rem 0;
  overflow-wrap: break-word;
  word-wrap: break-word;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .news .news--inner .news-topics ul li {
    -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: 2.5rem;
  }
}
.news .news--inner .news-topics ul li div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.2rem;
  font-weight: 500;
}
.news .news--inner .news-topics ul li .topic-title {
  position: relative;
  width: 100%;
  padding-right: 3rem;
}
.news .news--inner .news-topics ul li .topic-title::after {
  position: absolute;
  top: calc(50% - 0.5em);
  right: 0;
  font-family: "Line Awesome Free", "Line Awesome Brands";
  font-size: 2.4rem;
  font-weight: 900;
  content: "\f105";
}
.news .news--inner .news-topics ul li .topic-title span {
  position: relative;
  display: inline-block;
  line-height: 1.4;
}
.news .news--inner .news-topics ul li .topic-title span::after {
  position: absolute;
  bottom: 0.3em;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #393939;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
@media screen and (min-width: 1080px) {
  .news .news--inner .news-topics ul li .topic-title:hover::after {
    -webkit-transition: 0.2s;
    transition: 0.2s;
    color: #00a2ff;
  }
  .news .news--inner .news-topics ul li .topic-title:hover span::after {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

.index-contents {
  position: relative;
  background: #c0cfd8;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(192, 207, 216)), to(rgb(255, 255, 255)));
  background: linear-gradient(0deg, rgb(192, 207, 216) 0%, rgb(255, 255, 255) 100%);
  padding-bottom: 12rem;
  padding-bottom: clamp(12rem, 6.667rem + 11.11vw, 20rem);
  z-index: 3;
}

.particles-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}

#js-particle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.table-line tr {
  border-top: 1px solid #c1c1c1;
}
.table-line tr:last-of-type {
  border-bottom: 1px solid #c1c1c1;
}
.table-line th, .table-line td {
  vertical-align: middle;
}
.table-line th {
  width: 100%;
  font-size: 2rem;
  font-size: clamp(2rem, 1.733rem + 0.56vw, 2.4rem);
  font-weight: 700;
  padding: 2.5rem 2.5rem 0 2.5rem;
}
@media screen and (min-width: 1080px) {
  .table-line th {
    width: 25%;
    text-align: center;
    padding: 5rem;
  }
}
.table-line td {
  width: 100%;
  padding: 2.5rem;
}
@media screen and (min-width: 1080px) {
  .table-line td {
    width: 75%;
    padding: 5rem;
  }
}

.table-grid th, .table-grid td {
  border: 1px solid #c1c1c1;
  padding: 0.5em;
}
@media screen and (min-width: 1080px) {
  .table-grid th, .table-grid td {
    padding: 3rem;
  }
}
.table-grid th {
  background: #eff2f4;
  text-align: center;
}

.table-mesh thead, .table-mesh tr {
  border-bottom: 1px solid #c1c1c1;
}
.table-mesh .head {
  width: 30% !important;
}
@media screen and (min-width: 1080px) {
  .table-mesh .head {
    width: 20% !important;
  }
}
.table-mesh th {
  text-align: center;
  vertical-align: middle;
}
.table-mesh th:not(:last-of-type) {
  border-right: 1px solid #c1c1c1;
}
.table-mesh td {
  width: 35%;
  border-left: 1px solid #c1c1c1;
}
@media screen and (min-width: 1080px) {
  .table-mesh td {
    width: 40%;
  }
}
.table-mesh th, .table-mesh td {
  padding: 0.5em;
}
@media screen and (min-width: 1080px) {
  .table-mesh th, .table-mesh td {
    padding: 3rem;
  }
}

.table-arrow tr {
  position: relative;
}
.table-arrow tr:not(:last-of-type) {
  margin-bottom: 3rem;
}
.table-arrow tr:not(:last-of-type)::after {
  position: absolute;
  bottom: -2rem;
  left: calc(50% - 2.5rem);
  content: "";
  width: 5rem;
  height: 2rem;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background: #00a2ff;
}
@media screen and (min-width: 1080px) {
  .table-arrow tr:not(:last-of-type) {
    margin-bottom: 1.5rem;
  }
  .table-arrow tr:not(:last-of-type)::after {
    display: none;
  }
}
.table-arrow th, .table-arrow td {
  vertical-align: middle;
}
.table-arrow th {
  position: relative;
  width: 100%;
  font-size: 2rem;
  font-size: clamp(2rem, 1.733rem + 0.56vw, 2.4rem);
  font-weight: 700;
  padding: 2.5rem 2.5rem 0 2.5rem;
}
@media screen and (min-width: 1080px) {
  .table-arrow th {
    width: 25%;
    text-align: center;
    padding: 3rem;
  }
  .table-arrow th::before {
    position: absolute;
    top: 0;
    right: 0.4rem;
    content: "";
    width: 0.2rem;
    height: 100%;
    background: #00a2ff;
  }
  .table-arrow th::after {
    position: absolute;
    bottom: 0;
    right: 0;
    content: "";
    width: 1rem;
    height: 1rem;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    background: #00a2ff;
  }
}
.table-arrow td {
  width: 100%;
  padding: 2.5rem;
}
@media screen and (min-width: 1080px) {
  .table-arrow td {
    width: 75%;
    padding: 3rem;
  }
}

.table-deco tr:not(:last-of-type) {
  margin-bottom: 1.5rem;
}
.table-deco th, .table-deco td {
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .table-deco th, .table-deco td {
    padding: 2rem;
  }
}
.table-deco th {
  text-align: center;
  vertical-align: middle;
  background: #eff2f4;
}
@media screen and (min-width: 1080px) {
  .table-deco th {
    width: 25%;
  }
}
@media screen and (min-width: 1080px) {
  .table-deco td {
    width: 75%;
  }
}

.col-w20 {
  width: 20%;
}

.col-w30 {
  width: 30%;
}

.col-w40 {
  width: 40%;
}

.col-w60 {
  width: 60%;
}

.col-w70 {
  width: 70%;
}

.col-w80 {
  width: 80%;
}

ul.flow {
  position: relative;
  z-index: 2;
  padding-top: 2.5rem;
}
ul.flow::after {
  position: absolute;
  top: 0;
  left: 3rem;
  content: "";
  width: 0.1rem;
  height: 100%;
  background: #393939;
  z-index: -1;
}
ul.flow li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5rem;
}
@media screen and (min-width: 768px) {
  ul.flow li {
    gap: 5rem;
  }
}
ul.flow li:not(:last-child) {
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  ul.flow li:not(:last-child) {
    margin-bottom: 5rem;
  }
}
ul.flow li .step {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 6rem;
  height: 6rem;
  font-weight: 500;
  text-align: center;
  color: #FFFFFF;
  background: #00a2ff;
}
ul.flow li .step span {
  font-size: 2rem;
  font-size: clamp(2rem, 1.733rem + 0.56vw, 2.4rem);
}
ul.flow li p {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

ul.news-list {
  width: 100%;
}
ul.news-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  padding: 2.5rem;
  border-top: 1px solid #c1c1c1;
}
ul.news-list li:last-child {
  border-bottom: 1px solid #c1c1c1;
}
@media screen and (min-width: 768px) {
  ul.news-list li {
    -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;
    padding: 5rem 2.5rem;
  }
}
ul.news-list li .news-description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  width: 100%;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  ul.news-list li .news-description {
    max-width: 35rem;
  }
}
ul.news-list li .news-description div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
}
ul.news-list li .news-category {
  width: 12rem;
  font-size: 1.2rem;
  font-size: clamp(1.2rem, 1.16rem + 0.2vw, 1.4rem);
  text-align: center;
  background: #dce8ef;
  padding: 0.5em;
}
@media screen and (min-width: 1080px) {
  ul.news-list li .news-category {
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  ul.news-list li .news-category:hover {
    opacity: 0.6;
  }
}
ul.news-list li .news-title {
  line-height: 1.4;
  position: relative;
  display: inline-block;
}
ul.news-list li .news-title::after {
  position: absolute;
  bottom: 0.3em;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #393939;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: center top;
  transform-origin: center top;
  -webkit-transition: -webkit-transform 0.1s;
  transition: -webkit-transform 0.1s;
  transition: transform 0.1s;
  transition: transform 0.1s, -webkit-transform 0.1s;
}
ul.news-list li .news-title:active::after {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
@media screen and (min-width: 1080px) {
  ul.news-list li .news-title:hover::after {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

.news-single {
  border-bottom: 1px solid #c1c1c1;
  padding: 0 0 2.5rem 0;
}
.news-single div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .news-single div {
    -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;
  }
}
.news-single .categorys {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
}
.news-single .categorys a {
  display: block;
  width: 12rem;
  font-size: 1.2rem;
  font-size: clamp(1.2rem, 1.16rem + 0.2vw, 1.4rem);
  text-align: center;
  background: #dce8ef;
  padding: 0.5em;
}
@media screen and (min-width: 1080px) {
  .news-single .categorys a {
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .news-single .categorys a:hover {
    opacity: 0.6;
  }
}

.fixed-bg {
  background-image: url("../images/index_bg.jpg");
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  padding-top: 12rem;
  padding-top: clamp(12rem, 6.667rem + 11.11vw, 20rem);
  padding-bottom: 6rem;
  padding-bottom: clamp(6rem, 3.333rem + 5.56vw, 10rem);
}

.page-head {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  margin-top: 0;
  margin-top: clamp(0rem, -6.667rem + 13.89vw, 10rem);
  padding-top: 5rem;
  padding-top: clamp(5rem, -7.329rem + 14.44vw, 10rem);
  z-index: 2;
}
.page-head::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: calc(100% - 5rem);
  height: calc(100% - clamp(5rem, -7.329rem + 14.44vw, 10rem));
  background: #eff2f4;
  z-index: -1;
}
.page-head > * {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .page-head {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0;
    padding-bottom: 6rem;
  }
  .page-head::after {
    left: clamp(0rem, -12.329rem + 14.44vw, 5rem);
    width: calc(100% - 15rem);
  }
  .page-head .content {
    width: 45%;
  }
  .page-head .image {
    width: 55%;
  }
}
.page-head .content {
  width: 100%;
  max-width: 91rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media screen and (min-width: 768px) {
  .page-head .content {
    width: 70%;
    margin-left: auto;
    margin-right: 0;
    padding-left: 8rem;
    padding-left: 4rem;
    padding-left: 6.25vw;
    padding-left: clamp(4rem, 6.25vw, 12rem);
  }
}
.page-head .content ul.breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 3rem;
  margin-top: clamp(3rem, -1.931rem + 5.78vw, 5rem);
  margin-left: auto;
  margin-right: 0;
  padding-right: 2rem;
}
@media screen and (min-width: 768px) {
  .page-head .content ul.breadcrumbs {
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
  }
}
.page-head .content ul.breadcrumbs li {
  max-width: 12.5em;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  line-height: 1.4;
}
.page-head .content ul.breadcrumbs li:last-child {
  font-weight: 700;
}
.page-head .content ul.breadcrumbs li:not(:last-child) {
  margin-right: 0.2em;
}
@media screen and (min-width: 768px) {
  .page-head .content ul.breadcrumbs li:not(:last-child) {
    margin-right: 0.5em;
  }
}
.page-head .content ul.breadcrumbs li:not(:last-child)::after {
  font-family: "Line Awesome Free", "Line Awesome Brands";
  font-weight: 900;
  content: "\f105";
  margin-left: 0.2em;
}
@media screen and (min-width: 768px) {
  .page-head .content ul.breadcrumbs li:not(:last-child)::after {
    margin-left: 0.5em;
  }
}
.page-head .content ul.breadcrumbs a {
  position: relative;
  display: inline-block;
}
.page-head .content ul.breadcrumbs a::after {
  position: absolute;
  bottom: 0.3em;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #393939;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: center top;
  transform-origin: center top;
  -webkit-transition: -webkit-transform 0.1s;
  transition: -webkit-transform 0.1s;
  transition: transform 0.1s;
  transition: transform 0.1s, -webkit-transform 0.1s;
}
.page-head .content ul.breadcrumbs a:active::after {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
@media screen and (min-width: 1080px) {
  .page-head .content ul.breadcrumbs a:hover::after {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.page-head .image {
  overflow: hidden;
  line-height: 0;
  aspect-ratio: 2/1;
  padding-left: 5rem;
}
@media screen and (min-width: 768px) {
  .page-head .image {
    padding-left: 0;
  }
}
.page-head .image img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 2/1;
}

.connection-block {
  position: relative;
  width: 100%;
  padding: 3rem 3rem;
  z-index: 2;
}
@media screen and (min-width: 1366px) {
  .connection-block {
    padding: 0 5rem;
  }
}
.connection-block::after {
  position: absolute;
  top: 0;
  left: calc(50% - 20rem);
  content: "";
  width: 0.1rem;
  height: 100%;
  background: #393939;
  z-index: -1;
}
@media screen and (min-width: 1366px) {
  .connection-block::after {
    top: 5rem;
    left: 0;
    width: 100%;
    height: 0.1rem;
  }
}
.connection-block ul {
  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;
  width: 100%;
  max-width: 162rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1366px) {
  .connection-block ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 2.604vw;
  }
}
.connection-block ul li {
  max-width: 50rem;
  border: 2px solid #00a2ff;
  background: #FFFFFF;
  margin-left: auto;
  margin-right: auto;
  padding: 1.5rem;
}
@media screen and (min-width: 1366px) {
  .connection-block ul li {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    padding: 1.563vw;
  }
}

.customize {
  position: relative;
  width: 100%;
  padding: 0 2rem 5rem 2rem;
  z-index: 3;
}
.customize::before, .customize::after {
  position: absolute;
  content: "";
}
.customize::before {
  display: none;
  z-index: -2;
}
@media screen and (min-width: 768px) {
  .customize::before {
    display: block;
    top: 50%;
    left: 0;
    width: 100%;
    height: 0.1rem;
    background: #393939;
  }
}
.customize::after {
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #eff2f4;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .customize::after {
    width: 70%;
    height: calc(100% - 5rem);
  }
}
.customize > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5rem;
  gap: 5.208vw;
  width: 100%;
  max-width: 124rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .customize > div {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.customize > div > div,
.customize > div > p {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .customize > div > div,
  .customize > div > p {
    width: calc(50% - 2.604vw);
  }
}
.customize > div > div {
  padding-top: 5rem;
}
@media screen and (min-width: 768px) {
  .customize > div > div {
    padding-top: 1rem;
  }
}

.labels {
  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;
  gap: 4rem;
  gap: 4.167vw;
  gap: clamp(4rem, 4.167vw, 8rem);
}
@media screen and (min-width: 768px) {
  .labels {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.labels > * {
  width: 100%;
  max-width: 20rem;
}

.js-txt-slide {
  overflow: hidden;
  display: inline-block;
}

.js-txt-slide__inner {
  display: inline-block;
}

.js-txt-slide--left {
  opacity: 0;
}

.is-txt-anime--cancell {
  -webkit-animation-name: slideTextX100;
          animation-name: slideTextX100;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes slideTextX100 {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slideTextX100 {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
.is-txt-anime--action {
  -webkit-animation-name: slideTextX-100;
          animation-name: slideTextX-100;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes slideTextX-100 {
  from {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slideTextX-100 {
  from {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
#tayori-form {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.form-item {
  background: #eff2f4;
  padding: 1rem;
  font-weight: 700;
}

.form-parts {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .form-parts {
    margin-top: 3rem;
  }
}

.form-wrap {
  margin-top: 1.5rem;
  padding: 0 1rem;
}

.form-split {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
.form-split > div {
  width: 50%;
}

.error-message {
  color: #FF0000;
  font-weight: 500;
  margin-top: 1rem;
}

.compulsory {
  color: #FF0000;
  font-size: 1.2rem;
  margin-left: 0.5rem;
}