@charset "utf-8";

.box:not(:last-child) {
	margin-bottom: 10rem;
}

#box01 figure {
    text-align: center;
}

#box01 .tit-02 {
    font-size: 2rem;
    text-align: center;
    position: relative;
    margin: 3rem 0 4rem;
    font-weight: 500;
}
#box01 .tit-02 span{
    display: inline-block;
    padding: 0 0.6em;
    background: #fff;
    position: relative;
    z-index: 1;
}
#box01 .tit-02::before{
    content: '';
    width: 100%;
    height: 1px;
    background: #000;
    position: absolute;
    left: 0;    
    top: 52%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    z-index: 0;
    display: block;
}

#box01 .tit-02::after {
    left: auto;
    right: 0;
}

#box01 .tit-03 {
    font-size: 3.5rem;
    text-align: center;
    margin-bottom: 4rem;
    line-height: 1;
}

#box01 .bg {
    padding: 2rem;
    background: #e6ebf4;
    margin-bottom: 4rem;
    border-radius: 10px;
}


#box01 .bg .tit-28 {
    text-align: center;
    margin-bottom: 2rem;
    font-weight: bold;
    letter-spacing: 0.1em;
}

#box01 .bg ul li {
    width: 24%;
    border: 2px solid #0c4097;
    border-radius: 10px;
    text-align: center;
    background: #fff;
}

#box01 .bg ul li p:first-child {
    border-bottom: 1px solid #0c4097;
    padding: 1rem;
    font-size: 1.8rem;
    font-weight: 500;
}

html[lang=en] #box01 .bg ul li p:first-child {
    line-height: 1;
    height: 6rem;
    display: flex;
    justify-content: center;
    align-items: center;  
    font-size: min(3.2vw,1.8rem);
}
#box01 .bg ul li p:last-child {
    color: #0c4097;
    padding: 1rem;
    font-size: 2.5rem;
}

#box01 .bg ul li p:last-child span {
    font-size: 5rem;
    font-weight: 500;
    font-family: 'Barlow', sans-serif;
}

html[lang=en] #box01 .bg ul li p:last-child span{
    font-size: 4rem;
}


#box02 .img {
	position: relative;
	margin-bottom: 3rem;
}

#box02 .img .txt {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	right: 5%;
}

html[lang=en] #box02 .img .txt {
    width: 56%;
}

#box02 .img .txt .intro {
	font-size: 3rem;
	font-weight: 500;
	letter-spacing: 0.1em;
}

html[lang=en] #box02 .img .txt .intro {
    letter-spacing: 0;
    font-size: 2.4rem;
}
#box02 .img .txt .name {
	margin-top: 10%;
	margin-left: 40%;
}

#box02 .img .txt .name p:last-child {
	font-size: 4rem;
	font-weight: 500;
}



#box03 .tit-lb {
	margin-bottom: 3rem;
	position: relative;
	padding-left: 140px;
	font-size: 1.8rem;
	padding-top: 0.5rem;
}

#box03 .tit-lb > span:first-child {
	width: 120px;
	text-align: center;
	margin-right: 1rem;
	padding: 1rem 0;
	border-radius: 5rem;
	background: #0c4097;
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	line-height: 1;
}

#box03 .list {
	margin-bottom: 6rem;
}

#box03 .list li {
	font-size: 2rem;
	font-weight: 500;
	margin-bottom: 2rem;
	padding-bottom: 2rem;
	border-bottom: 1px solid #c4cbd8;
	position: relative;
	padding-left: 3rem;
}

#box03 .list li:last-child {
	margin-bottom: 0;
}

#box03 .list li span {
	color: #ff2600;
	position: absolute;
	top: 0;
	left: 0;
	font-family: 'Nunito', sans-serif;
	font-weight: bold;
	font-size: 2.4rem;
}

#box03 .child {
	background: #f57c80;
	border-radius: 1rem;
	padding: 3rem;
	margin-bottom: 5rem;
}

#box03 .child:last-child {
	margin-bottom: 0;
}

#box03 .child .tit-24 {
	color: #fff;
}

#box03 .child .bg-white {
	background: #fff;
	padding: 4rem;
	border-radius: 1rem;
}

#box03 .child .col {
	width: 49%;
}


#box03 .child .row01 {
	margin-bottom: 3rem;
}

#box03 .child .row01 .tit {
	font-size: 2rem;
	color: #0c4097;
	padding-bottom: 1rem;
	margin-bottom: 1rem;
	border-bottom: 1px solid #c4cbd8;
	font-weight: 500;
}

#box03 .child .row02 {
	background: #e6ebf4;
	border-radius: 1rem;
}

#box03 .child .row02 .tit {
	font-size: 1.8rem;
	font-weight: 500;
	margin-bottom: 1rem;
}

#box03 .child .row02 .col {
	padding: 3rem;
}

