@charset "UTF-8";


html {
  font-size: 100%;
 scroll-behavior: smooth;
}
body {
  color: #333;
  font-size: 1rem;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}
:lang(en) {
    font-family: "Montserrat", sans-serif;
    font-weight: bolder;
}
.bolder{
    font-weight: bolder;
}

header{
    position: fixed;
    z-index: 200;
    width: 100%;
    background-color:#fff;
}

.floating_banner{
    position: fixed;
    right: -56px;
    bottom: 22px;
    transition: right 0.5s 0s ease-in-out;
    z-index: 15;
}
.floating_banner a{
    padding: 10px 64px 10px 20px;
    border-radius: 40px;
    background: transparent linear-gradient(180deg, #4290C3 0%, #93D2EA 100%) 0% 0% no-repeat padding-box;
    color: white;
    font-weight: 500;
    font-size: 1.5rem;

}
.floating_banner:hover{
right:-30px;
}
.js__modal.active + #header {
    display: none;
}

  .white-bg {
    background-color: white;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* 影をつけて見やすくする */
  }
a {
  color: #333;
  text-decoration: none;

}
img {
  max-width: 100%;
}
li {
  list-style: none;
}
p{
    font-weight: 500;
}
h2{
    text-align: center;
    margin-bottom: 40px;
    font-size: 2.2rem;
}
.main__wrapper{
    overflow: hidden;
}
.wrapper{
    max-width: 1086px;
    margin: 0 auto;
}
.btn__entry{
    text-align: center;
    background: transparent linear-gradient(79deg, #FF7C64 0%, #F8AC7C 100%) 0% 0% no-repeat padding-box;
    border-radius: 40px;
    transition: background 2s ease-in-out;

}
.btn__entry a{
    color: white;
    display: block;
    padding: 18px;

}
.btn__entry:hover{
    background: transparent linear-gradient(79deg, #F8AC7C 0%, #FF7C64 100%) 0% 0% no-repeat padding-box;

}

.bg{
    position: absolute;
    z-index: -1;

}
.about__bg{
    left: -782px;
    top: -402px;

}
.demand__bg{
    top: 246px;
    right: -292px;

}

.voice__bg--demand{
    background: transparent linear-gradient(180deg, #FFFFFF00 0%, #F2F4F57C 10%, #E9F2F8 100%) 0% 0% no-repeat padding-box;
    position: static;
}

.js__modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    z-index: 40;
}

.js__modal.active {
    display: flex;
}

.modal {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    width: 80%;
    max-width: 1100px;
    position: relative;
    height: 900px;
}

.modal__wrapper {

    position: relative;

}
.close-btn{
    width: 50px;
    height: 50px;
    position: absolute;
    right: 15px;
}
.close-btn::before, .close-btn::after { /* 共通設定 */
    content: "";
    position: absolute;
    top: 25px;
    right: 25px;
    width: 1px; /* 棒の幅（太さ） */
    height: 50px; /* 棒の高さ */
    background: #333;
}

.close-btn::before {
    transform: translate(-50%,-50%) rotate(45deg);
}

.close-btn::after {
    transform: translate(-50%,-50%) rotate(-45deg);
}

.modal__text{
    max-width: 830px;
    margin: 0 auto;
}
.modal__name{
    display: flex;
    justify-content: space-between;

    background: transparent linear-gradient(102deg, #50CAE600 0%, #C3E4E823 0%, #D3EEFF 100%) 0% 0% no-repeat padding-box;
    border-radius: 30px;
    height: 268px;
    margin-top: 70px;
    padding: 0px 60px;
}
.modal__name ul li{
    font-weight: bold;
    text-align: right;
}
.modal__name ul li:nth-child(1){
    font-size: 4rem;
    margin-top: 30px;
    font-weight: 100;
}
.modal__text--area{

}
.modal__text--area h2{
    text-align: left;
    margin-top: 40px;
}
.modal__text--area p{
    line-height: 34px;
    text-align: left;
}
.modal__vision{
    position: relative;
    background: #E9F2F8 0% 0% no-repeat padding-box;
    height: 160px;
    margin-left: 7%;
    margin-top: 50px;
}
.modal__vision img{
    position: absolute;
    left: -74px;
    top: -30px;
}
.modal__vision p{
    padding: 62px 83px 62px 138px;
    text-align: left;
}

.modal__vision{

}

@media screen and (max-width:768px){
    header .head__logo img {
        height: 100%;
    }
    header .head__logo{
        align-items: center;
    }


    .floating_banner{
    right: 12px;
    bottom: 6px;

    }
    .floating_banner a{
    padding: 20px 11px 38px 20px;
    border-radius: 30px;

    font-size: 1.2rem;
}
.floating_banner:hover{
right:12px;
}
    .modal{
        height: 630px;
        padding: 20px;
        width: 83%;
    }
    .close-btn::before, .close-btn::after {
    top: 15px;
    right: 15px;
    width: 1px;
    height: 30px;
    }
    .modal__name{
        position: relative;
        height: auto;
        padding: 30px 20px;
        margin-top: 40px;
        justify-content: right;
        margin-bottom: 50px;
        border-radius: 20px;
    }
    .modal__name img{
        width: 120px;
        height: auto;
        margin: 0 auto;
        position: absolute;
        left: 20px;
        top: 0px;
    }
    #modal2 .modal, #modal3 .modal{
        height: 615px;
    }
    #modal2 .modal__name img, #modal3 .modal__name img{
        width: 150px;
        left: 0px;
        top: -21px;
    }
    .modal__name ul li:nth-child(1){
        font-size: 2rem;
        margin-top: 10px;
    }
    .modal__name ul li{
        text-align: right;
        font-size: 0.6rem;
    }
    .modal__text--area p {
        line-height: 17px;
        text-align: left;
        font-size: 0.7rem;
    }

    .modal__text--area h2{
        font-size: 1rem;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .modal__vision img {
        left: -25px;
        top: -25px;
        width: 50px;
    }
    .modal__vision{
        height: auto;
        margin-top: 35px;
    }
    .modal__vision p{
        padding: 0;
        font-size: 0.7rem;
        padding: 30px;
    }
}

/*header*/

header{
    padding: 0 3vw;
    height: 113px;
}
header .head__wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    font-weight: bold;
}
header .head__logo{
    display: flex;
        gap: 7px;
}
header .head__logo span{
    font-weight: bolder;
    white-space: nowrap;
}
header .head__nav ul{
    display: flex;
    align-items: center;
}
header .head__nav ul li{
    margin-left: 1.5vw;
    font-size: min(1vw, 1rem);
    white-space: nowrap;
}
header span{
    display: inline-block;
}

header .btn__entry a{
    padding: 13px 53px;
}
header{
    
}

.sp-br{
    display: none;
}
.pc-none{
    display: none;
}
@media screen and (max-width:768px){
    .pc-none{
        display: block;
    }
.sp-none{
    display: none;
}
.sp-br{
    display: block;
}
header{
    position: fixed;
    width: 100%;
    height: 74px;
    padding-left: 20px;
    background-color: white;
    z-index: 10;
}
header .btn__entry{
    border-radius: 0;
    position: absolute;
    top: 0;
    right: 0px;
}
header .btn__entry a{
    padding: 23px 14px 32px 14px;
    position: relative;
    top: -3px;
}
header .head__logo span{
    font-size: 0.8rem;
    letter-spacing: 1.2px;

}
h2{
    font-size: 1.8rem;
}
header .head__nav ul li{
    font-size: 1rem;
}
header .btn__entry::before{
    content: "";
    position: absolute;
    display: inline-block;
    top: 39px;
    right: 42px;
    width: 13px;
    height: 13px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(135deg);
    z-index: 1;
}
.btn__entry a{
letter-spacing: 1.8px;
font-weight: bold;
}
}
/*mv------------------------------------------------------------------------*/
#mv{
    display: flex;
    align-items: center;
    margin-top: 160px;
    margin-bottom: 200px;
    justify-content: center;
}
#mv .mv__text{

    width: 35%;
}
#mv .mv__text span{
    font-size: 1.3rem;
    padding-left: 6px;
    letter-spacing: 2px;
}

