/*
Theme Name:	visiting-nurse-tech-navi
Theme URl: https://visiting-nurse-navi.create-f.com/
Description: 訪問看護テックナビ
Author: 株式会社Create
Version: 1.0
*/
:root {
    --max-screen: 1920px;
    --primary-color: #5da1db;
    --secondary-color: #f9ed00;
    --accent-color: #e39326;
    --text-color: #34647e;
    --zenkaku-font: "Zen Kaku Gothic New", sans-serif;
    --lato-font: "Lato", sans-serif;
    --roboto-font: "Roboto", sans-serif;
}

html {
    font-feature-settings: "palt";
    overflow-x: hidden;
}

html.no-scroll {
    overflow: hidden;
}

body {
    letter-spacing: 0.03em;
    font-size: 16px;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    color: var(--text-color);
    overflow-x: hidden;
}

body:has(.vns-top-wrapper) {
    overflow-x: initial;
}

html.no-scroll body {
    overflow: hidden;
}

h1 {
    font-size: 32px;
    font-weight: bold;
    line-height: 1.25;
    letter-spacing: 0.12em;
}

@media screen and (max-width: 767px) {
    h1 {
        font-size: 24px;
    }
}

h2 {
    font-size: 32px;
    font-weight: bold;
}

@media screen and (max-width: 428px) {
    h2 {
        font-size: 23px;
        letter-spacing: 0.08em;
    }
}

img {
    max-width: 100%;
    height: auto;
}

a,
button {
    opacity: 1;
    transition: 0.2s ease opacity;
}

a:hover,
a:focus,
button:hover,
button:focus {
    opacity: 0.85;
    transition: 0.2s ease opacity;
}

:where(input[type="checkbox"]) {
    position: relative;
    width: 16px;
    height: 16px;
    border: 1px solid var(--text-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 4px 8px 0 0;
    flex-shrink: 0;
    cursor: pointer;
}

:where(select) {
    cursor: pointer;
}

input[type="checkbox"]::before {
    content: "";
    opacity: 0;
}

input[type="checkbox"]:checked::before {
    opacity: 1;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 12px;
    height: 8px;
    background-image: url(assets/img/icon/check.png);
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 0.1s ease-out;
}

label:has(input[type="checkbox"]) {
    display: flex;
    align-items: start;
    cursor: pointer;
    line-height: 1.5;
}

@media screen and (max-width: 767px) {
    label:has(input[type="checkbox"]) {
        font-size: 14px;
    }
}

p {
    line-height: 1.75;
}

.for-sp {
    display: none;
}

@media screen and (max-width: 767px) {
    .for-pc {
        display: none;
    }
    .for-sp {
        display: inherit;
    }
}

.body-inner {
    position: relative;
}

.body-inner.pin {
    overflow: hidden;
}

/*--------------------------------------
  ヘッダー
--------------------------------------*/

.header {
    width: 100%;
    background-color: #fff;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
}

@media screen and (max-width: 1279px) {
    .header {
        border-radius: 0 0 24px 0;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
        width: 212px;
        position: absolute;
    }
}

.header-inner {
    display: flex;
    justify-content: space-between;
    max-width: 90%;
    height: 100px;
    margin: auto;
}

@media screen and (max-width: 1279px) {
    .header-inner {
        height: 64px;
        max-width: 82%;
    }
}

.header-inner .logo-wrapper {
    height: auto;
    margin: auto 0;
    flex: 1 1 20%;
}

.site-title {
    font-weight: 900;
    font-size: clamp(1.5rem, 1.251rem + 0.31vw, 1.625rem);
    letter-spacing: 0.2em;
}
.header-inner .site-title {
    color: var(--primary-color);
}

@media screen and (max-width: 1279px) {
    .site-title {
        font-size: 17px;
        letter-spacing: inherit;
        text-justify: inter-ideograph;
        text-align-last: justify;
    }
}

.site-subtitle {
    font-size: 12px;
}

@media screen and (max-width: 1279px) {
    .site-subtitle {
        font-size: 9px;
        text-justify: inter-ideograph;
        text-align-last: justify;
    }
}

.header-nav {
    display: flex;
    align-items: center;
    gap: 16px;
}

@media screen and (max-width: 1279px) {
    .header-nav {
        display: none;
    }
}

.header-nav ul {
    display: flex;
    align-items: center;
    margin-right: 24px;
}

.header-nav ul li:nth-child(1) {
    margin-right: 33px;
}
.header-nav ul li:nth-child(2) {
    margin-right: 29px;
}
.header-nav ul li:nth-child(3) {
    margin-right: 36px;
}

@media screen and (max-width: 1500px) {
    .header-nav ul {
        font-size: 14px;
        margin-right: 8px;
    }
    .header-nav ul li:nth-child(1) {
        margin-right: 16px;
    }
    .header-nav ul li:nth-child(2) {
        margin-right: 14px;
    }
    .header-nav ul li:nth-child(3) {
        margin-right: 18px;
    }
}

.header-nav ul a {
    transition: 0.2s color ease;
}
.header-nav ul a:hover,
.header-nav ul a:focus {
    opacity: 1;
    color: var(--primary-color);
}

.rounded-btn {
    border: 1px solid var(--primary-color);
    border-radius: 18px;
    color: var(--primary-color);
    padding: 8px 12px 9px 16px;
    line-height: 19px;
    transition: 0.2s ease all;
}
.rounded-btn:hover,
.rounded-btn:focus {
    background-color: var(--primary-color);
    color: #fff;
}
@media screen and (max-width: 1500px) {
    .rounded-btn {
        font-size: 14px;
    }
}

.rounded-btn.arrow-right {
    display: flex;
    align-items: center;
    position: relative;
}

.rounded-btn.arrow-right::after {
    content: "";
    display: inline-block;
    width: 7px;
    height: 10px;
    background-image: url(assets/img/icon/nav_angle-right.png);
    background-size: contain;
    background-repeat: no-repeat;
    filter: brightness(1) invert(0);
    margin-left: 16px;
}

.rounded-btn.arrow-right:hover::after,
.rounded-btn.arrow-right:focus::after {
    filter: brightness(0) invert(1);
}

.primary-btn {
    background-color: var(--primary-color);
    border-radius: 5px;
    color: #fff;
    padding: 11px 12px 11px 16px;
    display: flex;
    align-items: center;
    gap: 12px;
}

@media screen and (max-width: 1500px) {
    .primary-btn {
        font-size: 14px;
    }
}

.primary-btn.search::before {
    display: inline-block;
    content: "";
    width: 27px;
    aspect-ratio: 1;
    background-image: url(assets/img/icon/icon_search.png);
    background-size: contain;
    background-repeat: no-repeat;
    flex-shrink: 0;
}

.primary-btn.arrow-right::after {
    display: inline-block;
    content: "";
    width: 20px;
    aspect-ratio: 1;
    background-image: url(assets/img/icon/nav_angle-right--white-circled.png);
    background-size: contain;
    background-repeat: no-repeat;
    flex-shrink: 0;
}

.header-nav-sp {
    display: none;
}

@media screen and (max-width: 1279px) {
    .header-nav-sp {
        display: block;
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        font-size: 10px;
    }
    .header-nav-sp ul {
        display: grid;
        width: 100%;
        grid-template-columns: repeat(4, 1fr);
    }
    .header-nav-sp ul:has(> :nth-child(3)) {
        grid-template-columns: repeat(3, 1fr);
    }
    .header-nav-sp ul:has(> :nth-child(4)) {
        grid-template-columns: repeat(4, 1fr);
    }
    .header-nav-sp ul li {
        display: grid;
        place-content: center;
        grid-template-columns: 100%;
    }

    .header-nav-sp ul li.nav-sp-open-menu {
        background-color: var(--primary-color);
        color: #fff;
        transition: 0.2s ease background-color;
        cursor: pointer;
    }
    .header-nav-sp ul li.nav-sp-open-menu:hover,
    .header-nav-sp ul li.nav-sp-open-menu:focus {
        background-color: #72ade0;
    }
    .header-nav-sp ul li .nav-sp-item-inner {
        padding: 13px 0 11px 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 4px;
        position: relative;
    }

    .header-nav-sp .nav-sp-item {
        background-color: #fff;
    }

    .header-nav-sp .nav-sp-item + .nav-sp-item {
        position: relative;
    }
    .header-nav-sp .nav-sp-item + .nav-sp-item::before {
        content: "";
        display: block;
        position: absolute;
        width: 1px;
        height: 75%;
        top: 12.5%;
        left: 0;
        background-color: #bcdfe4;
    }
}

/*--------------------------------------
  ドロワー
--------------------------------------*/
.drawer {
    position: fixed;
    width: 100dvw;
    height: 100dvh;
    top: 0;
    left: 0;
    z-index: 3;
    visibility: hidden;
    opacity: 0;
    animation: show 0.5s linear;
}

.drawer.active {
    opacity: 1;
    visibility: visible;
    animation: hide 0.5s;
}

@keyframes hide {
    0% {
        opacity: 0;
        visibility: hidden;
    }
    1% {
        visibility: visible;
    }
    100% {
        opacity: 1;
    }
}
@keyframes show {
    0% {
        opacity: 1;
        visibility: visible;
    }
    99% {
        visibility: hidden;
    }
    100% {
        opacity: 0;
    }
}

.drawer-content {
    position: inherit;
    left: 0;
    top: 0;
    height: 100dvh;
    background-color: #f0fcfd;
    z-index: 1;
    transform: translateX(-100%);
    transition: 0.3s ease transform;
    padding: 40px 20px;
}

.drawer.active .drawer-content {
    transition: 0.3s ease transform;
    transform: translateX(0);
    overflow-y: auto;
}

.drawer-bg {
    position: inherit;
    background-color: #00000033;
    width: 100dvw;
    height: 100dvh;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: 0;
    transition: 1s ease opacity;
}

.drawer.active .drawer-bg {
    opacity: 1;
    transition: 0.2s ease opacity;
}

.drawer.active .drawer-bg .drawer-close-icon {
    display: block;
    content: "";
    flex-grow: 1;
    aspect-ratio: 1;
}

.drawer.active .drawer-bg .drawer-close-icon::before,
.drawer.active .drawer-bg .drawer-close-icon::after {
    display: inline-block;
    position: relative;
    content: "";
    top: 50%;
    left: 50%;
    width: 1px;
    height: 100%;
    background: #fff;
}

.drawer.active .drawer-bg .drawer-close-icon::before {
    transform: translate(-50%, -50%) rotate(45deg);
}
.drawer.active .drawer-bg .drawer-close-icon::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.drawer.active .drawer-bg .drawer-close-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #2e2e2e;
    width: 56px;
    height: 56px;
    position: inherit;
    top: 0;
    right: 0;
    font-family: var(--zenkaku-font);
    font-size: 11px;
    color: #fff;
    padding: 14px 0px 10px 0px;
    cursor: pointer;
}

.drawer-content .primary-btn,
.drawer-content .primary-invert-btn {
    margin-bottom: 10px;
}

.link-underlined {
    text-decoration: underline;
}

.drawer-content .link-underlined {
    display: inline-block;
    margin-bottom: 40px;
}

.link-underlined.small {
    font-size: 13px;
}

.link-underlined.icon-building::before {
    content: "";
    display: inline-block;
    width: 1lh;
    height: 1lh;
    background-size: contain;
    background-image: url(assets/img/icon/icon_company_mini.png);
    background-repeat: no-repeat;
    vertical-align: bottom;
    text-decoration: none;
    margin-right: 2px;
}

