@import"https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap";
@import"https://fonts.googleapis.com/css2?family=Lexend+Exa:wght@100..900&display=swap";
@import"https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css";

@font-face {
    font-family: "helvetica";
    src: url("../fonts/helvetica-200.ttf");
    font-weight: 200
}

@font-face {
    font-family: "helvetica";
    src: url("../fonts/helvetica-400.ttf");
    font-weight: 400
}

@font-face {
    font-family: "helvetica";
    src: url("../fonts/helvetica-600.ttf");
    font-weight: 600
}

.xl-container {
    width: 100%;
    max-width: 1530px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0px auto
}

.lg-container {
    width: 100%;
    max-width: 1330px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0px auto
}

.md-container {
    width: 100%;
    max-width: 1250px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0px auto
}

.sm-container {
    width: 100%;
    max-width: 1100px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0px auto
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span,
b,
small,
strong,
body,
button,
input,
optgroup,
select,
textarea {
    font-family: "Zen Kaku Gothic New", sans-serif
}

body {
    overflow-x: hidden;
    scroll-behavior: smooth;
    background: #000
}

a,
i,
.btn {
    text-decoration: none;
    transition: all .3s ease-in-out
}

textarea,
input,
.navbar-toggler,
button {
    outline: 2px solid rgba(0, 0, 0, 0);
    box-shadow: none
}

::-webkit-scrollbar {
    width: 6px;
    height: 6px
}

::-webkit-scrollbar-track {
    background: #fff
}

::-webkit-scrollbar-thumb {
    background: #73dbe2
}

.animated {
    animation: up-down 2s ease-in-out infinite alternate-reverse both
}

@keyframes up-down {
    0% {
        transform: translateY(10px)
    }

    100% {
        transform: translateY(-10px)
    }
}

.layout {
    width: 100%;
    max-width: 375px;
    margin: 0px auto;
    background: #000 !important
}

.layout .hero-section {
    width: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
    background-image: url(../images/hero-bg.png);
    padding: 68px 0px 80px;
    position: relative
}

.layout .hero-section .menu-btn {
    cursor: pointer;
    top: 33px;
    right: 20px;
    z-index: 3;
    position: absolute
}

.layout .hero-section h3 {
    padding: 0px 20px;
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 130%;
    letter-spacing: .05em;
    margin-bottom: 15px;
    color: #fff
}

.layout .hero-section .main-banner {
    width: 100%;
    position: relative;
    padding-bottom: 40px
}

.layout .hero-section .main-banner .device {
    width: 100%
}

.layout .hero-section .main-banner .tag-line {
    font-family: "Lexend Exa";
    font-style: normal;
    font-weight: 400;
    font-size: 9.5px;
    line-height: 12px;
    color: #73dbe2;
    transform: rotate(90deg);
    position: absolute;
    right: -65px;
    top: 70px;
    z-index: 1
}

.layout .hero-section .main-banner .main-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 2
}

.layout .hero-section .main-banner .main-bottom p {
    max-width: 108px;
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    color: #fff
}

.layout .hero-section .main-banner .main-bottom .logo {
    height: 97px
}

.header {
    padding: 20px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 9999;
    background: linear-gradient(to bottom, black, transparent);
    transition: all .3s ease
}

@media screen and (max-width:500px) {
    .header {
        padding-right: 0;
    }
    .layout .hero-section .menu-btn {
        right: 0;
        top: 25px;
    }
}

.header.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    max-width: 375px
}

.header.fixed .logo {
    opacity: 1;
    visibility: visible
}

.header .logo {
    height: 35px;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s ease, visibility .3s ease
}

.header .menu {
    cursor: pointer;
    height: 26px;
    width: 26px;
    display: none;
}

.header.fixed .menu {
    display: block;
}

.highlights {
    width: 100%;
    background-image: url(../images/bg22.png);
    background-position: top center;
    background-size: 100%;
    background-repeat: no-repeat
}

.highlights .content-section {
    padding: 80px 32px 180px 69px;
    position: relative
}

