@charset "utf-8";
/* Header(TOP)※共通含む */
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 100000;
}
.layout-header{
    transition: top 1.2s ease,opacity 1.2s ease;
}
.layout-header.hidden {
    top: -100%;
    transition: top 1.2s ease,opacity 1.2s ease;
    opacity: 0;
}   
header ul.header-list-block {
    justify-content: space-between;
    align-items: center;
}
.page-guide header .header-bottom ul.header-list-block  {
    height: 62px;
}
.top header ul.header-list-block > li {
    margin: 0 auto;
}
.top header ul.header-list-block > li:nth-child(1) {
    margin-left: 0;
}
.top header ul.header-list-block > li:nth-child(2) {
    margin-right: 0;
}
.top header .header-top li .header-logo a {
    display: block;
}
.top header .header-top li .header-logo a img {
    display: block;
}
.top header .header-top li:nth-child(2) ul li a {
    display: flex;
    align-items: center;
    color: #fff;
    font-weight: 900;
}
.top header .header-top li:nth-child(2) ul li:nth-child(1) a {
    border-color: #195CA8;
    background: #195CA8;
}
.top header .header-top li:nth-child(2) ul li:nth-child(2) a {
    border-color: #00954A;
    background: #00954A;
}
.top header .header-top li:nth-child(2) ul li a:hover {
    background: #fff;
}
.top header .header-top li:nth-child(2) ul li:nth-child(1) a:hover {
    color: #195CA8;
}
.top header .header-top li:nth-child(2) ul li:nth-child(2) a:hover {
    color: #00954A;
}
.top header .header-top li:nth-child(2) ul li a > svg {
    height: auto;
}
.top header .header-top li:nth-child(2) ul li a > svg path {
    transition: .3s all ease-out;
}
.top header .header-top li:nth-child(2) ul li:nth-child(1) a:hover > svg path {
    fill: #195CA8;
}
.top header .header-top li:nth-child(2) ul li:nth-child(2) a:hover > svg path {
    fill: #00954A;
}
header .header-bottom {
    position: relative;
}
.page-home header .header-bottom,
.top header .header-bottom {
    background: #195CA8!important;
}
.page-guide header .header-bottom,
:not(.top) header .header-bottom {
    background: #00954A;
}
header .header-bottom .header-list-block .nav-list > li a {
    color: #fff;
    display: block;
    overflow: hidden;
    cursor: pointer;
}
header .header-bottom .header-list-block li.search-block #form1 {
    display: flex;
    justify-content: center; 	
}
header .header-bottom .header-list-block li.search-block #sbox {
    background: #fff;
    border: none;
    outline: 0;
}
header .header-bottom .header-list-block li.search-block #sbtn {
    background: #fff;
    border: none;
}
@media (max-width: 1100px) {
    .sp-menu-open{
        overflow: hidden;        
    }
    header .header-top {
        padding: 0;
        height: 71px;
    }
    .guide-child header .header-top {
        height: auto;
    }
    header .header-top ul.header-list-block {
        height: 71px;
    }
    .guide-child header .header-top .second ul.header-list-block {
        height: 70px;
    }
    .guide-child header .header-top .first .header-list-block {
        height: auto;
    }
    .top header .header-top li .header-logo a img {
        max-width: 368.54px!important;
    }
    header .header-top li:nth-child(2) ul li {
        margin-bottom: 3px;
    }
    header .header-top li:nth-child(2) ul li:last-child {
        margin-bottom: 0;
    }
    .top header .header-top li:nth-child(2) ul li a {
        gap: 5.4px;
        border-radius: 4px;
        font-size: 9px;
        padding: 3px 6px;
        border: none;
    }
    header .header-bottom {
        padding: 0;
        height: 44px;
        line-height: 44px;
    }
    .page-guide header .header-bottom {
        padding: 0;
        height: 44px;
        line-height: 44px;
    }
    header .header-bottom  ul.header-list-block {
        height: 44px;
    }
    .page-guide header .header-bottom  ul.header-list-block {
        height: 44px;
    }
    .top header .header-top li:nth-child(2) ul li a > svg {
        max-width: 12px;
    }
    header .header-bottom .hamburger-menu .menu-btn-block {
        transition: .3s all ease-out;
        z-index: 999;
        width: 24px;
        height: 24px;
        display: flex!important;
        justify-content: center;
        align-items: center;
    }
    header .header-bottom .hamburger-menu .menu-btn span {
        display: block;
        width: 24px;
        height: 2px;
        background: #fff;
        position: relative;
        transition: .3s all ease-out;
    }
    header .header-bottom .hamburger-menu .menu-btn span:before,
    header .header-bottom .hamburger-menu .menu-btn span:after {
        content: "";
        position: absolute;
        display: block;
        width: 24px;
        height: 2px;
        background: #fff;
        left: 0;
        transition: .3s all ease-out;
    }
    header .header-bottom .hamburger-menu .menu-btn span:before {
        top: -6px;
    }
    header .header-bottom .hamburger-menu .menu-btn span:after {
        top: 6px;
    }
    header .header-bottom .hamburger-menu #js-hamburger.open .menu-btn span {
        background: transparent;
    }
    header .header-bottom .hamburger-menu #js-hamburger.open .menu-btn span:before {
        transform: rotate(-45deg);
        top: calc(100vw * calc(0.25 / 390));
    }
    header .header-bottom .hamburger-menu #js-hamburger.open .menu-btn span:after {
        transform: rotate(45deg);
        top: calc(100vw * calc(-0.25 / 390));
    }
    header .header-bottom .hamburger-menu nav {
        transform: translateX(-150vh);
        transition: .8s all ease-out;
        z-index: 999;
        position: absolute;
        color: #fff;
        left: 0;
        top: 44px;
        border-top: solid 1px #fff;
        width: 100vw;
        height: 100vh;
        padding: 23.5px 0 0 0;
        overflow: auto;
    }
    .top header .header-bottom .hamburger-menu nav.open {
        background: #195ca8;
    }
    header .header-bottom .hamburger-menu nav.open {
        background: #00954A;
    }
    header .header-bottom .hamburger-menu nav.open {
        transform: translateX(0);
        display: block;
    }
    header .header-bottom .hamburger-menu nav ul.nav-list {
        max-width: 90%;
        margin: 0 auto;
    }
    header .header-bottom .hamburger-menu nav ul.nav-list > li {
        position: relative;
        padding-left: 1.4em;
    }
    header .header-bottom .hamburger-menu nav ul.nav-list > li > a{
        margin-bottom: 19px;
    }
    header .header-bottom .hamburger-menu nav ul.nav-list > li:last-child > a{
        margin-bottom: 0;
    }
    header .header-bottom .hamburger-menu nav ul.nav-list > li > a {
        color: #fff;
        position: relative;
        font-weight: 900;
        font-size: 16px;
        height: auto;
        line-height: 1.1;
    }
    header .header-bottom .header-list-block .nav-list > li.submenu:before,
    header .header-bottom .header-list-block .nav-list > li.submenu:after {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 8px;
        transition: transform .3s ease-in-out, top .3s ease-in-out;
        background: #fff;
        width: 11.72px;
        height: 2px;
    }
    header .header-bottom .header-list-block .nav-list > li.submenu:before {
        transform: rotate(90deg);
    }
    header .header-bottom .header-list-block .nav-list > li.dropdown-open.submenu:before {
        transform: rotate(180deg);
    }
    header .header-bottom .header-list-block .nav-list > li.dropdown-open.submenu:after {
        opacity: 0;
    }
    header .header-bottom .header-list-block .nav-list > li > .dropdown__lists {
        overflow: hidden;
        transition: max-height 0.3s ease-out, opacity 0.3s ease-out;
        opacity: 0;
        max-height: 0;
    }
    .top header .header-bottom .header-list-block .nav-list > li > .dropdown__lists {
        border-left: solid 1px #fff;
    }
    header .header-bottom .header-list-block .nav-list > li.dropdown-open > .dropdown__lists {
        opacity: 1;
        max-height: 500px;
        margin-bottom: 23.5px;
    }
    header .header-bottom .header-list-block .nav-list > li > .dropdown__lists {
        padding-left: 11px;
    }
    header .header-bottom .header-list-block .nav-list > li > .dropdown__lists > div {
        max-width: 100%;
    }
    header .header-bottom .header-list-block .nav-list > li > .dropdown__lists ul li {
        margin-bottom: 16px;
    }
    header .header-bottom .header-list-block .nav-list > li > .dropdown__lists ul li:last-child {
        margin-bottom: 0;
    }
    .top header .header-bottom .header-list-block .nav-list > li > .dropdown__lists ul li > a {

        font-size: 14px;
        color: #A2F5FF;
        font-weight: 600;
        line-height: 1.1;
    }
    header .header-bottom .header-list-block li.search-block #form1 {
        height: 28px;
        justify-content: end;
    }
    header .header-bottom .header-list-block li.search-block #sbox {
        width: 221px;
        padding: 0 8px;
        border-radius: 4px 0 0 4px;
    }
    header .header-bottom .header-list-block li.search-block #sbtn {
        width: 30px;
        border-radius: 0 4px 4px 0;
    }
}
@media (max-width: 800px) {
    .top header .header-top li .header-logo a img {
        max-width: 280px!important;
    }
}
@media (max-width: 545px) {
    .top header .header-top li .header-logo a img {
        max-width: 190px!important;
    }
    header .header-top {
        padding: 0;
        height: 51px;
    }
    .guide-child header .header-top {
        height: auto;
    }
    header .header-top ul.header-list-block {
        height: 51px;
    }
    .guide-child header .header-top .second {
        height: 40px!important;
    }
    .guide-child header .header-top .second ul.header-list-block {
        height: 40px;
    }
    .guide-child header .header-top .first .header-list-block {
        height: auto;
    }
    header .header-top li:nth-child(2) ul li {
        margin-bottom: 3px;
    }
    header .header-top li:nth-child(2) ul li:last-child {
        margin-bottom: 0;
    }
    .top header .header-top li:nth-child(2) ul li a {
        gap: 5.4px;
        border-radius: 4px;
        font-size: 9px;
        padding: 3px 6px;
        border: none;
    }
}
@media (max-width: 355px) {
    .top header .header-top li .header-logo a img {
        max-width: 155px!important;
    }
}
/* タブレット用 (必要に応じて) */
@media (min-width: 769px) and (max-width: 1100px) {
    header .header-top {
        padding: 0;
        height: 101px;
    }
    header .header-top ul.header-list-block {
        height: 101px;
        gap: 15px;
    }
    .top header .header-top li .header-logo a img {
        max-width: 368.54px;
    }
    .top header .header-top li:nth-child(2) ul li a {
        gap: 6px;
        border-radius: 4px;
        font-size: 12px;
        padding: 6px 8px;
        border: none;
    }
    .top header .header-top li:nth-child(2) ul li a > svg {
        max-width: 32px;
    }
    header .header-top li:nth-child(2) ul {
        gap: 5px;
    }
    header .header-top li:nth-child(2) ul li {
        margin-bottom: 0;
    }
}
@media (min-width: 480px) and (max-width: 1100px) {
    header .header-bottom {
        padding: 0;
    }
    header .header-bottom .hamburger-menu nav {
        left: 0;
    }
}
@media (min-width: 1101px) {
    header .header-top {
        padding: 0;
        height: 101px;
    }
    .guide-child header .header-top {
        height: auto;
        
    }
    header .header-top ul.header-list-block {
        height: 101px;
    }
    .guide-child header .header-top .second ul.header-list-block {
        height: 80px;
    }
    .top header .header-top li .header-logo a img {
        max-width: 368.54px;
    }
    .top header .header-top li:nth-child(2) ul {
        gap: 19px;
        align-items: center;
    }
    .top header .header-top li:nth-child(2) ul li a {
        gap: 11px;
        border-radius: 9px;
        font-size: 18px;
        padding: 7px 17px;
        border: solid 2px;
    }
    .top header .header-top li:nth-child(2) ul li a > svg {
        max-width: 30px;
    }
    header .header-bottom .header-list-block .nav-list {
        display: flex;
        gap: 50px;
    }
    header .header-bottom .header-list-block .nav-list > li > a {
        position: relative;
    }
    header .header-bottom .header-list-block .nav-list > li.dropdown-open > a:after,
    header .header-bottom .header-list-block .nav-list > li.submenu:hover > a:after,
    header .header-bottom .header-list-block .nav-list > li.active > a:after {
        content: "";
        position: absolute;
        bottom: -7.5px;
        left: 50%;
        transform: translateX(-50%) rotate(-45deg);
        background: #fff;
        width: 15px;
        height: 15px;
    }
    header .header-bottom .header-list-block .nav-list > li > a {
        font-size: 18px;
        font-weight: 900;
        padding: 0;
        height: 62px;
        line-height: 62px;
    }
    header .header-bottom .header-list-block .nav-list > li > a:hover {
        opacity: .6;
    }
    header .header-bottom .header-list-block .nav-list > li > .dropdown__lists {
        display: none;
        width: 100%;
        position: absolute;
        top: 62px;
        left: 0;
        border-top: solid 2px #fff;
        padding: 31px 0 41.8px;
    }
    header .header-bottom .header-list-block .nav-list > li.dropdown-open > .dropdown__lists,
    header .header-bottom .header-list-block .nav-list > li:hover > .dropdown__lists  {
        display: block;
    }
    .top .header-bottom .header-list-block .nav-list > li > .dropdown__lists {
        background: #195CA8!important;
    }
    :not(.top) .header-bottom .header-list-block .nav-list > li > .dropdown__lists {
        background: #00954A;
    }
    header .header-bottom .header-list-block .nav-list > li > .dropdown__lists ul {
        display: grid;
        gap: 30px 77px;
        flex-wrap: wrap;
        grid-template-columns: repeat(4, 1fr);
    }
    header .header-bottom .header-list-block .nav-list > li > .dropdown__lists ul > li > a {
        color: #fff;
        font-size: 16px;
        font-weight: 900;
    }
    header .header-bottom .header-list-block .nav-list > li > .dropdown__lists ul > li > a:hover {
        opacity: .6;
    }
    header .header-bottom .header-list-block li.search-block #form1 {
        height: 32px;
    }
    header .header-bottom .header-list-block li.search-block #sbox {
        width: 290px;
        padding: 0 9px;
        border-radius: 6px 0 0 6px;
    }
    header .header-bottom .header-list-block li.search-block #sbtn {
        width: 30px;
        border-radius: 0 6px 6px 0;
    }
    header .header-bottom .header-list-block li.search-block #sbtn svg {
        transition: .3s all ease-out;
    }
    header .header-bottom .header-list-block li.search-block #sbtn:hover svg {
        opacity: .6;
    }
}
/* Header(Guide) */
.page-guide header .header-top .header-logo > a > img {
    max-width: 480.73px
}
.page-guide header .header-top .header-list-block li:nth-child(2) > a {
    display: block;
}
.page-guide header .header-top .header-list-block li:nth-child(2) > a > ul {
    gap: 16.9px;
    align-items: center;
}
.page-guide header .header-top .header-list-block li:nth-child(2) > a > ul li.icon img {
    max-width: 56.13px;
    display: block;
}
.page-guide header .header-top .header-list-block li:nth-child(2) > a > ul li.desc p {
    font-weight: 900;
    font-size: 15px;
    color: #195CA8;
}
.page-guide header .header-top .header-list-block li:nth-child(2) > a > ul li.desc p:not(.company) {
    margin-bottom: 6.9px;
}
.page-guide header .header-top .header-list-block li:nth-child(2) p.company {
    font-size: 18px!important;
}
.page-guide header .header-bottom .header-list-block li > .select-block label {
    display: flex;
    align-items: center;
    position: relative;
}
.page-guide header .header-bottom .header-list-block li > .select-block label:after {
    position: absolute;
    right: 15px;
    width: 11px;
    height: 8px;
    background: #4B4B4B;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
    pointer-events: none;
}
.page-guide header .header-bottom .header-list-block li > .select-block select {
    appearance: none;
    max-width: 213px;
    height: 32px;
    padding: 4px 36px 7px 13px;
    border: 1px solid #f0f0f0;
    border-radius: 3px;
    background-color: #F0F0F0;
    color: #111;
    font-size: 15px;
    letter-spacing: -.1em;
    cursor: pointer;
    border: solid 1px #AAA;
    border-radius: 6px;
    font-family: "Zen Maru Gothic",sans-serif;
    font-weight: 600;
}
.page-guide header .header-bottom .header-list-block li.search-block #sbox {
    font-family: "Zen Maru Gothic",sans-serif;
    font-weight: 600;
    max-width: 290px;
}