.drawer-content li:has(.open-sub-menu)::before {
    content: "";
    position: absolute;
    right: 1%;
    top: 20px;
    width: 8px;
    height: 8px;
    background-image: url(assets/img/icon/icon_plus_white.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    pointer-events: none;
    transition: 0.3s opacity;
    /* 画像の色をテキストカラーに変更 */
    filter: brightness(0) saturate(100%) invert(31%) sepia(8%) saturate(3173%)
        hue-rotate(157deg) brightness(102%) contrast(79%);
}
.drawer-content li:has(.open-sub-menu:checked)::before {
    background-image: url(assets/img/icon/icon_minus_white.png);
    /* 画像の色をテキストカラーに変更 */
    filter: brightness(0) saturate(100%) invert(31%) sepia(8%) saturate(3173%)
        hue-rotate(157deg) brightness(102%) contrast(79%);
}

.drawer-content li:has(.open-sub-menu:focus-visible)::before {
    opacity: 0.8;
    outline: 1px solid #000;
    outline-offset: 1px;
    border-radius: 2px;
}

.drawer-content .internal-links {
    margin-bottom: 40px;
}

.drawer-content .internal-links > li:last-child {
    border-bottom: 1px solid;
}

.bordered-icon {
    display: flex;
    border: 1px solid var(--text-color);
    border-radius: 50%;
    padding: 12px;
}

/*--------------------------------------
  フロントページ
--------------------------------------*/

/** top-mv **/

.top-mv {
    position: relative;
    margin-top: 100px;
}

@media screen and (max-width: 1279px) {
    .top-mv {
        margin-top: 0;
    }
}

@media screen and (max-width: 767px) {
    .mv-front-page {
        width: 766px;
        max-height: 90dvh;
        object-fit: cover;
    }
}

.top-mv-text {
    display: block;
    position: absolute;
    top: 8vw;
    right: 5vw;
    max-width: 670px;
    width: 34.9%;
}

@media screen and (max-width: 767px) {
    .top-mv-text {
        width: 92%;
        top: 100px;
        left: 50%;
        transform: translateX(-50%);
    }
}

.slider .slick-slide {
    margin-right: 10px !important;
    margin-left: 10px !important;
}
.slide-dots {
    margin: 0;
    padding: 0;
    text-align: center;
}
.slide-dots li {
    display: inline-block;
    margin: 0 14px;
}
@media screen and (max-width: 428px) {
    .slide-dots li {
        margin: 0 12px;
    }
}
.slide-dots li button {
    position: relative;
    text-indent: -9999px;
}
.slide-dots li button::before {
    background-color: #dfe3eb;
    content: "";
    cursor: pointer;
    height: 10px;
    left: 0;
    right: 0;
    top: 32px;
    margin: auto;
    position: absolute;
    width: 10px;
    border-radius: 50%;
    transition: 0.1s linear background-color;
}
@media screen and (max-width: 428px) {
    .slide-dots li button::before {
        height: 8px;
        width: 8px;
    }
}
.slide-dots li button:hover::before
.slide-dots li button:focus::before {
    background-color: var(--primary-color);
}
.slide-dots li.slick-active button::before {
    background-color: var(--primary-color);
}

.card {
    display: block;
    position: relative;
    overflow: hidden;
}

.slider-item .card {
    min-width: 26dvw;
}
.slider-item .card a {
    display: block;
    margin: auto;
}

.card .vns-category {
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--primary-color);
    color: #fff;
    border-radius: 10px 0 10px 0;
    font-size: 18px;
    padding: 8px 30px;
    font-weight: normal;
    z-index: 1;
}

@media screen and (max-width: 428px) {
    .card .vns-category {
        font-size: 11px;
        padding: 8px 20px;
    }
}
.thumbnail-wrapper {
    overflow: hidden;
    border-radius: 10px;
}

.card .thumbnail-wrapper {
    position: relative;
    z-index: 0;
    aspect-ratio: 1540 / 1027;
    width: 100%;
    display: flex;
}

.slick-slide img {
    object-fit: cover;
    border-radius: 10px;
}

.card .scale img {
    transform-origin: top;
    transition: 0.3s ease transform;
}
.card .bright img {
    transform-origin: top;
    transition: 0.3s ease filter;
}
.card .scale.bright img {
    transition: 0.3s ease filter, 0.3s ease transform;
}
.card-inner.opaque:hover,
.card-inner.opaque:focus {
    opacity: 1;
}
.card-inner:hover .scale img,
.card-inner:focus .scale img {
    transform: scale(1.05);
    transition: 0.3s ease transform;
}
.card-inner:hover .bright img {
    filter: brightness(1.05);
    transition: 0.3s ease filter;
}
.card-inner:hover .scale.bright img {
    transition: 0.3s ease filter, 0.3s ease transform;
}
.card-head {
    font-weight: bold;
    font-size: 18px;
    line-height: 2;
    margin-top: 8px;
}

@media screen and (max-width: 428px) {
    .card-head {
        font-size: 15px;
    }
}

.tag-list {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    line-height: 1.5;
}

.colorful li:nth-child(4n - 3) {
    color: var(--primary-color);
}
.colorful li:nth-child(4n - 1) {
    color: #5dcbe0;
}
.colorful li:nth-child(4n - 2) {
    color: #79ce94;
}
.colorful li:nth-child(4n - 4) {
    color: var(--primary-color);
}

@media screen and (max-width: 428px) {
    .tag-list {
        font-size: 12px;
    }
}

/** top-search **/

.top-search {
    background-image: url(assets/img/front-page/bg_search-section.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
    width: 100vw;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 767px) {
    .top-search {
        background-image: url(assets/img/front-page/bg_search-section_sp.png);
    }
}

.ellipse-top {
    position: relative;
    overflow-x: clip;
}

.ellipse-top::before {
    position: absolute;
    content: "";
    top: 0;
    left: 50%;
    transform: translate(-50%, -30%);
    width: 110%;
    aspect-ratio: 2142 / 135;
    border-radius: 50%;
    z-index: 0;
}

@media screen and (max-width: 1279px) {
    .ellipse-top::before {
        width: 106%;
        aspect-ratio: 400 / 89;
    }

    .top-search.ellipse-top::before {
        content: none;
    }
}

.ellipse-white {
    background-color: #fff;
}

.ellipse-top.ellipse-white::before {
    background-color: #fff;
}

.ellipse-blue {
    background-color: #f0fcfd;
}

.ellipse-top.ellipse-blue::before {
    background-color: #f0fcfd;
}

.top-search-inner {
    padding: 120px 0 184px;
}

@container (max-width: 720px) {
    .top-search-inner {
        padding: 80px 0 200px 0;
    }
}

.main-section {
    width: 67%;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    container-type: inline-size;
    position: relative;
}

@media screen and (max-width: 767px) {
    .main-section {
        width: calc(100% - 30px);
    }
}

.with-subtitle {
    margin-bottom: 40px;
}

.with-subtitle .subtitle {
    font-family: "Lato", sans-serif;
    color: var(--primary-color);
    font-size: 16px;
    line-height: 2;
    margin-bottom: 8px;
    font-weight: normal;
    letter-spacing: 0.08em;
}

.with-subtitle .subtitle::before,
.with-subtitle .subtitle::after {
    content: "";
    display: inline-block;
    width: 14px;
    height: 1px;
    background-color: var(--primary-color);
    vertical-align: middle;
    margin-right: 12px;
}

.with-subtitle .subtitle::before {
    margin-right: 12px;
}
.with-subtitle .subtitle::after {
    margin-left: 12px;
}

.two-columns {
    display: flex;
    gap: min(50px, 2.5vw);
}

.column-1 {
    width: 72%;
}
.column-2 {
    width: 25.5%;
}

@container (max-width: 992px) {
    .two-columns {
        flex-direction: column;
        gap: 48px;
    }
    .column-1 {
        width: 100%;
    }
    .column-2 {
        width: 100%;
        min-width: 274px;
        margin-left: auto;
        margin-right: auto;
    }
}

.search-container {
    max-width: 798px;
    margin: 0 auto;
    border-radius: 8px;
}

.search-container-content {
    padding: 24px 32px 52px 32px;
    background-color: #fff;
}

@container (max-width: 992px) {
    .search-container-content {
        padding: 24px 24px 52px 24px;
    }
}

.search-container-two-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    padding: 32px;
    background-color: #fff;
}

@container (max-width: 992px) {
    .search-container-two-columns {
        grid-template-columns: 1fr;
        padding: 24px 16px;
    }
}

.search-container-content-item + .search-container-content-item {
    content: "";
    position: relative;
    padding-top: 24px;
    margin-top: 24px;
    background-image: url(assets/img/common/section-line-dotted.png);
    background-size: contain;
    background-repeat: repeat-x;
    top: 24px;
    left: 0;
}

.search-container-column-item {
    content: "";
    position: relative;
    background-image: url(assets/img/common/section-line-dotted.png);
    background-size: 868px;
    background-position: bottom;
    background-repeat: repeat-x;
    padding-bottom: 24px;
}

.search-container-item-head {
    width: fit-content;
    border-radius: 16px;
    background-color: #f0fcfd;
    font-size: 15px;
    font-weight: bold;
    padding: .3em 1em .5em;
    margin-bottom: 1em;
}

.links-prefecture {
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    gap: 1em;
}

.area-accordion {
    interpolate-size: allow-keywords;
    border-radius: 8px;
    margin-bottom: 10px;
    background-color: #ffffff;
    overflow: hidden; /* 角丸を維持するため */
    &::details-content {
        @media (prefers-reduced-motion: no-preference) {
            transition-duration: 240ms;
            transition-property: content-visibility, opacity;
            transition-behavior: allow-discrete;
        }
    }

    &:not([open])::details-content {
        opacity: 0;
    }
}

/* ヘッダー部分（summaryタグ）のスタイル */
.area-accordion > summary {
    display: block; 
    padding: 12px 40px 12px 20px; /* 右側に矢印のスペースを確保 */
    background-color: #f0f8ff; /* 画像に近い薄い水色 */
    font-weight: 600;
    cursor: pointer;
    position: relative;
    list-style: none; /* 標準の三角マーカーを消す */
}

/* カスタムの開閉矢印 */
.area-accordion > summary::after {
    content: '';
    position: absolute;
    right: 18px;
    top: 50%;
    
    width: 14px;
    height: 14px;
    background-color: var(--primary-color);
    border-radius: 50%;
  
    /* 下向きの矢印（SVG） */
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" fill="white"><path d="M9.88 12.45 L16 18.56 l6.12 -6.11 L24 14.33 l-8 8 -8 -8 1.88 -1.88 z"/></svg>');
    background-repeat: no-repeat;
    background-size: contain;
    
    transform: translateY(-50%) rotate(0deg) scale(1.2);
    transition: transform 0.2s ease-in-out;
}

/* detailsが開いている時の矢印のスタイル */
.area-accordion[open] > summary::after {
    /* 上向きに回転 */
    transform: translateY(-50%) rotate(-180deg) scale(1.2);
}

/* チェックボックスのコンテナ */
.checkbox-group {
    padding: 15px 20px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    gap: 16px 4px;
}

/* チェックボックスとラベルのスタイル */
.checkbox-group label {
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    cursor: pointer;
}

.checkbox-group input[type="checkbox"] {
    margin-right: 8px;
}

.search-container-head {
    display: block;
    width: 100%;
    background-color: var(--primary-color);
    color: #fff;
    font-weight: bold;
    font-size: clamp(0.75rem, 0.614rem + 0.68vw, 1.125rem);
    border-radius: 10px 10px 0 0;
    display: flex;
    align-items: center;
    padding: 8px 16px;
    line-height: 1.5;
}

.search-container-head::before {
    content: "";
    display: inline-block;
    width: 26px;
    height: 26px;
    background-image: url(assets/img/icon/icon_search.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 12px;
}

.search-container-head::after {
    content: "・ ・ ・";
    display: inline-block;
    font-size: clamp(0.625rem, 0.443rem + 0.91vw, 1.125rem);
    font-weight: bold;
    margin-left: auto;
    flex-shrink: 0;
    speak: never;
    speak-as: spell-out;
}

@container (max-width: 992px) {
    .search-container-head::after {
        content: none;
    }
}

.search-container-first {
    width: clamp(80px, 13.8%, 100px);
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
}

.search-container-first .search-container-icon-caption {
    font-size: 14px;
    text-align: center;
    margin-top: 8px;
}

.search-container-content > li .search-container-second {
    display: flex;
    flex-grow: 1;
    flex-shrink: 1;
}

.search-select-wrapper {
    margin: auto 0;
    max-width: 358px;
    width: 95%;
    position: relative;
}

.search-prefecture {
    font-family: var(--zenkaku-font);
    border: 1px solid var(--primary-color);
    border-radius: 10px;
    width: 100%;
    padding: 12px 16px;
    cursor: pointer;
    transition: opacity 0.2s ease;
}

@container (max-width: 992px) {
    .search-prefecture {
        font-size: 14px;
        padding: 8px 16px;
    }
}

.search-prefecture:hover {
    opacity: 0.85;
}

.icon-plus {
    position: absolute;
    right: 3%;
    top: 50%;
    transform: translateY(-50%);
    width: 29px;
    height: 29px;
    background-color: var(--primary-color);
    border-radius: 50%;
    pointer-events: none;
    transition: opacity 0.2s ease;
}

@container (max-width: 720px) {
    .icon-plus {
        width: 24px;
        height: 24px;
    }
}

.search-prefecture:hover + .icon-plus {
    opacity: 0.85;
}

.icon-plus::before,
.icon-plus::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 0.5px;
    background-color: #fff;
}
.icon-plus::before {
    width: 14px;
    height: 2px;
    transform: translate(-50%, -50%) scaleY(0.5);
}
.icon-plus::after {
    width: 2px;
    height: 14px;
    transform: translate(-50%, -50%) scaleX(0.5);
}

