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


#title_img1 {
    background-image:url("../img/title_bg.webp");
}
#title_img1 span {
    /*background-color: transparent;*/
}
#title_img1 h4 {
    position: absolute;
    right: 4%;
    bottom: 10%;
    width: 30%;
}
#title_img1 h4 img {
    width: 100%;
}

.mj_box {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    max-width: 1500px;
	padding:0 80px;
	margin:0 auto;
}
.mj_box ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.mj_box ul li {
    box-sizing: border-box;
    width: 25%;
    height: 4em;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.16em;
    border-right: 1px dotted #fff;
}
.mj_box ul li:last-child {
    border-right-width: 0;
}

.musub {
    text-align: center;
    margin-bottom: 3em;
}
.musub h3 {
    position: relative;
    line-height: 1;
    font-size: 2em;
    color: #003477;
    padding-bottom: 1em;
}
.musub h3::after {
    content: "";
    position: absolute;
    background-color: #003477;
    left: 0;
    right: 0;
    bottom: 0;
    width: 200px;
    height: 2px;
    margin: auto;
}

.musub2 {
    text-align: center;
    margin-bottom: 3em;
}
.musub2 h3 {
    position: relative;
    line-height: 1;
    font-size: 2em;
    color: #fff;
    padding-bottom: 1em;
}
.musub2 h3::after {
    content: "";
    position: absolute;
    background-color: #fff;
    left: 0;
    right: 0;
    bottom: 0;
    width: 200px;
    height: 2px;
    margin: auto;
}

.mujin_tx {
    margin-bottom: 3em;
}
.mujin_tx ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.mujin_tx ul li {
    width: 47.5%;
}
.mujin_tx p {
    font-size: 1.16em;
    line-height: 2.5;
}


.osusume {
    background-color: #f9e5b1;
    padding: 2em;
}
.osusume h3 {
    text-align: center;
    font-size: 1.4em;
    line-height: 1.4;
    margin-bottom: 1.5em;
}
.osusume ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.osusume ul li {
    box-sizing: border-box;
    width: 25%;
    text-align: center;
    line-height: 1.7;
    background-image: url("../img/check.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    border-right: 1px dotted rgba(0,0,0,0.5);
}
.osusume ul li:last-child {
    border-right-width: 0;
}


.naiken_box {

}
.naiken_box ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: -5em;
}
.naiken_box ul li {
    width: 47.5%;
    margin-bottom: 5em;
}
.naiken_box ul li figure {
    position: relative;
    border-radius: 1em;
    overflow: hidden;
}
.naiken_box ul li figure a {
    display: block;
    transition: all 0.3s;
}
.naiken_box ul li figure a:hover {
    transform: scale(1.05);
}
.naiken_box ul li figure h6 {
    position: absolute;
    top: 20px;
    left: 20px;
    background-color: #fff;
    line-height: 1;
    color: #003477;
    font-weight: normal;
    padding: 0.5em 1em;
    border-radius: 2em;
    pointer-events: none;
    z-index: 100;
}
.naiken_box ul li h4 {
    text-align: center;
    font-size: 1.4em;
    line-height: 1.4;
    margin-top: 1em;
    margin-bottom: 1em;
}
.naiken_box ul li section {
    margin-bottom: 2em;
}
.naiken_box ul li dl {
    box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    line-height: 1.4;
    border-top: 1px solid rgba(255,255,255,0.5);
}
.naiken_box ul li dl dt {
    box-sizing: border-box;
    width: 25%;
    border-bottom: 1px solid rgba(255,255,255,0.5);
    padding: 0.7em 0;
    flex-shrink: 0;
}
.naiken_box ul li dl dd {
    box-sizing: border-box;
    width: 75%;
    border-bottom: 1px solid rgba(255,255,255,0.5);
    padding: 0.7em 0;
    flex-shrink: 0;
}

