@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:1020px){
            .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_care-plan-center{
    width: 345px;
    height: 15px;
    display: block;
}

.care-plan-center-section{
    padding-bottom: 15px;
    position: relative;

}
.care-plan-center-section::after{
    content: "";
    position: absolute;
    height: 60px;
    width: 100%;
    clip-path: polygon(0 0,50% 100%,100% 0);/* ココ */
    background-color: #f9f6f1;/* デモは青色の部分 */
    left: 0;
    bottom: -60px;

}


.care-plan-center-section h2{
    margin-top: 70px;
    margin-left: 4%;
}
.title_care-plan-center{
    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;
    display: block;
}

        @media(min-width:1020px){
            .suv-title_care-plan-center{
                width: 392px;
                height: auto;
            }
            .care-plan-center-section h2{
                max-width: 1040px;
                margin: 80px auto 0;
            }
            .title_care-plan-center{
                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;
            }
            .care-plan-center-section::after{
                height: 215px;
                bottom: -215px;
            
            }

            }

.IRODORI-logo{
    width: 210px;
    height: 145px;

}
.iodori-logo{
    display: flex;
    margin: 40px auto;
    width: fit-content;
    position: relative;
}
.shop-name {
    position: absolute;
    bottom: 25px;
    right: 39px;
    font-size: 1.2rem;
}

.logo_and_message .message{
    text-align: center;
    position: relative;
    z-index: 3;
    line-height: 1.7;
}
.caremana-desc{
    position: relative;
    z-index: 2;
}
.caremana-desc::after{
    content: "";
    display: block;
    width: 375px;
    height: 730px;
    background-image: url("../img/3business-content:mobile:__caremanager_bg-mokumoku.png");
    background-repeat: no-repeat;
    position: absolute;
    top: 52%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%); 
    z-index: -1;

}

.caremana-desc{
    padding-top: 95px;
    padding-bottom: 115px;
    margin-top: 20px;
    text-align: center;
    letter-spacing: 0.17rem;
    padding-inline: 2.5%;
}
.caremana-desc_title{
    display: block;
    margin-bottom: 40px;
    font-size: 1.8rem;
    font-family: "Zen Maru Gothic", serif;
    font-style: normal;
    font-weight: 600;
    
    letter-spacing: 0.3rem;
}
.caremana-desc .desc1,.caremana-desc .desc2,.caremana-desc .desc3{
    margin-bottom: 35px;
    line-height: 1.7;
}

.under-line{
    border-bottom: 1px solid;
}




        @media(min-width:1020px){
            .logo_and_message{
                display: flex;
                width: 615px;
                margin: 35px auto 0;
               
            }
            .IRODORI-logo {
                margin: 0;

            }
            .iodori-logo{
                margin: 40px auto 0;
            }

            .shop-name{
                font-size: 1.2rem;
                display: block;
                position: absolute;
                margin-top: 95px;
                margin-left: 129px;
            }
            .logo_and_message .message{
                font-size: 1.8rem;
                margin: 85px 0 15px 25px;
                text-align: left;
            }
            .caremana-desc_title{
                font-size: 2rem;
            }
            .caremana-desc .desc1,.caremana-desc .desc2,.caremana-desc .desc3,.caremana-desc .desc4{
                font-size: 1.8rem;
                line-height: 1.7;
            }
            .caremana-desc {
                padding-top: 55px;
                padding-bottom: 160px;
                margin-top: 25px;
                line-height: 1.9;

            }
            .caremana-desc .pcbr{
                display: none;
            }
            .caremana-desc::after{
                width: 857px;
                height: 640px;
                background-image: url("../img/3business-content:pc:__caremanager_bg-mokumoku.png");
                top: 50%;
                left: 50%;
                transform: translateY(-50%) translateX(-50%); 
                z-index: -1;
            }

            }

.triangle2-section{
    padding-top: 60px;
    background: #fff;
}
.triangle2-section div{
    display: none;
}

        @media(min-width:1020px){

            .triangle2-section{
                padding-top: 215px;
            }

            }

.Usage-flow-section{
    background-color: #3d527d;
    padding-bottom: 100px;

}

.suv-title_Usage-flow{
    width: 135px;
    height: 17px;

}

