@charset "utf-8";


body {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    line-height: 1.6;
    color: #000000;
    letter-spacing: 0;
    word-wrap: break-word;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* 
all
*/
.all {
    color: #fff;
    background-color: #070914;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0;
    font-size: 1.6rem;
    word-wrap: break-word;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    margin: 0 auto;
    padding: 0;
}

.synergy__section {
    width: auto;
    max-width: 100%;
    height: auto;
}


.synergy__title-no {
    color: #9FA3A9;
    letter-spacing: 0.2em;
}

.synergy__h1 {
    font-weight: bold;
    font-size: 3em;
    margin: 0;
    padding: 0;
}

.synergy__h2 {
    color: #fff;
    font-weight: 200;
    font-size: 2em;
}

.synergy__h3 {
    color: #fff;
    font-weight: lighter;
    font-size: 1.5em;
}

.synergy__p {
    font-size: 1.1em;
    margin: 0;
}

@media (max-width: 960px) {
    .synergy__h1 {
        font-size: 2.5em;
    }

    .synergy__h2 {
        font-size: 1.7em;
    }

    .synergy__h3 {
        font-size: 1.3em;
    }

    .synergy__p {
        font-size: 1.125em;
    }
}

@media (max-width: 640px) {
    .synergy__h1 {
        font-size: 2em;
    }

    .synergy__h2 {
        font-size: 1.1em;
    }

    .synergy__h3 {
        font-size: 1em;
        font-weight: bold;
    }

    .synergy__p {
        font-size: 0.9em;
    }
}

.synergy__button {
    /* background: linear-gradient(90deg, rgba(17, 15, 27, 1) 20%, rgba(24, 110, 163, 1) 100%); */
    background: #0079ba;
    color: #fff;
    padding: 1vw 4vw;
    margin-top: 12px;
    text-align: center;
    border: none;
    border-radius: 5px;
    box-shadow: 4px 4px 2px rgba(7, 11, 49, 0.3);
}

.synergy__button:hover {
    background: #070914;
    color: #fff;
    cursor: pointer;
}

.hamburger-icon {
    border-bottom: none;
}

/* animation */
@keyframes slideRight {
    0% {
        transform: translateX(180px) skewX(-20deg);
        opacity: 0;
    }

    100% {
        transform: translateX(0) skewX(-20deg);
    }

    40%,
    100% {
        opacity: 1;
    }
}

@keyframes slideBottom {
    0% {
        transform: translateY(50px) skewX(-15deg);
        opacity: 0;
    }

    100% {
        transform: translateX(0) skewX(-15deg);
    }

    40%,
    100% {
        opacity: 1;
    }
}

@media (min-width: 961px) {
    .synergy__br-1600px::after {
        content: "\A";
        /* \A は改行（CSSでの <br> 相当） */
        white-space: pre;
    }
}

@media (max-width: 960px) {
    .synergy__br-960px::after {
        content: "\A";
        /* \A は改行（CSSでの <br> 相当） */
        white-space: pre;
    }
}

@media (max-width: 640px) {
    .synergy__br-640px::after {
        content: "\A";
        /* \A は改行（CSSでの <br> 相当） */
        white-space: pre;
    }
}


p,
img,
h1,
h2,
h3,
button,
.fadeup-target {
    opacity: 0.1;
    /* transform: translateY(30px); */
    transition: opacity 1.5s ease-out;
    /* transition: transform 1s ease-out; */
}

p.active,
img.active,
h1.active,
h2.active,
h3.active,
button.active,
.fadeup-target.active {
    opacity: 1;
    transform: translateY(0);

}

.ShotNavi_logo,
.h_menu,
.dropdown_lists,
.dropdown_list,
.dropdown_category,
.shotnavi_category,
.hamburger-menu,
.hamburger,
.line,
.test-slick2__item,
.synergy__concept-title h2 {
    opacity: 1;
    transform: none;
}



.h_menu:hover {
    color: #9FA3A9;
    border-bottom: none;
    text-decoration: none;
}

.dropdown_lists {
    display: none;
    list-style: none;
    width: 60vw;
    position: absolute;
    top: 1px;
    left: 0;
    padding: 15px;
    box-shadow: 0 5px 12px rgba(ß0, 0, 0, 0.15);
    text-align: left;
    background-color: #070914;
}

.shotnavi_menu:hover+.dropdown_lists,
.dropdown_lists:hover {
    display: flex;
    opacity: 1;
    visibility: visible;
}

.dropdown_list {
    color: #fff;
    height: 30px;
    transition: all .3s;
    position: relative;
    text-align: left;
}

.dropdown_list a {
    display: flex;
    justify-content: left;
    color: #fff;
    text-decoration: none;
    position: relative;
}

.dropdown_category {
    color: #9FA3A9;
}

.dropdown_category span {
    display: block;
    margin-top: auto;
    align-self: flex-start;
    height: 30px;
    border-bottom: 1px solid #fff;
    padding: 4px 0;
}

.first_column,
.second_column,
.third_column {
    padding: 10px;
}

.second_column,
.third_column {
    margin-bottom: auto;
}

/* mobile */
.hamburger-menu {
    display: none;
    cursor: pointer;
}

.hamburger-icon {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.hamburger {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.line {
    width: 30px;
    height: 3px;
    ;
    border-radius: 2px;
    transition: all 0.3s ease;
    background-color: #FFF;
}

.line:nth-of-type(1),
.line:nth-of-type(2) {
    margin-bottom: 5px;
}

/* ハンバーガーが開いた時 */
.hamburger-icon.open #line1 {
    transform: rotate(45deg);
    position: relative;
    top: 8px;
}

.hamburger-icon.open #line2 {
    opacity: 0;
}

.hamburger-icon.open #line3 {
    transform: rotate(-45deg);
    position: relative;
    top: -8px;
}

