@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap');

* {
    box-sizing: border-box;
}

.text01{
    color: rgb(34, 34, 34);
}

.jumbotron-v2 * {
    font-family: Helvetica, Arial, sans-serif;
}

.jumbotron-v2 {
    display: flex;
    width: 100%;
    height: 646px;
    background: linear-gradient(to bottom, #EFF1F5 61%, white 39%);
}

.jumbotron-v2 .desc {
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: end;
}

.jumbotron-v2 .desc .desc-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
    padding: 150px 60px 100px 0;
    margin-left: 26%;
    gap: 10px;
    position: relative;
}

.jumbotron-v2 .blue-bg {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 25%;
    height: 100%;
    background-color: #EFF1F5;
    z-index: -1;
}

.jumbotron-v2 .desc .title {
    font-family: "adobe-garamond-pro", serif;
    font-size: 56px;
    font-weight: 600;
    color: #002368;
    line-height: 56px;
}

.jumbotron-v2 .desc .sub-title {
    font-family: "jost", serif;
    font-size: 28px;
    font-weight: 500;
    color: #002368;
    line-height: 1.2;
}

.jumbotron-v2 .desc .paragraph {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #222222;
    max-width: 578px;
}

.jumbotron-v2 .image {
    width: 50%;
    height: 100%;
}

.image.header-service {
    background-image: url('../jpg/header-guide-2.jpg');
    background-size: cover;
}

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

    .jumbotron-v2 {
        flex-direction: column;
        height: fit-content;
        background: linear-gradient(to bottom, #EFF1F5 80%, white 80%);
    }

    .jumbotron-v2 .image {
        width: 100%;
        order: 1;
        height: 300px;
        object-fit: cover;
    }

    .jumbotron-v2 .desc {
        width: 100%;
        order: 2;
        position: sticky;
    }

    .jumbotron-v2 .blue-bg {
        width: 0;
    }

    .jumbotron-v2 .desc .title {
        font-size: 38px;
    }
    .jumbotron-v2 .desc .sub-title {
        font-size: 24px;
        font-weight: 500;
    }

    .jumbotron-v2 .desc .desc-wrapper {
        padding: 40px 10px;
        margin-left: 3%;
    }
}

/**
* microCMS 生成部分
**/

.contents{
    max-width:65% ;
}

.guide-section {
    margin-top: 64px;
    padding-bottom: 150px;
}

.guide-section .title-wrapper {
    position: relative;
    padding: 25px 0;
    border-bottom: rgba(216, 216, 216, 1) solid 2px;
}

.guide-section .title-wrapper .guide-title {
    font-family: "adobe-garamond-pro", serif;
    font-size: 30px;
    font-weight: 600;
}

.guide-section .title-wrapper .blue-line {
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 2px;
    background-color: #002368;
}

.guide-section .inner-guide-section {
    display: flex;
    flex-direction: column;
    gap: 50px;
}
.guide-section .inner-guide-section > article {
    display: flex;
    flex-direction: column;
    gap: 50px;
    padding-right: 20px;
}

.guide-section .media {
    display: flex;
}


.guide-section .media .media__figure {
    width: 40%;
}

.guide-section .media .header{
    width: 60%;
}

.guide-section .button-v2 {
    text-align: initial;
    border: 1px solid rgba(216, 216, 216, 1);
    padding: 14px 75px;
    margin-bottom: 10px;
}

.guide-section .other-detail {
    border-top: 1px solid #D8D8D8;
    border-bottom: 1px solid #D8D8D8;
    padding: 24px 16px;
    background-color: #F5F5F5;
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom:20px;
}

.guide-section .other-detail .title {
    font-family: 'jost', sans-serif;
    font-size: 14px;
    font-weight: 500;
}

.guide-section .other-detail p {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
}


.guide-section .area-link {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    list-style: disc;
    margin-left: 20px;
}

.guide-section .area-link a {
    text-decoration: none;
}

.guide-section .area-link .link-text {
    color: rgba(34, 34, 34, 1);
}

.side {
    width: 348px;
}

.side .navLocal ul {
    gap:0;
}

.side .navLocal ul li.is-active  {
    background-color: rgba(239, 241, 245, 1);
}

.navLocal li:hover {
    background-color: rgba(239, 241, 245, 1);
}

.navLocal li a:hover{
    background-color: unset;
}
.side .navLocal ul li  {
    display: flex;
    padding: 0;
    margin-right: 16px;
    margin-left: 16px;
}

.side .navLocal ul li img {
    width: 80px;
    margin: 10px 0 10px 20px;
    object-fit: contain;
}

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

    .guide-section .title-wrapper .guide-title {
        font-size: 22px;
    }

    .guide-section .inner-guide-section > article {
        padding-right: 0;
    }

    .guide-section {
        margin-top: 30px;
        padding-bottom: 50px;
    }

    .contents{
        max-width:100% ;
    }

    .guide-section .title-wrapper {
        padding: 25px 0 10px 0 ;
    }

    .guide-section .inner-guide-section {
        gap: 20px;
    }

    .guide-section .media {
        display: block;
        margin-top: 10px;
    }

    .guide-section .media .media__figure {
        width: 100%;
    }

    .guide-section .media .header{
        width: 100%;
    }

    .guide-section .media .header .text01 {
        padding-top: 20px;
    }

    .guide-section .button-container{
        display: flex;
        justify-content: center;
        margin-top: 10px;
    }

    .guide-section .button-container span {
        font-size: 14px;
    }

    .guide-section .other-detail .title {
        font-size: 18px;
    }

    .side {
        width: 100%;
        display: block;
        margin-bottom: 50px;
    }
}