@media (max-width: 768px) {
.page-guide header .header-top .header-logo > a > img {
    max-width: 353.1px;
}
.page-guide header .header-top li:nth-child(2) ul li {
    margin-bottom: 0;
}
.page-guide header .header-top .header-list-block li:nth-child(2) > a > ul li.icon img {
    max-width: 34.68px;
}
.page-guide header .header-bottom {
    padding: 0;
    height: 44px;
}
.page-guide header .header-bottom .header-list-block li > .select-block label:after {
    right: 12px;
}
.page-guide header .header-bottom .header-list-block li > .select-block select {
    max-width: 167px;
    padding: 4px 27px 7px 13px;
    font-size: 15px;
}
.page-guide header .header-bottom .header-list-block li.search-block #sbox {
    width: 70%;
}
}
@media (max-width: 545px) {
.page-guide header .header-top .header-logo > a > img {
    max-width: 253.1px;
}
}
@media (max-width: 350px) {
.page-guide header .header-top .header-logo > a > img {
    max-width: 233.1px;
}
}
/* タブレット用 (必要に応じて) */
@media (min-width: 769px) and (max-width: 1100px) {
    .page-guide header .header-top .header-list-block li:nth-child(2) > a > ul li.desc {
        display: none!important;
    }
    .page-guide header .header-top .header-list-block li:nth-child(2) > a > ul li.icon {
        margin-bottom: 0;
    }
}
/* Header(Guide - Child) */
.guide-child header .header-top {
    padding: 0;
}
.guide-child header .header-top .first {
    background: #F7F7F7;
    height: 58px;
    transition: opacity 0.2s ease, transform 0.4s ease, height 0.4s ease;
}
.guide-child header .header-top .first.hidden {
    opacity: 0;
    transform: translateY(-100%);
    height: 0;
    visibility: hidden;
    transition: opacity 0.2s ease, transform 0.4s ease, height 0.4s ease;
}
.guide-child header .header-top .first .header-list-block {
    margin: 0 auto;
    border-bottom: none;
}
.guide-child header .header-top .first .header-list-block > li > ul > li:nth-child(1) a {
    color: #00954A;
    font-weight: 900;
}
.guide-child header .header-top .first .header-list-block > li > ul > li:nth-child(2) > .select-block label {
    display: inline-flex;
    align-items: center;
    position: relative;
}
.guide-child header .header-top .first .header-list-block > li > ul > li:nth-child(2) > .select-block label:after {
    position: absolute;
    right: 15px;
    width: 11px;
    height: 8px;
    background: #4B4B4B;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
    pointer-events: none;
}
.guide-child header .header-top .first .header-list-block > li > ul > li:nth-child(2) > .select-block select {
    appearance: none;
    max-width: 230px;
    height: 32px;
    padding: 4px 36px 7px 13px;
    border: 1px solid #f0f0f0;
    border-radius: 3px;
    background-color: #F0F0F0;
    color: #111;
    font-size: 15px;
    letter-spacing: -.1em;
    cursor: pointer;
    border: solid 1px #AAA;
    border-radius: 6px;
    font-family: "Zen Maru Gothic",sans-serif;
    font-weight: 600;
}
.guide-child header .header-top .first .header-list-block > li > ul > li:nth-child(2) #sbox {
    font-family: "Zen Maru Gothic",sans-serif;
    font-weight: 600;
    max-width: 320px;
}
.guide-child header .header-top .second .header-list-block > li > .header-logo {
    display: flex;
    align-items: center;
}
.guide-child header .header-top .second .header-list-block > li > .header-logo > a {
    display: flex;
    align-items: end;
    color: #00954A;
    font-weight: 900;
    font-family: "Zen Maru Gothic", sans-serif;
}
.guide-child header .header-top .second .header-list-block > li > .header-logo > a > svg {
    height: auto;
}
.guide-child header .header-top .second .header-list-block > li > .header-logo > a > h1,
.guide-child header .header-top .second .header-list-block > li > .header-logo > a > h2 {
    line-height: 1.0;
}
.guide-child header .header-top .second .header-list-block > li > .header-logo > p {
    color: #818181;
    font-weight: 900;
    font-family: "Zen Maru Gothic", sans-serif;
}
@media (min-width: 1101px) {
.guide-child header .header-top .first .header-list-block {
    max-width: 1280px;
    padding: 0;
    height: 58px;
}
.guide-child header .header-top .first .header-list-block > li > ul {
    gap: 41px;
    align-items: center;
}
.guide-child header .header-top .first .header-list-block > li > ul > li:nth-child(1) a {
    font-size: 18px;
}
.guide-child header .header-top .header-list-block li:nth-child(2) > a > ul {
    gap: 10.9px;
}
.guide-child header .header-top .header-list-block li:nth-child(2) > a > ul li.icon img {
    max-width: 36.35px;
}
.guide-child header .header-top .header-list-block li:nth-child(2) > a > ul li.desc p {
    font-size: 10px;
}
.guide-child header .header-top .header-list-block li:nth-child(2) > a > ul li.desc p:not(.company) {
    margin-bottom: 3.1px;
}
.guide-child header .header-top .header-list-block li:nth-child(2) > a > ul li.desc p.company {
    font-size: 12px!important;
}
.guide-child header .header-top .second {
    padding: 0;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
}
.guide-child header .header-top .second .header-list-block > li > .header-logo {
    gap: 67px;
}
.guide-child header .header-top .second .header-list-block > li > .header-logo > a {
    gap: 20px;
}
.guide-child header .header-top .second .header-list-block > li > .header-logo > a > svg {
    max-width: 47px;
}
.guide-child header .header-top .second .header-list-block > li > .header-logo > a > h1,
.guide-child header .header-top .second .header-list-block > li > .header-logo > a > h2{ 
    font-size: 38px;
}
.guide-child header .header-top .second .header-list-block > li > .header-logo > a > h1 > span,
.guide-child header .header-top .second .header-list-block > li > .header-logo > a > h2 > span {
    font-size: 22px;
}
.guide-child header .header-top .second .header-list-block > li > .header-logo > p {
    font-size: 20px;
    margin-top: 10px;
}
.guide-child header .header-bottom {
    padding: 0;
}
.guide-child header .header-bottom .header-list-block {
    justify-content: space-between;
    white-space: nowrap;
}
.guide-child header .header-bottom .header-list-block > li {
    max-width: 100%;
    /* margin: 0 auto; */
}
.guide-child header .header-bottom .header-list-block .nav-list {
    gap: 40px;
}
.guide-child header .header-bottom .header-list-block li.search-block {
    margin-left: 13%;
    margin-top: -10.5%;
}
.kasiwa.guide-child header .header-bottom .header-list-block li.search-block {
    margin-left: -16.5%;
    margin-top: -10.5%;
}
.aoba.guide-child header .header-bottom .header-list-block li.search-block {
    margin-left: -7.5%;
    margin-top: -10.5%;
}
.chosei.guide-child header .header-bottom .header-list-block li.search-block {
    margin-left: -1.5%;
    margin-top: -10.5%;
}
.tateyama.guide-child header .header-bottom .header-list-block li.search-block {
    margin-left: -13.5%;
    margin-top: -10.5%;
}
.futtsu.guide-child header .header-bottom .header-list-block li.search-block {
    margin-left: 15%;
    margin-top: -10.5%;
}
.iwana.guide-child header .header-bottom .header-list-block li.search-block {
    margin-left: 1%;
    margin-top: -10.5%;
}
.sportscenter.guide-child header .header-bottom .header-list-block li.search-block {
    margin-left: -12%;
    margin-top: -10.5%;
}
.toso.guide-child header .header-bottom .header-list-block li.search-block {
    margin-left: -16.5%;
    margin-top: -10.5%;
}
.guide-child header .header-bottom .header-list-block li.search-block #sbox,
.guide-child header .header-bottom .header-list-block li.search-block #sbtn {
    background: #F5F5F5;
}
.guide-child header .header-bottom .header-list-block li.search-block #sbox {
    border-left: solid 1px #ccc;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
}
.guide-child header .header-bottom .header-list-block li.search-block #sbtn {
    border-right: solid 1px #ccc;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
}
.guide-child header .header-bottom .header-list-block .nav-list > li > a {
    padding: 0;
}
.guide-child header .header-bottom .header-list-block .nav-list > li > .dropdown__lists {
    top: 62px;
    left: 0;
    width: 100%;
}
.guide-child header .header-bottom .header-list-block .nav-list > li.dropdown-open > a:after,
.guide-child header .header-bottom .header-list-block .nav-list > li.submenu:hover > a:after,
.guide-child header .header-bottom .header-list-block .nav-list > li.active > a:after {
    bottom: -7.5px;
}
.guide-child header .header-bottom .header-list-block .nav-list > li > .dropdown__lists > div > ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px 77px;
    flex-wrap: wrap;
}
.guide-child header .header-bottom .header-list-block .nav-list > li > .dropdown__lists > div > ul > li > h3 {
    color: #fff;
    margin-bottom: 14px;
}
.guide-child header .header-bottom .header-list-block .nav-list > li > .dropdown__lists > div > ul > li > ul {
    display: block;
    padding-left: 11.5px;
    border-left: solid 1px #fff;
}
.guide-child header .header-bottom .header-list-block .nav-list > li > .dropdown__lists > div > ul > li > ul > li:not(:last-child) {
    margin-bottom: 8px;
}
.guide-child header .header-bottom .header-list-block .nav-list > li > .dropdown__lists > div > ul > li > ul > li > a {
    color: #E8FF9A;

    font-weight: 500;
}
}
@media (max-width: 1100px) {
.guide-child header .header-top .first {
    height: 54px;
}
.guide-child header .header-top .first .header-list-block {
    max-width: 86.3%;
    padding: 6px 0;
    height: 54px;
}
header .header-bottom .header-list-block > li {
    margin: 0 auto;
}
header .header-bottom .header-list-block > li:nth-child(1) {
    margin-left: 0%;
}
header .header-bottom .header-list-block > li:nth-child(2) {
    margin-right: 0px;
}
.top header .header-bottom .header-list-block > li:nth-child(2) {
    margin-right: 0;
}
.guide-child header .header-top .first .header-list-block > li > ul {
    gap: 14px;
    align-items: center;
}
.guide-child header .header-top .first .header-list-block > li > ul > li:nth-child(1) a {
    font-size: 12px;
}
.guide-child header .header-top .first .header-list-block > li > ul > li:nth-child(2) > .select-block label:after {
    right: 12px;
}
.guide-child header .header-top .first .header-list-block > li > ul > li:nth-child(2) > .select-block select {
    max-width: 118px;
    padding: 2px 37px 4px 7px;
    font-size: 12px;
    height: 23px;
}
.guide-child header .header-top .first .header-list-block > li > ul > li:nth-child(2).search-block #sbox {
    width: 70%;
}
.guide-child header .header-top .header-list-block li:nth-child(2) > a > ul li.icon img {
    width: 22.19px;
}
.guide-child header .header-top .second {
    padding: 0;
    height: 70px;
}
.guide-child header .header-top .second .header-list-block > li > .header-logo {
    gap: 20px;
}
.guide-child header .header-top .second .header-list-block > li > .header-logo > a {
    gap: 9px;
}
.guide-child header .header-top .second .header-list-block > li > .header-logo > a > svg {
    max-width: 22px;
}
.guide-child header .header-top .second .header-list-block > li > .header-logo > a > h1,
.guide-child header .header-top .second .header-list-block > li > .header-logo > a > h2 {
    font-size: 28px;
}
.guide-child header .header-top .second .header-list-block > li > .header-logo > a > h1 > span,
.guide-child header .header-top .second .header-list-block > li > .header-logo > a > h2 > span {
    font-size: 16px;
}
.guide-child header .header-top .second .header-list-block > li > .header-logo > p {
    font-size: 14px;
    letter-spacing: -.01em;
    margin-top: 3px;
}
.guide-child header .header-bottom .header-list-block .nav-list > li a {
    line-height: 1.1;
}
.guide-child header .header-bottom .header-list-block .nav-list > li > .dropdown__lists > div > ul > li > h3 {
    font-size: 16px;
    margin-bottom: 14px;
    line-height: 1.1;
}
.guide-child header .header-bottom .header-list-block .nav-list > li > .dropdown__lists > div > ul > li > ul {
    padding-left: 11.5px;
    border-left: solid 1px #fff;
}
.guide-child header .header-bottom .header-list-block .nav-list > li > .dropdown__lists > div > ul > li > ul > li:not(:last-child) {
    margin-bottom: 10px;
}
.guide-child header .header-bottom .header-list-block .nav-list > li > .dropdown__lists > div > ul > li > ul > li > a {
    font-size: 14px;
    color: #E8FF9A;
    line-height: 1.1;
}
}
@media (max-width: 545px) {
.guide-child header .header-top .first {
    height: 34px;
}
.guide-child header .header-top .first .header-list-block {
    height: 34px;
}
.guide-child header .header-top .first .header-list-block > li > ul > li:nth-child(1) a {
    font-size: 10px;
}
.guide-child header .header-top .second .header-list-block > li > .header-logo {
    gap: 10px;
}
.guide-child header .header-top .second .header-list-block > li > .header-logo > a {
    gap: 6px;
}
.guide-child header .header-top .second .header-list-block > li > .header-logo > a > h1,
.guide-child header .header-top .second .header-list-block > li > .header-logo > a > h2 {
    font-size: 17px;
}
.guide-child header .header-top .second .header-list-block > li > .header-logo > a > h1 > span,
.guide-child header .header-top .second .header-list-block > li > .header-logo > a > h2 > span {
    font-size: 9px;
}
.guide-child header .header-top .second .header-list-block > li > .header-logo > p {
    font-size: 9px;
    margin-top: 7px;
}
}
@media (min-width: 1101px) and (max-width: 1280px) {
.guide-child header .header-top .first .header-list-block {
    max-width: 86.3%;
}
.guide-child header .header-bottom .header-list-block li.search-block {
    margin-left: -20%;
    margin-top: -142.5px;
    position: absolute;
    right: 5.5%;
}
.page-guide header .header-bottom .header-list-block li.search-block #sbox {
    width: 70%;
}
.guide-child header .header-top .second .header-list-block > li > .header-logo {
    gap: 25px;
}
.guide-child header .header-top .second .header-list-block > li > .header-logo > a {
    gap: 10px;
}
.guide-child header .header-top .second .header-list-block > li > .header-logo > a > h1, .guide-child header .header-top .second .header-list-block > li > .header-logo > a > h2 {
    font-size: 38px;
}
.guide-child header .header-top .second .header-list-block > li > .header-logo > a > h1 > span,.guide-child header .header-top .second .header-list-block > li > .header-logo > a > h2 > span {
    font-size: 22px;
}
.guide-child header .header-top .second .header-list-block > li > .header-logo > p {
    font-size: 18px;
}
.guide-child header .header-bottom .header-list-block .nav-list {
    gap: 25px;
}
}
@media (max-width: 768px) {
.guide-child header .header-top .first .header-list-block {
    max-width: 90%;
}
}
/* タブレット用 (必要に応じて) */
@media (min-width: 480px) and (max-width: 1100px) {
}
/* Footer(TOP)※共通含む */
 footer {
    padding: 63.5px 0 71px;
}
.top footer {
    background: #195CA8!important;
}
footer p,
footer h3,
footer a {
   color: #fff; 
}
footer a:hover {
    opacity: .6;
}
footer .top {
    margin-bottom: 48.5px;
}
footer .top > ul {
    justify-content: space-between;
}
footer .top > ul > li {
    width: 50%;
}
footer .top > ul > li.logo a > img {
    max-width: 488px;
}
footer .top > ul > li.menu > ul > li {
    width: 50%
}
footer .top > ul > li.menu > ul > li h3 {
    font-size: 18px;
    font-weight: 900;
    margin-bottom: 15px;
}
footer .top > ul > li.menu > ul > li > ul {
    padding-left: 21px;
    border-left: solid 1px #fff;
}
footer .top > ul > li.menu > ul > li > ul > li {
    max-width: 237.5px;
}
footer .top > ul > li.menu > ul > li > ul > li:not(:last-child) {
    margin-bottom: 14px;
}
footer .top > ul > li.menu > ul > li > ul > li > a {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
}
footer .bottom > ul {
    justify-content: space-between;
}
footer .bottom > ul > li {
    width: 50%;
}
footer .bottom > ul > li.menu > ul {
    gap: 26px;
}
footer .bottom > ul > li.menu > ul > li > a {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
}
footer .bottom > ul > li.copy p {
    font-size: 12px;
    line-height: 17px;
    font-weight: 600;
}
@media (max-width: 768px) {
footer {
    padding: 42.4px 0 39px;
}
footer .top {
    padding-bottom: 29.1px;
    margin-bottom: 29.1px;
    border-bottom: solid 1px #fff;
}
footer .top > ul > li {
    width: 100%;
}
footer .top > ul > li.logo {
    margin-bottom: 35.1px;
}
footer .top > ul > li.logo a > img {
    display: block;
    max-width: 277.94px;
    margin: 0 auto;
}
footer .top > ul > li.menu > ul > li {
    width: 100%;
}
footer .top > ul > li.menu > ul > li:not(:last-child) {
    margin-bottom: 19.2px;
}
footer .top > ul > li.menu > ul > li > h3 {
    font-size: 15px;
    margin-bottom: 0;
    position: relative;
    padding-left: 20.5px;
}
footer .top > ul > li.menu > ul > li > ul {
    margin-left: 6px;
    padding-left: 12.5px;
}
footer .top > ul > li.menu > ul > li > ul > li {
    margin-bottom: 15px;
    max-width: 100%;
}
footer .top > ul > li.menu > ul > li > ul > li > a {
    font-size: 13px;
    line-height: 19px;
}
footer .top > ul > li.menu > ul > li > ul.ac-dropdown {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out, opacity 0.3s ease-out;
    opacity: 0;
}
  
footer .top > ul > li.menu > ul > li.ac-list.open > ul.ac-dropdown {
    max-height: 500px;
    opacity: 1;
    margin-top: 15.8px;
}
footer .top > ul > li.menu > ul > li > h3:before,
footer .top > ul > li.menu > ul > li > h3:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 10px;
    transition: transform .3s ease-in-out, top .3s ease-in-out;
    background: #fff;
    width: 11.72px;
    height: 2px;
}
footer .top > ul > li.menu > ul > li > h3:before {
    transform: rotate(90deg);
}
footer .top > ul > li.menu > ul > li.ac-list.open > h3:before {
    transform: rotate(180deg);
}
footer .top > ul > li.menu > ul > li.ac-list.open > h3:after {
    opacity: 0;
}
footer .bottom > ul > li {
    width: 100%;
}
footer .bottom > ul > li.menu {
    margin-bottom: 50.8px;
}
footer .bottom > ul > li.menu > ul > li:not(:last-child) {
    margin-bottom: 17px;
}
footer .bottom > ul > li.menu > ul > li > a {
    font-size: 14px;
    line-height: 19px;
}
footer .bottom > ul > li.copy p {
    font-size: 12px;
    line-height: 20px;
    text-align: center;
}
}
/* タブレット用 (必要に応じて) */
@media (min-width: 769px) and (max-width: 1150px) {
footer {
    padding: 56px 0 44px;
}
footer .top > ul > li.logo a > img {
    max-width: 277.94px;
}
footer .bottom > ul {
    display: block;
    text-align: center;
}
footer .bottom > ul > li {
    width: 100%;
}
footer .bottom > ul > li.menu {
    margin-bottom: 20px;
}
footer .bottom > ul > li.menu > ul {
    justify-content: center;
}
}
/* Footer(Guide) */
.page-guide footer,
:not(.top) footer {
    background: #00954A;
}
:not(.top) footer .bottom > ul {
    justify-content: end;
}
@media (max-width: 768px) {
    :not(.top) footer .top > ul > li.menu > ul > li:not(:last-child) {
        margin-bottom: 0;
    }
}
/* タブレット用 (必要に応じて) */
@media (min-width: 769px) and (max-width: 1100px) {
}
/* Footer(Guide - Child) */
.foot-intro {
    padding: 38.5px 0 33.5px;
    border-top: solid 1px #00954A;
    background: #fff;
}
.foot-intro ul {
    align-items: center;
    gap: 22.5px;
}
.foot-intro ul li.img img {
    max-width: 71px;
}
.foot-intro ul li.desc h3 {
    font-size: 16px;
    margin-bottom: 5px;
}
.foot-intro ul li.desc p {
    font-size: 15px;
    font-weight: 500;
}
.foot-intro ul li.desc p:not(.contact) {
    margin-bottom: 5px;
}
.foot-intro ul li.desc p.access span {
    margin-left: 8px;
    display: inline-block;
}
.foot-intro ul li.desc p.access span > a {
    background: #0088CC;
    color: #fff;
    border-radius: 4px;
    padding: 0 8px;
    display: block;
    line-height: 20px;
    height: 22px;
}
.foot-intro ul li.desc p.access span > a:hover {
    opacity: .6;
}
@media (max-width: 768px) {
.foot-intro {
    padding: 23px 0 32.8px;
}
.foot-intro ul li.img {
    margin-bottom: 20px;
}
.foot-intro ul li.img img {
    max-width: 57px;
    margin:0 auto;
    display: block;
}
}
/* タブレット用 (必要に応じて) */
@media (min-width: 769px) and (max-width: 1100px) {
}
/* パンくず */
#breadcrumbs {
    padding: 17px 0 17px;
    background: #fff;
}
#breadcrumbs ul {
    display: flex; 
    align-items: center;
    flex-flow: wrap;
}
#breadcrumbs ul li {
    position: relative;
}
#breadcrumbs ul li:not(:last-child) {
    padding-right: 26px;
}
#breadcrumbs ul li:not(:last-child):after {
    content: "";
    background: transparent;
    width: 6px;
    height: 6px;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    position: absolute;
    top: 50%;
    right: 11.5px;
    transform: translateY(-50%) rotate(-45deg);
}
#breadcrumbs ul li,
#breadcrumbs ul li a {
    font-size: 14px;
    font-weight: 500;
}
#breadcrumbs ul li a:hover {
    opacity: .6;
}
#breadcrumbs ul li a {
    color: #797979;
}
.top #breadcrumbs ul li.current {
    color: #195CA8;
}
#breadcrumbs ul li.current {
    color: #57B988;
}
@media (max-width: 768px) {
#breadcrumbs {
    padding: 9px 0 9px;
}
#breadcrumbs ul li:not(:last-child) {
    padding-right: 13px;
}
#breadcrumbs ul li:not(:last-child):after {
    width: 4px;
    height: 4px;
    right: 4.5px;
}
#breadcrumbs ul li,
#breadcrumbs ul li a {
    font-size: 10px;
}
}
/* タブレット用 (必要に応じて) */
@media (min-width: 769px) and (max-width: 1100px) {
}
/* サイドバーレイアウト */
.side-enable {
    padding-bottom: 156.5px;
}
.side-enable > div {
    display: flex;
}
.side-enable > div.layout-section {
    display: block;
}
.side-enable > div .main {
    max-width: 940px;
    margin-right: 60px;
    width: 100%;
}
.side-enable > div aside {
    max-width: 280px;
    width: 100%;
}
.page-guide .side-enable > div aside section,
.guide-child .side-enable > div aside section {
    border-radius: 8px;
    background: #F8F7EF;
}
.side-enable > div aside section:not(:last-child) {
    margin-bottom: 26px;    
}
.side-enable > div aside .side-menu-wrap {
    background: #F0F7FD;
    padding: 36px 29px 45.8px;
    border-radius: 8px;
}
.side-enable > div aside .side-menu-wrap .side-menu-area > h3 {
    margin-bottom: 15.2px;
    font-size: 18px;
}
.side-enable > div aside .side-menu-wrap .side-menu-area > ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.side-enable > div aside .side-menu-wrap .side-menu-area > ul > li {
    margin-bottom: 0;
}
.side-enable > div aside .side-menu-wrap .side-menu-area > ul > li a {
    color: #0088CC;
    font-size: 16px;
    line-height: 26px;
    font-weight: 900;
}
.page-guide .side-enable > div aside .side-menu-wrap .side-menu-area > ul > li a {
    color: #00954a;
}
.side-enable > div aside .side-menu-wrap .side-menu-area > ul > li h4 {
    font-size: 16px;
    line-height: 26px;
    font-weight: 900;
}
.side-enable > div aside .side-menu-wrap .side-menu-area > ul > li a:hover {
    opacity: .6;
}
.side-enable > div aside .side-menu-wrap .side-menu-area > ul > li.has-sub > ul {
    display: flex;
    flex-direction: column;
    gap: 16px;
    border-left: solid 1px #0088CC;
    margin-top: 14px!important;!importan;!importa;!import;!impor;!impo;!imp;!im;!i;!;
    padding-left: 16px;
}
.page-guide .side-enable > div aside .side-menu-wrap .side-menu-area > ul > li.has-sub > ul {
    border-left: solid 1px #00954a;
}
.side-enable > div aside .side-menu-wrap .side-menu-area > ul > li.has-sub > ul > li {
    margin-bottom: 0;
}
.side-enable > div aside .side-menu-wrap .side-menu-area > ul > li.has-sub > ul > li > a {
    font-weight: 500;
    line-height: 22px;
}
@media (min-width: 768px) {
    section.info .side-enable .container-image img {
        width: 30%;
    }
}
@media (max-width: 768px) {
.side-enable {
    padding-bottom: 106px;
}
.side-enable > div {
    display: block;
}
.side-enable > div .main {
    width: 100%;
    margin-right: 0;
}
.side-enable > div aside {
    width: 100%;
    max-width: 100%;
}
.side-enable > div aside section:not(:last-child) {
    margin-bottom: 32px;
}
.side-enable > div aside .side-menu-wrap {
    padding: 27.8px 20px 21.7px 20px;
}
.side-enable > div aside .side-menu-wrap .side-menu-area > h3 {
    margin-bottom: 16.2px;
    font-size: 16px;
}
.side-enable > div aside .side-menu-wrap .side-menu-area > ul {
    gap: 12px;
}
.side-enable > div aside .side-menu-wrap .side-menu-area > ul > li a {
    font-size: 14px;
    line-height: 24px;
}
.side-enable > div aside .side-menu-wrap .side-menu-area > ul > li.has-sub > ul {
    gap: 8px;
    margin-top: 10px!important;!importan;!importa;!import;!impor;!impo;!imp;!im;!i;!;
    padding-left: 14px;
}
.side-enable > div aside .side-menu-wrap .side-menu-area > ul > li.has-sub > ul > li > a {
    font-weight: 500;
    line-height: 20px;
}
}
/* タブレット用 (必要に応じて) */
@media (min-width: 769px) and (max-width: 1100px) {
.side-enable > div .main {
    width: 90%;
    margin-right: 30px;
}
.side-enable > div aside {
    width: 38%;
}
}
main {
    margin-top: 163px;
}
.guide-child main {
    margin-top: 200px;
}
@media (max-width: 545px) {
main {
    margin-top: 95px;
}
.guide-child main {
    margin-top: 118px;
}
}
@media (min-width: 545px) and (max-width: 1100px) {
main {
    margin-top: 115px;
}
.page-home main {
    margin-top: 115px;
}
.guide-child main {
    margin-top: 168px;
}
}
@media (min-width: 769px) and (max-width: 1100px) {
main {
    margin-top: 145px;
}
.page-home main {
    margin-top: 145px;
}
}
/* TOP - MainVisual */
.page-home #top-mv {
    padding: 58.5px 0 78.2px;
}
.page-home #top-mv .mv-wrap {
    margin: 0 auto;
    position: relative;
}
@media (max-width: 768px) {
.page-home #top-mv {
    padding: 25px 0 40px;
}
.page-home #top-mv .mv-wrap {
    max-width: 100%;
}
.page-home #top-mv .mv-wrap h1 {
    font-size: 18px;
    color: #195CA8;
    text-align: center;
    line-height: 32px;
    letter-spacing: .06em;
    margin-bottom: 24.8px;
}
}
/* タブレット用 (必要に応じて) */
@media (min-width: 769px) and (max-width: 1100px) {
}