.highlights .content-section .pen {
    position: absolute;
    height: 92px;
    right: 55px;
    bottom: 60px
}

.highlights .content-section .tagline {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-family: "Lexend Exa";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    text-transform: uppercase;
    color: #fff;
    transform: rotate(-90deg);
    position: absolute;
    left: -92px;
    top: 165px
}

.highlights .content-section .tagline .line {
    width: 100px;
    height: 1px;
    background: #fff
}

.highlights .content-section h2 {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 130%;
    letter-spacing: .05em;
    color: #fff;
    margin-bottom: 13px
}

.highlights .content-section p {
    font-family: "Lexend Exa";
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    color: #73dbe2;
    border-left: 2px solid #73dbe2;
    padding-left: 6px;
    margin-bottom: 40px
}

.newly-introduced {
    padding: 60px 20px 60px
}

.newly-introduced .introduced-card {
    background-image: url(../images/introduced-bg.png);
    background-size: cover;
    background-position: center;
    width: 100%;
    border: 2px solid #73dbe2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px 16px
}

.newly-introduced .introduced-card h2 {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 130%;
    text-align: center;
    letter-spacing: .05em;
    color: #fff;
    margin-bottom: 20px
}

.newly-introduced .introduced-card p {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    letter-spacing: .05em;
    color: #fff;
    margin-bottom: 30px
}

.newly-introduced .introduced-card .device2 {
    width: 100%;
    max-width: 220px
}

.newly-introduced .introduced-card .content {
    margin-bottom: 30px
}

.newly-introduced .introduced-card .content ul {
    margin-bottom: 20px;
    padding-left: 25px
}

.newly-introduced .introduced-card .content ul li {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 150%;
    letter-spacing: .05em;
    color: #fff
}

.newly-introduced .introduced-card .content span {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    line-height: 150%;
    letter-spacing: .05em;
    color: #fff
}

.btn-light {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 35px;
    gap: 10px;
    white-space: nowrap;
    height: 55px;
    transition: all .3s ease;
    background: linear-gradient(82.67deg, rgba(21, 72, 84, 0) 15.24%, rgba(21, 72, 84, 0.5) 83.31%), rgba(0, 0, 0, .8);
    border: 1px solid #fff;
    border-radius: 50px;
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: .05em;
    color: #fff
}

.btn-light:hover {
    background: linear-gradient(82.67deg, rgba(21, 72, 84, 0.2) 15.24%, rgba(21, 72, 84, 0.7) 83.31%), rgba(0, 0, 0, .9);
    border-color: #3ddce7;
    color: #3ddce7
}

.btn-primary {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px;
    gap: 10px;
    width: 100%;
    height: 55px;
    background: linear-gradient(85.93deg, rgba(0, 34, 243, 0) 34.38%, rgba(97, 116, 255, 0.5) 91.01%), #3ddce7;
    border-radius: 50px;
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: .05em;
    color: #000d5a;
    border: none;
    outline: none
}

.btn-primary:hover {
    background: linear-gradient(85.93deg, rgba(0, 34, 243, 0.3) 20%, rgba(97, 116, 255, 0.8) 100%), #3ddce7
}

.pro-standard {
    padding: 100px 0px 60px 65px;
    position: relative
}

.pro-standard .tagline {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-family: "Lexend Exa";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    text-transform: uppercase;
    color: #fff;
    transform: rotate(-90deg);
    position: absolute;
    left: -92px;
    top: 165px
}

.pro-standard .tagline .line {
    width: 100px;
    height: 1px;
    background: #fff
}

.pro-standard .slider-section {
    width: 100%
}

.pro-standard .slider-section h3 {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 150%;
    letter-spacing: .05em;
    padding-right: 20px;
    color: #fff;
    margin-bottom: 40px
}

.pro-standard .slider-wrapper .standard-card {
    width: 100%
}

.pro-standard .slider-wrapper .standard-card .banner {
    width: 100%;
    height: 130px;
    margin-bottom: 20px
}