#mv h1{
    font-size: 3rem;
    margin-bottom: 20px;
    letter-spacing: 2.5px;
}
#mv .mv__img{
    width: 50%;
}
@media screen and (max-width:768px){
    #mv{
        flex-direction: column;
        margin-top: 130px;
    margin-bottom: 200px;
        position: sticky;
    }
    #mv h1{
        font-size: 2rem;
    }
    #mv .mv__text{
        width: 86%;
    }
    #mv .mv__img{
        width: 100%;
        padding: 0 10px;
        margin-top: 50px;

    }
    #mv .mv__text span{
        font-weight: 900;
    }
    #mv .mv__text p{
        line-height: 25px;
    }
}
/*about---------------------------------------------------------------------*/
#about{
    position: relative;
    display: flex;
    gap: 60px;
    margin-bottom: 100px;
    margin-top: -160px;
    padding-top: 160px;
}

#about .about__text{
width: 43%;
}
#about .about__text p{
    margin-bottom: 30px;
    line-height: 34px;
    font-size: 0.9rem;
    letter-spacing: 1.05px;
}
#about .about__text h2{
    text-align: left;

}
@media screen and (max-width:768px){
    #about{
        flex-direction: column;
    }
    #about .about__bg{
        left: -471px;
        top: -242px;
        width: 720px;
    }
    #about .about__text{
    width: 89%;
    margin: 0 auto;
    }
    #about .about__text p{
        line-height: 25px;
    }
    .about__img{
        margin: 0 auto;
    }
    .about__img img:last-of-type{
        margin: 0 auto;
        width: 90%;
    }
}