/* TOP - Service */
.page-home #top-service > div {
    padding-bottom: 56.4px;
}
.page-home #top-service h2 {
    font-size: 24px;
    margin-bottom: 25px;
    border-top: solid 5px #195CA8;
    padding-top: 46.3px;
}
.page-home #top-service ul {
    grid-template-columns: repeat(5, 1fr);
    gap: 33px;
}
.page-home #top-service ul li > a {
    color: #111;
}
.page-home #top-service ul li > a:hover {
    opacity: .6;
}
.page-home #top-service ul li img {
    margin-bottom: 22px;
}
.page-home #top-service ul li h3 {
    font-size: 18px;
    line-height: 26px;
    font-weight: 900;
    margin-bottom: 11px;
}
.page-home #top-service ul li p {
    font-size: 14px;
    line-height: 24px;

    font-weight: 500;
}
@media (max-width: 768px) {
.page-home #top-service > div {
    padding-bottom: 54px;
}
.page-home #top-service h2 {
    font-size: 18px;
    margin-bottom: 12px;
    padding-top: 16px;
}
.page-home #top-service ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 31px 17.7px;
}
.page-home #top-service ul li img {
    margin-bottom: 12px;
}
.page-home #top-service ul li h3 {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 5px;
}
.page-home #top-service ul li p {
    font-size: 12px;
    line-height: 20px;
}
}
/* タブレット用 (必要に応じて) */
@media (min-width: 769px) and (max-width: 1100px) {
    .page-home #top-service ul {
        grid-template-columns: repeat(3, 1fr);
    }
}
/* TOP - News */
.page-home #top-news {
    padding: 49.9px 0 83.6px;
}
.news h2 {
    align-items: center;
    gap: 53.4px;
    margin-bottom: 28.5px;
}
.page-futtsu .news h2 {
    margin-top: 0;
}
.news h2 span {
    font-size: 24px;
    position: relative;
}
.news h2 span:after {
    content: "";
    background: #ccc;
    position: absolute;
    height: 37px;
    width: 1px;
    right: -29px;
    top: 50%;
    transform: translateY(-50%);
}
.news h2 a {
    font-size: 16px;

    font-weight: 500;
    position: relative;
}
.news h2 a:hover {
    opacity: .6;
}
.news h2 a:after {
    content: "";
    background: transparent;
    position: absolute;
    height: 5.59px;
    width: 5.59px;
    right: -12px;
    top: 50%;
    border-right: solid 1px #0088CC;
    border-bottom: solid 1px #0088CC;
    transform: translateY(-50%) rotate(-45deg);
}
.news  .news-list {
    background: #F7F7F7;
    padding: 40px;
    margin-bottom: 74.4px;
}
.news  .news-list h3 {
    color: #666;
    margin-bottom: 27.1px;
    font-size: 20px;
}
.news  .news-list > ul {
    margin-bottom: 18px;
}
.news  .news-list > ul > li {
    display: flex;
    padding: 8px 14px;
    align-items: center;
}
.news .news-list > ul > li:nth-child(odd) {
    background: #eee;
}
.top.page-news .news .news-list > ul > li:nth-child(odd) {
    background: #F5F5F5;
}
.news  .news-list > ul > li > .title-block {
    white-space: nowrap;
    width: 32%;
    gap: 19px;
    max-width: 324px;
    margin-right: 32px;
}
.page-home #top-news .news-list > ul > li > .contents-block {
    flex: 1;
}
.page-guide .news  .news-list > ul > li > .title-block {
    max-width: 324px;
    width: 32%;
    gap: 19px;
    margin-right: 32px;
}
.news  .news-list > ul > li span,
.news  .news-list > ul > li a,
.news  .news-list > ul > li p {
    font-size: 15px;

    font-weight: 500;
    line-height: 20px;
}
.news  .news-list > ul > li a:hover {
    opacity: .6;
}
.news  .news-list .caution-block {
    background: #fff;
    border: solid 6px #8BD6E0;
    padding: 39.7px 40.6px 33.8px 40px;
}
.page-home #top-news .news-list .caution-block h3 {
    margin-bottom: 17px;
    color: #FF6200;
    font-size: 18px;
    position: relative;
    padding-left: 1.4em;
}
.page-home #top-news .news-list .caution-block h3:before {
    content: "〇";
    position: absolute;
    top: 0;
    left:0;
}
.page-home #top-news .news-list .caution-block p {
    font-size: 18px;
    line-height: 28px;

    font-weight: 500;
}
.banner-block {
    max-width: 1023px;
    margin: 0 auto;
}
.banner-block ul {
    grid-template-columns: repeat(4, 1fr);
    justify-content: center;
    gap: 28.3px;
}
.banner-block ul li a img {
    border: solid 1px #ccc;
}
aside .banner-block ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 23px;
}
@media (max-width: 1100px) {
.page-home #top-news {
    padding: 54px 0 27px;
}
.news h2 {
    gap: 50.4px;
    margin-bottom: 20.5px;
}
.news h2 span {
    font-size: 18px;
}
.news h2 span:after {
    height: 22.33px;
    right: -26px;
}
.news h2 a {
    font-size: 15px;
}
.news h2 a:after {
    height: 5.59px;
    width: 5.59px;
    right: -12px;
}
.news .news-list {
    padding: 22.5px 19px 31.1px 24px;
    margin-bottom: 30.4px;
}
.news .news-list h3 {
    margin-bottom: 21px;
    font-size: 15px;
}
.news .news-list > ul {
    margin-bottom: 11px;
}
.news .news-list > ul > li {
    display: block;
    padding: 9px 14px;
}
.page-guide .news  .news-list > ul > li > .title-block {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
}
.news .news-list > ul > li > .title-block {
    width: 100%;
    gap: 18px;
    margin-bottom: 7px;
    white-space: normal;
}
.news .news-list > ul > li span,
.news .news-list > ul > li a,
.news .news-list > ul > li p {
    font-size: 14px;
    line-height: 20px;
}
.page-home #top-news .news-list .caution-block {
    border: solid 6px #8BD6E0;
    padding: 19.7px 23px 27.5px 21px;
}
.page-home #top-news .news-list .caution-block h3 {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 24px;
}
.page-home #top-news .news-list .caution-block p {
    font-size: 14px;
    line-height: 28px;
}
.banner-block {
    max-width: 100%;
    margin: 0 auto;
}
}
@media (max-width: 768px) {
.banner-block ul {
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
    gap: 18.7px 18.3px;
}
aside .banner-block ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px 19.7px;
}
}
@media (max-width: 1100px) {
.news-list > ul > li {
    display: block!important;
}
.page-home #top-news .news-list > ul > li > .title-block {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
    max-width: 100%;
}
.page-home #top-news .news-list > ul > li > .contents-block {
    width: 100%
}
}
/* タブレット用 (必要に応じて) */
@media (min-width: 1100px) and (max-width: 1100px) {
.page-home #top-news .news-list > ul > li > .title-block {
    gap: 10px;
    width: 30%;
}
.banner-block {
    max-width: 90%;
}
.banner-block ul {
    grid-template-columns: repeat(3, 1fr);
}
}
/* TOP - Park */
.page-home #top-park {
    padding: 91px 0 66.8px;
    background: #F9F9F9;
    overflow: hidden;
}
.park .line-title {
    margin-bottom: 62px;
    position: relative;
}
.park .line-title h2 {
    text-align: center;
    font-size: 24px;
    position: relative;
    z-index: 0;
    color: #195CA8;
}
.park .line-title h2:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    background: #195CA8;
    height: 1px;
    width: 100%;
    z-index: -1;
    transform: translateY(-50%);
}
.park .line-title h2 span {
    background: #f9f9f9;
    z-index: 2;
    display: inline-block;
    padding: 0 38.4px;
}
.park ul {
    grid-template-columns: repeat(4, 1fr);
    gap: 42.8px 44px;
}
.park ul li > a {
    color: #111;
}
.park ul li > a:hover {
    opacity: .6;
}
.park ul li img {
    margin-bottom: 21px;
    border-radius: 8px;
}
.park ul li h3 {
    margin-bottom: 12.2px;
    font-size: 20px;
}
.park ul li .access {
    margin-bottom: 8px;
    font-size: 14px;
    display: block;
    line-height: 20px;

    font-weight: 500;
}
.park ul li .links {
    display: flex;
    align-items: center;

    font-weight: 500;
    gap: 10px;
}
.park ul li .links a {
    font-size: 14px;
}
.park ul li .links a.tel:hover {
    opacity: .6;
}
.park ul li .links a.map {
    color: #fff;
    background: #0088CC;
    padding: 1px 7px 3px;
    border-radius: 4px;
    border: solid 1px #0088CC;
}
.park ul li .links a.map:hover {
    color: #0088CC;
    background: #fff;
}
@media (max-width: 768px) {
.page-home #top-park {
    padding: 29px 0 36px;
}
.park .line-title {
    margin-bottom: 24px;
}
.park .line-title h2:after {
    content: "";
    position: absolute;
    top: 50%;
    left: -5.5%;
    background: #195CA8;
    height: 1px;
    width: 100vw;
    z-index: -1;
    transform: translateY(-50%);
}
.park .line-title h2 {
    font-size: 18px;
}
.park .line-title h2 span {
    padding: 0 38.5px;
}
.park ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 57.6px 18px;
}
.park ul li img {
    margin-bottom: 14.2px;
}
.park ul li h3 {
    margin-bottom: 6px;
    font-size: 15px;
}
.park ul li .access {
    margin-bottom: 7.4px;
    font-size: 12px;
    line-height: 20px;
}
.park ul li .links {
    display: flex;
    align-items: center;

    font-weight: 500;
    gap: 10px;
}
.park ul li .links a {
    font-size: 14px;
}
.park ul li .links a.tel:hover {
    opacity: .6;
}
.park ul li .links a.map {
    color: #fff;
    background: #0088CC;
    padding: 1px 7px 3px;
    border-radius: 4px;
    border: solid 1px #0088CC;
}
.park ul li .links a.map:hover {
    color: #0088CC;
    background: #fff;
}
}
/* タブレット用 (必要に応じて) */
@media (min-width: 769px) and (max-width: 1100px) {
.park ul {
    grid-template-columns: repeat(3, 1fr);
}
}
@media (min-width: 769px) {
    .park ul li .links a.tel {
        
pointer-events: none;
    }
}
/* Guide - MainVisual*/
.page-guide #guide-mv {
    padding: 57.2px 0 99px;
    overflow: hidden;
}
.page-guide #guide-mv ul {
    display: flex;
    gap: 52.3px;
    align-items: center;
}
.page-guide #guide-mv ul li.desc {
    order: 1;
    letter-spacing:.06em;
    max-width: 39.7%;
    font-family: "Zen Maru Gothic",sans-serif;
}
.page-guide #guide-mv ul li.img {
    order: 0;
    padding-left: 21px;
}
.page-guide #guide-mv ul li.img {
    max-width: 60.3%;
}
.page-guide #guide-mv ul li.desc h1 {
    font-size: 48px;
    color: #00954A;
    margin-bottom: 19px;
    font-weight: 900;
    font-family: "Zen Maru Gothic",sans-serif;
}
.page-guide #guide-mv ul li.desc p {
    color: #4E4E4E;
    font-size: 22px;
    font-weight: 900;
    line-height: 44px;
    margin-bottom: 68.3px;
}
.page-guide #guide-mv ul li.desc img {
    margin: 0 auto;
    max-width: 192.97px;
    display: block;
}
@media (max-width: 768px) {
.page-guide #guide-mv {
    padding: 37.2px 0 59.6px;
}
.page-guide #guide-mv ul {
    gap: 4.5px;
    flex-direction: column;
}
.page-guide #guide-mv ul li.desc {
    order: 0;
    text-align:center;
    max-width: 100%;
}
.page-guide #guide-mv ul li.img {
    order: 1;
    padding-left: 0;
}
.page-guide #guide-mv ul li.img {
    max-width: fit-content;
}
.page-guide #guide-mv ul li.img img {
    max-width: 100vw;
}
.page-guide #guide-mv ul li.desc h1 {
    font-size: 28px;
    margin-bottom: 9.5px;
}
.page-guide #guide-mv ul li.desc p {
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 35.5px;
}
.page-guide #guide-mv ul li.desc img {
    max-width: 81.62px;
}
}
/* タブレット用 (必要に応じて) */
@media (min-width: 769px) and (max-width: 1100px) {
.page-guide #guide-mv ul li.desc {
    max-width: 50%;
}
.page-guide #guide-mv ul li.img {
    padding-left: 21px;
}
.page-guide #guide-mv ul li.img {
    max-width: 50%;
}
.page-guide #guide-mv ul li.desc h1 {
    font-size: 36px;
    margin-bottom: 15px;
}
.page-guide #guide-mv ul li.desc p {
    font-size: 18px;
    line-height: 38px;
    margin-bottom: 40px;
}
.page-guide #guide-mv ul li.desc img {
    max-width: 152.97px;
}
}
/* Guide - News */
.page-guide #guide-news {
    padding-bottom: 60px;
}
.page-guide #guide-news .section-title {
    margin-bottom: 63px;
}
.page-guide #guide-news .news-list {
    padding: 0;
    background: transparent;
    margin-bottom: 0;
}
.page-guide #guide-news .news-list > ul > li:nth-child(odd) {
    background: #f9f9f9;
}
@media (max-width: 1000px) {
.page-guide #guide-news .news-list > ul > li {
    display: block;
}
.page-guide #guide-news {
    padding-bottom: 5.6px;
}
.page-guide #guide-news .section-title {
    margin-bottom: 32px;
}
}
/* タブレット用 (必要に応じて) */
@media (min-width: 1000px) and (max-width: 1100px) {
}
/* Guide - Park */
.page-guide #guide-park {
    padding-bottom: 150px;
}
.page-guide #guide-park .section-title {
    margin-bottom: 42px;
}
.page-guide #guide-park ul li h3 {
    margin-bottom: 20px;
}
.page-guide #guide-park ul li .desc {
    border: solid 1px #ddd;
    padding: 9px 11px 11px 14px;
    margin-bottom: 19px;
}
.page-guide #guide-park ul li .desc .access {
    color: #111;
}
.page-guide #guide-park ul li .pr {
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
}
@media (max-width: 768px) {
.page-guide #guide-park {
    padding-bottom: 55px;
}
.page-guide #guide-park .section-title {
    margin-bottom: 23.4px;
}
.page-guide #guide-park ul {
    grid-template-columns: repeat(1, 1fr);
}
.page-guide #guide-park ul li img {
    margin-bottom: 13px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.page-guide #guide-park ul li h3 {
    margin-bottom: 7px;
}
.page-guide #guide-park ul li .desc {
    padding: 5px 11px 4px 9px;
    margin-bottom: 10px;
}
.page-guide #guide-park ul li .pr {
    font-size: 13px;
    line-height: 22px;
}
}
/* タブレット用 (必要に応じて) */
@media (min-width: 769px) and (max-width: 1100px) {
}