.hamburger-icon span {
    color: white;
    margin: auto 10px;
    align-items: center;
    justify-content: center;
}

.nav-links {
    background-color: #070914;
    display: none;
    list-style: none;
    width: 150px;
    padding: 10px;
    position: absolute;
    right: 0;
    margin-top: 0;
}

.nav-links li {
    margin-bottom: 10px;
}

.nav-links li a {
    text-decoration: none;
    color: #fff;
}

.nav-links.active {
    display: block;
}

@media screen and (min-width: 901px) {
    .hamburger-menu {
        display: none;
    }
}

@media screen and (max-width: 900px) {


    .hamburger-menu {
        display: block;
    }

    .hamburger-icon {
        text-decoration: none;
        border-bottom: none;
    }

    .hamburger-icon a {
        text-decoration: none;
        border-bottom: none;
    }

    .hamburger-icon:hover {
        color: #9FA3A9;
        text-decoration: none;
    }

    .hamburger-icon a:hover {
        text-decoration: none;
        border-bottom: none;
        color: #9FA3A9;
    }


    .h_dropdown_lists {
        display: none;
        list-style: none;
        background-color: #070914;
        width: 90vw;
        position: absolute;
        top: 50px;
        right: 10px;
        padding: 15px;
        box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15);
        text-align: left;
    }

    .h_dropdown_lists:hover {
        display: flex;
        opacity: 1;
        visibility: visible;
    }

    .h_menu:hover {
        color: #9FA3A9;
    }

    .dropdown_list {
        background-color: #070914;
        color: #fff;
        height: auto;
        transition: all .3s;
        position: relative;
        text-align: left;
    }

    .dropdown_list a {
        display: flex;
        justify-content: left;
        align-items: center;
        color: #fff;
        text-decoration: none;
        position: relative;
        font-size: 1em;
    }

    .dropdown_category {
        color: #9FA3A9;
        display: flex;
        flex-direction: column;
        flex: 1 1 50%;
    }

    .dropdown_category span {
        height: auto;
    }

    .shotnavi_category {
        display: block;
        border-bottom: 1px solid #fff;
        padding: 0;
    }
}


/* TOP */
#synergy__top {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 2;
    position: relative;
}

