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


/* =========================================================
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, sup, 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: "Figtree", "Noto Sans JP", sans-serif;
    line-height: calc(28 / 16);
    letter-spacing: 0.05em;
    font-feature-settings: "palt";
}

img, svg {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}

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: #306CB5;
    /* text-decoration: underline;
    text-underline-offset: 2px; */
}

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: 140px;
    padding-bottom: 140px;
}

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

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

.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: 40px;
        padding-bottom: 40px;
    }

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

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

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

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

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

    .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 40px;
    margin: 0 auto;
}

.wrap-xs {
    max-width: calc(864px + 80px);
    padding: 0 40px;
    margin: 0 auto;
}

.wrap-sm {
    max-width: calc(1153px + 80px);
    padding: 0 40px;
    margin: 0 auto;
}

.wrap-md {
    max-width: calc(1300px + 80px);
    padding: 0 40px;
    margin: 0 auto;
}

.wrap-lg {
    /* max-width: calc(1360px - 20px); */
    max-width: none;
    padding: 0 40px;
    margin: 0 auto;
}

.p-none {
    padding: 0;
}

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

    .mb-p-none {
        padding: 0;
    }
}

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

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

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

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

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

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

}

.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-center {
    justify-content: center;
    align-items: center;
}

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

.flex-left {
    justify-content: flex-start;
}

.flex-wrap {
    flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
    .flex-2column>* {
        width: 100%;
    }

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

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

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

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

/* =========================================================
color
========================================================= */
.bg-blue {
    background-color: #3FB8EC;
}

.bg-lblue {
    background-color: #8FD3F5;
}

.bg-dblue {
    background-color: #00A0CB;
}

.bg-green {
    background-color: #8BC782;
}

.bg-lgreen {
    background-color: #F3F9F8;
}

.bg-ygreen {
    background-color: #FBFBF8;
}

.bg-lgray {
    background-color: #F8F8F8;
}

.bg-navy {
    background-color: #003C67;
}

.bg-wh {
    background-color: #fff;
}

.bg-round-wh {
    position: relative;
}

.bg-round-wh::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(-100%);
    width: 100%;
    aspect-ratio: 1440 / 127;
    background: url(assets/images/bg-round-wh.svg) no-repeat bottom/cover;
}

.bg-black {
    background-color: #000000;
}