@container (max-width: 720px) {
    .icon-plus::before {
        width: 10px;
    }
    .icon-plus::after {
        height: 10px;
    }
}
.search-prefecture::after {
    content: "+";
    display: inline-block;
    width: 29px;
    height: 29px;
    border-radius: 50%;
    background-color: var(--primary-color);
    color: #fff;
    speak: never;
    speak-as: spell-out;
}

.check-list {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 16px;
}

@container (max-width: 720px) {
    .check-list {
        gap: 10px 16px;
    }
}

.input-text-wrapper {
    margin: auto 0;
    width: 100%;
}

.input-text-wrapper p {
    font-size: 14px;
    margin-bottom: 6px;
}

.input-text-wrapper input {
    width: 100%;
    padding: 13px 11px 12px 11px;
    border: 1px solid #d1d1d1;
    font-family: var(--zenkaku-font);
    resize: none;

    &::placeholder {
        color: #a2a2a2;
    }
}

@container (max-width: 720px) {
    .input-text-wrapper textarea {
        font-size: 12px;
    }
}

.search-container-foot {
    display: flex;
    background-color: #e4f1f4;
    justify-content: space-between;
    width: 100%;
    padding: 34px 47px 33px 46px;
}

@container (max-width: 720px) {
    .search-container-foot {
        flex-direction: column;
        justify-content: center;
        padding: 23px 47px 24px 46px;
    }
}

.search-result-area {
    font-weight: bold;
    font-family: var(--zenkaku-font);
    font-size: 22px;
}

@container (max-width: 720px) {
    .search-result-area {
        text-align: center;
        margin-bottom: 24px;
    }
}

#search-result {
    font-size: 32px;
}

.search-submit-area {
    flex-grow: 1;
}

.primary-btn.expand {
    font-size: 18px;
    width: 75%;
    max-width: 376px;
    padding-top: 17px;
    padding-bottom: 17px;
    margin-left: auto;
    margin-right: auto;
}

@container (max-width: 720px) {
    .primary-btn.expand {
        max-width: none;
        width: 100%;
        font-size: 16px;
    }
}

.primary-btn.end {
    margin-right: 0;
}

.primary-btn.show-detail {
    font-size: 16px;
    max-width: 240px;
    gap: 0;
}

@media screen and (max-width: 767px) {
    .primary-btn.show-detail {
        max-width: 313px;
    }
}

.primary-btn.arrow-right.expand::after {
    margin-left: auto;
}

.arrow-right.expand .btn-inner-text {
    margin-left: auto;
}

.search-reset {
    font-family: var(--zenkaku-font);
    font-size: 14px;
    text-decoration: underline;
    cursor: pointer;
    width: fit-content;
    margin-top: 8px;
}

@container (max-width: 720px) {
    .search-reset {
        font-size: 12px;
    }
}

.search-reset:hover {
    opacity: 0.8;
}

.block-end {
    display: block;
    margin-left: auto;
}

.zen {
    font-family: var(--zenkaku-font);
}

.marker {
    background: linear-gradient(transparent 90%, var(--secondary-color) 0%);
    display: inline;
    padding: 0 1px 0px;
}

.what-is-vns {
    background-color: #fff;
    border-radius: 10px;
    padding: 25px 23px 32px 23px;
}

.what-is-vns-head {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 24px;
}
@container (max-width: 720px) {
    .what-is-vns-head {
        flex-direction: row;
        justify-content: center;
    }
}
.what-is-vns-head:before,
.what-is-vns-head:after {
    position: absolute;
    content: "";
    width: 8px;
    height: 100%;
    border-style: solid;
    border-color: #e4f1f4;
}
.what-is-vns-head:before {
    border-width: 2px 0 2px 2px;
    left: 0;
}
.what-is-vns-head:after {
    border-width: 2px 2px 2px 0;
    right: 0;
}

.what-is-vns-head img {
    max-width: 84px;
}

.what-is-vns-head p {
    font-size: 14px;
}

.what-is-vns-text h3 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 14px;
}

.what-is-vns-text p {
    font-size: 14px;
    line-height: 1.75;
}

.highlight-text {
    background: linear-gradient(transparent 40%, var(--secondary-color) 0%);
    display: inline;
    padding: 0 1px 0px;
}
.highlight-text.highlight-narrow {
    background: linear-gradient(transparent 50%, var(--secondary-color) 0%);
    display: inline;
    padding: 0 1px 0px;
    word-break: normal;
}

.head-center {
    text-align: center;
    margin: 0 auto 44px auto;
}

.top-bordered {
    position: relative;
}

.top-bordered::before {
    display: block;
    content: "";
    width: 67%;
    height: 2px;
    scale: 1 0.5;
    background-color: var(--primary-color);
    margin: 0 auto 68px auto;
}

@media screen and (max-width: 767px) {
    .top-bordered::before {
        width: calc(100% - 30px);
    }
}

.top-articles-list-wrapper {
    padding: 32px 0 120px 0;
}

.top-articles-list-wrapper .show-detail {
    margin-top: 40px;
}

@media screen and (max-width: 1400px) {
    .articles-wrapper {
        overflow: auto hidden;
        padding-bottom: 16px;
    }
}

.grid {
    display: grid;
}

.grid-three-two {
    grid-template-columns: repeat(3, 32%);
    justify-content: space-between;
}
.grid-two {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(248px, 1fr));
    justify-content: space-between;
    row-gap: 48px;
    column-gap: 24px;
}

@media screen and (max-width: 1400px) {
    .grid {
        display: flex !important;
        gap: 24px;
        width: max-content;
    }
    .grid > li {
        width: 348px;
        max-width: 80dvw;
    }
}

.grid-two .article-card .card-head {
    min-height: 64px;
}

.article-card {
    position: relative;
}

.article-card .card-head {
    line-height: 1.5;
    margin-top: 0;
    margin-bottom: 32px;
    min-height: 82px;
}

@media screen and (max-width: 767px) {
    .article-card .card-head {
        font-size: 14px;
    }
}

.article-category {
    position: absolute;
    top: 0;
    left: 0;
    font-weight: bold;
    font-size: 14px;
    line-height: 25px;
    color: #fff;
    background-color: var(--primary-color);
    border-radius: 10px 0px;
    padding: 7px 21px 7px 12px;
}

.article-column {
    display: flex;
    align-items: center;
    font-size: 14px;
}

@media screen and (max-width: 767px) {
    .article-column {
        font-size: 12px;
    }
}

.article-column > :not(:first-child)::before {
    content: "";
    display: inline-block;
    height: 1em;
    width: 2px;
    scale: 0.5 1;
    background-color: var(--text-color);
    margin: auto 10px;
    vertical-align: bottom;
}

.article-card .article-date {
    font-family: var(--roboto-font);
    display: inline-flex;
    font-weight: 300;
    line-height: 36px;
}

.article-card .article-author {
    font-family: var(--roboto-font);
    display: inline-flex;
    font-weight: 300;
    font-size: 14px;
    line-height: 45px;
}

.avatar-wrapper {
    display: inline-flex;
    border-radius: 50%;
    overflow: clip;
    height: 25px;
    margin: auto 6px auto 0px;
}

.grid-four-one {
    display: grid;
    grid-template-columns: repeat(4, 24%);
    justify-content: space-between;
}

.grid-four-one .tag-list {
    font-size: 12px;
}

.top-what-is-visiting-nursing .main-section {
    padding: 70px 0 96px 0;
}

.cards-row {
    max-width: 65.8%;
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
    .cards-row {
        max-width: none;
    }
}

.cards-row .cards {
    display: grid;
    grid-template-columns: repeat(2, 48%);
    justify-content: space-between;
}

.cards-row .card-nav {
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: 20px;
    color: var(--primary-color);
    width: fit-content;
    margin: 20px auto 0;
}

@media screen and (max-width: 767px) {
    .cards-row .card-nav {
        font-size: 18px;
    }
}

.cards-row .card-nav::after {
    display: inline-block;
    content: "";
    width: 28px;
    aspect-ratio: 1;
    background-image: url(assets/img/icon/nav_angle-right--gray-circled.png);
    background-size: contain;
    background-repeat: no-repeat;
    flex-shrink: 0;
}

.top-our-media {
    background-image: url(assets/img/front-page/bg_our-media.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100vw;
    max-width: 1920px;
    aspect-ratio: 1920 / 610;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 1023px) {
    .top-our-media {
        background-image: url(assets/img/front-page/bg_our-media_sp.png);
        aspect-ratio: initial;
    }
}

.top-our-media .main-section {
    padding: 90px 0 100px 0;
}

.our-media-cards {
    display: flex;
    justify-content: space-between;
    margin-bottom: 44px;
}
@media screen and (max-width: 1023px) {
    .our-media-cards {
        flex-direction: column;
        gap: 16px;
    }
}
.our-media-card {
    flex-basis: 31.5%;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0px 0px 20px rgba(93, 161, 219, 0.3);
}
@media screen and (max-width: 1023px) {
    .our-media-card {
        max-width: 320px;
        margin: 0 auto;
        width: 100%;
    }
}
.our-media-card a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 30px 15px 30px 20px;
}
.our-media-card-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 4px;
    max-height: 34px;
    font-size: clamp(0.775rem, 0.691rem + 0.17vw, 1rem);
    text-align: center;
}

.auto-break {
    white-space: pre-wrap;
    word-break: keep-all;
}

.our-media-card-inner img {
    min-width: 20px;
    max-height: 34px;
}
.our-media-card-inner::after {
    display: inline-block;
    content: "";
    width: 30px;
    aspect-ratio: 1;
    background-image: url(assets/img/icon/nav_angle-right--gray-circled.png);
    background-size: contain;
    background-repeat: no-repeat;
    flex-shrink: 0;
}

.our-media-writer {
    width: 100%;
    position: relative;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #E4F1F4;
}

@media screen and (max-width: 1023px) {
    .our-media-writer {
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
    }
}

.writer-icon {
    position: absolute;
    top: -24px;
    left: -24px; 
    width: 100px;
    aspect-ratio: 1;
    z-index: 1;
}

@media screen and (max-width: 1023px) {
    .writer-icon {
        top: -32px;
        left: 50%;
        transform: translateX(-50%);
    }
}

.out-media-writer-inner {
    padding: 22px 0 26px 88px;
    position: relative;
    z-index: 0;
}

@media screen and (max-width: 1023px) {
    .out-media-writer-inner {
        padding: 72px 16px 24px 16px;
    }
}

.out-media-writer-inner h3 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}

@media screen and (max-width: 1023px) {
    .out-media-writer-inner h3 {
        font-size: 16px;
        line-height: 1.5;
        text-align: center;
    }
}

.bg-writer {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    max-height: 100%;
    z-index: -1;
}

@media screen and (max-width: 1023px) {
    .bg-writer {
        position: initial;
        transform: none;
    }
}

.row {
    display: flex;
}

.out-media-writer-inner .row {
    max-width: 504px;
    align-items: center;
    gap: 16px;
}

@media screen and (max-width: 1023px) {
    .out-media-writer-inner .row {
        max-width: none;
        flex-direction: column;
        align-items: center;
        gap: 16px;
        margin: 24px auto 0;
    }
}

.out-media-writer-inner p {
    font-size: 14px;
    line-height: 1.75;
}
@media screen and (max-width: 1023px) {
    .out-media-writer-inner p {
        max-width: 240px;
    }
}

.article-item + .article-item {
    content: "";
    position: relative;
    background-image: url(assets/img/common/article-line-dotted.png);
    background-size: 174%;
    background-repeat: repeat-x;
    top: 0;
    left: 0;
    margin-top: 24px;
    padding-top: 24px;
}

@container (max-width: 720px) {
    .article-item:last-child {
        background-image: url(assets/img/common/article-line-dotted.png),
            url(assets/img/common/article-line-dotted.png);
        background-position: top, bottom;
        padding-bottom: 24px;
        margin-bottom: -24px;
    }
}

.article-item a:hover .card-head {
    text-decoration: underline;
}

.article-columns .article-card {
    display: flex;
    gap: min(20px, 3.2vw);
}

.article-columns .article-img-wrapper {
    flex-shrink: 0;
    border-radius: 10px;
    overflow: hidden;
    height: fit-content;
}

.article-columns .article-img-wrapper img {
    aspect-ratio: 1;
    object-fit: cover;
}

.article-columns .article-card .card-head {
    margin-bottom: 6px;
    min-height: initial;
}

.article-columns .tag-list {
    font-size: 12px;
    font-family: var(--zenkaku-font);
    gap: 6px 16px;
}