.synergy__top-foreground {
    position: relative;
    width: 100%;
    height: auto;
    top: -30px;
    z-index: 0;
    display: block;
    animation: slideLeft 1.4s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

.synergy__copy {
    color: #070914;
    left: -3vw;
    font-weight: 400;
    background-color: #ffffff;
    display: inline-block;
    margin: 0;
    padding: 1vw 4vw;
    padding-left: 6vw;
    z-index: 2;
}

.synergy__top-copy--sub {
    position: relative;
    top: -80vw;
    font-size: 3vw;
    font-weight: 600;
    animation: slideRight 1.4s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

.synergy__top-copy {
    position: relative;
    top: -78vw;
    font-size: 5vw;
    animation: slideRight 2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

@media (max-width: 960px) {
    .synergy__top-copy--sub {
        top: -80vw;
        font-size: 4vw;
    }

    .synergy__top-copy {
        top: -78vw;
        font-size: 6vw;
    }
}

@media (max-width: 640px) {
    .synergy__top-copy--sub {
        top: -77vw;
    }

    .synergy__top-copy {
        top: -75vw;
    }
}

/* CONCEPT */
#synergy__concept {
    height: auto;
    /* padding: 8vw 6vw 8vw 6vw; */
    background: radial-gradient(circle at center, rgba(0, 145, 255, 0.3) 0%, rgba(255, 255, 255, 0) 70%);
    background-size: 45vw 45vw;
    background-repeat: no-repeat;
    background-position: left 10vw top 5vw;
    position: relative;
    z-index: 0;
    margin-top: -74vw;
    overflow: hidden;
}

.synergy__concept-title {
    margin-right: 2vw;
    font-weight: 500;
}

.synergy__concept-title h1 {
    font-size: 4vw;
    background: linear-gradient(180deg, #ffffff 0%, #186EA3 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transform: skewX(-30deg);
    font-weight: 100;
    text-align: right;
    margin: 0px;
    animation: slideBottom 3s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

.synergy__concept-title h1:nth-child(1) {
    margin-right: 200px;
}

.synergy__concept-container p {
    margin: 4vw 3vw 3vw 28vw;
    font-weight: 100;
    font-size: 1.2em;
    letter-spacing: 0.4em;
    text-align: left;
}

.synergy__concept-section--title {
    display: none;
}

.synergy__concept-section--title02 {
    position: relative;
    font-size: 12vw;
    font-weight: bold;
    transform: skewX(-15deg);
    margin-top: -8vw;
    color: rgba(34, 107, 190, 0.1);
    text-align: right;
    right: -5vw;
}

@media (max-width: 960px) {
    .synergy__concept-title {
        width: auto;
        margin: 0 15px;
    }

    .synergy__concept-title h1 {
        font-size: 5vw;
    }

    .synergy__concept-title h1:nth-of-type(1),
    .synergy__concept-title h1:nth-of-type(2) {
        margin: 0 auto;
        padding: 0;
    }

    .synergy__concept-title h1:nth-child(1) {
        margin-right: 20vw;
    }

    .synergy__concept-section--title02 {
        font-size: 12vw;
        margin-top: -9vw;
        right: -7vw;
    }

    .synergy__concept-container p {
        letter-spacing: 0.2em;
        font-size: 1.125em;
    }
}

@media (max-width: 640px) {

    .synergy__concept-title h1 {
        font-size: 6.2vw;
    }

    .synergy__concept-title h1:nth-child(1) {
        margin-right: 15vw;
    }

    .synergy__concept-container p {
        margin: 4vw 2vw 0 18vw;
        font-size: 1em;
    }

    .synergy__concept-section--title02 {
        margin-top: -6vw;
        right: -7vw;
    }
}


/* 
MOVIE
*/
#synergy__movie {
    width: auto;
    height: auto;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    border-bottom: none;
    position: relative;
    text-align: center;
}

.synergy__movie-title h2 {
    background: linear-gradient(transparent 70%, #0079ba 30%);
    display: inline-block;
    transform: skewX(-15deg);
    text-align: center;
    margin: 4vw auto;
}

.synergy__shot-movie {
    width: 80%;
    max-width: 1000px;
    height: auto;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}


/* 
PRODUCT
 */
#synergy__product {
    max-width: 100%;
    height: auto;
    animation: fadeup 2s cubic-bezier(0.33, 1, 0.68, 1) forwards;
    margin: 10vw 0;
    padding: 0;
    position: relative;
    overflow: hidden;
}

.synergy__product-copy {
    color: #fff;
    display: flex;
    align-items: center;
}

.synergy__product-copy:before,
.synergy__product-copy:after {
    content: "";
    height: 4px;
    flex-grow: 1;
    background-color: #00b3ff;
}

.synergy__product-copy:before {
    margin-right: 1em;
}

.synergy__product-copy:after {
    margin-left: 1em;
}

.synergy__product-text {
    /* text-align: center; */
    margin: 50px 6vw;
}

.synergy__product-main--img {
    width: 80%;
    max-width: 1000px;
    height: auto;
    object-fit: contain;
    display: block;
    margin: 0 auto;
    position: relative;
    z-index: 5;
}

.synergy__product-section--title02 {
    position: relative;
    font-size: 14vw;
    font-weight: bold;
    transform: skewX(-15deg);
    margin-top: -4vw;
    color: rgba(34, 107, 190, 0.1);
    text-align: left;
    left: -10px;
}

.synergy__product-card {
    width: auto;
    height: auto;
    display: flex;
    flex: 1;
    justify-content: space-between;
    background: linear-gradient(20deg, rgba(168, 163, 184, 0.9) 0%, rgba(204, 219, 233, 0.9) 50%);
    color: #070914;
    position: relative;
    overflow: hidden;
    z-index: 0;
    /* margin: 12vw auto 4vw auto; */
    margin: -5vw auto 4vw auto;
    padding: 6vw 2vw;
}

.synergy__product-card::before,
.synergy__product-card::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 2px;
    background-color: #09004c;
}

.synergy__product-card::before {
    left: 33%;
}

.synergy__product-card::after {
    left: 67%;
}

.synergy__product-content {
    width: 30%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    /* padding: 4vw; */
}

.synergy__product-logo {
    width: 20vw;
    height: auto;
    max-width: 300px;
}

.synergy__product-img {
    width: 20vw;
    height: auto;
    max-width: 300px;
    min-width: 150px;
    padding: 2vw;
}

.synergy__product-content p {
    height: 100px;
    padding: 2vw 2px;
}

.product__next-area {
    max-width: 100%;
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.product__triangle {
    width: 20vw;
    height: 8vw;
    background: linear-gradient(to bottom, rgba(24, 110, 163, 1), rgba(17, 15, 27, 1));
    clip-path: polygon(50% 100%, 100% 0, 0 0);
}

.heading__triangle {
    position: relative;
    margin-bottom: 1.5em;
    z-index: 0;
}

.heading__triangle::before {
    display: inline-block;
    position: absolute;
    content: '';
    top: -0.7em;
    left: 1em;

    z-index: 2;
    width: 220px;
    height: 80px;
    background: linear-gradient(to bottom, rgba(24, 110, 163, 1), rgba(17, 15, 27, 1));
    clip-path: polygon(50% 100%, 100% 0, 0 0);
    z-index: -1;
}

.synergy__datalist dt {
    font-size: 1.2em;
}

@media (max-width: 640px) {
    .synergy__datalist dt {
        font-size: 0.9em;
        line-height: 1.2em;
        margin-bottom: 0.5em;
    }
}


.product__next-area p {
    text-align: center;
    padding: 0 6vw;
    position: relative;
    margin-top: -80px;
    font-size: 1.125em;
    z-index: 2;
}

@media (max-width: 960px) {

    .synergy__product-content p {
        height: 140px;
    }

    .product__triangle {
        width: 30vw;
        height: 12vw;
    }
}

@media (max-width: 640px) {

    .synergy__product-card {
        flex-direction: column;
        width: auto;
        height: auto;
        padding: 4vw;
        gap: 15vw;
    }

    .synergy__product-card::before,
    .synergy__product-card::after {
        transform: rotate(86deg);
    }

    .synergy__product-card::before {
        top: -30%;
    }

    .synergy__product-card::after {
        top: 17%;
        height: 100%;
    }

    .synergy__product-content {
        flex-direction: column;
        width: auto;
    }

    .synergy__product-logo {
        width: 30vw;
    }

    .synergy__product-content p {
        width: auto;
        height: auto;
        padding: 2vw 4vw;
        margin: 0 auto;
    }

    .product__triangle {
        width: 40vw;
        min-width: 250px;
        height: 18vw;
        min-height: 100px;
    }
}



/* 
FEATURE
*/
#synergy__feature {
    width: auto;
    height: auto;
    align-items: center;
    position: relative;
    padding: 0;
}

.synergy__feature-title {
    display: flex;
    align-items: center;
    margin-bottom: 10vw;
    color: #fff;
}

.synergy__feature-title:before,
.synergy__feature-title:after {
    content: "";
    height: 4px;
    flex-grow: 1;
    background-color: #00b3ff;
}

.synergy__feature-title:before {
    margin-right: 1em;
}

.synergy__feature-title:after {
    margin-left: 1em;
}

.synergy__feature-content:nth-child(odd) {
    max-width: 1200px;
    display: flex;
    margin: 8vw auto;
    padding: 0 6vw;
    gap: 3vw;
    align-items: center;
}

.synergy__feature-content:nth-child(even) {
    max-width: 1200px;
    display: flex;
    flex-direction: row-reverse;
    margin: 8vw auto;
    padding: 0 6vw;
    gap: 3vw;
    align-items: center;
}

.synergy__feature-img {
    height: fit-content;
    object-fit: contain;
    border-radius: 15px;
}

.synergy__content-text span {
    letter-spacing: 1em;
}

.synergy__content-text h3 {
    margin: 1vw 0;
}

@media (max-width: 960px) {

    .synergy__feature-content:nth-child(even),
    .synergy__feature-content:nth-child(odd) {
        flex-direction: column;
        padding: 0 12vw;
        gap: 2vw;
    }

    .synergy__feature-img {
        height: unset;
        width: auto;
        /* object-fit: cover; */
    }
}

@media (max-width: 640px) {

    .synergy__feature-content:nth-child(even),
    .synergy__feature-content:nth-child(odd) {
        padding: 2vw 6vw;
        gap: 3vw;
    }
}

/* synergy */
.lp_base_dark {
    padding: 0;
    margin: 0;
    background-color: #070914;
}

.synergy__synergy-container {
    background: radial-gradient(circle at center, rgba(0, 13, 255, 0.3) 0%, rgba(255, 255, 255, 0) 70%);
    background-size: 55vw 55vw;
    background-repeat: no-repeat;
    background-position: right -5vw bottom -20vw;
}

/*
.uk-first-column {
    padding: 0;
}
    */

.synergy__synergy-title {
    display: flex;
    align-items: center;
    margin: 5vw 0 5vw;
    color: #fff;
}

.synergy__synergy-title:before,
.synergy__synergy-title:after {
    content: "";
    height: 4px;
    flex-grow: 1;
    background-color: #00b3ff;
}

.synergy__synergy-title:before {
    margin-right: 1em;
}

.synergy__synergy-title:after {
    margin-left: 1em;
}


/* Overlap Title のため追加 */
.synergy__oltitle::before {
    position: absolute;
    right: 0.5em;
    top: -0.9em;
    z-index: 3;
    font-size: 3em;
    background: linear-gradient(180deg, #ffffff 0%, #186EA3 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transform: skewX(-10deg);
}

.synergy__oltitle-synergy::before {
    content: "Synergy";

}

.synergy__oltitle-products::before {
    content: "Products";

}

/*
.uk-margin-emove {
    padding: 0 6vw;
    gap: 10px
}
    */

.lp__text_ls02 {
    letter-spacing: 0.2em;
}

.lp__text_ls04 {
    letter-spacing: 0.4em;
}

.lp__text_ls06 {
    letter-spacing: 0.6em;
}

.lp__text_ls08 {
    letter-spacing: 0.8em;
}

/*
.uk-text-center {
    margin: 2vw auto;
    letter-spacing: 0.6em;
}
    */

.synergy__synergy-summary {
    padding-bottom: 10vw;
}


/* SOLUTION */
#synergy__solution {
    background-color: #E5E9EF;
    color: #070914;
    overflow: hidden;
    padding: 0;
    text-align: center;
}

.synergy__solution-section {
    background: radial-gradient(circle at center, rgba(145, 180, 255, 0.534) 0%, rgba(255, 255, 255, 0) 70%);
    background-size: 55vw 50vw;
    background-repeat: no-repeat;
    background-position: left -5vw top -30vw;
}

.synergy__solution-background--text {
    display: inline-block;
    color: rgba(0, 0, 0, 0);
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: rgb(255, 255, 255);
    margin-top: -2vw;
    font-weight: bold;
    padding-left: 100%;
    white-space: nowrap;
    line-height: 1em;
    font-size: 15vw;
    overflow: hidden;
    animation: scrollAnime 30s linear infinite;
    z-index: -1;
}

.synergy__solution-title {
    padding: 0 6vw;
    position: relative;
    z-index: 3;
    margin-top: -50px;
}

.synergy__solution-title h2 {
    color: #070914;
    letter-spacing: 0.2em;
    position: relative;
    background: linear-gradient(transparent 24px, #7bb6ff 30%);
    display: inline;
    text-align: center;
    line-height: 1.5;
}

.synergy__solution-title p {
    text-align: center;
    margin: 2vw auto;
}

@keyframes scrollAnime {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(-100%)
    }
}

@media (max-width: 960px) {
    .synergy__solution-title .synergy__br::after {
        content: "\A";
        /* \A は改行（CSSでの <br> 相当） */
        white-space: pre;
    }
}

@media (max-width: 640px) {
    .synergy__solution-title h2 {
        letter-spacing: 0.1em;
        line-height: 1.2;
    }
}

/* <!-- hexagon card --> */
.synergy__solution-area {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: row;
}

.synergy__solution-number {
    position: relative;
    font-size: 6vw;
    transform: skewX(-15deg) scale(0.8);
    color: #378BDB;
    text-align: center;
    z-index: 4;
}

.synergy__solution-hexagon {
    position: relative;
    width: 28vw;
    height: 32vw;
    background: linear-gradient(20deg, rgba(167, 163, 184, 0.9) 0%, rgba(204, 219, 233, 0.9) 50%);
    -webkit-background-clip: content-box;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    display: flex;
    z-index: 3;
    margin: -60px -1vw 1vw -1vw;
}

.synergy__solution-card--content {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin: auto 2vw;
    z-index: 2;
}

.synergy__solution-card--content h3 {
    color: #070914;
    font-size: 0.9em;
    margin-bottom: 10px;
    font-weight: bold;
}

.synergy__solution-card--content p {
    font-size: 0.85em;
}

.synergy__solution-rect {
    position: relative;
    width: 80vw;
    height: 350px;
    margin-top: -10vw;
    background: linear-gradient(270deg, rgba(17, 15, 27, 1) 50%, rgba(24, 110, 163, 1) 100%);
    z-index: 2;
}

@media (max-width: 960px) and (min-width: 641px) {

    .synergy__solution-area {
        display: grid;
        margin: 0 auto;
        position: relative;
        z-index: 3;
    }

    .synergy__solution-hexagon {
        width: 40vw;
        height: 46vw;
        align-items: center;
        justify-content: center;
    }

    .synergy__solution-card:nth-of-type(1) {
        grid-column: 1 / 3;
        grid-row: 1;
        justify-self: center;
    }

    .synergy__solution-card:nth-of-type(2) {
        grid-column: 1;
        grid-row: 2;
        justify-self: end;
        margin-top: -16vw;
    }

    .synergy__solution-card:nth-of-type(3) {
        grid-column: 2;
        grid-row: 2;
        justify-self: start;
        margin-top: -16vw;
    }

    .synergy__solution-card--content h3 {
        font-size: 2.5vw;
    }

    .synergy__solution-card--content p {
        font-size: 2vw;
    }

    .synergy__solution-rect {
        width: 60vw;
        height: 400px;
        margin-top: -300px;
    }
}


/* 375px以下では縦並び */
@media (max-width: 640px) {

    .synergy__solution-title {
        margin-top: -10px;
    }

    .synergy__solution-title h2 {
        background: linear-gradient(transparent 15px, #7bb6ff 30%);
    }

    .synergy__solution-area {
        display: flex;
        flex-direction: column;
        align-items: center;
        height: auto;
    }

    .synergy__solution-hexagon {
        width: 70vw;
        height: 85vw;
        margin: 2vw auto;
    }

    .synergy__solution-number {
        font-size: 10vw;
        margin-bottom: -10vw;
    }

    .synergy__solution-rect {
        display: none;
    }


}


/* SITUATION */
#synergy__situation {
    background-color: #ffffff;
    width: 100%;
    height: auto;
    margin-top: -200px;
    text-align: center;
    padding: 0;
}

.synergy__situation-title h2 {
    color: #070914;
    text-align: center;
    letter-spacing: 0.2em;
    padding-top: 300px;
    position: relative;
    margin: 0 6vw;
    background: linear-gradient(transparent 96%, #7bb6ff 30%);
    display: inline-block;
}

.synergy__situation-title p {
    color: #070914;
    padding: 1vw 0 4vw;
}

.synergy__situation-content {
    width: 100%;
    background-image: url("../../assets/images/top/situation/synergy_situation-min.webp");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;

}

.synergy__situation-text h3 {
    color: #fff;
    font-size: 2.2vw;
    font-weight: ;
    margin-bottom: 10px;
}

.synergy__situation-text:nth-of-type(1) {
    margin: 0 6vw;
    padding-top: 4vw;
    align-items: right;
    justify-content: right;
    text-align: right;
}

.synergy__situation-text:nth-of-type(2) {
    margin: 10vw 6vw;
    align-items: left;
    justify-content: left;
    text-align: left;
}

.synergy__situation-text:nth-of-type(3) {
    margin: 0 6vw;
    padding-bottom: 3vw;
    align-items: right;
    justify-content: right;
    text-align: right;
}

.synergy__situation-text p {
    color: #fff;
    font-size: 1.8vw;
}

@media (max-width: 640px) {
    .synergy__situation-text h3 {
        color: #fff;
        font-size: 2.7vw;
        margin-bottom: 5px;
    }

    .synergy__situation-text:nth-of-type(1) {
        margin: 0 6vw;
        padding-top: 3.5vw;
        align-items: right;
        justify-content: right;
        text-align: right;
    }

    .synergy__situation-text:nth-of-type(2) {
        margin: 8vw 5vw;
        align-items: left;
        justify-content: left;
        text-align: left;
    }

    .synergy__situation-text:nth-of-type(3) {
        margin: 0 6vw;
        padding-bottom: 3vw;
        align-items: right;
        justify-content: right;
        text-align: right;
    }

    .synergy__situation-text p {
        color: #fff;
        font-size: 2.2vw;
        font-weight: 500;
    }

}



/* 吹き出し　三角形 */
.synergy__review-triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5vw 8.65vw 5vw;
    border-color: transparent transparent #ffffff transparent;
    position: relative;
    margin: -8vw 0 -5vw 6vw;
    z-index: 2;
}

/* REVIEW */
#synergy__review {
    max-width: 100%;
    background-color: #fff;
    position: relative;
    z-index: 3;
    margin-top: 4vw;
    padding: 0 6vw 4vw 6vw;
}

.synergy__review-title {
    color: #070914;
    text-align: center;
    letter-spacing: 0.2em;
    padding: 4vw 0;
    margin: 0;
}

.synergy__review-content {
    display: flex;
    color: #000;
    gap: 50px;
    padding-bottom: 2.6vw;
    margin-bottom: 2.6vw;
    border-bottom: 1px solid #bebebe;
}

.synergy__review-content img {
    object-fit: contain;
}

.synergy__review-content h3 {
    display: block;
    margin: 0 0 20px 0;
    color: #000;
}

.synergy__review-content:nth-of-type(2) {
    flex-direction: row-reverse;
}

.synergy__review-content:nth-of-type(3) {
    border-bottom: none;
}

.synergy__review-comment {
    font-weight: 500;
    font-style: italic;
}

@media (max-width: 640px) {

    .synergy__review-content,
    .synergy__review-content:nth-of-type(2) {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 10px;
    }

}


/* DETAIL */
#synergy__detail {
    width: 100%;
    background-color: #E5E9EF;
    height: auto;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
}