#box03 .child .row02 .col:first-child {
	border-right: 1px solid #c4cbd8;
}


#box03 .child .row02 .list-red li::marker {
	color: #0c4097;
}

#box03 .child02 {
	background: #3999ff;
}

#box03 .child03 {
	background: #39ac83;
}

#box03 .child03 .row01 {
	margin-bottom: 0;
}

#box03 .child03 .row01 .list-red li:last-child {
	margin-bottom: 0;
}

#box04 .btn-down a:hover {
    background: #fff;
    color: #0c4097;
    border-color: #0c4097;
}

#box04 .btn-down a .ic-down-before::before {
	background: #fff;
	width: 25px;
	height: 30px;
	left: -10px;

}

#box04 .btn-down a:hover .ic-down-before {
    color: #0c4097 !important;
    text-decoration: none;
}

#box04 .btn-down a:hover .ic-down-before::before {
	background: #0c4097;
}



#box04 .youtube .video-wrap {
    position: relative;
    padding-bottom: 56.25%;
	
}

#box04 .youtube .video-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


#box04 .child {
	margin-bottom: 4rem;
	margin-top: 6rem;
}

#box04 .child .inner {
	border-radius: 1rem;
	background: #f2f2f2;
	padding: 3rem;
	align-items: center;
}

#box04 .child .inner .col01 {
	width: 31.7%;
}

#box04 .child .inner .col02 {
	width: 64%;
}

#box04 .child .inner .col02 a {
	color: #0c4097;
	text-decoration: underline;
	text-underline-offset: 5px;
}

#box04 .child .inner .col02 a:hover {
	text-decoration: none;
}

#box04 .btn-down a {
	max-width: 480px;
	width: 100%;
	margin: 0;
    background: #0c4097;
    color: #fff;
    text-align: center;
    transition: all 0.2s;
    display: flex;
    padding: 2rem;
    justify-content: center;
    border-radius: 10px;
    font-weight: 500;
    font-size: 2rem;
    border: 2px solid transparent;
}


@media (max-width: 1000px) {

    #box01 .bg ul li {
        width: 49%;
        margin-bottom: 2%;
    }

    #box01 .bg ul li p:last-child {
        font-size: 2rem;
    }

    #box01 .bg ul li p:last-child span {
        font-size: 4rem;
    }
}

@media (max-width: 768px){
	.box:not(:last-child) {
		margin-bottom: 6rem;
	}

	#box01 .tit-02 {
		margin: 2rem 0 2rem;
	}

    html[lang=en] #box01 .tit-02:before{
        display: none !important;
    }
    html[lang=en] #box01 .tit-02 span{
        padding: 0;
        display: block;
    }
    #box01 .tit-03 {
    	font-size: 2.4rem;
    	margin-bottom: 2rem;
    }

    #box01 .bg ul li p:last-child span {
        font-size: 3rem !important;
    }



    #box02 .img figure img {
    	object-fit: cover;
    	object-position: top left;
    }

    #box02 .img figure img {
    	min-height: 300px;
    }

    #box02 .img .txt {
		top: 15%;
		transform: translateY(0);
		-webkit-transform: translateY(0);

    	left: 0;
    	right: 0;
    	margin: 0 auto;
    	text-align: center;
    }

    html[lang=en] #box02 .img .txt {
        width: 90%;
        top: 10%;
    }
    #box02 .img .txt .intro {
    	display: inline-block;
    	text-align: left;
    	font-size: 3.5vw !important;
    }

    #box02 .img .txt .name {
    	margin-left: 45%;
    	text-align: left;
        margin-top: 18%;
    }

    #box02 .img .txt .name p {
    	font-size: 2.5vw;
    }

    #box02 .img .txt .name p:last-child {
    	font-size: 4vw;
    }

    #box03 .child .col {
    	width: 100%;
    	margin-bottom: 2rem;
    }

    #box03 .child .bg-white {
    	padding: 2rem;
    }

    #box03 .tit-lb {
    	padding: 0;
    }
    #box03 .tit-lb > span:first-child {
    	position: relative;
    	display: block;
    	margin-bottom: 1rem;
    }

    #box03 .tit-lb > span:last-child {
    	width: 100%;
    	display: block;
    }

	#box03 .child .tit-24 {
		font-size: 2.4rem;
	}

	#box04 .child .inner .col01 {
		width: 100%;
		text-align: center;
		margin-bottom: 2rem;
	}

	#box04 .child .inner .col02 {
		width: 100%;
	}

	#box04 .btn-down a .ic-down-before::before {
		width: 20px;
		top: 0;
		left: 0;
	}

	#box03 .child .row02 .col {
		padding: 2rem 2rem;
	}

	#box03 .child .row02 .col:first-child {
		border-right: 0;
		border-bottom: 1px solid #c4cbd8;
	}

	#box03 .child .col:last-child {
		margin-bottom: 0;
	}
}