/*demand--------------------------------------------------------------------*/
#demand{
    position: relative;
    margin-bottom: 140px;
    margin-top: -160px;
    padding-top: 160px;
}
#demand .demand__tab{
    display: flex;
    padding: 10px 0px;
    gap: 15px;
    min-height: 250px;
    background: white;
    margin: 10px 0;
    justify-content: center;
}
#demand label{
    display: flex;
}
#demand .demand__input{
display: grid;
width: 30%;
gap: 5px;
}
#demand input[name="tab_item"] {
    display: none;
}
#demand .demand__tab input:checked + .tab_item {
    background: transparent linear-gradient(72deg, #4290C3 0%, #93D2EA 100%) 0% 0% no-repeat padding-box;
    color: #fff;
}
#demand .demand__tab--content {
    position: relative;
    display: none;
    width: 66%;
    background: transparent linear-gradient(72deg, #4290C3 0%, #93D2EA 100%) 0% 0% no-repeat padding-box;
}
#demand .demand__tab--content .white{

text-align: right;
color: white;
margin: 10px 10px 20px;
}
#demand .demand__tab--content:nth-child(3) .demand__tab--wrapper,#demand .demand__tab--content:nth-child(4) .demand__tab--wrapper{
    margin: 60px 0;
}
#demand .demand__tab--content:nth-child(3) .demand__tab--box{
    padding: 46px 37px;
}

#demand .demand__tab--content:nth-child(3) .demand__tab--box img{
position: absolute;
    top: 0;
    right: 50px;
}
#demand .demand__tab--content:nth-child(3) .demand__tab--box:nth-child(2){
    width: 64%;

}