.synergy__detail-section {
    background: radial-gradient(circle at center, rgba(145, 193, 255, 0.534) 0%, rgba(255, 255, 255, 0) 70%);
    background-size: 55vw 50vw;
    background-repeat: no-repeat;
    background-position: right -5vw top -20vw;
}

.synergy__detail-title h3 {
    color: #378BDB;
    text-align: center;
    letter-spacing: 0.2em;
    padding-top: 6vw;
    position: relative;
    font-weight: bold;
    margin: 0;
}

.synergy__detail-title p {
    text-align: center;
    margin-bottom: 4vw;
    color: #070914;
}

.synergy__detail-card--wapper {
    width: 98%;
    max-width: 1500px;
    height: auto;
    margin: 0 auto 80px;
    display: flex;
}

.synergy__detail-card {
    width: 28.5%;
    height: auto;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    padding: 3vw 2vw;
    gap: 2vw;
    color: #070914;
    background-color: #fff;
    border: 1px solid #000;
    align-items: center;
    text-align: center;
    border-radius: 2vw;
    position: relative;
    box-sizing: content-box;
    z-index: 2;
}

.synergy__detail-card img {
    margin: 0 auto;
}

.synergy__detail-content--left {
    width: 90%;
    height: auto;
}

.synergy__detail-logo {
    width: 20vw;
    max-width: 200px;
    height: auto;
    align-items: center;
}