.pro-standard .slider-wrapper .standard-card .banner img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.pro-standard .slider-wrapper .standard-card h6 {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 600;
    font-size: 11px;
    line-height: 150%;
    letter-spacing: .05em;
    color: #73dbe2;
    margin-bottom: 20px
}

.pro-standard .slider-wrapper .standard-card h2 {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 150%;
    margin-bottom: 20px;
    color: #fff
}

.pro-standard .slider-wrapper .standard-card p {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 150%;
    color: #979797;
    margin-bottom: 20px
}

.pro-standard .slider-wrapper .slider-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 20px;
    padding-top: 20px
}

.pro-standard .slider-wrapper .slider-bottom .custom-dots .dot {
    width: 20px;
    height: 3px;
    background: #979797;
    border: none
}

.pro-standard .slider-wrapper .slider-bottom .custom-dots .dot.active {
    background: #73dbe2
}

.pro-standard .slider-wrapper .slider-bottom .custom-nav {
    display: flex;
    align-items: center;
    gap: 10px
}

.pro-standard .slider-wrapper .slider-bottom .custom-nav span {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 33px 25px;
    gap: 10px;
    width: 70px;
    height: 70px;
    border: 1px solid #fff;
    border-radius: 85px;
    cursor: pointer
}

.case-studies {
    padding: 110px 16px 60px 62px;
    position: relative;
    background-image: url(../images/bg3.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

.case-studies .tagline {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-family: "Lexend Exa";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    text-transform: uppercase;
    color: #fff;
    transform: rotate(-90deg);
    position: absolute;
    left: -92px;
    top: 180px
}

.case-studies .tagline .line {
    width: 100px;
    height: 1px;
    background: #fff
}

.case-studies .slider-section {
    width: 100%
}

.case-studies .slider-section h3 {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 150%;
    letter-spacing: .05em;
    padding-right: 20px;
    color: #fff;
    margin-bottom: 40px
}

.case-studies .slider-wrapper .case-studies-card h3 {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 150%;
    letter-spacing: .05em;
    color: #fff;
    margin-bottom: 15px
}

.case-studies .slider-wrapper .case-studies-card h1 {
    font-family: "Lexend Exa";
    font-style: normal;
    font-weight: 700;
    font-size: 46px;
    line-height: 100%;
    text-transform: uppercase;
    color: #fff;
    opacity: .2;
    margin-bottom: 0px
}

.case-studies .slider-wrapper .case-studies-card span {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 600;
    font-size: 11px;
    line-height: 150%;
    color: #73dbe2
}

.case-studies .slider-wrapper .case-studies-card h4 {
    font-family: "Lexend Exa";
    font-style: normal;
    font-weight: 400;
    font-size: 52px;
    letter-spacing: -0.08em;
    color: #73dbe2;
    margin-bottom: 32px;
    line-height: 42px;
    position: relative;
    margin-top: 10px;
}

.case-studies .slider-wrapper .case-studies-card h4 sub {
    position: absolute;
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 600;
    bottom: 15px;
    margin-left: 10px;
    font-size: 30px !important;
    letter-spacing: -0.01em;
    color: #73dbe2
}

.case-studies .slider-wrapper .case-studies-card h6 {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 150%;
    color: #fff;
    margin-bottom: 20px
}

.case-studies .slider-wrapper .case-studies-card p {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 150%;
    color: #fff;
    margin-bottom: 25px
}

.case-studies .slider-wrapper .case-studies-card small {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 600;
    font-size: 11px;
    line-height: 150%;
    letter-spacing: .05em;
    color: #73dbe2
}

.case-studies .slider-wrapper .slider-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 20px;
    padding-top: 20px
}

.case-studies .slider-wrapper .slider-bottom .custom-dots .dot {
    width: 20px;
    height: 3px;
    background: #979797;
    border: none
}

.case-studies .slider-wrapper .slider-bottom .custom-dots .dot.active {
    background: #73dbe2
}

.case-studies .slider-wrapper .slider-bottom .custom-nav {
    display: flex;
    align-items: center;
    gap: 10px
}

.case-studies .slider-wrapper .slider-bottom .custom-nav span {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 33px 25px;
    gap: 10px;
    width: 70px;
    height: 70px;
    border: 1px solid #fff;
    border-radius: 85px;
    cursor: pointer
}

.our-vision {
    width: 100%;
    background-image: url(../images/bg4.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 20px
}

.our-vision h1 {
    font-family: "Lexend Exa";
    font-style: normal;
    font-weight: 400;
    font-size: 42px;
    line-height: 100%;
    text-transform: uppercase;
    color: #fff;
    opacity: .2;
    margin-bottom: 56px
}

.our-vision h5 {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: .05em;
    color: #fff;
    margin-bottom: 20px
}

.our-vision h2 {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    letter-spacing: .05em;
    color: #fff;
    margin-bottom: 75px
}

.our-vision p {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #fff
}

.our-vision p span {
    color: #73dbe2
}

.inflammation-section {
    padding: 0px 20px;
    margin-top: -20px
}

.inflammation-section .inflammation-card {
    width: 100%;
    background: #000;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/bg5.svg)
}

.inflammation-section .inflammation-card .card-1 {
    padding: 70px 15px 50px
}

.inflammation-section .inflammation-card .card-2 {
    padding: 70px 15px 35px
}

.inflammation-section .inflammation-card .card-2 h1 .line {
    width: 125px
}

.inflammation-section .inflammation-card .spacer {
    height: 190px
}

.inflammation-section .inflammation-card h1 {
    display: flex;
    flex-direction: column;
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    letter-spacing: .05em;
    color: #fff;
    margin-bottom: 40px
}

.inflammation-section .inflammation-card h1 .line {
    width: 150px;
    height: 2px;
    background: #fff
}

.inflammation-section .inflammation-card .circles {
    display: flex;
    align-items: center;
    gap: 2px;
    margin-bottom: 40px
}

.inflammation-section .inflammation-card .circles .circle {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 44px;
    height: 44px;
    background: rgba(255, 255, 255, .6);
    border: .5px solid #fff;
    border-radius: 60px;
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 150%;
    color: #000
}

.inflammation-section .inflammation-card small {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 400;
    font-size: 8px;
    color: #c3c3c3
}

.inflammation-section .inflammation-card h6 {
    margin-top: 30px;
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    color: #fff;
    margin-bottom: 15px
}

.inflammation-section .inflammation-card p {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    color: #fff;
    margin-bottom: 30px
}

.inflammation-section .inflammation-card .effects {
    padding: 24px 15px;
    border-top: 1px solid #979797;
    border-bottom: 1px solid #979797
}

.inflammation-section .inflammation-card .effects h4 {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    color: #fff;
    margin-bottom: 20px
}

.inflammation-section .inflammation-card .effects ul {
    padding-left: 25px;
    margin-bottom: 0px
}

.inflammation-section .inflammation-card .effects ul li {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 190%;
    color: #979797
}

.technology-cards {
    padding: 0px 15px 20px
}

.technology {
    width: 100%;
    padding: 180px 15px 0px;
    margin-top: -100px;
    background-image: url(../images/bg77.png);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.technology h1 {
    font-family: "Lexend Exa";
    font-style: normal;
    font-weight: 400;
    font-size: 42px;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    opacity: .2;
    margin-bottom: 60px
}

.technology h6 {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: .05em;
    color: #fff;
    margin-bottom: 20px
}

.technology h3 {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    border-bottom: 1px solid #fff;
    line-height: 130%;
    text-align: center;
    letter-spacing: .05em;
    color: #fff;
    margin-bottom: 20px
}

.technology h2 {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 130%;
    text-align: center;
    letter-spacing: .05em;
    margin-bottom: 40px;
    color: #fff
}

.technology .d-3 {
    width: 100%
}

.technology-card {
    width: 100%;
    padding: 40px 0px 0px 40px;
    margin-bottom: 30px;
    position: relative
}

.technology-card .rectangle20 {
    width: 100%;
    margin-bottom: 20px
}

.technology-card .tagline {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-family: "Lexend Exa";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    text-transform: uppercase;
    color: #fff;
    transform: rotate(-90deg);
    position: absolute;
    left: -125px;
    top: 125px
}

.technology-card .tagline .line {
    width: 100px;
    height: 1px;
    background: #fff
}

.technology-card .banner {
    width: 100%;
    height: 300px;
    padding: 20px 10px 12px 10px;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    align-items: flex-start;
    justify-content: space-between
}

.technology-card .banner h2 {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    text-align: left;
    letter-spacing: .05em;
    color: #fff
}

.technology-card .banner h2 small {
    font-size: 16px
}

.technology-card .banner small {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 400;
    font-size: 8px;
    line-height: 150%;
    color: #fff
}

.technology-card p {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 150%;
    color: #979797;
    margin-bottom: 20px
}

.technology-card .card-bottom {
    padding: 24px 0px;
    border-top: 1px solid #979797;
    border-bottom: 1px solid #979797;
    flex-wrap: wrap;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px
}

.technology-card .card-bottom h6 {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    color: #fff;
    margin-bottom: 0px;
    max-width: 160px
}

.technology-card .card-bottom .btn-dark {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
    gap: 10px;
    height: 36px;
    transition: all .3s ease-in-out;
    background: #313131;
    border-radius: 60px;
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    color: #fff
}

.technology-card .card-bottom .collapse-content {
    width: 100%;
    max-height: 0;
    overflow: hidden;
    transition: max-height .3s ease
}

.technology-card .card-bottom .collapse-content.open {
    max-height: 900px
}

.technology-card .card-bottom .collapse-content p {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 150%;
    color: #979797;
    margin-top: 15px;
    margin-bottom: 0px
}

.technology-card .card-bottom .collapse-content .table-card {
    width: 100%
}

.technology-card .card-bottom .collapse-content .table-card h4 {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    color: #fff;
    margin-bottom: 10px
}

.technology-card .card-bottom .collapse-content .table-card .table-row {
    overflow: auto
}

.technology-card .card-bottom .collapse-content .table-card .table-row::-webkit-scrollbar {
    width: 0px !important;
    height: 0px !important
}

.technology-card .card-bottom .collapse-content .table-card .table-row table {
    width: 640px
}

.technology-card .card-bottom .collapse-content .table-card .table-row table thead tr th {
    border-bottom: 2px solid #fff;
    padding: 16px 0px;
    padding-right: 20px;
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    color: #fff
}

.technology-card .card-bottom .collapse-content .table-card .table-row table tbody tr td {
    border-bottom: 1px solid #fff;
    padding: 16px 0px;
    padding-right: 20px;
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    color: #979797
}

.underline {
    border-bottom: 1px solid #fff
}

.tech-behind {
    width: 100%;
    background-image: url(../images/bg8.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 0px 20px;
    padding-bottom: 60px
}

.tech-behind h1 {
    font-family: "Lexend Exa";
    font-style: normal;
    font-weight: 400;
    font-size: 42px;
    line-height: 100%;
    text-align: right;
    text-transform: uppercase;
    color: #fff;
    opacity: .2;
    margin-bottom: 30px
}

.tech-behind h6 {
    margin-bottom: 25px;
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: .05em;
    color: #fff
}

.tech-behind h4 {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    letter-spacing: .05em;
    color: #fff;
    margin-bottom: 50px
}

.tech-behind .img {
    width: calc(100% + 40px);
    margin-left: -20px;
    height: auto
}

.tech-behind p {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #fff
}

.tech-behind p span {
    color: #73dbe2
}

.clinical {
    padding: 60px 0px 60px 20px;
    background: #191919
}

.clinical .tagline {
    display: flex;
    flex-direction: row;
    padding-right: 20px;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    font-family: "Lexend Exa";
    font-style: normal;
    font-weight: 400;
    margin-bottom: 35px;
    font-size: 16px;
    line-height: 100%;
    text-transform: uppercase;
    color: #fff
}

.clinical .tagline .line {
    width: 100px;
    height: 1px;
    background: #fff
}

.clinical h3 {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    letter-spacing: .05em;
    padding-right: 20px;
    color: #fff;
    margin-bottom: 40px
}

.clinical .slider-wrapper .clinical-card {
    width: 100%
}

.clinical .slider-wrapper .clinical-card .banner {
    width: 100%;
    height: 130px;
    margin-bottom: 20px
}

.clinical .slider-wrapper .clinical-card .banner img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.clinical .slider-wrapper .clinical-card .badge {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px;
    border-radius: 0px;
    width: -moz-fit-content;
    width: fit-content;
    gap: 10px;
    height: 24px;
    border: 1px solid #fff;
    margin-bottom: 10px;
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    color: #fff
}

.clinical .slider-wrapper .clinical-card h6 {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 600;
    font-size: 11px;
    line-height: 150%;
    letter-spacing: .05em;
    color: #73dbe2;
    margin-bottom: 20px
}

.clinical .slider-wrapper .clinical-card h2 {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    min-height: 48px;
    line-height: 150%;
    margin-bottom: 20px;
    color: #fff
}

.clinical .slider-wrapper .clinical-card p {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 150%;
    color: #979797;
    margin-bottom: 20px
}

.clinical .slider-wrapper .slider-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 60px;
    padding-top: 20px
}

.clinical .slider-wrapper .slider-bottom .custom-dots .dot {
    width: 20px;
    height: 3px;
    background: #979797;
    border: none
}

.clinical .slider-wrapper .slider-bottom .custom-dots .dot.active {
    background: #73dbe2
}

.clinical .slider-wrapper .slider-bottom .custom-nav {
    display: flex;
    align-items: center;
    gap: 10px
}

.clinical .slider-wrapper .slider-bottom .custom-nav span {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 33px 25px;
    gap: 10px;
    width: 70px;
    height: 70px;
    border: 1px solid #fff;
    border-radius: 85px;
    cursor: pointer
}

.spec {
    padding: 100px 15px 60px 64px;
    position: relative;
    background: #303030
}

.spec .tagline {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-family: "Lexend Exa";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    text-transform: uppercase;
    color: #fff;
    transform: rotate(-90deg);
    position: absolute;
    left: -52px;
    top: 135px
}

.spec .tagline .line {
    width: 100px;
    height: 1px;
    background: #fff
}

.spec h3 {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 150%;
    letter-spacing: .05em;
    color: #fff;
    margin-bottom: 40px
}

.spec .spec-row {
    width: 100%;
    display: flex;
    margin-bottom: 8px
}

.spec .spec-row .name {
    width: 90px;
    height: 26px;
    padding-right: 8px;
    border-right: 1px solid #73dbe2;
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #73dbe2;
    display: flex;
    align-items: center
}

.spec .spec-row .detail {
    padding-left: 10px;
    width: calc(100% - 90px);
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 400;
    display: flex;
    align-items: center;
    font-size: 13px;
    line-height: 16px;
    color: #fff
}

.seminar {
    padding: 150px 20px 130px 64px;
    position: relative;
    background-image: url(../images/bg9.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.seminar .tagline {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-family: "Lexend Exa";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    text-transform: uppercase;
    color: #fff;
    transform: rotate(-90deg);
    position: absolute;
    left: -74px;
    top: 210px
}

.seminar .tagline .line {
    width: 100px;
    height: 1px;
    background: #fff
}

.seminar h6 {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: .05em;
    color: #73dbe2;
    margin-bottom: 20px
}

.seminar h3 {
    font-family: "Noto Sans JP";
    margin-bottom: 20px;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 130%;
    letter-spacing: .05em;
    color: #fff
}

.seminar p {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 150%;
    color: #979797
}

.industry-section {
    width: 100%;
    min-height: 850px;
    background-image: url(../images/bg10.png);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    padding: 20px 20px 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.industry-section h3 {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    letter-spacing: .05em;
    color: #fff;
    margin-bottom: 24px
}

.industry-section h6 {
    font-family: "Lexend Exa";
    font-style: normal;
    font-weight: 400;
    font-size: 9.5px;
    line-height: 10px;
    color: #73dbe2
}

.industry-section .top {
    margin-bottom: 50px;
}

.industry-section .top p {
    color: #fff;
    font-size: 13px;
}

.industry-section .bottom {
    display: flex;
    justify-content: space-around;
    gap: 30px
}

.industry-section .bottom p {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 150%;
    max-width: 233px;
    color: #fff
}

.industry-section .bottom .b-right {
    display: flex;
    gap: 8px
}

.industry-section .bottom h5 {
    max-width: 20px;
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: .05em;
    color: #fff
}

.faq {
    padding: 100px 15px 60px 60px;
    position: relative;
    min-height: 500px
}

.faq .tagline {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-family: "Lexend Exa";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    text-transform: uppercase;
    color: #fff;
    transform: rotate(-90deg);
    position: absolute;
    left: -50px;
    top: 110px
}

.faq .tagline .line {
    width: 100px;
    height: 1px;
    background: #fff
}

.faq h3 {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 150%;
    letter-spacing: .05em;
    color: #fff;
    margin-bottom: 30px
}

.faq .accordion-button {
    position: relative
}

.faq .accordion-icon {
    width: 20px;
    height: 20px;
    transition: transform .3s ease
}

.faq .accordion-button::after {
    display: none
}

.faq .accordion-button:not(.collapsed) .accordion-icon {
    transform: rotate(45deg)
}

.faq .accordion-item {
    background: #000;
    border-radius: 0px;
    border: none;
    border-bottom: 1px solid #3b3b3b
}

.faq .accordion-button {
    background: #000;
    padding: 16px 10px 16px 0px;
    outline: none;
    border-radius: 0px;
    outline: 2px solid rgba(0, 0, 0, 0);
    box-shadow: none;
    display: flex;
    justify-content: space-between;
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    line-height: 16px;
    color: #73dbe2
}

.faq .accordion-body {
    border-top: 1px solid #3b3b3b;
    padding: 16px 0px
}

.faq .accordion-body p {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #fff;
    margin-bottom: 0px
}

.faq .accordion-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border: 1px solid #73dbe2;
    border-radius: 85.7143px
}

.faq .accordion-icon i {
    color: #73dbe2;
    font-size: 12px
}

.footer {
    width: 100%;
    padding: 0px 10px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 375px;
    margin: 0px auto;
    z-index: 999999
}

.mobile-navbar {
    max-width: 300px;
    background: #000;
    background-image: url(../images/mobile-nav-bg.png);
    background-position: top center;
    background-size: cover;
    background-position: center;
    z-index: 999999
}

.mobile-navbar .close {
    position: absolute;
    top: 25px;
    right: 20px;
    z-index: 99
}

.mobile-navbar .offcanvas-body {
    padding: 80px 40px 20px
}

.mobile-navbar .offcanvas-body .bottom-btns {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px
}

.mobile-navbar .offcanvas-body .nav-link {
    margin-bottom: 25px;
    display: flex;
    flex-direction: column;
    transition: all .3s ease
}

.mobile-navbar .offcanvas-body .nav-link p {
    font-family: "Noto Sans JP";
    font-weight: 600;
    font-size: 18px;
    line-height: 130%;
    letter-spacing: .05em;
    color: #fff;
    margin-bottom: 6px;
    transition: all .3s ease
}

.mobile-navbar .offcanvas-body .nav-link span {
    padding: 0px 6px;
    border-left: 2px solid #73dbe2;
    font-family: "Lexend Exa";
    font-size: 10px;
    color: #73dbe2;
    transition: all .3s ease
}

.mobile-navbar .offcanvas-body .nav-link:hover p {
    color: #73dbe2
}

.mobile-navbar .offcanvas-body .nav-link:hover span {
    border-left: 2px solid #fff;
    color: #fff
}

.pb-100 {
    padding-bottom: 100px
}

.copywrite {
    width: 100%;
    padding: 20px 0px;
    display: flex;
    justify-content: center;
    align-items: center
}

.copywrite p {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    text-align: center;
    letter-spacing: .05em;
    margin-bottom: 0px;
    color: #fff
}