@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:wght@400;600&family=Zen+Old+Mincho:wght@400;600&display=swap");
:root {
    --base-color: #03b8fd;
    --base-color-rgb: 3, 184, 253;
    --text-color: #222;
}
:root {
    --font-gothic: "Noto Sans Japanese", "YuGothic", "游ゴシック",
        "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
    --font-mincho: "EB Garamond", "Zen Old Mincho", "YuMincho", "Yu Mincho",
        serif;
    --font-marugothic: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro",
        "Hiragino Maru Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
}
body {
    color: var(--text-color);
    font-family: var(--font-gothic);
    letter-spacing: 0.05em;
    font-size: 15px;
    line-height: 1.875;
}
* {
    word-break: break-all;
    box-sizing: border-box;
}
table,
iframe,
img {
    max-width: 100%;
}
a {
    color: var(--text-color);
    text-decoration: none;
    cursor: pointer;
}
a:hover {
    text-decoration: none;
    color: var(--text-color);
}
h1,
h2,
p,
figure,
ul,
li {
    margin: 0;
    padding: 0;
    list-style: none;
}
img {
    max-width: 100%;
    height: auto;
}
.siteWidth,
.siteWidth-s {
    padding-left: 20px;
    padding-right: 20px;
}
.bgColor-gray {
    background: #f7f7f7;
    padding-top: 30px;
    padding-bottom: 30px;
}
.header {
    display: flex;
    align-items: center;
    position: relative;
    padding: 27px 90px 19px 20px;
    min-height: 70px;
}
.slide header {
    padding: 0;
    display: block;
}
.siteTitle {
    line-height: 1.2;
    font-size: 20px;
    font-family: var(--font-mincho);
    font-weight: 400;
}
.siteTitle a:hover {
    opacity: 0.7;
}
.slide .siteTitle {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -55%);
    width: 90%;
    max-height: 80%;
    overflow: hidden;
    text-align: center;
    z-index: 3;
    font-size: 30px;
}
.slide .siteTitle a {
    color: #fff;
    text-shadow: 0px 4px 20px rgba(0, 0, 0, 0.3);
}
.slide .siteTitle img {
    top: 45%;
}
.siteTitle img {
    max-height: 200px;
}
.pageTitle {
    color: var(--base-color);
    font-size: 20px;
    font-family: var(--font-mincho);
    font-weight: 400;
    text-align: left;
    background: rgba(var(--base-color-rgb), 0.16);
    padding: 70px 20px;
    line-height: 1.3;
}
.menu {
    background: var(--base-color);
}
.menu .inner {
    overflow-x: auto;
}
.menu a {
    color: #fff;
    font-size: 15px;
    line-height: 1.2;
    border-right: 1px solid #fff;
    padding: 15px 20px;
    display: block;
}
.menu a:hover {
    background: #666666;
}
.menu ul {
    display: flex;
    justify-content: center;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
}
.menu ul li:last-child a {
    border-right: none;
}
.hamburger {
    background: var(--base-color);
    width: 70px;
    height: 70px;
    position: fixed;
    top: 0;
    right: 0;
    cursor: pointer;
    z-index: 110;
    transition: 0.7s;
}
.hamburger .inner {
    position: relative;
    width: 23px;
    height: 12px;
    margin-right: auto;
    margin-left: auto;
    line-height: 70px;
    top: 40%;
}
.hamburger span {
    width: 100%;
    height: 1px;
    display: inline-block;
    background: #fff;
    position: absolute;
    transition: 0.7s;
    opacity: 1;
}
.hamburger p {
    display: none;
    font-family: var(--font-mincho);
    font-weight: 400;
}
.hamburger span:nth-of-type(1) {
    top: 0;
}
.hamburger span:nth-of-type(2) {
    top: 5px;
}
.hamburger span:nth-of-type(3) {
    bottom: 0;
    width: 66%;
}
.hamburger.active span:nth-of-type(1) {
    opacity: 0;
}
.hamburger.active span:nth-of-type(2) {
    transform: translateY(0px) rotate(-45deg);
    top: 50%;
}
.hamburger.active span:nth-of-type(3) {
    transform: translateY(0px) rotate(45deg);
    top: 50%;
    width: 100%;
}
.slider,
.slider-overlay,
.slider li,
.slider li img {
    width: 100vw;
    height: 100vw;
}
.slide li img {
    object-fit: cover;
}
.slider-overlay {
    background: rgba(0, 0, 0, 0.1);
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
}
.slider li img {
    transform: scale(1.3);
}
.active3 img {
    transition-duration: 6s;
}
.active2 img {
    transition-duration: 4s;
}
.active1 img {
    transition-duration: 2s;
}
.slider .active-slide img,
.slider .active-slide-first img {
    transform: scale(1);
}
.popUp {
    z-index: 1;
}
.globalNav {
    display: none;
}
.bgColor-white {
    background-color: #fff;
}
.navi.active {
    height: 100vh;
    transform: translateY(0);
}
.navi {
    background: var(--base-color);
    color: #fff;
    width: 100vw;
    height: 0;
    padding: 100px 20px 40px 20px;
    position: fixed;
    z-index: 100;
    top: 0;
    transform: translateY(-100%);
    transition: 0.7s;
    letter-spacing: 0.05em;
    line-height: 1.2;
}
.navi a {
    color: #fff;
}
.navi a:hover {
    opacity: 0.7;
}
.navi .inner {
    height: 100%;
    overflow-y: auto;
}
.menuNavi {
    margin-bottom: 40px;
}
.menuNavi .parent {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.9;
    letter-spacing: 0;
}
.menuNavi .parent > li {
    margin-bottom: 30px;
    line-height: 2;
}
.menuNavi .child {
    font-family: var(--font-mincho);
    font-weight: 400;
    font-size: 18px;
    font-weight: normal;
}
.menuNavi .child a {
    padding: 6px 0;
}
.menuNavi a {
    font-family: var(--font-mincho);
    font-weight: 400;
    display: block;
}
.right {
    font-size: 15px;
}
.headNavi {
    margin-bottom: 32px;
}
.headNavi li {
    background: #fff;
    text-align: center;
    margin-bottom: 16px;
    font-weight: bold;
    border-radius: 30px;
}
.headNavi li a {
    font-size: 20px;
    display: block;
    padding: 15px;
    color: var(--base-color);
    font-family: var(--font-mincho);
    font-weight: 400;
    text-transform: uppercase;
}
.snsBtn {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
}
.snsBtn li {
    margin-right: 20px;
}
.snsBtn li:hover {
    opacity: 0.7;
}
.snsBtn li:last-child {
    margin-right: 0;
}
.navi .snsBtn {
    margin-bottom: 32px;
}
.lead {
    padding-top: 30px;
    padding-bottom: 30px;
    background: url(https://assets.toriaez.jp/thp2/pc/images/242/bgi-blue_001.jpg);
    background-size: cover;
    letter-spacing: 0.1em;
    line-height: 2.4;
    margin-bottom: 35px;
    text-align: left;
}
/*.lead br {
    display: none;
}*/
.mainImg .lead {
    padding: 0;
    margin-bottom: 0;
}
.mainImg {
    padding: 20px;
    background: #f7f7f7;
    margin-bottom: 60px;
}
.mainImg figure {
    margin-bottom: 20px;
    text-align: center;
}
.article {
    margin-top: 60px;
}
.article:last-child {
    margin-bottom: 60px;
}
.article .title {
    font-family: var(--font-mincho);
    color: var(--base-color);
    font-size: 26px;
    letter-spacing: 0;
    line-height: 1.2;
    margin-bottom: 1.5em;
}
.article .title::before {
    content: "";
    width: 50px;
    height: 1px;
    background: var(--base-color);
    display: block;
    margin: 0 0 1em 0;
}
.article figcaption {
    display: none;
}
.article .txt {
    margin-bottom: 2em;
}
.article .inner {
    z-index: 2;
}
#top {
    z-index: 3;
}
.first-img {
    margin-right: -20px;
    margin-left: -20px;
    margin-bottom: 20px;
    display: block;
    text-align: center;
}
.first-img img {
    width: 100%;
}
.imgContainer figure {
    margin-bottom: 0;
    text-align: center;
}
.imgContainer figure img {
    width: 100%;
}
.editorArea a {
    text-decoration: underline;
}
.editorArea a:hover {
    text-decoration: none;
}
.editorArea img {
    display: block;
    margin: 0 auto;
}
.editorArea hr {
    height: 1px;
    color: var(--text-colorBase);
}
.editorArea ol li {
    list-style-type: decimal;
}
.editorArea ul li {
    list-style-type: disc;
    margin-left: 2em;
}
.editorArea ol li,
.editorArea ul li {
    margin-bottom: 5px;
}
.editorArea em {
    font-style: italic;
}
.editorArea table {
    width: 100%;
    max-width: 100%;
}
.editorArea table th,
.editorArea table td {
    padding: 15px 25px;
    border: 1px solid #ccc;
}
.editorArea table th {
    text-align: center;
    background: #f7f7f7;
    font-weight: normal;
    width: 102px;
}
.editorArea table td {
    background: var(--text-clolorSub);
}
.editorArea img {
    max-width: 100%;
}
.editorArea iframe {
    max-width: 100%;
}
.editorArea strong,
.editorArea b {
    font-weight: bolder;
}
.extraTtl {
    font-size: 22px;
    font-family: var(--font-mincho);
    color: var(--base-color);
    margin-bottom: 30px;
    letter-spacing: 0;
    line-height: 1.2;
    padding-bottom: 25px;
    border-bottom: 1px dotted #ddd;
    position: relative;
}
.extraTtl::before {
    content: "";
    width: 50px;
    height: 1px;
    background: var(--base-color);
    display: block;
    position: absolute;
    left: -70px;
    top: 25%;
}
#news {
    margin-bottom: 30px;
}
.rss dt,
.news time {
    font-family: var(--font-mincho);
    font-size: 15px;
    letter-spacing: 0;
    line-height: 1.1;
    font-weight: normal;
}
.news li {
    border-bottom: 1px dotted #ddd;
    margin-bottom: 25px;
}
.rss dd::after {
    content: "";
    width: 119%;
    height: 1px;
    display: block;
    border-bottom: 1px dotted #ddd;
    margin-top: 25px;
    margin-left: -18%;
}
.rss dd,
.news span {
    margin-bottom: 25px;
    font-size: 15px;
    letter-spacing: 0.1em;
    line-height: 1.9;
}
.news span {
    display: block;
}
.rss dd a,
.news li a {
    text-decoration: underline;
}
.rss dd a:hover,
.news p a:hover {
    text-decoration: none;
}
.news li.is-hidden {
    display: none;
}
.btn {
    max-width: 200px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    border: 1px solid var(--base-color);
    border-radius: 30px;
    margin-top: 30px;
    font-family: var(--font-mincho);
}
.btn:hover,
.btn a:hover {
    background: var(--base-color);
    color: #fff;
}
.newsBtn {
    padding: 10px 15px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
}
.blogBtn {
    position: relative;
    padding: 10px 15px;
    font-size: 16px;
    font-weight: bold;
    display: block;
    text-decoration: none;
    border-radius: 30px;
}
.blogBtn::after {
    content: "";
    background-image: url(https://assets.toriaez.jp/thp2/pc/images/242/pic-btn_001.png);
    background-repeat: no-repeat;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 35%;
    right: 15%;
    cursor: pointer;
}
.freeArea {
    margin-top: 60px;
    margin-bottom: 40px;
    letter-spacing: 0;
    line-height: 1.9;
    padding-right: 20px;
    padding-left: 20px;
}
.pageTop {
    margin-top: 80px;
    margin-bottom: 40px;
    text-align: center;
}
.pageTop a {
    color: #222;
    font-weight: 400;
    font-size: 16px;
    font-family: var(--font-mincho);
    position: relative;
    text-decoration: none;
}
.pageTop a::before {
    content: "";
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    margin: auto;
    transform: rotate(135deg);
    border-bottom: 2px solid #000;
    border-left: 2px solid #000;
    width: 20px;
    height: 20px;
    transition: all 0.2s ease-in-out;
}
.pageTop a:hover::before {
    top: -35px;
}
.contactBtn {
    background: url(https://assets.toriaez.jp/thp2/pc/images/242/bgi-blue_001.jpg);
    background-size: cover;
    padding: 40px 30px 50px 30px;
}
.contactBtn::before {
    content: "お問い合わせ・ご相談";
    font-family: var(--font-mincho);
    text-align: center;
    font-size: 22px;
    display: block;
    width: 100%;
    margin-bottom: 0.5em;
}
.contactBtn a {
    margin-top: 30px;
    margin-bottom: 40px;
    background: var(--base-color);
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    display: block;
    text-align: center;
    padding: 33px 50px 33px 30px;
    position: relative;
    cursor: pointer;
    letter-spacing: 0.05em;
    line-height: 1.2;
    border-radius: 50px;
    max-width: 480px;
    font-family: var(--font-mincho);
    font-weight: 400;
    margin: 0 auto;
}
.contactBtn a::after {
    content: "";
    position: absolute;
    top: 40%;
    right: 8%;
    margin: auto;
    transform: rotate(225deg);
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    width: 20px;
    height: 20px;
    transition: all 0.2s ease-in-out;
}
.contactBtn a:hover {
    background: #666;
}
.formPage .footer .snsBtn {
    margin-top: 40px;
}
.footer .snsBtn li {
    margin-right: 25px;
}
.footer .snsBtn li:last-child {
    margin-right: 0;
}
.footer .snsBtn a {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    border: 1px solid #666;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer {
    margin-top: 40px;
}
.footer .qrCode {
    margin-top: 24px;
}
.navi .qrCode {
    margin-bottom: 20px;
}
.qrCode {
    text-align: center;
}
.copyright {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
    line-height: 1.2;
    font-size: 12px;
    font-family: var(--font-mincho);
}
.pnkz {
    margin-top: 15px;
    font-size: 11px;
    line-height: 1.2;
    padding-right: 20px;
    margin-bottom: 40px;
    overflow-x: auto;
    overflow-y: hidden;
}
.pnkz ul {
    display: flex;
    justify-content: flex-end;
    width: max-content;
    margin-left: auto;
}
.pnkz li {
    border-right: 1px solid #cccccc;
    margin-left: 5px;
}
.pnkz li:last-child {
    border-right: none;
}
.pnkz a {
    text-decoration: underline;
    padding: 5px;
}
.pnkz a:hover {
    text-decoration: none;
}
.map iframe {
    margin: 0 auto;
    display: block;
    height: 300px;
}
.info {
    margin-top: 60px;
    margin-bottom: 80px;
}
.info dl {
    display: flex;
    margin-bottom: 1px;
    border-top: 1px solid #cccccc;
}
.info dl:last-child {
    border-bottom: 1px solid #cccccc;
}
.info dt {
    padding: 20px;
    width: 180px;
    min-width: 70px;
    font-weight: bold;
    display: block;
}
.info dd {
    padding: 20px;
    width: 100%;
    margin-bottom: 0;
}
.form {
    margin-top: 60px;
}
.form table {
    width: 100%;
}
.form th,
.form td {
    display: block;
    width: 100%;
}
.form th {
    font-family: var(--font-mincho);
    padding: 15px 10px 5px 10px;
}
.form td {
    padding: 5px 10px 15px 10px;
}
.form tr {
    border-top: 1px solid #ccc;
    padding: 5px;
}
.input-text input,
textarea,
.input-age input {
    padding: 8px 15px;
    border-radius: 4px;
    border: 1px solid #d6d6d6;
}
.input-text input,
textarea {
    width: 100%;
}
.input-age input {
    margin-right: 10px;
    vertical-align: bottom;
    width: 150px;
}
textarea {
    height: 300px;
}
.validation_span {
    color: red;
}
.btnCont {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 60px;
}
.form-btn {
    display: inline-block;
    max-width: 240px;
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    border-radius: 40px;
    color: var(--color-sub);
    text-align: center;
    margin-right: 10px;
    border: none;
    font-weight: bold;
    font-size: 18px;
    font-family: var(--font-mincho);
}
.btn-submit:hover,
.btn-reset:hover {
    opacity: 0.8;
}
.btn-submit {
    background: var(--base-color);
    color: #fff;
    margin-bottom: 15px;
}
.btn-reset {
    background: #c6c6c6;
}
.thaks {
    padding-left: 20px;
    padding-right: 20px;
}
@media screen and (min-width: 768px) {
    body {
        font-size: 15px;
    }
    .siteWidth {
        max-width: 1200px;
        margin-right: auto;
        margin-left: auto;
    }
    .siteWidth-s {
        max-width: 1020px;
        margin-right: auto;
        margin-left: auto;
        padding-left: 0;
        padding-right: 0;
    }
    .bgColor-gray {
        padding-top: 90px;
        padding-bottom: 60px;
    }
    .header {
        min-height: 120px;
        padding: 49px 170px 35px 50px;
    }
    .siteTitle {
        font-size: 30px;
    }
    .slide .siteTitle {
        font-family: var(--font-mincho);
        font-weight: 400;
        font-size: 46px;
    }
    .pageTitle {
        padding-top: 100px;
        padding-bottom: 100px;
        padding-left: 50px;
        font-size: 42px;
    }
    .menu .inner {
        margin-right: auto;
        margin-left: auto;
        padding: 0 30px;
    }
    .slider,
    .slider-overlay,
    .slider li,
    .slider li img {
        height: calc(100vw * 0.52642);
    }
    .hamburger {
        width: 120px;
        height: 120px;
    }
    .hamburger .inner {
        width: 40px;
        height: 30px;
        line-height: 90px;
        top: 28%;
    }
    .hamburger p {
        font-size: 12px;
        color: #fff;
        transition: 0.7s;
        display: block;
        opacity: 1;
        letter-spacing: 0;
        font-weight: bold;
    }
    .hamburger.active p {
        opacity: 0;
    }
    .hamburger span:nth-of-type(2) {
        top: 14px;
    }
    .globalNav {
        display: block;
        background: #fff;
        padding: 30px 16px 0 16px;
    }
    .globalNav .parent {
        display: flex;
        justify-content: center;
        align-items: center;
        list-style: none;
        margin: 0 auto;
        padding: 0;
        flex-wrap: wrap;
    }
    .globalNav .parent > li {
        border-right: 1px solid #ccc;
        margin-bottom: 20px;
    }
    .globalNav .parent li:last-child {
        border-right: none;
    }
    .globalNav .parent a {
        text-decoration: none;
        font-family: var(--font-mincho);
        font-weight: 400;
        padding: 15px 24px;
    }
    .globalNav .parent a:hover {
        text-decoration: underline;
    }
    .globalNav .child {
        margin: 0;
        padding: 0;
        list-style: none;
        background: var(--base-color);
        position: absolute;
        z-index: 4;
    }
    .globalNav .child li {
        border-bottom: 1px solid #fff;
    }
    .globalNav .child li:last-child {
        border-bottom: none;
    }
    .globalNav .child a {
        display: block;
        color: #fff;
        text-align: center;
    }
    .globalNav .child a:hover {
        text-decoration: none;
        background: #666;
    }
    #news {
        padding: 90px 0px 54px;
        line-height: 1.9;
    }
    .mainImg {
        margin-bottom: 0;
        padding: 0;
    }
    .mainImg .lead {
        width: 60%;
        margin-left: auto;
        margin-right: auto;
    }
    .noImg.lead {
        width: 100%;
    }
    .lead {
        text-align: center;
    }
    .lead br {
        display: block;
    }
    .lead .inner {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .mainImg .inner {
        display: flex;
        align-items: center;
        width: 100%;
        max-width: 1200px;
        padding: 40px 20px;
        margin-left: auto;
        margin-right: auto;
    }
    .mainImg figure {
        max-width: 500px;
        text-align: right;
        margin-right: 40px;
        margin-bottom: 0;
    }
    .navi {
        padding: 130px 30px 50px;
    }
    .navi .inner {
        display: flex;
        justify-content: space-between;
        height: 100%;
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto;
    }
    .menuNavi {
        width: 100%;
        max-width: 500px;
        overflow-y: auto;
        height: 100%;
        margin-right: 30px;
    }
    .menuNavi::-webkit-scrollbar {
        width: 14px;
    }
    .menuNavi::-webkit-scrollbar-thumb {
        background: #fff;
        border-radius: 9px;
    }
    .menuNavi {
        scrollbar-width: thin;
        scrollbar-color: #fff #fff;
    }
    .menuNavi .parent {
        font-size: 28px;
        font-weight: bold;
        padding-right: 15px;
    }
    .menuNavi .parent > li {
        margin-bottom: 30px;
    }
    .menuNavi .child {
        font-size: 16px;
        font-weight: normal;
    }
    .right {
        width: 100%;
        max-width: 300px;
        overflow-y: auto;
        height: 100%;
        padding-right: 15px;
        font-size: 20px;
    }
    .right::-webkit-scrollbar {
        display: none;
    }
    .headNavi {
        margin-bottom: 60px;
        margin-top: 30px;
    }
    .headNavi li {
        margin-bottom: 16px;
    }
    .article {
        margin-top: 130px;
    }
    .article:first-of-type {
        margin-top: 90px;
    }
    .article:last-child {
        margin-bottom: 130px;
    }
    .head {
        display: flex;
        margin-bottom: 40px;
        align-items: flex-start;
    }
    .reverse .head {
        flex-direction: row-reverse;
    }
    .article .inner {
        width: 640px;
        margin-top: 40px;
        background: #fff;
    }
    .normal .inner {
        padding: 60px 60px 60px 0;
        margin-right: -40px;
    }
    .reverse .inner {
        padding: 60px 0 60px 60px;
        margin-left: -40px;
    }
    .article .title {
        font-size: 32px;
        margin-bottom: 40px;
        line-height: 1.4;
        letter-spacing: 0.05em;
    }
    .article .txt {
        font-size: 15px;
        line-height: 1.9;
        letter-spacing: 0.1em;
    }
    .article .head figure {
        width: 640px;
    }
    .first-img {
        margin-left: 0;
        margin-right: 0;
    }
    .normal .head figure {
        text-align: left;
        margin-left: -40px;
    }
    .reverse .head figure {
        text-align: right;
        margin-right: -40px;
    }
    .imgContainer {
        display: flex;
        justify-content: center;
    }
    .imgContainer figure {
        max-width: 387px;
        width: 100%;
    }
    .imgContainer figure:last-child {
        margin-right: 0;
    }
    #news {
        margin-bottom: 40px;
    }
    .extraTtl {
        font-size: 28px;
    }
    .rss dt,
    .news time {
        display: inline-block;
        width: 15%;
        min-width: 100px;
        padding-top: 6px;
        vertical-align: top;
    }
    .rss dd,
    .news span {
        display: inline-block;
        width: calc((99% - 15%) - 26px);
        font-size: 15px;
    }
    .rss dd {
        width: calc(99% - 15%);
    }
    .news span {
        display: inline-flex;
    }
    .news li a:hover {
        text-decoration: none;
    }
    .freeArea {
        margin-top: 90px;
        margin-bottom: 72px;
        padding: 0;
        font-size: 15px;
    }
    .pageTop {
        display: none;
        position: fixed;
        bottom: 50px;
        right: 20px;
        margin-top: 0;
        margin-bottom: 0;
        z-index: 10;
    }
    .contactBtn {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .contactBtn a {
        font-size: 28px;
    }
    .contactBtn::before {
        font-size: 26px;
    }
    .copyright {
        margin-bottom: 140px;
    }
    .pnkz {
        font-size: 13px;
        max-width: 1200px;
        width: 100%;
        margin-right: auto;
        margin-left: auto;
    }
    .editorArea table th {
        width: 200px;
    }
    .map iframe {
        height: 500px;
    }
    .formPage .footer .snsBtn {
        margin-top: 90px;
    }
    .footer {
        margin-top: 72px;
    }
    .form th,
    .form td {
        padding: 30px 20px;
    }
    .form th {
        font-family: var(--font-mincho);
        width: 30%;
    }
    .form td {
        width: 70%;
    }
    .form tr {
        display: flex;
        align-items: center;
    }
    .input-age input {
        width: 40%;
    }
    .thaks {
        max-width: 780px;
        margin-right: auto;
        margin-left: auto;
        padding-left: 0;
        padding-right: 0;
    }
}
.required {
    margin-top: 15px;
}

/* ===== KHY 2026 全面リニューアル ===== */
:root {
  --khy-navy: #103b52;
  --khy-deep: #082b3d;
  --khy-blue: #2a86a8;
  --khy-sky: #eaf7fb;
  --khy-mist: #f6fbfd;
  --khy-lime: #a9cf5a;
  --khy-yellow: #f2d567;
  --khy-ink: #18323f;
  --khy-muted: #5c6f79;
  --khy-white: #ffffff;
  --khy-line: #d8e7ed;
  --khy-shadow: 0 20px 55px rgba(16, 59, 82, .12);
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0 !important;
  background: var(--khy-mist) !important;
  color: var(--khy-ink) !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif !important;
  font-size: 16px !important;
  line-height: 1.8 !important;
  letter-spacing: .02em;
  overflow-x: hidden;
}

body *, body *::before, body *::after {
  box-sizing: border-box;
}

a {
  color: var(--khy-blue);
  text-decoration-thickness: .08em;
  text-underline-offset: .18em;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible {
  outline: 3px solid var(--khy-yellow) !important;
  outline-offset: 3px;
}

.siteWidth {
  width: min(1180px, calc(100% - 40px)) !important;
  max-width: 1180px !important;
}

.siteWidth-s {
  width: min(980px, calc(100% - 40px)) !important;
  max-width: 980px !important;
}

/* Header */
.header {
  position: relative !important;
  background: var(--khy-navy) !important;
  overflow: hidden;
}

.siteTitle {
  position: absolute !important;
  z-index: 75 !important;
  top: 24px !important;
  left: max(24px, calc((100vw - 1180px) / 2)) !important;
  margin: 0 !important;
  padding: 0 !important;
}

.siteTitle a {
  display: inline-flex !important;
  align-items: center;
  min-height: 52px;
  padding: 10px 18px !important;
  border: 1px solid rgba(255,255,255,.52);
  border-radius: 999px;
  background: rgba(8,43,61,.68);
  color: #fff !important;
  font-size: clamp(20px, 2.2vw, 30px) !important;
  font-weight: 800 !important;
  letter-spacing: .08em !important;
  line-height: 1 !important;
  text-decoration: none !important;
  backdrop-filter: blur(10px);
}

#top .header .bx-wrapper,
#top .header .bx-viewport {
  height: min(72vh, 720px) !important;
  min-height: 540px !important;
  margin: 0 !important;
  border: 0 !important;
  box-shadow: none !important;
}

#top .header .slider,
#top .header .slider li {
  height: 100% !important;
}

#top .header .slider li {
  width: 100% !important;
  inset: 0 !important;
}