.synergy__detail-img {
    width: 18vw;
    height: auto;
    padding: 2vw;
}

.synergy__detail-img--shottracker {
    width: 16vw;
    padding: 0;
}


.synergy__detail-card span {
    display: block;
    font-weight: bold;
    font-size: 1.6vw;
    margin: 1.2vw auto;
}

.synergy__detail-content--right {
    display: block;
    width: 100%;
    margin: 0 auto;
    text-align: left;
}

.synergy__detaule-table--wapper {
    display: block;
    overflow-x: auto;
    border-collapse: collapse;
    align-items: center;
    color: #070914;
    font-size: 1em;
}

.synergy__detaule-table--wapper::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

.synergy__detaule-table--wapper::-webkit-scrollbar-thumb {
    border-radius: 1rem;
    --bg-opacity: 1;
    background-color: #A8ABAF;
}

.synergy__detaule-table--wapper th {
    width: auto;
    padding: 1vw 1vw;
    white-space: nowrap;
    border-top: 0.1px solid rgb(110, 110, 110);
    border-bottom: 0.1px solid rgb(110, 110, 110);
    border-left: none;
    border-right: none;
    font-weight: bold;
}

.synergy__detaule-table--wapper td {
    width: auto;
    word-wrap: break-word;
    white-space: nowrap;
    border-top: 0.1px solid rgb(110, 110, 110);
    border-bottom: 0.1px solid rgb(110, 110, 110);
    border-left: none;
    border-right: none;
    font-weight: 400;
}