#demand .demand__tab--content:nth-child(4) .demand__tab--box{
width: 100%;
padding: 75px 80px;
justify-content: unset;
}
#demand .demand__tab--content:nth-child(4) .demand__tab--box img{
position: absolute;
    right: 45px;
    top: 98px;
}
#demand .demand__tab--wrapper{
align-items: center;
    display: flex;
    padding-left: 65px;
    margin: 5px 0;
    justify-content: space-between;
}
#demand .demand__tab--wrapper h3{
    color: #fff;
}
#demand .demand__tab--wrapper h3 span{
    color: #181A1C;
    background: white;
    padding: 3px 17px;
    margin-right: 5px;
    font-size: 1.8rem;
}
#demand .tab_item {
    position: relative;
    padding: 20px 15px;
    background: #CFDEE8;
    text-align: center;
    transition: background 0.3s;
    cursor: pointer;
    font-size: 1.5rem;
    font-weight: bold;
    align-items: center;
}
#demand .demand__tab--description{
    display: flex;
    gap: 10px;
    padding: 0 15px;
    text-align: center;
}

#demand .demand__tab--box{
    display: flex;
    background: white;
    padding: 83px 20px;
    border-radius: 10px;
    align-items: center;
    width: 35%;
    margin-bottom:17px;
    justify-content: center;
    font-weight: bold;
}
#demand .demand__tab--box p:first-child{
    font-size: 1.25rem;
    font-weight: bold;
}

#demand .demand__tab--box span{
    color: #0F97BF;


}
#demand{

    
}

#demand .tab_item::before{
    content: "";
    position: absolute;
    display: inline-block;
    top: 56px;
    right: 38px;
    width: 12px;
    height: 12px;
    border-top: 1px solid #4290C3;
    border-right: 1px solid #4290C3;
    transform: rotate(45deg);
    z-index: 1;
}
#demand .tab_item::after{
    content: "";
    position: absolute;
    top: 40px;
    right: 20px;
    width: 46px;
    height: 46px;
    background-color: white;
    border-radius: 50%;
}

@media screen and (max-width:768px){
#demand .demand__tab{
    flex-direction: column;
    padding: 10px 10px;
    margin: 10px 10px;
    gap: 10px;
}
#demand .demand__bg{
    top: -139px;
    right: -300px;
}
#demand .demand__input{
    width: 100%;
}
#demand .demand__tab--content{
    width: 100%;
}
#demand .tab_item{
    padding: 45px 15px;
}
#demand .tab_item::before {
    top: 55px;
    right: 37px;
    transform: rotate(135deg);
}
#demand .demand__tab--wrapper{
    padding: 19px 20px;
}
#demand .demand__tab--wrapper img{
    width: 175px;
    position: absolute;
    right: 33px;
    top: 30px;
}
#demand .demand__tab--wrapper h3{
    font-size: 0.9rem;
    line-height: 28px;
}
#demand .demand__tab--wrapper h3 span{
    font-size: 1.1rem;
    padding: 3px 14px;
}
#demand .demand__tab--description{
    flex-direction: column;
    padding-bottom: 20px;
}
#demand .demand__tab--description p{
    font-size: 1.2rem;
}
#demand .demand__tab--box{
    width: 100%;
    margin-bottom: 0;
    padding: 45px 20px;
    flex-direction: column;
}
#demand .demand__tab--box img{
width: 160px;
position: relative;
bottom: -25px;
}
#demand .demand__tab--content:nth-child(3) .demand__tab--box img{
    width: 130px;
    top: 0px;
    right: 21px;
}
#demand .demand__tab--content:nth-child(3) .demand__tab--wrapper, #demand .demand__tab--content:nth-child(4) .demand__tab--wrapper{
    margin: 8px 0;
}
#demand .demand__tab--content:nth-child(3) .demand__tab--box:nth-child(2){
    width: 100%;
}
#demand .demand__tab--content:nth-child(3) .demand__tab--box {
    padding: 36px 18px;
}
#demand .demand__tab--content:nth-child(4) .demand__tab--box{
    padding: 35px 20px 27px 20px;
}
#demand .demand__tab--content:nth-child(4) .demand__tab--box span{
white-space: nowrap;
}
#demand .demand__tab--content:nth-child(4) .demand__tab--box img{
    right: 25px;
    top: 20px;
    width: 120px;
}
#demand .demand__tab--content:nth-child(4) .demand__tab--wrapper{
    justify-content: left;
}
}
/*entry---------------------------------------------------------------------*/
#entry{
    display: flex;
    align-items: center;
    margin-bottom: 170px;
    position: relative;
    margin-top: -160px;
    padding-top: 160px;
}
#entry .entry__img{
    width: 50%;
}
#entry .entry__text{
width: 50%;
}
#entry .entry__text p{
    margin-bottom: 40px;
    padding: 0 45px;
    line-height: 34px;
}
#entry .btn__entry{

    margin: 0 45px;
    font-size: 1.5rem;
}
#entry .btn__entry a{
    padding: 21px;


}