.bg-grad-green {
    background: linear-gradient(to right, #8bc782 0%, #3fb8ec 100%);
}

.bg-grad-blue {
    background: linear-gradient(to right, rgba(143, 211, 245, 0.45) 0%, #218fc6 100%);
}

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

.text-black {
    color: #000;
}

.text-gray {
    color: #898886;
}

.text-wh {
    color: #FFFFFF;
}

.text-navy {
    color: #003C67;
}

.text-blue {
    color: #3FB8EC;
}

.text-lblue {
    color: #C3E6F4;
}

.text-green {
    color: #8BC782;
}

.text-red {
    color: #FF0000;
}

.text-grad {
    width: fit-content;
    background: linear-gradient(to right, #8bc782 0%, #3fb8ec 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

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

.td-none {
    text-decoration: none;
}

.text-2row {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

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

.font-sm {
    font-size: 14px;
}

.font-md {
    font-size: 18px;
}

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

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

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

.font-hero {
    font-size: clamp(30px, calc(54vw/14.4), 54px);
}

.font-deco {
    font-size: clamp(70px, calc(130vw/14.4), 130px);
    opacity: 0.1;
}

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

    .font-sm {
        font-size: 14px;
    }

    .font-md {
        font-size: 16px;
    }

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

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

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

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

}

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

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

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

/* =========================================================
border
========================================================= */
.border-wh {
    border: 1px solid #fff;
}

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

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

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

.radius-sm {
    border-radius: 10px;
}

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

.radius-lg {
    border-radius: 30px;
}

.radius-none {
    border-radius: 0 !important;
}

/* =========================================================
shadow
========================================================= */
.shadow-text {
    text-shadow: 0px 1px 6px rgba(0, 0, 0, 0.16);
}

.shadow-content {
    filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}

.shadow-sm {
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.shadow-md {
    box-shadow: 0px 5px 36px rgba(165, 165, 165, 0.18);
}

.shadow-lg {
    box-shadow: 0px 8px 20px rgba(41, 93, 131, 0.1);
}

/* =========================================================
filter
========================================================= */
.filter-img {
    position: relative;
    isolation: isolate;
}

.filter-img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(143, 211, 245, 0.45) 0%, #218fc6 100%);
    opacity: 0.2;
    z-index: 10;
    /* mix-blend-mode: color-burn; */
}


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

/* lead
--------------------------------------------------------- */
.lead-sec {
    line-height: calc(40 / 18);
}

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

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

.bg-wh.btn-arrow::after {
    background: url(assets/images/icon-arrow-btn-navy.svg) no-repeat center/contain;
}

.btn-arrow:hover {
    opacity: 1;
}

.btn-arrow:hover::after {
    transform: translate(5px, -50%) scale(1.02);
    transition: 0.3s;
}

.bg-grad-green.btn-arrow:hover {
    background: linear-gradient(to left, #8bc782 0%, #3fb8ec 100%);
}


.btn-bottom {
    position: absolute;
    bottom: 0;
}

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

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

.link-anchor {
    display: block;
    transition: 0.3s;
    position: relative;
    width: fit-content;
    padding-right: 25px;
}

.link-anchor::after {
    content: "";
    position: absolute;
    top: 47%;
    right: 0;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    background: url(assets/images/icon-anchor.svg) no-repeat center/contain;
    transition: 0.2s;
}

.link-anchor:hover {
    opacity: 1;
}

.link-anchor:hover::after {
    transform: translateY(-30%);
    transition: 0.2s;
}

.link-bottom {
    position: absolute;
    bottom: 0;
}

/* title
--------------------------------------------------------- */
.title-line {
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    width: fit-content;
}

.title-line::before,
.title-line::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 33px;
    height: 1px;
    background: linear-gradient(to right, #8bc782 0%, #3fb8ec 100%);
}

.title-line::before {
    left: 0;
    transform: translate(-100%, -50%);
}

.title-line::after {
    right: 0;
    transform: translate(100%, -50%);
}

.title-line.text-wh::before,
.title-line.text-wh::after {
    background: #fff;
}

.title-icon {
    gap: 15px;
}

.title-bg-wrap {
    position: relative;
}

.title-bg {
    position: absolute;
    top: 50%;
    left: -40px;
    transform: translateY(-50%);
    z-index: -1;
}

@media screen and (max-width: 768px) {
    .title-bg {
        left: -20px;
    }
}

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

.table-bicolor td,
.table-bicolor th {
    padding: 14px 30px;
}

.table-bicolor th {
    min-width: 30%;
}

.table-bicolor a {
    text-decoration: underline;
}

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

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

    .table-bicolor th {
        min-width: 100px;
    }
}

/* page fv
--------------------------------------------------------- */
.page-fv-bg {
    background: url(assets/images/page-fv-bg.jpg) no-repeat center/cover;
}

/* content
--------------------------------------------------------- */
.content-right {
    max-width: 830px;
    margin: 0 0 0 auto;
}

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

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

: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: 0 40px;
    display: flex;
    align-items: center;
}

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

.logo {
    max-width: 260px;
}

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

.header-nav a {
    color: #000;
    text-decoration: none;
}

.header-nav .btn-contact a {
    display: block;
    background-color: #8BC782;
    color: #fff;
    border-radius: 999px;
    padding: 10px 35px;
    text-align: center;
}

.header-nav a[target='_blank'] {
    padding-left: 5px;
    margin-left: 5px;
}

.header-nav a[target='_blank']::before {
    content: "";
    position: absolute;
    top: 0;
    left: calc(14vw/14.4 * -1);
    width: 1px;
    height: 100%;
    background-color: #3FB8EC;
}

.nav a[target='_blank'] {
    position: relative;
    padding-right: 15px;
}

.nav a[target='_blank']::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 11px;
    height: 11px;
    background: url(assets/images/icon-blank.svg) no-repeat center/contain;
}

.nav .no-link {
    pointer-events: none;
}

.nav .sub-menu {
    pointer-events: all;
}

.header-nav .no-sub-menu .sub-menu {
    display: none;
}

.hamburger {
    display: none;
}

.header-nav .mega-drop>a {
    display: block;
    position: relative;
    width: fit-content;
    text-align: center;
    margin: auto;
    padding-right: 5px;
}

.header-nav .mega-drop>a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(100%, -50%);
    width: 12px;
    height: 12px;
    background: url(assets/images/icon-arrow-u-blue.svg) no-repeat center/contain;
}

.header-nav .mega-drop.is-open>a::after {
    transform: translate(100%, -50%) scaleY(-1);
}

@media screen and (min-width: 1236px) {
    .header-nav .mega-drop .sub-menu {
        position: absolute;
        bottom: 0;
        right: 0;
        transform: translateY(99%);
        background-color: #fff;
        padding: 30px 50px 50px;
        margin: 0 32px;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
        gap: 2.5vw;
        max-width: 1400px;
        width: fit-content;
        text-decoration: underline;
        text-decoration-color: #000;
        text-decoration-thickness: 1px;
        text-underline-offset: 3px;
        opacity: 0;
        pointer-events: none;
        transition: 0.3s;
    }

    .header-nav .mega-drop .sub-menu li {
        width: 269px;
    }

    .header-nav .mega-drop .sub-menu img {
        aspect-ratio: 306 / 172;
        object-fit: cover;
        border-radius: 20px;
        display: block;
        padding: 0;
        margin-top: 13px;
    }

    .header-nav .mega-drop.is-open .sub-menu {
        opacity: 1;
        pointer-events: all;
        transition: 0.3s;
    }
}

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

    .header .flex {
        align-items: center;
    }

    .hamburger {
        display: block;
        position: relative;
        width: 26px;
        height: 20px;
    }

    .hamburger span {
        position: absolute;
        width: 100%;
        height: 3px;
        background-color: #003C67;
        transition: 0.5s;
    }

    .hamburger span:first-of-type {
        top: 0;
    }

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

    .hamburger span:last-of-type {
        top: 100%;
    }

    .hamburger.is-open {
        margin-top: 24px;
        margin-right: 10px;
    }

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

    .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-nav {
        position: fixed;
        top: 11px;
        left: 11px;
        width: calc(100% - 22px);
        height: calc(100% - 22px);
        background: rgba(0, 60, 103, 0.95);
        border-radius: 20px;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        opacity: 0;
        transform: translateX(100%);
        overflow: hidden;
        transition: 0.5s;
        padding-top: 40px;
        text-align: center;
    }

    .header-nav .sub-menu li {
        padding: 0;
        opacity: 0.8;
        transform: scale(0.8);
    }

    .header-nav a {
        color: #fff;
        font-size: 16px;
    }

    .header-nav a[target='_blank']::after {
        filter: invert(1);
    }

    .header-nav a[target='_blank']::before {
        content: none;
    }

    .header-nav li:has(a[target='_blank']) {
        border-left: 1px solid #3FB8EC;
        border-right: 1px solid #3FB8EC;
        padding: 0 20px;
        width: 280px;
        max-width: 90%;
        text-align: center;
    }

    .header-nav .btn-contact a {
        padding: 15px;
        width: 236px;
        max-width: 100%;
    }

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

    .header-nav.is-open::after {
        content: "";
        position: absolute;
        top: 10px;
        left: 10px;
        width: 231px;
        height: 57px;
        background: url(assets/images/logo-wh.svg) no-repeat center/contain;
    }

    .header-nav .mega-drop .sub-menu {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 5px;
        margin-top: 0;
        text-align: center;
        height: 0;
        opacity: 0;
        pointer-events: none;
        /* transition: 0.3s; */
    }

    .header-nav .mega-drop .sub-menu img {
        display: none;
    }

    .header-nav .mega-drop.is-open .sub-menu {
        height: auto;
        margin-top: 5px;
        opacity: 1;
        pointer-events: all;
        /* transition: 0.3s; */
    }
}