.Usage-flow-section h2{
    padding-top: 60px;
    text-align: center;

}
.title_Usage-flow{
    color: #fff;
    text-align: center;
    letter-spacing: 0.5rem;
    font-family: "Zen Maru Gothic", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2.2rem;
    margin-top: 10px;
    margin-bottom: 40px;
    display: block;
}

        @media(min-width:1020px){
            .suv-title_Usage-flow {
                width: 163px;
                height: auto;
            }
            .Usage-flow-section h2{
                padding-top: 80px;
            }
            .title_Usage-flow{
                letter-spacing: 0.5rem;
                font-size: 2.8rem;
                margin-top: 15px;
                margin-bottom: 80px;
            }

        }
 
/* --------------flow-area1--------------- */       

.flow-area1{
    background-color: #fff;
    border: 1px solid #2d2d2d;
    width: 345px;
    height: 393px;
    margin: 0 auto;

}
.flow-area1 h3{
    margin-inline:auto;
    width: 75px;
    height: 15px;
    margin-top: 40px;
    margin-bottom: 40px;
    position: relative;
}
.flow-area1 h3::after{
    content: "";
    display: block;
    width: 279px;
    height: 1px;
    background-image: url("../img/flow_line.png");
    background-repeat: no-repeat;
    position: absolute;
    z-index: 3;
    top: 350%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%); 

}
.phone-form{
    display: block;
    width: 102px;
    height: 100px;
    margin: 80px auto 15px;

}
.flow-area1-item{
    font-size: 1.8rem;
    font-family: "Zen Maru Gothic", serif;
    font-weight: 600;
    font-style: normal;
    text-align: center;
    margin-bottom: 20px;
}
.flow-area1-desc{
    margin: 0 auto 65px;
    width: 287px;

}
/* --------------usage-flow-yellow-arrow-------------- */    
.usage-flow-yellow-arrow{
    display: block;
    width: 35px;
    height: 30px; 
    margin: 35px auto 35px;
}
/* --------------flow-area2--------------- */    
.flow-area2{
    background-color: #fff;
    border: 1px solid #2d2d2d;
    width: 345px;
    height: 393px;
    margin: 0 auto;

}
.flow-area2 h3{
    margin-inline:auto;
    width: 75px;
    height: 15px;
    margin-top: 40px;
    margin-bottom: 40px;
    position: relative;
}
.flow-area2 h3::after{
    content: "";
    display: block;
    width: 279px;
    height: 1px;
    background-image: url("../img/flow_line.png");
    background-repeat: no-repeat;
    position: absolute;
    z-index: 3;
    top: 350%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%); 

}
.tell_support{
    display: block;
    width: 129px;
    height: 108px;
    margin: 65px auto 15px;

}
.flow-area2-item{
    font-size: 1.8rem;
    font-family: "Zen Maru Gothic", serif;
    font-weight: 600;
    font-style: normal;
    text-align: center;
    margin-bottom: 20px;
}
.flow-area2-desc{
    margin: 0 auto 65px;
    width: 287px;

}
/* --------------flow-area3--------------- */    
.flow-area3{
    background-color: #fff;
    border: 1px solid #2d2d2d;
    width: 345px;
    height: 393px;
    margin: 0 auto;

}
.flow-area3 h3{
    margin-inline:auto;
    width: 75px;
    height: 15px;
    margin-top: 40px;
    margin-bottom: 40px;
    position: relative;
}
.flow-area3 h3::after{
    content: "";
    display: block;
    width: 279px;
    height: 1px;
    background-image: url("../img/flow_line.png");
    background-repeat: no-repeat;
    position: absolute;
    z-index: 3;
    top: 350%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%); 

}
.interview{
    display: block;
    width: 135px;
    height: 113px;
    margin: 60px auto 15px;

}
.flow-area3-item{
    font-size: 1.8rem;
    font-family: "Zen Maru Gothic", serif;
    font-weight: 600;
    font-style: normal;
    text-align: center;
    margin-bottom: 20px;
}
.flow-area3-desc{
    margin: 0 auto 65px;
    width: 287px;

}
.flow-area3-desc .pcbr{
    display: none;
}
/* --------------flow-area4--------------- */    
.flow-area4{
    background-color: #fff;
    border: 1px solid #2d2d2d;
    width: 345px;
    height: 393px;
    margin: 0 auto;

}
.flow-area4 h3{
    margin-inline:auto;
    width: 75px;
    height: 15px;
    margin-top: 40px;
    margin-bottom: 40px;
    position: relative;
}
.flow-area4 h3::after{
    content: "";
    display: block;
    width: 279px;
    height: 1px;
    background-image: url("../img/flow_line.png");
    background-repeat: no-repeat;
    position: absolute;
    z-index: 3;
    top: 350%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%); 

}
.contract{
    display: block;
    width: 126px;
    height: 71px;
    margin: 76px auto 19px;

}
.flow-area4-item{
    font-size: 1.8rem;
    font-family: "Zen Maru Gothic", serif;
    font-weight: 600;
    font-style: normal;
    text-align: center;
    margin-bottom: 20px;
}
.flow-area4-desc{
    margin: 0 auto 40px;
    width: 287px;

}
.flow-area4-desc .pcbr{
    display: none;
}