.tag-list-container {
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    background: linear-gradient(
        to right top,
        #fff 0%,
        #eff4f5 13.79%,
        #eff4f5 77.34%,
        #fff 100%
    );
    height: 100%;
    padding: 30px 20px;
}

@media screen and (max-width: 1023px) {
    .tag-list-container {
        flex-wrap: wrap;
        height: 300px;
        padding: 30px 20px 30px 0;
        column-gap: 20px;
    }
}

.tag-list-container h2 {
    font-size: 20px;
    margin-bottom: 16px;
}

@media screen and (max-width: 1023px) {
    .tag-list-container h2 {
        font-size: 18px;
        display: grid;
        width: 50%;
        flex-grow: 1;
        place-content: center;
    }
}

.tag-cloud-link::before {
    content: "#";
    margin-right: 2px;
    speak: never;
    speak-as: spell-out;
}

.wp-tag-cloud {
    margin-bottom: 8px;
}

@media screen and (max-width: 1023px) {
    .wp-tag-cloud {
        order: 3;
        width: 50%;
    }
}

.wp-tag-cloud li {
    font-family: var(--zenkaku-font);
    margin-top: 8px;
}

.wp-tag-cloud li:nth-child(n):nth-child(-n + 3),
.wp-tag-cloud li:nth-child(n + 10):nth-child(-n + 12) {
    color: var(--primary-color);
}
.wp-tag-cloud li:nth-child(n + 4):nth-child(-n + 6),
.wp-tag-cloud li:nth-child(n + 13):nth-child(-n + 15) {
    color: #5dcbe0;
}
.wp-tag-cloud li:nth-child(n + 7):nth-child(-n + 9),
.wp-tag-cloud li:nth-child(n + 16):nth-child(-n + 18) {
    color: #79ce94;
}

.tag-list-link {
    font-size: 14px;
    text-decoration: underline;
    font-family: var(--zenkaku-font);
    align-self: end;
}

@media screen and (max-width: 1023px) {
    .tag-list-link {
        width: 50%;
        order: 2;
        flex-wrap: wrap;
        align-self: flex-start;
        text-align: center;
    }
}

.top-information-inner {
    padding: 120px 0;
}

.top-information-inner .two-columns {
    margin-bottom: 40px;
}

.top-information-inner .article-column {
    font-size: 12px;
}
.top-information-inner .article-column .article-date {
    font-family: inherit;
}

.join-us {
    display: flex;
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
    background: linear-gradient(
        100deg,
        #5da1db 0%,
        #5da1db 76.85%,
        rgba(93, 175, 219, 0.8) 87.68%,
        rgba(93, 190, 219, 0.3) 100%
    );
}
.join-us:has(+ section) {
    margin-bottom: 100px;
}
@media screen and (max-width: 1023px) {
    .join-us {
        flex-direction: column;
        background: linear-gradient(
            135deg,
            #5da1db 0%,
            #5da1db 69.85%,
            rgba(93, 175, 219, 0.8) 80.68%,
            rgba(93, 190, 219, 0.3) 100%
        );
    }
}
.join-us .join-us-image-wrapper {
    flex-basis: 51%;
}
.join-us .join-us-body {
    flex-basis: 27.6%;
    color: #fff;
    margin: 40px 0 48px 48px;
}

@media screen and (max-width: 1023px) {
    .join-us .join-us-body {
        margin: 40px 48px 48px 48px;
    }
}
.join-us .join-us-image-wrapper img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.join-us-body .with-subtitle {
    text-align: center;
}

.join-us-body .with-subtitle .subtitle {
    color: #fff;
}

.join-us-body .with-subtitle .subtitle::before,
.join-us-body .with-subtitle .subtitle::after {
    background-color: #fff;
}

.join-us-body .with-subtitle .subtitle h2 {
    font-size: 28px;
    margin-bottom: 24px;
}

.join-us-body .join-us-text {
    line-height: 1.875;
    margin-bottom: 24px;
    max-width: 480px;
}

@media screen and (max-width: 1023px) {
    .join-us-body .join-us-text {
        margin: 0 auto 32px auto;
    }
}

.primary-invert-btn {
    background-color: #fff;
    border-radius: 5px;
    color: var(--primary-color);
    padding: 11px 12px 11px 16px;
    display: flex;
    align-items: center;
    gap: 12px;
    position: relative;
    font-weight: bold;
    width: fit-content;
}

@media screen and (max-width: 1500px) {
    .primary-invert-btn {
        font-size: 14px;
    }
}

.primary-invert-btn.bordered {
    border: 1px solid var(--primary-color);
}

.primary-invert-btn.expand {
    font-size: 18px;
    width: 75%;
    max-width: 376px;
    padding-top: 17px;
    padding-bottom: 17px;
    margin-left: auto;
    margin-right: auto;
}

.primary-invert-btn.arrow-right {
    padding: 18px 64px 18px 56px;
}

