/*------------------------------------------------------------
	Reset
------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
nav, section,
time, mark, audio, video {
  /* font-size: 1em; */
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
}

html {
  font-size: 62.5%;
}

body {
  -webkit-text-size-adjust: 100%;
}

input, button, textarea, select, option {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

table,
input, textarea, select, option {
  line-height: 1.1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

img {
  vertical-align: top;
}

a,
a img {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

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

/* a:hover,
a:hover img{
    opacity: 0.80;
    filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
} */
img {
  max-width: 100%;
}

button {
  font-family: inherit;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

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

table p {
  line-height: 1.5;
}

#__next {
  height: 100%;
}

::-webkit-input-placeholder {
  color: #9b9b9b;
  opacity: 1;
  /* font-size: 1.4rem; */
}

:-ms-input-placeholder {
  color: #9b9b9b;
  opacity: 1;
  /* font-size: 1.4rem; */
}

::-ms-input-placeholder {
  color: #9b9b9b;
  opacity: 1;
  /* font-size: 1.4rem; */
}

::placeholder {
  color: #9b9b9b;
  opacity: 1;
  /* font-size: 1.4rem; */
}

:-ms-input-placeholder {
  color: #9b9b9b;
  /* font-size: 1.4rem; */
}

::-webkit-input-placeholder {
  color: #9b9b9b;
  /* font-size: 1.4rem; */
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

input::-webkit-calendar-picker-indicator {
  display: none;
}

button:disabled,
input:disabled,
select:disabled {
  pointer-events: none;
}

* {
  margin: 0;
  padding: 0;
}

a:hover {
  text-decoration: none;
  color: unset;
}

html {
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  font-weight: 400;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6, p, a, span, small {
  color: inherit;
  background: none;
  font-family: "Noto Sans JP", sans-serif;
}

button {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

::-moz-selection {
  background-color: unset;
  color: unset;
}

::selection {
  background-color: unset;
  color: unset;
}

.uk-tab {
  margin-left: 0;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.uk-tab:before {
  display: none;
}

/*=============================================
 Reset page
==============================================*/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  line-height: inherit;
}

body {
  background: #2B384D;
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
}

@-webkit-keyframes animating {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(-20deg);
            transform: rotate(-20deg);
  }
  50% {
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@keyframes animating {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(-20deg);
            transform: rotate(-20deg);
  }
  50% {
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
.l-container {
  max-width: 1440px;
  margin: 0 auto;
}

/*=============================================
 Component
==============================================*/
.c-btn {
  background: #FF2885;
  background: -webkit-gradient(linear, left top, right top, from(#FF2885), to(#FE7556));
  background: linear-gradient(to right, #FF2885, #FE7556);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 9px;
  width: 245px;
  height: 48px;
  border-radius: 24px;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.c-btn span {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  border-radius: 24px;
  -webkit-transition: all .3s;
  transition: all .3s;
  line-height: 1;
}
.c-btn:hover {
  background: #FE7556;
  background: -webkit-gradient(linear, left top, right top, from(#FE7556), to(#FF2885));
  background: linear-gradient(to right, #FE7556, #FF2885);
}
.c-btn:hover img {
  -webkit-animation: animating 0.3s ease-in-out 1;
          animation: animating 0.3s ease-in-out 1;
}

.c-btnblue {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  width: 100%;
  max-width: 240px;
  height: 48px;
  border-radius: 24px;
  background: #3F9EF9;
  background: -webkit-gradient(linear, left top, right top, from(#3F9EF9), to(#41B3FF));
  background: linear-gradient(to right, #3F9EF9, #41B3FF);
  -webkit-transition: all .3s;
  transition: all .3s;
  overflow: hidden;
  position: relative;
}
.c-btnblue span {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  border-radius: 29px;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.c-btnblue:before {
  content: '';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  -webkit-transform: skewX(-45deg);
          transform: skewX(-45deg);
  position: absolute;
  left: 0;
  background-color: rgba(255, 255, 255, 0.16);
  left: -60%;
  -webkit-transition: all .3s;
  transition: all .3s;
}
@media (max-width: 1024px) {
  .c-btnblue:before {
    display: none;
  }
}
.c-btnblue:hover {
  background: #41B3FF;
  background: -webkit-gradient(linear, left top, right top, from(#41B3FF), to(#3F9EF9));
  background: linear-gradient(to right, #41B3FF, #3F9EF9);
}

.c-title {
  margin-bottom: 40px;
}
.c-title p {
  color: #2FD3FF;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 7px;
}
.c-title h2, .c-title h3 {
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
}

.c-title2 {
  border-left: 4px solid #2FD3FF;
  padding-left: 10px;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
}

.c-label {
  display: inline-block;
  padding: 1.5px 15px;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 4px;
  background-color: #145B96;
  color: #fff;
}
.c-label--2 {
  background-color: #3C6299;
}
.c-label--3 {
  background-color: #2F476B;
}
.c-label--4 {
  background-color: #1F7CC8;
}

/*=============================================
 Header
==============================================*/
.c-header {
  background-color: rgba(23, 35, 54, 0.4);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
.c-header__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 14px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-header__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 767px) {
  .c-header__main {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.hamburger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hamburger__head {
  display: none;
}
@media (max-width: 767px) {
  .hamburger__head {
    display: block;
    margin-left: 30px;
    margin-right: 13px;
    position: relative;
    z-index: 999;
  }
}
.hamburger__head .nav-icon {
  width: 18px;
  height: 12px;
  position: relative;
  margin: 0px auto;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}
.hamburger__head .nav-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 18px;
  background: #fff;
  opacity: 1;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
.hamburger__head .nav-icon span:nth-child(1) {
  top: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.hamburger__head .nav-icon span:nth-child(2) {
  top: 5px;
}
.hamburger__head .nav-icon span:nth-child(3) {
  top: 5px;
}
.hamburger__head .nav-icon span:nth-child(4) {
  top: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.hamburger__head .nav-icon.is-opened span:nth-child(1) {
  top: 5px;
  width: 0%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.hamburger__head .nav-icon.is-opened span:nth-child(2) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.hamburger__head .nav-icon.is-opened span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.hamburger__head .nav-icon.is-opened span:nth-child(4) {
  top: 5px;
  width: 0%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 767px) {
  .hamburger__body {
    position: fixed;
    z-index: 900;
    top: 72px;
    right: 20px;
    -webkit-transition: top .3s ease-in-out;
    transition: top .3s ease-in-out;
    border-radius: 4px;
    width: 200px;
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3), 0px 1px 3px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3), 0px 1px 3px rgba(0, 0, 0, 0.15);
    height: 0px;
    overflow: hidden;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  .hamburger__body.is-opened {
    height: auto;
    padding: 8px 0;
    background-color: rgba(23, 35, 54, 0.95);
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
  }
  .hamburger__body.is-opened .c-gnav {
    display: block;
  }
}

.c-gnav {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-gnav a {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  background: transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .c-gnav a {
    display: block;
    padding: 12px 16px;
    text-align: left;
  }
}
.c-gnav a + a {
  margin-left: 24px;
}
@media (max-width: 767px) {
  .c-gnav a + a {
    margin-left: 0;
  }
}
.c-gnav a:hover {
  background-image: -webkit-gradient(linear, left top, right top, from(#FF2885), to(#FE7556));
  background-image: linear-gradient(to right, #FF2885, #FE7556);
  color: transparent;
  background-clip: text;
}
@media (max-width: 1024px) {
  .c-gnav a:hover {
    background-image: none;
    color: #fff;
    background-clip: unset;
  }
}
.c-gnav a span.material-symbols-outlined {
  padding-left: 8px;
  font-size: 16px;
}
@media (max-width: 767px) {
  .c-gnav a span.material-symbols-outlined {
    display: none;
  }
}

.btn-inquire {
  height: 36px;
  margin-left: 24px;
}
.btn-inquire a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  width: 143px;
  height: 36px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid #fff;
}
@media (max-width: 767px) {
  .btn-inquire a {
    border-radius: 8px;
    width: 28px;
    padding-left: 0;
    padding-right: 0;
    gap: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: transparent;
    background: url("images/ic_contact.svg") no-repeat center;
    border-width: 0;
  }
}
.btn-inquire a span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-left: 16px;
  margin: 0 auto;
  line-height: 1;
}
.btn-inquire a span:before {
  content: '';
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 8px;
  height: 8px;
  background-color: #FF2885;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(1);
          transform: translateY(-50%) scale(1);
  -webkit-transition: -webkit-transform 0.4s ease-out;
  transition: -webkit-transform 0.4s ease-out;
  transition: transform 0.4s ease-out;
  transition: transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
  z-index: -1;
}
@media (max-width: 767px) {
  .btn-inquire a span {
    display: none;
  }
}
.btn-inquire a:hover span:before {
  -webkit-transform: translateY(-50%) scale(30);
          transform: translateY(-50%) scale(30);
  background: #FF2885;
  background: -webkit-gradient(linear, left top, right top, from(#FF2885), to(#FE7556));
  background: linear-gradient(to right, #FF2885, #FE7556);
}
@media (max-width: 1024px) {
  .btn-inquire a:hover span:before {
    background: #FF2885;
    -webkit-transform: translateY(-50%) scale(1);
            transform: translateY(-50%) scale(1);
  }
}
@media (max-width: 767px) {
  .btn-inquire a:hover span:before {
    display: none;
  }
}

/*=============================================
 Footer
==============================================*/
.c-footer {
  border-top: 1px solid #777B84;
  padding: 24px 20px 21px;
}
.c-footer__link {
  text-align: center;
}
@media (max-width: 767px) {
  .c-footer__link {
    padding: 0;
    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;
  }
}
.c-footer__link a {
  font-size: 14px;
  -webkit-transition: all .3s;
  transition: all .3s;
  font-weight: 400;
}
@media (max-width: 767px) {
  .c-footer__link a {
    margin-bottom: 20px;
  }
}
.c-footer__link a + a {
  margin-left: 20px;
}
@media (max-width: 767px) {
  .c-footer__link a + a {
    margin-left: 0;
  }
}
.c-footer__link a:hover {
  text-decoration: underline;
}
@media (max-width: 1024px) {
  .c-footer__link a:hover {
    text-decoration: none;
  }
}
.c-footer__logo {
  padding: 24px 20px 38px;
  text-align: center;
}
.c-footer .copyright {
  padding: 0 20px;
  font-size: 14.8px;
  font-weight: 400;
  text-align: center;
}

/*=============================================
 Main Visual
==============================================*/
.mainVisual {
  background-color: #0A1526;
  background-image: url("images/bg_main.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 560px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -64px;
  padding-top: 50px;
  padding-left: 20px;
  padding-right: 20px;
}
.mainVisual__inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.mainVisual__inner h1 {
  font-size: 45px;
  font-weight: bold;
  line-height: 1.2;
}
@media (max-width: 1080px) {
  .mainVisual__inner h1 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .mainVisual__inner h1 {
    font-size: 32px;
  }
}
@media (max-width: 439px) {
  .mainVisual__inner h1 {
    font-size: 28px;
    margin-right: -15px;
  }
}
.mainVisual__inner p {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 15px;
}
@media (max-width: 1080px) {
  .mainVisual__inner p {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .mainVisual__inner p {
    font-size: 20px;
  }
}
@media (max-width: 439px) {
  .mainVisual__inner p {
    font-size: 18px;
  }
}
.mainVisual__inner p.txt-small {
  font-size: 18px;
  font-weight: 500;
  margin-top: 30px;
  color: #EBEBEB;
}
@media (max-width: 1080px) {
  .mainVisual__inner p.txt-small {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .mainVisual__inner p.txt-small {
    font-size: 16px;
  }
}
.mainVisual__inner .c-btn {
  margin-top: 57px;
}
.mainVisual__inner .c-btn span {
  font-weight: bold;
}

/*=============================================
 Banner
==============================================*/
.banner {
  background-color: #FF2885;
  background: url("images/bg_banner.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 25px 20px 26px;
}
.banner__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 57.8%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 27px;
          column-gap: 27px;
}
@media (max-width: 1024px) {
  .banner__inner {
    display: block;
  }
}
@media (max-width: 1024px) {
  .banner__inner .txt {
    max-width: 472px;
    margin: 0 auto;
  }
}
.banner__inner .txt h3 {
  margin-top: 12px;
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 900;
}
.banner__inner .txt h2 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
  border-bottom: 1px solid #fff;
  padding-left: 16px;
  margin-top: 16px;
  margin-bottom: 13px;
  position: relative;
}
.banner__inner .txt h2:before {
  content: '';
  width: 5px;
  height: 90%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #fff;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.banner__inner .txt dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-top: 10px;
}
.banner__inner .txt dt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  text-align: center;
  margin-right: 10px;
}
.banner__inner .txt dt img {
  position: relative;
}
.banner__inner .txt dd {
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .banner__inner .map {
    margin-top: 30px;
    text-align: center;
  }
}

/*=============================================
 Product/Service
==============================================*/
.section-product {
  padding: 80px 20px 40px;
}
.section-product .article {
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .section-product .article {
    max-width: 614px;
  }
}
.section-product .article + .article {
  margin-top: 80px;
}
.section-product .article__title {
  margin-bottom: 24px;
}
.section-product .article__title h3 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 12px;
  line-height: 1;
}
.section-product .article__title p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #E5EDF8;
}
.section-product .contact {
  max-width: 1200px;
  margin: 40px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 24px;
}
@media (max-width: 1024px) {
  .section-product .contact {
    max-width: 614px;
    display: block;
    text-align: center;
  }
}
.section-product .contact p {
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .section-product .contact .c-btn {
    margin: 24px auto 0;
  }
}
.section-product .contact--large p {
  font-size: 20px;
}

.product {
  background-color: rgba(10, 21, 38, 0.65);
  padding: 24px;
  border-radius: 8px;
  -webkit-box-shadow: 0 4px 18px rgba(10, 21, 38, 0.45);
          box-shadow: 0 4px 18px rgba(10, 21, 38, 0.45);
}
.product + .product {
  margin-top: 24px;
}
.product__main {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 24px;
          column-gap: 24px;
}
.product__main:not(._mb0) {
  margin-bottom: 24px;
}
@media (max-width: 1024px) {
  .product__main {
    display: block;
  }
}
@media (max-width: 1024px) {
  .product__main figure {
    margin-bottom: 24px;
  }
}
.product__main .head {
  margin-bottom: 20px;
}
.product__main .ttl {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 20px;
  margin-bottom: 4px;
}
.product__main .ttl--small {
  font-size: 24px;
}
.product__main .tag {
  font-size: 14px;
  font-weight: 500;
}
.product__main li {
  color: #f5f5f5;
  line-height: 1.7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.product__main li:before {
  content: '';
  width: 14px;
  min-width: 14px;
  height: 14px;
  background-color: #fff;
  font-size: 48px;
  position: relative;
  top: 2px;
  border-radius: 50%;
  margin-right: 4px;
}
.product__impact {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 24px;
          column-gap: 24px;
  background: #0B222D;
  background: -webkit-gradient(linear, left top, right top, from(#0B222D), to(#131724));
  background: linear-gradient(to right, #0B222D, #131724);
  padding: 24px;
  border-radius: 4px;
}
@media (max-width: 1024px) {
  .product__impact {
    display: block;
  }
}
.product__impact .chart {
  padding: 12px 20px 22px;
  background: #0D111C;
  background: -webkit-gradient(linear, left top, left bottom, from(#0D111C), to(#05070F));
  background: linear-gradient(to bottom, #0D111C, #05070F);
  border-radius: 4px;
}
@media (max-width: 1024px) {
  .product__impact .chart {
    margin-top: 24px;
  }
}
.product__impact .chart--2 {
  background-color: #0D111A;
  padding: 12px 16px 16px;
}
.product__impact .chart .c-title2 {
  margin-bottom: 15px;
  margin-top: 6px;
}
.product__impact .tag {
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 5px;
  line-height: 26px;
}
.product__impact .ttl {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.product__impact .ttl ~ p {
  color: #f5f5f5;
  margin-right: -8px;
}
@media (max-width: 1024px) {
  .product__impact .ttl ~ p {
    margin-right: auto;
  }
}
.product .links {
  margin-top: 18px;
  margin-bottom: 4px;
}
.product .links a {
  text-decoration: underline;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.product .links a:hover {
  color: #2FD3FF;
  opacity: 0.6;
}

.product-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 24px;
          column-gap: 24px;
  row-gap: 24px;
}
@media (max-width: 1024px) {
  .product-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .product-list {
    grid-template-columns: repeat(1, 1fr);
  }
}

.card {
  padding: 24px;
  background-color: #0A1526;
  border-radius: 4px;
  -webkit-box-shadow: 0 4px 18px rgba(10, 21, 38, 0.45);
          box-shadow: 0 4px 18px rgba(10, 21, 38, 0.45);
}
.card figure {
  margin-bottom: 16px;
}
.card h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 12px;
}

.c-topic {
  display: grid;
  grid-template-columns: 1fr 240px;
  -webkit-column-gap: 24px;
          column-gap: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid #4D5876;
  border-radius: 4px;
  background-color: rgba(10, 21, 38, 0.65);
  -webkit-box-shadow: 0 4px 18px rgba(10, 21, 38, 0.45);
          box-shadow: 0 4px 18px rgba(10, 21, 38, 0.45);
  max-width: 1200px;
  margin: 41px auto 63px;
  padding: 32px 48px;
}
@media (max-width: 1024px) {
  .c-topic {
    display: block;
    max-width: 614px;
    padding: 24px;
  }
}
.c-topic .ttl {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 16px;
}
@media (max-width: 1024px) {
  .c-topic .c-btnblue {
    margin: 24px auto 0;
  }
}

/*=============================================
 Flow
==============================================*/
.section-flow {
  padding: 80px 20px 80px;
  counter-reset: section;
}
.section-flow .c-title {
  margin-bottom: 30px;
}
.section-flow article {
  display: grid;
  grid-template-columns: 1fr 52.3%;
  max-width: 942px;
  margin: 0 auto 24px;
}
@media (max-width: 750px) {
  .section-flow article {
    display: block;
  }
}
.section-flow article h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  font-size: 20px;
  font-weight: bold;
}
.section-flow article h3:before {
  counter-increment: section;
  content: "0" counter(section);
  display: block;
  width: 64px;
  height: 64px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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;
  border: 1px solid #fff;
  border-radius: 50%;
  font-size: 24px;
  font-weight: bold;
}
.section-flow article .txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
@media (max-width: 767px) {
  .section-flow article .txt {
    gap: 9px;
    margin-top: 10px;
  }
}
.section-flow article .txt figure {
  min-width: 64px;
  width: 64px;
  border-right: 1px solid #7B8087;
}
@media (max-width: 767px) {
  .section-flow article .txt figure {
    text-align: center;
  }
}
.section-flow .note {
  margin-top: 44px;
  max-width: 942px;
  margin: 44px auto 0;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
}

/*=============================================
 Contact
==============================================*/
.section-faq {
  padding: 98px 20px 90px;
}
.section-faq .c-title {
  margin-bottom: 20px;
}
.section-faq article {
  max-width: 1200px;
  margin: 0 auto;
  border: 1px solid #7B8087;
  border-radius: 5px;
  padding-left: 24px;
  padding-right: 24px;
}
.section-faq article .q {
  min-height: 72px;
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.section-faq article .q::after {
  content: 'Q';
  font-size: 32px;
  color: #2FD3FF;
  font-weight: bold;
  width: 50px;
  min-width: 50px;
  font-family: "Arial", sans-serif;
}
.section-faq article .a {
  padding: 20px 0;
  border-top: 1px solid #7B8087;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section-faq article .a::before {
  content: 'A';
  font-size: 32px;
  line-height: 1;
  color: #2FD3FF;
  font-weight: bold;
  width: 50px;
  min-width: 50px;
  font-family: "Arial", sans-serif;
}

.uk-accordion-title {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: inherit;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px;
  cursor: pointer;
}
.uk-accordion-title::before {
  margin-left: auto;
  cursor: pointer;
  color: #fff;
}

.uk-accordion-content {
  margin-top: 0;
}

.uk-accordion-title::before {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px;
  background-image: url("images/ic_plus.svg");
}

.uk-open > .uk-accordion-title::before {
  background-image: url("images/ic_minus.svg");
}

.uk-accordion-title:hover {
  color: #fff;
}

.uk-accordion > :nth-child(n+2) {
  margin-top: 16px;
}

/*=============================================
 Contact
==============================================*/
.section-contact {
  padding: 40px 20px 140px;
  text-align: center;
}
.section-contact .txt {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 40px;
  color: #f5f5f5;
}
.section-contact .c-btn {
  margin-left: auto;
  margin-right: auto;
}

/*=============================================
 Utility
==============================================*/
.u-highlight {
  color: #2FD3FF;
}

.sp-only {
  display: none;
}
@media (max-width: 767px) {
  .sp-only {
    display: initial;
  }
}
