.hero{
background-image: url(../images/home/hero-bg.webp);
background-size: 100% 100%;
}

.hero .content{
display: flex;
flex-wrap: wrap;
align-items: center;
max-width: 153.6rem;
height: 60rem;
padding: 0 3rem 0 10rem;
margin: auto;
}

.hero p:first-child{
position: relative;
color: #0B56C0;
padding-bottom: 1.7rem;
line-height: 1;
font-size: 3.2rem;
font-weight: 700;
letter-spacing: 0.1em;
}

.hero p:first-child::after{
content: "";
position: absolute;
bottom: 0;
left: 0;
display: block;
background-color: #FABE00;
width: 4.3em;
height: 2px;
}

.hero h2{
position: relative;
color: #0B56C0;
padding-bottom: 2.3rem;
margin-bottom: 4rem;
font-size: 9rem;
}

.hero h2::after{
content: "";
position: absolute;
bottom: 0;
left: 0;
display: block;
background-color: #FABE00;
width: 5.75em;
height: 0.8rem;
}

.hero h2 > span{
display: block;
line-height: 1;
}

.hero h2 > span:first-child{
color: #09306C;
margin-top: 2.5rem;
font-size: 6.4rem;
letter-spacing: 0.07em;
}

.hero h2 > span:first-child span{
font-size: 84.375%;
}

.hero h2 > span:last-child{
margin-top: 3rem;
letter-spacing: 0.25em;
}

.hero h2 > span:last-child span{
font-size: 77.778%;
}

.hero p:last-child{
font-size: 2.4rem;
letter-spacing: 0.1em;
}


.hero .content div:last-child{
width: 85.6rem;
}

@media (max-width: 1542px) {


.hero p:first-child{
font-size: 2.075227vw;
}


.hero h2{
font-size: 5.836576vw;
}


.hero h2 > span:first-child{
font-size: 4.150454vw;
}


.hero p:last-child{
font-size: 1.55642023vw;
}

.hero .content{
padding: 0 1.9455253vw 0 6.4851vw;
}

.hero .content div:first-child{
margin-right: -0.64851vw;
}


.hero .content div:last-child{
width: 55.512322vw;
}

}

@media (max-width: 915px) {
.hero .content div:first-child{
margin-right: -2vw;
}

}


@media (max-width: 600px) {

.hero .content{
flex-direction: column-reverse;
width: 100%;
height: 80vh;
padding: 0 4rem;
}

.hero .content div:first-child{
margin: 0 auto auto auto;
}

.hero .content div:last-child{
margin: 0 auto 5rem auto;
padding: 12vh 0 0 0;
}

.hero p:first-child{
padding-bottom: 1.5rem;
font-size: 3rem;
}

.hero h2{
padding-bottom: 2rem;
margin-bottom: 4rem;
font-size: 8rem;
}

.hero p:last-child{
font-size: 2rem;
letter-spacing: 0.1em;
}

.hero .content div:last-child{
width: 100%;
}

}


main h3{
display: flex;
align-items: center;
justify-content: center;
color: #09306C;
line-height: 1;
font-size: 2.7rem;
font-weight: 700;
text-align: center;
letter-spacing: 0.15em;
}

main h3::before,
main h3::after{
content: "";
display: inline-block;
background-color: #16B9F0;
width: 10rem;
height: 0.2rem;
margin-right: 3.6rem;
}
main h3::after{
margin-right: 0;
margin-left: 3.6rem;
}

main h3 span{
display: inline-block;
color:#FABE00;
padding-bottom: 0.2em;
line-height: 1;
font-size: 1.40741em;
}

#features{
padding-bottom: 90px;
}

#features ul{
display: flex;
flex-wrap: wrap;
max-width: 133.6rem;
margin: 4.5rem auto 7.5rem auto;
font-size: 1.8rem;
list-style: none;
}

#features li{
display: flex;
align-items: center;
width: calc(100% / 3);
margin-bottom: 4.5rem;
}

#features li img{
width: 10rem;
height: 10rem;
}

#features li p{
padding-left: 2rem;
}

#features > a{
position: relative;
display: flex;
align-items: center;
justify-content: center;
background-color: #1256AC;
color: #fff;
border-radius: 7px;
width: 60rem;
height: 8rem;
margin: auto;
font-size: 2rem;
letter-spacing: 0.1em;
}
#features > a::after{
content: "";
position: absolute;
top: 50%;
right: 1em;
transform: translateY(-50%) rotate(45deg);
display: block;
border-top: 2px solid #fff;
border-right: 2px solid #fff;
width: 7px;
height: 7px;
}


@media (max-width: 600px) {

main h3{
font-size:2.5rem;
letter-spacing: 0.15em;
}

main h3::before,
main h3::after{
width: 5rem;
height: 2px;
margin-right: 3rem;
}
main h3::after{
margin-right: 0;
margin-left: 3rem;
}


#features{
padding:0 4rem 8rem 4rem;
}

#features ul{
justify-content: center;
margin: 4rem auto 4rem auto;
font-size: 1.8rem;
}

#features li{
width: 90%;
margin-bottom: 4rem;
letter-spacing: 0.2em;
}

#features li img{
width: 10rem;
}

#features li p{
padding-left: 2rem;
}

#features > a{
width: 90%;
height: 6rem;
font-size: 1.7rem;
}

#features > a::after{
width: 0.7rem;
height: 0.7rem;
}

}


/*
CONTENTS
*/

#contents > div{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
max-width: 133.6rem;
margin: auto;
}

#contents article{
overflow: hidden;
background-color: #fff;
box-shadow: 0 0 10px rgba(0,0,0,0.1);
border: 1px solid #DFE7F2;
border-radius: 7px;
width: 47.904192%;
padding: 4.5rem 5rem;
margin-bottom: 5.1rem;
background-position: right 0 center;
background-size: auto calc(100% - 2rem);
background-repeat: no-repeat;
}

#contents article:nth-child(1){
background-image: url(../images/home/contents-01.webp);
}
#contents article:nth-child(2){
background-image: url(../images/home/contents-02.webp);
background-size: 50% ;
}
#contents article:nth-child(3){
background-image: url(../images/home/contents-03.webp);
}
#contents article:nth-child(4){	
background-image: url(../images/home/contents-04.webp);
}


#contents article > p:first-child{
display: inline-block;
background-color: #1256AC;
color:#fff;
border-radius: 7px;
margin-bottom: 3rem;
padding: 1rem 2.5rem;
line-height: 1;
font-size: 1.5rem;
}

#contents h4{
color: #09306C;
margin-bottom: 3rem;
line-height: 1;
font-size: 3.3rem;
letter-spacing: 0.15em;
}

#contents article > p:not(:first-child){
line-height: 2.2;
font-size: 1.8rem;
}

@media (max-width: 600px) {

#contents > div{
padding:0 4rem;
}

#contents article{
width: 100%;
padding: 3rem;
margin-bottom: 4rem;
background-position: right 0 center;
background-size: auto calc(100% - 6rem);
background-repeat: no-repeat;
}


#contents article > p:first-child{
margin-bottom: 2rem;
padding: 1rem 2rem;
line-height: 1;
font-size: 1.4rem;
}

#contents h4{
margin-bottom: 2rem;
line-height: 1;
font-size: 3rem;
letter-spacing: 0.15em;
}

#contents article > p:not(:first-child){
font-size: 1.5rem;
}

}



#cta{
max-width:133.6rem;
margin-top: 2rem;
}