.primary-invert-btn.arrow-right::after {
    position: absolute;
    right: 4%;
    display: inline-block;
    content: "";
    width: 20px;
    aspect-ratio: 1;
    background-image: url(assets/img/icon/nav_angle-right--blue-circled.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.horizontal-centered {
    margin-left: auto;
    margin-right: auto;
}

.follow-us {
    max-width: 1920px;
    margin: 0 auto 100px auto;
}

.follow-us-inner {
    border-radius: 10px;
    background: #e4f1f4;
    padding: 57px 60px 66px 60px;
    width: fit-content;
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
    .follow-us-inner {
        width: calc(100% - 30px);
        padding: 40px;
    }
}

.follow-us-head-group {
    margin-bottom: 32px;
}

@media screen and (max-width: 767px) {
    .follow-us-head-group {
        text-align: center;
    }
}

.follow-us-inner .follow-us-head {
    display: inline-block;
    font-family: var(--lato-font);
    color: var(--primary-color);
    font-size: 50px;
    font-weight: bold;
    letter-spacing: 0.12em;
    margin-right: 16px;
}

@media screen and (max-width: 767px) {
    .follow-us-inner .follow-us-head {
        font-size: 32px;
        display: block;
        margin-right: 0;
        margin-bottom: 8px;
    }
}

.follow-us-inner .follow-us-sub-head {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.2em;
    display: inline-block;
}

@media screen and (max-width: 767px) {
    .follow-us-inner .follow-us-sub-head {
        font-size: 16px;
        text-align: center;
    }
}

.follow-us-sns {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 4px;
}

@media screen and (max-width: 767px) {
    .follow-us-sns {
        grid-template-columns: 100%;
        gap: 8px;
    }
}

.follow-us-sns > li > a {
    border-radius: 5px;
    background: #fff;
    opacity: 0.95;
    box-shadow: 0px 0px 10px rgba(93, 161, 219, 0.3);
    font-size: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    padding: 24px 20px;
    gap: clamp(40px, 6dvw, 96px);
}

@media screen and (max-width: 767px) {
    .follow-us-sns > li > a {
        font-size: 18px;
    }
}

.follow-us-sns > li > a img {
    flex-shrink: 0;
}

/*--------------------------------------
  フッター
--------------------------------------*/
.footer {
    background-color: #34647e;
}

.footer-inner {
    width: 67%;
    max-width: 1100px;
    margin: 0 auto;
    padding-top: 55px;
    padding-bottom: 100px;
    display: flex;
    justify-content: space-between;
}

@media screen and (max-width: 1279px) {
    .footer-inner {
        width: auto;
        flex-direction: column;
        align-items: center;
    }
}

.footer-first {
    display: inline-block;
    max-width: min(24%, 270px);
}

@media screen and (max-width: 1279px) {
    .footer-first {
        max-width: none;
        margin-bottom: 40px;
    }
}

.footer-inner .logo-wrapper {
    display: block;
}

@media screen and (max-width:1279px) {
    .footer-inner .logo-wrapper {
        display: block;
        max-width: 180px;
        margin-inline: auto;
    }
}

.footer-inner .site-title {
    font-size: clamp(1.188rem, -0.139rem + 1.66vw, 1.438rem);
    color: #fff;
}

.footer-inner .site-subtitle {
    font-size: 11px;
    color: #fff;
    font-weight: 300;
}
@media screen and (max-width:1279px) {
    .footer-inner .site-subtitle {
        font-size: 9px;
    }
}

.footer-logo {
    display: block;
    margin: 0 auto;
}

.footer-first .primary-btn,
.footer-first .primary-invert-btn {
    width: 100%;
    gap: 0;
    justify-content: space-between;
    font-size: 15px;
}

.white-bordered-btn {
    display: block;
    width: fit-content;
    border: 1px solid #fff;
    border-radius: 999px;
    color: #fff;
    position: relative;
    transition: all 0.3s ease;
}

@media screen and (max-width: 1279px) {
    .white-bordered-btn {
        margin: 0 auto;
    }
}

.white-bordered-btn:hover {
    opacity: 1;
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
}

.white-bordered-btn.medium {
    padding: 8px 16px 9px 16px;
    font-size: 14px;
}

.white-bordered-btn.arrow-right {
    padding-right: 39px;
}

.white-bordered-btn.arrow-right::after {
    content: "";
    position: absolute;
    right: 10%;
    top: 50%;
    transform: translateY(-50%);
    width: 6.5px;
    aspect-ratio: 3 / 5;
    background-image: url(assets/img/icon/nav_angle-right.png);
    background-size: contain;
    background-repeat: no-repeat;
    filter: brightness(2);
}

.primary-invert-btn.login {
    border-radius: 5px;
    padding: 11px 12px 11px 16px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
}

.primary-invert-btn.login::before {
    display: inline-block;
    content: "";
    width: 24px;
    aspect-ratio: 1;
    background-image: url(assets/img/icon/icon_human.png);
    background-size: contain;
    background-repeat: no-repeat;
    flex-shrink: 0;
}

.primary-invert-btn.login.arrow-right::after {
    position: static;
    display: inline-block;
    content: "";
    width: 20px;
    aspect-ratio: 1;
    background-image: url(assets/img/icon/nav_angle-right--blue-circled.png);
    background-size: contain;
    background-repeat: no-repeat;
    flex-shrink: 0;
}

.footer-first li:not(:last-child) {
    margin-bottom: 16px;
}

@media screen and (max-width: 1279px) {
    .footer-first li:not(:last-child) {
        margin-bottom: 10px;
    }
}

.footer-first li:first-child {
    margin-bottom: 32px;
}

.footer-second {
    display: inline-flex;
    flex-direction: column;
    justify-content: space-between;
    color: #fff;
    margin-top: 6px;
}
@media screen and (max-width: 1279px) {
    .footer-second {
        width: 248px;
        gap: 40px;
    }
}
.internal-links {
    display: flex;
    gap: clamp(1rem, -0.824rem + 2.35vw, 2rem);
    flex-grow: 1;
}
@media screen and (max-width: 1279px) {
    .internal-links {
        flex-direction: column;
        gap: 0;
    }
}
.internal-links > li {
    position: relative;
    border-color: #fff;
}
@media screen and (max-width: 1279px) {
    .internal-links > li {
        border-top: 1px solid;
        overflow: hidden;
    }
    .internal-links > li::after {
        content: "";
        position: absolute;
        right: 1%;
        top: 50%;
        width: 12px;
        height: 12px;
        border-top: 4px solid;
        border-right: 4px solid;
        -webkit-transform: translateY(-50%) scale(0.5) rotate(45deg);
        transform: translateY(-50%) scale(0.5) rotate(45deg);
        border-radius: 15%;
    }
    .internal-links > li:has(.nav-link-child)::after {
        content: none;
    }
}
.internal-links > li > a {
    display: block;
    font-weight: bold;
    font-size: clamp(0.875rem, 0.647rem + 0.29vw, 1rem);
    margin-bottom: 14px;
}
@media screen and (max-width: 1279px) {
    .internal-links > li > a {
        font-size: 12px;
        margin: 0;
        padding: 16px 0;
    }
}

@media screen and (max-width: 1279px) {
    .nav-link-child {
        height: 0;
        min-height: 0;
        transition: 0.3s ease height, 0.3s ease opacity;
        visibility: hidden;
    }
}

.internal-links .open-sub-menu {
    display: none;
}
.internal-links li:has(.open-sub-menu)::before {
    content: none;
}

@media screen and (max-width: 1279px) {
    .internal-links .open-sub-menu {
        position: absolute;
        display: block;
        width: 8px;
        height: 8px;
        right: 1%;
        top: 20px;
        z-index: 1;
        cursor: pointer;
        opacity: 0;
        margin: 0;
    }
    .internal-links li:has(.open-sub-menu)::before {
        content: "";
        position: absolute;
        right: 1%;
        top: 20px;
        width: 8px;
        height: 8px;
        background-image: url(assets/img/icon/icon_plus_white.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        pointer-events: none;
        transition: 0.3s opacity;
    }
    .internal-links li:has(.open-sub-menu:checked)::before {
        background-image: url(assets/img/icon/icon_minus_white.png);
    }
    .internal-links .open-sub-menu:checked ~ .nav-link-child:has(> :nth-child(2)) {
        height: 64px;
        visibility: visible;
    }
    .internal-links .open-sub-menu:checked ~ .nav-link-child:has(> :nth-child(3)) {
        height: 92px;
        visibility: visible;
    }
    .internal-links .open-sub-menu:checked ~ .nav-link-child:has(> :nth-child(4)) {
        height: 120px;
        visibility: visible;
    }
    .internal-links .open-sub-menu:checked ~ .nav-link-child:has(> :nth-child(5)) {
        height: 148px;
        visibility: visible;
    }
}

.nav-link-child li a {
    font-size: clamp(0.688rem, 0.346rem + 0.44vw, 0.875rem);
    display: block;
    padding: 8px 0;
}
@media screen and (max-width: 1279px) {
    .nav-link-child li a {
        font-weight: bold;
        margin-left: 14px;
    }
}
.nav-link-child li a::before {
    content: "-";
    speak: never;
    speak-as: spell-out;
}
@media screen and (max-width: 1279px) {
    .nav-link-child li a::before {
        content: none;
    }
}
.sns-list {
    display: flex;
    align-items: center;
    gap: 15px;
    font-weight: bold;
    margin-top: auto;
}
@media screen and (max-width: 1279px) {
    .sns-list {
        flex-direction: column;
        margin-bottom: 40px;
    }
}
.sns-list ul {
    display: inline-flex;
    gap: 15px;
    align-items: center;
}
.footer-bottom {
    position: relative;
}
.footer-bottom-links {
    display: flex;
    width: fit-content;
    font-size: 14px;
    font-weight: bold;
    margin-left: auto;
    margin-right: 8px;
    margin-bottom: 12px;
}
@media screen and (max-width: 1279px) {
    .footer-bottom-links {
        flex-direction: column;
        align-items: center;
        font-size: 13px;
        gap: 24px;
        margin: 0 auto 40px auto;
    }
}
.footer-bottom-links li {
    position: relative;
    margin-left: 16px;
}
@media screen and (max-width: 1279px) {
    .footer-bottom-links li {
        margin-left: 0;
    }
}
.footer-bottom-links li::before {
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
    content: "|";
    font-weight: normal;
    speak: never;
    speak-as: spell-out;
}
.footer-bottom-links li:last-child::after {
    position: absolute;
    right: -12px;
    top: 50%;
    transform: translateY(-50%);
    content: "|";
    font-weight: normal;
}
@media screen and (max-width: 1279px) {
    .footer-bottom-links li::before,
    .footer-bottom-links li::after {
        content: none !important;
    }
}
.copyright {
    font-family: var(--roboto-font);
    display: block;
    margin-left: auto;
    width: fit-content;
    font-size: 14px;
}
@media screen and (max-width: 1279px) {
    .copyright {
        font-size: 11px;
        opacity: 0.6;
        margin: 0 auto;
        font-weight: normal;
    }
}
.to-top-link {
    position: absolute;
    bottom: -8px;
    right: min(-24px, -11dvw);
}
@media screen and (max-width: 767px) {
    .to-top-link {
        width: 39px;
        height: 39px;
    }
}

/*--------------------------------------
  archive
--------------------------------------*/

.archive-list .two-columns {
    padding-bottom: 100px;
}

.fv {
    position: relative;
    margin-top: 100px;
}

@media screen and (max-width: 1279px) {
    .fv {
        margin-top: 0;
    }
}

.fv-title {
    background-image: url(assets/img/common/common-header.png);
    display: grid;
    place-content: center;
    text-align: center;
    aspect-ratio: 1920 / 164;
    width: 100%;
    min-height: 164px;
    background-size: cover;
    background-position: top;
    margin-bottom: 96px;
    font-size: 32px;
    font-weight: bold;
    position: relative;
}

@media screen and (max-width: 1279px) {
    .fv-title {
        background-image: url(assets/img/common/common-header_sp.png);
        aspect-ratio: inherit;
        height: 218px;
        margin-left: auto;
        margin-right: auto;
        font-size: 24px;
    }
}

.fv-title .subtitle {
    margin-bottom: 0;
}

.fv-title.no-margin {
    margin: 0;
}

.fv-title .fv-head {
    letter-spacing: 0.12em;
    line-height: 1.25;
}

.sidebar-head {
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 8px;
    border-bottom: 2px solid var(--primary-color);
    margin-bottom: 16px;
}

.sidebar-categories {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 24px;
}

.sidebar-tags {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 32px;
}

.sidebar-tags a {
    font-size: 14px;
    font-weight: 500;
    margin-left: 1rem;
}
.sidebar-tags a::before {
    content: "#";
    margin-right: 2px;
    speak: never;
    speak-as: spell-out;
}
.banners {
    margin-bottom: 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}
.banner {
    display: block;
}

.sidebar-category .rounded-btn {
    font-size: 13px;
    font-weight: bold;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    border-width: 2px;
}

.share-links-wrapper {
    display: flex;
    border-radius: 10px;
    background-color: #e4f1f4;
    padding: 24px 40px 24px 24px;
    margin: 48px auto;
    font-weight: bold;
}

@container (max-width: 720px) {
    .share-links-wrapper {
        flex-direction: column;
        gap: 14px;
        padding: 21px;
        margin: 80px auto 40px auto;
    }
}

.share-links-wrapper > * {
    flex-basis: 50%;
    display: grid;
    place-content: center;
    grid-auto-flow: column;
    gap: 20px;
}

.share-links {
    display: inline-grid;
    place-content: center;
    grid-auto-flow: column;
    gap: 20px;
}
.share-links li {
    width: fit-content;
    display: grid;
    place-content: center;
}
.share-links li a {
    display: block;
}

:where(.centered) {
    display: block;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

/*--------------------------------------
  pagination
--------------------------------------*/
.pagination-prev::before,
.pagination-next::before {
    content: "";
    display: block;
    position: relative;
    left: 0;
    top: 50%;
    width: 18px;
    height: 18px;
    -webkit-transform: translateY(-50%) scale(0.5) rotate(45deg);
    transform: translateY(-50%) scale(0.5) rotate(45deg);
    border-radius: 2px;
}
.pagination-prev::before {
    border-left: 4px solid var(--primary-color);
    border-bottom: 4px solid var(--primary-color);
}
.pagination-next::before {
    border-top: 4px solid var(--primary-color);
    border-right: 4px solid var(--primary-color);
}

.nav-links {
    width: fit-content;
    gap: 4px;
    margin: 64px auto 48px auto;
    display: flex;
}
.page-numbers {
    background-color: #fff;
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
    width: 47px;
    height: 47px;
    display: grid;
    place-content: center;
}
.page-numbers.current {
    background-color: var(--primary-color);
    color: #fff;
}
.page-numbers.prev,
.page-numbers.next {
    width: 24px;
    border: none;
}

/*--------------------------------------
  breadcrumbs
--------------------------------------*/
.breadcrumbs-wrapper {
    position: absolute;
    top: 20px;
    right: 16.65vw;
}
@media screen and (max-width: 1279px) {
    .breadcrumbs-wrapper {
        top: auto;
        right: 14px;
        bottom: 14px;
    }
}
.breadcrumbs {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-align: end;
}
@media screen and (max-width: 1279px) {
    .breadcrumbs {
        font-size: 12px;
        color: var(--text-color);
        line-height: 1.5;
    }
}
.breadcrumbs > span:not(:last-child) {
    margin-right: 8px;
}
.breadcrumbs > span:not(:first-child) {
    margin-left: 8px;
}
.breadcrumbs a {
    text-decoration: underline;
}
.breadcrumbs span.current-item:last-of-type {
    display: inline-block;
    padding: 0;
    margin-top: -3px;
    vertical-align: middle;
    max-width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*--------------------------------------
  single
--------------------------------------*/
.single h1 {
    font-size: 24px;
    margin-bottom: 12px;
}

.single .two-columns {
    padding-bottom: 220px;
}

@container (max-width: 720px) {
    .single .two-columns {
        gap: 80px;
        padding-bottom: 80px;
    }
}

.single .two-columns .article-column {
    font-weight: 300;
    margin-bottom: 20px;
}

@container (max-width: 720px) {
    .single .two-columns .article-column {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
        margin-bottom: 38px;
    }
    .single .two-columns .article-column > :not(:first-child)::before {
        content: none;
    }
}

.single .two-columns .article-column time {
    font-family: var(--roboto-font);
    margin-right: 4px;
}

.article-share {
    display: flex;
    align-items: center;
    line-height: 1;
}

.article-share .share-links {
    margin-left: 16px;
    gap: 16px;
}

.article-thumb {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 24px;
}

.article-thumb .article-category {
    background-color: #5dcbe0;
}

.single .tag-list {
    font-size: 14px;
    margin-bottom: 24px;
}

.single-body h2 {
    font-size: 26px;
    font-weight: bold;
    line-height: 1.5;
    background: linear-gradient(
        to right,
        #eff4f5 0%,
        #eff4f5 77.34%,
        rgba(239, 244, 245, 0) 100%
    );
    padding: 14px 30px;
    margin-bottom: 28px;
}

@container (max-width: 720px) {
    .single-body h2 {
        font-size: 18px;
        padding: 18px 16px;
    }
}

.single-body h3 {
    display: block;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.75;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--primary-color);
    margin-bottom: 24px;
}
@container (max-width: 720px) {
    .single-body h3 {
        font-size: 16px;
    }
}

.single-body h4 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}
@container (max-width: 720px) {
    .single-body h4 {
        font-size: 17px;
    }
}

.single-body p {
    font-size: 16px;
    line-height: 1.875;
}

@container (max-width: 720px) {
    .single-body p {
        font-size: 14px;
    }
}

.single-body p:has(+ :not(p)) {
    margin-bottom: 60px;
}

.single-body ul,
.single-body ol {
    line-height: 1.6;
    margin-left: 18px;
    margin-bottom: 40px;
}
.single-body ul {
    list-style: disc;
}
.single-body ol {
    list-style: decimal;
}
.single-body li:not(:last-child) {
    margin-bottom: 6px;
}

.post-nav-link {
    position: relative;
}
.post-nav-link .link-underlined,
.post-nav-link .post-nav-prev,
.post-nav-link .post-nav-next {
    position: absolute;
}
.post-nav-link .link-underlined {
    left: 50%;
    transform: translateX(-50%);
}
.post-nav-link .post-nav-prev {
    left: 30%;
    transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
    .post-nav-link .post-nav-prev {
        left: 0;
        transform: none;
    }
}
.post-nav-link .post-nav-prev a::before {
    display: inline-block;
    content: "";
    width: 20px;
    aspect-ratio: 1;
    background-image: url(assets/img/icon/nav_angle-right--blue-circled.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: sub;
    rotate: 180deg;
    margin-right: 12px;
}
.post-nav-link .post-nav-next {
    left: 70%;
    transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
    .post-nav-link .post-nav-next {
        left: auto;
        right: 0;
        transform: none;
    }
}
.post-nav-link .post-nav-next a::after {
    display: inline-block;
    content: "";
    width: 20px;
    aspect-ratio: 1;
    background-image: url(assets/img/icon/nav_angle-right--blue-circled.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: sub;
    margin-left: 12px;
}

@media screen and (max-width: 428px) {
    .post-nav-link > * {
        font-size: 13px;
    }
    .post-nav-link .post-nav-prev a::before,
    .post-nav-link .post-nav-next a::after {
        width: 16px;
    }
    .post-nav-link .post-nav-prev a::before {
        margin-right: 8px;
    }
    .post-nav-link .post-nav-next a::after {
        margin-left: 8px;
    }
}

/*--------------------------------------
  page-search
--------------------------------------*/

.find-support-search {
    background-image: url(assets/img/find-support/bg_search-section.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
    width: 100vw;
    max-width: 1920px;
    /* aspect-ratio: 1920 / 1166; */
    margin-left: auto;
    margin-right: auto;
    /* min-height: 100vh; */
}

@media screen and (max-width: 767px) {
    .find-support-search {
        background-image: url(assets/img/find-support/bg_search-section_sp.png);
        background-position: bottom;
        background-size: contain;
    }
}

.ellipse-top.ellipse-only-pc::before {
    transform: translate(-50%, -68%);
    width: 111%;
    aspect-ratio: 2142 / 177;
}

@media screen and (max-width: 767px) {
    .ellipse-top.ellipse-only-pc::before {
        content: none;
    }
    .ellipse-top.ellipse-only-pc {
        padding-top: 80px;
    }
}

.find-support-inner {
    padding: 120px 0 240px 0;
}

@media screen and (max-width: 767px) {
    .find-support-inner {
        padding: 90px 0 160px 0;
    }
}

/*--------------------------------------
  page-result
--------------------------------------*/
.find-support-result .main-section {
    padding: 56px 0 100px 0;
}
.find-support-result-inner {
    padding: 80px 0 100px 0;
}
.find-support-result h2 {
    display: inline-block;
}
.row-distant {
    display: flex;
    justify-content: space-between;
    align-items: end;
}
.find-support-result .row-distant {
    margin-bottom: 32px;
}
@media screen and (max-width: 1279px) {
    .find-support-result .row-distant {
        flex-direction: column;
    }
    .find-support-result .row-distant span {
        text-align: end;
        margin-top: 40px;
    }
}
.strong {
    font-size: 1.1em;
    font-weight: bold;
}
.find-support-result .row-distant h2 {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.1em;
    line-height: 1.5;
    align-self: start;
}
.right-margined {
    margin-right: 16px;
}
.find-support-result .article-columns {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 32px;
    margin-bottom: 32px;
}
@media screen and (max-width: 1279px) {
    .find-support-result .article-columns {
        gap: 40px;
    }
}
.find-support-result .article-columns .article-card {
    border: 1px solid #dfe3eb;
    padding: 26px 24px;
    border-radius: 10px;
}

@media screen and (max-width: 1279px) {
    .find-support-result .article-columns .article-card {
        flex-direction: column;
        padding: 16px;
    }
}
.find-support-result .article-columns .article-img-wrapper img {
    aspect-ratio: inherit;
}
@media screen and (max-width: 1279px) {
    .find-support-result .article-columns .article-img-wrapper {
        margin: 0 auto;
    }
}
.find-support-result .article-body {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}
.strength-list {
    display: flex;
    margin: 20px 0 0 0;
    flex-wrap: wrap;
    gap: 6px;
}
.article-strength {
    display: inline-block;
    color: var(--accent-color);
    border: 1px solid var(--accent-color);
    border-radius: 999px;
    padding: 4px 7px 5px 7px;
    font-size: 12px;
}
.find-support-result .article-top {
    display: flex;
    justify-content: space-between;
}
@media screen and (max-width: 1279px) {
    .find-support-result .article-top {
        display: contents;
    }
}

.find-support-result .article-top .card-head h2 {
    font-size: 20px;
    font-weight: bold;
}
.find-support-result .article-top .card-head p {
    font-size: 14px;
    font-weight: 500;
}
.transparent-btn {
    display: block;
    color: var(--primary-color);
    font-weight: bold;
    border: 1px solid var(--primary-color);
    border-radius: 4px;
    height: fit-content;
    padding: 11px 66px 12px 50px;
}
.transparent-btn.arrow-right {
    position: relative;
}
.find-support-result-inner .transparent-btn.arrow-right {
    order: 10;
    margin-top: 24px;
}
@media screen and (max-width: 1279px) {
    .find-support-result-inner .transparent-btn.arrow-right {
        text-align: center;
    }
}
.transparent-btn.arrow-right::after {
    position: absolute;
    right: 4%;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    content: "";
    width: 20px;
    aspect-ratio: 1;
    background-image: url(assets/img/icon/nav_angle-right--blue-circled.png);
    background-size: contain;
    background-repeat: no-repeat;
    flex-shrink: 0;
}

.description-list {
    margin-top: auto;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 3fr;
    font-size: 14px;
    line-height: 1.785;
    margin-top: 16px;
}
@media screen and (max-width: 1279px) {
    .find-support-result-inner .description-list {
        grid-template-columns: 1fr;
    }
}
.description-list dt {
    border-top: 1px solid #dfe3eb;
    border-left: 1px solid #dfe3eb;
    border-right: 1px solid #dfe3eb;
    background-color: #eff4f5;
    padding: 10px 13px 8px 13px;
}
.description-list dt:last-of-type {
    border: 1px solid #dfe3eb;
}
.description-list dd {
    border-top: 1px solid #dfe3eb;
    border-right: 1px solid #dfe3eb;
    padding: 10px 13px 8px 13px;
}
.description-list dd:last-of-type {
    border-bottom: 1px solid #dfe3eb;
}

@media screen and (max-width: 1279px) {
    .find-support-result-inner dt,
    .find-support-result-inner dd {
        border-top: 1px solid #dfe3eb;
        border-left: 1px solid #dfe3eb;
        border-right: 1px solid #dfe3eb;
    }
    .find-support-result-inner dt:last-of-type,
    .find-support-result-inner dd:last-of-type {
        border-bottom: 1px solid #dfe3eb;
    }
}
.description-list dd.row.wrap {
    justify-content: start;
}

/*--------------------------------------
  single-vns
--------------------------------------*/
.vns-top-wrapper {
    background-image: url(assets/img/vns/bg_vns-top.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100vw;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
}
@media screen and (max-width: 767px) {
    .vns-top-wrapper {
        background-image: none;
    }
}
.vns-top {
    width: 67%;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 42px;
}
@media screen and (max-width: 767px) {
    .vns-top {
        width: calc(100% - 30px);
    }
}
.breadcrumbs.vns {
    color: #a2a2a2;
    margin-bottom: 64px;
}
.breadcrumbs.vns > span:last-child {
    color: var(--primary-color);
}
.vns-top-profile {
    display: flex;
    gap: min(24px, 2vw);
    margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
    .vns-top-profile {
        width: fit-content;
        flex-direction: column;
        margin: 0 auto;
    }
}
.vns-top-img {
    max-width: 384px;
    flex-basis: 35%;
    flex-shrink: 0;
}
.vns-top-content h2 {
    color: var(--primary-color);
    margin-bottom: 4px;
    line-height: 1.25;
}
.vns-top-content .office-id {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.78;
    margin-bottom: 16px;
}
.policy {
    line-height: 1.875;
}
.vns-top-content .policy {
    font-weight: 500;
    margin-bottom: 40px;
}
.tag-list li {
    font-weight: 500;
    color: var(--primary-color);
}
.vns-top-scope {
    display: flex;
    gap: min(24px, 2vw);
    justify-content: space-between;
    margin-bottom: 24px;
    background-image: url(assets/img/vns/vns-line-dotted.png);
    background-size: 100%;
    background-repeat: repeat-x;
    padding-top: 24px;
}
@media screen and (max-width: 767px) {
    .vns-top-scope {
        flex-direction: column;
        gap: 32px;
    }
}
.vns-top-scope-grid-wrapper {
    width: 50.5%;
}
@media screen and (max-width: 767px) {
    .vns-top-scope-grid-wrapper {
        width: auto;
    }
}
.vns-top-scope-grid-title {
    vertical-align: bottom;
    color: var(--primary-color);
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    display: inline-grid;
    grid-template-columns: 1fr auto;
    align-items: center;
}
.vns-top-scope-grid-title img {
    margin-right: 16px;
}
.vns-top-scope-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(172px, 1fr));
    gap: 8px;
}
@media screen and (max-width: 767px) {
    .vns-top-scope-grid {
        grid-template-columns: repeat(auto-fit, minmax(calc(50% - 4px), 1fr));
    }
}
.vns-grid-item {
    display: grid;
    place-content: center;
    font-size: 14px;
    font-weight: bold;
    color: #a2a2a2;
    background-color: #c3c3c3;
    border-radius: 4px;
    height: 50px;
    line-height: 1.5;
    text-align: center;
    padding: 8px 9px 6px 9px;
}
.vns-grid-item.available {
    background-color: var(--primary-color);
    color: #fff;
}
.vns-top-details-wrapper {
    flex-grow: 1;
    height: 100%;
}
.vns-top-detail-head {
    display: inline-grid;
    font-size: 22px;
    font-weight: bold;
    grid-template-columns: 1fr auto;
    align-items: center;
    margin-bottom: 1.5em;
    color: var(--primary-color);
}
.vns-top-detail-head::before {
    content: "";
    display: block;
    height: 1.3em;
    width: 8px;
    border-radius: 999px;
    background-color: var(--primary-color);
    margin-right: .5em;
    margin-top: .1em;
}
.chart-canvas {
    max-height: 240px;
}
.vns-contact {
    display: flex;
    justify-content: space-between;
    background-color: #fff9ea;
    color: var(--accent-color);
    border: 2px solid var(--accent-color);
    border-radius: 2px;
    padding: 28px 108px 26px 36px;
    position: relative;
}
@media screen and (max-width: 1279px) {
    .vns-contact {
        flex-direction: column;
        padding: 22px 18px 16px 18px;
        text-align: center;
    }
}
.single-vns-inner .vns-contact {
    flex-direction: column;
    padding: 22px 18px 16px 18px;
    text-align: center;
}
.vns-contact::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(assets/img/vns/guide.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
    aspect-ratio: 219 / 121;
    pointer-events: none;
}
@media screen and (max-width: 1279px) {
    .vns-contact::after {
        right: 2vw;
        top: auto;
        bottom: 0;
        transform: none;
        background-image: url(assets/img/vns/guide.png);
        background-repeat: no-repeat;
        background-size: contain;
        height: min(130px, 29vw);
    }
}
.single-vns-inner .vns-contact::after {
    right: 2vw;
    top: auto;
    bottom: 0;
    transform: none;
    background-image: url(assets/img/vns/guide.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: min(130px, 29vw);
}
.vns-contact-btn {
    height: fit-content;
    font-size: 18px;
    padding: 23px 40px;
    height: fit-content;
    line-height: 1.3;
}
@media screen and (max-width: 1279px) {
    .vns-contact-btn {
        font-size: 16px;
        width: fit-content;
        padding: 18px 40px;
        margin: 16px auto;
    }
}
.single-vns-inner .vns-contact-btn {
    font-size: 16px;
    width: fit-content;
    padding: 18px 40px;
    margin: 16px auto;
}
.accent-color {
    background-color: var(--accent-color);
}
.vns-contact-text {
    color: var(--accent-color);
}
.vns-contact-text-head {
    font-size: 19px;
    line-height: 1.75;
    margin-bottom: 16px;
}
.vns-contact-text .strong {
    font-size: 26px;
    text-decoration: underline;
}
.vns-contact-text {
    font-size: 14px;
}
.contact-dialog {
    border: 2px solid var(--accent-color);
    background-color: #fff9ea;
    border-radius: 10px;
    min-width: min(50%, 770px);
    padding: 37px 44px 50px 45px;
}
@media screen and (max-width: 767px) {
    .contact-dialog {
        padding: 64px 16px 50px 16px;
    }
}
.dialog-inner {
    position: relative;
}
.dialog-inner p {
    line-height: 1.785;
    text-align: center;
}
.dialog-inner p:last-of-type {
    margin-bottom: 16px;
}
.dialog-head {
    color: var(--accent-color);
    font-size: 20px;
    font-weight: bold;
    line-height: 1.75;
    margin-bottom: 16px;
}
.dialog-close-wrapper {
    position: absolute;
    top: -16px;
    right: -28px;
}
@media screen and (max-width: 767px) {
    .dialog-close-wrapper {
        top: -40px;
        right: 0;
    }
}
.dialog-close {
    position: relative;
    border: 2px solid var(--accent-color);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background-color: #fff;
}
.dialog-close::before,
.dialog-close::after {
    content: "";
    display: block;
    width: 2px;
    height: 20px;
    background-color: var(--accent-color);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 2px;
}
.dialog-close::before {
    transform: translate(-50%, -50%) rotate(45deg);
}
.dialog-close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}
.row.wrap {
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
}
.row.wrap img {
    flex-shrink: 0;
}
.dialog-inner .primary-btn {
    padding: 23px 16px 25px 18px;
    flex: 1;
    justify-content: space-between;
    min-width: min(286px, 100%);
    max-width: 336px;
    border-radius: 5px;
}
.primary-btn.shadowed {
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.accent-invert-color {
    background-color: #fff;
    color: var(--text-color);
    font-size: 12px;
}
.accent-invert-color.arrow-right::after {
    background-image: url(assets/img/icon/nav_angle-right--dark-blue-circled.png);
}
.accent-invert-color .first-row {
    margin-bottom: 4px;
}
.dialog-inner .strong {
    font-size: 20px;
}
.dialog-inner .icon-tel {
    margin-right: 4px;
}
.single-subheader-wrapper {
    border-radius: 10px;
    background-color: #f1f8fc;
    padding: 37px 0 10px 0;
    height: 64px;
    position: sticky;
    top: 100px;
    left: 0;
    z-index: 2;
}
@media screen and (max-width: 1279px) {
    .single-subheader-wrapper {
        padding: 10px 0;
        top: 0;
        overflow: auto;
    }
}
.single-subheader {
    width: 67%;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
}
@media screen and (max-width: 767px) {
    .single-subheader {
        width: max-content;
        padding: 0 15px;
    }
}
.subheader {
    display: flex;
    justify-content: space-between;
    width: 71%;
    font-weight: bold;
}
@media screen and (max-width: 1091px) {
    .subheader {
        width: auto;
        gap: 24px;
    }
}
.subheader-guide {
    display: none;
}
@media screen and (max-width: 1091px) {
    .subheader-guide {
        display: inline-block;
        font-size: 12px;
        font-weight: 500;
        margin-bottom: 6px;
        position: sticky;
        top: 0;
        left: 15px;
        z-index: 2;
    }
    .subheader-guide::before,
    .subheader-guide::after {
        content: "";
        display: inline-block;
        background-size: contain;
        background-repeat: no-repeat;
        width: 8px;
        height: 4px;
        vertical-align: middle;
    }
    .subheader-guide::before {
        margin-right: 4px;
        background-image: url(assets/img/icon/guide-left.png);
    }
    .subheader-guide::after {
        margin-left: 4px;
        background-image: url(assets/img/icon/guide-right.png);
    }
}
.anchor-link {
    transition: 0.2s ease color, 0.2s ease border;
    padding-bottom: 6px;
}

.anchor-link.active {
    color: rgba(52, 100, 126, 0.8);
    border-bottom: 4px solid var(--primary-color);
}

.single-vns-inner {
    margin-top: 58px;
}

.vns-body h2 {
    font-size: 26px;
    font-weight: bold;
    line-height: 1.5;
    background: linear-gradient(
        to right,
        #eff4f5 0%,
        #eff4f5 77.34%,
        rgba(239, 244, 245, 0) 100%
    );
    padding: 18px 30px 8px 30px;
    margin-top: 48px;
    margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
    .vns-body h2 {
        font-size: 18px;
        padding: 18px 16px 10px 16px;
    }
}
.vns-body .no-top-margin {
    margin-top: 0;
}

.vns-img-container {
    width: 100%;
    margin-bottom: 32px;
}
.recommend-vns {
    margin-top: 64px;
}
.slider-sync {
    margin-bottom: 16px;
}
.thumbnail-sync-img {
    opacity: 0.3;
    transition: opacity 0.3s linear;
    margin-left: 4px;
    margin-right: 4px;
}
.thumbnail-sync .slick-current {
    opacity: 1;
}
.slick-prev,
.slick-next {
    z-index: 1;
    position: absolute;
}
.slick-prev {
    left: 2%;
}
.slick-next {
    right: 2%;
}
.prev-arrow,
.next-arrow {
    display: block;
    position: absolute;
    z-index: 1;
    width: 30px;
    height: 30px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    opacity: 1;
    transition: 0.2s ease opacity;
}

.prev-arrow:hover,
.next-arrow:hover {
    opacity: 0.85;
    transition: 0.2s ease opacity;
}
.prev-arrow {
    left: 2%;
}
.next-arrow {
    right: 2%;
}
.prev-arrow {
    transform: translateY(-50%) rotate(180deg);
}
.prev-arrow::before,
.next-arrow::before {
    content: "";
    display: block;
    background-image: url(assets/img/icon/nav_angle-right--white-circled.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
}
.slick-num {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(52, 100, 126, 0.7);
    border-radius: 999px;
    color: #fff;
    font-family: var(--roboto-font);
    font-size: 14px;
    font-weight: 500;
    padding: 3px 10px 4px 10px;
}
.anchor-offset {
    content: "";
    position: absolute;
    height: 164px;
    top: -164px;
    visibility: hidden;
}
.primary-title {
    color: var(--primary-color);
    font-weight: bold;
    font-size: 32px;
    line-height: 1.25;
}
p.primary-title {
    letter-spacing: 0.06em;
}
.vns-body .primary-title {
    margin-bottom: 8px;
}
.vns-body .office-id {
    margin-bottom: 8px;
}
.vns-body .catch-copy {
    border-bottom: none;
    padding-bottom: 0;
    font-size: 26px;
    font-weight: bold;
}
@media screen and (max-width: 767px) {
    .vns-body .catch-copy {
        font-size: 16px;
    }
}
.vns-body h3 {
    font-size: 20px;
    font-weight: bold;
    margin-top: 40px;
    margin-bottom: 32px;
    padding-bottom: 4px;
    border-bottom: 2px solid var(--primary-color);
}
@media screen and (max-width: 767px) {
    .vns-body h3 {
        font-size: 16px;
    }
}
.open-map {
    display: flex;
    margin-left: auto;
    align-items: center;
    color: var(--primary-color);
    text-decoration: underline;
    gap: 4px;
}
.vns-body .pr-point-head {
    display: flex;
    align-items: flex-start;
    color: var(--primary-color);
    font-size: 20px;
    font-weight: bold;
    gap: 16px;
    line-height: 1.75;
    border-bottom: none;
    margin-bottom: 12px;
}
.vns-body .pr-point-head img {
    flex-shrink: 0;
}
.vns-body .pr-point-body {
    line-height: 1.75;
    margin-bottom: 16px;
}
.vns-scope-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 8px;
    list-style-type: none;
    margin-left: 0;
}
.staff-img {
    margin-bottom: 20px;
}
.staff-job {
    font-weight: 500;
    color: var(--primary-color);
    margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
    .staff-job {
        font-size: 14px;
    }
}
.vns-body .staff-content-head {
    border-bottom: none;
    margin-top: 16px;
    line-height: 1.5;
}
.vns-inner-sticky {
    position: sticky;
    top: 222px;
}
.vns-contact.small {
    font-size: 14px;
    border-radius: 6px;
    margin-bottom: 24px;
}
.vns-contact.small::after {
    content: none;
}
.vns-contact.small .vns-contact-text-head {
    font-size: 18px;
}
.vns-contact.small .vns-contact-text {
    line-height: 1.75;
    font-size: 18px;
}
.vns-contact.small .strong {
    font-size: 18px;
    text-decoration: none;
}
.vns-contact.small .vns-contact-btn {
    font-size: 14px;
    padding: 16px 20px;
}
.border-separated-list {
    display: flex;
    flex-wrap: wrap;
    row-gap: 12px;
}
.border-separated-list li::after {
    content: "";
    display: inline-block;
    height: 100%;
    width: 2px;
    scale: 0.5 1;
    background-color: var(--text-color);
    margin-left: 8px;
    margin-right: 8px;
    vertical-align: bottom;
}

/*--------------------------------------
  archive-visiting-nurse
--------------------------------------*/
.with-subtitle.no-margin {
    margin-bottom: 0;
}
.knowing-vn-top-wrapper {
    background-image: url(assets/img/visiting-nurse/bg_top-visiting-nurse.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
    padding: 84px 0 72px 0;
}
@media screen and (max-width: 767px) {
    .knowing-vn-top-wrapper {
        background-image: url(assets/img/visiting-nurse/bg_top-visiting-nurse_sp.png);
        padding: 86px 0 80px 0;
    }
}
.knowing-vn-top {
    display: flex;
    gap: min(63px, 5.8%);
}
@media screen and (max-width: 767px) {
    .knowing-vn-top {
        width: calc(100% - 80px);
        max-width: 79%;
        justify-content: center;
    }
}
.knowing-vn-top .img-wrapper {
    flex-shrink: 0;
    flex-basis: 42%;
}
.knowing-vn-top .img-wrapper.for-sp {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 24px;
}
.knowing-vn-head {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
    .knowing-vn-head {
        justify-content: center;
        margin-bottom: 32px;
    }
    .knowing-vn-head img {
        width: 84px;
        height: 63px;
    }
}
.knowing-vn-top h2 {
    font-size: clamp(0.813rem, 0.541rem + 1.36vw, 1.625rem);
    line-height: 1.5;
    margin-bottom: 36px;
}
.knowing-vn-text {
    font-size: clamp(0.75rem, 0.667rem + 0.42vw, 1rem);
}

/*--------------------------------------
  page-about
--------------------------------------*/

.recommend-head {
    font-size: 26px;
    display: flex;
    align-items: center;
    text-align: center;
    gap: 40px;
    margin: 0 auto 40px auto;
    width: fit-content;
    line-height: 1.5;
}
@media screen and (max-width: 767px) {
    .recommend-head {
        font-size: 20px;
    }
}

.recommend-head::before {
    content: "";
    display: inline-block;
    width: 2px;
    height: 26px;
    background-color: #aaa;
    rotate: -35deg;
}
.recommend-head::after {
    content: "";
    display: inline-block;
    width: 2px;
    height: 26px;
    background-color: #aaa;
    rotate: 35deg;
}

.knowing-technavi-wrapper {
    background-color: #f1f8fc;
}
.knowing-technavi {
    padding: 80px 0 120px 0;
}

.recommend-technavi {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 60px;
}
@media screen and (max-width: 960px) {
    .recommend-technavi {
        grid-template-columns: 100%;
    }
}
.recommend-technavi li {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 3;
    place-items: center;
    align-items: flex-start;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    padding: 40px 26px 46px 26px;
    row-gap: 0;
}
.recommend-technavi li img {
    max-width: 70%;
    margin-bottom: 24px;
}
.recommend-technavi li h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 16px;
}
.recommend-technavi li p {
    font-size: 14px;
}
.usage-head {
    font-size: 26px;
    background-image: url(assets/img/about/about_line_dotted.png);
    padding-bottom: 20px;
    background-size: contain;
    background-repeat: repeat-x;
    background-position: bottom;
    margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
    .usage-head {
        font-size: 20px;
    }
}
.usage-head img {
    margin-right: 8px;
}
.usage-technavi {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-content: space-between;
    column-gap: 38px;
    margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
    .usage-technavi {
        width: max-content;
    }
}
@media screen and (max-width: 767px) {
    .usage-technavi-wrapper {
        overflow-x: auto;
    }
}
.usage-technavi li {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 4;
    align-items: flex-start;
    position: relative;
    max-width: 314px;
}
.usage-technavi li + li::before {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: -20px;
    content: "";
    background-image: url(assets/img/icon/angle-right.png);
    width: 22px;
    height: 11px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: inline-block;
}
.usage-technavi li .usage-number {
    font-size: 38px;
    font-weight: bold;
    position: relative;
    margin-left: 24px;
    margin-bottom: -30px;
}
.usage-technavi li img {
    margin-bottom: 12px;
}
.usage-technavi li h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 8px;
}
.usage-technavi li p {
    font-size: 14px;
}
.company-information-technavi {
    padding: 100px 0;
    max-width: 800px; 
}
.company-information-technavi .description-list {
    margin-bottom: 54px;
}
@media screen and (max-width:767px) {
    .company-information-technavi .description-list {
        grid-template-columns:  1fr;
    }
    .company-information-technavi .description-list dd {
        border-left: 1px solid #dfe3eb;
    }
}
.about-q-and-a-wrapper {
    background-color: #f7f7f7;
}
.about-q-and-a {
    padding: 80px 0;
}
.details-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 48px;
}
.about-q-and-a details {
    border-radius: 4px 4px 0px 0px;
    background: #fff;
}
.about-q-and-a summary {
    display: flex;
    justify-content: space-between;
    border: 1px solid #DFE3EB;
    border-radius: 4px;
    padding: 17px 16px 17px 21px;
}
.about-q-and-a details.is-opened summary {
    border-radius: 4px 4px 0 0;
}

.faq-head {
    font-family: var(--lato-font);
    font-size: 24px;
    font-weight: bold;
    margin-right: 18px;
    line-height: 1.78;
}

.faq-head.faq-q {
    color: var(--primary-color);
}
.faq-head.faq-a {
    color: #DE2D2D;
}

summary {
    display: block;
    cursor: pointer;
}

summary::-webkit-details-marker {
    display: none;
}

.summary-inner {
    cursor: pointer;
    display: inline-flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    width: 100%;
    gap: 8px;
    line-height: 1.78;
}

/* is-openedクラスが付与されたときのスタイル */
details.is-opened .icon {
    transform: rotate(180deg);
}
/* --------アコーディオンの中身のスタイル-------- */
.content {
    overflow: hidden;
}

.details-content-inner {
    padding: 22px 16px 52px 21px;
    display: flex;
    border: 1px solid #DFE3EB;
    border-top: none;
    gap: 16px;
    border-radius: 0 0 4px 4px;
    line-height: 1.78;
    align-items: baseline;
}

.open-icon {
    width: 34px;
    height: 34px;
    background-color: var(--primary-color);
    border-radius: 50%;
    position: relative;
    flex-shrink: 0;
}
.open-icon::before {
    content: "";
    position: absolute;
    display: block;
    height: 50%;
    width: 2px;
    border-radius: 1px;
    left: 50%;
    top: 50%;
    background-color: #fff;
    transform: translate(-50%, -50%);
    transition: .3s cubic-bezier(0.49, 0.26, 0.51, 0.8) all;
}
.about-q-and-a details.is-opened .open-icon::before {
    transform: rotate(90deg) translate(0%, -0%);
    top: 25%;
    left: 47%;
    opacity: 0.5;
}
.open-icon::after {
    content: "";
    position: absolute;
    display: block;
    height: 2px;
    width: 50%;
    border-radius: 1px;
    left: 50%;
    top: 50%;
    background-color: #fff;
    transform: translate(-50%, -50%);
}
/*--------------------------------------
  contact
--------------------------------------*/
.contact-page {
    padding: 0 0 120px 0;
}
.warn-area {
    color: #DE2D2D;
    width: fit-content;
    margin: 48px auto;
    font-weight: bold;
    border: 2px solid #DE2D2D;
    border-radius: 4px;
    padding: 21px 20px 18px 20px;
    line-height: 1.83;
}
@media screen and (max-width:767px) {
    .warn-area {
        padding: 20px 20px 20px 20px;
        font-size: 12px;
    }
}
.warn-area img {
    margin-right: 8px;
    vertical-align: sub;
}
@media screen and (max-width:767px) {
    .warn-area img {
        display: block;
        margin: 0 auto 12px auto;
    }
}
.link-text {
    color: var(--primary-color);
    text-decoration: underline;
}
.page-description {
    text-align: center;
    margin-top: 48px;
    margin-bottom: 48px;
}
@media screen and (max-width:767px) {
    .page-description {
        font-size: 14px;
    }
}
.contact-form-wrapper {
    max-width: 800px;
    margin: 0 auto;
}
.contact-form-wrapper label {
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 4px;
}
@media screen and (max-width:767px) {
    .contact-form-wrapper label:not(:has(input[type="checkbox"])) {
        flex-direction: column;
    }
}
.contact-form-wrapper .required-tooltip {
    display: inline-block;
    background-color: #DE2D2D;
    color: #fff;
    font-size: 12px;
    border-radius: 999px;
    padding: 2px 10px 2px 10px;
    margin-left: 8px;
    flex-shrink: 0;
}

.optional-tooltip {
    display: inline-block;
    background-color: #DFE3EB;
    font-size: 12px;
    padding: 2px 8px 3px 8px;
    margin-left: 8px;
    border-radius: 999px;
}

p:has(.wpcf7-form-control-wrap):has(input[type="checkbox"]) {
    margin-bottom: 24px;
}

.contact-form-wrapper .wpcf7-form-control-wrap:has(input:not([type="checkbox"]):not([type="radio"]), textarea, select) {
    max-width: min(600px, 44vw);
    width: 100%;
    flex-shrink: 0;
    flex-grow: 1;
    margin-bottom: 24px;
}
@media screen and (max-width:767px) {
    .contact-form-wrapper .wpcf7-form-control-wrap:has(input:not([type="checkbox"]):not([type="radio"]), textarea, select) {
        max-width: 100%;
    }
}

.contact-form-wrapper textarea {
    resize: none; 
}

.contact-form-wrapper input:not([type = "checkbox"]),
.contact-form-wrapper textarea,
.contact-form-wrapper select {
    font-family: var(--zenkaku-font);
    border: 1px solid #D1D1D1;
    padding: 8px 11px;
    width: 100%;
}
@media screen and (max-width:767px) {
    .contact-form-wrapper input:not([type = "checkbox"]),
    .contact-form-wrapper textarea,
    .contact-form-wrapper select {
        font-size: 15px;
    }
}
.contact-form-wrapper select {
    position: relative;
}
.contact-form-wrapper input:not([type = "checkbox"])::placeholder,
.contact-form-wrapper textarea::placeholder {
    color: #A2A2A2;
}
.contact-form-wrapper > dl {
    width: 100%;
    height: 200px;
    overflow-y: auto;
    border: 1px solid #D1D1D1;
    padding: 16px 20px 14px 20px;
    margin-bottom: 12px;
}
@media screen and (max-width:767px) {
    .contact-form-wrapper > dl {
        font-size: 14px;
    }
}
.contact-form-wrapper > dl dt {
    font-weight: 500;
}
.contact-form-wrapper > dl dd {
    margin-bottom: 16px;
}
.contact-form-wrapper > dl > dd > p {
    margin-bottom: 12px;
}
.form-submit-wrapper {
    display: flex;
    background-color: var(--primary-color);
    color: #fff;
    border-radius: 6px;
    justify-content: center;
    max-width: 281px;
    margin: 0 auto;
    position: relative;
}
.form-submit-wrapper::after {
    position: absolute;
    right: 4%;
    display: inline-block;
    content: "";
    width: 20px;
    aspect-ratio: 1;
    background-image: url(assets/img/icon/nav_angle-right--white-circled.png);
    background-size: contain;
    background-repeat: no-repeat;
    top: 50%;
    transform: translateY(-50%);
}
.form-submit-wrapper > p {
    display: contents;
}

.form-submit-wrapper .wpcf7-submit {
    display: block !important;
    border: none !important;
    text-align: center !important;
    padding: 12px 8px !important;
}
.form-submit-wrapper .wpcf7-spinner {
    right: -36px;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    margin: 0;
}
.contact-footer {
    font-family: var(--roboto-font);
    font-size: 14px;
    font-weight: normal;
    background-color: var(--text-color);
    color: #fff;
    padding: 22px 0 20px 0;
    text-align: center;
}
@media screen and (max-width:1279px) {
    .contact-footer {
        padding: 22px 0 74px 0;
    }
}
.wpcf7-checkbox {
    display: flex;
    flex-wrap: wrap;
    row-gap: 8px;
}
@media screen and (max-width:767px) {
    .wpcf7-checkbox {
        margin-top: 8px;
    }
}
p:has(.wpcf7-checkbox) {
    display: flex;
    justify-content: space-between;
}
@media screen and (max-width:767px) {
    p:has(.wpcf7-checkbox) {
        flex-direction: column;
    }
}
.select-prefecture-wrapper {
    position: relative;
    max-width: min(600px, 44vw);
    width: 100%;
    flex-shrink: 0;
    flex-grow: 1;
    margin-bottom: 24px;
}
@media screen and (max-width:767px) {
    .select-prefecture-wrapper {
        max-width: none;
    }
}
.select-prefecture-wrapper::after {position: absolute;
    right: 4%;
    display: inline-block;
    content: "";
    width: 14px;
    aspect-ratio: 1;
    background-image: url(assets/img/icon/angle-right.png);
    background-size: contain;
    background-repeat: no-repeat;
    top: 50%;
    transform: rotate(90deg) translateY(-50%);
    transform-origin: 10px;
    pointer-events: none;
}
/*--------------------------------------
  confirm
--------------------------------------*/
.contact-form-wrapper.confirm {
    margin-top: 80px;
}
.contact-form-wrapper.confirm label {
    margin-bottom: 24px;
}
.form-previous-wrapper {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    border-radius: 6px;
    background-color: #fff;
    color: var(--primary-color);
    max-width: 281px;
    width: 100%;
    border: 1px solid #ccc;
    margin-top: 40px;
    margin-bottom: 12px;
}
.confirm-input-item {
    display: inline-block;
    text-align: start;
    width: 100%;
    word-break: break-word;
    max-width: min(600px, 44vw);
}
.form-previous-wrapper .wpcf7-previous {
    display: block !important;
    border: none !important;
    text-align: center !important;
    padding: 12px 8px !important;
}
.form-previous-wrapper {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    border-radius: 6px;
    background-color: #fff;
    color: var(--primary-color);
    max-width: 281px;
    width: 100%;
    border: 1px solid #ccc;
    margin-bottom: 12px;
}
.form-previous-wrapper .wpcf7-previous {
    display: block !important;
    border: none !important;
    text-align: center !important;
    padding: 12px 8px !important;
}
.form-previous-wrapper > p{
    display: contents;
}

/*--------------------------------------
  privacy-policy, terms
--------------------------------------*/
.terms-container {
    margin: 48px auto 106px auto;
    line-height: 1.875;
}
@media screen and (max-width:767px) {
    .terms-container {
        font-size: 14px;
        margin: 80px auto 106px auto;
    }
}
.terms-container dt {
    margin-top: 36px;
    margin-bottom: 24px;
    font-weight: 500;
}
.terms-container .link-underlined {
    margin: 102px auto 0 auto;
}
/*--------------------------------------
  404
--------------------------------------*/
.page-404 {
    padding: 64px 0 108px;
}
.page-404 p {
    margin-bottom: 100px;
    text-align: center;
}
/*--------------------------------------
  page-sitemap
--------------------------------------*/
.page-sitemap {
    padding: 96px 0 108px 0;
}
@media screen and (max-width:767px) {
    .page-sitemap {
        width: calc(100% - 60px);
    }
}
.sitemap {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    margin-bottom: 48px;
    gap: 24px 30px;
}
@media screen and (max-width:767px) {
    .sitemap {
        grid-template-columns: 100%;
        font-size: 14px;
        gap: 0;
    }
}
.sitemap-item-parent {
    font-weight: bold;
    border-bottom: 1px solid var(--text-color);
    padding-bottom: 10px;
    margin-bottom: 16px;
    line-height: 1.3;
}
@media screen and (max-width:767px) {
    .sitemap .sitemap-item-parent {
        border-top: 1px solid var(--text-color);
        padding: 20px 0;
        margin-bottom: 0;
        position: relative;
    }
    .sitemap .sitemap-item-parent::after {
        position: absolute;
        content: "";
        display: inline-block;
        width: 6px;
        height: 12px;
        background-image: url(assets/img/icon/angle-right.png);
        background-size: contain;
        background-repeat: no-repeat;
        right: 12px;
        top: 50%;
        transform: translateY(-50%);
    }
    .sitemap li:not(:has(.sitemap-item-child)) + li .sitemap-item-parent {
        border-top: none;
    }
    .sitemap li:has(.sitemap-item-child) .sitemap-item-parent {
        border-bottom: none;
    }
}
.sitemap-item-child {
    display: block;
    width: fit-content;
    font-size: 14px;
}
@media screen and (max-width:767px) {
    .sitemap-item-child {
        margin-bottom: 20px;
    }
}
.sitemap-item-child + .sitemap-item-child {
    margin-top: 8px;
}
.sitemap-item-child::before {
    content: "";
    height: 3px;
    width: 10px;
    background-color: var(--text-color);
    display: inline-block;
    scale: 1 0.5;
    vertical-align: middle;
    transform: translateY(-100%);
    margin-right: 8px;
}
.slick-slide {
    place-items: center;
}

/*--------------------------------------
  page-user-login
--------------------------------------*/
.user-login-form-head {
    margin-bottom: 20px;
}
.user-login-form-wrapper {
    padding: 80px 100px;
    max-width: 800px;
}
@media screen and (max-width:767px) {
    .user-login-form-wrapper {
        padding: 64px 0;
    }
}
.user-login-form-wrapper .login-username {
    display: flex;
    flex-direction: column;
    margin-bottom: 8px;
}
.user-login-form-wrapper .login-password {
    display: flex;
    flex-direction: column;
    margin-bottom: 12px;
}
.user-login-form-wrapper #wp-submit {
    background-color: var(--primary-color);
    color: #fff;
    border-radius: 3px;
    padding: 3px 18px 4px;
    margin-top: 20px;
}
.user-login-form-wrapper #wp-submit:focus,
.user-login-form-wrapper #wp-submit:hover {
    opacity: 0.85;
    transition: 0.2s ease opacity;
}

.warn-login {
    color: #FF4B00;
    font-size: 14px;
}

.share-icon {
    max-width: 30px;
    max-height: 30px;
}

.share-icon-s {
    max-width: 20px;
    max-height: 20px;
}

.share-icon.x {
    max-width: 25px;
}
.share-icon-s.x {
    max-width: 15px;
}
.reset-password-link {
    display: inline-block;
    margin-top: 1em;
    border-bottom: 2px solid var(--primary-color);
    color: var(--primary-color);
}

#user_login, #user_pass {
    border: 1px solid var(--text-color);
    border-radius: 3px;
    padding-inline: .3em;
}

.cf-turnstile {
    display: flex !important; 
    object-fit: contain !important;
    margin-bottom: 16px;
}

/*--------------------------------------
  common
--------------------------------------*/
.grecaptcha-badge { visibility: hidden; }

.wp-block-image {
    margin-bottom: 60px;
}