#top .header .slider img {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
}

#top .slider-overlay {
  position: absolute !important;
  z-index: 60 !important;
  inset: 0 !important;
  display: block !important;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(8,43,61,.86) 0%, rgba(8,43,61,.60) 42%, rgba(8,43,61,.06) 72%),
    linear-gradient(0deg, rgba(8,43,61,.52), transparent 42%) !important;
}

#top .slider-overlay::before {
  content: "地域に根差し、\A心に寄り添う看護を。";
  position: absolute;
  left: max(28px, calc((100vw - 1180px) / 2));
  bottom: 110px;
  width: min(700px, calc(100% - 56px));
  color: #fff;
  font-size: clamp(34px, 5.4vw, 72px);
  font-weight: 800;
  line-height: 1.28;
  letter-spacing: .04em;
  white-space: pre-line;
  text-shadow: 0 4px 24px rgba(0,0,0,.24);
}

#top .slider-overlay::after {
  content: "いわき市の訪問看護・訪問リハビリ・居宅介護支援";
  position: absolute;
  left: max(30px, calc((100vw - 1180px) / 2));
  bottom: 62px;
  color: #fff;
  font-size: clamp(14px, 1.6vw, 19px);
  font-weight: 700;
  letter-spacing: .08em;
}

.bx-controls-direction a {
  border-radius: 999px !important;
  background-color: rgba(8,43,61,.55) !important;
}