@media screen and (max-width:768px){

    #entry{
        flex-direction: column-reverse;
    }
    #entry .entry__img, #entry .entry__text{
        width: 89%;
    }
    #entry .entry__img{
        margin-bottom: 50px;
        margin-left: auto;
    }
    #entry .entry__text p{
        padding: 0;
        line-height: 25px;
    }
    #entry .btn__entry{
        width: 89%;
    }
    #entry .entry__bg{
        top: -52px;
        left: -555px;
    }
}
/*voice---------------------------------------------------------------------*/

#voice{
    margin-bottom: 100px;
    padding-bottom: 100px;
background: transparent linear-gradient(180deg, #FFFFFF00 0%, #F2F4F57C 10%, #E9F2F8 100%) 0% 0% no-repeat padding-box;
position: relative;
margin-top: -160px;
padding-top: 160px;
}
#voice .voice__list{
    display: flex;
    justify-content: center;
    gap: 100px;
}
#voice .voice__wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;

}
#voice .voice__people--text{
    font-weight: bold;
}
#voice .voice__people--text li:nth-child(2){
    font-size: 1.5rem;

}
#voice .js__modal--btn{
    position: relative;
    font-size: 3rem;
    color: white;
    z-index: 0;
}
#voice .js__modal--btn::before{
    content: "";
    position: absolute;
    left: -8px;
    top: 9px;
    background-color: black;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    z-index: -1;
}
@media screen and (max-width:768px){
    #voice .voice__list{
        flex-direction: column;
        margin: 0 auto;
        width: 80%;
        text-align: center;
    }
    #voice .voice__list img{
        width: 230px;
    }
    #voice .voice__list li{
        z-index: 1;

    }
    #voice .voice__wrapper{
        text-align: left;
    }
    #voice .bg{
        bottom: -5px;
        left: 0;
        z-index: 0;
    }
}

/*flow----------------------------------------------------------------------*/
#flow{
    margin-bottom: 100px;
    margin-top: -160px;
    padding-top: 160px;
}
#flow{}
#flow h3{
    color: #0F97BF;
    margin-bottom: 15px;
}
#flow ul{
    display: flex;
    gap: 50px;
}
#flow ul li{
    position: relative;
    text-align: center;
}
#flow ul li:nth-child(1){
    top: -79px;

}
#flow ul li:nth-child(1) .flow__text{
position: relative;
    top: -75px;
}
#flow ul li:nth-child(2) img{
    margin: 10px;
}
#flow ul li:nth-child(2){
    top: 67px;

}
#flow ul li:nth-child(3){
    top: -30px;

}

#flow ul li p{
white-space: nowrap;
}
@media screen and (max-width:768px){

    #flow ul{
        flex-direction: column;
    }
    #flow ul li{
        top: 0;
    }
    #flow ul li:nth-child(1){
	top: 64px;
    }
    #flow ul li:nth-child(1) .flow__text{
	position: relative;
	top: 0;
    }

    #flow ul li:nth-child(2){
        top: 0;
    }
    #flow ul li:nth-child(3){
        top: 0;
    }
    .flow__wrapper ul li img{
        margin: 0 auto;
    }
}

