@charset "utf-8";
/*
Theme Name : InnoBeetions
*/

/* =========================================================
reset
========================================================= */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, p, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

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

ol, ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

input[type="submit"] {
    appearance: none;
    -webkit-appearance: none;
}

/* =========================================================
base
========================================================= */
html {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    scroll-behavior: smooth;
}

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

/* ::-webkit-scrollbar {
    display: none;
} */

body {
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    position: relative;

    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    line-height: calc(30 / 16);
    letter-spacing: 0.05em;
    font-feature-settings: "palt";
}

img, svg, video {
    max-width: 100%;
    width: 100%;
    height: auto;
    display: block;
}

a,
input[type="submit"] {
    text-decoration: none;
    cursor: pointer;
    transition: 0.3s;
}

a:hover,
input[type="submit"]:hover {
    opacity: 0.6;
    transition: 0.3s;
}

a {
    color: #1A2D78;
}

strong {
    font-weight: bold;
}

/* =========================================================
utility
========================================================= */
.pc-none,
.br-pc-none br {
    display: none;
}

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

    .pc-none,
    .br-pc-none br {
        display: block;
    }

    .mb-none,
    .br-mb-none br {
        display: none;
    }
}

/* =========================================================
layout
========================================================= */
.row-xxs {
    padding-top: 9px;
    padding-bottom: 9px;
}

.row-top-xxs {
    padding-top: 9px;
}

.row-btm-xxs {
    padding-bottom: 9px;
}

.row-xs {
    padding-top: 27px;
    padding-bottom: 27px;
}

.row-top-xs {
    padding-top: 27px;
}

.row-btm-xs {
    padding-bottom: 27px;
}

.row-sm {
    padding-top: 45px;
    padding-bottom: 45px;
}

.row-top-sm {
    padding-top: 45px;
}

.row-btm-sm {
    padding-bottom: 45px;
}

.row-md {
    padding-top: 72px;
    padding-bottom: 72px;
}

.row-top-md {
    padding-top: 72px;
}

.row-btm-md {
    padding-bottom: 72px;
}

.row-lg {
    padding-top: 90px;
    padding-bottom: 90px;
}

.row-top-lg {
    padding-top: 90px;
}

.row-btm-lg {
    padding-bottom: 90px;
}

.row-xl {
    padding-top: 114px;
    padding-bottom: 114px;
}

.row-top-xl {
    padding-top: 114px;
}

.row-btm-xl {
    padding-bottom: 114px;
}

.row-xxl {
    padding-top: 150px;
    padding-bottom: 150px;
}

.row-top-xxl {
    padding-top: 150px;
}

.row-btm-xxl {
    padding-bottom: 150px;
}

.row-top-none {
    padding-top: 0 !important;
}

.row-btm-none {
    padding-bottom: 0 !important;
}

