@charset "UTF-8";
/* CSS Document */

main{
    background-color: #f9f6f1;
    overflow: hidden;
    box-sizing: border-box;
}
.desc-sandy{
    padding-top: 140px;
    position: relative;
    background-image: url("../img/header__sandy-beach.jpeg");
    background-size: cover;
    padding-bottom: 80px;
}
.desc-sandy h1{
    margin-bottom: 80px;
    margin-left: 12%;
    font-size: 2.4rem;
    font-family: "Zen Maru Gothic", serif;
    font-weight: 600;
    font-style: normal;
}
.desc-sandy .desc1{
    margin-right: 8%;
    font-size: 1.8rem;
    font-family: "Zen Maru Gothic", serif;
    font-weight: 400;
    font-style: normal;
    text-align: right;
    line-height: 1.7;
}

        @media(min-width:1050px){
            .desc-sandy{
                
                padding-top: 280px;
                padding-bottom: 70px;
            }
            .desc-sandy h1{
                margin-left: 20%;
                margin-bottom: 100px;
                font-size: 3.6rem;
                max-width: 840px;
                margin-inline: auto;
            }
            .desc-sandy .desc1{
                margin-right: 13.9%;
                font-size: 2.4rem;
                line-height: 1.9;
                max-width: 840px;
                margin-inline: auto;
            }
            
            }

.suv-title_staff{
    width: 75px;
    height: 13px;
    display: block;
}

.staff-section{
    position: relative;

}

.staff-section h2{
    margin-top: 70px;
    margin-left: 4%;
    margin-bottom: 80px;
}
.title_staff{
    padding: 2rem 2rem 2rem 1rem;
    border-left: 1px solid;
    letter-spacing: 0.5rem;
    font-family: "Zen Maru Gothic", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2.2rem;
    margin-bottom: 40px;
    display: block;
}

        @media(min-width:1020px){
            .suv-title_staff{
                width: 82px;
                height: auto;
            }
            .staff-section h2{
                max-width: 1040px;
                margin: 80px auto 0;
            }
            .title_staff{
                padding: 3rem 3rem 3rem 1.5rem;
                border-left: 1px solid;
                letter-spacing: 0.5rem;
                font-family: "Zen Maru Gothic", serif;
                font-weight: 400;
                font-style: normal;
                font-size: 2.8rem;
                margin-bottom: 80px;
            }

        }

        @media(max-width:1050px){
            .staff-comments{
                display: flex;
                flex-wrap: wrap;
                max-width: 730px;
                margin: 0 auto;
            }

        }

 /* --------------staff1--------------- */           
.staff-comment1{
    background-color: #fff; /* 背景色 */
    color: var(--black); /* 文字色 */
    border-radius: 15px; 
    position: relative;
    width: 343px;
    height: 705px;
    margin: 0 auto 115px;
    padding-top: 16px;
    padding-bottom: 40px;
}

.staff-comment1::after{
    content: "";
    display: block;
    width: 178px;
    height: 98px;
    background-image: url("../img/SVG/4staff__CareManager_txt.svg");
    background-repeat: no-repeat;
    position: absolute;
    top: -38px;
    left: 8px;

}


.man-shirts-img{
    width: 266px;
    height: 266px;
    position: relative;
    top: -30px;
    left: 66px;
    z-index: 0;
}
.man-shirts-img::after{
    content: "";
    display: block;
    width: 50px;
    height: 45px;
    background-image: url("../img/4staff__shape-red-pentagon_mb.png");
    background-repeat: no-repeat;
    position: absolute;
    top: 215px;
    left: 195px;
    z-index: 5;
    filter: drop-shadow(0px 7px 4px rgba(001, 1, 1, 0.5));
}
.message_and_staff-name{
    width: 287px;
    margin: 0 auto;

}
.message_and_staff-name .message{
    letter-spacing: 0.2rem;
    font-family: "Zen Maru Gothic", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.8rem;
    line-height: 1.9;
    margin-top: -23px;
}
.staff-name{
    margin-top: 13px;
    margin-bottom: 13px;
}
.Job-name{
    font-size: 1.2rem;

}

.position{
    font-size: 1.5rem;
    margin-bottom: 1px;
}