@media (max-width: 960px) {

    .synergy__detail-card--wapper {
        flex-direction: column;
        gap: 10px;
    }

    .synergy__detail-card {
        flex-direction: row;
        width: 90vw;
        column-gap: 10px;
    }

    .synergy__detail-content--left {
        width: 40%;
        height: auto;
    }

    .synergy__detail-content--right {
        width: 50%;
        height: auto;
    }

    .synergy__detail-img {
        padding: 2vw;
        width: 22vw;
        height: auto;
    }

    .synergy__detail-card span {
        font-size: 2.8vw;
    }

    .synergy__detaule-table--wapper {
        overflow-x: auto;
    }
}

@media (max-width: 640px) {

    .synergy__detail-card {
        flex-direction: column;
        width: 90vw;
        column-gap: 20px;
    }

    .synergy__detail-content--left {
        width: 60%;
        height: auto;
    }

    .synergy__detail-content--right {
        width: 90%;
        height: auto;
    }

    .synergy__detail-logo {
        padding: 2vw;
        width: 50vw;
        height: auto;
    }

    .synergy__detail-img {
        padding: 2vw;
        width: 50vw;
        height: auto;
    }

    .synergy__detail-card span {
        font-size: 1em;
    }

    .synergy__detaule-table--wapper {
        font-size: 0.8em;
    }
}