/* Navigation */
.globalNav {
  position: sticky !important;
  z-index: 70 !important;
  top: 0 !important;
  border-bottom: 1px solid rgba(16,59,82,.10);
  background: rgba(255,255,255,.94) !important;
  box-shadow: 0 8px 30px rgba(16,59,82,.08);
  backdrop-filter: blur(12px);
}

.globalNav .inner {
  width: min(1180px, calc(100% - 40px)) !important;
  margin: 0 auto !important;
}

.globalNav .parent {
  display: flex !important;
  justify-content: center;
  gap: 4px;
  margin: 0 !important;
  padding: 0 !important;
}

.globalNav .parent > li > a {
  display: block !important;
  padding: 20px 18px !important;
  color: var(--khy-ink) !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  text-decoration: none !important;
}

.globalNav .parent > li > a:hover {
  color: var(--khy-blue) !important;
  background: var(--khy-sky) !important;
}

.globalNav .child {
  border: 1px solid var(--khy-line) !important;
  border-radius: 0 0 14px 14px !important;
  overflow: hidden;
  box-shadow: var(--khy-shadow) !important;
}

.globalNav .child a {
  padding: 12px 18px !important;
  color: var(--khy-ink) !important;
  font-size: 14px !important;
  text-decoration: none !important;
}

.hamburger {
  z-index: 90 !important;
  top: 20px !important;
  right: 20px !important;
  width: 72px !important;
  height: 72px !important;
  border: 1px solid rgba(255,255,255,.50);
  border-radius: 20px 0 20px 20px !important;
  background: rgba(8,43,61,.78) !important;
  box-shadow: 0 10px 28px rgba(0,0,0,.16);
  backdrop-filter: blur(10px);
}

.hamburger .inner span {
  background: #fff !important;
}

.hamburger p {
  color: #fff !important;
  font-size: 11px !important;
  letter-spacing: .12em;
}

/* Top lead */
#top main {
  background: var(--khy-mist) !important;
}

#top main > .lead {
  position: relative !important;
  z-index: 8 !important;
  width: min(980px, calc(100% - 40px)) !important;
  margin: -44px auto 72px !important;
  padding: 0 !important;
  border: 1px solid rgba(42,134,168,.16);
  border-radius: 24px !important;
  background: #fff !important;
  box-shadow: var(--khy-shadow) !important;
  text-align: center !important;
}

