@charset "utf-8";

*{
    margin: 0;
    padding: 0;
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 1em;
    transition: .0s ease-in-out;
    color: #5F5F5F;
    font-family: "M PLUS 1p", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

/* 共通 */

.pc_none{
    display: none;
}

.sp_none{
    display: block;
}

.flex{
    display: flex;
}

main,
section{
    /*padding: 70px 0;*/
    display: flex;
    justify-content: center;
}

a{
    text-decoration: none;
}

a:hover,
button:hover{
    opacity: 0.5;
}

.container{
    width: 80%;
}

li{
    list-style: none;
}

img{
    width: 100%;
}

.button a{
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: 800;
    font-size: 16px;
    text-shadow: 0 0 8px rgba(0 0 0/.25);
}

.button a:first-of-type{
    margin-right: 8px;
}

.button a.line{
    background: #4CC764;
}

.button a.tel{
    background: #FF655A;
}

.button a::before{
    content: "";
    display: inline-block;
    background-size: contain;
    flex-shrink: 0;
}

.button a.line::before{
    background-image: url(../images/icon_line.svg);
}

.button a.tel::before{
    background-image: url(../images/icon_tel.svg);
}

.rank{
    font-weight: 800;
    display: flex;
    align-items: center;
    color: #BED5E8;
}

.rank.first{
    color: #DDBA59;
}

.rank.second{
    color: #B5B5B5;
}

.rank.third{
    color: #DC9052;
}



/* header */

header{
    width: 100%;
    box-sizing: border-box;
    position: fixed;
    z-index: 100;
    padding: 50px 60px;
    transition: .5s ease-in-out;
}

header .container{
    width: 100%;
    max-width: 1300px;
    display: flex;
    justify-content: space-between;
}

@media (min-width:1025px){
    header.fixed{
        padding: 14px 60px;
        background: #0860C8;
        box-shadow: 0 0 10px rgba(0 0 0/.5);
    }

    header.fixed .container{
        align-items: center;
    }

    header.fixed h1{
        width: 200px;
    }

    header.fixed li a{
        font-size: 14px;
    }
}

header h1{
    width: 270px;
}

header ul{
    display: flex;
    align-items: flex-end;
}

header li:not(:last-of-type){
    padding-right: 30px;
}

header li a{
    font-size: 15px;
    letter-spacing: 0.1em;
    color: #fff;
}

header li a img{
    width: 18px;
    margin-right: 10px;
}

.sp_menu_button{
    display: none;
}


/* main */

.main{
    position: relative;
    background-image: url(../images/main_bg01.png);
    background-size: cover;
    align-items: flex-end;
}

.main::after{
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../images/main_bg02.png);
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
}

.main .container{
    position: relative;
    z-index: 2;
    max-width: 750px;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-shrink: 0;
    margin-left: 10vw;
}

.main .img01{
    position: relative;
    z-index: 3;
    width: 430px;
    margin-left: -40px;
    overflow: hidden;
}

.main .img01 img{
    min-width: 300px;
}

.main .img02{
    position: absolute;
    bottom: -220px;
    left: -500px;
    width: 500px;
    z-index: 3;
    filter: drop-shadow(0 0 10px rgba(0 0 0/.25));
}

.main h2{
    color: #fff;
    font-weight: 900;
    letter-spacing: 0.1em;
    font-size: 66px;
    text-align: center;
}

.main h2 span{
    display: inline-block;
    color: #FFFB00;
    font-weight: 900;
    letter-spacing: 0.1em;
    font-size: 76px;
    padding-top: 30px;
}

.main .title{
    display: flex;
    margin: 40px 0 50px;
    filter: drop-shadow(0 0 10px rgba(22 51 79/.6));
}

.main .title::before,
.main .title::after{
    content: "";
    display: block;
    width: 52px;
    height: 180px;
    background-image: url(../images/main_title.svg);
    background-size: 100% 100%;
    flex-shrink: 0;
}

.main .title::before{
    margin-right: 30px;
}

.main .title::after{
    transform: scaleX(-1);
    margin-left: 30px;
}

.main h3,
.main h3 em{
    font-size: 24px;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.15em;
}

.main h3{
    font-weight: 700;
    text-align: center;
    padding: 16px 50px;
    background-image: url(../images/main_ribbon.svg);
    background-size: 100% 100%;
    margin-top: 170px;
}

.main h3 em{
    font-weight: 800;
}

.main .text{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 8px;
}

.main ul{
    display: flex;
}

.main li{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    min-width: 110px;
    background: #fff;
    padding: 20px 16px;
    box-shadow: 0 0 10px rgba(0 0 0 /.25);
    border-radius: 13px;
}