#synergy___faq {
    width: 100%;
    height: auto;
    background-color: #070914;
    align-items: center;
    justify-content: center;
    padding: 0 0 2vh;
    text-align: center;
}

.synergy__faq-section {
    background: radial-gradient(circle at center, rgba(0, 38, 165, 0.534) 0%, rgba(255, 255, 255, 0) 70%);
    background-size: 50vw 40vw;
    background-repeat: no-repeat;
    background-position: left -5vw top -10vw;
}

.synergy__faq-title h3 {
    text-align: center;
    letter-spacing: 0.2em;
    padding-top: 6vw;
    margin: 0;
    position: relative;
    z-index: 5;
}

.synergy__faq-title p {
    text-align: center;
    margin: 1vw 0 3vw;
}

.synergy__faq-area {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    margin: 0 6vw;
    gap: 10px;
}

.synergy__faq-area>div {
    width: 49%;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
}

.synergy__faq-box {
    width: 100%;
    margin-bottom: 10px;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.9);
    position: relative;
    z-index: 4;
}

.synergy__faq-box summary {
    width: auto;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
    position: relative;
    padding: 1em 2em;
    color: #005e99;
    font-weight: 600;
    cursor: pointer;
    gap: 20px;
}

@media (max-width: 960px) {
    .synergy__faq-area {
        flex-direction: column;
        gap: 0;
    }

    .synergy__faq-area>div {
        width: 100%;
    }
}