#top main > .lead .inner {
  width: 100% !important;
  padding: clamp(28px, 5vw, 46px) !important;
  color: var(--khy-ink) !important;
  font-size: clamp(16px, 1.8vw, 19px) !important;
  font-weight: 600;
  line-height: 2 !important;
}

#oj3h {
  display: none !important;
}

/* New home content */
.khy-home {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 0 0 88px;
}

.khy-home,
.khy-home p,
.khy-home li {
  font-size: 16px !important;
  line-height: 1.85 !important;
}

.khy-section {
  margin: 0 0 104px;
}

.khy-section-head {
  max-width: 850px;
  margin: 0 auto 42px;
  text-align: center;
}

.khy-section-head-left {
  margin-left: 0;
  text-align: left;
}

.khy-eyebrow,
.khy-card-kicker {
  display: inline-block;
  color: var(--khy-blue);
  font-size: 14px !important;
  font-weight: 800;
  letter-spacing: .12em;
}

.khy-section-head h2,
.khy-contact-panel h2 {
  margin: 12px 0 18px !important;
  color: var(--khy-navy) !important;
  font-size: clamp(28px, 4vw, 46px) !important;
  font-weight: 800 !important;
  line-height: 1.42 !important;
  letter-spacing: .03em !important;
}

.khy-section-head p {
  max-width: 720px;
  margin: 0 auto !important;
  color: var(--khy-muted) !important;
}

.khy-section-head-left p {
  margin-left: 0 !important;
}

.khy-service-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.khy-service-card {
  position: relative;
  display: flex !important;
  flex-direction: column;
  min-height: 560px;
  padding: clamp(30px, 4vw, 52px) !important;
  border: 1px solid var(--khy-line);
  border-radius: 28px;
  background: #fff;
  color: var(--khy-ink) !important;
  box-shadow: 0 16px 42px rgba(16,59,82,.10);
  text-decoration: none !important;
  overflow: hidden;
  transition: transform .25s ease, box-shadow .25s ease;
}

.khy-service-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 8px;
  background: linear-gradient(90deg, var(--khy-blue), #63bed3);
}

.khy-service-care::before {
  background: linear-gradient(90deg, var(--khy-lime), var(--khy-yellow));
}

.khy-service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 58px rgba(16,59,82,.16);
}

.khy-card-no {
  position: absolute;
  top: 24px;
  right: 30px;
  color: rgba(16,59,82,.10);
  font-size: 68px !important;
  font-weight: 900;
  line-height: 1;
}

.khy-service-card h3 {
  position: relative;
  max-width: 86%;
  margin: 16px 0 18px !important;
  color: var(--khy-navy) !important;
  font-size: clamp(25px, 3vw, 36px) !important;
  font-weight: 800 !important;
  line-height: 1.4 !important;
}

.khy-service-card p {
  margin: 0 0 24px !important;
  color: var(--khy-muted) !important;
}

.khy-service-card ul {
  margin: 0 0 30px !important;
  padding: 0 !important;
  list-style: none !important;
}

.khy-service-card li {
  position: relative;
  padding: 10px 0 10px 26px !important;
  border-bottom: 1px solid var(--khy-line);
}

.khy-service-card li::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 2px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--khy-blue);
}

.khy-service-care li::before {
  background: var(--khy-lime);
}

.khy-card-link {
  margin-top: auto;
  padding-top: 20px;
  color: var(--khy-blue);
  font-size: 15px !important;
  font-weight: 800;
}

.khy-card-link::after,
.khy-consult-card a::after,
.khy-path-grid strong::after,
.khy-link-grid strong::after {
  content: "  →";
}

.khy-proof {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin: -52px 0 104px;
  border-radius: 22px;
  background: rgba(255,255,255,.20);
  box-shadow: var(--khy-shadow);
  overflow: hidden;
}

.khy-proof > div {
  min-height: 150px;
  padding: 28px 18px;
  background: var(--khy-navy);
  color: #fff;
  text-align: center;
}

.khy-proof strong {
  display: block;
  margin-bottom: 8px;
  color: var(--khy-yellow);
  font-size: clamp(22px, 2.7vw, 32px) !important;
  line-height: 1.3;
}

.khy-proof span {
  font-size: 14px !important;
  font-weight: 600;
}

.khy-consult {
  padding: clamp(34px, 6vw, 70px);
  border-radius: 30px;
  background:
    radial-gradient(circle at 100% 0, rgba(169,207,90,.24), transparent 34%),
    linear-gradient(135deg, #eaf7fb, #f9fcfd);
}

.khy-consult-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.khy-consult-card {
  padding: 30px;
  border: 1px solid rgba(42,134,168,.14);
  border-radius: 22px;
  background: rgba(255,255,255,.92);
}

.khy-consult-card h3 {
  margin: 0 0 18px !important;
  color: var(--khy-navy) !important;
  font-size: 21px !important;
  font-weight: 800 !important;
}

.khy-consult-card ul {
  margin: 0 0 22px !important;
  padding-left: 1.4em !important;
}

.khy-consult-card a {
  font-weight: 800;
}

.khy-path-grid,
.khy-link-grid {
  display: grid;
  gap: 20px;
}

.khy-path-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.khy-path-grid a,
.khy-link-grid a {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 28px 30px !important;
  border: 1px solid var(--khy-line);
  border-radius: 18px;
  background: #fff;
  color: var(--khy-ink) !important;
  text-decoration: none !important;
  box-shadow: 0 10px 30px rgba(16,59,82,.07);
  transition: border-color .2s ease, transform .2s ease;
}

.khy-path-grid a:hover,
.khy-link-grid a:hover {
  transform: translateY(-3px);
  border-color: var(--khy-blue);
}

.khy-path-grid span,
.khy-link-grid span {
  color: var(--khy-muted);
  font-size: 14px !important;
}

.khy-path-grid strong,
.khy-link-grid strong {
  color: var(--khy-navy);
  font-size: 17px !important;
}

.khy-link-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.khy-link-grid a {
  flex-direction: column;
  align-items: flex-start;
}

.khy-contact-panel {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 42px;
  align-items: center;
  padding: clamp(34px, 6vw, 68px);
  border-radius: 30px;
  background: var(--khy-deep);
  color: #fff;
  box-shadow: var(--khy-shadow);
}

.khy-contact-panel h2 {
  color: #fff !important;
}

.khy-contact-panel p {
  color: rgba(255,255,255,.78) !important;
}

.khy-contact-actions {
  display: grid;
  gap: 12px;
}

.khy-contact-actions a {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  padding: 17px 20px !important;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 14px;
  background: rgba(255,255,255,.08);
  color: #fff !important;
  text-decoration: none !important;
}

.khy-contact-actions span {
  font-size: 13px !important;
}

.khy-contact-actions strong {
  color: var(--khy-yellow);
  font-size: 20px !important;
  white-space: nowrap;
}

.khy-contact-actions .khy-contact-form {
  justify-content: center;
  border-color: var(--khy-lime);
  background: var(--khy-lime);
  color: var(--khy-deep) !important;
  font-weight: 800;
}

/* News and common lower sections */
#news {
  margin-top: 0 !important;
  padding: 80px 0 !important;
  background: #e9f4f8 !important;
}

#news article {
  padding: 42px !important;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 14px 40px rgba(16,59,82,.08);
}

.extraTtl,
.infoTtl {
  margin: 0 0 24px !important;
  color: var(--khy-navy) !important;
  font-size: 28px !important;
  font-weight: 800 !important;
}

.news li {
  display: grid !important;
  grid-template-columns: 130px 1fr;
  gap: 20px;
  padding: 20px 0 !important;
  border-bottom: 1px solid var(--khy-line) !important;
}

.news time {
  color: var(--khy-blue) !important;
  font-size: 14px !important;
  font-weight: 800;
}

.news span {
  color: var(--khy-ink) !important;
  font-size: 15px !important;
}

.newsBtn,
.btn {
  width: fit-content !important;
  margin: 26px auto 0 !important;
  padding: 10px 28px !important;
  border: 1px solid var(--khy-blue) !important;
  border-radius: 999px !important;
  color: var(--khy-blue) !important;
  background: #fff !important;
  font-weight: 800;
}

/* Sub pages */
.tpl-contents .header {
  min-height: 94px !important;
  height: 94px !important;
  overflow: visible;
  background: linear-gradient(120deg, var(--khy-deep), var(--khy-navy)) !important;
}

.tpl-contents .siteTitle {
  top: 20px !important;
}