.flow-area1-desc,.flow-area2-desc,.flow-area3-desc,.flow-area4-desc{
    line-height: 1.7;
}


        @media(min-width:1020px){

            /* --------------flow-area1--------------- */       

            .flow-area1{
                width: 1010px;
                height: 202px;
                display: flex;
                margin-top: 50px;
                margin-bottom: 50px;

            }
            .flow-area1 h3{
                margin: 90px 30px 90px 130px;

            }
            .flow-area1 h3::after{
                display: none;
            }
            .phone-form_and_txt{
                display: flex;
                margin-top: 50px;
 
            }
            .flow-area1 h3::before{
                content: "";
                display: block;
                width: 1px;
                height: 100px;
                background-image: url("../img/line-beside.png");
                background-repeat: no-repeat;
                position: absolute;
                z-index: 3;
                top: -45px;
                left: 100px;
            }

            .phone-form{
                margin: 0 45px 0 70px;
            }
            .flow-area1-item{
                font-size: 2rem;
                text-align: left;
                margin-bottom: 30px;
            }
            .flow-area1-desc{
                margin: 0 auto 65px;
                width: 535px;
                padding-left: 0;

            }


            /* --------------flow-area2--------------- */       

            .flow-area2{
                width: 1010px;
                height: 202px;
                display: flex;
                margin-top: 0;
                margin-bottom: 0;
            }
            .flow-area2 h3{
                margin: 90px 30px 90px 130px;

            }
            .flow-area2 h3::after{
                display: none;
            }
            .tell_support_and_txt{
                display: flex;
                margin-top: 50px;
 
            }
            .flow-area2 h3::before{
                content: "";
                display: block;
                width: 1px;
                height: 100px;
                background-image: url("../img/line-beside.png");
                background-repeat: no-repeat;
                position: absolute;
                z-index: 3;
                top: -45px;
                left: 100px;
            }

            .tell_support{
                margin: 0 40px 0 52px;
            }
            .flow-area2-item{
                font-size: 2rem;
                text-align: left;
                margin-bottom: 30px;
            }
            .flow-area2-desc{
                margin: 0 auto 65px;
                width: 535px;
                padding-left: 0;

            }


            /* --------------flow-area3--------------- */       

            .flow-area3{
                width: 1010px;
                height: 202px;
                display: flex;
                margin-top: 0;
                margin-bottom: 0;
            }
            .flow-area3 h3{
                margin: 90px 30px 90px 130px;

            }
            .flow-area3 h3::after{
                display: none;
            }
            .interview_and_txt{
                display: flex;
                margin-top: 45px;
 
            }
            .flow-area3 h3::before{
                content: "";
                display: block;
                width: 1px;
                height: 100px;
                background-image: url("../img/line-beside.png");
                background-repeat: no-repeat;
                position: absolute;
                z-index: 3;
                top: -45px;
                left: 100px;
            }

            .interview{
                margin: 0 30px 0 55px;
            }
            .flow-area3-item{
                font-size: 2rem;
                text-align: left;
                margin-bottom: 27px;
            }
            .flow-area3-desc{
                margin: 0 auto 75px;
                width: 535px;
                padding-left: 0;

            }
            .flow-area3-desc .pcbr{
                display: block;
            }


            /* --------------flow-area4--------------- */       

            .flow-area4{
                width: 1010px;
                height: 202px;
                display: flex;
                margin-top: 0;
                margin-bottom: 0;
            }
            .flow-area4 h3{
                margin: 90px 30px 90px 130px;

            }
            .flow-area4 h3::after{
                display: none;
            }
            .contract_and_txt{
                display: flex;
                margin-top: 50px;
 
            }
            .flow-area4 h3::before{
                content: "";
                display: block;
                width: 1px;
                height: 100px;
                background-image: url("../img/line-beside.png");
                background-repeat: no-repeat;
                position: absolute;
                z-index: 3;
                top: -45px;
                left: 100px;
            }

            .contract{
                margin: 13px 40px 20px 50px;
            }
            .flow-area4-item{
                font-size: 2rem;
                text-align: left;
                margin-bottom: 27px;
            }
            .flow-area4-desc{
                margin: 0 auto 45px;
                width: 535px;
                padding-left: 0;

            }
            .flow-area4-desc .pcbr{
                display: block;
            }
        }