/* Guide - Purpose */
.page-guide #guide-purpose {
    background: #D9E8D8;
    padding: 74px 0 82px;
}
.page-guide #guide-purpose .section-title {
    margin-bottom: 59.2px;
}
.page-guide #guide-purpose .tab-wrap {
    margin: 0 auto;
    overflow: hidden;
}
.page-guide #guide-purpose .tabs {
    background-color: transparent;
    max-width: 1280px;
    margin: 0 auto;
}
.page-guide #guide-purpose .tab_item {
    width: 270px;
    height: 54.27px;
    background: #00954a61;
    color: #fff;
    line-height: 54.27px;
    font-size: 18px;
    display: block;
    float: left;
    text-align: center;
    font-weight: 900;
    transition: all .3s ease;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}
.page-guide #guide-purpose input[name="tab_item"] {
  display: none;
}
.page-guide #guide-purpose .tab_content {
    display: none;
    background: #fff;
    border: 1px solid #00954A;
    border-left: none;
    border-top: 15px solid #00954A;
    clear: both;
    overflow-x: auto;
}
.page-guide #guide-purpose #sports:checked ~ #sports_content,
.page-guide #guide-purpose #natural:checked ~ #natural_content {
    display: block;
}
.page-guide #guide-purpose .tabs input:checked + .tab_item {
    background: #00954A;
    color: #fff;
}
.page-guide #guide-purpose table {
    width: 2200px;
    overflow-x: auto;
    border-collapse: collapse;
}
.page-guide #guide-purpose th,
.page-guide #guide-purpose td {
    width: 255px;
    height: 39px;
    font-size: 15px;
    vertical-align: middle;
    padding: 0 19px;
    border-left: 1px solid #707070;
    border-right: 1px solid #707070;
    position: relative;
}
.page-guide #guide-purpose th a span {
    font-size: 15px;
}
.page-guide #guide-purpose thead th,
.page-guide #guide-purpose thead td {
    height: 50px;
}
.page-guide #guide-purpose tbody tr:nth-child(odd) th,
.page-guide #guide-purpose tbody tr:nth-child(odd) td {
    background: #F4F4F4;
}
.page-guide #guide-purpose .fixed {
    position: sticky;
    left: 0;
    width: 12%;
    text-align: left;
    z-index: 2;
    background: #fff;
}
.page-guide #guide-purpose .fixed:before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    width: 100%;
    height: 100%;
    border-right: solid 2px #00954A;
    border-left: 1px solid #00954A;
}
.page-guide #guide-purpose tbody td.enabled:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 16px;
    background: #FF8900;
    border-radius: 50%;
    transform: translate(-50%,-50%);
}
@media (max-width: 768px) {
.page-guide #guide-purpose {
    padding: 67.4px 0 68.6px;
}
.page-guide #guide-purpose .section-title {
    margin-bottom: 22.5px;
}
.page-guide #guide-purpose .tab-wrap {
    overflow: hidden;
    margin-right: 0;
}
.page-guide #guide-purpose .tab_item {
    width: 48%;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
}
.page-guide #guide-purpose .tab_content {
    border: 1px solid #00954A;;
    border-top: 16.46px solid #00954A;
}
.page-guide #guide-purpose table {
    width: 1600px;
}
.page-guide #guide-purpose th,
.page-guide #guide-purpose td {
    width: 155px;
    height: 34px;
    font-size: 13px;
    padding: 0 13px;
}
.page-guide #guide-purpose th a span {
    font-size: 13px;
}
.page-guide #guide-purpose thead th,
.page-guide #guide-purpose thead td {
    height: 38px;
}
.page-guide #guide-purpose .fixed {
    width: 10%;
}
.page-guide #guide-purpose tbody td.enabled:after {
    width: 14px;
    height: 14px;
}
}
/* タブレット用 (必要に応じて) */
@media (min-width: 769px) and (max-width: 1100px) {
}
/* Guide - Map */
.page-guide #guide-map {
    padding: 61px 0 124.9px;
}
.page-guide #guide-map .section-title {
    margin-bottom: 89.1px;
}
.page-guide #guide-map > div > ul {
    justify-content: space-between;
    align-items: start;
}
.page-guide #guide-map .park-info {
    display: none;
    opacity: 0;
    animation: opacity 0.8s ease-out;
    max-width: calc(100vw * calc(508.31 / 1500));
    box-shadow: 0 0 20px #0000002b;
    border-radius: 19px;
    margin-left: 0;
}
.page-guide #guide-map .park-info .park-detail-block > a {
    color: #111;
}
.page-guide #guide-map .park-info .park-detail-block > a:hover {
    opacity: .6;
}
.page-guide #guide-map .park-info img {
    margin-bottom: 28.2px;
    width: calc(100vw * calc(508.31 / 1500));
    height: calc(100vw * calc(265.5 / 1500));
    object-fit: cover;
    object-position: 100% 0;
    border-top-left-radius: 19px;
    border-top-right-radius: 19px;
}
.page-guide #guide-map .park-info h3,
.page-guide #guide-map .park-info .park-detail-block > p,
.page-guide #guide-map .park-info .contact {
    padding: 0 28.5px 0 29.7px;
}
.page-guide #guide-map .park-info .contact {
    padding-bottom: 39.4px;
}
.page-guide #guide-map .park-info h3 {
    font-size: 21px;
    margin-bottom: 16.1px;
}
.page-guide #guide-map .park-info .park-detail-block > p {
    margin-bottom: 28px;
    line-height: 21px;
}
.page-guide #guide-map .park-info p,
.page-guide #guide-map .park-info .contact a {
    color: #111;
    font-size: 15px;
}
.page-guide #guide-map .park-info .contact p {
    margin-bottom: 0;
}
.page-guide #guide-map .park-info.active {
    display: block;
    opacity: 1;
    animation: opacity 0.8s ease-out;
}
.page-guide #guide-map .map-links {
    margin-right: 5%;
}
.page-guide #guide-map .map-links .map-links-wrap {
    position: relative;
    display: block;
    width: calc(100vw * calc(507.78 / 1500));
    height: calc(100vw * calc(674.45 / 1500));
    background: url('/assets/img/guide/map.png') center center / cover;
    background-size: 100%;
    background-repeat: no-repeat;
}
.page-guide #guide-map .map-links ul li svg {
    position: absolute;
    height: auto;
    cursor: pointer;
    transition: .3s all ease-out;
    white-space: nowrap;
}
.page-guide #guide-map .map-links ul li.kashiwanohaPark svg {
    width: calc(100vw * calc(141.98 / 1500));
    top: 16%;
    left: -10%;
}
.page-guide #guide-map .map-links ul li.aobaPark svg {
    width: calc(100vw * calc(155.51 / 1500));
    top: 42%;
    left: 2%;
}
.page-guide #guide-map .map-links ul li.chouseiPark svg {
    width: calc(100vw * calc(150.98 / 1500));
    bottom: 44%;
    right: 20%;
}
.page-guide #guide-map .map-links ul li.tateyamaPark svg {
    width: calc(100vw * calc(120.98 / 1500));
    bottom: 1.5%;
    left: -15.5%;
}
.page-guide #guide-map .map-links ul li.tomiduPark svg {
    width: calc(100vw * calc(78 / 1500));
    bottom: 32%;
    left: -8%;
}
.page-guide #guide-map .map-links ul li.iwanaPark svg {
    width: calc(100vw * calc(151.46 / 1500));
    top: 30%;
    right: 23%;
}
.page-guide #guide-map .map-links ul li.chibaSougouPark svg {
    width: calc(100vw * calc(260 / 1500));
    top: 33%;
    left: -21%;
}
.page-guide #guide-map .map-links ul li.tousouPark svg {
    width: calc(100vw * calc(99.98 / 1500));
    top: 24.5%;
    right: -10%;
}
.page-guide #guide-map .map-links ul li svg:hover {
    opacity: .6!important;
}
.page-guide #guide-map .map-links ul li svg:nth-child(1) {
    opacity: 1;
    display:block;
}
.page-guide #guide-map .map-links ul li svg:nth-child(2) {
    opacity: 0;
    display:none;
}
.page-guide #guide-map .map-links ul li.selected svg:nth-child(1) {
    opacity: 0;
    display:none;
}
.page-guide #guide-map .map-links ul li.selected svg:nth-child(2) {
    opacity: 1;
    display:block;
}
@media (max-width: 768px) {
.page-guide #guide-map {
    padding: 64.4px 0 81.3px;
}
.page-guide #guide-map .section-title {
    margin-bottom: 31.2px;
}
.page-guide #guide-map > div > ul {
    display: flex!important;
    flex-direction: column;
    gap: 32.8px;
    justify-content: center;
}
.page-guide #guide-map > div > ul li.park-detail {
    order:1;
}
.page-guide #guide-map .park-info {
    max-width: 100%;
    margin-left: 0;
}
.page-guide #guide-map .park-info img {
    margin-bottom: 19.6px;
    width: 100%;
    height: calc(100vw * calc(184.49 / 390));
}
.page-guide #guide-map .park-info h3,
.page-guide #guide-map .park-info .park-detail-block > p,
.page-guide #guide-map .park-info .contact {
    padding: 0 19.9px 0 21.1px;
}
.page-guide #guide-map .park-info .contact {
    padding-bottom: 20.2px;
}
.page-guide #guide-map .park-info h3 {
    font-size: 14px;
    margin-bottom: 12.1px;
}
.page-guide #guide-map .park-info .park-detail-block > p {
    margin-bottom: 19.6px;
}
.page-guide #guide-map .park-info p,
.page-guide #guide-map .park-info .contact a {
    font-size: 13px;
    line-height: 19px;
}
.page-guide #guide-map .park-info .contact p {
    margin-bottom: 0;
}
.page-guide #guide-map .map-links .map-links-wrap {
    position: relative;
    display: block;
    width: calc(100vw * calc(288.68 / 390));
    height: calc(100vw * calc(381.65 / 390));
    background: url('/assets/img/guide/map.png') center center / cover;
    background-size: 100%;
    background-repeat: no-repeat;
    margin-left: 10%;
}
.page-guide #guide-map .map-links ul li.kashiwanohaPark svg {
    width: calc(100vw * calc(86 / 390));
    top: 17%;
    left: -7%;
}
.page-guide #guide-map .map-links ul li.aobaPark svg {
    width: calc(100vw * calc(95 / 390));
    top: 42.5%;
    left: 4.5%;
}
.page-guide #guide-map .map-links ul li.chouseiPark svg {
    width: calc(100vw * calc(91.52 / 390));
    bottom: 44.5%;
    right: 24%;
}
.page-guide #guide-map .map-links ul li.tateyamaPark svg {
    width: calc(100vw * calc(73 / 390));
    bottom: 2%;
    left: -13.5%;
}
.page-guide #guide-map .map-links ul li.tomiduPark svg {
    width: calc(100vw * calc(48 / 390));
    bottom: 32.5%;
    left: -8%;
}
.page-guide #guide-map .map-links ul li.iwanaPark svg {
    width: calc(100vw * calc(93.16 / 390));
    top: 31%;
    right: 25.5%;
}
.page-guide #guide-map .map-links ul li.chibaSougouPark svg {
    width: calc(100vw * calc(156 / 390));
    top: 34.5%;
    left: -15.5%;
}
.page-guide #guide-map .map-links ul li.tousouPark svg {
    width: calc(100vw * calc(62 / 390));
    top: 25%;
    right: -8.5%;
}
}
/* タブレット用 (必要に応じて) */
@media (min-width: 769px) and (max-width: 1100px) {
.page-guide #guide-map .park-info {
    max-width: calc(100vw * calc(608.31 / 1500));
    margin-left: calc(100vw * calc(37 / 1500));
}
.page-guide #guide-map .park-info img {
    width: calc(100vw * calc(608.31 / 1500));
    height: calc(100vw * calc(325.5 / 1500));
}
}
@media (min-width: 769px) {
    .page-guide #guide-map .park-info .contact a {
        pointer-events: none;
    }
}
@media (min-width: 1600px) {
.page-guide #guide-map .inner {
    max-width: 1280px;
}
.page-guide #guide-map .park-info {
    width: 503.31px;
}
.page-guide #guide-map .park-info img {
    width: 503.31px;
    height: 265.5px;;
}
.page-guide #guide-map .map-links .map-links-wrap {
    width: 427.78px;
    height: 564.45px;
}
.page-guide #guide-map .map-links ul li.kashiwanohaPark svg {
    width: 141.98px;
}
.page-guide #guide-map .map-links ul li.aobaPark svg {
    width: 155.51px;
}
.page-guide #guide-map .map-links ul li.chouseiPark svg {
    width: 150.98px;
}
.page-guide #guide-map .map-links ul li.tateyamaPark svg {
    width: 120.98px;
}
.page-guide #guide-map .map-links ul li.tomiduPark svg {
    width: 78px;
}
.page-guide #guide-map .map-links ul li.iwanaPark svg {
    width: 151.46px;
}
.page-guide #guide-map .map-links ul li.chibaSougouPark svg {
    width: 260px;
}
.page-guide #guide-map .map-links ul li.tousouPark svg {
    width: 99.98px;
}

}
/* Guide(Child) - Slide */
.guide-child #slide-mv {
    padding-bottom: 0;
}
.guide-child #slide-mv .splide__track {
    padding: 60px 0 90px;
}
.guide-child #slide-mv .splide__list {
    align-items: center;
}
.guide-child #slide-mv .splide__arrows,
.guide-child #slide-mv .splide__pagination {
    display: none!important;
}
.guide-child #slide-mv .splide__slide {
    transform: scale(1.0);
    padding: 0 6px;
    transition: .5s transform linear;
}
.guide-child #slide-mv .splide__slide.is-active {
    transform: scale(1.2);
    border: solid 12px #fff;
    box-shadow: 0 0 20px #00000030;
    padding: 0;
    z-index: 1;
    display: block;
    margin: 0 16px;
}
@media (max-width: 768px) {
.guide-child #slide-mv .splide__track {
    padding: 40px 0 60px;
}
.guide-child #slide-mv .splide__arrows,
.guide-child #slide-mv .splide__pagination {
    display: none!important;
}
.guide-child #slide-mv .splide__slide {
    transform: scale(1.0);
    padding: 0;
}
.guide-child #slide-mv .splide__slide.is-active {
    transform: scale(1.2);
    border: solid 8px #fff;
    box-shadow: 0 0 20px #00000030;
    padding: 0;
    margin: 0 12px;
}
}
/* タブレット用 (必要に応じて) */
@media (min-width: 769px) and (max-width: 1100px) {
}
/* Guide(Child) - Slide */
.guide-child #guide-catch {
    padding-bottom: 57px;
}
.guide-child #guide-catch h2 {
    text-align: center;
    margin-bottom: 59px;
    font-size: 36px;
    letter-spacing: -.01em;
    font-family: "Zen Maru Gothic", sans-serif;
}
.guide-child #guide-catch .contents-wrap {
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 0 16px #00000029;
    padding: 30.5px 34.3px 39.5px;
}
.guide-child #guide-catch .contents-wrap h3 {
    margin-bottom: 13px;
    font-size: 24px;
    font-family: "Zen Maru Gothic", sans-serif;
}
.guide-child #guide-catch .contents-wrap .first {
    margin-bottom: 20px;
}
.guide-child #guide-catch .contents-wrap ul li .icon {
    position: relative;
    width: 98px;
    height: 98px;
    border-radius: 8px;
    box-shadow: 0 0 6px #00000029;
    margin: 0 auto;
    margin-bottom: 13px;
}
.guide-child #guide-catch .contents-wrap ul li .icon svg,
.guide-child #guide-catch .contents-wrap ul li .icon img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.guide-child #guide-catch .contents-wrap ul li .icon img {
    max-width: 51.19px;
}
.guide-child #guide-catch .contents-wrap ul li p {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;

    text-align: center;
}
@media (min-width: 769px) {
.guide-child #guide-catch .contents-wrap ul {
    display: flex;
    gap: 20px 16px;
    flex-wrap: wrap;
}
}
@media (max-width: 768px) {
.guide-child #guide-catch {
    padding-bottom: 60.4px;
}
.guide-child #guide-catch h2 {
    margin-bottom: 34px;
    font-size: 20px;
}
.guide-child #guide-catch .contents-wrap {
    border-radius: 10px;
    box-shadow: 0 0 12px #00000029;
    padding: 24px 16px;
}
.guide-child #guide-catch .contents-wrap h3 {
    margin-bottom: 20px;
    font-size: 18px;
}
.guide-child #guide-catch .contents-wrap .first {
    margin-bottom: 24px;
}
.guide-child #guide-catch .contents-wrap ul {
    display: flex;
    gap: 20px 12px;
    flex-wrap: wrap;
}
.guide-child #guide-catch .contents-wrap ul li .icon {
    width: 73px;
    height: 69px;
    margin-bottom: 9px;
}
.guide-child #guide-catch .contents-wrap ul li .icon img {
    max-width: 46.85px;
}
.guide-child #guide-catch .contents-wrap ul li p {
    font-size: 12px;
}
}
/* タブレット用 (必要に応じて) */
@media (min-width: 769px) and (max-width: 1100px) {
}
/* Guide(Child) - News */
.guide-child #guide-news {
    padding-bottom: 84.6px;
}
.guide-child #guide-news .section-title {
    margin-bottom: 48px;
}
.guide-child #guide-news h2 span {
    padding-right: 16px;
}
.guide-child #guide-news h2 span:after {
    right: 0;
}
.guide-child #guide-news h2 a:after {
    content: none;
}
.guide-child #guide-news h2 a {
    padding: 0;
    width: 161px;
    border: solid 1px #0088CC;
    text-align: center;
    display: block;
    border-radius: 6px;
    height: 40px;
    line-height: 40px;
}
.guide-child #guide-news h2 a:hover {
    color: #fff;
    background: #0088CC;
}
.guide-child #guide-news .news-list {
    margin-bottom: 49px;
}
.guide-child #guide-news .news-list > ul > li > .title-block {
    margin-right: 32px;
    width: auto;
}
.guide-child #guide-news .caution {
    position: relative;
    background: #F3F5D7;
    border-radius: 10px;
    padding: 26.6px 14px 24.4px 30px;
}
.guide-child #guide-news .caution img {
    position: absolute;
    max-width: 28px;
    z-index: -1;
}
.guide-child #guide-news .caution img.first {
    top: -12.4px;
}
.guide-child #guide-news .caution img.second {
    bottom: -27.6px;
}
.guide-child #guide-news .caution img.left {
    left: 73px;
}
.guide-child #guide-news .caution img.right {
    right: 73px;
}
.guide-child #guide-news .caution h3 {
    color: #FF6200;
    font-size: 18px;
    margin-bottom: 17px;
    line-height: 26px;
}
.guide-child #guide-news .caution h3.no-first {
    margin-top: 1.4em;
}
.guide-child #guide-news .caution .inpact {
    color: #ff3300;
}
.guide-child #guide-news .caution p {
    color: #111;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
}
.guide-child #guide-news .caution a {
    transition: .3s all ease-out;
    white-space: pre-wrap;
}
.guide-child #guide-news .caution a:hover {
    opacity: .6;
}
.guide-child #guide-news .caution ul {
    list-style-type: disc;
    margin: 1.2em 0 0 1.2em;
}
.guide-child #guide-news .caution ul > li {
    list-style-type: disc;
    font-size: 18px;
}
.guide-child #guide-news .caution ul > li:not(:last-child) {
    margin-bottom: 8px;
}
.guide-child #guide-news .caution ul.annai > li > div {
    align-items: center;
}
.guide-child #guide-news .caution ul.annai > li > div > h4 {
    position: relative;
    padding-right: 26px;
    white-space: pre-wrap;
    display: inline-block;
}
.guide-child #guide-news .caution ul.annai > li > div > h4:after {
    content: "";
    position: absolute;
    top: 10px;
    right: 12px;
    background: transparent;
    width: 6px;
    height: 6px;
    border-bottom: solid 1.5px #333;
    border-right: solid 1.5px #333;
    transform: rotate(-45deg);
}
.guide-child #guide-news .caution ul.list-link > li a:after {
    content: '';
    display: inline-block;
    width: 22px;
    height: 22px;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 10px;
}
.guide-child #guide-news .caution ul.list-link > li.pdf a:after {
    background-image: url(/assets/img/common/pdf-icon.png);
}
.guide-child #guide-news .caution ul.list-link > li.doc a:after {
    background-image: url(/assets/img/common/doc-icon.png);
}
@media (max-width: 880px) {
.guide-child #guide-news .caution ul.annai > li > div {
    display: block;
}
.guide-child #guide-news .caution ul.annai > li > div > h4 {
    margin-bottom: 4px;
}
.guide-child #guide-news .caution ul.annai > li > div > h4:after {
    content: none;
}
}
@media (max-width: 768px) {
.guide-child #guide-news {
    padding-bottom: 91.4px;
}
.guide-child #guide-news .section-title {
    margin-bottom: 29.6px;
}
.guide-child #guide-news h2 span {
    padding-right: 42.6px;
}
.guide-child #guide-news h2 span:after {
    right: 12px;
}
.guide-child #guide-news h2 a {
    width: 135px;
    height: 29px;
    line-height: 29px;
}
.guide-child #guide-news .news-list {
    margin-bottom: 25px;
}
.guide-child #guide-news .news-list > ul > li > .title-block {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
}
.guide-child #guide-news .caution {
    border-radius: 10px;
    padding: 16.6px 10px 17px 15.7px;
}
.guide-child #guide-news .caution img {
    max-width: 19px;
}
.guide-child #guide-news .caution img.first {
    top: -17.4px;
}
.guide-child #guide-news .caution img.second {
    bottom: -23px;
}
.guide-child #guide-news .caution img.left {
    left: 46.7px;
}
.guide-child #guide-news .caution img.right {
    right: 46.7px;
}
.guide-child #guide-news .caution h3 {
    font-size: 15px;
    margin-bottom: 3px;
    line-height: 21px;
}
.guide-child #guide-news .caution p {
    font-size: 15px;
    line-height: 24px;
}
.guide-child #guide-news .caution ul > li {
    font-size: 15px;
}
}
/* タブレット用 (必要に応じて) */
@media (min-width: 769px) and (max-width: 1100px) {
}