/* =========================================================
footer
========================================================= */
.footer-border {
    border-top: 1px solid #295D83;
    border-bottom: 1px solid #295D83;
}

.footer-inner {
    gap: 42px;
}

.footer-inner-right-top .btn-arrow {
    padding-top: 13px;
    padding-bottom: 13px;
    width: 180px;
}

.footer-logo {
    width: 398px;
    max-width: 100%;
    display: block;
}

.footer-sns-list {
    align-items: center;
    gap: 16px;
}

.footer-sns-list img {
    display: block;
    width: 35px;
}

.footer-inner-left {
    gap: 25px clamp(30px, calc(140vw/14.4), 170px);
}

.footer-nav {
    gap: 18px;
}

.footer-nav a {
    color: #fff;
    font-weight: bold;
}

.footer-nav a[target='_blank']::after {
    filter: invert(1);
}

.footer-nav .sub-menu {
    list-style: 'ー';
    margin-left: 30px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.footer-nav .sub-menu li {
    padding-left: 5px;
}

.footer-nav .sub-menu li::marker {
    color: #D4E380;
    font-size: 12px;
    padding-right: 5px;
}

.footer-nav .sub-menu a {
    font-weight: normal;
    font-size: 14px;
}

.footer-nav img {
    display: none !important;
}

.footer-nav .mega-drop>a {
    pointer-events: none;
}

.footer-main-nav .btn-contact {
    display: none;
}

.footer-bottom-text {
    gap: 5px 30px;
}

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

    .footer-logo {
        width: 280px;
    }

    .footer-border {
        border-top: none;
    }

    .footer-sns-list {
        position: absolute;
        bottom: 0;
    }

    .footer-inner {
        padding-bottom: 60px;
    }

    .footer-inner-left {
        gap: 10px;
        justify-content: center;
    }

    .footer-wrap,
    .footer-row {
        padding: 0;
    }

    .footer-bottom-text {
        margin-top: 60px;
    }
}

