@charset "utf-8";


.bouotex{
	max-width: 1000px;
	width: 100%;
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", "ヒラギノ角ゴ Pro W3", sans-serif;
	color: #333;
	padding-top: 30px;
	margin: auto;
}
:root {
    --black: #333333;
    --dkblue: #002f5d;
	--blue: #1e5083;
	--dustyblue: #c9d9e2;
}
.sp_br{
    display: none;
}
.bouotex .mv{
    margin: 0;
}
.bouotex p{
	font-size: 20px;
	letter-spacing: calc(80/1000*1em);
    text-align: center;
    line-height: 1.5;
}
.bouotex p span{
	color: var(--dkblue);
	font-weight: bold;
    text-align: center;
}

.bouotex .lead + p ,
.bouotex > figure + p {font-size: 25px;}


.bouotex .mv img{
	width: 100%;
}
.bouotex .lead{
	font-size: 42px;
    color: var(--dkblue);
    font-weight: bold;
    width: 543px;
    margin: auto;
    line-height: 1.4;
    margin-block: 24px;
}
.bouotex .lead span{
	display: block;
    text-align: right;
}
.bouotex h3{
	font-size: 36px;
	color: var(--dkblue);
	letter-spacing: calc(80/1000*1em);
    text-align: center;
    margin: 100px 0 50px;
}
.bouotex h3 span{
    color: var(--dkblue);
    font-weight: bold;
}
.bouotex .worries{
	display: flex;
	gap: 6px;
	text-align: center;
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 80px;
    margin-top: 60px;
    justify-content: center;
}
.bouotex .worries figure{
    margin: 0;
	margin-bottom: 24px;
}
.bouotex .substrong{
	color: var(--dkblue);
	font-size: 24px;
	text-align: center;
    font-weight: 600;
}
.bouotex .strong strong{
	border: 2px solid var(--dkblue);
    display: block;
    padding: 16px;
    text-align: center;
    font-weight: bold;
    font-size: 36px;
    color: var(--dkblue);
    margin: 24px 0 64px;
}

.bouotex .figure{
	margin: 60px 0;
}
.bouotex .point_ttl{
	font-size: 28px;
    font-weight: bold;
    color: var(--dkblue);
    text-align: center;
    margin: 80px 0 60px;
    padding: 8px;
    border-top: 1px solid var(--dkblue);
    border-bottom: 1px solid var(--dkblue);
    background: var(--dustyblue);
}
.bouotex .point_list{
	padding: 60px 50px 80px;
    border-top: 30px solid var(--blue);
}
.bouotex .point_list li h5{
	color: var(--blue);
    font-size: 35px;
    font-weight: 500;
    display: flex;
    gap: 16px;
    align-items: center;
    margin-bottom: 16px;
}
.bouotex .point_list li h5::before{
	counter-increment: number 1;
    display: flex;
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    justify-content: center;
    align-items: center;
    width: 54px;
    height: 54px;
    content: counter(number) " ";
    border: 3px solid var(--dkblue);
}
.bouotex .point_list li:nth-of-type(2) h5{
    counter-increment: number 1;
    content: counter(number) " ";
}
.bouotex .point_list li:nth-of-type(3) h5{
    counter-increment: number 2;
    content: counter(number) " ";
}
.bouotex .point_list li p{
	font-size: 20px;
    margin-bottom: 60px;
    text-align: left;
}
.bouotex .scene{
	margin: 60px 0 90px;
    display: flex;
    gap: 16px;
    text-align: center;
    justify-content: center;
}
.bouotex .scene li{
    width: calc(100% / 3 - 2rem);
}
.bouotex .scene li figure{
    margin: 0;
    margin-bottom: 20px;
}
.bouotex .scene li h6{
	font-size: 24px;
    font-weight: bold;
    color: var(--dkblue);
    margin-bottom: 8px;
    line-height: 1.4;
}

/* @media only screen and (max-width: 900px) {
    .bouotex .lead{
        font-size: 4.6vw;
        width: 60.3vw;
    }
} */
@media only screen and (max-width: 768px) {
    .sp_br{
        display: block;
    }
    .bouotex .lead{
        font-size: 5.46vw;
        width: 70.7vw;
    }
    .bouotex p{
        font-size: 2.7vw;
    }
    .bouotex .strong strong{
        font-size: 3.7vw;
    }
    .bouotex h3{
        font-size: 4.6vw;
        margin: 13vw 0 6.5vw;
    }
    .bouotex .worries{
        margin-bottom: 10.41vw;
        margin-top: 7.8vw;
    }
    .bouotex .worries li p{
        font-size: 2.2vw;
    }
    .bouotex .substrong{
        font-size: 3.125vw;
    }
    .bouotex .point_ttl{
        font-size: 3.6vw;
    }
    .bouotex .point_list li h5{
        font-size: 4.5vw;
    }
    .bouotex .point_list li h5::before{
        font-size: 5.2vw;
        width: 7vw;
        height: 7vw;
    }
    .bouotex .point_list li p{
        font-size: 2.9vw;
        margin-bottom: 7.8vw;
    }
    .bouotex .scene li h6{
        font-size: 3.125vw;
    }
    .bouotex .scene li p{
        font-size: 2.2vw;
    }
    .bouotex .point_list{
        padding: 7.8vw 6.5vw 10.41vw;
    }
    .bouotex .figure{
        margin: 7.8vw 0;
    }
    .bouotex .lead + p ,
    .bouotex > figure + p {font-size: 3.25vw;}
}