/*contact-------------------------------------------------------------------*/

#contact{
    background: transparent linear-gradient(180deg, #4290C3 0%, #93D2EA 100%) 0% 0% no-repeat padding-box;
    border-radius: 40px 40px 0px 0px;
    padding-top: 121px;
    padding-bottom: 90px;

}

#contact .contact__box{
    display: flex;
    background: white;
    border-radius: 20px;
    padding: 43px 40px;
    margin: 0 auto;
    margin-bottom: 30px;
    max-width: 1086px;
}
#contact .under{
    padding-right: 65px;
}
#contact .under h2{
padding: 20px 100px 20px 72px;
font-size: 1.6rem;
}
#contact .contact__text{
    width: 60%;
    padding: 0 68px;
}
#contact h2{
text-align: left;
}
#contact .contact__text p{
    line-height: 36px;
}
#contact .contact__area{
    width: 33%;
    margin: 0 auto;
    font-weight: bold;
}
#contact .contact__area p{
    margin-bottom: 10px;
    line-height: 30px;
}
#contact .contact__tel{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
#contact .contact__tel img{
    height: 100%;
}
#contact .contact__tel .contact__tel--text{
    margin-left: 10px;
}
#contact .tel{
    font-size: 1.9rem;
    font-weight: bold;
}
#contact dl{
    flex-wrap: wrap;
    display: flex;
    align-items: center;
}
#contact dl dt{
    width: 65%;
    border-bottom: 1px solid #E0E0E0;
    padding-bottom: 30px;
    margin-bottom: 30px;
    line-height: 30px;
    padding-left: 68px;
    font-size: 0.85rem;
    font-weight: 500;

}
#contact dl dd{
    width: 35%;
    margin: 0 auto;
    border-bottom: 1px solid #E0E0E0;
    padding: 75px 0px;
    margin-bottom: 30px;
}
#contact dl dd:first-of-type{
    padding-bottom: 20px;
    padding-top: 0px;
}
#contact dl dt:first-of-type{
    padding-bottom: 49px;

}
#contact dl dd:nth-child(2){
    padding-top: 0;
    padding-bottom: 30px;
}
#contact dl dt:last-child{
    border-bottom: none;


}
#contact{
    
}
.blue{
    background: transparent linear-gradient(79deg, #4290C3 0%, #93D2EA 100%) 0% 0% no-repeat padding-box;
    font-weight: bold;
}
.blue:hover{
    background: transparent linear-gradient(79deg, #93D2EA 0%, #4290C3 100%) 0% 0% no-repeat padding-box;
}

@media screen and (max-width:768px){
    #contact {
        padding-bottom: 60px;
        padding-top: 60px;
    }
    #contact .contact__box{
        flex-direction: column;
        margin: 0 4%;
        padding: 43px 20px;
        margin-bottom: 20px;

    }
    #contact .contact__text{
        width: 100%;
        padding: 0;
    }
    #contact .contact__area{
        width: 100%;
        padding: 22px;

    }
    #contact .tel{
        font-size: 1.8rem;
    }
    #contact .contact__area p span{
        font-size: 0.8rem;
    }
    #contact .contact__text p{
        line-height: 24px;
    }
    #contact .contact__tel{
        margin-bottom: 30px;
    }

    #contact .btn__entry a{
        padding: 23px;
    }
    #contact dl dt{
        width: 100%;
        padding-left: 0;
        border-bottom: none;
        margin-bottom: 0;
        line-height: 25px;
    }
    #contact dl dd{
        width: 100%;
        padding: 0;
        padding-bottom: 30px;
    }
    #contact .under h2{
        padding: 20px 5px 20px 5px;
}
}



