@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
.mainVisual {
    padding: 6px 0 2px;
    border-bottom: 1px solid #0081CC;
}
.mainVisual .imgList .imgItem {
    position: relative;
    height: 46.667vw;
    min-height: 597px;
    overflow: hidden;
}
.mainVisual .imgList .imgItem img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.mainVisual .imgList .imgItem .bgBox,
.mainVisual .imgList .imgItem .textBox {
    margin-top: -54px;
    padding: 23px 0 36px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    text-align: center;
}
.mainVisual .imgList .imgItem .textBox > * {
    position: relative;
    z-index: 1;
}
.mainVisual .imgList .imgItem .bgBox {
    background-color: rgba(0, 129, 204, 0.6);
    mix-blend-mode: multiply;
}
.mainVisual .imgList .imgItem .textBox .h2Ttl {
    margin-bottom: 11px;
    font-size: 4.2rem;
    line-height: 1.667;
    font-weight: 400;
    font-family: var(--noto-serif);
}
.mainVisual .imgList .imgItem .textBox p {
    font-size: 1.8rem;
    line-height: 1.667;

}
.blueBg {
    background-color: #DFF2FC;
}
.reason {
    padding-bottom: 76px;
    position: relative;
}
.reason .blueBox {
    margin: 0 0 -50px;
    border-radius: 85px 85px 0 0;
    padding: 23px 26px 32px;
    background-color: #004098;
    transform: translateY(-78px);
}
.reason .imgList {
    margin: 0 25px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.reason .imgList::after {
    width: 357px;
    height: 0;
    display: block;
    content: "";
}
.reason .imgList li {
    width: 357px;
}
.reason .imgList li .title {
    margin: 0 -1em 20px 0;
    display: flex;
    font-size: 2.69rem;
    font-weight: 500;
    line-height: 60px;
    font-family: var(--noto-serif);
}
.reason .imgList li .title .num {
    margin: 2px 11px 0 0;
    padding-bottom: 4px;
    min-width: 50px;
    height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 4rem;
    font-weight: 400;
    font-family: var(--noto-sans);
    background-color: #004098;
    box-sizing: border-box;
}
.reason .imgList li .photoBox {
    margin-bottom: 25px;
}
.reason .imgList li p {
    font-size: 1.4rem;
    line-height: 1.714;
}
.business {
    padding: 71px 0 12px;
}
.business .headLine02 {
    margin: 0 25px 12px;
    padding-bottom: 12px;
    color: #004098;
    border-bottom-color: #000;
}
.business .headLine02 + p {
    margin: 0 25px 37px;
    color: #000;
}
.business .imgList {
    margin: 49px 25px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.business .imgList::after {
    width: 367px;
    height: 0;
    display: block;
    content: "";
}
.business .imgList li {
    margin-bottom: 28px;
    width: 367px;
    text-align: center;
}
.business .imgList li .photo {
    margin-bottom: 16px;
}
.business .imgList li p {
    font-size: 1.8rem;
    line-height: 1.333;
}
.secLink {
    margin-bottom: 6px;
    padding: 76px 0 74px;
}
.secLink .linkList li a {
    padding: 0 38px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    height: 350px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    box-sizing: border-box;
}
.secLink .linkList li:not(:last-of-type) {
    margin-bottom: 34px;
}
.secLink .linkList li .h3Ttl {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
    font-weight: 400;
}
.secLink .linkList li .h3Ttl .jp {
    margin-bottom: 11px;
    font-size: 4rem;
    font-family: var(--noto-serif);
}
.secLink .linkList li .h3Ttl .link {
    margin-bottom: 17px;
    width: 226px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    box-sizing: border-box;
}
.secLink .linkList li .h3Ttl .en {
    margin-bottom: -9px;
    color: rgba(255, 255, 255, 0.5);
    font-size: 10rem;
    font-family: var(--jost);
}
.secLink .linkList li a {
    padding-right: 66px;
    justify-content: flex-start;
    transition: 0.3s ease;
}
.secLink .linkList li:nth-child(2n) a {
    justify-content: flex-end;
}
.secLink .linkList li:nth-child(2n) .h3Ttl .link {
    margin-bottom: 25px;
}
.mapBox {
    margin-bottom: 3px;
}
.mapBox iframe {
    width: 100%;
    height: 334px;
}
@media all and (min-width: 897px) {

    .secLink .linkList li a:hover {
        opacity: 0.7;
    }
}
@media all and (max-width: 896px) {
    .mainVisual .imgList .imgItem {
        height: 460px;
        min-height: inherit;
    }
    .mainVisual .imgList .imgItem .bgBox,
    .mainVisual .imgList .imgItem .textBox {
        margin-top: -50px;
        padding: 6px 20px;
        box-sizing: border-box;
    }
    .mainVisual .imgList .imgItem .textBox .h2Ttl {
        font-size: 2.4rem;
    }
    .mainVisual .imgList .imgItem .textBox p {
        font-size: 1.6rem;
    }
    .reason .blueBox {
        padding: 20px;
        border-radius: 40px 40px 0 0;
    }
    .reason .imgList {
        margin: 0;
        display: block;
    }
    .reason .imgList li {
        margin-bottom: 30px;
        width: auto;
    }
    .reason .imgList li:last-of-type {
        margin-bottom: 0;
    }
    .reason .imgList li .title .num {
        margin: 6px 10px 0 0;
        min-width: 50px;
        height: 50px;
        font-size: 3rem;
        display: flex;
    }
    .reason .imgList li .title {
        margin-right: 0;
        font-size: 2rem;
    }
    .business .imgList li {
        width: auto;
    }
    .business .imgList li p {
        font-size: 1.2rem;
    }
    .business .imgList li .photo {
        margin-bottom: 6px;
    }
    .business .imgList {
        display: block;
    }
    .business .headLine02,
    .business .headLine02 + p,
    .business .imgList {
        margin-left: 0;
        margin-right: 0;
    }
    .secLink .linkList li a {
        padding: 46vw 20px 0;
        height: 88vw;
        align-items: center;
        justify-content: center !important;
        background-position: right top;
        background-size: 175%;
        background-color: #0081CC;
        transition: none;
    }
    .secLink .linkList li:nth-child(2n) a {
        background-position: left top;
    }
    .secLink .linkList li .h3Ttl .jp {
        font-size: 2.4rem;
    }
    .secLink .linkList li .h3Ttl .en {
        font-size: 4rem;
    }
    .mapBox iframe {
        height: 60vw;
    }
    .business .imgList li .photo img,
    .reason .imgList li .photoBox img {
        width: 100%;
    }
    .secLink .linkList li .h3Ttl .link {
        margin-bottom: 0 !important;
    }
}