.more_nai {
    height: 3em;
    width: 22em;
    margin: 0 auto;
}
.more_nai a {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(to right, #108183, #a3ca2e);
    color: #fff;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
    border-radius: 0.5em;
    transition: all 0.3s;
}
.more_nai a:hover {
    opacity: 0.7;
}

.mu_box {

}
.mu_box h4 {
    background-color: #005bac;
    color: #fff;
    text-align: center;
    line-height: 1.5;
    font-size: 1.4em;
    padding: 1em;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
    border-radius: 0.5em;
}
.mu_box h6 {
    line-height: 0;
    width: 20px;
    margin: 0 auto 1em;
}
.mu_box ul {
    margin-bottom: -2em;
}
.mu_box ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    border-radius: 0.5em;
    padding: 3em;
    line-height: 1.7;
    margin-bottom: 2em;
}
.mu_box ul li .num {
    box-sizing: border-box;
    width: 10%;
    padding: 0 2em 0 0;
}
.mu_box ul li section {
    box-sizing: border-box;
    width: 75%;
    padding: 0 3em 0 2em;
    border-left: 1px solid #005bac;
}
.mu_box ul li .ill {
    box-sizing: border-box;
    width: 15%;
}
.mu_box h5 {
    color: #005bac;
    line-height: 1.5;
    font-size: 1.4em;
    margin-bottom: 0.5em;
}


@media screen and (max-width: 960px) {
#title_img1 h4 {
    position: absolute;
    right: 4%;
    bottom: 10%;
    width: 40%;
}

.mu_box h4 {
    font-size: 1.4em;
    padding: 1em;
}
.mu_box h6 {
    width: 20px;
    margin: 0 auto 1em;
}
.mu_box ul li {
    position: relative;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 2em;
    margin-bottom: 2em;
}
.mu_box ul li .num {
    width: 12%;
    padding: 0;
}
.mu_box ul li section {
    width: 100%;
    padding: 0 0 0 2em;
    border-left: 1px solid #005bac;
    margin-top: 2em;
}
.mu_box ul li .ill {
    position: absolute;
    top: 2em;
    right: 2em;
    width: 15%;
}
.mu_box h5 {
    color: #005bac;
    line-height: 1.5;
    font-size: 1.4em;
    margin-bottom: 0.5em;
}

}


@media screen and (max-width: 560px) {
#title_img1 h4 {
    position: absolute;
    right: 4%;
    bottom: 10%;
    width: 50%;
}
.mj_box {
	padding:0;
}
.mj_box ul li {
    width: 50%;
    height: 4em;
    font-size: 3vw;
    border-right: 1px dotted #fff;
}
.mj_box ul li:last-child {
    border-right-width: 0;
}
.mj_box ul li:first-child,.mj_box ul li:nth-child(2) {
    border-bottom: 1px dotted #fff;
}

.musub {
    margin-bottom: 3em;
}
.musub h3 {
    font-size: 1.4em;
}
.musub h3::after {
    width: 150px;
    height: 2px;
}

.musub2 {
    margin-bottom: 3em;
}
.musub2 h3 {
    font-size: 1.4em;
}
.musub2 h3::after {
    width: 150px;
    height: 2px;
}

.mujin_tx {
    margin-bottom: 3em;
}
.mujin_tx ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.mujin_tx ul li {
    width: 100%;
}
.mujin_tx p {
    font-size: 1em;
    line-height: 1.7;
    margin-top: 1em;
}


.osusume {
    padding: 2em 0;
}
.osusume h3 {
    font-size: 1.24em;
    margin-bottom: 1.5em;
}
.osusume ul {
    margin-bottom: -1.5em;
}
.osusume ul li {
    width: 50%;
    margin-bottom: 1.5em;
}
.osusume ul li:nth-child(even) {
    border-right-width: 0;
}

.naiken_box {

}
.naiken_box ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: -5em;
}
.naiken_box ul li {
    width: 100%;
    margin-bottom: 5em;
}

.mu_box h4 {
    font-size: 1.24em;
    padding: 1em;
}
.mu_box h6 {
    width: 20px;
    margin: 0 auto 1em;
}
.mu_box ul li {
    padding: 2em;
    margin-bottom: 2em;
}
.mu_box ul li .num {
    width: 15%;
}
.mu_box ul li .ill {
    width: 18%;
}
.mu_box h5 {
    color: #005bac;
    line-height: 1.5;
    font-size: 1.24em;
    margin-bottom: 0.5em;
}


.more_nai {
    height: 2.5em;
    width: 100%;
}

}
