@charset "UTF-8";

/*
* 共通
*/
.detail_link {
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 25.6px;
    color: #395f86;
    font-weight: bold;
}
.detail_link img {
    margin-right: 10px;
}
/*
* mv
*/
section.mv {
    height: 62.083vw;
    display: flex;
}
section.mv .scroll_area {
    width: 6.771vw;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
section.mv .scroll_area .scroll_contents {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
section.mv .scroll_area .line {
    height: 8.594vw;
    border-left: 2px solid #d9ddea;
}
section.mv .scroll_area .text {
    margin-top: 1.979vw;
    margin-bottom: 1.198vw;
    color: #0c1b45;
    font-size: clamp(10px, 0.833vw, 16px);
    line-height: clamp(15px, 2.500vw, 48px);
}
section.mv .scroll_area .arrow {
    font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
    color: #1a5aa0;
    font-size: clamp(10px, 0.833vw, 16px);
    line-height: clamp(15px, 2.500vw, 48px);
}
section.mv .scroll_area img {
    height: 15.625vw;
}
section.mv .mv_main_area {
    width: calc(100% - 6.771vw);
    background-image: url(../img/bg_mv.png);
    background-repeat: no-repeat;
    background-size: cover;

    padding-top: 12.708vw;
    padding-left: 7.083vw;
}
section.mv .mv_main_area span {
    display: block;
}
section.mv .mv_main_area .text {
    font-family: 'Noto Serif JP', serif;
    font-size: 4.167vw;
    line-height: 4.688vw;
    letter-spacing: 0.1em;
    color: #395f86;
    margin-bottom: 2.083vw;
}
section.mv .mv_main_area .text2 {
    /* font-size: 16px;
    line-height: 48px; */
    font-size: clamp(10px, 0.833vw, 16px);
    line-height: clamp(15px, 2.500vw, 48px);
    letter-spacing: 0.2em;
    color: #0c1b45;
    width: 43.750vw;
    margin-left: 0.521vw;
}

@media screen and (max-width:480px) {
   section.mv {
     height: auto;
    }
    section.mv .mv_main_area {
        padding-left: 10px;
    }
    section.mv .mv_main_area .text2 {
        width: 47.75vw;
    }
}

/* 
* info
*/
section.info {
    width: 100%;
    /* height: 18.750vw; */
    margin-top: -13.802vw;
    margin-bottom: 4.948vw;
}
section.info .inner {
    display: flex;
    justify-content: space-between;
    /* height: 9.688vw; */
    display: flex;
    align-items: end;
    padding-top: 3.75vw;
}
section.info .inner .info_area {
    display: flex;
    align-items: center;
}
section.info .inner .title {
    /* font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif; */
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: 0.2em;
    height: 100%;
    padding-right: 5.729vw;
    display: flex;
    align-items: center;
    color: #0c1b45;
}
section.info .inner .info_list {
    min-height: 9.688vw;
    padding-left: 4.427vw;
    border-left: 2px solid #ccc;
}
section.info .inner .info_list li:not(:last-child) {
    margin-bottom: 1.74vw;
}
section.info .inner .info_list .date {
    font-size: 14px;
    line-height: 36px;
    color: #b9b9b9;
}
section.info .inner .info_list .text {
    font-size: 18px;
    line-height: 36px;
    color: #0c1b45;
}

section.info .inner .detail_link {
    display: flex;
    align-items: center;
}

@media screen and (max-width:1200px) {
    section.info .inner {
        flex-direction: column;
        align-items: center;
    }
    section.info .inner .info_area {
        flex-direction: column;
        margin-bottom: 30px;
    }
    section.info .inner .title {
        padding-right: 0;
        margin-bottom: 30px;
    }
    section.info .inner .info_list {
        min-height: unset;
        padding-left: 0;
        border-left: none;
        border-top: 2px solid #CCC;
        padding-top: 30px;
    }
}
@media screen and (max-width:480px) {
    section.info {
        margin-top: 20px;
    }
}

/* 
* point
*/
section.point {
    width: 100%;
    /* height: 49.583vw; */
    background-image: url(../img/bg_top_point.png);
    background-repeat: no-repeat;
    background-size: cover;
}
section.point .inner .title span {
    position: relative;
    display: inline-block;
}
section.point .inner .title span::before {
    content: url(../img/icon_point.png);
    position: absolute;
    top: -1.5em;
    left: -2em;
    display: block;
}
section.point .inner .title {
    font-family: 'Noto Serif JP', serif;
    font-size: 48px;
    line-height: 48px;
    letter-spacing: 0.08em;
    color: #fff;
    text-align: center;
    padding-top: 7.552vw;
    padding-bottom: 2.917vw;
}
section.point .inner ul {
    display: flex;
    padding-bottom: 4.063vw;
}
section.point .inner ul li {
    width: 20.833vw;
    background-color: #fff;
    border: 1px solid #ccc;

    display: flex;
    flex-direction: column;
    justify-items: center;
    align-items: center;
    padding: 2.604vw 1.825vw 2.604vw 2.292vw;
}
section.point .inner ul li .point_number {
    font-family: 'Noto Serif JP', serif;
    font-size: 18px;
    line-height: 26px;
    font-weight: bold;
    color: #395f86;
    border-bottom: 1px solid #395f86;
    margin-bottom: 0.406vw;
}
section.point .inner ul li .number {
    font-family: 'Noto Serif JP', serif;
    font-size: 36px;
    line-height: 60px;
    font-weight: bold;
    color: #395f86;
}
section.point .inner ul li .point_icon {
    margin: 1.563vw 0;
}
section.point .inner ul li .point_title {
    font-family: 'Noto Serif JP', serif;
    font-size: 24px;
    line-height: 36px;
    font-weight: bold;
    color: #395f86;
    margin-bottom: 1vw;
}
section.point .inner ul li .text {
    font-family: 'Noto Serif JP', serif;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 3.125vw;
    letter-spacing: 0;
}

@media screen and (max-width:1100px) {
    section.point .inner ul {
        flex-direction: column;
    }
    section.point .inner ul li {
        width: 80%;
        margin: 0 auto;
    }
}
@media screen and (max-width:800px) {
    section.point .inner .title span::before {
        position: unset;
    }
}
@media screen and (max-width:480px) {
    section.point .inner ul li {
        width: 100%;
        margin: 0 auto;
    }
    section.point .inner .title {
        font-size: 32px;
    }
}
/* 
* products
*/
section.products {

}
section.products .title_area {
    margin-top: 7.969vw;
    margin-bottom: 3.646vw;
}
section.products .title_area .title {
    font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
    /* font-family: "Open Sans", sans-serif; */
    font-weight: 400;
    font-size: 34px;
    line-height: 44px;
    letter-spacing: 0.08em;
    color: #395f86;
    border-bottom: 1px solid #395f86;
    display: inline-block;
    margin-bottom: 0;
    margin-top: 0;
}
section.products .title_area .subtitle {
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0.08em;
    margin-top: 20px;
}

section.products ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2.5vw;
    justify-items: center;
    margin-bottom: 8.125vw;
}
section.products ul li {
    width: 19.167vw;
    max-width: 368px;
    /* height: 24.271vw; */
    height: auto;
    padding: 0;
    box-shadow: 0 0 15px #ccc;
}
section.products ul li .text_area {
    margin: 2.083vw;
    display: grid;
    grid-template-rows: 1fr 4fr 1fr;
    grid-auto-columns: 100%;
}
section.products ul li .name {
    font-size: 24px;
    font-weight: bold;
    color: #395f86;
    border-bottom: 1px solid #395f86;
    display: inline-block;
    padding-bottom: 10px;
}
section.products ul li .category {
    font-size: 18px;
    line-height: 38px;
    margin: 15px 0;
}

@media screen and (max-width:1100px) {
    
    section.products ul {
        grid-template-columns: 1fr 1fr;
    }

    section.products ul li {
        width: auto;
    }
    section.products ul li .text_area {
        grid-template-rows: 1fr 3fr 1fr;
    }
}
@media screen and (max-width:700px) {
    
    section.products ul {
        grid-template-columns: 1fr;
        gap: 40px;
    }
}


/* フロートバナー*/
.floating-banner {
    position: fixed;
    bottom: 60px;
    left: 0;
    z-index: 1;
    transition: 0.3s;

    width: 451px;
    height: 233px;
    background-image: url(../img/banner_float.png);
    background-repeat: no-repeat;
    background-size: cover;
    transition: 1s;
}
.floating-banner.deactive {
    left: -500px;
}
.floating-banner .contents {
    margin: 1.667vw 3.802vw;
    margin: 32px 73px;
    font-size: 16px;
    line-height: 30px;
    font-weight: bold;
    color: #395f86;
    letter-spacing: 0;
}
.floating-banner .contents .date {
    font-size: 14px;
    margin-bottom: 10px;
}
.floating-banner .contents ul li .name {
    width: 10em;
    display: inline-block;
}
.floating-banner-close {
    position: absolute;
    top: 0px;
    right: 0;
    z-index: 2;
    opacity: 1;
}
.floating-banner-close:hover {
    opacity: 0.5;
    cursor: pointer;
}

@media screen and (max-width:700px) {
    .floating-banner {
        width: 320px;
    }

    .floating-banner .contents {
        margin: 32px 20px;
    }
    .floating-banner-close {
        right: -15px;
    }
}

@media screen and (max-width:480px) {
    .floating-banner {
        width: 250px;
        height: 170px;
    }
    .floating-banner .contents {
        font-size: 12px;
        line-height: 20px;
    }
}