@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#gNavi .navi01 a::before {
    display: block;
}
.mainVisual {
    padding: 0 20px;
    position: relative;
    margin-bottom: 104px;
}
.mainVisual::before {
    width: 100%;
    height: 367px;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: #002063;
}
.mainVisual .imgBox {
    margin: 0 auto;
    width: 1049px;
    position: relative;
    z-index: 1;
}
.mainVisual .imgBox .photoBox {
    position: absolute;
    right: -2px;
}
.mainVisual .imgBox .photoBox img {
    width: 616px;
}
.mainVisual .imgBox .textBox {
    padding-top: 176px;
}
.mainVisual .imgBox .textBox h2 {
    margin-bottom: 29px;
    color: #fff;
    font-size: 3rem;
    line-height: 1.76;
    font-family: 'Noto Serif JP', serif;
}
.mainVisual .imgBox .textBox h2 span {
    margin-top: 8px;
    display: block;
    font-size: 6rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.085em;
}
.mainVisual .imgBox .textBox p {
    color: #002063;
    font-size: 1.8rem;
    font-weight: 500;
}
#main {
    margin-bottom: 83px;
}
#main .content {
    width: 1049px;
}
#main h3 {
    margin-bottom: 64px;
    color: #002063;
    font-size: 3rem;
    text-align: center;
    line-height: 1;
}
#main h3 span {
    margin: -5px 0 10px;
    display: block;
    color: #00A0E9;
    font-size: 5.7rem;
    font-family: 'Noto Serif JP', serif;
}
#main .textList {
    margin-bottom: 79px;
    justify-content: space-between;
}
#main .textList li {
    margin-right: 20px;
    width: 300px;
    text-align: center;
}
#main .textList li:last-child {
    margin-right: 0;
}
#main .textList li span {
    margin-bottom: 12px;
    width: 50px;
    height: 50px;
    display: inline-block;
    color: #fff;
    font-size: 3.6rem;
    border-radius: 50px;
    background-color: #00A0E9;
    line-height: 1.29;
    font-weight: bold;
}
#main .textList li p {
    margin-bottom: 23px;
    padding: 6px 0 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #002063;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.27;
    border-top: 1px solid #002063;
    border-bottom: 1px solid #002063;
}
#main .textList ul li {
    margin-bottom: 9px;
    padding-left: 14px;
    font-weight: 500;
    position: relative;
    text-align: left;
    line-height: 1.42;
}
#main .textList ul li:last-child {
    margin-bottom: 0
}
#main .textList ul li::before {
    content: "";
    position: absolute;
    top: 3px;
    left: 1px;
    width: 13px;
    height: 13px;
    border-radius: 10px;
    background-color: #00A0E9;
}
.comLinkBox .photoBox .comLink a {
    padding: 8px 5px 7px;
    font-size: 1.4rem;
    font-weight: 500;
}
@media all and (max-width: 896px) {
    #gNavi .navi01 a:hover::before {
        background-color: #002063;
    }
	#gNavi .navi01 a span {
		color: #fff;
	}
    .mainVisual .imgBox {
        width: auto;
    }
     .mainVisual .imgBox .photoBox {
        max-width: 400px;
    }
    .mainVisual .imgBox .textBox {
        padding-top: 234px;
        position: relative;
        z-index: 1;
    }
    .mainVisual .imgBox .textBox h2 {
        font-size: 2.4rem;
    }
    .mainVisual .imgBox .textBox h2 span {
        font-size: 3rem;
    }
    .mainVisual .imgBox .textBox p {
        font-size: 1.5rem;
    }
    #main .content {
        padding: 0 20px;
        width: auto;
    }
    #main h3 span {
        margin-bottom: 11px;
        font-size: 4rem;
    }
    #main .textList {
        display: block;
    }
    #main .textList li {
        margin: 0 0 40px;
        width: auto;
    }
    #main .textList li p {
        font-size: 1.5rem;
    }
    #main .textList ul li {
        margin-bottom: 18px;
    }
    #main .textList ul li:last-child {
        margin-bottom: 0;
    }
    #main .textList ul li::before {
        top: 4px;
    }
    .comLinkBox ul {
        width: auto;
        display: block;
    }
    .comLinkBox li {
        margin-bottom: 45px;
        padding: 0;
        width: auto;
    }
    .comLinkBox li:last-child {
        margin-bottom: 0;
    }
    .comLinkBox li .photoBox {
        padding: 0;
        border-left: none;
    }
    .comLinkBox .photoBox .comLink a {
        margin: 0 auto;
    }
}
@media all and (max-width: 725px) {
    .mainVisual .imgBox .photoBox {
        max-width: 362px;
    }
}
@media all and (max-width: 351px) {
    .mainVisual .imgBox .textBox {
        padding-top: 236px;
    }
    .mainVisual .imgBox .textBox h2 {
        font-size: 2rem;
    }
}