.name{
    font-size: 1.8rem;

}
.staff-name_and_desc{
    line-height: 1.7;

}

            @media(min-width:1050px){
                .staff-comment1{
                    width: 1040px;
                    height: 440px;
                    padding-top: 0;
                    padding-bottom: 30px;
                    display: flex;
                    flex-direction: row-reverse
                }

                .staff-comment1::after{
                    width: 185px;
                    height: 100px;
                    top: -38px;
                    left: 20px;

                }

                .man-shirts-img{
                    width: 420px;
                    height: 420px;
                    top: -20px;
                    left: -48px;
                    z-index: 0;
                }
                .man-shirts-img::after{
                    content: "";
                    display: block;
                    width: 85px;
                    height: 70px;
                    background-image: url("../img/4staff__shape-red-pentagon.png");
                    background-repeat: no-repeat;
                    position: absolute;
                    top: 325px;
                    left: 310px;
                    z-index: 5;
                    filter: drop-shadow(0px 7px 4px rgba(001, 1, 1, 0.5));
                }
                .staff-name_and_desc{
                    margin-left: 4.8%;
                }

                .message_and_staff-name{
                    width: 472px;
                    margin-left: 4.8%;
                }
                .message_and_staff-name .message{
                    font-size: 2.2rem;
                    margin: 30px 0 0 160px;
                  
                }
                .staff-name{
                    margin-top: 1px;
                    margin-bottom: 30px;
                }
                .Job-name{
                    font-size: 1.4rem;
                
                }
                
                .position{
                    font-size: 1.6rem;
                    margin-bottom: 1px;
                }
                
                .name{
                    font-size: 2rem;
                
                }

                }
 /* --------------staff2--------------- */     

 .staff-comment2{
    background-color: #fff; /* 背景色 */
    color: var(--black); /* 文字色 */
    border-radius: 15px; 
    position: relative;
    width: 343px;
    height: 705px;
    margin: 0 auto 115px;
    padding-top: 16px;
    padding-bottom: 40px;
}

.staff-comment2::after{
    content: "";
    display: block;
    width: 178px;
    height: 98px;
    background-image: url("../img/SVG/4staff__CareManager_txt.svg");
    background-repeat: no-repeat;
    position: absolute;
    top: -38px;
    left: 8px;

}


.woman-blue-img{
    width: 266px;
    height: 266px;
    position: relative;
    top: -30px;
    left: 66px;
    z-index: 0;
}
.woman-blue-img::after{
    content: "";
    display: block;
    width: 55px;
    height: 40px;
    background-image: url("../img/4staff__shape-blue-pentagon_mb.png");
    background-repeat: no-repeat;
    position: absolute;
    top: 165px;
    left: -15px;
    z-index: 5;
    filter: drop-shadow(0px 7px 4px rgba(001, 1, 1, 0.5));
}

            @media(min-width:1050px){
                .staff-comment2{
                    width: 1040px;
                    height: 440px;
                    padding-top: 0;
                    padding-bottom: 30px;
                    display: flex;
                    flex-direction: row-reverse
                }

                .staff-comment2::after{
                    width: 185px;
                    height: 100px;
                    top: -38px;
                    left: 20px;

                }

                .woman-blue-img{
                    width: 420px;
                    height: 420px;
                    top: -20px;
                    left: -48px;
                    z-index: 0;
                }
                .woman-blue-img::after{
                    content: "";
                    display: block;
                    width: 80px;
                    height: 50px;
                    background-image: url("../img/4staff__shape-blue-rectangle.png");
                    background-repeat: no-repeat;
                    position: absolute;
                    top: 275px;
                    left: -20px;
                    z-index: 5;
                    filter: drop-shadow(0px 7px 4px rgba(001, 1, 1, 0.5));
                }
                

                }

 /* --------------staff3-------------- */     

 .staff-comment3{
    background-color: #fff; /* 背景色 */
    color: var(--black); /* 文字色 */
    border-radius: 15px; 
    position: relative;
    width: 343px;
    height: 705px;
    margin: 0 auto 115px;
    padding-top: 16px;
    padding-bottom: 40px;
}

.staff-comment3::after{
    content: "";
    display: block;
    width: 178px;
    height: 98px;
    background-image: url("../img/SVG/4staff__CareManager_txt.svg");
    background-repeat: no-repeat;
    position: absolute;
    top: -38px;
    left: 8px;

}