@media screen and (max-width: 768px) {
    .row-xxs {
        padding-top: 9px;
        padding-bottom: 9px;
    }

    .row-top-xxs {
        padding-top: 9px;
    }

    .row-btm-xxs {
        padding-bottom: 9px;
    }

    .row-xs {
        padding-top: 27px;
        padding-bottom: 27px;
    }

    .row-top-xs {
        padding-top: 27px;
    }

    .row-btm-xs {
        padding-bottom: 27px;
    }

    .row-sm {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .row-top-sm {
        padding-top: 30px;
    }

    .row-btm-sm {
        padding-bottom: 30px;
    }

    .row-md {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .row-top-md {
        padding-top: 60px;
    }

    .row-btm-md {
        padding-bottom: 60px;
    }

    .row-lg {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .row-top-lg {
        padding-top: 60px;
    }

    .row-btm-lg {
        padding-bottom: 60px;
    }

    .row-xl {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .row-top-xl {
        padding-top: 60px;
    }

    .row-btm-xl {
        padding-bottom: 60px;
    }

    .row-xxl {
        padding-top: 90px;
        padding-bottom: 90px;
    }

    .row-top-xxl {
        padding-top: 90px;
    }

    .row-btm-xxl {
        padding-bottom: 90px;
    }
}

.wrap {
    padding: 0 36px;
    margin: 0 auto;
}

.wrap-sm {
    max-width: 980px;
    padding: 0 36px;
    margin: 0 auto;
}

.wrap-md {
    max-width: 1100px;
    padding: 0 36px;
    margin: 0 auto;
}

.wrap-lg {
    max-width: 1296px;
    padding: 0 36px;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
    .wrap, .wrap-sm, .wrap-md, .wrap-lg {
        padding: 0 20px;
    }
}

.ta-center {
    text-align: center;
    margin-right: auto;
    margin-left: auto;
}

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

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

.flex {
    display: flex;
    flex-basis: auto;
}

.flex-column {
    flex-direction: column;
}

.flex-2column {
    flex-wrap: wrap;
    justify-content: center;
    gap: 25px 6%;
}

.flex-2column>* {
    width: 47%;
}

.flex-3column {
    flex-wrap: wrap;
    justify-content: center;
    gap: 25px 3%;
}

.flex-3column>* {
    width: calc(100% / 3 - 3% * 2 / 3);
}

.flex-4column {
    flex-wrap: wrap;
    justify-content: center;
    gap: 25px 4%;
}

.flex-4column>* {
    width: calc(100% / 4 - 4% * 3 / 4);
}

.flex-btw {
    justify-content: space-between;
}

.flex-center {
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 768px) {
    .mb-ta-left {
        text-align: left;
    }

    .mb-ta-center {
        text-align: center;
        margin-right: auto;
        margin-left: auto;
    }

    .mb-flex {
        display: flex;
        flex-basis: auto;
    }

    .flex-2column>*,
    .flex-3column>*,
    .flex-4column>* {
        width: 100%;
    }

}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}


@media screen and (max-width: 768px) {
    .mb-column {
        flex-direction: column;
    }

}

/* =========================================================
color
========================================================= */
.bg-grad-navy {
    background: linear-gradient(to right, #1c7cdd 0%, #093254 100%);
}

.bg-transparent-navy {
    background: #346a7e;
    opacity: 0.8;
}

.bg-transparent-wh {
    background: #ffffffe6;
}

.bg-wh {
    background: #fff;
}

.bg-blur {
    backdrop-filter: blur(6.890009880065918px);
    --webkit-backdrop-filter: blur(6.890009880065918px);
    background-color: rgba(0, 0, 0, 0);
}

.bg-gray {
    background-color: #F2F1EF;
}

.bg-lblue {
    background-color: #25AFDE;
}

.bg-lpink {
    background-color: rgba(211, 17, 118, 0.1);
}

.bg-pink {
    background-color: #D31176;
}

.bg-green {
    background-color: #006536;
}

.bg-yellow {
    background-color: #F4B200;
}

.bg-multi-blue {
    position: relative;
}

.bg-multi-blue::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #25afde60;
    mix-blend-mode: multiply;
}

.bg-img-hexagon {
    background: url(assets/images/kv-bg03.jpg) no-repeat center/cover;
}

.bg-blur {
    backdrop-filter: blur(20px);
}

.text-black {
    color: #000;
}

.text-lblack {
    color: #3E3A39;
}

.text-gray {
    color: #898886;
}

.text-wh {
    color: #FFFFFF;
}

.text-navy {
    color: #1A2D78;
}

.text-red {
    color: #C31B1F;
}

.text-strong-red strong {
    color: #C31B1F;
}

.text-blue {
    color: #25AFDE;
}

.text-underline {
    text-decoration: underline;
}

.text-vertical {
    writing-mode: vertical-rl;
}

/* =========================================================
font
========================================================= */
.font-xs {
    font-size: 12px;
}

.font-sm {
    font-size: 14px;
    line-height: calc(25 / 15);
}

.font-md {
    font-size: 17px;
    line-height: calc(30 / 17);
}

.font-lg {
    font-size: 20px;
    line-height: calc(35 / 22);
}

.font-lg-m {
    font-size: 22px;
}

.font-xl {
    font-size: 28px;
    line-height: calc(40 / 28);
}

.font-xxl {
    font-size: 32px;
}

.font-xxxl {
    font-size: 40px;
    line-height: calc(60 / 40);
}

.font-maincopy {
    font-size: 54px;
    line-height: 1.6;
}

.font-large-num {
    font-size: 90px;
}

@media screen and (max-width: 768px) {
    .font-md {
        font-size: 16px;
    }

    .font-lg {
        font-size: 17px;
    }

    .font-xl {
        font-size: 20px;
    }

    .font-xxl {
        font-size: 22px;
    }

    .font-xxxl {
        font-size: 30px;
    }

    .font-maincopy {
        font-size: 32px;
    }

}

.font-gothic {
    font-family: "Noto Sans JP", sans-serif;
}

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

.fw-bold {
    font-weight: bold;
}

.fw-500 {
    font-weight: 500;
}

.fs-italic {
    font-style: italic;
}

.line-height-lg {
    line-height: 2;
}

/* =========================================================
border
========================================================= */
.border-gray {
    border: 1px solid #d1d0c9;
}

.border-bottom-gray {
    border-bottom: 1px solid #d1d0c9;
}

/* =========================================================
border radius
========================================================= */
.radius-round {
    border-radius: 9999px;
}

.radius-md {
    border-radius: 20px;
}

/* =========================================================
shadow
========================================================= */
.shadow-md {
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.16);
}

/* =========================================================
parts
========================================================= */

/* button
--------------------------------------------------------- */
.btn {
    display: block;
    min-width: fit-content;
    width: 260px;
    max-width: 100%;
    padding: 18px 30px;
    text-align: center;
    transition: 0.3s;
    position: relative;
}

.btn-arrow {
    display: block;
    min-width: fit-content;
    width: 285px;
    max-width: 100%;
    padding: 18px 70px;
    text-align: center;
    transition: 0.3s;
    position: relative;
    color: #fff;
    background: linear-gradient(to right, #1c7cdd 0%, #093254 100%);
}

.btn-arrow::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 14px;
    transform: translateY(-50%);
    width: 43px;
    height: 6px;
    background: url(assets/images/icon-arrow-btn.svg) no-repeat center/contain;
}

.btn-contact {
    display: block;
    position: relative;
}

.btn-contact::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 11px;
    transform: translateY(-50%);
    width: 28px;
    height: 20px;
    background: url(assets/images/icon-mail.svg) no-repeat center/contain;
}


/* link
--------------------------------------------------------- */
.link-arrow {
    display: block;
    transition: 0.3s;
    position: relative;
    width: fit-content;
    color: #1a2d78;
}

.link-arrow::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -22px;
    transform: translateY(-50%);
    width: 7px;
    height: 11px;
    background: url(assets/images/icon-arrow-link.svg) no-repeat center/contain;
}