/*recommend-------------------------------------------------------------------*/
#recommends{
    padding-top: 500px;
    background-color: #E9F2F8;
}
#recommends .recommends__box{
    position: relative;
    background-image: url(../img/reco3.svg);
    border-radius: 20px;
    padding-bottom: 100px;
}
#recommends h2{
    text-align: left;
}
#recommends .recommends__text{
    position: absolute;
    top: 0;
    right: 0;
    color: #D5E8F0;
    font-size: 3.6rem;
    padding: 17px 50px;
}
#recommends .recommends__box ul{
    display: flex;
    margin-top: 120px;
    gap: 60px;
    justify-content: center;
}
#recommends .recommends__box ul li{
    position: relative;
}
#recommends .recommends__box ul li span{
    background-color: #313B41;
    color: white;
    position: absolute;
    bottom: -12px;
    left: 45px;
    padding: 8px 40px;
    font-weight: bold;
}
#recommends .recommends__btn{
    display: flex;
    justify-content: center;
    padding: 70px 0;
    gap: 60px;
}
#recommends .btn__entry {
    position: relative;

}
#recommends .btn__entry a{

    padding: 29px 248px 29px 50px;
}
#recommends .btn__entry::before{
    content: "";
    position: absolute;
    display: inline-block;
    top: 34px;
    right: 38px;
    width: 12px;
    height: 12px;
    border-top: 2px solid #4290C3;
    border-right: 2px solid #4290C3;
    transform: rotate(45deg);
    z-index: 1;
}
#recommends .btn__entry::after{
    content: "";
    position: absolute;
    top: 16px;
    right: 20px;
    width: 46px;
    height: 46px;
    background-color: white;
    border-radius: 50%;
}

#recommends .zoom-box{
    width: 290px;
    height: 180px;

    overflow: hidden;
}
    #recommends ul li img{
 transition:1s all;

}
    #recommends ul li img:hover{
	  transform:scale(1.2,1.2);
  transition:1s all;
}


@media screen and (max-width:768px){
    #recommends h2{
        margin-bottom: 10px;
        padding-top: 75px;
        font-size: 1.3rem;
        text-align: center;
    }
    #recommends img{
        height: 160px;
    }
#recommends .zoom-box {

    width:auto;
}
    #recommends .recommends__box{

        background-image: url(../img/reco_sp.png);
        background-position-x: center;
        text-align: center;
        padding-bottom: 50px;
    }
    #recommends .recommends__box ul{
        flex-direction: column;
        margin-top: 0;
    }
    #recommends .recommends__text{
        top: -5px;
        right: -30px;
        font-size: 1.7rem;
        letter-spacing: 0.98px;
        width: 100%;
    }
    #recommends .recommends__box ul li a{
        position: relative;
    }
    #recommends .recommends__box ul li span{
        width: 220px;
left:0;
position:relative;
bottom:30px;

    }
    #recommends .recommends__btn{
        flex-direction: column;
        gap: 20px;
        margin: 0 4%;
    }
    #recommends .btn__entry {
        font-size: 1.3rem;

        font-weight: bold;
    }
    #recommends .btn__entry a{
        padding: 24px 100px 24px 50px;
    }
}

/*footer-------------------------------------------------------------------*/
footer{
position:relative;
z-index:20;
    height: 100px;
    background-color: #313B41;
    text-align: center;
    align-items: center;
    display: grid;
}
footer p{
    color: white;
    font-size: 0.6rem;

}
#page-top{
position: fixed;
        bottom: 70px;
        right: 20px;
    margin-bottom: 0px;
    line-height: 1.2;
    z-index: 700;

}
#page-top a{
text-decoration: none;
    color: #fff;
    text-align: center;
    font-weight: bold;
    display: block;
    background: #0083d6;
    border-radius: 50%;
        width: 45px;
        height: 45px;
        padding: 18px 15px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
    #page-top a img {
        width: 15px;
        height: 9px;
    }

@media screen and (max-width:768px){

    footer{
        height: 63px;
    }
    footer p{
        font-size: 0.7rem;
    }
}