.synergy__faq-box summary::-webkit-details-marker {
    display: none;
}

.synergy__faq-box summary::before,
.synergy__faq-box summary::after {
    width: 3px;
    height: .9em;
    border-radius: 5px;
    background-color: #186EA3;
    content: '';
}

.synergy__faq-box summary::before {
    position: absolute;
    right: 2em;
    rotate: 90deg;
}

.synergy__faq-box summary::after {
    transition: rotate .3s;
}

.synergy__faq-box[open] summary::after {
    rotate: 90deg;
}

.synergy__faq-box p {
    margin: 0;
    padding: .3em 2em 1.5em;
    text-align: left;
    color: #070914;
    transition: transform .5s, opacity .5s;
}

.synergy__faq-box[open] p {
    transform: none;
    opacity: 1;
}

.synergy__contact {
    padding: 2vw 6vw;
}

.synergy__contact p {
    padding: 2vw;
}

.synergy__contact-button {
    all: unset;
    background: linear-gradient(90deg, rgb(10, 46, 114) 20%, rgb(24, 110, 163) 100%);
    color: white;
    font-size: 1.2em;
    padding: 1vw 8vw;
    font-weight: bold;
    text-align: center;
    border-radius: 6vw;
    margin-bottom: 3vw;
    letter-spacing: 0.6em;
}

.synergy__contact-button:hover {
    background: #378BDB;
    cursor: pointer;
}

.synergy__guide-book {
    padding: 0 6vw 50px 6vw;
}

.synergy__guide-book p {
    margin-bottom: 20px;
}

.synergy__guide-book a {
    all: unset;
    background: #e5e9ef;
    color: #000;
    font-size: 1em;
    padding: 1vw 8vw;
    text-align: center;
    border: 1px solid #000;
    font-weight: bold;
    text-align: center;
    border-radius: 6vw;
    margin-bottom: 3vw;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
    display: inline-block;
    transition: background .3s, color .3s;
}

.synergy__guide-book a:hover {
    background: #378BDB;
    color: #fff;
    cursor: pointer;
}

/*
.uk-section-xsmall,
.uk-container-xlarge,
.uk-container {
    background-color: #070914;
    max-width: 100%;
}
    */