@charset "UTF-8";
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
ul,
li,
table,
td,
th {
  margin: 0;
  padding: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

ul, ol {
  list-style: none;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

a, a:hover {
  text-decoration: none;
  color: initial;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
table {
  border-collapse: collapse;
}

html {
  font-size: 62.5%;
}
@media screen and (max-width: 326px) {
  html {
    font-size: 55.25%;
  }
}

body {
  font-size: 0.982vw;
  font-family: YakuHanJP, "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  font-weight: 500;
  letter-spacing: 0.2rem;
  line-height: 2;
  color: #333;
}
@media screen and (max-width: 1500px) {
  body {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.2rem;
  }
}

main {
  overflow: hidden;
}

h1, h2, h3, h4, h5 {
  font-size: initial;
  font-weight: initial;
}

a {
  -webkit-transition: all 0.3s cubic-bezier(0, 0.51, 1, 0.63);
  transition: all 0.3s cubic-bezier(0, 0.51, 1, 0.63);
}

@-webkit-keyframes draw {
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes draw {
  100% {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes marquee {
  100% {
    -webkit-transform: translateX(calc(-100% + 2vw));
            transform: translateX(calc(-100% + 2vw));
  }
}
@keyframes marquee {
  100% {
    -webkit-transform: translateX(calc(-100% + 2vw));
            transform: translateX(calc(-100% + 2vw));
  }
}
@-webkit-keyframes marquee_v {
  100% {
    -webkit-transform: translateY(calc(-100% + 2vw));
            transform: translateY(calc(-100% + 2vw));
  }
}
@keyframes marquee_v {
  100% {
    -webkit-transform: translateY(calc(-100% + 2vw));
            transform: translateY(calc(-100% + 2vw));
  }
}
@-webkit-keyframes marquee_v_rev {
  100% {
    -webkit-transform: translateY(calc(100% - 2vw));
            transform: translateY(calc(100% - 2vw));
  }
}
@keyframes marquee_v_rev {
  100% {
    -webkit-transform: translateY(calc(100% - 2vw));
            transform: translateY(calc(100% - 2vw));
  }
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes hero {
  100% {
    -webkit-transform: translateY(calc(-100% - 20px));
            transform: translateY(calc(-100% - 20px));
  }
}
@keyframes hero {
  100% {
    -webkit-transform: translateY(calc(-100% - 20px));
            transform: translateY(calc(-100% - 20px));
  }
}
@-webkit-keyframes hero_sp {
  100% {
    -webkit-transform: translateX(calc(-100% - 20px));
            transform: translateX(calc(-100% - 20px));
  }
}
@keyframes hero_sp {
  100% {
    -webkit-transform: translateX(calc(-100% - 20px));
            transform: translateX(calc(-100% - 20px));
  }
}
@-webkit-keyframes hero_alt {
  0% {
    -webkit-transform: translateY(calc(-100% - 20px));
            transform: translateY(calc(-100% - 20px));
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes hero_alt {
  0% {
    -webkit-transform: translateY(calc(-100% - 20px));
            transform: translateY(calc(-100% - 20px));
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes hero_alt_sp {
  0% {
    -webkit-transform: translateX(calc(-100% - 20px));
            transform: translateX(calc(-100% - 20px));
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes hero_alt_sp {
  0% {
    -webkit-transform: translateX(calc(-100% - 20px));
            transform: translateX(calc(-100% - 20px));
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes flow {
  0% {
    -webkit-transform: rotateX(45deg) rotateZ(-15deg) rotateY(0deg);
            transform: rotateX(45deg) rotateZ(-15deg) rotateY(0deg);
  }
  50% {
    -webkit-transform: rotateX(65deg) rotateZ(0deg) rotateY(15deg);
            transform: rotateX(65deg) rotateZ(0deg) rotateY(15deg);
  }
  100% {
    -webkit-transform: rotateX(45deg) rotateZ(-15deg) rotateY(0deg);
            transform: rotateX(45deg) rotateZ(-15deg) rotateY(0deg);
  }
}
@keyframes flow {
  0% {
    -webkit-transform: rotateX(45deg) rotateZ(-15deg) rotateY(0deg);
            transform: rotateX(45deg) rotateZ(-15deg) rotateY(0deg);
  }
  50% {
    -webkit-transform: rotateX(65deg) rotateZ(0deg) rotateY(15deg);
            transform: rotateX(65deg) rotateZ(0deg) rotateY(15deg);
  }
  100% {
    -webkit-transform: rotateX(45deg) rotateZ(-15deg) rotateY(0deg);
            transform: rotateX(45deg) rotateZ(-15deg) rotateY(0deg);
  }
}
@-webkit-keyframes semiflip {
  0% {
    -webkit-transform: rotateX(0deg) rotateY(0deg);
            transform: rotateX(0deg) rotateY(0deg);
  }
  10% {
    -webkit-transform: rotateX(11deg) rotateY(-20deg);
            transform: rotateX(11deg) rotateY(-20deg);
  }
  50% {
    -webkit-transform: rotateX(11deg) rotateY(-30deg);
            transform: rotateX(11deg) rotateY(-30deg);
  }
  60% {
    -webkit-transform: rotateX(-11deg) rotateY(260deg);
            transform: rotateX(-11deg) rotateY(260deg);
  }
  90% {
    -webkit-transform: rotateX(-11deg) rotateY(260deg) scale(1.1);
            transform: rotateX(-11deg) rotateY(260deg) scale(1.1);
  }
  100% {
    -webkit-transform: rotateX(0deg) rotate(0);
            transform: rotateX(0deg) rotate(0);
  }
}
@keyframes semiflip {
  0% {
    -webkit-transform: rotateX(0deg) rotateY(0deg);
            transform: rotateX(0deg) rotateY(0deg);
  }
  10% {
    -webkit-transform: rotateX(11deg) rotateY(-20deg);
            transform: rotateX(11deg) rotateY(-20deg);
  }
  50% {
    -webkit-transform: rotateX(11deg) rotateY(-30deg);
            transform: rotateX(11deg) rotateY(-30deg);
  }
  60% {
    -webkit-transform: rotateX(-11deg) rotateY(260deg);
            transform: rotateX(-11deg) rotateY(260deg);
  }
  90% {
    -webkit-transform: rotateX(-11deg) rotateY(260deg) scale(1.1);
            transform: rotateX(-11deg) rotateY(260deg) scale(1.1);
  }
  100% {
    -webkit-transform: rotateX(0deg) rotate(0);
            transform: rotateX(0deg) rotate(0);
  }
}
.l-header {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  top: 0;
  left: 0;
  padding: 30px;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .l-header {
    top: 10px;
    left: 10px;
    width: calc(100% - 20px);
    padding: 8px;
    background-color: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(10px);
    border-radius: 50px;
    -webkit-box-shadow: 0.4rem 0.4rem 1rem rgba(0, 0, 0, 0.05), -0.4rem -0.4rem 1rem #fff;
            box-shadow: 0.4rem 0.4rem 1rem rgba(0, 0, 0, 0.05), -0.4rem -0.4rem 1rem #fff;
  }
}
.l-header__logo {
  width: 25%;
  height: auto;
}
@media screen and (orientation: portrait) and (max-width: 1024px) {
  .l-header__logo {
    width: 35%;
  }
}
@media screen and (max-width: 767px) {
  .l-header__logo {
    width: 180px;
  }
}
.l-header__logo a:hover img {
  opacity: 0.6;
  -webkit-transition: all 0.3s cubic-bezier(0, 0.51, 1, 0.63);
  transition: all 0.3s cubic-bezier(0, 0.51, 1, 0.63);
}
.l-header__global-nav {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 20px;
  backdrop-filter: blur(10px);
  border-radius: 50px;
  -webkit-box-shadow: 0.4rem 0.4rem 1rem rgba(0, 0, 0, 0.05), -0.4rem -0.4rem 1rem #fff;
          box-shadow: 0.4rem 0.4rem 1rem rgba(0, 0, 0, 0.05), -0.4rem -0.4rem 1rem #fff;
}
@media screen and (max-width: 1200px) {
  .l-header__global-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: fixed;
    width: 100%;
    height: 100dvh;
    top: 0;
    left: 0%;
    padding: 0;
    background-color: #fff;
    -webkit-transform: scale(5);
            transform: scale(5);
    pointer-events: none;
    opacity: 0;
    -webkit-transition: all 0.3s cubic-bezier(0, 0.51, 1, 0.63);
    transition: all 0.3s cubic-bezier(0, 0.51, 1, 0.63);
    backdrop-filter: none;
    border-radius: initial;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
@media screen and (max-width: 767px) {
  .l-header__global-nav {
    width: 100vw;
    top: -10px;
    left: -10px;
  }
}
.l-header__global-nav._is-open {
  -webkit-transform: scale(1);
          transform: scale(1);
  pointer-events: all;
  opacity: 1;
}
.l-header__global-nav__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 20px;
  font-family: "Krona One", "Helvetica Neue", "Arial";
  letter-spacing: 0;
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  .l-header__global-nav__menu {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
    padding: 100px;
    font-size: 3vw;
    margin: 0 auto;
  }
}
@media screen and (orientation: portrait) and (max-width: 1024px) {
  .l-header__global-nav__menu {
    font-size: 4vw;
  }
}
@media screen and (max-width: 767px) {
  .l-header__global-nav__menu {
    padding: 0;
    grid-template-columns: 1fr;
    gap: 36px;
    text-align: center;
  }
}
.l-header__global-nav__menu__item__btn {
  position: relative;
  color: #333;
}
.l-header__global-nav__menu__item__btn:hover {
  color: #364A87;
}
.l-header__global-nav__menu__item__btn:hover::after {
  background-color: #EB5C44;
  opacity: 1;
}
.l-header__global-nav__menu__item__btn::after {
  content: "";
  position: absolute;
  display: block;
  width: 8px;
  height: 8px;
  bottom: -16px;
  left: calc(50% - 4px);
  background-color: #364A87;
  opacity: 0;
  border-radius: 4px;
  -webkit-transition: all 0.3s cubic-bezier(0, 0.51, 1, 0.63);
  transition: all 0.3s cubic-bezier(0, 0.51, 1, 0.63);
}
.l-header__global-nav__menu__item__btn._is-active::after {
  opacity: 1;
}
.l-header__arws {
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .l-header__arws {
    font-size: 1rem;
  }
}
.l-header__arws__scr {
  position: absolute;
  bottom: 30px;
  left: 8px;
  z-index: 2;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .l-header__arws__scr {
    left: 0;
  }
}
.l-header__arws__scr::before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 10px;
  bottom: 40px;
  left: 9.5px;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  background-color: #364A87;
  -webkit-animation: line_s 2s linear infinite forwards;
          animation: line_s 2s linear infinite forwards;
}
.l-header__arws__scr::after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 10px;
  bottom: 40px;
  left: 14.5px;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  background-color: #364A87;
  -webkit-animation: line_s 2s linear infinite forwards;
          animation: line_s 2s linear infinite forwards;
}
.l-header__arws__scr p {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 58px;
  font-size: 1.2rem;
  font-family: "Krona One", "Helvetica Neue", "Arial";
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
.l-header__arws__scr p::after {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 50px;
  bottom: -58px;
  left: 50%;
  -webkit-transform: scaleY(0%);
          transform: scaleY(0%);
  background-color: #364A87;
  -webkit-transform-origin: top center;
          transform-origin: top center;
  -webkit-animation: line 2s linear infinite;
          animation: line 2s linear infinite;
}
@-webkit-keyframes line {
  80% {
    -webkit-transform: scaleY(100%);
            transform: scaleY(100%);
  }
  100% {
    -webkit-transform: scaleY(100%);
            transform: scaleY(100%);
  }
}
@keyframes line {
  80% {
    -webkit-transform: scaleY(100%);
            transform: scaleY(100%);
  }
  100% {
    -webkit-transform: scaleY(100%);
            transform: scaleY(100%);
  }
}
@-webkit-keyframes line_s {
  0% {
    bottom: 46px;
  }
  80% {
    bottom: 0px;
  }
  100% {
    bottom: 0px;
  }
}
@keyframes line_s {
  0% {
    bottom: 46px;
  }
  80% {
    bottom: 0px;
  }
  100% {
    bottom: 0px;
  }
}
@-webkit-keyframes line_s_btt {
  0% {
    top: 50px;
  }
  80% {
    top: 2px;
  }
  100% {
    top: 2px;
  }
}
@keyframes line_s_btt {
  0% {
    top: 50px;
  }
  80% {
    top: 2px;
  }
  100% {
    top: 2px;
  }
}
.l-header__arws__btt {
  position: fixed;
  bottom: 30px;
  right: 36px;
  z-index: 2;
  cursor: pointer;
  opacity: 1;
  pointer-events: all;
  -webkit-transition: all 0.3s cubic-bezier(0, 0.51, 1, 0.63);
  transition: all 0.3s cubic-bezier(0, 0.51, 1, 0.63);
}
@media screen and (max-width: 1200px) {
  .l-header__arws__btt {
    right: 0;
  }
}
.l-header__arws__btt._is-hidden {
  opacity: 0;
  pointer-events: none;
}
.l-header__arws__btt::before {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 1px;
  top: 50px;
  left: 5px;
  -webkit-transform: rotate(-60deg);
          transform: rotate(-60deg);
  background-color: #364A87;
  -webkit-animation: line_s_btt 2s linear infinite forwards;
          animation: line_s_btt 2s linear infinite forwards;
}
.l-header__arws__btt::after {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 1px;
  top: 50px;
  left: 9px;
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
  background-color: #364A87;
  -webkit-animation: line_s_btt 2s linear infinite forwards;
          animation: line_s_btt 2s linear infinite forwards;
}
.l-header__arws__btt a {
  position: relative;
  gap: 8px;
  font-size: 1.2rem;
  font-family: "Krona One", "Helvetica Neue", "Arial";
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  margin-top: 58px;
}
.l-header__arws__btt a::before {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 50px;
  top: -58px;
  left: 11.5px;
  -webkit-transform: scaleY(0%);
          transform: scaleY(0%);
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
  background-color: #364A87;
  -webkit-animation: line 2s linear infinite forwards;
          animation: line 2s linear infinite forwards;
}
.l-header__sp__bg {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  overflow: hidden;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .l-header__sp__bg {
    display: block;
  }
}
.l-header__sp__bg__mark {
  position: absolute;
  width: 100%;
  height: auto;
  left: 0;
  top: 0;
  -webkit-transform: translateY(25%);
          transform: translateY(25%);
}
.l-header__sp__bg__logo {
  position: absolute;
  width: 50vw;
  bottom: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.l-header__sp__marquee {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 2vw;
  height: 100%;
  top: 0;
  font-size: 8vw;
  font-family: "Krona One", "Helvetica Neue", "Arial";
  letter-spacing: 0;
  white-space: nowrap;
  line-height: 1;
  color: #D7DBE7;
}
.l-header__sp__marquee._l {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  left: 8px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-animation: marquee_v 20s linear infinite forwards;
          animation: marquee_v 20s linear infinite forwards;
}
.l-header__sp__marquee._r {
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  right: 8px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-animation: marquee_v_rev 20s linear infinite forwards;
          animation: marquee_v_rev 20s linear infinite forwards;
}

.menu_button_wrapper {
  position: absolute;
  display: none;
  width: 40px;
  height: 40px;
  top: calc(50% - 20px);
  right: 30px;
  padding: 8px;
  border-radius: 20px;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
@media screen and (max-width: 1200px) {
  .menu_button_wrapper {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .menu_button_wrapper {
    display: block;
    width: 30px;
    height: 30px;
    right: 15px;
    top: calc(50% - 15px);
  }
}
.menu_button_wrapper._is-open::before {
  width: 80%;
  top: 50%;
  left: 10%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.menu_button_wrapper._is-open::after {
  width: 80%;
  top: 50%;
  left: 10%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.menu_button_wrapper._is-open .menu_button::before {
  width: 80%;
  top: 50%;
  left: 10%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.menu_button_wrapper::before {
  content: "";
  position: absolute;
  display: block;
  width: 75%;
  height: 1px;
  top: 40%;
  left: 25%;
  background-color: #364A87;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.menu_button_wrapper::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  top: 60%;
  left: 0;
  background-color: #364A87;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.menu_button {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: initial;
  border: none;
}
.menu_button::before {
  content: "";
  position: absolute;
  display: block;
  width: 50%;
  height: 1px;
  top: 20%;
  left: 50%;
  background-color: #364A87;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.l-wrapper {
  width: 100%;
  padding: 150px 0;
}
@media screen and (max-width: 1500px) {
  .l-wrapper {
    padding: 100px 0;
  }
}
@media screen and (orientation: portrait) and (max-width: 1024px) {
  .l-wrapper {
    padding: 64px 0;
  }
}
@media screen and (max-width: 767px) {
  .l-wrapper {
    padding: 40px 0;
  }
}
.l-wrapper._is-notlast {
  padding-top: 0;
}

.l-inner {
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 1500px) {
  .l-inner {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .l-inner {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
}

.l-pagetop__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 100px 5%;
  background: url("../assets/common/image/dots.jpg") repeat 50% 50%/10vw;
}
@media screen and (max-width: 1200px) {
  .l-pagetop__content {
    padding: 64px 5%;
  }
}
@media screen and (max-width: 767px) {
  .l-pagetop__content {
    gap: 24px;
    padding: 80px 20px 36px 20px;
  }
}
.l-pagetop__content > div {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .l-pagetop__content > div {
    width: 100%;
  }
}
.l-pagetop__content._no-bg {
  background: initial;
}
.l-pagetop__pic img {
  width: 100%;
}

.l-contact {
  display: inline-block;
  padding: 50px;
  background-color: #fff;
}
@media screen and (orientation: portrait) and (max-width: 1024px) {
  .l-contact {
    padding: 36px;
  }
}
@media screen and (max-width: 767px) {
  .l-contact {
    padding: 24px;
    width: 100%;
  }
}
.l-contact__desc {
  margin-bottom: 24px;
  font-size: 1.4vw;
  font-weight: 700;
  color: #364A87;
}
@media screen and (orientation: portrait) and (max-width: 1024px) {
  .l-contact__desc {
    font-size: 16px;
  }
}

.l-all-bg {
  background: url("../assets/common/image/dots.jpg") repeat 50% 50%/10vw;
}

.l-breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 8px;
  padding: 8px 5%;
  background-color: #fff;
  border: 1px solid #333;
  border-left: none;
  border-right: none;
  font-family: "Krona One", "Helvetica Neue", "Arial";
  letter-spacing: 0;
}
@media screen and (max-width: 1200px) {
  .l-breadcrumbs {
    font-size: 1.4rem;
  }
}
@media screen and (orientation: portrait) and (max-width: 1024px) {
  .l-breadcrumbs {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .l-breadcrumbs {
    font-size: 1rem;
  }
}
.l-breadcrumbs > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.l-breadcrumbs > span::after {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  background-color: #333;
}
.l-breadcrumbs > span:last-of-type::after {
  display: none;
}
.l-breadcrumbs span.home {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 4px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.l-breadcrumbs span.home::before {
  content: "";
  display: block;
  width: 1.1vw;
  aspect-ratio: 1/1;
  -webkit-mask-image: url("../assets/common/image/icon_home.svg");
          mask-image: url("../assets/common/image/icon_home.svg");
  -webkit-mask-position: 50% 50%;
          mask-position: 50% 50%;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #364A87;
}
@media screen and (max-width: 1200px) {
  .l-breadcrumbs span.home::before {
    width: 16px;
  }
}

.l-tb-wrap {
  display: none;
}
@media screen and (max-width: 1200px) {
  .l-tb-wrap {
    display: block;
  }
}

.l-tbp-wrap {
  display: none;
}
@media screen and (orientation: portrait) and (max-width: 1024px) {
  .l-tbp-wrap {
    display: block;
  }
}

.l-tbp-nowrap {
  display: block;
}
@media screen and (orientation: portrait) and (max-width: 1024px) {
  .l-tbp-nowrap {
    display: none;
  }
}

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

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

.l-marquee {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 2vw;
  margin-bottom: 50px;
  color: #D7DBE7;
  font-size: 8vw;
  font-family: "Krona One", "Helvetica Neue", "Arial";
  line-height: 1.4;
  letter-spacing: 0;
  white-space: nowrap;
}
@media screen and (orientation: portrait) and (max-width: 1024px) {
  .l-marquee {
    margin-bottom: 36px;
  }
}
@media screen and (max-width: 767px) {
  .l-marquee {
    margin-bottom: 24px;
    font-size: 12vw;
  }
}
.l-marquee p {
  -webkit-animation: marquee 20s linear infinite forwards;
          animation: marquee 20s linear infinite forwards;
}

.l-pnf {
  padding: 200px 0 100px 0;
  background: url("../assets/common/image/dots.jpg") repeat 50% 50%/10vw;
}
@media screen and (max-width: 767px) {
  .l-pnf {
    padding: 100px 0 40px 0;
  }
}
.l-pnf__content {
  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: 36px;
}

.l-footer {
  text-align: center;
  padding-bottom: 30px;
  overflow: hidden;
}
.l-footer__links {
  background-color: #fff;
  padding: 150px 0 50px 0;
}
@media screen and (max-width: 1200px) {
  .l-footer__links {
    padding: 100px 0 0 0;
  }
}
@media screen and (orientation: portrait) and (max-width: 1024px) {
  .l-footer__links {
    padding: 64px 0 36px 0;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__links {
    padding: 40px 0 36px 0;
  }
}
.l-footer__links__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (orientation: portrait) and (max-width: 1024px) {
  .l-footer__links__content {
    width: 90%;
    gap: 36px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__links__content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 24px;
  }
}
.l-footer__content {
  padding: 30px 5vw;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .l-footer__content {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 24px;
    padding: 24px 20px;
  }
}
.l-footer__content__info__logo {
  display: block;
  width: 25vw;
  margin-bottom: 50px;
}
@media screen and (max-width: 1200px) {
  .l-footer__content__info__logo {
    width: 250px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__content__info__logo {
    margin-bottom: 24px;
  }
}
.l-footer__content__info__logo img {
  width: 100%;
}
.l-footer__nav {
  font-family: "Krona One", "Helvetica Neue", "Arial";
  letter-spacing: 0;
}
.l-footer__nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 30px;
}
@media screen and (orientation: portrait) and (max-width: 1024px) {
  .l-footer__nav__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__nav__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.l-footer__nav__list__item a:hover {
  color: #EB5C44;
}
.l-footer__nav__adr {
  margin-top: 36px;
}
.l-footer__map {
  display: inline;
  padding: 0 8px;
  margin-left: 30px;
  font-size: smaller;
  color: #364A87;
  border: 1px solid #364A87;
  cursor: pointer;
}
.l-footer__map:hover {
  color: #EB5C44;
  border-color: #EB5C44;
}
.l-footer__pp {
  display: block;
  margin-top: 16px;
  text-align: right;
}
.l-footer__pp:hover {
  color: #EB5C44;
}

.c-btn-vm {
  position: relative;
  display: inline-block;
  padding: 0 20px;
  line-height: 50px;
  border-radius: 25px;
  font-family: "Krona One", "Helvetica Neue", "Arial";
  font-size: 1.1vw;
  color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#EB5C44), to(#D9391E));
  background-image: linear-gradient(#EB5C44, #D9391E);
  white-space: nowrap;
}
@media screen and (max-width: 1200px) {
  .c-btn-vm {
    line-height: 40px;
    border-radius: 20px;
    padding: 0 16px;
  }
}
@media screen and (max-width: 767px) {
  .c-btn-vm {
    font-size: 1.2rem;
  }
}
@media screen and (orientation: portrait) and (max-width: 1024px) {
  .c-btn-vm._tpx {
    width: 130px;
    font-size: 1.1rem;
  }
}
.c-btn-vm._l {
  padding: 0 100px;
}
@media screen and (orientation: portrait) and (max-width: 1024px) {
  .c-btn-vm._l {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .c-btn-vm._l {
    font-size: 1.2rem;
  }
}
.c-btn-vm._w {
  color: #364A87;
}
.c-btn-vm._w::before {
  background-image: none;
  background-color: #fff;
}
.c-btn-vm::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  border-radius: 25px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#364A87), to(#04ACE4));
  background-image: linear-gradient(#364A87, #04ACE4);
  z-index: 1;
  -webkit-transition: all 0.3s cubic-bezier(0, 0.51, 1, 0.63);
  transition: all 0.3s cubic-bezier(0, 0.51, 1, 0.63);
}
.c-btn-vm span {
  position: relative;
  z-index: 2;
}
.c-btn-vm:hover {
  color: #fff;
}
.c-btn-vm:hover::before {
  opacity: 0;
}

.c-btn-prev {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 4rem !important;
  height: auto !important;
  aspect-ratio: 1/1;
  line-height: 4rem !important;
  background-color: #364A87 !important;
  border-radius: 2rem;
  color: #fff;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-weight: 700;
  -webkit-transition: all 0.3s cubic-bezier(0, 0.51, 1, 0.63);
  transition: all 0.3s cubic-bezier(0, 0.51, 1, 0.63);
  cursor: pointer;
}
.c-btn-prev:hover {
  background-color: #EB5C44 !important;
}
@media screen and (orientation: portrait) and (max-width: 1024px) {
  .c-btn-prev._l {
    position: absolute;
    left: 0;
    z-index: 2;
  }
}
@media screen and (orientation: portrait) and (max-width: 1024px) {
  .c-btn-prev._r {
    position: absolute;
    right: 0;
    z-index: 2;
  }
}

.c-btn-gnav {
  position: relative;
  display: inline-block;
  padding: 0 20px;
  line-height: 36px;
  border-radius: 18px;
  font-family: "Krona One", "Helvetica Neue", "Arial";
  font-size: 1.4rem;
  color: #fff;
}
.c-btn-gnav::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  border-radius: 25px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#364A87), to(#04ACE4));
  background-image: linear-gradient(#364A87, #04ACE4);
  z-index: 1;
  -webkit-transition: all 0.3s cubic-bezier(0, 0.51, 1, 0.63);
  transition: all 0.3s cubic-bezier(0, 0.51, 1, 0.63);
}
.c-btn-gnav span {
  position: relative;
  z-index: 2;
}
.c-btn-gnav:hover {
  color: #fff;
}
.c-btn-gnav:hover::before {
  opacity: 0;
}
.c-btn-gnav._recruit {
  background-image: -webkit-gradient(linear, left top, right top, from(#DC56FF), to(#8A38F5));
  background-image: linear-gradient(90deg, #DC56FF, #8A38F5);
}
.c-btn-gnav._recruit::before {
  background-image: -webkit-gradient(linear, left top, right top, from(#FE379E), to(#E4BB04));
  background-image: linear-gradient(90deg, #FE379E, #E4BB04);
}
.c-btn-gnav._contact {
  background-image: -webkit-gradient(linear, left top, right top, from(#EB5C44), to(#D9391E));
  background-image: linear-gradient(90deg, #EB5C44, #D9391E);
}
.c-btn-gnav._contact::before {
  background-image: -webkit-gradient(linear, left top, right top, from(#364A87), to(#04ACE4));
  background-image: linear-gradient(90deg, #364A87, #04ACE4);
}

.c-btn-pdl {
  position: relative;
  display: inline-block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 3.2vw;
  padding: 0 24px 0 24px;
  line-height: 50px;
  border-radius: 25px;
  font-size: 1.1vw;
  font-weight: 700;
  color: #fff;
  background-image: -webkit-gradient(linear, left top, right top, from(#EB5C44), to(#D9391E));
  background-image: linear-gradient(90deg, #EB5C44, #D9391E);
  white-space: nowrap;
}
@media screen and (max-width: 1200px) {
  .c-btn-pdl {
    line-height: 40px;
    border-radius: 20px;
    padding: 0 16px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .c-btn-pdl {
    font-size: 1.2rem;
  }
}
.c-btn-pdl::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  border-radius: 25px;
  background-image: -webkit-gradient(linear, left top, right top, from(#364A87), to(#04ACE4));
  background-image: linear-gradient(90deg, #364A87, #04ACE4);
  z-index: 1;
  -webkit-transition: all 0.3s cubic-bezier(0, 0.51, 1, 0.63);
  transition: all 0.3s cubic-bezier(0, 0.51, 1, 0.63);
}
.c-btn-pdl::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 2.4vw;
  aspect-ratio: 1/1.1;
  right: -3vw;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-mask-image: url("../assets/common/image/icon_pdf.svg");
          mask-image: url("../assets/common/image/icon_pdf.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #364A87;
  -webkit-transition: all 0.3s cubic-bezier(0, 0.51, 1, 0.63);
  transition: all 0.3s cubic-bezier(0, 0.51, 1, 0.63);
}
@media screen and (max-width: 1200px) {
  .c-btn-pdl::after {
    width: 36px;
    right: -40px;
  }
}
.c-btn-pdl span {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 2;
}
@media screen and (orientation: portrait) and (max-width: 1024px) {
  .c-btn-pdl span {
    gap: 24px;
  }
}
.c-btn-pdl span::after {
  content: "";
  display: block;
  width: 1.1vw;
  aspect-ratio: 1/1;
  background: url("../assets/common/image/icon_newwin.svg") no-repeat 50% 50%/contain;
}
@media screen and (max-width: 1200px) {
  .c-btn-pdl span::after {
    width: 16px;
  }
}
.c-btn-pdl:hover {
  color: #fff;
}
.c-btn-pdl:hover::before {
  opacity: 0;
}
.c-btn-pdl:hover::after {
  background-color: #EB5C44;
}
.c-btn-pdl._inst {
  background-image: -webkit-gradient(linear, left top, right top, from(#EB5C44), to(#D9391E));
  background-image: linear-gradient(90deg, #EB5C44, #D9391E);
}
.c-btn-pdl._inst::before {
  background-image: -webkit-gradient(linear, left top, right top, from(#26858A), to(#6BBF1C));
  background-image: linear-gradient(90deg, #26858A, #6BBF1C);
}
.c-btn-pdl._inst::after {
  -webkit-mask-image: url("../assets/common/image/icon_inst.svg");
          mask-image: url("../assets/common/image/icon_inst.svg");
  aspect-ratio: 1/1;
}

.c-btn-page-contact {
  position: relative;
  display: inline-block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 60px;
  width: 100%;
  font-size: 1.6vw;
  font-weight: 700;
  font-family: "Krona One", "Helvetica Neue", "Arial";
  color: #fff;
  background-image: -webkit-gradient(linear, left top, right top, from(#EB5C44), to(#D9391E));
  background-image: linear-gradient(90deg, #EB5C44, #D9391E);
  white-space: nowrap;
}
@media screen and (orientation: portrait) and (max-width: 1024px) {
  .c-btn-page-contact {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .c-btn-page-contact {
    font-size: 1.6rem;
  }
}
.c-btn-page-contact:hover {
  color: #fff;
}
.c-btn-page-contact:hover::after {
  opacity: 0;
}
.c-btn-page-contact::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(#364A87), to(#04ACE4));
  background-image: linear-gradient(90deg, #364A87, #04ACE4);
  z-index: 1;
  -webkit-transition: all 0.3s cubic-bezier(0, 0.51, 1, 0.63);
  transition: all 0.3s cubic-bezier(0, 0.51, 1, 0.63);
}
.c-btn-page-contact span {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.c-btn-footer-links {
  position: relative;
  display: inline-block;
  padding: 50px 80px;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}
@media screen and (max-width: 1200px) {
  .c-btn-footer-links {
    padding: 40px;
  }
}
@media screen and (orientation: portrait) and (max-width: 1024px) {
  .c-btn-footer-links {
    padding: 24px;
  }
}
@media screen and (max-width: 767px) {
  .c-btn-footer-links {
    width: 100%;
  }
}
.c-btn-footer-links:hover {
  color: #fff;
}
.c-btn-footer-links:hover::before {
  opacity: 0.1;
}
.c-btn-footer-links::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #364A87;
  z-index: 1;
  opacity: 0.7;
  -webkit-transition: all 0.3s cubic-bezier(0, 0.51, 1, 0.63);
  transition: all 0.3s cubic-bezier(0, 0.51, 1, 0.63);
}
.c-btn-footer-links div {
  position: relative;
  text-align: center;
  z-index: 2;
}
.c-btn-footer-links div p {
  font-size: 2.4vw;
  font-family: "Krona One", "Helvetica Neue", "Arial";
}
@media screen and (orientation: portrait) and (max-width: 1024px) {
  .c-btn-footer-links div p {
    font-size: 2rem;
  }
}
.c-btn-footer-links div p span {
  display: block;
  font-size: initial;
  font-family: YakuHanJP, "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
}
@media screen and (orientation: portrait) and (max-width: 1024px) {
  .c-btn-footer-links div p span {
    font-size: 1.2rem;
  }
}
.c-btn-footer-links._sol {
  background-image: url("../assets/common/image/footer-sol.jpg");
  background-image: url("../assets/common/image/footer-sol.webp");
  background-image: -webkit-image-set(url("../assets/common/image/footer-sol.webp") type("image/webp"), url("../assets/common/image/footer-sol.jpg") type("image/jpeg"));
  background-image: image-set(url("../assets/common/image/footer-sol.webp") type("image/webp"), url("../assets/common/image/footer-sol.jpg") type("image/jpeg"));
}
.c-btn-footer-links._hard {
  background-image: url("../assets/common/image/footer-hard.jpg");
  background-image: url("../assets/common/image/footer-hard.webp");
  background-image: -webkit-image-set(url("../assets/common/image/footer-hard.webp") type("image/webp"), url("../assets/common/image/footer-hard.jpg") type("image/jpeg"));
  background-image: image-set(url("../assets/common/image/footer-hard.webp") type("image/webp"), url("../assets/common/image/footer-hard.jpg") type("image/jpeg"));
}
.c-btn-footer-links._prod {
  background-image: url("../assets/common/image/footer-prod.jpg");
  background-image: url("../assets/common/image/footer-prod.webp");
  background-image: -webkit-image-set(url("../assets/common/image/footer-prod.webp") type("image/webp"), url("../assets/common/image/footer-prod.jpg") type("image/jpeg"));
  background-image: image-set(url("../assets/common/image/footer-prod.webp") type("image/webp"), url("../assets/common/image/footer-prod.jpg") type("image/jpeg"));
}

.c-btn-sol {
  position: relative;
  display: block;
  padding: 36px;
  background-color: #fff;
  text-align: center;
  letter-spacing: 0;
}
@media screen and (orientation: portrait) and (max-width: 1024px) {
  .c-btn-sol {
    padding: 24px;
  }
}
@media screen and (max-width: 767px) {
  .c-btn-sol {
    padding: 16px;
  }
}
.c-btn-sol:hover {
  background-color: #D7DBE7;
}
.c-btn-sol::before {
  content: "";
  display: block;
  position: absolute;
  width: 1%;
  aspect-ratio: 1/1;
  top: 0;
  right: 0;
  background-color: #364A87;
  z-index: 1;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
}
@media screen and (orientation: portrait) and (max-width: 1024px) {
  .c-btn-sol::before {
    width: 24px;
  }
}
@media screen and (max-width: 767px) {
  .c-btn-sol::before {
    width: 16px;
  }
}
.c-btn-sol__ttl {
  display: inline-block;
  position: relative;
  font-size: 4vw;
  font-family: "Krona One", "Helvetica Neue", "Arial";
  letter-spacing: 0;
  line-height: 1;
  background-image: linear-gradient(-45deg, #364A87 60%, #04ACE4);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (orientation: portrait) and (max-width: 1024px) {
  .c-btn-sol__ttl {
    font-size: 4rem;
  }
}
.c-btn-sol__ttl::after {
  content: "";
  display: block;
  position: relative;
  width: 0.6vw;
  aspect-ratio: 1/1;
  margin: 16px auto;
  border-radius: 50%;
  background-color: #364A87;
}
@media screen and (orientation: portrait) and (max-width: 1024px) {
  .c-btn-sol__ttl::after {
    width: 8px;
  }
}
.c-btn-sol__ttl span {
  display: block;
  font-size: 1vw;
}
@media screen and (orientation: portrait) and (max-width: 1024px) {
  .c-btn-sol__ttl span {
    font-size: 1.2rem;
  }
}
.c-btn-sol__desc {
  font-size: 1.4vw;
  font-family: "Krona One", "Helvetica Neue", "Arial";
  color: #364A87;
  margin-top: 16px;
  line-height: 1.2;
  letter-spacing: 0;
}
@media screen and (orientation: portrait) and (max-width: 1024px) {
  .c-btn-sol__desc {
    font-size: 1.8rem;
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .c-btn-sol__desc {
    font-size: 1.6rem;
  }
}
.c-btn-sol__desc span {
  display: block;
  margin-top: 24px;
  font-size: 1.2vw;
  font-family: YakuHanJP, "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  font-weight: 500;
}
@media screen and (orientation: portrait) and (max-width: 1024px) {
  .c-btn-sol__desc span {
    font-size: 1.4rem;
    margin-top: 16px;
  }
}

.c-btn-sol-config {
  position: relative;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 16px;
  margin-top: 24px;
  width: 100%;
  font-size: 1.4rem;
  font-weight: 700;
  font-family: "Krona One", "Helvetica Neue", "Arial";
  color: #fff;
  background-image: -webkit-gradient(linear, left top, right top, from(#EB5C44), to(#D9391E));
  background-image: linear-gradient(90deg, #EB5C44, #D9391E);
  white-space: nowrap;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .c-btn-sol-config {
    display: inline-block;
  }
}
.c-btn-sol-config:hover {
  color: #fff;
}
.c-btn-sol-config:hover::after {
  opacity: 0;
}
.c-btn-sol-config::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(#364A87), to(#04ACE4));
  background-image: linear-gradient(90deg, #364A87, #04ACE4);
  z-index: 1;
  -webkit-transition: all 0.3s cubic-bezier(0, 0.51, 1, 0.63);
  transition: all 0.3s cubic-bezier(0, 0.51, 1, 0.63);
}
.c-btn-sol-config span {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.c-btn-sol-config span::before {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 2px;
  top: calc(50% - 1px);
  right: 0;
  background-color: #fff;
  -webkit-transition: all 0.3s cubic-bezier(0, 0.51, 1, 0.63);
  transition: all 0.3s cubic-bezier(0, 0.51, 1, 0.63);
}
.c-btn-sol-config span::after {
  content: "";
  display: block;
  position: absolute;
  width: 2px;
  height: 20px;
  top: 50%;
  -webkit-transform: translateY(calc(-50% - 0.5px));
          transform: translateY(calc(-50% - 0.5px));
  right: 9px;
  background-color: #fff;
  -webkit-transition: all 0.3s cubic-bezier(0, 0.51, 1, 0.63);
  transition: all 0.3s cubic-bezier(0, 0.51, 1, 0.63);
}
.c-btn-sol-config._is-open span::before {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}
.c-btn-sol-config._is-open span::after {
  top: 4px;
  -webkit-transform: rotate(270deg) translateY(0);
          transform: rotate(270deg) translateY(0);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

.c-btn-link-out {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 8px;
  color: #364A87;
}
.c-btn-link-out::after {
  content: "";
  display: block;
  width: 1.1vw;
  aspect-ratio: 1/1;
  -webkit-mask-image: url("../assets/common/image/icon_newwin.svg");
          mask-image: url("../assets/common/image/icon_newwin.svg");
  -webkit-mask-position: 50% 50%;
          mask-position: 50% 50%;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #364A87;
}
@media screen and (max-width: 1200px) {
  .c-btn-link-out::after {
    width: 16px;
  }
}

.c-btn-contact {
  padding: 0 30px;
  background-color: #364A87;
  color: #fff;
  line-height: 40px;
  border-radius: 20px;
  border: none;
  -webkit-transition: all 0.3s cubic-bezier(0, 0.51, 1, 0.63);
  transition: all 0.3s cubic-bezier(0, 0.51, 1, 0.63);
}
.c-btn-contact:hover {
  background-color: #EB5C44;
  color: #fff;
}

.c-ttl-page {
  font-size: 4vw;
  font-family: "Krona One", "Helvetica Neue", "Arial";
  line-height: 1.2;
  color: #364A87;
  margin-bottom: 16px;
}
@media screen and (orientation: portrait) and (max-width: 1024px) {
  .c-ttl-page {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 767px) {
  .c-ttl-page {
    font-size: 3.2rem;
  }
}
.c-ttl-page span {
  display: block;
  font-size: 2vw;
  font-family: YakuHanJP, "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  color: initial;
}
@media screen and (max-width: 1200px) {
  .c-ttl-page span {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .c-ttl-page span {
    font-size: 1.6rem;
  }
}

.c-ttl-sec {
  font-size: 3.2vw;
  font-family: "Krona One", "Helvetica Neue", "Arial";
  line-height: 1.2;
  color: #364A87;
  margin-bottom: 50px;
}
@media screen and (orientation: portrait) and (max-width: 1024px) {
  .c-ttl-sec {
    margin-bottom: 36px;
  }
}
@media screen and (max-width: 767px) {
  .c-ttl-sec {
    font-size: 2rem;
  }
}
.c-ttl-sec span {
  display: block;
  font-size: 1.2vw;
  font-family: YakuHanJP, "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  color: initial;
}
@media screen and (max-width: 1200px) {
  .c-ttl-sec span {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .c-ttl-sec span {
    font-size: 1.4rem;
  }
}
.c-ttl-sec._c {
  text-align: center;
}
.c-ttl-sec._w {
  color: #fff;
}
.c-ttl-sec._w span {
  color: #fff;
}

.c-ttl-sec-bar {
  position: relative;
  display: inline-block;
  font-size: 3.2vw;
  font-family: "Krona One", "Helvetica Neue", "Arial";
  line-height: 1.2;
  color: #364A87;
  margin-bottom: 50px;
}
@media screen and (orientation: portrait) and (max-width: 1024px) {
  .c-ttl-sec-bar {
    margin-bottom: 36px;
  }
}
@media screen and (max-width: 767px) {
  .c-ttl-sec-bar {
    font-size: 2rem;
    margin-bottom: 16px;
  }
}
.c-ttl-sec-bar._sol {
  font-size: 2.4vw;
}
@media screen and (orientation: portrait) and (max-width: 1024px) {
  .c-ttl-sec-bar._sol {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .c-ttl-sec-bar._sol {
    font-size: 1.6rem;
  }
}
.c-ttl-sec-bar._sol span {
  color: #364A87;
}
.c-ttl-sec-bar._sol::after {
  left: -80px;
}
@media screen and (max-width: 1200px) {
  .c-ttl-sec-bar._sol::after {
    left: -64px;
  }
}
@media screen and (orientation: portrait) and (max-width: 1024px) {
  .c-ttl-sec-bar._sol::after {
    left: -36px;
    bottom: -18px;
  }
}
@media screen and (max-width: 767px) {
  .c-ttl-sec-bar._sol::after {
    left: -20px;
  }
}
.c-ttl-sec-bar::after {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% + 10vw);
  height: 1px;
  left: -10vw;
  bottom: -36px;
  background-color: #364A87;
}
@media screen and (max-width: 1500px) {
  .c-ttl-sec-bar::after {
    width: calc(100% + 5vw);
    left: -5vw;
  }
}
@media screen and (max-width: 767px) {
  .c-ttl-sec-bar::after {
    left: -20px;
    bottom: -12px;
  }
}
.c-ttl-sec-bar span {
  display: block;
  font-size: 1.2vw;
  font-family: YakuHanJP, "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  margin-top: 16px;
  color: initial;
}
@media screen and (max-width: 1200px) {
  .c-ttl-sec-bar span {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .c-ttl-sec-bar span {
    font-size: 1.4rem;
    margin-top: 8px;
  }
}

.c-ttl-major {
  font-size: 3.2vw;
  color: #364A87;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 24px;
}
@media screen and (orientation: portrait) and (max-width: 1024px) {
  .c-ttl-major {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .c-ttl-major {
    font-size: 2.4rem;
  }
}

.c-ttl-copy {
  font-size: 2vw;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 30px;
}
@media screen and (orientation: portrait) and (max-width: 1024px) {
  .c-ttl-copy {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .c-ttl-copy {
    font-size: 1.6rem;
    margin-bottom: 20px;
    padding: 0 20px;
  }
}
.c-ttl-copy._w {
  color: #fff;
}
.c-ttl-copy._bl {
  color: #364A87;
}
@media screen and (max-width: 767px) {
  .c-ttl-copy._nopad {
    padding: 0;
  }
}
.c-ttl-copy span._bl {
  color: #364A87;
}

.c-ttl-head {
  font-size: 2vw;
  line-height: 1.2;
  font-family: "Krona One", "Helvetica Neue", "Arial";
  color: #364A87;
  margin-bottom: 30px;
}
@media screen and (max-width: 1200px) {
  .c-ttl-head {
    margin-bottom: 16px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .c-ttl-head {
    font-size: 1.8rem;
    margin-bottom: 0;
  }
}

.c-ttl-system {
  display: inline-block;
  position: relative;
  font-size: 5.2vw;
  font-family: "Krona One", "Helvetica Neue", "Arial";
  letter-spacing: 0;
  line-height: 1;
  background-image: linear-gradient(-45deg, #364A87 60%, #04ACE4);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
}
@media screen and (orientation: portrait) and (max-width: 1024px) {
  .c-ttl-system {
    font-size: 4rem;
  }
}
.c-ttl-system::after {
  content: "";
  display: block;
  position: relative;
  width: 0.8vw;
  aspect-ratio: 1/1;
  margin: 16px auto;
  border-radius: 50%;
  background-color: #364A87;
}
.c-ttl-system span {
  display: block;
  font-size: 1.6vw;
}
.c-ttl-system__desc {
  font-size: 1.8vw;
  font-family: "Krona One", "Helvetica Neue", "Arial";
  color: #364A87;
  line-height: 1.2;
  letter-spacing: 0;
}
@media screen and (orientation: portrait) and (max-width: 1024px) {
  .c-ttl-system__desc {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .c-ttl-system__desc {
    font-size: 1.68rem;
  }
}
.c-ttl-system__desc span {
  display: block;
  margin-top: 24px;
  font-size: 1.4vw;
  font-family: YakuHanJP, "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  font-weight: 500;
}
@media screen and (orientation: portrait) and (max-width: 1024px) {
  .c-ttl-system__desc span {
    font-size: 1.8rem;
    margin-top: 16px;
  }
}

.c-ttl-pnf {
  font-size: 12vw;
  text-align: center;
  font-family: "Krona One", "Helvetica Neue", "Arial";
  letter-spacing: 0;
  line-height: 1.1;
  color: #364A87;
}
@media screen and (max-width: 767px) {
  .c-ttl-pnf {
    font-size: 20vw;
    line-height: 1.2;
  }
}

.c-tbl {
  width: 100%;
  margin-top: 80px;
  text-align: left;
}
@media screen and (orientation: portrait) and (max-width: 1024px) {
  .c-tbl {
    margin-top: 64px;
  }
}
@media screen and (max-width: 767px) {
  .c-tbl {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .c-tbl tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0;
  }
}
.c-tbl tr th {
  width: 20%;
  padding: 30px;
  border-bottom: 1px solid #364A87;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-tbl tr th {
    display: block;
    width: 100%;
    border: none;
    padding: 20px 0 5px 0;
    text-align: left;
  }
}
.c-tbl tr td {
  padding: 30px;
  border-bottom: 1px solid #333;
}
@media screen and (max-width: 767px) {
  .c-tbl tr td {
    width: 100%;
    padding: 5px 0 20px 0;
  }
}
.c-tbl ol, .c-tbl li {
  list-style-type: decimal;
}
@media screen and (max-width: 767px) {
  .c-tbl ol {
    padding-left: 24px;
  }
}
.c-tbl .tel {
  display: block;
  color: #333;
}
.c-tbl .tel:hover {
  color: #EB5C44;
}

.c-ctrl-nav {
  margin-top: 80px;
}
@media screen and (max-width: 1200px) {
  .c-ctrl-nav {
    margin-top: 50px;
  }
}
@media screen and (orientation: portrait) and (max-width: 1024px) {
  .c-ctrl-nav {
    margin-top: 36px;
  }
}
@media screen and (max-width: 767px) {
  .c-ctrl-nav {
    margin-top: 24px;
  }
}

.c-ctrl-nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0;
}
.c-ctrl-nav-links .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #364A87;
}
.c-ctrl-nav-links .page-numbers:hover {
  color: #EB5C44;
}
.c-ctrl-nav-links .page-numbers .current {
  position: relative;
  display: block;
  color: #EB5C44;
}
.c-ctrl-nav-links .page-numbers .current::after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: calc(50% - 2px);
  width: 4px;
  height: 4px;
  background-color: #EB5C44;
  border-radius: 50%;
}

.c-ctrl-nav-arw {
  width: 12px;
  height: auto;
}

.c-ctrl-back {
  color: #364A87;
}
.c-ctrl-back:hover {
  color: #EB5C44;
}

.p-top__hero {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  min-width: 1100px;
  height: 100dvh;
  max-height: 1080px;
  min-height: 786px;
  gap: 50px;
  padding: 100px 5% 30px 5%;
  background: url("../assets/common/image/dots.jpg") repeat 50% 50%/10vw;
  z-index: 1;
  overflow: hidden;
}
@media screen and (orientation: portrait) and (max-width: 1024px) {
  .p-top__hero {
    min-width: initial;
    height: auto;
    max-height: initial;
    min-height: initial;
    padding-top: 680px;
    padding-bottom: 50px;
    gap: 36px;
  }
}
@media screen and (max-width: 767px) {
  .p-top__hero {
    min-height: 100dvh;
    padding-top: 100vw;
    padding-bottom: 24px;
    gap: 24px;
    padding-left: 36px;
  }
}
.p-top__hero__content {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
  height: calc(100% - 150px);
  z-index: 3;
}
@media screen and (orientation: portrait) and (max-width: 1024px) {
  .p-top__hero__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    height: auto;
    gap: 50px;
  }
}
.p-top__hero__content__copy {
  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;
}
.p-top__hero__content__copy__upper {
  margin-bottom: 50px;
  font-family: "Krona One", "Helvetica Neue", "Arial";
}
@media screen and (max-width: 767px) {
  .p-top__hero__content__copy__upper {
    margin-bottom: 24px;
  }
}
.p-top__hero__content__copy__upper__main {
  font-size: 4vw;
  line-height: 1.2;
  color: #364A87;
}
@media screen and (orientation: portrait) and (max-width: 1024px) {
  .p-top__hero__content__copy__upper__main {
    font-size: 8vw;
  }
}
.p-top__hero__content__copy__upper__main span {
  display: inline-block;
}
.p-top__hero__content__copy__upper__sub {
  font-size: 1.6vw;
}
@media screen and (orientation: portrait) and (max-width: 1024px) {
  .p-top__hero__content__copy__upper__sub {
    font-size: 2.4vw;
  }
}
.p-top__hero__pic {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 30px;
  width: 50%;
  min-width: 900px;
  height: 100%;
  top: 0;
  left: 45%;
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  .p-top__hero__pic {
    min-width: 800px;
  }
}
@media screen and (orientation: portrait) and (max-width: 1024px) {
  .p-top__hero__pic {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    height: 600px;
    width: 100%;
    min-width: 600px;
    min-width: initial;
    top: -30%;
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-top__hero__pic {
    height: 450px;
    min-width: 800px;
    top: -40vw;
  }
}
.p-top__hero__pic__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  width: calc(33% - 20px);
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
}
@media screen and (orientation: portrait) and (max-width: 1024px) {
  .p-top__hero__pic__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    width: calc(216vw + 100px);
    min-width: 2260px;
    height: auto;
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
  }
}
@media screen and (max-width: 767px) {
  .p-top__hero__pic__wrapper {
    min-width: 1130px;
  }
}
.p-top__hero__pic__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  width: 100%;
  -webkit-animation: hero 20s linear infinite forwards;
          animation: hero 20s linear infinite forwards;
}
@media screen and (orientation: portrait) and (max-width: 1024px) {
  .p-top__hero__pic__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-animation: initial;
            animation: initial;
    -webkit-animation: hero_sp 20s linear infinite forwards;
            animation: hero_sp 20s linear infinite forwards;
  }
}
.p-top__hero__pic__content img {
  width: 100%;
  aspect-ratio: 3/4;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (orientation: portrait) and (max-width: 1024px) {
  .p-top__hero__pic__content img {
    width: 36vw;
    min-width: 360px;
    aspect-ratio: 5/3;
  }
}
@media screen and (max-width: 767px) {
  .p-top__hero__pic__content img {
    min-width: 180px;
  }
}
.p-top__hero__pic__content._alt {
  -webkit-animation: hero_alt 20s linear infinite forwards;
          animation: hero_alt 20s linear infinite forwards;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (orientation: portrait) and (max-width: 1024px) {
  .p-top__hero__pic__content._alt {
    -webkit-animation: hero_alt_sp 20s linear infinite forwards;
            animation: hero_alt_sp 20s linear infinite forwards;
  }
}
.p-top__hero__pic__content._late {
  -webkit-animation-duration: 40s;
          animation-duration: 40s;
}
.p-top__hero__topics {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  width: 90%;
}
@media screen and (orientation: portrait) and (max-width: 1024px) {
  .p-top__hero__topics {
    width: calc(100% - 142px);
  }
}
@media screen and (max-width: 767px) {
  .p-top__hero__topics {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
}
.p-top__hero__topics__wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2;
  width: 90%;
}
@media screen and (orientation: portrait) and (max-width: 1024px) {
  .p-top__hero__topics__wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 8px;
  }
}
@media screen and (max-width: 767px) {
  .p-top__hero__topics__wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
}
.p-top__hero__topics__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  width: calc(100% - 120px);
  margin: 0 60px;
  padding: 10px 30px;
  background-color: #fff;
  opacity: 0.8;
  backdrop-filter: blur(5px);
  border-radius: 25px;
  -webkit-box-shadow: 0.4rem 0.4rem 1rem rgba(0, 0, 0, 0.05), -0.4rem -0.4rem 1rem #fff;
          box-shadow: 0.4rem 0.4rem 1rem rgba(0, 0, 0, 0.05), -0.4rem -0.4rem 1rem #fff;
}
@media screen and (orientation: portrait) and (max-width: 1024px) {
  .p-top__hero__topics__content {
    width: calc(100% - 40px);
    margin: 0 20px;
    border-radius: 16px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .p-top__hero__topics__content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 8px;
  }
}
.p-top__hero__topics__content__ttl {
  font-family: "Krona One", "Helvetica Neue", "Arial";
  color: #364A87;
}
.p-top__hero__topics__content__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (orientation: portrait) and (max-width: 1024px) {
  .p-top__hero__topics__content__item {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.p-top__hero__topics__content__item__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
}
.p-top__hero__topics .swiper-button-next {
  top: 55% !important;
}
.p-top__hero__topics .swiper-button-next::after {
  font-size: 2rem;
  color: #fff !important;
}
.p-top__hero__topics .swiper-button-prev {
  top: 55% !important;
}
.p-top__hero__topics .swiper-button-prev::after {
  font-size: 2rem;
  color: #fff !important;
}
.p-top__hero__bg {
  position: absolute;
  width: 150%;
  height: auto;
  top: -40%;
  left: 0;
  z-index: 1;
}
@media screen and (orientation: portrait) and (max-width: 1024px) {
  .p-top__hero__bg {
    top: 0;
    left: 50%;
  }
}
@media screen and (max-width: 767px) {
  .p-top__hero__bg {
    width: 200%;
    left: 25%;
  }
}
.p-top__hero__bg__wrapper {
  position: absolute;
  width: 100vw;
  height: 100dvh;
  top: 0;
  left: 0;
}
.p-top__hero__bg path {
  stroke-width: 0.4vw;
  stroke-linecap: round;
  stroke-dasharray: 1000;
  stroke-dashoffset: 2000;
}
@media screen and (orientation: portrait) and (max-width: 1024px) {
  .p-top__hero__bg path {
    stroke-width: 6px;
  }
}
.p-top__hero__bg__line01 {
  stroke: #364A87;
  -webkit-animation: draw 3s linear 0s infinite forwards;
          animation: draw 3s linear 0s infinite forwards;
}
.p-top__hero__bg__line02 {
  stroke: #8AD3DC;
  -webkit-animation: draw 2s linear 1s infinite forwards;
          animation: draw 2s linear 1s infinite forwards;
}
.p-top__hero__bg__line03 {
  stroke: #9ED5E8;
  -webkit-animation: draw 3s linear 0.5s infinite forwards;
          animation: draw 3s linear 0.5s infinite forwards;
}
.p-top__hero__bg__line04 {
  stroke: #908E8E;
  -webkit-animation: draw 2.5s linear 1s infinite forwards;
          animation: draw 2.5s linear 1s infinite forwards;
}
.p-top__hero__bg__line05 {
  stroke: #D9D9D9;
  -webkit-animation: draw 2s linear 0s infinite forwards;
          animation: draw 2s linear 0s infinite forwards;
}
.p-top__products {
  padding-bottom: 150px;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .p-top__products {
    padding-bottom: 100px;
  }
}
@media screen and (orientation: portrait) and (max-width: 1024px) {
  .p-top__products {
    padding-bottom: 64px;
  }
}
@media screen and (max-width: 767px) {
  .p-top__products {
    padding-bottom: 40px;
  }
}
.p-top__products__copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 2vw;
  margin-bottom: 50px;
  color: #D7DBE7;
  font-size: 8vw;
  font-family: "Krona One", "Helvetica Neue", "Arial";
  line-height: 1.4;
  letter-spacing: 0;
  white-space: nowrap;
}
@media screen and (orientation: portrait) and (max-width: 1024px) {
  .p-top__products__copy {
    margin-bottom: 36px;
  }
}
.p-top__products__copy p {
  -webkit-animation: marquee 20s linear infinite forwards;
          animation: marquee 20s linear infinite forwards;
}
.p-top__products__content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
}
@media screen and (max-width: 767px) {
  .p-top__products__content {
    display: block;
  }
}
.p-top__products__content__pic {
  position: relative;
  background: no-repeat 50% 50%/cover;
  background-image: url("../assets/top/image//top-products-pic.jpg");
  background-image: url("../assets/top/image//top-products-pic.webp");
  background-image: -webkit-image-set(url("../assets/top/image//top-products-pic.webp") type("image/webp"), url("../assets/top/image//top-products-pic.jpg") type("image/jpeg"));
  background-image: image-set(url("../assets/top/image//top-products-pic.webp") type("image/webp"), url("../assets/top/image//top-products-pic.jpg") type("image/jpeg"));
}
@media screen and (max-width: 767px) {
  .p-top__products__content__pic {
    width: calc(100% - 20px);
    aspect-ratio: 16/9;
    margin: 0 0 36px 0;
  }
}
.p-top__products__content__pic::before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  bottom: 0;
  right: 0;
  background-color: #fff;
  -webkit-transition: all 1s cubic-bezier(0.17, 1.16, 0.92, 0.29);
  transition: all 1s cubic-bezier(0.17, 1.16, 0.92, 0.29);
}
.p-top__products__content__pic._is-active::before {
  width: 0;
}
.p-top__products__content__desc {
  padding: 50px 5vw 50px 0;
}
@media screen and (orientation: portrait) and (max-width: 1024px) {
  .p-top__products__content__desc {
    padding: 36px 5vw 36px 0;
  }
}
@media screen and (max-width: 767px) {
  .p-top__products__content__desc {
    padding: 0 20px;
  }
}
.p-top__products__content__desc__txt {
  padding-bottom: 50px;
}
@media screen and (orientation: portrait) and (max-width: 1024px) {
  .p-top__products__content__desc__txt {
    padding-bottom: 36px;
  }
}
.p-top__solutions {
  padding: 150px 15vw;
  background: url("../assets/common/image/dots.jpg") repeat 50% 50%/10vw;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .p-top__solutions {
    padding: 100px 5vw;
  }
}
@media screen and (orientation: portrait) and (max-width: 1024px) {
  .p-top__solutions {
    padding: 64px 5vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top__solutions {
    padding: 40px 20px;
  }
}
.p-top__solutions__content {
  position: relative;
  z-index: 1;
}
.p-top__solutions__content__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  gap: 50px;
}
@media screen and (max-width: 767px) {
  .p-top__solutions__content__list {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.p-top__solutions__content__list__item__head {
  position: relative;
  margin-bottom: 30px;
}
@media screen and (max-width: 1200px) {
  .p-top__solutions__content__list__item__head {
    margin-bottom: 0;
  }
}
.p-top__solutions__content__list__item__head__il {
  position: relative;
  width: 50%;
  margin: 50px auto;
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  .p-top__solutions__content__list__item__head__il {
    margin: 0 auto 24px auto;
  }
}
.p-top__solutions__content__list__item__head__bg {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-25%);
          transform: translateY(-25%);
  left: 25%;
  width: 60%;
}
.p-top__solutions__content__list__item__txt {
  font-size: 1.4vw;
  font-weight: 700;
}
@media screen and (max-width: 1500px) {
  .p-top__solutions__content__list__item__txt {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1200px) {
  .p-top__solutions__content__list__item__txt {
    font-size: 1.4rem;
  }
}
.p-top__solutions__content__desc {
  margin: 50px 0;
}
@media screen and (max-width: 767px) {
  .p-top__solutions__content__desc {
    margin: 36px 0;
    text-align: left;
  }
}
.p-top__about {
  padding: 150px 0;
}
@media screen and (max-width: 1200px) {
  .p-top__about {
    padding: 100px 0;
  }
}
@media screen and (orientation: portrait) and (max-width: 1024px) {
  .p-top__about {
    padding: 64px 0;
  }
}
@media screen and (max-width: 767px) {
  .p-top__about {
    padding: 40px 0;
  }
}
.p-top__about__content {
  position: relative;
  padding: 0 10vw;
  z-index: 1;
}
@media screen and (orientation: portrait) and (max-width: 1024px) {
  .p-top__about__content {
    padding: 0 5vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top__about__content {
    padding: 0 20px;
  }
}
.p-top__about__content__txt {
  font-size: 2.4vw;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-top__about__content__txt {
    font-size: 3.6vw;
  }
}
.p-top__about__content__txt._last {
  margin: 50px 0 100px 0;
}
@media screen and (max-width: 1200px) {
  .p-top__about__content__txt._last {
    margin: 36px 0 64px 0;
  }
}
.p-top__about__content__txt span {
  color: #364A87;
}
.p-top__about__content__txt__wrapper {
  position: relative;
  z-index: 2;
}
.p-top__about__content__bg {
  position: absolute;
  height: 100%;
  width: auto;
  right: 10vw;
  top: 0;
  z-index: 1;
}
@media screen and (orientation: portrait) and (max-width: 1024px) {
  .p-top__about__content__bg {
    right: 5vw;
  }
}
.p-top__about__content__bg__logo {
  width: 100%;
  height: 100%;
}
.p-top__about__content__bg__ring {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  -webkit-animation: rotate 40s linear infinite;
          animation: rotate 40s linear infinite;
}
.p-top__recruit {
  padding: 0 0 150px 0;
  background-image: linear-gradient(45deg, #364A87, #04ACE4);
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .p-top__recruit {
    padding-bottom: 100px;
  }
}
@media screen and (orientation: portrait) and (max-width: 1024px) {
  .p-top__recruit {
    padding-bottom: 64px;
  }
}
@media screen and (max-width: 767px) {
  .p-top__recruit {
    padding-bottom: 40px;
  }
}
.p-top__recruit__content {
  text-align: center;
}
.p-top__recruit__content__desc {
  color: #fff;
  font-size: 1vw;
  margin-bottom: 50px;
}
@media screen and (orientation: portrait) and (max-width: 1024px) {
  .p-top__recruit__content__desc {
    margin-bottom: 36px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top__recruit__content__desc {
    padding: 0 20px;
    font-size: 1.2rem;
    text-align: left;
  }
}
.p-top__recruit__slider {
  margin: 50px 0;
  overflow: hidden;
}
@media screen and (orientation: portrait) and (max-width: 1024px) {
  .p-top__recruit__slider {
    margin: 36px 0;
  }
}
.p-top__recruit__slider__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .p-top__recruit__slider__wrapper {
    gap: 16px;
  }
}
.p-top__topics {
  padding: 150px 0;
}
@media screen and (max-width: 1200px) {
  .p-top__topics {
    padding: 100px 0;
  }
}
@media screen and (orientation: portrait) and (max-width: 1024px) {
  .p-top__topics {
    padding: 64px 0;
  }
}
@media screen and (max-width: 767px) {
  .p-top__topics {
    padding: 40px 0;
  }
}
.p-top__topics__content {
  padding: 0 10vw;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .p-top__topics__content {
    padding: 0 5vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top__topics__content {
    padding: 0 20px;
  }
}
.p-top__topics__content__list {
  position: relative;
  margin: 100px 0 50px 0;
}
@media screen and (orientation: portrait) and (max-width: 1024px) {
  .p-top__topics__content__list {
    margin: 64px 0 32px 0;
  }
}
.p-top__topics__content__list::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  top: -50px;
  left: 0;
  background-color: #364A87;
}
.p-top__productinfo {
  padding: 150px 0;
  background-color: #ECF4FA;
}
@media screen and (max-width: 1200px) {
  .p-top__productinfo {
    padding: 100px 0;
  }
}
@media screen and (orientation: portrait) and (max-width: 1024px) {
  .p-top__productinfo {
    padding: 64px 0;
  }
}
@media screen and (max-width: 767px) {
  .p-top__productinfo {
    padding: 40px 0;
  }
}
.p-top__productinfo__list {
  padding: 0 15vw;
  margin-top: 100px;
}
@media screen and (max-width: 1200px) {
  .p-top__productinfo__list {
    padding: 0 5vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top__productinfo__list {
    width: 80%;
    padding: 0 20px;
    margin: 36px auto 0 auto;
  }
}
.p-top__productinfo__list > div:nth-of-type(odd) {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc(66% - 30px);
  margin: 0 auto 30px auto;
}
@media screen and (max-width: 767px) {
  .p-top__productinfo__list > div:nth-of-type(odd) {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 20px;
  }
}
.p-top__productinfo__list > div:nth-of-type(even) {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
  width: 100%;
  margin: 0 auto 30px auto;
}
@media screen and (max-width: 767px) {
  .p-top__productinfo__list > div:nth-of-type(even) {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 20px;
  }
}
.p-top__productinfo__list__item {
  position: relative;
  display: block;
  background-color: #fff;
  text-align: center;
  padding-top: 30px;
  -webkit-transition: all 0.3s cubic-bezier(0, 0.51, 1, 0.63);
  transition: all 0.3s cubic-bezier(0, 0.51, 1, 0.63);
}
.p-top__productinfo__list__item::after {
  content: "";
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  top: 0;
  right: 0;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
}
.p-top__productinfo__list__item:hover {
  background-color: #FFF0E5;
}
.p-top__productinfo__list__item__ttl {
  font-size: 2.4vw;
  font-family: "Krona One", "Helvetica Neue", "Arial";
  line-height: 1.2;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .p-top__productinfo__list__item__ttl {
    font-size: 6vw;
  }
}
.p-top__productinfo__list__item__desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding: 30px;
  border-top: 1px solid #D9D9D9;
}
@media screen and (max-width: 1200px) {
  .p-top__productinfo__list__item__desc {
    padding: 20px;
  }
}

.p-news__wrapper {
  padding: 80px;
  background-color: #fff;
}
@media screen and (max-width: 1200px) {
  .p-news__wrapper {
    padding: 64px;
  }
}
@media screen and (max-width: 1200px) {
  .p-news__wrapper {
    padding: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-news__wrapper {
    padding: 20px;
  }
}
.p-news__cat {
  color: #364A87;
  font-size: small;
  display: inline-block;
  padding: 0 8px;
  border-radius: 20px;
  border: 1px solid #364A87;
  white-space: nowrap;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-news__cat {
    font-size: 1rem;
  }
}
.p-news__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-news__head {
    gap: 8px;
  }
}
.p-news__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
}
@media screen and (max-width: 1200px) {
  .p-news__list {
    gap: 36px;
  }
}
@media screen and (max-width: 767px) {
  .p-news__list {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.p-news__list__item {
  text-align: left;
}
.p-news__list__item._archive {
  padding-bottom: 30px;
  border-bottom: 1px solid #333;
}
.p-news__list__item:hover .p-news__list__item__content {
  color: #EB5C44;
}
.p-news__list__item__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 30px;
  margin-top: 8px;
  -webkit-transition: all 0.3s cubic-bezier(0, 0.51, 1, 0.63);
  transition: all 0.3s cubic-bezier(0, 0.51, 1, 0.63);
  line-height: 1.4;
}
.p-news__single__head {
  padding-bottom: 30px;
  border-bottom: 1px solid #333;
}
.p-news__single__head__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 16px;
}
.p-news__single__head__ttl {
  font-size: 1.4vw;
}
.p-news__single__content {
  margin-top: 30px;
  margin-bottom: 80px;
}
.p-news__single__content a {
  color: #364A87;
}
.p-news__single__content a:hover {
  color: #EB5C44;
}

.p-prod {
  position: relative;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), color-stop(24.04%, #ECF4FA));
  background-image: linear-gradient(180deg, #FFF 0%, #ECF4FA 24.04%);
}
.p-prod__icons {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  -webkit-transform: rotateZ(-10deg);
          transform: rotateZ(-10deg);
}
@media screen and (orientation: portrait) and (max-width: 1024px) {
  .p-prod__icons {
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
  }
}
.p-prod__icons div {
  border-radius: 16px;
  -webkit-animation: flow 8s linear infinite;
          animation: flow 8s linear infinite;
  -webkit-filter: drop-shadow(30px 80px 10px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(30px 80px 10px rgba(0, 0, 0, 0.2));
}
@media screen and (max-width: 1200px) {
  .p-prod__icons div {
    border-radius: 12px;
    -webkit-filter: drop-shadow(24px 40px 10px rgba(0, 0, 0, 0.2));
            filter: drop-shadow(24px 40px 10px rgba(0, 0, 0, 0.2));
  }
}
@media screen and (orientation: portrait) and (max-width: 1024px) {
  .p-prod__icons div {
    border-radius: 8px;
  }
}
.p-prod__icons__item {
  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;
  font-size: 1.36vw;
  font-family: "Krona One", "Helvetica Neue", "Arial";
  line-height: 1.2;
  letter-spacing: 0;
  aspect-ratio: 1/1;
  text-align: center;
  color: #fff;
}
.p-prod__content {
  position: relative;
  text-align: center;
  z-index: 2;
}
.p-prod__content__list {
  text-align: left;
  width: 90%;
  margin: 100px auto;
}
@media screen and (max-width: 1200px) {
  .p-prod__content__list {
    width: 100%;
    margin: 64px auto;
  }
}
@media screen and (orientation: portrait) and (max-width: 1024px) {
  .p-prod__content__list {
    margin: 32px auto;
  }
}
@media screen and (max-width: 767px) {
  .p-prod__content__list {
    margin: 24px auto;
  }
}
.p-prod__content__list._hardwares {
  padding: 50px;
  background-color: #fff;
  font-size: larger;
  line-height: 2.4;
}
.p-prod__content__list__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 30px;
  width: 100%;
  padding: 30px;
  margin-top: 50px;
  background-color: #fff;
  -webkit-transition: all 0.3s cubic-bezier(0, 0.51, 1, 0.63);
  transition: all 0.3s cubic-bezier(0, 0.51, 1, 0.63);
}
@media screen and (orientation: portrait) and (max-width: 1024px) {
  .p-prod__content__list__item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 24px;
    padding: 24px;
  }
}
@media screen and (max-width: 767px) {
  .p-prod__content__list__item {
    padding: 20px;
  }
}
.p-prod__content__list__item:first-of-type {
  margin-top: 0;
}
.p-prod__content__list__item:hover {
  background-color: #FFF0E5;
}
.p-prod__content__list__item::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 1px solid #333;
  z-index: 2;
  pointer-events: none;
}
.p-prod__content__list__item::after {
  content: "";
  display: block;
  position: absolute;
  width: 3%;
  aspect-ratio: 1/1;
  top: 0;
  right: 0;
  z-index: 1;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
}
@media screen and (max-width: 767px) {
  .p-prod__content__list__item::after {
    width: 24px;
  }
}
.p-prod__content__list__item__content {
  width: 70%;
}
@media screen and (orientation: portrait) and (max-width: 1024px) {
  .p-prod__content__list__item__content {
    width: 100%;
  }
}
.p-prod__content__list__item__content__head {
  padding-bottom: 30px;
  border-bottom: 1px solid #333;
}
@media screen and (orientation: portrait) and (max-width: 1024px) {
  .p-prod__content__list__item__content__head {
    padding-bottom: 20px;
  }
}
.p-prod__content__list__item__content__head__ttl {
  font-size: 2.4vw;
  font-family: "Krona One", "Helvetica Neue", "Arial";
  letter-spacing: 0;
}
@media screen and (orientation: portrait) and (max-width: 1024px) {
  .p-prod__content__list__item__content__head__ttl {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-prod__content__list__item__content__head__ttl {
    font-size: 2.4rem;
  }
}
.p-prod__content__list__item__content__head__ttl br {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-prod__content__list__item__content__head__ttl br {
    display: block;
  }
}
.p-prod__content__list__item__content__head__subttl {
  font-size: 1.4vw;
}
@media screen and (orientation: portrait) and (max-width: 1024px) {
  .p-prod__content__list__item__content__head__subttl {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-prod__content__list__item__content__head__subttl {
    font-size: 1.4rem;
  }
}
.p-prod__content__list__item__content__desc {
  padding-top: 30px;
}
@media screen and (orientation: portrait) and (max-width: 1024px) {
  .p-prod__content__list__item__content__desc {
    padding-top: 20px;
  }
}
.p-prod__content__list__item__links {
  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: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 30px;
  width: 30%;
}
@media screen and (orientation: portrait) and (max-width: 1024px) {
  .p-prod__content__list__item__links {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 24px;
  }
}
@media screen and (max-width: 767px) {
  .p-prod__content__list__item__links {
    -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: 16px;
  }
}
.p-prod__bg {
  position: absolute;
  width: 100vw;
  height: 100dvh;
  top: 0;
  left: 0;
  z-index: 1;
  mix-blend-mode: color-dodge;
}
.p-prod__bg._is-fixed {
  position: fixed;
}
.p-prod__bg._is-scrolled {
  position: absolute;
  top: initial;
  bottom: 0;
}
.p-prod__bg._sol {
  height: 100%;
}

.p-sol__intro {
  position: relative;
  overflow: hidden;
}
.p-sol__intro__content {
  position: relative;
  display: grid;
  gap: 100px;
  grid-template-columns: repeat(2, 1fr);
  z-index: 2;
}
@media screen and (orientation: portrait) and (max-width: 1024px) {
  .p-sol__intro__content {
    grid-template-columns: 1fr;
    gap: 64px;
  }
}
.p-sol__intro__content__txt {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-sol__intro__content__txt {
    margin-top: 16px;
  }
}
.p-sol__intro__content__txt__desc {
  line-height: 2;
}
@media screen and (orientation: portrait) and (max-width: 1024px) {
  .p-sol__intro__content__pic {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 36px;
  }
}
@media screen and (max-width: 767px) {
  .p-sol__intro__content__pic {
    display: block;
  }
}
.p-sol__intro__content__pic__img img {
  width: 50%;
  aspect-ratio: 3/2;
  margin: 0 30% 30px 0;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (orientation: portrait) and (max-width: 1024px) {
  .p-sol__intro__content__pic__img img {
    width: 100%;
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-sol__intro__content__pic__img img {
    width: 60%;
    margin-top: 16px;
  }
}
.p-sol__intro__content__pic__img:first-of-type img {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .p-sol__intro__content__pic__img:first-of-type img {
    margin: 0 auto 0 0;
  }
}
.p-sol__intro__content__pic__img:nth-of-type(even) img {
  margin: 0 30% 30px;
}
@media screen and (orientation: portrait) and (max-width: 1024px) {
  .p-sol__intro__content__pic__img:nth-of-type(even) img {
    margin: 50px 0 0 0;
  }
}
@media screen and (max-width: 767px) {
  .p-sol__intro__content__pic__img:nth-of-type(even) img {
    margin: 16px 20% 0 20%;
  }
}
@media screen and (orientation: portrait) and (max-width: 1024px) {
  .p-sol__intro__content__pic__img:nth-of-type(3) img {
    margin: 100px 0 0 0;
  }
}
@media screen and (max-width: 767px) {
  .p-sol__intro__content__pic__img:nth-of-type(3) img {
    margin: 16px 0 0 auto;
  }
}
.p-sol__content {
  background-color: #F6F6F6;
}
.p-sol__content__head {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-sol__content__head {
    text-align: left;
  }
}
.p-sol__content__head__copy {
  font-size: 1.4vw;
  font-weight: 700;
  color: #364A87;
}
@media screen and (orientation: portrait) and (max-width: 1024px) {
  .p-sol__content__head__copy {
    font-size: 1.6rem;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-sol__content__head__copy {
    font-size: 1.4rem;
  }
}
.p-sol__content__head__links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
  margin: 50px 0;
}
@media screen and (orientation: portrait) and (max-width: 1024px) {
  .p-sol__content__head__links {
    gap: 36px;
  }
}
@media screen and (max-width: 767px) {
  .p-sol__content__head__links {
    gap: 16px;
    grid-template-columns: 1fr;
  }
}
.p-sol__content__system {
  background-color: #fff;
  margin-top: 100px;
  padding: 100px;
  border: 1px solid #364A87;
}
@media screen and (max-width: 1200px) {
  .p-sol__content__system {
    padding: 50px;
  }
}
@media screen and (orientation: portrait) and (max-width: 1024px) {
  .p-sol__content__system {
    margin-top: 64px;
    padding: 36px;
  }
}
@media screen and (max-width: 767px) {
  .p-sol__content__system {
    padding: 20px;
  }
}
.p-sol__content__system__head {
  text-align: center;
}
.p-sol__content__system__info {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 100px;
  margin-top: 100px;
  font-size: 1.1vw;
  line-height: 2.4;
}
@media screen and (max-width: 1200px) {
  .p-sol__content__system__info {
    gap: 80px;
    margin-top: 64px;
    font-size: 1.4rem;
  }
}
@media screen and (orientation: portrait) and (max-width: 1024px) {
  .p-sol__content__system__info {
    margin-top: 64px;
    gap: 64px;
    font-size: 1.4rem;
    line-height: 2;
  }
}
@media screen and (max-width: 767px) {
  .p-sol__content__system__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
    margin-top: 40px;
    gap: 16px;
  }
}
.p-sol__content__system__info__pic {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-sol__content__system__info__pic {
    width: 100%;
  }
}
.p-sol__content__system__info__pic__bg {
  width: 100%;
  z-index: 1;
  position: relative;
}
.p-sol__content__system__info__pic__il {
  position: absolute;
  width: 60%;
  left: 20%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}
.p-sol__content__system__configration {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 48px;
  text-align: left;
  margin: 80px 0 160px 0;
  letter-spacing: 0;
}
@media screen and (max-width: 1200px) {
  .p-sol__content__system__configration {
    gap: 36px;
    margin-bottom: 80px;
  }
}
@media screen and (orientation: portrait) and (max-width: 1024px) {
  .p-sol__content__system__configration {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, 1fr);
    margin: 64px 0;
  }
}
@media screen and (max-width: 767px) {
  .p-sol__content__system__configration {
    gap: 24px;
  }
}
.p-sol__content__system__configration._sol02 {
  grid-template-columns: repeat(5, 1fr);
  gap: 36px;
}
@media screen and (orientation: portrait) and (max-width: 1024px) {
  .p-sol__content__system__configration._sol02 {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(5, 1fr);
  }
}
.p-sol__content__system__configration._sol02._desc {
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (orientation: portrait) and (max-width: 1024px) {
  .p-sol__content__system__configration._sol02._desc {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .p-sol__content__system__configration._sol02._desc {
    grid-template-columns: 1fr;
  }
}
@media screen and (orientation: portrait) and (max-width: 1024px) {
  .p-sol__content__system__configration._desc {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    margin: 64px 0;
  }
}
@media screen and (max-width: 767px) {
  .p-sol__content__system__configration._desc {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    margin: 40px 0;
  }
}
@media screen and (orientation: portrait) and (max-width: 1024px) {
  .p-sol__content__system__configration._desc .config {
    width: 100%;
    margin: 0;
  }
}
.p-sol__content__system__configration:last-of-type {
  margin-bottom: 0;
}
.p-sol__content__system__configration .config {
  position: relative;
}
@media screen and (orientation: portrait) and (max-width: 1024px) {
  .p-sol__content__system__configration .config {
    width: calc(100% - 60px);
    margin: 0 0 0 auto;
  }
}
@media screen and (orientation: portrait) and (max-width: 1024px) {
  .p-sol__content__system__configration .config._sp-h {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 36px;
  }
}
@media screen and (max-width: 767px) {
  .p-sol__content__system__configration .config._sp-h {
    gap: 16px;
  }
}
.p-sol__content__system__configration .config::before {
  content: attr(data-text) "";
  display: block;
  font-size: 2.3vw;
  font-family: "Krona One", "Helvetica Neue", "Arial";
  line-height: 1.2;
  color: #364A87;
}
@media screen and (orientation: portrait) and (max-width: 1024px) {
  .p-sol__content__system__configration .config::before {
    position: absolute;
    font-size: 3rem;
    left: -8px;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.p-sol__content__system__configration .config__box {
  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;
  gap: 30px;
  padding: 24px;
  background-color: #ECF4FA;
  height: 100%;
}
@media screen and (max-width: 1200px) {
  .p-sol__content__system__configration .config__box {
    gap: 24px;
    padding: 20px;
  }
}
@media screen and (orientation: portrait) and (max-width: 1024px) {
  .p-sol__content__system__configration .config__box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
@media screen and (max-width: 767px) {
  .p-sol__content__system__configration .config__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 16px;
    padding: 16px;
  }
}
.p-sol__content__system__configration .config__box._aic {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-sol__content__system__configration .config__box._half {
  height: calc(50% - 24px);
  margin-bottom: 48px;
}
@media screen and (max-width: 1200px) {
  .p-sol__content__system__configration .config__box._half {
    height: calc(50% - 18px);
    margin-bottom: 36px;
  }
}
@media screen and (orientation: portrait) and (max-width: 1024px) {
  .p-sol__content__system__configration .config__box._half {
    height: 100%;
  }
}
.p-sol__content__system__configration .config__box._half:last-of-type {
  margin-bottom: 0;
}
.p-sol__content__system__configration .config__box._sol02-half {
  height: calc(50% - 18px);
  margin-bottom: 36px;
}
@media screen and (orientation: portrait) and (max-width: 1024px) {
  .p-sol__content__system__configration .config__box._sol02-half {
    height: 100%;
    margin-bottom: 0;
  }
}
.p-sol__content__system__configration .config__box._sol02-half:last-of-type {
  margin-bottom: 0;
}
.p-sol__content__system__configration .config__box__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 24px;
}
@media screen and (max-width: 1200px) {
  .p-sol__content__system__configration .config__box__inner {
    gap: 18px;
  }
}
@media screen and (max-width: 767px) {
  .p-sol__content__system__configration .config__box__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-sol__content__system__configration .config__box__sol2-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 18px;
}
.p-sol__content__system__configration .config__box__connect-01 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}
.p-sol__content__system__configration .config__box__connect-01::before {
  content: "";
  display: block;
  position: absolute;
  width: 48px;
  height: 2px;
  background-color: #364A87;
  top: calc((50% - 25px) / 2);
  left: 100%;
}
@media screen and (orientation: portrait) and (max-width: 1024px) {
  .p-sol__content__system__configration .config__box__connect-01::before {
    width: 2px;
    height: 36px;
    top: 100%;
    left: 25%;
  }
}
.p-sol__content__system__configration .config__box__connect-01::after {
  content: "";
  display: block;
  position: absolute;
  width: 48px;
  height: 2px;
  background-color: #364A87;
  bottom: calc((50% - 25px) / 2);
  left: 100%;
}
@media screen and (orientation: portrait) and (max-width: 1024px) {
  .p-sol__content__system__configration .config__box__connect-01::after {
    width: 2px;
    height: 36px;
    top: 100%;
    left: 75%;
  }
}
.p-sol__content__system__configration .config__box__connect-01._s::before {
  content: "";
  display: block;
  position: absolute;
  width: 48px;
  height: 2px;
  background-color: #364A87;
  top: calc(50% - 1px);
  left: 100%;
}
@media screen and (orientation: portrait) and (max-width: 1024px) {
  .p-sol__content__system__configration .config__box__connect-01._s::before {
    width: 2px;
    height: 36px;
    top: 100%;
    left: calc(50% + 1px);
  }
}
.p-sol__content__system__configration .config__box__connect-01._s::after {
  display: none;
}
.p-sol__content__system__configration .config__box__connect-01._s._up::before {
  width: calc(47px + 50%);
}
@media screen and (max-width: 1200px) {
  .p-sol__content__system__configration .config__box__connect-01._s._up::before {
    width: calc(35px + 50%);
  }
}
@media screen and (orientation: portrait) and (max-width: 1024px) {
  .p-sol__content__system__configration .config__box__connect-01._s._up::before {
    width: 2px;
    height: 36px;
    top: 100%;
    left: calc(50% + 1px);
  }
}
.p-sol__content__system__configration .config__box__connect-01._s._down::before {
  width: 2px;
  height: calc(75% + 2px);
  top: 100%;
  left: calc(50% - 3px);
}
@media screen and (max-width: 1200px) {
  .p-sol__content__system__configration .config__box__connect-01._s._down::before {
    height: calc(75% + 4px);
  }
}
@media screen and (orientation: portrait) and (max-width: 1024px) {
  .p-sol__content__system__configration .config__box__connect-01._s._down::before {
    width: 2px;
    height: 36px;
    top: 100%;
    left: calc(50% + 1px);
  }
}
@media screen and (orientation: portrait) and (max-width: 1024px) {
  .p-sol__content__system__configration .config__box__connect-01._s._down::before {
    display: none;
  }
}
.p-sol__content__system__configration .config__box__connect-01._w-down::after {
  content: "";
  display: block;
  position: absolute;
  width: 2px;
  height: calc(75% + 2px);
  top: 100%;
  left: calc(50% - 3px);
  background-color: #364A87;
}
.p-sol__content__system__configration .config__box__connect-01._w-up::after {
  content: "";
  display: block;
  position: absolute;
  width: calc(36px + 50%);
  height: 2px;
  left: calc(-50% - 37px);
  top: calc(50% + 1px);
}
.p-sol__content__system__configration .config__box__connect-01._w-up._r::after {
  width: calc(34px + 50%);
  left: 100%;
  top: initial;
  bottom: calc((50% - 25px) / 2);
}
.p-sol__content__system__configration .config__box__connect-02 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}
.p-sol__content__system__configration .config__box__connect-02::before {
  content: "";
  display: block;
  position: absolute;
  width: 48px;
  height: 2px;
  background-color: #364A87;
  top: calc((50% - 25px) / 2);
  left: 100%;
}
@media screen and (max-width: 1200px) {
  .p-sol__content__system__configration .config__box__connect-02::before {
    width: 36px;
  }
}
@media screen and (orientation: portrait) and (max-width: 1024px) {
  .p-sol__content__system__configration .config__box__connect-02::before {
    width: 2px;
    height: 36px;
    top: 100%;
    left: 25%;
  }
}
.p-sol__content__system__configration .config__box__connect-02::after {
  content: "";
  display: block;
  position: absolute;
  width: 48px;
  height: 2px;
  background-color: #364A87;
  bottom: calc((50% - 25px) / 2);
  left: 100%;
}
@media screen and (orientation: portrait) and (max-width: 1024px) {
  .p-sol__content__system__configration .config__box__connect-02::after {
    width: 2px;
    height: 36px;
    top: 100%;
    left: 75%;
  }
}
.p-sol__content__system__configration .config__box__connect-02._s::before {
  content: "";
  display: block;
  position: absolute;
  width: 36px;
  height: 2px;
  background-color: #364A87;
  top: calc(50% - 1px);
  left: 100%;
}
@media screen and (orientation: portrait) and (max-width: 1024px) {
  .p-sol__content__system__configration .config__box__connect-02._s::before {
    width: 2px;
    height: 36px;
    top: 100%;
    left: calc(25% - 9px);
  }
}
.p-sol__content__system__configration .config__box__connect-02._s::after {
  display: none;
}
@media screen and (orientation: portrait) and (max-width: 1024px) {
  .p-sol__content__system__configration .config__box__connect-02._s::after {
    display: block;
    width: 2px;
    height: 36px;
    top: 100%;
    left: calc(75% + 9px);
  }
}
@media screen and (orientation: portrait) and (max-width: 1024px) {
  .p-sol__content__system__configration .config__box__connect-02._s._sp-s::before {
    left: calc(50% - 1px);
  }
}
@media screen and (orientation: portrait) and (max-width: 1024px) {
  .p-sol__content__system__configration .config__box__connect-02._s._sp-s::after {
    display: none;
  }
}
.p-sol__content__system__configration .config__box__connect-02._s._up::before {
  width: calc(47px + 50%);
}
@media screen and (max-width: 1200px) {
  .p-sol__content__system__configration .config__box__connect-02._s._up::before {
    width: calc(35px + 50%);
  }
}
@media screen and (orientation: portrait) and (max-width: 1024px) {
  .p-sol__content__system__configration .config__box__connect-02._s._up::before {
    width: 2px;
    height: 36px;
    top: 100%;
    left: calc(50% + 1px);
  }
}
.p-sol__content__system__configration .config__box__connect-02._s._down::before {
  width: 2px;
  height: calc(75% + 2px);
  top: 100%;
  left: calc(50% - 3px);
}
@media screen and (max-width: 1200px) {
  .p-sol__content__system__configration .config__box__connect-02._s._down::before {
    height: calc(75% + 9px);
  }
}
@media screen and (orientation: portrait) and (max-width: 1024px) {
  .p-sol__content__system__configration .config__box__connect-02._s._down::before {
    width: 2px;
    height: 36px;
    top: 100%;
    left: calc(50% + 1px);
  }
}
@media screen and (orientation: portrait) and (max-width: 1024px) {
  .p-sol__content__system__configration .config__box__connect-02._s._down::before {
    display: none;
  }
}
@media screen and (orientation: portrait) and (max-width: 1024px) {
  .p-sol__content__system__configration .config__box__connect-02._s._down::after {
    display: none;
  }
}
.p-sol__content__system__configration .config__box__connect-02._w-down::after {
  content: "";
  display: block;
  position: absolute;
  width: 2px;
  height: calc(50% + 39px);
  top: 100%;
  left: calc(50% - 1px);
  background-color: #364A87;
}
@media screen and (orientation: portrait) and (max-width: 1024px) {
  .p-sol__content__system__configration .config__box__connect-02._w-down::after {
    display: block;
    width: 2px;
    height: 36px;
    top: 100%;
    left: calc(75% + 9px);
  }
}
@media screen and (orientation: portrait) and (max-width: 1024px) {
  .p-sol__content__system__configration .config__box__connect-02._w-up::before {
    left: calc(25% - 9px);
  }
}
.p-sol__content__system__configration .config__box__connect-02._w-up::after {
  content: "";
  display: block;
  position: absolute;
  width: calc(36px + 50%);
  height: 2px;
  left: calc(-50% - 36px);
  top: calc(50% + 1px);
}
@media screen and (orientation: portrait) and (max-width: 1024px) {
  .p-sol__content__system__configration .config__box__connect-02._w-up::after {
    width: 2px;
    height: 36px;
    background-color: #364A87;
    left: calc(25% - 9px);
    top: 100%;
  }
}
.p-sol__content__system__configration .config__box__connect-02._w-up._r::after {
  width: calc(34px + 50%);
  height: 2px;
  left: 100%;
  top: initial;
  bottom: calc((50% - 25px) / 2);
}
@media screen and (orientation: portrait) and (max-width: 1024px) {
  .p-sol__content__system__configration .config__box__connect-02._w-up._r::after {
    width: 2px;
    height: 36px;
    left: calc(75% + 9px);
    top: 100%;
    bottom: initial;
  }
}
.p-sol__content__system__configration .config__icon {
  width: 3vw;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (orientation: portrait) and (max-width: 1024px) {
  .p-sol__content__system__configration .config__icon {
    width: 36px;
  }
}
@media screen and (max-width: 767px) {
  .p-sol__content__system__configration .config__icon {
    width: 30px;
  }
}
.p-sol__content__system__configration .config__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  font-size: 0.9vw;
  font-family: "Krona One", "Helvetica Neue", "Arial";
  letter-spacing: 0;
  line-height: 1.2;
  color: #364A87;
}
@media screen and (orientation: portrait) and (max-width: 1024px) {
  .p-sol__content__system__configration .config__name {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-sol__content__system__configration .config__name {
    -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;
    font-size: 1.2rem;
  }
}
.p-sol__content__system__configration .config__name:first-of-type {
  margin-top: 0;
}
.p-sol__content__system__configration .config__name._wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.p-sol__content__system__configration .config__desc__no {
  font-size: 2vw;
  font-family: "Krona One", "Helvetica Neue", "Arial";
  line-height: 1.2;
  letter-spacing: 0;
  color: #364A87;
}
@media screen and (max-width: 1200px) {
  .p-sol__content__system__configration .config__desc__no {
    font-size: 2.4rem;
  }
}
.p-sol__content__system__configration .config__desc__no span {
  display: inline-block;
  font-size: 0.9vw;
  margin-left: 16px;
  letter-spacing: 0;
}
@media screen and (max-width: 1200px) {
  .p-sol__content__system__configration .config__desc__no span {
    font-size: 1.6rem;
  }
}
.p-sol__content__system__configration__wrapper {
  margin-top: 80px;
  -webkit-transition: all 0.3s cubic-bezier(0, 0.51, 1, 0.63);
  transition: all 0.3s cubic-bezier(0, 0.51, 1, 0.63);
}
@media screen and (orientation: portrait) and (max-width: 1024px) {
  .p-sol__content__system__configration__wrapper {
    margin-top: 64px;
  }
}
@media screen and (max-width: 767px) {
  .p-sol__content__system__configration__wrapper {
    margin-top: 40px;
    max-height: 0;
    overflow: hidden;
  }
}
.p-sol__content__system__configration__wrapper._is-open {
  max-height: 9999px;
}
.p-sol__content__system__configration__point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 80px;
  margin-top: 80px;
}
@media screen and (max-width: 1200px) {
  .p-sol__content__system__configration__point {
    gap: 64px;
  }
}
@media screen and (orientation: portrait) and (max-width: 1024px) {
  .p-sol__content__system__configration__point {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .p-sol__content__system__configration__point {
    margin-top: 40px;
  }
}
.p-sol__content__system__configration__point__pic {
  position: relative;
  width: calc(40% - 80px);
  min-height: 100%;
}
@media screen and (max-width: 1200px) {
  .p-sol__content__system__configration__point__pic {
    width: calc(40% - 64px);
  }
}
@media screen and (orientation: portrait) and (max-width: 1024px) {
  .p-sol__content__system__configration__point__pic {
    width: 100%;
    aspect-ratio: 16/9;
  }
}
.p-sol__content__system__configration__point__pic::after {
  content: "";
  position: absolute;
  display: block;
  width: 10vw;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(#364A87), to(#04ACE4));
  background-image: linear-gradient(90deg, #364A87, #04ACE4);
  left: calc(-10vw - 101px);
  top: 50px;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .p-sol__content__system__configration__point__pic::after {
    width: 5vw;
    left: calc(-5vw - 51px);
  }
}
@media screen and (orientation: portrait) and (max-width: 1024px) {
  .p-sol__content__system__configration__point__pic::after {
    width: calc(5vw + 200px);
    top: 36px;
    left: calc(-5vw - 37px);
  }
}
@media screen and (max-width: 767px) {
  .p-sol__content__system__configration__point__pic::after {
    top: 24px;
  }
}
.p-sol__content__system__configration__point__pic__image {
  position: absolute;
  width: calc(100% + 150px);
  min-height: 100%;
  top: 0;
  left: -150px;
  background: no-repeat 50% 50%/cover;
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  .p-sol__content__system__configration__point__pic__image {
    width: calc(100% + 80px);
    left: -80px;
  }
}
@media screen and (orientation: portrait) and (max-width: 1024px) {
  .p-sol__content__system__configration__point__pic__image {
    position: relative;
    width: 100%;
    height: 100%;
    left: initial;
  }
}
.p-sol__content__system__configration__point__pic__image._sol01 {
  background-image: url("../assets/solutions/image//solutions_sol01.jpg");
  background-image: url("../assets/solutions/image//solutions_sol01.webp");
  background-image: -webkit-image-set(url("../assets/solutions/image//solutions_sol01.webp") type("image/webp"), url("../assets/solutions/image//solutions_sol01.jpg") type("image/jpeg"));
  background-image: image-set(url("../assets/solutions/image//solutions_sol01.webp") type("image/webp"), url("../assets/solutions/image//solutions_sol01.jpg") type("image/jpeg"));
}
.p-sol__content__system__configration__point__pic__image._sol02 {
  background-image: url("../assets/solutions/image//solutions_sol02.jpg");
  background-image: url("../assets/solutions/image//solutions_sol02.webp");
  background-image: -webkit-image-set(url("../assets/solutions/image//solutions_sol02.webp") type("image/webp"), url("../assets/solutions/image//solutions_sol02.jpg") type("image/jpeg"));
  background-image: image-set(url("../assets/solutions/image//solutions_sol02.webp") type("image/webp"), url("../assets/solutions/image//solutions_sol02.jpg") type("image/jpeg"));
}
.p-sol__content__system__configration__point__desc {
  width: 60%;
  padding-bottom: 36px;
}
@media screen and (orientation: portrait) and (max-width: 1024px) {
  .p-sol__content__system__configration__point__desc {
    width: 100%;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-sol__content__system__configration__point__desc p {
    margin-top: 16px;
  }
}

.p-company__intro {
  position: relative;
  overflow: hidden;
}
.p-company__intro__content {
  position: relative;
  z-index: 2;
}
.p-company__intro__content__txt {
  margin-top: 30px;
}
.p-company__intro__content__txt__desc {
  line-height: 2;
}
.p-company__intro__bg {
  position: absolute;
  height: 100%;
  width: auto;
  right: 10vw;
  top: 0;
  z-index: 1;
}
@media screen and (orientation: portrait) and (max-width: 1024px) {
  .p-company__intro__bg {
    right: 5vw;
  }
}
.p-company__intro__bg__logo {
  width: 100%;
  height: 100%;
}
.p-company__intro__bg__ring {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  -webkit-animation: rotate 40s linear infinite;
          animation: rotate 40s linear infinite;
}
.p-company__pic {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
@media screen and (max-width: 767px) {
  .p-company__pic {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }
}
.p-company__greeting {
  position: relative;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), color-stop(24.04%, #ECF4FA));
  background-image: linear-gradient(180deg, #FFF 0%, #ECF4FA 24.04%);
}
.p-company__greeting__content {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  margin-top: 80px;
}
@media screen and (orientation: portrait) and (max-width: 1024px) {
  .p-company__greeting__content {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .p-company__greeting__content {
    margin-top: 40px;
  }
}
.p-company__greeting__content__pic {
  position: relative;
  height: 100%;
}
@media screen and (orientation: portrait) and (max-width: 1024px) {
  .p-company__greeting__content__pic {
    width: 100%;
    aspect-ratio: 4/3;
  }
}
.p-company__greeting__content__pic::before {
  position: absolute;
  display: block;
  content: "";
  width: calc(100% + 64px);
  height: calc(100% - 64px);
  bottom: 64px;
  right: -64px;
  background-color: #fff;
  -webkit-transition: all 1s cubic-bezier(0.17, 1.16, 0.92, 0.29);
  transition: all 1s cubic-bezier(0.17, 1.16, 0.92, 0.29);
  z-index: 3;
}
@media screen and (orientation: portrait) and (max-width: 1024px) {
  .p-company__greeting__content__pic::before {
    width: 100%;
    height: 100%;
    bottom: 0;
    right: 0;
  }
}
.p-company__greeting__content__pic::after {
  content: "";
  position: absolute;
  display: block;
  width: calc(100% + 64px);
  height: calc(100% - 64px);
  top: 0;
  left: 0;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../assets/company/image//company-ceo.jpg");
  background-image: url("../assets/company/image//company-ceo.webp");
  background-image: -webkit-image-set(url("../assets/company/image//company-ceo.webp") type("image/webp"), url("../assets/company/image//company-ceo.jpg") type("image/jpeg"));
  background-image: image-set(url("../assets/company/image//company-ceo.webp") type("image/webp"), url("../assets/company/image//company-ceo.jpg") type("image/jpeg"));
  z-index: 2;
}
@media screen and (orientation: portrait) and (max-width: 1024px) {
  .p-company__greeting__content__pic::after {
    width: 100%;
    height: 100%;
  }
}
.p-company__greeting__content__pic._is-active::before {
  width: 0;
}
.p-company__greeting__content__desc {
  position: relative;
  margin-top: 64px;
  padding: 50px 50px 50px 114px;
  background-color: #fff;
  border: 1px solid #364A87;
  z-index: 1;
}
@media screen and (orientation: portrait) and (max-width: 1024px) {
  .p-company__greeting__content__desc {
    padding: 36px;
  }
}
@media screen and (max-width: 767px) {
  .p-company__greeting__content__desc {
    margin-top: 24px;
    padding: 20px;
  }
}
.p-company__greeting__content__desc__txt p {
  margin-bottom: 36px;
}
@media screen and (orientation: portrait) and (max-width: 1024px) {
  .p-company__greeting__content__desc__txt p {
    margin-bottom: 16px;
  }
}
.p-company__greeting__content__desc__txt p:last-of-type {
  margin-bottom: 0;
}
.p-company__greeting__content__desc .signature {
  margin-top: 36px;
  text-align: right;
  font-size: larger;
}
.p-company__greeting__content__desc .signature span {
  display: inline-block;
  margin-right: 16px;
  font-size: initial;
}
.p-company__access__gmap {
  width: 100%;
  margin: 80px 0;
}
@media screen and (orientation: portrait) and (max-width: 1024px) {
  .p-company__access__gmap {
    margin: 64px 0;
  }
}
@media screen and (max-width: 767px) {
  .p-company__access__gmap {
    margin: 40px 0;
  }
}
.p-company__access__gmap__map {
  width: 100%;
  aspect-ratio: 16/9;
  border: 0;
}
@media screen and (max-width: 767px) {
  .p-company__access__gmap__map {
    aspect-ratio: 1/1;
  }
}
.p-company__access__desc__ttl {
  display: inline-block;
  padding: 8px 16px;
  background-image: -webkit-gradient(linear, left top, right top, from(#364A87), to(#04ACE4));
  background-image: linear-gradient(90deg, #364A87, #04ACE4);
  color: #fff;
}
.p-company__access__desc > div {
  margin-top: 36px;
}

.p-contact__nav {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 80px auto;
}
@media screen and (orientation: portrait) and (max-width: 1024px) {
  .p-contact__nav {
    margin: 40px 0;
  }
}
@media screen and (max-width: 767px) {
  .p-contact__nav {
    gap: 16px;
    margin: 24px 0;
  }
}
.p-contact__nav__item {
  position: relative;
  line-height: 60px;
  background-color: #fff;
  border: 1px solid #364A87;
  border-radius: 30px;
  text-align: center;
  color: #364A87;
}
.p-contact__nav__item:last-of-type::after {
  display: none;
}
.p-contact__nav__item::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  left: 100%;
  top: 50%;
  background-color: #364A87;
}
@media screen and (max-width: 767px) {
  .p-contact__nav__item::after {
    width: 16px;
  }
}
.p-contact__nav__item._is-active {
  background-color: #364A87;
  color: #fff;
}
.p-contact__form {
  background-color: #ECF4FA;
  padding: 80px;
}
@media screen and (orientation: portrait) and (max-width: 1024px) {
  .p-contact__form {
    padding: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-contact__form {
    padding: 20px;
  }
}
.p-contact__complete {
  margin-top: 80px;
  font-size: 8vw;
  font-family: "Krona One", "Helvetica Neue", "Arial";
  letter-spacing: 0;
  color: #D7DBE7;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-contact__complete {
    margin-top: 40px;
    font-size: 10vw;
  }
}
.p-contact__check__note a {
  color: #364A87;
}
.p-contact__check__note a:hover {
  color: #EB5C44;
}

.p-pp {
  padding: 80px;
  background-color: #fff;
}
@media screen and (max-width: 1200px) {
  .p-pp {
    padding: 64px;
  }
}
@media screen and (max-width: 1200px) {
  .p-pp {
    padding: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-pp {
    padding: 20px;
  }
}
.p-pp div {
  margin-top: 36px;
}
.p-pp div span {
  display: block;
  margin-bottom: 8px;
  color: #364A87;
  font-size: 1.2vw;
}
@media screen and (max-width: 1500px) {
  .p-pp div span {
    font-size: 2rem;
  }
}
@media screen and (orientation: portrait) and (max-width: 1024px) {
  .p-pp div span {
    font-size: 1.6rem;
  }
}
.p-pp div a {
  color: #364A87;
}
.p-pp div a:hover {
  color: #EB5C44;
}

.p-contact__form {
  letter-spacing: initial;
  text-align: left;
}
.p-contact__form li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 30px;
  gap: 16px;
}
.p-contact__form li:last-of-type {
  margin-bottom: 0;
}
.p-contact__form li div input {
  size: initial;
  width: 100%;
  border: 1px solid #333;
  padding: 8px;
}
.p-contact__form li div input.zip01 {
  width: 15%;
}
.p-contact__form li div input.zip02 {
  width: 20%;
}
.p-contact__form li div input.p-region {
  width: 20%;
}
.p-contact__form li div input.age {
  width: 20%;
}
.p-contact__form li div input.bg_year {
  width: 25%;
}
.p-contact__form li div input.bg_school {
  width: 60%;
}
.p-contact__form li div textarea {
  width: 100%;
  padding: 8px;
}
.p-contact__form li div:first-of-type {
  width: 20%;
  padding-top: 8px;
}
@media screen and (orientation: portrait) and (max-width: 1024px) {
  .p-contact__form li div:first-of-type {
    width: 100%;
  }
}
.p-contact__form li div:last-of-type {
  width: calc(80% - 16px);
}
@media screen and (orientation: portrait) and (max-width: 1024px) {
  .p-contact__form li div:last-of-type {
    width: 100%;
  }
}
.p-contact__form li div._must {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.p-contact__form li div._must::after {
  content: "必須";
  display: inline-block;
  padding: 0px 16px;
  background-color: #EB5C44;
  color: #fff;
}

.p-contact__check::before {
  display: inline-block;
  position: absolute;
  width: 40px;
  height: 40px;
  margin-right: 15px;
  background: url(../assets/common/image/checkoff.png) no-repeat 0 0;
  vertical-align: middle;
  content: "";
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  top: 50%;
}

.p-contact__check:checked::before {
  background: url(../assets/common/image/checkon.png) no-repeat 0 0;
}

.p-contact__check__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}

div.submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 50px;
}

.prodinst {
  display: block;
}
.prodinst._is-hidden {
  display: none;
}

.instfilebox {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 36px;
}

.instnote {
  font-size: 2vw;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
  color: #364A87;
}
@media screen and (orientation: portrait) and (max-width: 1024px) {
  .instnote {
    font-size: 2.2rem;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .instnote {
    font-size: 1.6rem;
    margin-bottom: 20px;
    padding: 0 20px;
  }
}/*# sourceMappingURL=style.css.map */