.woman-suits-img{
    width: 266px;
    height: 266px;
    position: relative;
    top: -30px;
    left: 66px;
    z-index: 0;
}
.woman-suits-img::after{
    content: "";
    display: block;
    width: 55px;
    height: 40px;
    background-image: url("../img/4staff__shape-green-pentagon_mb.png");
    background-repeat: no-repeat;
    position: absolute;
    top: 5px;
    left: 45px;
    z-index: 5;
    filter: drop-shadow(0px 7px 4px rgba(001, 1, 1, 0.5));
}

            @media(min-width:1050px){
                .staff-comment3{
                    width: 1040px;
                    height: 440px;
                    padding-top: 0;
                    padding-bottom: 30px;
                    display: flex;
                    flex-direction: row-reverse
                }

                .staff-comment3::after{
                    width: 185px;
                    height: 100px;
                    top: -38px;
                    left: 20px;

                }

                .woman-suits-img{
                    width: 420px;
                    height: 420px;
                    top: -20px;
                    left: -48px;
                    z-index: 0;
                }
                .woman-suits-img::after{
                    content: "";
                    display: block;
                    width: 80px;
                    height: 70px;
                    background-image: url("../img/4staff__shape-green-circle.png");
                    background-repeat: no-repeat;
                    position: absolute;
                    top: -5px;
                    left: 53px;
                    z-index: 5;
                    filter: drop-shadow(0px 7px 4px rgba(001, 1, 1, 0.5));
                }
                

                }

 /* --------------staff4-------------- */     

 .staff-comment4{
    background-color: #fff; /* 背景色 */
    color: var(--black); /* 文字色 */
    border-radius: 15px; 
    position: relative;
    width: 343px;
    height: 705px;
    margin: 0 auto 150px;
    padding-top: 16px;
    padding-bottom: 40px;
}

.staff-comment4::after{
    content: "";
    display: block;
    width: 178px;
    height: 98px;
    background-image: url("../img/SVG/4staff__CareManager_txt.svg");
    background-repeat: no-repeat;
    position: absolute;
    top: -38px;
    left: 8px;

}


.man-suits-img{
    width: 266px;
    height: 266px;
    position: relative;
    top: -30px;
    left: 66px;
    z-index: 0;
}
.man-suits-img::after{
    content: "";
    display: block;
    width: 55px;
    height: 40px;
    background-image: url("../img/4staff__shape-yellow-pentagon_mb.png");
    background-repeat: no-repeat;
    position: absolute;
    top: 25px;
    left: 215px;
    z-index: 5;
    filter: drop-shadow(0px 7px 4px rgba(001, 1, 1, 0.5));
}

            @media(min-width:1050px){
                .staff-comment4{
                    width: 1040px;
                    height: 440px;
                    padding-top: 0;
                    padding-bottom: 30px;
                    display: flex;
                    flex-direction: row-reverse;
                    margin: 0 auto 200px;
                }

                .staff-comment4::after{
                    width: 185px;
                    height: 100px;
                    top: -38px;
                    left: 20px;

                }

                .man-suits-img{
                    width: 420px;
                    height: 420px;
                    top: -20px;
                    left: -48px;
                    z-index: 0;
                }
                .man-suits-img::after{
                    content: "";
                    display: block;
                    width: 80px;
                    height: 70px;
                    background-image: url("../img/4staff__shape-yellow-circle.png");
                    background-repeat: no-repeat;
                    position: absolute;
                    top: 40px;
                    left: 350px;
                    z-index: 5;
                    filter: drop-shadow(0px 7px 4px rgba(001, 1, 1, 0.5));
                }
                

                }




                
  /* --------------entry-link--------------- */