/* title
--------------------------------------------------------- */
.title-line {
    position: relative;
    padding-top: 10px;
}

.title-line::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 8px;
    background: linear-gradient(#1c7cdd 0%, #093254 100%);
}

/* table
--------------------------------------------------------- */
.table-line {
    width: 100%;
}

.table-line tr {
    border-bottom: 1px solid #000;
}

.table-line tr:last-child {
    border-bottom: none;
}

.table-line th,
.table-line td {
    text-align: left;
    padding: 13px 0;
}

.table-line th {
    padding-right: 15px;
    font-weight: bold;
    min-width: 100px;
}

.table-border {
    border-top: 1px solid #000;
    border-left: 1px solid #000;
}

.table-border td,
.table-border th {
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
}

.table-bicolor tr:nth-child(2n) {
    background-color: #fff;
}

.table-bicolor tr:nth-child(2n+1) {
    background-color: #EFEDEB;
}

.table-bicolor tr {
    height: 35px;
}

.table-bicolor th,
.table-bicolor td {
    padding: 5px 13px;
}

.td-slash {
    background: linear-gradient(to bottom left,
            transparent 49%,
            #000 50%,
            transparent 51%);
}

table .text-vertical {
    padding: 10px 0;
    vertical-align: middle;
}

@media screen and (max-width: 768px) {
    .table-line {
        border-top: 1px solid #000;
        border-bottom: 1px solid #000;
        border-left: 1px solid #000;
    }

    .table-line th,
    .table-line td {
        border-right: 1px solid #000;
        padding: 11px;
    }
}