.main li:not(:last-of-type){
    margin-right: 14px;
}

.main li .img{
    height: 60px;
}

.main li img{
    width: auto;
    height: 100%;
}

.main li p,
.main li em{
    color: #66B2F5;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.1em;
}

.main li em{
    font-size: 28px;
    font-weight: 800;
    padding: 0 8px 4px;
    margin-bottom: 8px;
    background: linear-gradient(0deg, #FFFB00 10px, transparent 10px);
    background-position: bottom;
}

.main li em span{
    font-size: 32px;
    font-weight: 800;
    color: #66B2F5;
    line-height: 28px;
}

.main li:last-of-type em{
    font-size: 20px;
}

.main li:last-of-type em span{
    font-size: 36px;
    font-weight: 700;
    font-family: "din-2014", sans-serif;
    letter-spacing: 0.03em;
    line-height: 28px;
}



/* top3 */

.top3{
    flex-direction: column;
    align-items: center;
    padding: 60px 0 90px;
    background-image: url(../images/top3_bg.png);
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
    overflow: hidden;
}

.top3 .contents{
    display: flex;
    width: 100%;
}

.top3 .contents::before,
.top3 .contents::after{
    display: flex;
    align-items: center;
    width: 100%;
    content: "RANKING TOP 3";
    white-space: nowrap;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 96px;
    font-weight: 900;
    letter-spacing: 0.1em;
    color: rgba(146, 210, 243, .3);
    mix-blend-mode: multiply;
}

.top3 .contents::after{
    transform: rotate(180deg);
}

.top3 .container{
    max-width: 850px;
    flex-shrink: 0;
}

.top3 .title{
    display: flex;
    align-items: center;
    margin-bottom: 50px;
    width: 80%;
    max-width: 850px;
}

.top3 .title .img{
    width: 142px;
    padding-right: 20px;
    margin-top: -30px;
}

.top3 h3{
    display: flex;
    align-items: center;
}

.top3 h3 span{
    font-weight: 800;
    color: #3770B3;
    white-space: nowrap;
}

.top3 h3 span.title01{
    font-size: 27.5px;
    padding-right: 18px;
}

.top3 h3 span.title01 span{
    font-size: 24px;
    display: block;
    padding-bottom: 10px;
}

.top3 h3 span.title02{
    font-size: 70px;
}

.top3 .panel{
    background: #fff;
    box-shadow: 0 0 10px rgba(72, 69, 162, .3);
    padding: 50px;
    align-items: flex-end;
}

.top3 .panel:not(:last-of-type){
    margin-bottom: 20px;
}

.top3 .panel_left{
    flex-direction: column;
    justify-content: space-between;
    margin-right: 40px;
    background-image: url(../images/rank_bg_01.png);
    background-size: 108px auto;
    background-position: top right;
    background-repeat: no-repeat;
}

.top3 .panel:nth-of-type(2) .panel_left{
    background-image: url(../images/rank_bg_02.png);
}

.top3 .panel:nth-of-type(3) .panel_left{
    background-image: url(../images/rank_bg_03.png);
}

.top3 .rank{
    font-size: 16px;
    margin-bottom: 12px;
}

.top3 .rank img{
    width: 30px;
    padding-right: 5px;
    margin-top: -6px;
}

.top3 h4{
    font-size: 22px;
    font-weight: 700;
    color: #000;
    padding-bottom: 20px;
}

.top3 .button_box{
    border-top: 2px solid #E8EDF4;
}

.top3 p{
    font-size: 16px;
    padding: 20px 0;
}

.top3 .button a{
    border-radius: 10px;
    padding: 18px;
}

.top3 .button a::before{
    width: 23px;
    height: 22px;
    margin-right: 6px;
}

.top3 .panel_right{
    flex-grow: 2;
}

.top3 dl{
    width: calc((100% - 20px)/3);
}

.top3 dl:not(:last-of-type){
    margin-right: 10px;
}

.top3 dt{
    background: #66B2F5;
    color: #fff;
    font-weight: 700;
    text-align: center;
    border-radius: 10px 10px 0 0;
    padding: 20px 0;
}

.top3 dd{
    background: #EFF9FF;
    padding: 14px 10px 20px;
    color: #FF655A;
    font-size: 50px;
    text-align: center;
    border-radius: 0 0 10px 10px;
}

.top3 dd span{
    padding-top: 14px;
    height: 2em;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.5em;
}

.top3 dd em{
    font-weight: 800;
}


/* top7 */

.top7{
    position: relative;
    margin-bottom: 90px;
}

.top7::after{
    position: absolute;
    top: 90px;
    left: 90px;
    z-index: -2;
    content: "";
    display: block;
    background: #EFF9FF;
    width: calc(100% - 180px);
    height: 100%;
}

.top7 .container{
    width: 100%;
    padding-right: 10%;
    padding-top: 180px;
}

@media (min-width: 1062px) {
    .top7 .container{
        padding-right: 0;
    }
    
    .top7 .container::after{
        content: "";
        display: block;
        width: calc((100% - 850px)/2);
        flex-shrink: 0;
    }
}

.top7 .title{
    width: 35%;
}

.top7 .contents{
    width: 75%;
}

.top7 h3{
    position: sticky;
    top: 110px;
    background: rgb(8,96,200);
    background: linear-gradient(40deg, rgba(8,96,200,1) 26%, rgba(60,143,241,1) 100%);
    padding: 140px 20px;
    border-radius: 0 30px 30px 0;
    margin-right: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.top7 h3::after{
    content: "";
    display: block;
    width: 170px;
    height: 120px;
    position: absolute;
    top: 80px;
    background-image: url(../images/top7_title_bg.png);
    background-size: 100% 100%;
}

.top7 h3 span{
    position: relative;
    z-index: 2;
    color: #fff;
    font-weight: 800;
    font-size: 24px;
    white-space: nowrap;
}

.top7 h3 span.title01{
    font-size: 28px;
    padding-top: 15px;
}

.top7 h3 span.title02{
    font-size: 56px;
    color: #FFFB00;
    padding: 40px 0;
}

.top7 h3 span.title02 span{
    font-size: 46px;
}

.top7 h3 span img{
    width: 20px;
    padding-left: 6px;
}

.top7 .panel{
    position: relative;
    background: #fff;
    box-shadow: 0 0 10px rgba(72, 69, 162, .3);
    border-radius: 30px;
    padding: 40px 40px 25px;
}

.top7 .panel:not(:last-of-type){
    margin-bottom: 20px;
}

.top7 .rank{
    font-size: 24px;
    margin-bottom: 12px;
}

.top7 .rank img{
    width: 35px;
    padding-right: 5px;
    margin-top: -6px;
}

.top7 h4{
    font-size: 24px;
    font-weight: 800;
    color: #000;
    letter-spacing: 0.1em;
    border-bottom: 2px solid #E8EDF4;
    padding-bottom: 20px;
    margin-bottom: 15px;
}

.top7 .copy{
    align-items: center;
    padding-bottom: 22px;
}

.top7 p.sub{
    display: inline-block;
    color: #FF655A;
    font-weight: 700;
    border: 2px solid #FF655A;
    padding: 6px 18px;
    margin-right: 10px;
    border-radius: 15px;
}

.top7 h5{
    font-size: 16px;
    color: #66B2F5;
    font-weight: 700;
    letter-spacing: 0.1em;
}

.top7 .information{
    max-width: 270px;
    margin-right: 30px;
}

.top7 .img{
    margin-bottom: 25px;
}

.top7 h6{
    font-size: 16px;
    color: #3770B3;
    font-weight: 700;
    letter-spacing: 0.1em;
    background: #EFF9FF;
    padding: 12px 15px;
    margin-bottom: 16px;
}

.top7 .review{
    flex-shrink: 2;
}

.top7 .review_block{
    margin-left: 15px;
}

.top7 .review_block:first-of-type{
    margin-bottom: 16px;
    padding-bottom: 10px;
    border-bottom: 1px solid #E8EDF4;
}

.top7 .review_title{
    align-items: center;
}

.top7 .review_title div{
    flex-grow: 2;
}

.top7 .review_title::before{
    content: "";
    display: block;
    width: 44px;
    height: 44px;
    background-image: url(../images/icon_user.png);
    background-size: 100% 100%;
    flex-shrink: 0;
    margin-right: 8px;
}

.top7 .review_title p{
    color: #3770B3;
    font-weight: 700;
    line-height: 1.5em;
}

.top7 p.comment{
    margin: 16px 0 10px;
    line-height: 1.7em;
    text-align: justify;
}

.top7 .review_block .star{
    display: flex;
    align-items: flex-end;
    margin-top: 4px;
}

.top7 .review_block .star img{
    width: 14px;
    margin-right: 4px;
}

.top7 .review_block .star span{
    color: #F6B300;
    font-weight: 800;
    font-size: 13px;
}

.top7 .review_block .date{
    font-size: 11px;
    font-weight: 700;
    color: #A3D4FF;
    text-align: right;
}

.top7 ul{
    margin-bottom: 16px;
    margin-left: 15px;
}

.top7 li{
    line-height: 1.6em;
    text-indent: -1.2em;
    padding-left: 1.2em;
}

.top7 li::before{
    content: "●";
    color: #66B2F5;
    font-size: 10px;
    padding-right: 6px;
}

.top7 .information p{
    margin-left: 15px;
    line-height: 1.6em;
}

.top7 .button_box{
    flex-direction: column;
    align-items: center;
    border-top: 2px solid #E8EDF4;
    padding-top: 25px;
    margin-top: 25px;
}

.top7 .button{
    width: 100%;
}

.top7 .button a{
    border-radius: 27px;
    padding: 12px;
    width: calc(50% - 6px);
}

.top7 .button a:first-of-type {
    margin-right: 12px;
}

.top7 .button a::before {
    width: 30px;
    height: 29px;
    margin-right: 10px;
}

.top7 .text_link{
    color: #66B2F5;
    font-weight: 700;
    letter-spacing: 0.1em;
    border-bottom: 1px dotted #66B2F5;
    padding-bottom: 4px;
    margin-top: 22px;
}

.top7 .text_link::after{
    display: inline-block;
    content: "";
    width: 7px;
    height: 9px;
    margin-left: 6px;
    background-image: url(../images/top7_arrow.svg);
}

.top7 .badge{
    position: absolute;
    top: -12px;
    right: -8px;
    font-size: 13px;
    letter-spacing: 0;
    line-height: 1.2em;
    font-weight: 800;
    text-align: center;
    color: #fff;
    width: 82px;
    height: 82px;
    background-image: url(../images/badge.png);
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.top7 .ribbon{
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 92px;
    height: 82px;
    border-radius: 0 30px 0 0;
    overflow: hidden;
}

.top7 .ribbon::before{
    position: absolute;
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent #be2c2c transparent transparent;
    border-width: 0px 92px 82px 0px;
}


/* check */

.check{
    padding: 90px 0 60px;
    counter-reset: number 0;
    background-image: url(../images/check_bg.png);
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
}

.check .container{
    max-width: 700px;
}

.check .title{
    display: flex;
    justify-content: center;
    padding-bottom: 50px;
}

.check .title .img{
    width: 124px;
    margin-right: 30px;
}

.check h3,
.check h3 span{
    font-size: 34px;
    font-weight: 800;
    line-height: 1.5em;
    letter-spacing: 0.1em;
    color: #3770B3;
}

.check h3 span{
    display: block;
    font-size: 20px;
    color: #FF655A;
    padding-top: 8px;
}

.check .flex{
    align-items: center;
    background: #1958BD;
    padding: 34px 40px;   
}

.check .flex:not(:last-of-type){
    margin-bottom: 20px;
}

.check .flex > div{
    width: 300px;
}

.check h4{
    position: relative;
    margin-bottom: 20px;
}

.check h4 span{
    height: 2em;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    z-index: 2;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.4em;
    letter-spacing: 0.1em;
    color: #fff;
}

.check h4::before{
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    counter-increment: number 1;
    content: "0" counter(number);
    display: block;
    font-family: "din-2014", sans-serif;
    font-size: 58px;
    font-weight: 700;
    color: #346ECA;
}

.check h5{
    font-weight: 700;
    color: #1958BD;
    background: #A3D4FF;
    padding: 8px 16px;
    border-radius: 15px;
    text-align: center;
}

.check ul{
    margin-left: 30px;
    width: calc(100% - 300px);
}

.check li{
    line-height: 1.5em;
    color: #fff;
    text-indent: -1.3em;
    padding-left: 1.3em;
}

.check li:not(:last-of-type){
    padding-bottom: 5px;
}

.check li::before{
    content: "●";
    color: #FFFB00;
    font-size: 12px;
    padding-right: 6px;
}


/* contact_block */

.contact_block{
    padding: 100px 0 50px;
}

.contact_block .container{
    align-items: flex-end;
    justify-content: center;
    background: #E2F5FF;
    padding: 40px;
    max-height: 110px;
    max-width: 1020px;
    border-radius: 95px;
}

.contact_block .title{
    margin-right: 30px;
    display: flex;
    align-items: center;
    position: relative;
}

.contact_block .title::before,
.contact_block .title::after{
    content: "";
    display: block;
    width: 52px;
    height: 180px;
    background-image: url(../images/contact_block.png);
    background-size: 100% 100%;
}

.contact_block .title::before{
    margin-right: 30px;
}

.contact_block .title::after{
    transform: scaleX(-1);
    margin-left: 30px;
}

.contact_block h3{
    display: flex;
    flex-direction: column;
    background: rgb(8,96,200);
    background: linear-gradient(0deg, rgba(8,96,200,1) 15%, rgba(60,143,241,1) 95%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    z-index: 2;
}

.contact_block h3 span{
    display: inline-block;
    text-align: center;
    font-size: 28px;
    line-height: 1.5em;
    font-weight: 800;
}

.contact_block h3 span.number{
    font-family: "din-2014", sans-serif;
    font-size: 128px;
    font-weight: 700;
    line-height: 1em;
    letter-spacing: 0;
}

.contact_block .marker{
    display: block;
    width: 260px;
    height: 60px;
    background: #FFFB00;
    border-radius: 20px;
    position: absolute;
    bottom: 0;
    left: 18%;
}

.contact_block .button{
    flex-direction: column;
    width: 100%;
    max-width: 300px;
}

.contact_block .button a{
    border-radius: 27px;
    padding: 12px;
}

.contact_block .button a:first-of-type {
    margin-bottom: 8px;
    margin-right: 0;
}

.contact_block .button a::before {
    width: 30px;
    height: 29px;
    margin-right: 10px;
}


/* footer 169 +2? */

footer{
    width: 100%;
    z-index: 100;
    border-top: 2px solid #fff;
}

.footer_menu{
    padding: 30px 10%;
    background: #0860C8;
    justify-content: space-between;
    margin-bottom: 94px;
}

.footer_menu ul{
    display: flex;
}

.footer_menu li:not(:last-of-type){
    padding-right: 20px;
}

.footer_menu li a{
    color: #fff;
    font-size: 15px;
    letter-spacing: 0.1em;
}

.footer_menu li a::before{
    display: inline-block;
    content: "";
    width: 7px;
    height: 9px;
    margin-right: 8px;
    background-image: url(../images/footer_arrow01.svg);
}

address{
    color: #fff;
}

footer .button_box.pc_none{
    display: none;
}

footer .button_box.sp_none{
    display: flex;
}

footer .button_box a{
    width: 50%;
    height: 70px;
    display: block;
}

footer .button_box .contact{
    display: flex;
    border: 12px solid #CDE8FF;
    align-items: flex-end;
    justify-content: center;
    position: relative;
    background: #fff;
}

footer .button_box .contact::before{
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    display: inline-block;
    content: "";
    width: 10px;
    height: 17px;
    background-image: url(../images/footer_arrow02.svg);
    background-size: 100% 100%;
}

footer .button_box .contact p,
footer .button_box .contact p span{
    font-weight: 800;
    color: #3770B3;
}

footer .button_box .contact .text01{
    font-size: 16px;
    letter-spacing: 0.07em;
    padding: 10px 0 5px;
    margin: 0 10px 5px 110px;
    background-image: url(../images/top3_title.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

footer .button_box .text01::before{
    content: "";
    display: block;
    width: 110px;
    height: 96px;
    background-image: url(../images/footer_button_contact.png);
    background-size: contain;
    position: absolute;
    bottom: -17px;
    left: -124px;
}

footer .button_box .contact .text01 span{
    font-size: 28px;
    letter-spacing: 0.02em;
}

footer .button_box .contact .text02,
footer .button_box .contact .text02 span{
    font-size: 30px;
    letter-spacing: 0.1em;
    padding-bottom: 15px;
}

[data-ruby] {
	position: relative;
}
[data-ruby]::before {
	content: attr(data-ruby);
	position: absolute;
	top: -1.8em;
	left: 11px;
	right: 0;
	margin: auto;
	font-size: 0.3em;
    color: #FF655A;
    letter-spacing: 2.7em;
}

footer .button_box{
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    background: #fff;
}

footer .button_box .tel{
    background: #FF655A;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
}

footer .button_box .tel::before{
    content: "";
    display: block;
    width: 52px;
    height: 52px;
    margin-right: 10px;
    background-image: url(../images/icon_tel.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

footer .button_box .tel .bubble{
    color: #FF655A;
    background: #FFFB00;
    padding: 8px 20px;
    border-radius: 10px;
    position: relative;
    margin-right: 20px;
}

footer .button_box .tel .bubble::after{
    content: "▶︎";
    color: #FFFB00;
    font-size: 10px;
    position: absolute;
    right: -7px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

footer .button_box .tel .number{
    letter-spacing: 0;
    text-shadow: 0 0 10px #B3372E;
    font-family: "din-2014", sans-serif;
    font-size: 46px;
    font-weight: 700;
    color: #fff;
}
