@charset "UTF-8";

/* top-mv */
.mv-sp {
    display: none;
}
@media screen and (max-width: 600px) {    
    .mv-pc {
    display: none;
    }
    .mv-sp {
    display: block;
    }
}

/* top-features */
#features {
    background-color: #0092E5;
    padding: 70px 0;
}
#features ul {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    justify-content: center;
    align-items: stretch;
    column-gap: 40px;
}
#features ul li {
   position: relative;
   background-color: #fff;
   padding: 20px;
   border-radius: 30px;
}
#features .img-area {
    position: absolute;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    background-color: #fff;
    border-radius: 50%;
    width: 250px;
    height: 250px;
    top: -100px;
    left: 50%;
    transform: translateX(-50%);
    padding-top: 30px;
}
#features .img-area img {
    width: auto;
    height: 78px;
    object-fit: contain;;
}
#features .list03 .img-area img {
    height: 54px;
}
#features .text-area {
    position: relative;
}
#features ul li .h2-area {
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}
#features ul li h2 {
   color: #0092E5;
   font-size: 28px;
   text-align: center;
}
@media screen and (max-width: 1250px) {
    #features ul {
        column-gap: 3%;
    }
    #features ul li h2 {
        font-size: 24px;
    }
}
@media screen and (max-width: 1024px) {
    #features .img-area {
        width: 220px;
        height: 220px;
    }
    #features .img-area {
        top: -80px;
    }
    #features .img-area img {
    height: 70px;
    }
    #features .list03 .img-area img {
    height: 50px;
    }
    #features ul li {
    padding: 10px 20px 30px;
    }
    #features ul li h2 {
        font-size: 22px;
    }
    #features ul li .h2-area {
        height: 70px;
    }
}
@media screen and (max-width: 960px) {
    #features {
    padding: 70px 0 50px;
    }
    #features .img-area {
        width: 170px;
        height: 170px;
        padding-top: 24px;
    }
    #features .img-area img {
        height: 60px;
    }
    #features .list03 .img-area img {
        height: 40px;
    }
    #features ul li .h2-area {
        height: 60px;
    }
    #features ul li h2 {
        font-size: 18px;
    }
    #features ul li p {
        font-size: 14px;
    }
}
@media screen and (max-width: 767px) {
    #features {
        padding: 70px 0 40px;
    }
    #features ul {
        display: flex;
        flex-wrap: wrap;
    }
    #features ul li {
        margin-bottom: 110px;
        width: 240px;
    }
    #features ul li:last-child {
        margin-bottom: 0;
    }
}
@media screen and (max-width: 540px) {
    #features {
    padding: 90px 0 50px;
   }
    #features ul li {
        width: 80%;
        margin-bottom: 90px;
    }
    #features .img-area {
        top: -70px;
    }
    #features .img-area img {
        height: 50px;
    }
     #features .list03 .img-area img {
        height: 36px;
    }
    #features ul li .h2-area {
        margin-bottom: 0;
    }
    #features ul li .text br {
        display: none;
    }
}
@media screen and (max-width: 390px) {
    #features ul li {
        width: 100%;
    }
    #features ul li .h2-area {
        height: 50px;
    }
    #features ul li h2 {
        font-size: 16px;
    }
}

/* top-about */
#about {
    background-color: #fff;
    padding: 120px 0;
}
#about h2 {
    color: #DC000C;
    text-align: center;
    margin-bottom: 60px;
}
#about ul {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    justify-content: center;
    align-items: stretch;
    column-gap: 50px;
}
#about h3 {
    color: #0092E5;
    font-size: 32px;
    margin-bottom: 40px;
    text-align: left;
}
#about .text p {
    margin-bottom: 10px;
}
#about h2 .br2 {
    display: none;
}
#about h2 .br3 {
    display: none;
}
@media screen and (max-width: 1250px) {
    #about h2 {
        margin-bottom: 50px;
    }
    #about h3 {
        font-size: 28px;
    }
}
@media screen and (max-width: 960px) {
#about {
    padding: 80px 0;
}
    #about h2 {
        margin-bottom: 40px;
    }
    #about h2 .br2 {
        display: block;
    }
    #about ul {
        column-gap: 3%;
    }
    #about h3 {
        font-size: 24px;
    }
}
@media screen and (max-width: 767px) {
    #about ul {
        display: flex;
        flex-direction: column;
        row-gap: 30px;
    }
    #about .img-area {
        width: 80%;
        margin: 0 auto;
    }
}
@media screen and (max-width: 600px) {
    #about {
        padding: 50px 0;
    }
    #about h2 {
        margin-bottom: 30px;
    }
    #about h3 {
        font-size: 20px;
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 540px) {   
    #about h3 {
        font-size: 16px;
    }
    #about .img-area {
        width: 100%;
    }
    #about h2 .br3 {
        display: block;
    }
}


/* top-recommend */
#recommend {
    background-color: #CCE9FA;
    position: relative;
}
#recommend .title-wrapper {
    top: -40px;
    margin-right: 50%;
    width: 50%;
    position: relative;
    display: flex;
    justify-content: center;
    background-color: #0092E5;
    border-radius: 0 40px 40px 0;
    height: 80px;
}
#recommend .title-inner {
    max-width: 1200px;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    margin-left: 30%;
    display: flex;
    justify-content: center;
}
#recommend .title-area {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#recommend .title-area h2 {
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-left: 0;
    text-align: center;
}
#recommend .section-inner {
    padding: 20px 60px 100px;
}
#recommend ul li h3 {
    font-size: 22px;
    color: #1A1311;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}