/* ----------staff-link---------------------- */

.staff-link{
    background-image: url("../img/staff-tshirts-man.png");
    background-size: cover;
    margin: 150px auto 0; 
    border-radius: 60px;
    width: 345px;
    height: 317px;
    padding: 75px 32px 0;
    box-sizing: border-box;
    position: relative;
    border: 0.5px solid;
}
.staff-link p{
    color: #fff;
    line-height: 1.7;
}
.staff-link h2{
    margin-bottom: 25px;
    font-size: 2.2rem;
    color: #fff;
    font-family: "Zen Maru Gothic", serif;
    font-weight: 600;
    font-style: normal;
}
.staff-name1{
    font-size: 1.4rem;
    margin-top: 45px;
    color: #fff;
}
.staff-name2{
    font-size: 1.4rem;
    margin-top: 5px;
    color: #fff;
}
.staff-link .arrow-white{
    display: block;
    width: 60px;
    height: 60px;
    background-color: #fff;
    padding: 20px;
    border-radius: 40px;
    position: relative;
    top: -70px;
    left: 218px;
    border: 1px solid #2d2d2d;
}
.staff-link .arrow-white::after{
    content: "";
    display: block;
    width: 6px;
    height: 12px;
    background-image: url(../img/SVG/arrow-black.svg);
    padding: 7px;
    background-repeat: no-repeat;
    position: absolute;
    top: 22px;
    left: 26px;
}


.mokumoku-white{
    display: block;
    width: 295px;
    height: 235px;
    margin: 55px auto 150px;

}



        @media(min-width:1020px){
            .staff-link-section{
                width: 1100px;
                display: flex;
                margin: 180px auto 200px;
            }
            .staff-link {
                margin-top: 25px;
                margin-bottom: 0;
                margin-left: 0;
                margin-right: 0;

                width: 470px;
                height: 433px;
                padding: 110px 50px 0 50px;
                border-radius: 86px;
            }
            .staff-link h2{
                font-size: 2.8rem;
                margin-bottom: 40px;
            }
            .staff-link .staff-desc{
                font-size: 1.8rem;
                line-height: 1.7;
            }
            .staff-link .staff-name1{
                margin-top: 70px;
                font-size: 1.6rem;
            }
            .staff-link .staff-name2{
                font-size: 1.6rem;
                margin-top: 15px;
                margin-bottom: 70px;
            }
            .staff-link .arrow-white{
                width: 90px;
                height: 90px;
                padding: 30px;
                border-radius: 100%;
                top: -159px;
                left: 285px;
            }
            .staff-link .arrow-white::after{
                width: 6px;
                height: 12px;
                background-image: url(../img/SVG/arrow-black.svg);
                padding: 10px;
                top: 33px;
                left: 38px;
            }
            
            .mokumoku-white{
                display: block;
                width: 430px;
                height: 351px;
                margin: 0 70px 95px 120px;
            }

            
        }



        /* --------------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; 
                    }


            }