.entry-link{
    background-image: url("../img/entry-link__4shapes-big.jpg");
    background-size: cover;
    width: 375px;
    height: 350px;
    margin: 0 auto;
    border: 1px solid;
    position: relative;

}
.entry-frame{
    display: inline;
    background-color: #2d2d2d; /* 背景色 */
    color: #fff; /* 文字色 */
    padding: 25px 74px 25px 74px; /* パディング */
    font-size: 1.8rem; /* フォントサイズ */
    font-family: "Zen Maru Gothic", serif;
    font-weight: 400;
    font-style: normal;
    position: absolute;
    margin: 128px 32px 150px;
}
.entry-link_button{
    background-color: #fff; /* 背景色 */
    color: var(--black); /* 文字色 */
    padding: 16px 110px 16px 40px; /* パディング */
    font-size: 1.6rem; /* フォントサイズ */
    font-family: "Zen Maru Gothic", serif;
    font-weight: 400;
    font-style: normal;
    border: 1px solid #2d2d2d;
    border-radius: 27.3px; 
    position: relative;
    top: 240px;
    left: 48px;
}
.entry-link_button::after{
    content: "";
    display: block;
    width: 61px;
    height: 13px;
    background-image: url("../img/link-button__long-arrow.png");
    background-repeat: no-repeat;
    position: absolute;
    top: 20px;
    left: 190px;
}



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

.contact-link{
    background-image: url("../img/ticket-link.png");
    background-size: cover;
    width: 375px;
    height: 350px;
    margin: 0 auto;
    border: 0.5px solid;
    margin-bottom: 200px;
    position: relative;
}
.contact-frame{
    display: inline;
    background-color: #2d2d2d; /* 背景色 */
    color: #fff; /* 文字色 */
    padding: 25px 45px 25px 45px; /* パディング */
    font-size: 1.8rem; /* フォントサイズ */
    font-family: "Zen Maru Gothic", serif;
    font-weight: 400;
    font-style: normal;
    position: absolute;
    margin: 128px 32px 150px;
}
.contact-link_button{
    background-color: #fff; /* 背景色 */
    color: var(--black); /* 文字色 */
    padding: 16px 125px 16px 40px; /* パディング */
    font-size: 1.6rem; /* フォントサイズ */
    font-family: "Zen Maru Gothic", serif;
    font-weight: 400;
    font-style: normal;
    border: 1px solid #2d2d2d;
    border-radius: 27.3px; 
    position: relative;
    top: 240px;
    left: 48px;
}
.contact-link_button::after{
    content: "";
    display: block;
    width: 61px;
    height: 13px;
    background-image: url("../img/link-button__long-arrow.png");
    background-repeat: no-repeat;
    position: absolute;
    top: 20px;
    left: 190px;
}
            @media(min-width:1020px){
                .entry-link_and_contact-link{
                    display: flex;
                    max-width: 1440px;
                    margin: 0 auto 350px;
                }

                .entry-link{
                    padding-inline: 0%;
                    width: 50vw;
                    height: 46vw;
                    max-height: 670px;
                    margin: 0;

                }
                .entry-frame{
                    text-align: center;
                    display: block;
                    padding: 5% 9% 5% 9%;
                    font-size: 2rem;
                    margin: 42% 21% 42% 21%;
                    width: 59%;
                    min-width: 300px;
                }
                .entry-link_button{
                    display: block;
                    padding: 21px 80px 21px 57px;
                    font-size: 1.8rem;
                    border-radius: 35px;
                    top: 70%;
                    left: 0%;
                    max-width: 330px;
                    margin: 0 auto;
                    width: 63%;
                }
                .entry-link_button::after{
                    width: 62px;
                    height: 15px;
                    top: 27px;
                    left: 235px;
                }
                
                

                .contact-link{
                    width: 50vw;
                    height: 46vw;
                    max-height: 670px;
                    margin: 0;
                    border: 1px solid #2d2d2d;
                }
                .contact-frame{
                    text-align: center;
                    display: block;
                    padding: 5% 2% 5% 2%;
                    font-size: 2rem;
                    margin: 42% 21% 43% 21%;
                    width: 62%;
                    min-width: 300px;
                }
                .contact-link_button{
                    display: block;
                    padding: 21px 130px 21px 57px;
                    font-size: 1.8rem;
                    border-radius: 35px;
                    top: 70%;
                    left: 0%;
                    max-width: 330px;
                    margin: 0 auto;
                    width: 63%;
                }
                .contact-link_button::after{
                    width: 62px;
                    height: 13px;
                    top: 27px;
                    left: 235px;
                }
                
                

                }
                @media(min-width:1440px){
                    .entry-frame{
                        font-size: 2.4rem;
                    }
                    .contact-frame{
                        font-size: 2.4rem; 
                    }

            

            }