@charset "UTF-8";
/* コンテンツ */

.tite1 {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}
.hybox1 {
    margin-bottom: 3em;
}
.hybox1 h3 {
    color: #003477;
    font-size: 3em;
    line-height: 1;
    text-align: center;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
}
.hybox1 p {
    margin-top: 2em;
}

.hos_tx1 {
    background-color: #003477;
    color: #fff;
    font-size: 2.5em;
    line-height: 1;
    text-align: center;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
    padding: 1em 0;
}

.hybox2 {
    margin-bottom: 3em;
}
.hybox2 ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.hybox2 ul li {
    width: 22%;
}

.hybox3 h5 {
    color: #003477;
    font-size: 1.16em;
    line-height: 1;
    margin-bottom: 0.5em;
}

.hybox4 {
    width: 70%;
    margin: 0 auto 3em;
}
.hybox5 h5 {
    background-color: #d7dcdc;
    font-size: 1.16em;
    line-height: 1;
    padding: 0.5em 1em;
    border-radius: 0.3em;
    margin-bottom: 0.5em;
}
.hybox6 h5 {
    background-color: #b53c3b;
    color: #fff;
    font-size: 1.16em;
    line-height: 1;
    padding: 0.5em 1em;
    border-radius: 0.3em;
    margin-bottom: 0.5em;
}

.hybox7 {
    width: 30%;
    margin: 0 auto 3em;
}

.hybox8 h4 {
    text-align: center;
    margin-bottom: 2em !important;
}
.hybox8 ul {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: -2em;
}
.hybox8 ul li {
    width: calc((100% / 3) - (4em / 3));
    margin-right: 2em;
    margin-bottom: 2em;
}
.hybox8 ul li:nth-child(3),.hybox8 ul li:nth-child(5) {
    margin-right: 0;
}
.hybox8 ul li h5 {
    background-color: #003477;
    color: #fff;
    font-size: 1.08em;
    line-height: 1;
    padding: 0.5em 1em;
    text-align: center;
}
.hybox8 ul li section {
    margin: 0.5em auto;
}
.hybox8 ul li p {
    font-size: 0.92em;
    line-height: 1.6;
}

.bg_uchi {
    height: 400px;
    background-image: url("../img/img22.jpg");
    background-position: center center;
    background-size: cover;
}

.hybox9 {
    margin-bottom: 3em;
}
.hybox9 h5 {
    width: 20%;
    margin: 0 auto 2em;
}
.hybox9 p {
    line-height: 1.7;
}
.hybox10 {
    margin-bottom: 3em;
}
.hybox10 ul {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    margin-bottom: -1em;
}
.hybox10 ul li {
    width: calc((100% / 2) - (1em / 2));
    margin-bottom: 1em;
    text-align: center;
    background-color: #003477;
    color: #fff;
    font-size: 1.4em;
    line-height: 1.4;
    font-weight: bold;
    box-sizing: border-box;
    padding: 0.7em 0;
    border-radius: 0.5em;
}

.hybox11 ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.hybox11 ul li:first-child {
    width: 80%;
    line-height: 1.7;
}
.hybox11 ul li:last-child {
    width: 15%;
}

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

}


@media screen and (max-width: 560px) {
.tite1 {
    width: 100%;
}

.hybox1 h3 {
    font-size: 2.5em;
}

.hos_tx1 {
    font-size: 2.2em;
}

.hybox2 ul {
    
}
.hybox2 ul li {
    width: 24%;
}


.hybox7 {
    width: 40%;
    margin: 0 auto 3em;
}

.hybox8 h4 {
    text-align: center;
    margin-bottom: 1em !important;
}
.hybox8 ul {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: -2em;
}
.hybox8 ul li {
    width: calc((100% / 2) - (1em / 2));
    margin-right: 1em !important;
    margin-bottom: 1em;
}
.hybox8 ul li:nth-child(even) {
    margin-right: 0 !important;
}
.hybox8 ul li h5 {
    font-size: 1em;
}

.bg_uchi {
    width: 100%;
    height: auto;
    aspect-ratio:4 / 3;
}

.hybox9 {
    margin-bottom: 3em;
}
.hybox9 h5 {
    width: 30%;
    margin: 0 auto 2em;
}
.hybox10 ul li {
    width: calc((100% / 2) - (1em / 2));
    margin-bottom: 1em;
    font-size: 1em;
}

.hybox11 ul li:first-child {
    width: 70%;
}
.hybox11 ul li:last-child {
    width: 25%;
}



}