.tpl-contents .pageTitle {
  margin: 0 !important;
  padding: clamp(44px, 7vw, 84px) max(24px, calc((100vw - 980px) / 2)) !important;
  background:
    radial-gradient(circle at 85% 20%, rgba(169,207,90,.25), transparent 26%),
    linear-gradient(135deg, #e6f5fa, #f6fbfd) !important;
  color: var(--khy-navy) !important;
  font-size: clamp(30px, 5vw, 48px) !important;
  font-weight: 800 !important;
  letter-spacing: .06em !important;
  line-height: 1.35 !important;
}

.tpl-contents .menu {
  position: sticky !important;
  z-index: 60 !important;
  top: 0 !important;
  border-top: 1px solid var(--khy-line);
  border-bottom: 1px solid var(--khy-line);
  background: rgba(255,255,255,.96) !important;
  box-shadow: 0 8px 26px rgba(16,59,82,.06);
  backdrop-filter: blur(10px);
}

.tpl-contents .menu ul {
  width: min(980px, calc(100% - 32px)) !important;
  margin: 0 auto !important;
}

.tpl-contents .menu a {
  padding: 15px 18px !important;
  color: var(--khy-ink) !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  text-decoration: none !important;
}

.tpl-contents .pnkz {
  width: min(980px, calc(100% - 40px)) !important;
  margin: 0 auto !important;
  padding: 18px 0 0 !important;
  color: var(--khy-muted) !important;
  font-size: 13px !important;
}

.tpl-contents main {
  padding: 10px 0 80px !important;
  background: var(--khy-mist) !important;
}

.tpl-contents .article.siteWidth-s {
  margin-top: 26px !important;
  margin-bottom: 40px !important;
  padding: clamp(28px, 5.5vw, 64px) !important;
  border: 1px solid rgba(42,134,168,.12);
  border-radius: 26px !important;
  background: #fff !important;
  box-shadow: 0 16px 46px rgba(16,59,82,.09) !important;
}

.tpl-contents .article .txt,
.tpl-contents .editorArea {
  color: var(--khy-ink) !important;
  font-size: 16px !important;
  line-height: 1.9 !important;
}

.tpl-contents .article .txt > :first-child {
  margin-top: 0 !important;
}

.tpl-contents .editorArea h1,
.tpl-contents .editorArea h2,
.tpl-contents .editorArea h3 {
  color: var(--khy-navy) !important;
  font-weight: 800 !important;
  letter-spacing: .03em !important;
}

.tpl-contents .editorArea h1 {
  font-size: clamp(28px, 4.2vw, 42px) !important;
  line-height: 1.45 !important;
}

.tpl-contents .editorArea h2 {
  margin: 54px 0 24px !important;
  font-size: clamp(24px, 3.4vw, 34px) !important;
  line-height: 1.5 !important;
  text-align: left !important;
}

.tpl-contents .editorArea h3 {
  margin: 32px 0 12px !important;
  font-size: 20px !important;
}

.tpl-contents .editorArea p,
.tpl-contents .editorArea li {
  color: var(--khy-ink) !important;
  font-size: 16px !important;
  line-height: 1.9 !important;
}

.tpl-contents .editorArea img {
  max-width: 100% !important;
  height: auto !important;
  border-radius: 18px;
}

.tpl-contents .editorArea table {
  width: 100% !important;
  border-collapse: separate !important;
  border-spacing: 0 !important;
  border: 1px solid var(--khy-line) !important;
  border-radius: 14px;
  overflow: hidden;
}

.tpl-contents .editorArea th,
.tpl-contents .editorArea td {
  padding: 14px 16px !important;
  border-color: var(--khy-line) !important;
  font-size: 15px !important;
  vertical-align: top;
}

.tpl-contents .editorArea th {
  background: var(--khy-sky) !important;
  color: var(--khy-navy) !important;
}

.tpl-contents .editorArea .intro {
  margin: 0 0 52px !important;
  padding: clamp(32px, 6vw, 68px) !important;
  border: 0 !important;
  border-radius: 24px !important;
  background:
    radial-gradient(circle at 100% 0, rgba(169,207,90,.22), transparent 32%),
    linear-gradient(135deg, #eaf7fb, #fff) !important;
  box-shadow: none !important;
  color: var(--khy-ink) !important;
  text-align: left !important;
}

.tpl-contents .editorArea .intro h1 {
  color: var(--khy-navy) !important;
  font-size: clamp(28px, 4.2vw, 42px) !important;
}

.tpl-contents .editorArea .intro p {
  max-width: 800px !important;
  margin: 0 0 18px !important;
  color: var(--khy-muted) !important;
}

.tpl-contents .editorArea .highlight {
  color: var(--khy-blue) !important;
  font-weight: 800 !important;
}

.tpl-contents .editorArea .strengths-container {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0,1fr)) !important;
  gap: 18px !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.tpl-contents .editorArea .card {
  padding: 26px 20px !important;
  border: 1px solid var(--khy-line) !important;
  border-radius: 18px !important;
  background: #fff !important;
  box-shadow: 0 10px 26px rgba(16,59,82,.07) !important;
  text-align: center !important;
}

.tpl-contents .editorArea .card h3 {
  margin: 8px 0 10px !important;
  color: var(--khy-blue) !important;
  font-size: 18px !important;
}

.tpl-contents .editorArea .card p {
  margin: 0 !important;
  color: var(--khy-muted) !important;
  font-size: 14px !important;
  line-height: 1.75 !important;
}

.tpl-contents .editorArea .icon {
  font-size: 32px !important;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea,
select {
  max-width: 100%;
  padding: 12px 14px !important;
  border: 1px solid #b9ced7 !important;
  border-radius: 10px !important;
  background: #fff !important;
  color: var(--khy-ink) !important;
  font: inherit !important;
}

input[type="submit"],
input[type="button"],
button {
  min-height: 44px;
  border-radius: 10px;
}

/* Contact strip and footer */
body > aside .freeArea {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 64px 20px !important;
  background: var(--khy-navy) !important;
  color: #fff !important;
}

body > aside .freeArea a {
  color: var(--khy-yellow) !important;
  font-weight: 800;
}

.contactBtn {
  padding: 64px 20px !important;
  background:
    radial-gradient(circle at 82% 30%, rgba(169,207,90,.36), transparent 28%),
    linear-gradient(135deg, #e6f6fb, #f8fcfd) !important;
  text-align: center;
}

.contactBtn::before {
  content: "お問い合わせ・ご相談";
  display: block;
  margin-bottom: 20px;
  color: var(--khy-navy);
  font-size: clamp(24px, 3.4vw, 34px);
  font-weight: 800;
}

.contactBtn a {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-width: min(440px, 100%);
  min-height: 62px;
  padding: 16px 34px !important;
  border-radius: 999px !important;
  background: var(--khy-blue) !important;
  color: #fff !important;
  font-size: 18px !important;
  font-weight: 800 !important;
  text-decoration: none !important;
  box-shadow: 0 12px 30px rgba(42,134,168,.24);
}

.footer {
  padding: 42px 20px 26px !important;
  background: var(--khy-deep) !important;
  color: rgba(255,255,255,.75) !important;
}

.footer .qrCode {
  margin: 0 auto 24px !important;
}

.footer .qrCode img {
  border-radius: 12px;
}

.footer .copyright {
  color: rgba(255,255,255,.68) !important;
  font-size: 12px !important;
  font-style: normal !important;
  text-align: center !important;
}

.pageTop {
  z-index: 85 !important;
}

@media (max-width: 820px) {
  body {
    font-size: 16px !important;
  }

  .siteWidth,
  .siteWidth-s {
    width: min(100% - 28px, 1000px) !important;
  }

  .siteTitle {
    top: 14px !important;
    left: 14px !important;
  }

  .siteTitle a {
    min-height: 44px;
    padding: 8px 13px !important;
    font-size: 18px !important;
  }

  #top .header .bx-wrapper,
  #top .header .bx-viewport {
    height: 600px !important;
    min-height: 600px !important;
  }

  #top .header .slider img {
    object-position: center center !important;
  }

  #top .slider-overlay {
    background:
      linear-gradient(0deg, rgba(8,43,61,.88) 0%, rgba(8,43,61,.50) 54%, rgba(8,43,61,.05) 82%) !important;
  }

  #top .slider-overlay::before {
    left: 24px;
    bottom: 112px;
    width: calc(100% - 48px);
    font-size: clamp(34px, 10vw, 52px);
  }

  #top .slider-overlay::after {
    left: 24px;
    right: 24px;
    bottom: 58px;
    font-size: 14px;
    line-height: 1.6;
  }

  .hamburger {
    top: 12px !important;
    right: 12px !important;
    width: 58px !important;
    height: 58px !important;
    border-radius: 16px 0 16px 16px !important;
  }

  .globalNav {
    display: none !important;
  }

  #top main > .lead {
    width: calc(100% - 28px) !important;
    margin: -28px auto 58px !important;
    border-radius: 20px !important;
  }

  #top main > .lead .inner {
    padding: 26px 22px !important;
    font-size: 16px !important;
    line-height: 1.9 !important;
  }

  .khy-home {
    width: calc(100% - 28px);
    padding-bottom: 60px;
  }

  .khy-section {
    margin-bottom: 74px;
  }

  .khy-section-head {
    margin-bottom: 30px;
    text-align: left;
  }

  .khy-section-head p {
    margin-left: 0 !important;
  }

  .khy-section-head h2,
  .khy-contact-panel h2 {
    font-size: 28px !important;
  }

  .khy-service-grid,
  .khy-consult-grid,
  .khy-path-grid,
  .khy-link-grid,
  .khy-contact-panel {
    grid-template-columns: 1fr;
  }

  .khy-service-card {
    min-height: 0;
    padding: 32px 24px 28px !important;
    border-radius: 22px;
  }

  .khy-service-card h3 {
    max-width: 100%;
    padding-right: 38px;
    font-size: 26px !important;
  }

  .khy-card-no {
    top: 25px;
    right: 22px;
    font-size: 50px !important;
  }

  .khy-proof {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: -28px;
    margin-bottom: 74px;
  }

  .khy-proof > div {
    min-height: 132px;
    padding: 24px 12px;
  }

  .khy-consult {
    padding: 30px 20px;
    border-radius: 22px;
  }

  .khy-consult-card {
    padding: 24px 20px;
  }

  .khy-path-grid a,
  .khy-link-grid a {
    flex-direction: column;
    align-items: flex-start;
    padding: 24px 22px !important;
  }

  .khy-contact-panel {
    gap: 22px;
    padding: 32px 22px;
    border-radius: 22px;
  }

  .khy-contact-actions a {
    align-items: flex-start;
    flex-direction: column;
  }

  .khy-contact-actions strong {
    font-size: 22px !important;
  }

  #news {
    padding: 54px 0 !important;
  }

  #news article {
    width: calc(100% - 28px) !important;
    padding: 28px 20px !important;
    border-radius: 20px;
  }

  .news li {
    grid-template-columns: 1fr;
    gap: 4px;
    padding: 18px 0 !important;
  }

  .tpl-contents .header {
    height: 76px !important;
    min-height: 76px !important;
  }

  .tpl-contents .siteTitle {
    top: 14px !important;
  }

  .tpl-contents .pageTitle {
    padding: 42px 18px !important;
    font-size: 30px !important;
  }

  .tpl-contents .menu {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .tpl-contents .menu ul {
    display: flex !important;
    width: max-content !important;
    min-width: 100%;
    padding: 0 8px !important;
  }

  .tpl-contents .menu li {
    flex: 0 0 auto;
  }

  .tpl-contents .menu a {
    padding: 13px 14px !important;
    white-space: nowrap;
  }

  .tpl-contents .article.siteWidth-s {
    width: calc(100% - 28px) !important;
    padding: 28px 20px !important;
    border-radius: 20px !important;
  }

  .tpl-contents .editorArea .intro {
    padding: 30px 20px !important;
    text-align: left !important;
  }

  .tpl-contents .editorArea .intro br {
    display: none;
  }

  .tpl-contents .editorArea .strengths-container {
    grid-template-columns: 1fr !important;
  }

  .tpl-contents .editorArea table {
    display: block;
    overflow-x: auto;
    white-space: normal;
  }

  body > aside .freeArea {
    padding: 48px 20px !important;
  }

  .contactBtn {
    padding: 52px 18px !important;
  }
}
/* ===== /KHY 2026 全面リニューアル ===== */