/* list
--------------------------------------------------------- */
.list-arrow-wh li,
.list-arrow-navy li,
.list-arrow-double .list-arrow-double-content {
    position: relative;
}

.list-arrow-wh li::after,
.list-arrow-navy li::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -25px;
    transform: translate(50%, -50%);
    width: 14px;
    height: 24px;
    background-color: #fff;
    clip-path: polygon(0 0, 0% 100%, 100% 49%);
}

.list-arrow-navy li::after {
    background-color: #1A2D78;
}

.list-arrow-double .list-arrow-double-content::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -36px;
    transform: translate(50%, -50%);
    width: 35px;
    height: 75px;
    background: url(assets/images/icon-arrow-double.svg) no-repeat center/contain;
}


.list-arrow-wh li:last-child:after,
.list-arrow-navy li:last-child::after,
.list-arrow-double .list-arrow-double-content:last-child::after {
    content: none;
}

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

    .list-arrow-wh li::after,
    .list-arrow-navy li::after {
        content: none;
    }

}

/* deco
--------------------------------------------------------- */
.deco-hexagon-top-left,
.deco-hexagon-bottom-right {
    position: relative;
    overflow: hidden;
}

.deco-hexagon-full,
.deco-patent {
    position: relative;
}

.deco-hexagon-top-left::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
    width: 691px;
    height: auto;
    aspect-ratio: 691 / 1030;
    background: url(assets/images/bg-hexagon-top-left01.png) no-repeat top left/contain;
    z-index: -1;
}

.deco-hexagon-bottom-right::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 100%;
    width: 691px;
    height: auto;
    aspect-ratio: 691 / 899;
    background: url(assets/images/bg-hexagon-bottom-right01.png) no-repeat top left/contain;
    z-index: -1;
}

.deco-hexagon-full::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    aspect-ratio: 1368 / 879;
    height: auto;
    background: url(assets/images/bg-hexagon-full01.png) no-repeat top left/contain;
    z-index: -1;
}

.deco-patent::after {
    content: '';
    position: absolute;
    top: 0;
    right: 15vw;
    width: 121px;
    aspect-ratio: 121 / 138;
    height: auto;
    transform: translateY(-50%);
    background: url(assets/images/icon-patent.png) no-repeat center/contain;
}

.bg-hexagon-blue {
    background: url(assets/images/bg-hexagon-blue01.png) no-repeat center/cover;
}

/* =========================================================
style
========================================================= */

/* =========================================================
header
========================================================= */
:root {
    --header-height: 90px;
}

/* :target {
    scroll-margin-top: var(--header-height);
} */

body {
    margin-top: var(--header-height);
}

.header {
    width: 100%;
    height: var(--header-height);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    padding-left: 36px;
    display: flex;
    align-items: center;
    background-color: #fff;
}

.header .logo {
    display: block;
    max-width: 260px;
}