#recommend ul li h3::before {
    content: "";
    display: inline-block;
    background-image: url(../images/top/recommend_icon.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 32px;
    height: 32px;
    margin-right: 30px;
    flex-shrink: 0;
}
@media screen and (max-width: 1920px) {
    #recommend .title-inner {
        margin-left: 0;
    }
}
@media screen and (max-width: 1250px) {
    #recommend .title-wrapper {
        height: 70px;
    }
    #recommend .title-area {
    justify-content: left;
    padding-left: 30px;
    }
    #recommend .title-area h2 {
        font-size: 26px;
    }
    #recommend ul li h3 {
    font-size: 20px;
    }
}
@media screen and (max-width: 960px) {
    #recommend .title-wrapper {
        height: 60px;
        top: -30px;
    }
    #recommend .title-area h2 {
        font-size: 22px;
    }
    #recommend .section-inner {
        padding: 0px 20px 40px;
    }
    #recommend ul li h3 {
        font-size: 18px;
    }
    #recommend ul li h3::before {
        width: 28px;
        height: 28px;
        margin-right: 20px;
    }
}
@media screen and (max-width: 767px) {
    #recommend .title-wrapper {
        height: 50px;
        width: 330px;
        top: -25px;
    }
    #recommend .title-area h2 {
        font-size: 18px;
    }
}
@media screen and (max-width: 600px) {
   #recommend .section-inner {
        padding: 0px 20px 40px;
    }
    #recommend ul li h3 {
        font-size: 16px;
        margin-bottom: 10px;
    }
    #recommend ul li h3::before {
        width: 24px;
        height: 24px;
        margin-right: 15px;
    }
}
@media screen and (max-width: 540px) {
    #recommend .title-wrapper {
        height: 40px;
        width: 300px;
        top: -20px;
    }
   #recommend .title-area h2 {
        font-size: 16px;
    }
    #recommend ul li h3 {
    font-size: 14px;
    }
}

/* top-problem */
#problem {
    background-color: #0092E5;
    padding: 50px 0;
    position: relative;
    overflow: hidden;
}
#problem h2  {
    color: #fff;
    text-align: center;
    margin-bottom: 40px;
}
#problem h2 span {
    color: #FFAF00;
}
#problem ul {
    background-color: #fff;
    border-radius: 30px;
    padding: 40px;
}
#problem ul li {
    margin-bottom: 20px;
}
#problem ul li h3 {
    font-size: 30px;
    color: #1A1311;
    display: inline;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
    background: linear-gradient(transparent 50%, #FFDA8A 0%);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 0px 6px 6px 0px;
}
#problem ul li h3::before {
    content: "";
    display: inline-block;
    background-image: url(../images/top/point01.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 145px;
    height: 46px;
    margin-right: 20px;
    position: relative;
    top: 5px;
}
#problem ul .list02 h3::before {
    background-image: url(../images/top/point02.png);
}
#problem ul .list03 h3::before {
    background-image: url(../images/top/point03.png);
}
#problem .recommend-img-area {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}
#problem .recommend-img {
    position: absolute;
    bottom: -50px;
    right: -150px;
    width: 300px;
    height: auto;
    z-index: 1;
}
#problem h2 br {
    display: none
}
#problem h2 .br2 {
    display: none;
}
@media screen and (max-width: 1400px) {
#problem .recommend-img {
    width: 210px;
    right: -30px;
}
}
@media screen and (max-width: 1200px) {
    #problem ul {
    border-radius: 20px;
    padding: 30px;
    }
    #problem ul li h3 {
      font-size: 24px;
    }
    #problem ul li h3::before {
    width: 120px;
    height: 38px;
    }
}
@media screen and (max-width: 1100px) {
    #problem h2 br {
        display: block;
    }
}
@media screen and (max-width: 960px) {
    #problem {
        padding: 40px 0;
    }
    #problem h2 {
    margin-bottom: 30px;
    }
    #problem ul li h3 {
        padding-right: 0;
    }
    #problem ul li h3::before {
        display: block;
        margin: 0 0 6px -20px;
        width: 100px; 
        height: 32px;
        top: 0;
    }
    #problem .recommend-img {
        right: 0px;
    }
}
@media screen and (max-width: 600px) {
    #problem {
        padding: 30px 0;
    }
    #problem ul {
        padding: 15px 25px;
    }
    #problem ul li h3 {
        font-size: 20px;
    }
    #problem .recommend-img {
        width: 180px;
    }
}
@media screen and (max-width: 540px) {
    #problem h2 {
        margin-bottom: 20px;
    }
    #problem h2 .br2 {
        display: block;
    }
    #problem ul li h3 {
        font-size: 18px;
    }
    #problem ul li h3::before {
    width: 80px;
    height: 24px;
    }
}
@media screen and (max-width: 430px) {
    #problem .recommend-img {
        width: 140px;
    }
}
@media screen and (max-width: 390px) {
    #problem ul li h3 {
        font-size: 16px;
    }
    #problem .recommend-img {
        width: 120px;
    }
}