/* =========================================================
Front page
========================================================= */
/* kv
--------------------------------------------------------- */
.top-kv {
    padding-top: 40px;
    margin-left: 40px;
}

.top-kv .bg-blue {
    aspect-ratio: 1322 / 635;
    min-width: 50vw;
    max-height: 635px;
    margin: auto;
}

.top-kv-gallery {
    aspect-ratio: 949 / 635;
    position: absolute;
    top: 0;
    left: 0;
    max-width: 70%;
    width: 949px;
    transform: translate(-40px, -40px);
}

.top-kv-gallery-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.top-kv-gallery-img .filter-img,
.top-kv-gallery-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.top-kv-gallery-img .filter-img::after {
    border-radius: 20px;
}

.top-kv-gallery-img:nth-child(n+2) {
    opacity: 0;
}

.top-kv-copy {
    position: relative;
    z-index: 100;
}

.top-kv-content {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

@media screen and (max-width: 768px) {
    .top-kv {
        padding-left: 20px;
        margin-left: 20px;
    }

    .top-kv .bg-blue {
        max-height: none;
        aspect-ratio: initial;
    }

    .top-kv-gallery {
        max-width: 100%;
        position: relative;
        transform: translate(-20px, -40px);
    }

    .top-kv-content {
        justify-content: center;
    }

    .top-kv-content-inner {
        padding: 0;
        transform: translateY(-20px);
    }

    .top-kv-copy {
        text-align: center;
    }
}

/* offer
--------------------------------------------------------- */
.top-offer-list li {
    justify-content: space-between;
}

.top-offer-img {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    display: block;
}

/* products
--------------------------------------------------------- */
@media screen and (max-width: 768px) {
    .top-products .bg-round-wh {
        padding-top: 50px;
    }
}

/* info
--------------------------------------------------------- */
.top-info {
    overflow: hidden;
}

.top-info .bg-lgreen::before {
    content: "";
    position: absolute;
    bottom: 10px;
    left: 0;
    transform: translateX(-17%);
    aspect-ratio: 823 / 567;
    width: 823px;
    background: url(assets/images/deco-blue01.webp) no-repeat bottom/contain;
}

.top-info .bg-lgreen::after {
    content: "";
    position: absolute;
    top: 10px;
    right: 0;
    transform: translateX(17%);
    aspect-ratio: 823 / 567;
    width: 823px;
    background: url(assets/images/deco-green01.webp) no-repeat top/contain;
}

.top-info .bg-wh {
    position: relative;
    z-index: 2;
}

@media screen and (max-width: 768px) {
    .top-info-inner {
        padding: 0;
    }
}

/* =========================================================
about us
========================================================= */
.page-about {
    overflow: hidden;
}

.about-kv-bg {
    background: url(assets/images/page-fv-bg02.jpg) no-repeat center right 30%/cover;
}

.about-location-list li {
    width: 50%;
    padding: 30px 20px;
    padding-left: 0;
    border-right: 1px dashed #dbdbdb;
    border-bottom: 1px dashed #dbdbdb;
}

.about-location-list li:nth-child(2n) {
    border-right: none;
    padding-left: 40px;
}

.about-location-list li:last-child {
    border-bottom: none;
}

.office-detail-map {
    padding-left: 20px;
}

@media screen and (max-width: 768px) {
    .about-location-list li {
        width: 100%;
        padding: 20px 0 !important;
        border-right: none;
    }
}

/* =========================================================
info
========================================================= */
.info-list li {
    gap: calc(57vw/14.4);
    border-bottom: 1px solid #dbdbdb;
}

.info-list li:last-child {
    border-bottom: none;
}

.info-list-info {
    width: 120px;
}

.info-list-content {
    width: calc(100% - 120px - 57vw/14.4);
    padding-right: 70px;
    position: relative;
}

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

.info-list-content:hover::after {
    background: url(assets/images/icon-arrow-btn-navy.svg) no-repeat center/contain;
    transition: 0.3s;
}

.info-excerpt p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.info-list-date {
    white-space: nowrap;
}

@media screen and (max-width: 768px) {
    .info-list-info {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .info-list-info,
    .info-list-content {
        width: 100%;
        padding: 0;
    }

    .info-list-content::after {
        content: none;
    }

    .info-excerpt {
        position: relative;
        padding-right: 70px;
    }

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

    .info-excerpt:hover::after {
        background: url(assets/images/icon-arrow-btn-navy.svg) no-repeat center/contain;
        transition: 0.3s;
    }

    .info-excerpt p {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }

}

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

.main-post {
    width: 70%;
}

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

.news-categories ul {
    gap: 11px;
}

.news-categories a {
    padding: 8px 30px;
}

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

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

.news-pagination {
    gap: clamp(10px, calc(30vw/14.4), 40px);
}

.news-pagination a,
.news-pagination span {
    color: #898886;
    width: 35px;
    height: 35px;
    aspect-ratio: 1 / 1;
    padding: 5px;
    border-radius: 5px;
    text-align: center;
}

.news-pagination .current {
    background-color: #003C67;
    color: #fff;
}

.news-pagination .prev,
.news-pagination .next {
    content: '';
    width: 15px;
    height: 15px;
    background: url(assets/images/icon-pagination-r.svg) no-repeat center/contain;
}

.news-pagination .prev {
    background: url(assets/images/icon-pagination-l.svg) no-repeat center/contain;
}


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

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

/* =========================================================
news post
========================================================= */
.post-thumbnail {
    aspect-ratio: 295 / 193;
    object-fit: cover;
    width: 295px;
	min-width: 295px;
    max-width: 100%;
}

.post-categories a {
    padding: 3px 13px 2px;
}

.post-kv-flex {
    gap: 30px clamp(30px, calc(60vw/14.4), 60px);
    align-items: flex-start;
    justify-content: space-between;
}

.post-kv-flex .post-thumbnail {
    width: 472px;
    max-width: 50%;
}

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

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

.post-kv-sns img {
    max-height: 100%;
}

.index-list {
    list-style: disc;
    padding-left: 30px;
}

.index-list li {
    padding: 3px 0;
}

.index-list li::marker {
    color: #003C67;
    font-size: 20px;
}

.index-list a {
    text-decoration: underline;
}

.side-nav-news-categories {
    gap: 8px;
}

.side-nav-news-categories a {
    padding: 3px 20px 2px;
    border: 1px solid #0578C8;
}

.side-nav-post-title {
    line-height: 1.6;
}

.post-btn-wrap {
    gap: 20px 0;
    max-width: 780px;
    margin: auto;
    justify-content: space-between;
}

.post-btn-wrap .prev,
.post-btn-wrap .next {
    min-width: 125px;
}

.post-btn-wrap .prev a,
.post-btn-wrap .next a {
    color: #000;
    position: relative;
    padding: 0 28px;
    text-decoration: underline;
    text-decoration-color: #3FB8EC;
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
}

.post-btn-wrap .prev a::before,
.post-btn-wrap .next a::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
    background: url(assets/images/icon-pagination-r.svg) no-repeat center/contain;
}

.post-btn-wrap .prev a::before {
    left: 0;
    right: auto;
    background: url(assets/images/icon-pagination-l.svg) no-repeat center/contain;
}


@media screen and (max-width: 768px) {
	.post-thumbnail{
	    width: 100%;
    min-width: auto;	
	}
    .post-kv-flex {
        flex-direction: column-reverse;
    }

    .post-kv-flex .post-thumbnail {
        max-width: 100%;
		width: 100%;
    }

}

/* editor-content
--------------------------------------------------------- */
.editor-content p,
.editor-content h4,
.editor-content ul,
.editor-content img,
.editor-content blockquote,
.editor-content .wp-block-buttons,
.editor-content .wp-block-columns {
    margin-top: 30px;
}

.editor-content h2,
.editor-content h3 {
    margin-top: 60px;
}

.editor-content hr {
    margin: 60px 0;
}

.editor-content h2:first-child {
    margin-top: 0;
}

.editor-content h2 {
    font-weight: 500;
    font-size: 32px;
}

.editor-content h3 {
    font-weight: bold;
    font-size: 24px;
    width: 100%;
    padding: 8px 20px;
    position: relative;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

.editor-content h3::before {
    content: '';
    position: absolute;
    top: 8px;
    left: 0;
    width: 6px;
    height: calc(100% - 16px);
    background-color: #000;
}

.editor-content h4 {
    font-weight: bold;
    font-size: 20px;
    color: #333533;
}

.editor-content img {
    width: 100%;
    object-fit: contain;
    border-radius: 20px;
}

.editor-content figcaption {
    font-size: 14px;
    color: #8b8b8b;
    margin-top: 10px;
}

.editor-content blockquote {
    font-size: 14px;
    color: #8b8b8b;
    border: 1px solid #ccd2ce;
    padding: 20px 24px;
}

.editor-content blockquote p {
    margin-top: 0;
}

.editor-content a {
    text-decoration: underline;
}

.editor-content hr {
    border: 1px solid #dbdbdb;
}

.editor-content ul {
    list-style: disc;
    margin-left: 30px;
}

.editor-content li {
    padding-bottom: 5px;
}

.editor-content li:last-child {
    padding-bottom: 0;
}

.editor-content li::marker {
    color: #003C67;
    font-size: 25px;
}

.editor-content table {
    width: fit-content;
    margin-top: 5px;
}

.editor-content table tr td {
    padding-right: 30px;
    padding-left: 30px;
    vertical-align: middle;
}

.editor-content table tr td:last-child {
    background-color: #3E3A39;
    color: #fff;
}

.editor-content table tr:first-child td:last-child {
    border-top: 1px solid #000;
}

.editor-content table tr:last-child td:last-child {
    border-bottom: 1px solid #000;
}

.editor-content .wp-block-button a {
    display: block;
    min-width: fit-content;
    width: 259px;
    max-width: 100%;
    padding: 16px 60px;
    text-align: center;
    position: relative;
    color: #FFFFFF;
    text-decoration: none;
    background: linear-gradient(to right, #8bc782 0%, #3fb8ec 100%);
}

.editor-content .wp-block-button a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 14px;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background: url(assets/images/icon-arrow-btn-wh.svg) no-repeat center / contain;

}

.editor-content .wp-block-columns {
    border-radius: 20px;
    padding: 20px;
    gap: 10px 2em;
}

.editor-content .wp-block-column p {
    margin: 0 !important;
}

.editor-content .td-none a {
    text-decoration: none;
}

.editor-content .p-none a {
    padding: 0;
}

.editor-content .radius-none img {
    border-radius: 0 !important;
}

.editor-content .mt-none img {
    margin-top: 0;
}

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

    .editor-content h2,
    .editor-content h3 {
        margin-top: 40px;
    }

    .editor-content hr {
        margin: 40px 0;
    }

    .editor-content h2 {
        font-size: 22px;
    }

    .editor-content h3 {
        font-size: 20px;
    }

    .editor-content h4 {
        font-size: 18px;
    }

    .editor-content table tr td {
        padding-right: 10px;
        padding-left: 10px;
    }

}

/* =========================================================
home care
========================================================= */
.homecare-anchor {
    /* top: 0;
    left: 50%; */
    /* transform: translate(-50%, -50%); */
    transform: translateY(-50%);
    width: max-content;
    max-width: 95%;
}

.homecare-anchor-list {
    gap: 10px clamp(10px, calc(56vw/14.4), 56px);
    flex-wrap: wrap;
}

.homecare-anchor-list li {
    white-space: nowrap;
}

@media screen and (max-width: 768px) {
    .homecare-main {
        padding-top: 40px;
    }

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

/* homecare-content
--------------------------------------------------------- */
.homecare-content h2 {
    color: #003C67;
    font-weight: bold;
}

/* =========================================================
products
========================================================= */
.products-categories ul {
    gap: clamp(5px, calc(67vw/14.4), 67px);
}

.products-categories a {
    white-space: nowrap;
}

.products-archive-list {
    gap: 60px 3%;
}

.products-archive-list img {
    border: 1px solid #DBDBDB;
    aspect-ratio: 349 / 259;
    object-fit: contain;
    /* width: 349px; */
}

.product-gallery .slider-nav .slick-track {
    display: flex;
    align-items: center;
    gap: 20px;
}

.product-spec table {
    max-width: 950px;
    margin: auto;
}

.product-full-img img {
    width: 100%;
    object-fit: cover;
    max-height: 450px;
}

.product-feature-list li {
    margin-bottom: 30px;
}

.product-feature-list-item {
    gap: 20px 40px;
    align-items: center;
}

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

.product-feature-list-title {
    width: 350px;
}

.product-feature-list-text {
    width: calc(100% - 350px - 40px);
}

@media screen and (max-width: 768px) {
    .products-archive-list li {
        width: fit-content;
        margin: auto;
    }

    .products-archive-list {
        gap: 50px;
    }

    .product-spec table td,
    .product-spec table th {
        display: block;
    }

    .product-spec table td {
        padding-top: 0;
    }

    .product-full-img img {
        object-fit: cover;
        height: 200px;
    }

    .product-feature-list li {
        margin-top: 15px;
    }

    .product-feature-list-num {
        width: 30px;
        height: 30px;
        top: 0;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .product-feature-list-title,
    .product-feature-list-text {
        width: 100%;
    }

}

/* =========================================================
homecare
========================================================= */
.page-homecare .products-archive-list img {
    object-fit: cover;
}

/* =========================================================
cta
========================================================= */
.part-cta-content {
    position: relative;
    z-index: 11;
}

.part-cta.filter-img::after {
    background: linear-gradient(to right, rgba(143, 211, 245, 0.86) 0%, rgba(139, 199, 130, 0.7) 100%);
    opacity: 0.7;
}

.part-cta .btn-arrow {
    background: rgba(41, 93, 131, 0.23);
    padding: 10px 60px;
}

/* =========================================================
contact form
========================================================= */
.contact-form {
    max-width: 810px;
    margin: auto;
}

.contact-form p {
    margin: 0;
}

.form-item {
    display: flex;
    align-items: center;
    gap: 3px clamp(20px, calc(40vw/14.4), 40px);
    margin-bottom: 30px;
}

.form-label {
    min-width: 145px;
    font-weight: 500;
}

.form-input {
    width: 100%;
}

.form-input input[type="text"],
.form-input input[type="email"],
.form-input input[type="tel"],
.form-input textarea,
.form-input select {
    border: none;
    background-color: #F5F5F5;
    border-radius: 5px;
    line-height: 1.5;
    padding: 10px;
    width: 100%;
}

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

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

.form-prvacy a {
    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 {
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: column;
        margin-bottom: 15px;
    }

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

/* =========================================================
Recruit
========================================================= */
.recruit-kv-copy {
    font-size: clamp(40px, calc(90vw/14.4), 90px);
    font-style: italic;
    position: relative;
    z-index: 1;
}

.recruit-kv-img {
    margin-top: -45px;
    position: relative;
    z-index: 0;
    min-height: 290px;
    object-fit: cover;
}

.recruit-about-title {
    width: fit-content;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    z-index: 1;
}

.recruit-about-border {
    margin-top: -14px;
    position: relative;
    z-index: 0;
}

.recruit-offer-list {
    gap: 30px;
}

.recruit-offer-img {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    width: 386px;
}

.recruit-offer-list-content {
    align-items: center;
    gap: 10px 50px;
}

.recruit-offer-list-content::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 14px;
    transform: translateY(-50%);
    width: 34px;
    height: 34px;
    background: url(assets/images/icon-arrow-btn-gray.svg) no-repeat center/contain;
    transition: 0.3s;
}

.recruit-offer-list-content:hover::after {
    background: url(assets/images/icon-arrow-btn-navy.svg) no-repeat center/contain;
    transition: 0.3s;
}

.recruit-offer-list-content-text {
    padding-right: 60px;
    max-width: 390px;
}

.recruit-talent-item-wrap {
    padding: 0 26px;
}

.recruit-talent-item-num {
    width: 45px;
    height: 45px;
    padding-top: 3px;
    align-items: center;
    justify-content: center;
}

.recruit-people-item {
    padding: 30px 28px;
}

.recruit-people-item-img {
    aspect-ratio: 298 / 321;
    object-fit: cover;
    width: 100%;
}

.recruit-people-item-text {
    position: absolute;
    bottom: 0;
    left: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    width: 140px;
    padding-right: 20px;
}

/* modal
--------------------------------------------------------- */
.modal-trigger,
.modal-overview,
.modal-item,
.modal-close {
    cursor: pointer;
}

.modal-overview,
.modal-item {
    display: none;
}

.modal-overview.is-open,
.modal-item.is-open {
    display: block;
}

.modal-overview.is-open {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 10000;
}

.modal-close {
    position: fixed;
    top: 18px;
    right: 18px;
    width: 34px;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10002;
}

.recruit-people-modal.is-open {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10001;
    max-width: 934px;
    width: calc(100% - 80px);
    height: 690px;
    max-height: 80%;
    animation: modal 0.8s ease-in-out;
    cursor: initial;
}

@keyframes modal {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.recruit-people-modal-flex {
    gap: 30px 70px;
}

.recruit-people-modal-profile {
    width: 300px;
    max-width: 100%;
}

.recruit-people-modal-interview {
    width: calc(100% - 300px - 42vw / 14.4);
    height: 600px;
    max-height: 100%;
    overflow: scroll;
}

.recruit-people-modal-inner {
    max-height: 100%;
}

.recruit-cta-gallery img {
    aspect-ratio: 360 / 528;
    object-fit: cover;
    width: 360px;
}

.recruit-cta-content {
    align-items: center;
    gap: 40px;
}

.recruit-cta-content-link .ta-right {
    margin: 0 0 0 auto;
    width: fit-content;
}

@media screen and (max-width: 768px) {
    .recruit-kv-copy {
        line-height: 1.3;
        text-align: left;
        padding-top: 20px;
    }

    .recruit-kv-img {
        margin-top: -20px;
    }

    .recruit-offer-img {
        border-bottom-left-radius: 0;
        border-top-right-radius: 30px;
    }

    .recruit-offer-list-content-text {
        padding: 0 19px 60px;
    }

    .recruit-offer-list-content::after {
        top: auto;
        bottom: 20px;
        right: auto;
        left: 50%;
        transform: translateX(-50%);
    }

    .recruit-offer-img {
        width: 100%;
    }

    .recruit-people-item {
        padding: 20px 15px;
    }

    .recruit-people-item-text {
        width: 130px;
    }

    .recruit-people-modal.is-open {
        width: calc(100% - 40px);
    }

    .recruit-people-modal-profile,
    .recruit-people-modal-interview {
        margin: auto;
        width: 100%;
    }

    .recruit-people-modal-flex {
        overflow: scroll;
        height: 600px;
    }

    .recruit-people-modal-interview {
        overflow: initial;
        height: auto;
    }

    .recruit-cta-content-link .ta-right {
        margin: 0 auto;
    }

    .recruit-cta-gallery img {
        width: 185px;
    }

}