.header-inner {
    width: 100%;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.header-inner-right {
    padding-right: calc(59vw/14.4 + 244px);
}

.header-inner-right .btn-contact-wrap {
    position: absolute;
    right: 0;
    top: 0;
    width: 244px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-inner-right .btn-contact {
    padding-left: calc(28px + 15px + 11px);
    font-size: 17px;
}

.header-nav {
    align-items: center;
    gap: 20px calc(59vw/14.4);
}

.header-nav a {
    color: #000;
    font-size: 15px;
}

.header-nav li {
    position: relative;
    transition: 0.3s;
}

.header-nav li::after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translate(-50%);
    width: 10px;
    height: 10px;
    background: linear-gradient(#1c7cdd 0%, #093254 100%);
    border-radius: 999px;
    transition: 0.3s;
    opacity: 0;
}

.header-nav .current-menu-item::after,
.header-nav li:has(a:hover)::after {
    opacity: 1;
}

.header-nav .current-menu-item a,
.header-nav li:has(a:hover) a {
    font-weight: bold;
    color: #1A2D78;
}

.hamburger {
    opacity: 0;
    pointer-events: none;
}

@media screen and (max-width: 950px) {
    :root {
        --header-height: 70px;
    }

    .header {
        padding: 0 20px;
    }

    .header .logo {
        max-width: 182px;
    }

    .hamburger {
        opacity: 1;
        pointer-events: initial;
        position: relative;
        width: 38px;
        height: 38px;
        background-color: #1A2D78;
        border-radius: 3px;
        padding: 12px 9px;
    }

    .hamburger span {
        position: absolute;
        width: 19px;
        height: 2px;
        background-color: #fff;
        border-radius: 3px;
        transition: 0.5s;
    }

    .hamburger.is-open {
        background-color: #fff;
    }

    .hamburger.is-open span {
        background-color: #1A2D78;
    }

    .hamburger span:first-of-type {
        top: calc(50% - 1px - 7px);
    }

    .hamburger span:nth-of-type(2) {
        top: calc(50% - 1px);
    }

    .hamburger span:last-of-type {
        top: calc(50% - 1px + 7px);
    }

    .hamburger.is-open span:first-of-type {
        top: 50%;
        transform: rotate(45deg);
    }

    .hamburger.is-open span:nth-of-type(2) {
        opacity: 0;
    }

    .hamburger.is-open span:last-of-type {
        top: 50%;
        transform: rotate(-45deg);
    }

    .header-inner-right {
        position: fixed;
        top: 0;
        bottom: 0;
        right: 0;
        width: 75%;
        background: linear-gradient(to right, #1c7cdd 0%, #093254 100%);
        opacity: 0;
        transform: translateX(100%);
        overflow: hidden;
        transition: 0.5s;
        padding: 0;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .header-inner-right .header-nav {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .header-inner-right .header-nav a {
        color: #fff;
    }

    .header-nav li::after {
        content: none;
    }

    .header-inner-right.is-open {
        transform: translateX(0);
        opacity: 1;
        transition: 0.5s;
    }

    .header-inner-right .btn-contact-wrap {
        position: relative;
        height: auto;
        width: fit-content;
        margin: 40px auto 0;
        background: transparent;
    }

    .header-inner-right .btn-contact {
        background-color: #fff;
        color: #1A2D78;
        font-weight: bold;

        display: block;
        min-width: fit-content;
        width: 220px;
        max-width: 100%;
        padding: 12px 30px;
        border-radius: 9999px;
    }

    .header-inner-right .btn-contact::after {
        content: none;
    }
}

/* =========================================================
footer
========================================================= */
.footer .logo {
    display: block;
    width: 334px;
    max-width: 80%;
}

.footer-nav-wrap {
    justify-content: space-between;
}

.footer-nav,
.footer-sns-list {
    align-items: center;
    gap: 20px calc(41vw/14.4);
}

.footer-nav {
    gap: 20px clamp(30px, calc(41vw/14.4), 41px);
}

.footer-nav a {
    color: #000;
    font-size: 15px;
}

.footer-top-flex {
    align-items: flex-end;
    gap: 40px;
}

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

    .footer-top,
    .footer-mdl {
        padding: 20px 0;
    }

    .footer-nav-wrap ul {
        justify-content: center;
    }

    .footer-sns-list {
        margin-top: 20px;
    }

    .footer-top-flex {
        align-items: center;
    }
}

/* =========================================================
Part
========================================================= */
.part-cta-content {
    width: 50%;
}

@media screen and (max-width: 768px) {
    .part-cta-content {
        width: 100%;
    }
}

/* =========================================================
Front page
========================================================= */
.top-page-overlay {
    position: fixed;
    inset: 0;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: url(assets/images/bg-top.jpg) no-repeat center / cover;
    z-index: -1;
    pointer-events: none;
}

.top-page-overlay-filter {
    backdrop-filter: blur(10px);
    width: 100%;
    height: 100%;
}

.top-movie video {
    max-height: calc(100vh - 90px);
}

.fact-flex-left {
    width: 55%;
    position: relative;
    padding-left: 20px;
}

.fact-flex-left::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background-color: #fff;
}

.fact-flex-right {
    width: 45%;
    padding-left: clamp(20px, calc(80vw/14.4), 80px);
}

.fact-img-wrap {
    gap: clamp(20px, calc(40vw/14.4), 40px);
}

.top-how-img-wrap {
    gap: clamp(20px, calc(60vw/14.4), 60px);
}

.top-effect-item-inner {
    padding: 0 20px;
}

.top-news-list li {
    gap: clamp(20px, calc(45vw/14.4), 45px);
}

@media screen and (max-width: 768px) {
    .top-page-overlay {
        background: url(assets/images/bg-top-mb.jpg) no-repeat center / cover;
    }

    .top-movie video {
        max-height: calc(100vh - 70px);
    }

    .fact-flex {
        gap: 60px;
    }

    .fact-flex-left {
        width: 100%;
        padding-left: 0;
    }

    .fact-flex-left::after {
        content: none;
    }

    .fact-flex-right {
        width: 100%;
        padding-left: 0;
    }

    .fact-img-wrap {
        justify-content: center;
    }

    .top-how-content-wrap {
        padding: 0;
    }
}

/* =========================================================
Page KV
========================================================= */
.page-kv-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.page-kv-content {
    align-items: center;
    justify-content: center;
    gap: 40px 0;
}

.page-kv-content-title,
.page-kv-content-img {
    width: 50%;
}

.page-kv-content-title {
    font-size: clamp(30px, calc(60vw/14.4), 50px);
}

@media screen and (max-width: 768px) {
    .page-kv-content-title {
        width: 100%;
    }

    .page-kv-content-img {
        width: 80%;
    }
}

/* =========================================================
Page MV
========================================================= */
@media screen and (max-width: 768px) {
    .page-mv-title {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 95%;
    }
}

/* =========================================================
About
========================================================= */
.about-name {
    padding-right: 20px;
}

.about-logo {
    width: 615px;
    padding: 24px;
    max-width: 100%;
}

@media screen and (max-width: 768px) {
    .about-company-img {
        justify-content: center;
        align-items: flex-end;
        gap: 13px;
    }

    .about-company-img>img {
        margin: 0;
    }

    .about-company-img img {
        text-align: initial;
        width: calc(50% - 13px / 2);
    }

    .about-company-img .bg-yellow {
        aspect-ratio: 1 / 1;
        min-width: 150px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

/* =========================================================
Product
========================================================= */
.product-flow-list {
    gap: 72px;
}

.product-flow-list li {
    position: relative;
}

.product-flow-list li::after {
    right: -36px;
}

.product-flow-list .product-caption {
    position: absolute;
    left: 50%;
    bottom: 10px;
    transform: translateX(-50%);
    white-space: nowrap;
}

.product-survey-list {
    gap: 15px;
}

.product-survey-list li {
    width: calc(25% - 15px * 3 / 4);
}

.product-table-list {
    gap: 35px;
}

.product-table-2 tbody td,
.product-table-2 tbody th {
    padding: 10px 13px;
}

.product-text-img {
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
    padding: 0 25px;
}

.product-set-list {
    gap: 50px;
}

.product-set-list li {
    width: calc(25% - 50px * 3 / 4);
}

.product-set-list li::after {
    top: 44%;
}

.product-set-num {
    aspect-ratio: 1 / 1;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}

.product-pink-list {
    gap: 70px 72px;
}

.product-pink-list li {
    width: calc(50% - 36px);
}

.product-underline-yellow {
    text-decoration: underline;
    text-decoration-color: #F4B200;
    text-decoration-thickness: 5px;
    text-underline-offset: 15px;
    padding-bottom: 15px;
}

.product-merit-list li {
    gap: 20px;
}

.product-merit-list-content {
    width: 100%;
}

@media screen and (max-width: 768px) {
    .product-lead {
        padding-top: 0;
        margin-top: -60px;
    }

    .product-flow-list {
        flex-wrap: wrap;
        gap: 30px 28px;
    }

    .product-flow-list li {
        width: calc(100% / 3 - 30px * 2 / 3);
    }

    .product-flow-list .product-caption {
        position: relative;
        color: #000;
        bottom: 0;
    }

    .product-survey-list {
        gap: 29px 10px;
    }

    .product-survey-list li,
    .product-set-list li {
        width: calc(50% - 5px);
    }

    .product-set-list {
        gap: 50px 10px;
    }

    .product-table-list .table-bicolor td {
        border-right: 1px solid #060000;
    }

    .product-table-list .table-bicolor td:last-child {
        border-right: none;
    }

    .product-table-2-wrap {
        overflow: scroll;
    }

    .product-table-2 {
        overflow: scroll;
        width: auto;
        min-width: 600px;
    }

    .product-pink-list li {
        width: 100%;
    }

    .product-pink-list .list-arrow-double-content::after {
        content: none;
    }

    .product-pink-list li::after {
        content: '';
        position: absolute;
        width: 35px;
        height: 75px;
        background: url(assets/images/icon-arrow-double.svg) no-repeat center / contain;
        top: auto;
        bottom: -35px;
        left: 50%;
        right: auto;
        transform: translate(-50%, 50%) rotate(90deg);
    }

    .product-pink-list li:last-child:after {
        content: none;
    }

    .product-merit-list li {
        align-items: center;
    }

    .product-set-num {
        transform: translate(-50%, -50%) scale(0.8);
    }

    .product-cost-table-wrap {
        overflow: scroll;
    }

    .product-cost-table {
        min-width: 600px;
    }
}

@media screen and (max-width: 500px) {
    .product-flow-list li {
        width: calc(50% - 15px);
    }
}

/* =========================================================
News
========================================================= */
.news-cats ul {
    justify-content: center;
    align-items: center;
    gap: 20px clamp(25px, calc(60vw/14.4), 60px);
    flex-wrap: wrap;
}

.news-cats a {
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 3px;
}

.post-cats a {
    padding: 3px 12px;
}

.news-cats .interview {
    text-decoration-color: #25AFDE;
}

.post-cats .interview {
    background-color: #25AFDE;
}

.news-cats .topics {
    text-decoration-color: #C31B1F;
}

.post-cats .topics {
    background-color: #C31B1F;
}

.news-cats .press-release {
    text-decoration-color: #F4B200;
}

.post-cats .press-release {
    background-color: #F4B200;
}

.news-cats .media-coverage {
    text-decoration-color: #006536;
}

.post-cats .media-coverage {
    background-color: #006536;
}

.news-list {
    justify-content: flex-start;
    gap: 70px 3%;
}

.news-list-info {
    align-items: center;
    gap: 10px;
}

.news-pagination ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.news-pagination a {
    color: #D1D0C9;
}

@media screen and (max-width: 768px) {
    .news-list {
        gap: 40px;
    }
}

/* =========================================================
Post
========================================================= */
.post-kv-flex {
    gap: 40px 5%;
    align-items: center;
}

.post-kv-content {
    width: 45%;
}

.post-kv-img {
    width: 50%;
}

.post-kv-sns {
    gap: 7px;
}

.post-kv-sns li {
    padding: 7px;
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 33px;
    height: 33px;
}

.post-kv-sns img {
    width: 18px;
    height: 20px;
    object-fit: contain;
    filter: brightness(0);
}

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

    .post-kv-content,
    .post-kv-img {
        width: 100%;
    }
}

/* layout
--------------------------------------------------------- */

.news-column {
    position: relative;
    justify-content: space-between;
}

.main-post {
    width: 70%;
}

.side-nav {
    width: 25%;
    min-width: 250px;
    padding-left: 20px;
}

.side-nav-category-list {
    list-style: '□';
    margin-left: 20px;
}

.side-nav-category-list li {
    padding-left: 5px;
}

.post-btn-wrap {
    align-items: center;
    justify-content: center;
    gap: clamp(20px, calc(55vw/14.4), 55px);
}

.post-btn-wrap .prev a,
.post-btn-wrap .next a {
    color: #000;
}

.post-btn-wrap .prev a {
    padding-left: 33px;
}

.post-btn-wrap .prev a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 23px;
    height: 20px;
    background-color: #1A2D78;
    clip-path: polygon(100% 0, 0 50%, 100% 100%);
}

.post-btn-wrap .next a {
    padding-right: 33px;
}

.post-btn-wrap .next a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 23px;
    height: 20px;
    background-color: #1A2D78;
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
}


@media screen and (max-width:780px) {
    .news-column {
        gap: 70px;
    }

    .side-nav,
    .main-post {
        width: 100%;
        padding-top: 0;
        padding-left: 0;
    }
}

/* index
--------------------------------------------------------- */

.index-list-wrap {
    align-items: center;
}

.index-title {
    padding-right: 25px;
    margin-right: 25px;
    height: 100%;
    position: relative;
    text-transform: lowercase;
}

.index-title::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background-color: #1A2D78;
}

.index-list {
    list-style: disc;
}

.index-list {
    padding-left: 22px;
}

.index-list li::marker {
    font-size: 12px;
}

@media screen and (max-width: 768px) {
    .index-title {
        margin-right: 0;
        padding-right: 0;
        width: 100%;
        text-align: center;
    }

    .index-title::after {
        content: "";
        position: absolute;
        top: auto;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 1px;
    }
}

/* editor
--------------------------------------------------------- */
.editor-content h2 {
    font-size: 28px;
    font-weight: bold;
    margin-top: 40px;
}

.editor-content img,
.editor-content p {
    margin-top: 26px;
}

@media screen and (max-width: 768px) {
    .editor-content h2 {
        font-size: 20px;
    }
}

/* =========================================================
Contact
========================================================= */
.contact-form .form-item {
    display: flex;
    /* align-items: center; */
    gap: 7px 40px;
    margin-bottom: 40px;
}

.contact-form .form-label {
    min-width: 150px;
    text-align: right;
    padding-top: 2px;
}

.form-input {
    width: 100%;
    max-width: 600px;
}

.form-input:has(input[type="radio"]) {
    max-width: none;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="tel"],
.contact-form textarea {
    border: 1px solid #000;
    border-radius: 5px;
    line-height: 1.5;
    padding: 10px;
    width: 100%;
}

.form-file input[type="button"] {
    background-color: #67C6E6;
    border: none;
}

.form-prvacy {
    justify-content: center;
    gap: 10px;
}

.form-prvacy .wpcf7-list-item-label {
    display: none;
}

.form-prvacy a {
    text-decoration: underline;
    padding-left: 7px;
}

.form-submit .btn-arrow {
    padding: 0;
}

.form-submit input[type="submit"] {
    font-size: inherit;
    background-color: inherit;
    color: inherit;
    border: inherit;
    text-align: inherit;
    padding: 18px 70px;
}

.form-submit .wpcf7-spinner {
    display: none;
}

@media screen and (max-width: 768px) {
    .contact-form .form-item {
        flex-direction: column;
        margin-bottom: 20px;
    }

    .contact-form .form-label {
        text-align: left;
    }
}