/* KHY 2026 article-box layout fix */
#cw2a.article {
  width: min(1180px, calc(100% - 40px)) !important;
  max-width: 1180px !important;
  margin: 0 auto !important;
  padding: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}
#cw2a .head {
  display: block !important;
  width: 100% !important;
}
#cw2a .inner,
#cw2a .txt,
#cw2a .khy-home {
  width: 100% !important;
  max-width: none !important;
}
#cw2a .inner {
  padding: 0 !important;
}
#cw2a .first-img,
#cw2a .imgContainer {
  display: none !important;
}
#cw2a a.khy-card-link {
  display: inline-flex !important;
  align-items: center;
  width: fit-content;
  padding: 12px 18px !important;
  border-radius: 999px;
  background: var(--khy-sky);
  color: var(--khy-blue) !important;
  text-decoration: none !important;
}
@media (max-width: 820px) {
  #cw2a.article {
    width: calc(100% - 28px) !important;
  }
}
/* /KHY 2026 article-box layout fix */


/* KHY 2026 header position fix */
.siteTitle {
  right: auto !important;
  transform: none !important;
}
.khy-section-head h2 {
  font-size: clamp(28px, 3.6vw, 42px) !important;
}
/* /KHY 2026 header position fix */

/* ===== KHY SUBPAGE ACCORDION ===== */
.khy-sub-intro {
  margin: 0 auto 32px;
  padding: 26px 30px;
  border-left: 6px solid #79c83d;
  border-radius: 0 18px 18px 0;
  background: linear-gradient(135deg, #f3f9ff 0%, #f9fff4 100%);
  color: #18314f;
}
.khy-sub-intro h2 {
  margin: 0 0 10px;
  color: #073c78;
  font-size: clamp(24px, 3.2vw, 34px);
  line-height: 1.4;
}
.khy-sub-intro p {
  margin: 0;
  font-size: 17px;
  line-height: 1.9;
}
.khy-accordion-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin: 24px 0 36px;
}
.khy-accordion-list--steps {
  grid-template-columns: 1fr;
  counter-reset: khy-step;
}
.khy-accordion {
  margin: 0;
  border: 1px solid #dbe8f5;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 7px 22px rgba(8, 57, 108, .08);
  overflow: hidden;
}
.khy-accordion[open] {
  border-color: #8bbce8;
  box-shadow: 0 10px 28px rgba(8, 57, 108, .13);
}
.khy-accordion summary {
  position: relative;
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr) 34px;
  gap: 14px;
  align-items: center;
  min-height: 88px;
  padding: 18px 20px;
  color: #073c78;
  cursor: pointer;
  list-style: none;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.55;
  transition: background-color .2s ease, color .2s ease;
}
.khy-accordion summary::-webkit-details-marker { display: none; }
.khy-accordion summary:hover,
.khy-accordion summary:focus-visible {
  background: #f0f7ff;
  outline: none;
}
.khy-accordion summary:focus-visible {
  box-shadow: inset 0 0 0 3px #79c83d;
}
.khy-accordion[open] summary {
  color: #fff;
  background: linear-gradient(135deg, #073c78, #0e67a9);
}
.khy-accordion__icon,
.khy-accordion__step {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 14px;
  background: #eaf5ff;
  font-size: 24px;
}
.khy-accordion[open] .khy-accordion__icon,
.khy-accordion[open] .khy-accordion__step {
  background: rgba(255,255,255,.16);
}
.khy-accordion__step::before {
  counter-increment: khy-step;
  content: counter(khy-step);
  color: #073c78;
  font-size: 18px;
  font-weight: 800;
}
.khy-accordion[open] .khy-accordion__step::before { color: #fff; }
.khy-accordion__toggle {
  position: relative;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #eff7e8;
}
.khy-accordion__toggle::before,
.khy-accordion__toggle::after {
  content: "";
  position: absolute;
  top: 14px;
  left: 8px;
  width: 14px;
  height: 2px;
  border-radius: 2px;
  background: #427e1b;
}
.khy-accordion__toggle::after { transform: rotate(90deg); }
.khy-accordion[open] .khy-accordion__toggle {
  background: rgba(255,255,255,.18);
}
.khy-accordion[open] .khy-accordion__toggle::before { background: #fff; }
.khy-accordion[open] .khy-accordion__toggle::after { display: none; }
.khy-accordion__body {
  padding: 20px 24px 24px 80px;
  border-top: 1px solid #e5eef7;
  color: #334c64;
  font-size: 16px;
  line-height: 1.9;
}
.khy-accordion__body p { margin: 0 0 12px; }
.khy-accordion__body p:last-child { margin-bottom: 0; }
.khy-accordion__body ul { margin: 0; padding-left: 1.4em; }
.khy-accordion__body li { margin: 6px 0; }
.khy-accordion__note {
  margin-top: 24px;
  padding: 18px 22px;
  border-radius: 14px;
  background: #fff8db;
  color: #5f4a00;
}
.khy-job-accordion {
  margin-top: 14px;
}
.khy-job-accordion summary {
  min-height: 64px;
  grid-template-columns: minmax(0,1fr) 34px;
  padding: 15px 20px;
}
.khy-job-accordion .khy-accordion__body {
  padding: 22px 24px;
}
@media (max-width: 760px) {
  .khy-sub-intro { padding: 20px; margin-bottom: 22px; }
  .khy-sub-intro p { font-size: 16px; }
  .khy-accordion-list { grid-template-columns: 1fr; gap: 12px; }
  .khy-accordion summary {
    grid-template-columns: 40px minmax(0,1fr) 30px;
    min-height: 76px;
    padding: 14px 15px;
    font-size: 16px;
  }
  .khy-accordion__icon,
  .khy-accordion__step { width: 40px; height: 40px; border-radius: 12px; font-size: 21px; }
  .khy-accordion__body { padding: 17px 18px 20px; font-size: 16px; }
  .khy-job-accordion summary { grid-template-columns: minmax(0,1fr) 30px; }
}

/* ===== KHY MOBILE HERO CROP FIX ===== */
@media (max-width: 760px) {
  .header {
    height: 460px !important;
    min-height: 460px !important;
    overflow: hidden !important;
    background: #082b3d !important;
  }
  .header .bx-wrapper,
  .header .bx-viewport,
  .header .slider,
  .header .slider > li {
    height: 460px !important;
    min-height: 460px !important;
  }
  .header .slider > li img {
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 460px !important;
    max-width: none !important;
    object-fit: cover !important;
    object-position: 50% 50% !important;
    transform: none !important;
  }
  .header .slider > li.slide02 img {
    object-position: 32% 50% !important;
  }
  .slider-overlay {
    height: 460px !important;
    min-height: 460px !important;
    background:
      linear-gradient(90deg, rgba(8,43,61,.86) 0%, rgba(8,43,61,.64) 55%, rgba(8,43,61,.18) 100%),
      linear-gradient(0deg, rgba(8,43,61,.68), rgba(8,43,61,0) 58%) !important;
  }
  .slider-overlay::before {
    top: auto !important;
    right: 22px !important;
    bottom: 116px !important;
    left: 22px !important;
    width: auto !important;
    max-width: 350px !important;
    font-size: clamp(31px, 8.4vw, 38px) !important;
    line-height: 1.34 !important;
    letter-spacing: .02em !important;
    text-shadow: 0 3px 14px rgba(0,0,0,.34) !important;
  }
  .slider-overlay::after {
    top: auto !important;
    right: 22px !important;
    bottom: 40px !important;
    left: 22px !important;
    width: auto !important;
    max-width: 350px !important;
    font-size: 14px !important;
    line-height: 1.65 !important;
    letter-spacing: .03em !important;
    text-shadow: 0 2px 10px rgba(0,0,0,.42) !important;
  }
  .siteTitle {
    top: 18px !important;
    left: 18px !important;
    max-width: calc(100% - 112px) !important;
  }
  .siteTitle a {
    padding: 10px 18px !important;
    font-size: 23px !important;
  }
  .hamburger {
    top: 16px !important;
    right: 14px !important;
  }
}
@media (max-width: 380px) {
  .slider-overlay::before {
    right: 18px !important;
    left: 18px !important;
    font-size: 30px !important;
  }
  .slider-overlay::after {
    right: 18px !important;
    left: 18px !important;
    font-size: 13px !important;
  }
}

/* ===== KHY MOBILE HERO / INTRO SEPARATION ===== */
@media (max-width: 760px) {
  main > .lead,
  main .lead {
    margin-top: 20px !important;
  }
}

/* ===== KHY MOBILE HERO / INTRO HARD SEPARATION ===== */
@media (max-width: 760px) {
  body > main,
  main {
    padding-top: 28px !important;
    background: #f4fbfd !important;
  }
  main > .lead,
  main .lead {
    margin-top: 0 !important;
  }
}

/* ===== KHY MOBILE HERO GAP 44PX ===== */
@media (max-width: 760px) {
  body > main,
  main {
    padding-top: 44px !important;
  }
}

/* KHY COLOR PALETTE UNIFICATION 2026-09 */
:root {
  --base-color: #2a86a8;
  --base-color-rgb: 42, 134, 168;
  --text-color: #18323f;
  --khy-navy: #103b52;
  --khy-blue: #2a86a8;
  --khy-sky: #e6f5fa;
  --khy-pale: #f6fbfd;
  --khy-lime: #a9cf5a;
  --khy-yellow: #ffd65a;
  --khy-line: #d8e7ed;
}

body {
  color: var(--text-color) !important;
  background-color: var(--khy-pale) !important;
}

body .pageTitle {
  color: var(--khy-navy) !important;
  background-color: var(--khy-sky) !important;
  background-image:
    radial-gradient(circle at 85% 20%, rgba(169, 207, 90, .25), transparent 26%),
    linear-gradient(135deg, #e6f5fa 0%, #f6fbfd 100%) !important;
  border-color: var(--khy-line) !important;
}

body nav.menu {
  background: rgba(255, 255, 255, .97) !important;
  border-top: 1px solid var(--khy-line) !important;
  border-bottom: 1px solid var(--khy-line) !important;
}

body nav.menu a {
  color: var(--text-color) !important;
  border-color: rgba(216, 231, 237, .85) !important;
  transition: color .2s ease, background-color .2s ease !important;
}

body nav.menu a:hover,
body nav.menu a:focus-visible {
  color: var(--khy-blue) !important;
  background-color: rgba(230, 245, 250, .8) !important;
}

body .pnkz,
body .pnkz li {
  color: #5c6f79 !important;
}

body .pnkz a {
  color: var(--khy-blue) !important;
}

body .khy-sub-intro {
  color: #18314f !important;
  background: linear-gradient(135deg, #f3f9ff 0%, #f9fff4 100%) !important;
  border-left-color: #79c83d !important;
}

body .khy-sub-intro h2,
body .khy-accordion summary {
  color: #073c78 !important;
}

body .khy-accordion {
  border-color: #d9e7f2 !important;
}

body .khy-accordion summary::after {
  color: #3f7f19 !important;
  background: #f0f7e8 !important;
}

body .khy-accordion[open] > summary {
  color: #fff !important;
  background: linear-gradient(135deg, #073c78 0%, #0e6788 100%) !important;
}

body .khy-accordion[open] > summary::after {
  color: #073c78 !important;
  background: #fff !important;
}

@media (max-width: 760px) {
  body .pageTitle {
    background-image:
      radial-gradient(circle at 88% 18%, rgba(169, 207, 90, .22), transparent 30%),
      linear-gradient(135deg, #e6f5fa 0%, #f6fbfd 100%) !important;
  }

  body nav.menu {
    box-shadow: 0 2px 8px rgba(8, 43, 61, .05) !important;
  }
}

/* VISITING NURSING MOBILE HEADER COMPACTION */
@media (max-width: 760px) {
  body:has(nav.menu a[href="./18.html"]) .header {
    height: 158px !important;
    min-height: 158px !important;
    max-height: 158px !important;
    padding: 25px 82px 55px 20px !important;
    background: linear-gradient(120deg, #082b3d 0%, #103b52 100%) !important;
    overflow: hidden !important;
  }

  body:has(nav.menu a[href="./18.html"]) .header::after {
    content: "いわき南訪問看護リハビリステーション";
    position: absolute;
    left: 22px;
    right: 82px;
    bottom: 17px;
    display: block;
    color: rgba(255, 255, 255, .92);
    font-family: var(--font-gothic);
    font-size: 13px;
    font-weight: 600;
    line-height: 1.45;
    letter-spacing: .035em;
    white-space: nowrap;
  }

  body:has(nav.menu a[href="./18.html"]) .header .siteTitle {
    margin: 0 !important;
  }
}

@media (max-width: 390px) {
  body:has(nav.menu a[href="./18.html"]) .header::after {
    right: 76px;
    font-size: 12px;
    letter-spacing: .015em;
  }
}

/* KHY ORIGINAL LINE ICON SYSTEM */
.khy-line-icon { font-size: 0 !important; color: transparent !important; display: inline-grid !important; place-items: center !important; }
.khy-line-icon::before { content: "" !important; display: block !important; width: 28px !important; height: 28px !important; background-color: #0e6788 !important; -webkit-mask-image: var(--khy-line-icon) !important; mask-image: var(--khy-line-icon) !important; -webkit-mask-position: center !important; mask-position: center !important; -webkit-mask-repeat: no-repeat !important; mask-repeat: no-repeat !important; -webkit-mask-size: contain !important; mask-size: contain !important; }
.khy-accordion[open] > summary .khy-line-icon::before { background-color: #fff !important; }
.strengths-container .icon.khy-line-icon::before { width: 34px !important; height: 34px !important; }
.khy-service-card ul, .khy-service-card li { list-style: none !important; }
.khy-service-card li::marker { content: "" !important; }
.khy-icon-pulse { --khy-line-icon: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%221.8%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpolyline%20points%3D%223%2012%207%2012%209%206%2012%2018%2015%2010%2017%2012%2021%2012%22%2F%3E%3C%2Fsvg%3E"); }
.khy-icon-medical { --khy-line-icon: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%221.8%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M9%203h6v6h6v6h-6v6H9v-6H3V9h6Z%22%2F%3E%3C%2Fsvg%3E"); }
.khy-icon-medicine { --khy-line-icon: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%221.8%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M8%204a4%204%200%200%201%205.7%200l6.3%206.3a4%204%200%200%201-5.7%205.7L8%209.7A4%204%200%200%201%208%204Z%22%2F%3E%3Cpath%20d%3D%22m11%2013%205-5%22%2F%3E%3C%2Fsvg%3E"); }
.khy-icon-care { --khy-line-icon: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%221.8%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M12%203s-5%205.5-5%2010a5%205%200%200%200%2010%200c0-4.5-5-10-5-10Z%22%2F%3E%3Cpath%20d%3D%22M9.5%2014.5c1.2%201%203.8%201%205%200%22%2F%3E%3C%2Fsvg%3E"); }
.khy-icon-mind { --khy-line-icon: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%221.8%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M9%2020v-3H7a4%204%200%200%201-4-4V9a6%206%200%200%201%2012%200c0%203%202%204%202%204h-3v4%22%2F%3E%3Cpath%20d%3D%22M7%209h6M8%2012h4%22%2F%3E%3C%2Fsvg%3E"); }
.khy-icon-night { --khy-line-icon: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%221.8%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M19%2015.5A8%208%200%200%201%208.5%205a8%208%200%201%200%2010.5%2010.5Z%22%2F%3E%3Cpath%20d%3D%22M17%204v3M15.5%205.5h3%22%2F%3E%3C%2Fsvg%3E"); }
.khy-icon-rehab { --khy-line-icon: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%221.8%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%224.5%22%20r%3D%222%22%2F%3E%3Cpath%20d%3D%22m12%207-2%205%203%202%202-4M10%2012l-3%205M13%2014l3%205M8%209h5%22%2F%3E%3C%2Fsvg%3E"); }
.khy-icon-family { --khy-line-icon: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%221.8%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Ccircle%20cx%3D%228%22%20cy%3D%228%22%20r%3D%222.5%22%2F%3E%3Ccircle%20cx%3D%2216%22%20cy%3D%228%22%20r%3D%222.5%22%2F%3E%3Cpath%20d%3D%22M3%2020c0-4%202-7%205-7s5%203%205%207M11%2020c0-4%202-7%205-7s5%203%205%207%22%2F%3E%3C%2Fsvg%3E"); }
.khy-icon-card { --khy-line-icon: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%221.8%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Crect%20x%3D%223%22%20y%3D%225%22%20width%3D%2218%22%20height%3D%2214%22%20rx%3D%222%22%2F%3E%3Cpath%20d%3D%22M3%209h18M7%2014h4%22%2F%3E%3C%2Fsvg%3E"); }
.khy-icon-senior { --khy-line-icon: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%221.8%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Ccircle%20cx%3D%2210%22%20cy%3D%225%22%20r%3D%222%22%2F%3E%3Cpath%20d%3D%22M10%208v5l-3%206M10%2012l4%203M16%2010v10M14%2020h4%22%2F%3E%3C%2Fsvg%3E"); }
.khy-icon-person { --khy-line-icon: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%221.8%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%225%22%20r%3D%222.5%22%2F%3E%3Cpath%20d%3D%22M12%208v7M7%2020l5-5%205%205M8%2011l4%202%204-2%22%2F%3E%3C%2Fsvg%3E"); }
.khy-icon-child { --khy-line-icon: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%221.8%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%226%22%20r%3D%222.2%22%2F%3E%3Cpath%20d%3D%22M12%208.5v6M8%2011l4%202%204-2M9%2020l3-5.5%203%205.5%22%2F%3E%3C%2Fsvg%3E"); }
.khy-icon-bed { --khy-line-icon: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%221.8%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M3%205v15M21%2011v9M3%2016h18M6%209h5a3%203%200%200%201%203%203v4H6Z%22%2F%3E%3Ccircle%20cx%3D%228%22%20cy%3D%2212%22%20r%3D%221.5%22%2F%3E%3C%2Fsvg%3E"); }
.khy-icon-clock { --khy-line-icon: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%221.8%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%229%22%2F%3E%3Cpath%20d%3D%22M12%207v6l4%202%22%2F%3E%3C%2Fsvg%3E"); }
.khy-icon-partnership { --khy-line-icon: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%221.8%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M9.5%2014.5%207%2017a3%203%200%200%201-4-4l4-4a3%203%200%200%201%204%200l1%201M14.5%209.5%2017%207a3%203%200%200%201%204%204l-4%204a3%203%200%200%201-4%200l-1-1M8%2016l8-8%22%2F%3E%3C%2Fsvg%3E"); }
.khy-icon-home { --khy-line-icon: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%221.8%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22m3%2011%209-8%209%208%22%2F%3E%3Cpath%20d%3D%22M5%2010v10h14V10M10%2020v-6h4v6%22%2F%3E%3C%2Fsvg%3E"); }
.khy-icon-document { --khy-line-icon: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%221.8%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M6%203h9l4%204v14H6Z%22%2F%3E%3Cpath%20d%3D%22M15%203v5h5M9%2012h6M9%2016h6%22%2F%3E%3C%2Fsvg%3E"); }
.khy-icon-calendar { --khy-line-icon: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%221.8%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Crect%20x%3D%223%22%20y%3D%225%22%20width%3D%2218%22%20height%3D%2216%22%20rx%3D%222%22%2F%3E%3Cpath%20d%3D%22M7%203v4M17%203v4M3%2010h18M8%2014h2M14%2014h2M8%2018h2%22%2F%3E%3C%2Fsvg%3E"); }
.khy-icon-phone { --khy-line-icon: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%221.8%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M7%203h4l2%205-3%202a15%2015%200%200%200%204%204l2-3%205%202v4c0%202-2%204-4%204A14%2014%200%200%201%203%207c0-2%202-4%204-4Z%22%2F%3E%3C%2Fsvg%3E"); }
.khy-icon-receipt { --khy-line-icon: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%221.8%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M6%203h12v18l-3-2-3%202-3-2-3%202Z%22%2F%3E%3Cpath%20d%3D%22M9%208h6M9%2012h6M9%2016h4%22%2F%3E%3C%2Fsvg%3E"); }

/* MINAMI CARE PLAN STRENGTHS */
.page-210267 .article:has(.khy-care-strengths) {
  max-width: 1100px !important;
}

.page-210267 .article:has(.khy-care-strengths) > .title {
  color: #103b52 !important;
  font-size: clamp(28px, 3vw, 42px) !important;
  letter-spacing: .04em !important;
  margin-bottom: 28px !important;
}

.khy-care-strengths {
  color: #18323f;
}

.khy-care-lead {
  position: relative;
  padding: 38px 42px;
  margin-bottom: 28px;
  overflow: hidden;
  border-left: 7px solid #79c83d;
  border-radius: 0 26px 26px 0;
  background:
    radial-gradient(circle at 90% 15%, rgba(169, 207, 90, .24), transparent 28%),
    linear-gradient(135deg, #eaf6fb 0%, #f8fcfd 100%);
}

.khy-care-kicker {
  display: inline-block;
  margin-bottom: 10px;
  color: #2a86a8;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .08em;
}

.khy-care-lead h3 {
  margin: 0 0 16px;
  color: #103b52;
  font-size: clamp(24px, 2.5vw, 34px);
  line-height: 1.45;
  letter-spacing: .035em;
}

.khy-care-lead p {
  max-width: 780px;
  margin: 0;
  color: #4f6875;
  font-size: 16px;
  line-height: 2;
}

.khy-care-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.khy-care-point {
  position: relative;
  min-height: 230px;
  padding: 28px 24px 24px;
  overflow: hidden;
  border: 1px solid #d8e7ed;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(8, 43, 61, .07);
}

.khy-care-point::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, #79c83d, #ffd65a);
}

.khy-care-point > .khy-line-icon {
  width: 52px;
  height: 52px;
  margin-bottom: 18px;
  border-radius: 15px;
  background: #eaf5ff;
}

.khy-care-point > .khy-line-icon::before {
  width: 28px !important;
  height: 28px !important;
}

.khy-care-point h4 {
  margin: 0 0 10px;
  color: #073c78;
  font-size: 19px;
  line-height: 1.45;
  letter-spacing: .025em;
}

.khy-care-point p {
  margin: 0;
  color: #536b78;
  font-size: 14px;
  line-height: 1.8;
}

@media (max-width: 760px) {
  .page-210267 .article:has(.khy-care-strengths) > .title {
    margin-bottom: 18px !important;
    font-size: 28px !important;
  }

  .khy-care-lead {
    padding: 28px 24px;
    margin-bottom: 20px;
    border-left-width: 5px;
    border-radius: 0 20px 20px 0;
  }

  .khy-care-kicker {
    font-size: 13px;
  }

  .khy-care-lead h3 {
    font-size: 22px;
  }

  .khy-care-lead p {
    font-size: 15px;
    line-height: 1.85;
  }

  .khy-care-points {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .khy-care-point {
    min-height: 218px;
    padding: 22px 16px 18px;
    border-radius: 18px;
  }

  .khy-care-point > .khy-line-icon {
    width: 46px;
    height: 46px;
    margin-bottom: 14px;
    border-radius: 13px;
  }

  .khy-care-point h4 {
    font-size: 16px;
  }

  .khy-care-point p {
    font-size: 13px;
    line-height: 1.7;
  }
}

@media (max-width: 360px) {
  .khy-care-points {
    grid-template-columns: 1fr;
  }

  .khy-care-point {
    min-height: 0;
  }
}

/* VISITING NURSING STRENGTHS MATCH CARE PLAN */
.page-210264 .strengths-container {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 18px !important;
  max-width: 850px !important;
  margin: 0 auto 60px !important;
  padding: 0 !important;
}

.page-210264 .strengths-container .card {
  position: relative !important;
  min-height: 230px !important;
  padding: 28px 24px 24px !important;
  overflow: hidden !important;
  border: 1px solid #d8e7ed !important;
  border-radius: 22px !important;
  background: #fff !important;
  box-shadow: 0 10px 28px rgba(8, 43, 61, .07) !important;
  text-align: left !important;
}

.page-210264 .strengths-container .card::after {
  content: "" !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 5px !important;
  background: linear-gradient(90deg, #79c83d, #ffd65a) !important;
}

.page-210264 .strengths-container .card:hover {
  transform: none !important;
  box-shadow: 0 10px 28px rgba(8, 43, 61, .07) !important;
}

.page-210264 .strengths-container .card .icon {
  display: inline-grid !important;
  width: 52px !important;
  height: 52px !important;
  margin: 0 0 18px !important;
  place-items: center !important;
  border-radius: 15px !important;
  background: #eaf5ff !important;
}

.page-210264 .strengths-container .card .icon::before {
  width: 28px !important;
  height: 28px !important;
}

.page-210264 .strengths-container .card h3 {
  margin: 0 0 10px !important;
  color: #073c78 !important;
  font-size: 19px !important;
  line-height: 1.45 !important;
  letter-spacing: .025em !important;
}

.page-210264 .strengths-container .card p {
  margin: 0 !important;
  color: #536b78 !important;
  font-size: 14px !important;
  line-height: 1.8 !important;
}

@media (max-width: 760px) {
  .page-210264 .strengths-container {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px !important;
    margin-bottom: 40px !important;
  }

  .page-210264 .strengths-container .card {
    min-width: 0 !important;
    min-height: 218px !important;
    padding: 22px 16px 18px !important;
    border-radius: 18px !important;
  }

  .page-210264 .strengths-container .card .icon {
    width: 46px !important;
    height: 46px !important;
    margin-bottom: 14px !important;
    border-radius: 13px !important;
  }

  .page-210264 .strengths-container .card h3 {
    font-size: 16px !important;
  }

  .page-210264 .strengths-container .card p {
    font-size: 13px !important;
    line-height: 1.7 !important;
  }
}

@media (max-width: 360px) {
  .page-210264 .strengths-container {
    grid-template-columns: 1fr !important;
  }

  .page-210264 .strengths-container .card {
    min-height: 0 !important;
  }
}

/* NURSING / CARE PLAN IDENTICAL SECTION FRAME */
.page-210264 .article:has(.khy-care-strengths) {
  max-width: 1100px !important;
}

.page-210264 .article:has(.khy-care-strengths) > .title {
  color: #103b52 !important;
  font-size: clamp(28px, 3vw, 42px) !important;
  letter-spacing: .04em !important;
  margin-bottom: 28px !important;
}

@media (max-width: 760px) {
  .page-210264 .article:has(.khy-care-strengths) > .title {
    margin-bottom: 18px !important;
    font-size: 28px !important;
  }
}

/* MINAMI CARE PLAN MOBILE HEADER COMPACTION */
@media (max-width: 760px) {
  body:has(nav.menu a[href="./15.html"]) .header {
    height: 158px !important;
    min-height: 158px !important;
    max-height: 158px !important;
    padding: 25px 82px 55px 20px !important;
    background: linear-gradient(120deg, #082b3d 0%, #103b52 100%) !important;
    overflow: hidden !important;
  }

  body:has(nav.menu a[href="./15.html"]) .header::after {
    content: "みなみケアプラン";
    position: absolute;
    left: 22px;
    right: 82px;
    bottom: 17px;
    display: block;
    color: rgba(255, 255, 255, .92);
    font-family: var(--font-gothic);
    font-size: 13px;
    font-weight: 600;
    line-height: 1.45;
    letter-spacing: .08em;
    white-space: nowrap;
  }

  body:has(nav.menu a[href="./15.html"]) .header .siteTitle {
    margin: 0 !important;
  }
}

@media (max-width: 390px) {
  body:has(nav.menu a[href="./15.html"]) .header::after {
    right: 76px;
    font-size: 12px;
  }
}

/* LEGAL DISCLOSURE PAGE */
body:has(.khy-legal) .khy-legal-lead {
  margin: 0 0 26px;
  padding: 28px;
  border-left: 6px solid #76c83b;
  border-radius: 0 22px 22px 0;
  background: linear-gradient(120deg, #edf8fc 0%, #f5faec 100%);
}
body:has(.khy-legal) .khy-legal-lead h2 {
  margin: 0 0 12px;
  color: #0b3b52;
  font-size: clamp(24px, 4vw, 36px);
  line-height: 1.45;
}
body:has(.khy-legal) .khy-legal-lead p {
  margin: 8px 0;
  line-height: 1.85;
}
body:has(.khy-legal) .khy-legal-note {
  margin: 0 0 24px;
  padding: 16px 18px;
  border-radius: 14px;
  background: #fff8db;
  color: #564711;
  font-size: 14px;
  line-height: 1.75;
}
body:has(.khy-legal) details {
  margin: 14px 0;
  border: 1px solid #cfe2e9;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(11, 59, 82, .06);
  overflow: hidden;
}
body:has(.khy-legal) details > summary {
  position: relative;
  display: block;
  padding: 21px 62px 21px 22px;
  color: #0b3b52;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.55;
  cursor: pointer;
  list-style: none;
}
body:has(.khy-legal) details > summary::-webkit-details-marker {
  display: none;
}
body:has(.khy-legal) details > summary::before,
body:has(.khy-legal) details > summary::after {
  content: "";
  position: absolute;
  right: 24px;
  top: 50%;
  width: 20px;
  height: 2px;
  background: #238baa;
  transform: translateY(-50%);
  transition: transform .2s ease;
}
body:has(.khy-legal) details > summary::after {
  transform: translateY(-50%) rotate(90deg);
}
body:has(.khy-legal) details[open] > summary {
  background: #eef8fb;
}
body:has(.khy-legal) details[open] > summary::after {
  transform: translateY(-50%) rotate(0);
}
body:has(.khy-legal) details > div {
  padding: 8px 24px 24px;
  border-top: 1px solid #cfe2e9;
}
body:has(.khy-legal) details h3 {
  margin: 20px 0 6px;
  color: #238baa;
  font-size: 16px;
}
body:has(.khy-legal) details p,
body:has(.khy-legal) details li {
  font-size: 15px;
  line-height: 1.85;
}
body:has(.khy-legal) details ul {
  margin: 10px 0;
  padding-left: 1.4em;
}
@media (max-width: 600px) {
  body:has(.khy-legal) .khy-legal-lead {
    padding: 22px 18px;
  }
  body:has(.khy-legal) details > summary {
    padding: 18px 54px 18px 17px;
    font-size: 16px;
  }
  body:has(.khy-legal) details > div {
    padding: 5px 17px 20px;
  }
}