/* Guide(Child) - Guidance */
.guide-child .guidance {
    padding-bottom: 57px;
}
.guide-child .guidance .section-title {
    margin-bottom: 48px;
}
.guide-child .guidance ul {
    grid-template-columns: repeat(6, 1fr);
    gap: 32px 8px;
}
.guide-child .guidance ul li a {
    color: #111;
    max-width: 193px;
    object-fit: cover;
    display: block;
    overflow: hidden;
}
.guide-child .guidance ul li a:hover {
    opacity: .6;
}
.guide-child .guidance ul li a img {
    border-radius: 8px;
    width: 100%;
    height: 137px;
    object-fit: cover;
    overflow: hidden;
}
.guide-child .guidance ul li a h3 {
    font-weight: 500;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
}
@media (max-width: 768px) {
.guide-child .guidance {
    padding-bottom: 60.4px;
}
.guide-child .guidance .section-title {
    margin-bottom: 29.6px;
}
.guide-child .guidance ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 23px 18px;
}
.guide-child .guidance ul li a {
    max-width: 300px;
}
.guide-child .guidance ul li a img {
    height: 200px;
}
.guide-child .guidance ul li a h3 {
    font-size: 14px;
    line-height: 22px;
}
}
@media (max-width: 545px) {
.guide-child .guidance ul li a {
    max-width: 300px;
}
.guide-child .guidance ul li a img {
    height: 100px;
}
}
/* タブレット用 (必要に応じて) */
@media (min-width: 769px) and (max-width: 1100px) {
.guide-child .guidance ul {
    grid-template-columns: repeat(3, 1fr);
    gap: 23px 18px;
}
.guide-child .guidance ul li a {
    max-width: 300px;
}
.guide-child .guidance ul li a img {
    height: 200px;
}
}
/* Guide(Child) - Info */
.guide-child .info {
    padding-bottom: 104.4px;
}
.guide-child .info > div > ul > li {
    width: 50%;
}
.guide-child .info .section-title {
    margin-bottom: 48px;
}
.guide-child .info .class-event {
    padding-right: 20px;
}
.guide-child .info .class-event > ul {
    flex-wrap: wrap;
    gap: 13px 15px;
}
.guide-child .info .class-event > ul > li > a {
    padding: 6px 16px;
    font-weight: 900;
    color: #0088CC;
    background: #F5FCFF;
    display: block;
    text-align: center;
    font-size: 15px;
    border: solid 1px #0088CC;
    border-radius: 8px;
    cursor: pointer;
}
.guide-child .info .class-event > ul > li > a:hover {
    color: #F5FCFF;
    background: #0088CC;
}
.guide-child .info .reserved > ul {
    gap: 86px;
}
.guide-child .info .reserved > ul > li > h3 {
    font-size: 24px;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 900;
    margin-bottom: 18.2px;
}
.guide-child .info .reserved > ul > li > ul > li:not(:last-child) {
    margin-bottom: 8px;
}
.guide-child .info .reserved > ul > li > ul > li:last-child {
    margin-bottom: 0;
}
.guide-child .info .reserved > ul > li > ul > li > a {
    position: relative;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
}
.guide-child .info .reserved > ul > li > ul > li > a:hover {
    opacity: .6;
}
.guide-child .info .reserved > ul > li > ul > li.pdf > a:after {
    content: '';
    display: inline-block;
    width: 15.65px;
    height: 19.46px;
    background-image: url('/assets/img/common/pdf-icon.png');
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: -5px;
    margin-left: 10px;
}
@media (max-width: 768px) {
.guide-child .info {
    padding-bottom: 60.4px;
}
.guide-child .info > div > ul > li {
    width: 100%;
}
.guide-child .info .section-title {
    margin-bottom: 29.6px;
}
.guide-child .info .class-event {
    margin-bottom: 40.3px;
    padding-right: 0;
}
.guide-child .info .class-event > ul {
    gap: 10px;
}
.guide-child .info .class-event > ul > li > a {
    font-size: 13px;
}
.guide-child .info .reserved > ul > li:not(:last-child) {
   margin-bottom: 23.7px;
}
.guide-child .info .reserved > ul > li > h3 {
    font-size: 16px;
    margin-bottom: 16.2px;
}
.guide-child .info .reserved > ul > li > ul > li:not(:last-child) {
    margin-bottom: 6px;
}
.guide-child .info .reserved > ul > li > ul > li > a {
    font-size: 14px;
    line-height: 20px;
}
.guide-child .info .reserved > ul > li > ul > li.pdf > a:after {
    width: 15px; 
    height: 18.66px;
    right: -25px;
}
}
/* タブレット用 (必要に応じて) */
@media (min-width: 769px) and (max-width: 1100px) {
.guide-child .info .reserved > ul > li > h3 {
    font-size: 20px;
    margin-bottom: 15.2px;
}
.guide-child .info .reserved > ul {
    display: block;
}
    .guide-child .info .reserved > ul > li:not(:last-child) {
   margin-bottom: 23.7px;
}
.guide-child .info .reserved > ul > li > ul > li > a {
    font-size: 14px;
    line-height: 24px;
}
}
/* Guide(Child) - Banner */
.guide-child .banner {
    background: #F5F5F5;
    padding: 62px 0 59.5px;
}
.guide-child .banner ul {
    grid-template-columns: repeat(5, 1fr);
    gap: 50px 31px;
}
.guide-child .banner ul li a:hover {
    opacity: .6;
}
@media (max-width: 768px) {
.guide-child .banner {
    padding: 37px 0 38px;
}
.guide-child .banner ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 19px;
}
}
/* タブレット用 (必要に応じて) */
@media (min-width: 769px) and (max-width: 1100px) {
.guide-child .banner ul {
    grid-template-columns: repeat(3, 1fr);
    gap: 27px 20px;
}
}
/* Guide(Child) Reserved */
.yoyaku .info .reserved > ul > li {
    width: 100%;
}
.yoyaku .info .reserved > ul > li:not(:last-child) {
    margin-bottom: 70px;
}
.yoyaku .main .info .reserved > ul > li > ul {
    padding-left: 58px;
}
.yoyaku .info .reserved > ul > li > ul > li > a {
    color: #0088CC;
}
.yoyaku .info .reserved > ul > li > ul > li.pdf > a:after {
    right: -25px;
}
@media (max-width: 768px) {
    .yoyaku .info {
        padding-bottom: 39.7px;
    }
    .yoyaku .info .reserved > ul > li:not(:last-child) {
        margin-bottom: 42.6px;
    }
    .yoyaku .main .info .reserved > ul > li > ul {
        padding-left: 38.03px;
    }
}
/* タブレット用 (必要に応じて) */
@media (min-width: 769px) and (max-width: 1100px) {
}
/* SideBar Info */
aside .info {
    padding: 37.8px 30px 31.7px 32px!important;
}
aside .info .reserved > ul > li {
    width: 100%!important;
    margin-bottom: 0;
}
aside .info .reserved > ul > li:not(:last-child) {
    margin-bottom: 35.2px!important;
}
aside .info .reserved > ul > li > h3 {
    font-size: 18px!important;
}
aside .info .reserved > ul > li > ul > li > a {
    font-size: 16px!important;
}
@media (max-width: 768px) {
aside .info {
    padding: 27.8px 20px 21.7px 20px!important;
}
aside .info .reserved > ul > li:not(:last-child) {
    margin-bottom: 28.2px!important;
}
aside .info .reserved > ul > li > h3 {
    font-size: 16px!important;
}
aside .info .reserved > ul > li > ul > li > a {
    font-size: 14px!important;
}
}
/* タブレット用 (必要に応じて) */
@media (min-width: 769px) and (max-width: 1100px) {
}
/* SideBar Banner */
aside .banner {
    padding: 35px 26px 36px 27px!important;
}
aside .banner ul {
    grid-template-columns: repeat(1, 1fr)!important;
    gap: 23px!important;
}
aside .banner ul li {
    margin-bottom: 0;
}
@media (max-width: 768px) {
aside .banner {
    padding: 24px 20px 30px 20px!important;
}
aside .banner ul {
    grid-template-columns: repeat(2, 1fr)!important;
    gap: 19px 20px!important;
}
}
/* タブレット用 (必要に応じて) */
@media (min-width: 769px) and (max-width: 1100px) {
}
/* TOP Page - News Page */
.layout-section .news {
    margin-top: 1.2em;
}
.page-futtsu .layout-section .news {
    margin-top: 0;
}
.page-news .news .news-list {
    background: transparent;
    padding: 0;
    margin-bottom: 0;
}
.page-futtsu .news .news-list {
    margin-top: 1.2em;
}
.page-news .news .news-list > ul > li {
    padding: 8px 14px 10px;
    margin-bottom: 0;
}
.page-news #guide-news .news-list > ul > li {
    padding: 12px 14px 10px;
}
.page-news .news .news-list > ul > li > .title-block {
    max-width: 336px;
    width: 44%;
    gap: 19px;
    margin-right: 32px;
}
.page-futtsu .news .news-list > ul > li > .title-block {
    max-width: 336px;
    width: auto;
}
.page-news .news .news-list > ul > li > .contents-block {
    flex: 1;
}
.page-news .news .news-list > ul > li span,
.page-news .news .news-list > ul > li a,
.page-news .news .news-list > ul > li p {
    font-size: 16px;
    line-height: 24px;
    margin-top: 0;
}
.pagenation {
    padding-top: 54.5px;
}
.pagenation ul {
    align-items: center;
    justify-content: center;
    gap: 15px;
}
.pagenation ul li {
    margin-bottom: 0!important;
}
.pagenation ul li.over {
    font-size: 14px;
}
.pagenation ul li a {
    display: block;
    width: 36px;
    height: 36px;
    line-height: 36px;
}
.pagenation ul li a:hover,
.pagenation ul li.arrow a:hover:before {
    opacity: .6;
}
.pagenation ul li:not(.arrow) a {
    font-size: 16px;
    font-weight: 500;
    border-radius: 6px;
    border: solid 1px #ddd;
    text-align: center;
    color: #666;
}
.pagenation ul li.current a {
    pointer-events: none;
    border-color: #0088CC;
    color: #0088CC;
}
.pagenation ul li.arrow a {
    position: relative;
}
.pagenation ul li.arrow a:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    background: transparent;
    width: 8px;
    height: 8px;
    transform: translate(-50%, -50%) rotate(-45deg);
    transition: .3s all ease-out;
}
.pagenation ul li.arrow.prev a:before {
    border-left: 2px solid #0088CC;
    border-top: 2px solid #0088CC;
}
.pagenation ul li.arrow.next a:before {
    border-right: 2px solid #0088CC;
    border-bottom: 2px solid #0088CC;
}
@media (max-width: 1100px) {
.page-news .news {
    padding-bottom: 75px;
}
.layout-section .news {
    padding-bottom: 0;
}
.page-news .news .news-list > ul > li {
    padding: 9px 13px 10px;
}
.page-news .news .news-list > ul > li > .title-block {
    gap: 35px;
    max-width: 100%;
    margin-right: 0;
    width: 100%;
}
.page-news .news .news-list > ul > li > .contents-block {
    width: 100%;
}
.page-news .news .news-list > ul > li span,
.page-news .news .news-list > ul > li a,
.page-news .news .news-list > ul > li p {
    font-size: 14px;
}
.page-news .news .pagenation {
    padding-top: 37.5px;
}
.page-news .news .pagenation ul {
    gap: 12px;
}
.page-news .news .pagenation ul li a {
    width: 30px;
    height: 30px;
    line-height: 30px;
}
.page-news .news .pagenation ul li.arrow a:before {
    width: 6.5px;
    height: 6.5px;
}
}
/* タブレット用 (必要に応じて) */
@media (min-width: 1100px) and (max-width: 1100px) {
.page-news .news .news-list > ul > li > .title-block {
    width: 35%;
    gap: 15px;
}
.page-news #guide-news .news-list > ul > li > .title-block {
    gap: 15px;
}
.page-news .news .news-list > ul > li > .contents-block {
    width: 50%;
}
.page-news #guide-news .news-list > ul > li > .contents-block {
    width: 75%;
}
.page-news .news .news-list > ul > li span,
.page-news .news .news-list > ul > li a,
.page-news .news .news-list > ul > li p {
    font-size: 14px;
}
}
@media (max-width: 1100px) {
    .page-news .news .news-list > ul > li {
        display: block;
    }
}
/* 検索結果一覧 */
.search-result {
    padding-bottom: 95.5px;
}
.search-result .result-title {
    background: #98CC34;
    color: #fff;
    padding: 17px 26px;
    margin-bottom: 52px;
    font-size: 16px;
}
.top .search-result .result-title {
    background: #6391C4;
}
.search-result .result-title > span {
    margin-right: 10px;
    font-size: 20px;
}
.search-result .result-list ul li {
    margin-bottom: 20px;
}
.search-result .result-list ul li:last-child {
    margin-bottom: 0;
}
.search-result .result-list ul li a:hover {
    opacity: .6;
}
.search-result .result-list ul li a span {
    display: block;
    color: #999;
    padding-left: 18px;
    transition: .3s all ease-out;
    font-size: 12px;
    font-weight: 500;
    word-break: break-all;
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
}
.search-result .result-list ul li a span.title {
    font-size: 15px;
    color: #0088CC;
    margin-bottom: 8px;
    position: relative;
}
.search-result .result-list ul li a span.title::after {
    content: "";
    position: absolute;
    left: 0;
    top: 6.5px;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 8px solid #0088CC;
}
@media (max-width: 768px) {
.search-result {
    padding-bottom: 75px;
}
.search-result .result-title {
    padding: 8px 14px;
    margin-bottom: 30px;
    font-size: 14px;
}
.search-result .result-title > span {
    margin-right: 8px;
    font-size: 18px;
}
.search-result .result-list ul li:not(:last-child) {
    margin-bottom: 27px;
}
.search-result .result-list ul li a span {
    padding-left: 16px;
    font-size: 11px;
}
.search-result .result-list ul li a span.title {
    font-size: 14px;
    margin-bottom: 10px;
}
}
/* タブレット用 (必要に応じて) */
@media (min-width: 769px) and (max-width: 1100px) {
}
/* お問い合わせ */

#contact {
    position: relative;
    padding: 41px 0 148px;
}
#contact:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: -1;
    bottom: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-image: url('/assets/img/kouen/kasiwa/contact/bg.jpg');
    background-size: cover;
}
.top #contact:before {
    background-image: url('/assets/img/contact/bg.jpg');
}
#contact:after {
    content: "";
    display: block;
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: -1;
    bottom: 0;
    left: 0;
    background-color: rgb(0 0 0 / 20%);
}
#contact h1 {
    color: #fff;
    margin-bottom: 55px;
    letter-spacing: -.01em;
    font-size: 40px;
}
.page-guide #contact h1,
.guide-child #contact h1 {
    font-weight: 900;
    font-family: "Zen Maru Gothic", sans-serif;
}
#contact .form-wrap {
    background: #fff;
    max-width: 829px;
    margin: 0 auto;
    padding: 54px 15px 63px;
    border-radius: 18px;
    box-shadow: 0 0 15px #00000021;
}
#contact form {
    max-width: 740px;
    margin: 0 auto;
}
#contact form dl {
    margin-bottom: 42px;
}
#contact form dt {
    position: relative;
    font-size: 16px;
    font-weight: 900;
}
#contact form dd p {
    font-size: 16px;
    margin-top: 10px;
    line-height: 26px;
}
#contact form .error {
    font-size: 16px;
    margin-top: 13px;
    color: #FF0000;
}
#contact form dt.required:after {
    content: "*";
    color: #FF8900;
    margin-left: 5px;
}
#contact form input:not(.button),
#contact form textarea {
    width: 100%;
    background: #F5F5F5;
    border: solid 1px #ddd;
    box-shadow: none;
    border-radius: 6px;
    margin-top: 13px;
    font-size: 16px;
    padding: 10px 15px;
}
#contact form input:not(.button) {
    height: 53px;
    line-height: 53px;
}
#contact form textarea {
    height: 378px;
    line-height: 1.6;
}
#contact form .radio-item {
    display: flex;
    flex-wrap: wrap;
    gap: .3em 1.6em;
    border: none;
    margin-top: 13px;
}
#contact form .radio-item label {
    display: flex;
    align-items: center;
    gap: 0 .2em;
    position: relative;
    cursor: pointer;
}
#contact form .radio-item label::before,
#contact form .radio-item label:has(:checked)::after {
    border-radius: 50%;
    content: '';
}
#contact form .radio-item label::before {
    width: 22px;
    height: 22px;
    background-color: #f5f5f5;
    border: solid 1px #ddd;
}
#contact form .radio-item label:has(:checked)::after {
    position: absolute;
    top: 50%;
    left: 12px;
    transform: translate(-50%, -50%);
    width: 12px;
    height: 12px;
    background-color: #0088cc;
    animation: anim-radio .3s linear;
}
@keyframes anim-radio {
    0% {
        box-shadow: 0 0 0 1px transparent;
    }
    50% {
        box-shadow: 0 0 0 10px #f2f2f233;
    }
    100% {
        box-shadow: 0 0 0 10px transparent;
    }
}
#contact form .radio-item input {
    display: none;
}
#contact .form-wrap .submit {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 35px;
}
#contact .form-wrap button,
#contact .form-wrap .button {
    width: 206px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    border: none;
    background: #0088CC;
    border-radius: 6px;
    color: #fff;
    font-size: 16px;
    font-weight: 900;
    display: block;
    transition: .3s all ease-out;
}
#contact .form-wrap button:hover,
#contact .form-wrap .button:hover {
    opacity: .6;
}
#contact .form-wrap button.back,
#contact .form-wrap .button.back {
    background: #a5a5a5;
}
#contact .form-wrap .complete {
    margin-bottom: 56px;
}
#contact .form-wrap h2 {
    margin-bottom: 30px;
    font-size: 22px;
    text-align: center;
}
#contact .form-wrap .complete p {
    font-size: 16px;
    line-height: 32px;
    text-align: center;
}
@media (max-width: 768px) {
#contact {
    padding: 17px 0 80px;
}
#contact h1 {
    margin-bottom: 41px;
    font-size: 24px;
}
#contact .form-wrap {
    max-width: 580px;
    padding: 28px 15px 32px;
    border-radius: 12px;
    box-shadow: 0 0 10px #00000021;
}
#contact form {
    max-width: 500px;
}
#contact form dl {
    margin-bottom: 23px;
}
#contact form dt {
    font-size: 14px;
}
#contact form dt:after {
    margin-left: 3px;
}
#contact form dd p {
    font-size: 14px;
    margin-top: 8px;
    line-height: 22px;
}
#contact form .error {
    font-size: 12px;
    margin-top: 8px;
}
#contact form input:not(.button),
#contact form textarea {
    border-radius: 4px;
    margin-top: 8px;
    font-size: 14px;
    padding: 8px 10px;
}
#contact form input:not(.button) {
    height: 38px;
    line-height: 38px;
}
#contact form textarea {
    height: 266px;
}
#contact form .radio-item {
    gap: .3em 1.3em;
    margin-top: 8px;
    font-size: 14px;
}
#contact form .radio-item label {
    gap: 0 .4em;
    position: relative;
    cursor: pointer;
}
#contact .form-wrap .submit {
    flex-direction: column;
    gap: 15px;
}
#contact .form-wrap button,
#contact .form-wrap .button {
    height: 38px;
    line-height: 38px;
    font-size: 14px;
}
#contact .form-wrap .complete {
    margin-bottom: 32px;
}
#contact .form-wrap h2 {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 30px;
}
#contact .form-wrap .complete p {
    font-size: 14px;
    line-height: 28px;
    text-align: left;
}
}
@media (max-width: 545px) {
#contact .form-wrap {
    max-width: 354px;
}
#contact form {
    max-width: 316px;
}
}
/* タブレット用 (必要に応じて) */
@media (min-width: 769px) and (max-width: 1100px) {
}
/* Shobun Page TOP Banner */
.top-banner {
    margin: 6px 0 21px;
}
.top-banner ul {
    background: #185CA8;
    color: #fff;
    align-items: center;
}
.top-banner ul > li {
    width: 50%;
}
.top-banner ul > li:first-child {
    padding-left: 54px;
    padding-right: 10px;
}
.top-banner ul > li:first-child h2 {
    font-size: 40px;
    line-height: 58px;
    letter-spacing: -.01em;
}
@media (max-width: 768px) {
.top-banner {
    margin: 4px 0 16px;
}
.top-banner ul > li {
    width: 100%;
}
.top-banner ul > li:first-child {
    padding: 12px 21px;
}
.top-banner ul > li:first-child h2 {
    font-size: 20px;
    line-height: 32px;
}
}
/* Shobun Page TOP Menu */
.head-nav-block ul {
    grid-template-columns: repeat(4, 1fr);
    position: relative;
    border: solid 2px #0088CC;
    border-radius: 8px;
    padding: 33px 35px 27px 35px;
    gap: 12px 5px;
}
.head-nav-block ul:before {
    content: "メインメニュー";
    position: absolute;
    background: #0088CC;
    border-radius: 15px;
    font-size: 14px;
    font-weight: 900;
    color: #fff;
    height: 30px;
    line-height: 30px;
    padding: 0 22px;
    top: -14px;
    left: 25px;
}
.head-nav-block ul li a {
    display: block;
    font-size: 16px;
    line-height: 32px;
    font-weight: 500;
    transition: .3s all ease-out;
    padding-left: 7px;
}
.head-nav-block ul li.-current a {
    background: #E5F3FA;
    font-weight: 900;
}
.head-nav-block ul li a:hover {
    opacity: .6;
}
@media (max-width: 1250px) {
.head-nav-block ul {
    gap: 12px 5px;
}
}
@media (max-width: 1200px) {
.head-nav-block ul {
    grid-template-columns: repeat(3, 1fr);
}
}
@media (max-width: 1150px) {
.head-nav-block ul {
    grid-template-columns: repeat(2, 1fr);
}
}
@media (max-width: 500px) {
.head-nav-block ul {
    padding: 38px 22px 31.4px 27px;
    gap: 17px 30px;
}
.head-nav-block ul:before {
    font-size: 12px;
    height: 25px;
    line-height: 25px;
    padding: 0 17px;
    top: -11px;
    left: 18px;
}
.head-nav-block ul li a {
    font-size: 14px;
    line-height: 22px;
}
}
/* タブレット用 (必要に応じて) */
@media (min-width: 769px) and (max-width: 1100px) {
.top-banner ul > li:first-child {
    padding-left: 34px;
    padding-right: 10px;
}
.top-banner ul > li:first-child h2 {
    font-size: 36px;
    line-height: 38px;
}
}
/* トップへ戻るボタン */
.back-top {
    z-index: 2;
    opacity: 0;
    transform: translate(0, 100px);
    transition: all 1s;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
}
.back-top.active {
    opacity: 1;
    transform: translate(0, 0);
}
.back-top a {
    display: block;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    background: #E5E5E5;
    border-radius: 50%;
    transition: .3s all ease-out;
}
.back-top a:hover {
    opacity: .6;
}
.back-top a span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    border-right: 11px solid transparent;
    border-left: 11px solid transparent;
    border-bottom: 10px solid #333;
    border-top: 0;
}
.back-top a span::after {
    content: '';
    background: #333;
    position: absolute;
    left: 50%;
    width: 18px;
    height: 1px;
    top: -5.3px;
    transform: translateX(-50%);
}
@media (max-width: 768px) {
.back-top a {
    width: 34px;
    height: 34px;
}
.back-top a span {
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-bottom: 7px solid #333;
}
.back-top a span::after {
    width: 12px;
    top: -2.5px;
}
}
/* タブレット用 (必要に応じて) */
@media (min-width: 769px) and (max-width: 1100px) {
.back-top a {
    width: 42px;
    height: 42px;
}
.back-top a span {
    border-right: 9px solid transparent;
    border-left: 9px solid transparent;
    border-bottom: 9px solid #333;
}
.back-top a span::after {
    width: 15px;
    top: -3px;
}
}

.top .side-enable .container-faq dt:hover {
    color:#195ca8;
}
.top .side-enable .container-faq dt:hover:before,
.top .side-enable .container-faq dt:hover:after {
    background-color: #195ca8;
}
.top .side-enable .container-faq dt.-active {
    color: #195ca8;
}
.top .side-enable .container-faq dt.-active:before,
.top .side-enable .container-faq dt.-active:after {
    background-color: #195ca8;
}

.side-enable .list-step li {
    background-color: #f0f7fd;
}

/* Sample Page */
@media (max-width: 768px) {
}
/* タブレット用 (必要に応じて) */
@media (min-width: 769px) and (max-width: 1100px) {
}



